diff --git a/packages/expo-notifications/build/deleteNotificationChannelAsync.android.d.ts b/packages/expo-notifications/build/deleteNotificationChannelAsync.android.d.ts index 23039023f91c07..49d22c8010eef7 100644 --- a/packages/expo-notifications/build/deleteNotificationChannelAsync.android.d.ts +++ b/packages/expo-notifications/build/deleteNotificationChannelAsync.android.d.ts @@ -1,2 +1,2 @@ -export default function deleteNotificationChannelAsync(channelId: string): Promise; +export declare function deleteNotificationChannelAsync(channelId: string): Promise; //# sourceMappingURL=deleteNotificationChannelAsync.android.d.ts.map \ No newline at end of file diff --git a/packages/expo-notifications/build/deleteNotificationChannelAsync.android.d.ts.map b/packages/expo-notifications/build/deleteNotificationChannelAsync.android.d.ts.map index 25714602bb4f42..68e5fb840b2997 100644 --- a/packages/expo-notifications/build/deleteNotificationChannelAsync.android.d.ts.map +++ b/packages/expo-notifications/build/deleteNotificationChannelAsync.android.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"deleteNotificationChannelAsync.android.d.ts","sourceRoot":"","sources":["../src/deleteNotificationChannelAsync.android.ts"],"names":[],"mappings":"AAIA,wBAA8B,8BAA8B,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAM7F"} \ No newline at end of file +{"version":3,"file":"deleteNotificationChannelAsync.android.d.ts","sourceRoot":"","sources":["../src/deleteNotificationChannelAsync.android.ts"],"names":[],"mappings":"AAIA,wBAAsB,8BAA8B,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAMrF"} \ No newline at end of file diff --git a/packages/expo-notifications/build/deleteNotificationChannelAsync.android.js b/packages/expo-notifications/build/deleteNotificationChannelAsync.android.js index cf6c4e97d92643..c3f77d3f98dbe6 100644 --- a/packages/expo-notifications/build/deleteNotificationChannelAsync.android.js +++ b/packages/expo-notifications/build/deleteNotificationChannelAsync.android.js @@ -1,6 +1,6 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelManager from './NotificationChannelManager'; -export default async function deleteNotificationChannelAsync(channelId) { +export async function deleteNotificationChannelAsync(channelId) { if (!NotificationChannelManager.deleteNotificationChannelAsync) { throw new UnavailabilityError('Notifications', 'deleteNotificationChannelAsync'); } diff --git a/packages/expo-notifications/build/deleteNotificationChannelAsync.android.js.map b/packages/expo-notifications/build/deleteNotificationChannelAsync.android.js.map index 94ee940aad1fcc..bc4fec7da36f96 100644 --- a/packages/expo-notifications/build/deleteNotificationChannelAsync.android.js.map +++ b/packages/expo-notifications/build/deleteNotificationChannelAsync.android.js.map @@ -1 +1 @@ -{"version":3,"file":"deleteNotificationChannelAsync.android.js","sourceRoot":"","sources":["../src/deleteNotificationChannelAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,0BAA0B,MAAM,8BAA8B,CAAC;AAEtE,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,8BAA8B,CAAC,SAAiB;IAC5E,IAAI,CAAC,0BAA0B,CAAC,8BAA8B,EAAE,CAAC;QAC/D,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,gCAAgC,CAAC,CAAC;IACnF,CAAC;IAED,OAAO,MAAM,0BAA0B,CAAC,8BAA8B,CAAC,SAAS,CAAC,CAAC;AACpF,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelManager from './NotificationChannelManager';\n\nexport default async function deleteNotificationChannelAsync(channelId: string): Promise {\n if (!NotificationChannelManager.deleteNotificationChannelAsync) {\n throw new UnavailabilityError('Notifications', 'deleteNotificationChannelAsync');\n }\n\n return await NotificationChannelManager.deleteNotificationChannelAsync(channelId);\n}\n"]} \ No newline at end of file +{"version":3,"file":"deleteNotificationChannelAsync.android.js","sourceRoot":"","sources":["../src/deleteNotificationChannelAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,0BAA0B,MAAM,8BAA8B,CAAC;AAEtE,MAAM,CAAC,KAAK,UAAU,8BAA8B,CAAC,SAAiB;IACpE,IAAI,CAAC,0BAA0B,CAAC,8BAA8B,EAAE,CAAC;QAC/D,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,gCAAgC,CAAC,CAAC;IACnF,CAAC;IAED,OAAO,MAAM,0BAA0B,CAAC,8BAA8B,CAAC,SAAS,CAAC,CAAC;AACpF,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelManager from './NotificationChannelManager';\n\nexport async function deleteNotificationChannelAsync(channelId: string): Promise {\n if (!NotificationChannelManager.deleteNotificationChannelAsync) {\n throw new UnavailabilityError('Notifications', 'deleteNotificationChannelAsync');\n }\n\n return await NotificationChannelManager.deleteNotificationChannelAsync(channelId);\n}\n"]} \ No newline at end of file diff --git a/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.d.ts b/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.d.ts index c76f957e1a3dfd..01749ed312ceae 100644 --- a/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.d.ts +++ b/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.d.ts @@ -1,2 +1,2 @@ -export default function deleteNotificationChannelAsync(groupId: string): Promise; +export declare function deleteNotificationChannelAsync(groupId: string): Promise; //# sourceMappingURL=deleteNotificationChannelGroupAsync.android.d.ts.map \ No newline at end of file diff --git a/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.d.ts.map b/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.d.ts.map index 91061115842794..cba436249a5e70 100644 --- a/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.d.ts.map +++ b/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"deleteNotificationChannelGroupAsync.android.d.ts","sourceRoot":"","sources":["../src/deleteNotificationChannelGroupAsync.android.ts"],"names":[],"mappings":"AAIA,wBAA8B,8BAA8B,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAM3F"} \ No newline at end of file +{"version":3,"file":"deleteNotificationChannelGroupAsync.android.d.ts","sourceRoot":"","sources":["../src/deleteNotificationChannelGroupAsync.android.ts"],"names":[],"mappings":"AAIA,wBAAsB,8BAA8B,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAMnF"} \ No newline at end of file diff --git a/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.js b/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.js index a7335b7cea7b07..c804c2ccab1037 100644 --- a/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.js +++ b/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.js @@ -1,6 +1,6 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelGroupManager from './NotificationChannelGroupManager'; -export default async function deleteNotificationChannelAsync(groupId) { +export async function deleteNotificationChannelAsync(groupId) { if (!NotificationChannelGroupManager.deleteNotificationChannelGroupAsync) { throw new UnavailabilityError('Notifications', 'deleteNotificationChannelGroupAsync'); } diff --git a/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.js.map b/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.js.map index b379538eb64dad..0ae9feb1878b0e 100644 --- a/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.js.map +++ b/packages/expo-notifications/build/deleteNotificationChannelGroupAsync.android.js.map @@ -1 +1 @@ -{"version":3,"file":"deleteNotificationChannelGroupAsync.android.js","sourceRoot":"","sources":["../src/deleteNotificationChannelGroupAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,+BAA+B,MAAM,mCAAmC,CAAC;AAEhF,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,8BAA8B,CAAC,OAAe;IAC1E,IAAI,CAAC,+BAA+B,CAAC,mCAAmC,EAAE,CAAC;QACzE,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,qCAAqC,CAAC,CAAC;IACxF,CAAC;IAED,OAAO,MAAM,+BAA+B,CAAC,mCAAmC,CAAC,OAAO,CAAC,CAAC;AAC5F,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelGroupManager from './NotificationChannelGroupManager';\n\nexport default async function deleteNotificationChannelAsync(groupId: string): Promise {\n if (!NotificationChannelGroupManager.deleteNotificationChannelGroupAsync) {\n throw new UnavailabilityError('Notifications', 'deleteNotificationChannelGroupAsync');\n }\n\n return await NotificationChannelGroupManager.deleteNotificationChannelGroupAsync(groupId);\n}\n"]} \ No newline at end of file +{"version":3,"file":"deleteNotificationChannelGroupAsync.android.js","sourceRoot":"","sources":["../src/deleteNotificationChannelGroupAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,+BAA+B,MAAM,mCAAmC,CAAC;AAEhF,MAAM,CAAC,KAAK,UAAU,8BAA8B,CAAC,OAAe;IAClE,IAAI,CAAC,+BAA+B,CAAC,mCAAmC,EAAE,CAAC;QACzE,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,qCAAqC,CAAC,CAAC;IACxF,CAAC;IAED,OAAO,MAAM,+BAA+B,CAAC,mCAAmC,CAAC,OAAO,CAAC,CAAC;AAC5F,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelGroupManager from './NotificationChannelGroupManager';\n\nexport async function deleteNotificationChannelAsync(groupId: string): Promise {\n if (!NotificationChannelGroupManager.deleteNotificationChannelGroupAsync) {\n throw new UnavailabilityError('Notifications', 'deleteNotificationChannelGroupAsync');\n }\n\n return await NotificationChannelGroupManager.deleteNotificationChannelGroupAsync(groupId);\n}\n"]} \ No newline at end of file diff --git a/packages/expo-notifications/build/getNotificationChannelAsync.android.d.ts b/packages/expo-notifications/build/getNotificationChannelAsync.android.d.ts index 9741e5ccb9b718..d29e2ed85efa22 100644 --- a/packages/expo-notifications/build/getNotificationChannelAsync.android.d.ts +++ b/packages/expo-notifications/build/getNotificationChannelAsync.android.d.ts @@ -1,3 +1,3 @@ import { NotificationChannel } from './NotificationChannelManager.types'; -export default function getNotificationChannelAsync(channelId: string): Promise; +export declare function getNotificationChannelAsync(channelId: string): Promise; //# sourceMappingURL=getNotificationChannelAsync.android.d.ts.map \ No newline at end of file diff --git a/packages/expo-notifications/build/getNotificationChannelAsync.android.d.ts.map b/packages/expo-notifications/build/getNotificationChannelAsync.android.d.ts.map index c41651aca9de85..ce017b0f6ac9db 100644 --- a/packages/expo-notifications/build/getNotificationChannelAsync.android.d.ts.map +++ b/packages/expo-notifications/build/getNotificationChannelAsync.android.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"getNotificationChannelAsync.android.d.ts","sourceRoot":"","sources":["../src/getNotificationChannelAsync.android.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAEzE,wBAA8B,2BAA2B,CACvD,SAAS,EAAE,MAAM,GAChB,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAKrC"} \ No newline at end of file +{"version":3,"file":"getNotificationChannelAsync.android.d.ts","sourceRoot":"","sources":["../src/getNotificationChannelAsync.android.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAEzE,wBAAsB,2BAA2B,CAC/C,SAAS,EAAE,MAAM,GAChB,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAKrC"} \ No newline at end of file diff --git a/packages/expo-notifications/build/getNotificationChannelAsync.android.js b/packages/expo-notifications/build/getNotificationChannelAsync.android.js index 0460e14696bb18..bcc55d4e4efe4c 100644 --- a/packages/expo-notifications/build/getNotificationChannelAsync.android.js +++ b/packages/expo-notifications/build/getNotificationChannelAsync.android.js @@ -1,6 +1,6 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelManager from './NotificationChannelManager'; -export default async function getNotificationChannelAsync(channelId) { +export async function getNotificationChannelAsync(channelId) { if (!NotificationChannelManager.getNotificationChannelAsync) { throw new UnavailabilityError('Notifications', 'getNotificationChannelAsync'); } diff --git a/packages/expo-notifications/build/getNotificationChannelAsync.android.js.map b/packages/expo-notifications/build/getNotificationChannelAsync.android.js.map index 124dfc02f1c119..7007ffc159f5f2 100644 --- a/packages/expo-notifications/build/getNotificationChannelAsync.android.js.map +++ b/packages/expo-notifications/build/getNotificationChannelAsync.android.js.map @@ -1 +1 @@ -{"version":3,"file":"getNotificationChannelAsync.android.js","sourceRoot":"","sources":["../src/getNotificationChannelAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,0BAA0B,MAAM,8BAA8B,CAAC;AAGtE,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,2BAA2B,CACvD,SAAiB;IAEjB,IAAI,CAAC,0BAA0B,CAAC,2BAA2B,EAAE,CAAC;QAC5D,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,6BAA6B,CAAC,CAAC;IAChF,CAAC;IACD,OAAO,MAAM,0BAA0B,CAAC,2BAA2B,CAAC,SAAS,CAAC,CAAC;AACjF,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelManager from './NotificationChannelManager';\nimport { NotificationChannel } from './NotificationChannelManager.types';\n\nexport default async function getNotificationChannelAsync(\n channelId: string\n): Promise {\n if (!NotificationChannelManager.getNotificationChannelAsync) {\n throw new UnavailabilityError('Notifications', 'getNotificationChannelAsync');\n }\n return await NotificationChannelManager.getNotificationChannelAsync(channelId);\n}\n"]} \ No newline at end of file +{"version":3,"file":"getNotificationChannelAsync.android.js","sourceRoot":"","sources":["../src/getNotificationChannelAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,0BAA0B,MAAM,8BAA8B,CAAC;AAGtE,MAAM,CAAC,KAAK,UAAU,2BAA2B,CAC/C,SAAiB;IAEjB,IAAI,CAAC,0BAA0B,CAAC,2BAA2B,EAAE,CAAC;QAC5D,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,6BAA6B,CAAC,CAAC;IAChF,CAAC;IACD,OAAO,MAAM,0BAA0B,CAAC,2BAA2B,CAAC,SAAS,CAAC,CAAC;AACjF,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelManager from './NotificationChannelManager';\nimport { NotificationChannel } from './NotificationChannelManager.types';\n\nexport async function getNotificationChannelAsync(\n channelId: string\n): Promise {\n if (!NotificationChannelManager.getNotificationChannelAsync) {\n throw new UnavailabilityError('Notifications', 'getNotificationChannelAsync');\n }\n return await NotificationChannelManager.getNotificationChannelAsync(channelId);\n}\n"]} \ No newline at end of file diff --git a/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.d.ts b/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.d.ts index 3e4e7cf433c9e0..e2ade486d279e5 100644 --- a/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.d.ts +++ b/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.d.ts @@ -1,3 +1,3 @@ import { NotificationChannelGroup } from './NotificationChannelGroupManager.types'; -export default function getNotificationChannelGroupAsync(groupId: string): Promise; +export declare function getNotificationChannelGroupAsync(groupId: string): Promise; //# sourceMappingURL=getNotificationChannelGroupAsync.android.d.ts.map \ No newline at end of file diff --git a/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.d.ts.map b/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.d.ts.map index 290a8a80cb2c2c..7544bd49a41b49 100644 --- a/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.d.ts.map +++ b/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"getNotificationChannelGroupAsync.android.d.ts","sourceRoot":"","sources":["../src/getNotificationChannelGroupAsync.android.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AAEnF,wBAA8B,gCAAgC,CAC5D,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,wBAAwB,GAAG,IAAI,CAAC,CAM1C"} \ No newline at end of file +{"version":3,"file":"getNotificationChannelGroupAsync.android.d.ts","sourceRoot":"","sources":["../src/getNotificationChannelGroupAsync.android.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AAEnF,wBAAsB,gCAAgC,CACpD,OAAO,EAAE,MAAM,GACd,OAAO,CAAC,wBAAwB,GAAG,IAAI,CAAC,CAM1C"} \ No newline at end of file diff --git a/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.js b/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.js index d84c09a161cd48..82ccf8dc2db169 100644 --- a/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.js +++ b/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.js @@ -1,6 +1,6 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelGroupManager from './NotificationChannelGroupManager'; -export default async function getNotificationChannelGroupAsync(groupId) { +export async function getNotificationChannelGroupAsync(groupId) { if (!NotificationChannelGroupManager.getNotificationChannelGroupAsync) { throw new UnavailabilityError('Notifications', 'getNotificationChannelGroupAsync'); } diff --git a/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.js.map b/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.js.map index 08b8769c2636e5..fb733d1bb22bd7 100644 --- a/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.js.map +++ b/packages/expo-notifications/build/getNotificationChannelGroupAsync.android.js.map @@ -1 +1 @@ -{"version":3,"file":"getNotificationChannelGroupAsync.android.js","sourceRoot":"","sources":["../src/getNotificationChannelGroupAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,+BAA+B,MAAM,mCAAmC,CAAC;AAGhF,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,gCAAgC,CAC5D,OAAe;IAEf,IAAI,CAAC,+BAA+B,CAAC,gCAAgC,EAAE,CAAC;QACtE,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,kCAAkC,CAAC,CAAC;IACrF,CAAC;IAED,OAAO,MAAM,+BAA+B,CAAC,gCAAgC,CAAC,OAAO,CAAC,CAAC;AACzF,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelGroupManager from './NotificationChannelGroupManager';\nimport { NotificationChannelGroup } from './NotificationChannelGroupManager.types';\n\nexport default async function getNotificationChannelGroupAsync(\n groupId: string\n): Promise {\n if (!NotificationChannelGroupManager.getNotificationChannelGroupAsync) {\n throw new UnavailabilityError('Notifications', 'getNotificationChannelGroupAsync');\n }\n\n return await NotificationChannelGroupManager.getNotificationChannelGroupAsync(groupId);\n}\n"]} \ No newline at end of file +{"version":3,"file":"getNotificationChannelGroupAsync.android.js","sourceRoot":"","sources":["../src/getNotificationChannelGroupAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,+BAA+B,MAAM,mCAAmC,CAAC;AAGhF,MAAM,CAAC,KAAK,UAAU,gCAAgC,CACpD,OAAe;IAEf,IAAI,CAAC,+BAA+B,CAAC,gCAAgC,EAAE,CAAC;QACtE,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,kCAAkC,CAAC,CAAC;IACrF,CAAC;IAED,OAAO,MAAM,+BAA+B,CAAC,gCAAgC,CAAC,OAAO,CAAC,CAAC;AACzF,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelGroupManager from './NotificationChannelGroupManager';\nimport { NotificationChannelGroup } from './NotificationChannelGroupManager.types';\n\nexport async function getNotificationChannelGroupAsync(\n groupId: string\n): Promise {\n if (!NotificationChannelGroupManager.getNotificationChannelGroupAsync) {\n throw new UnavailabilityError('Notifications', 'getNotificationChannelGroupAsync');\n }\n\n return await NotificationChannelGroupManager.getNotificationChannelGroupAsync(groupId);\n}\n"]} \ No newline at end of file diff --git a/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.d.ts b/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.d.ts index 4c2516901d29e8..dbdc9a93cf677b 100644 --- a/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.d.ts +++ b/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.d.ts @@ -1,3 +1,3 @@ import { NotificationChannelGroup } from './NotificationChannelGroupManager.types'; -export default function getNotificationChannelGroupsAsync(): Promise; +export declare function getNotificationChannelGroupsAsync(): Promise; //# sourceMappingURL=getNotificationChannelGroupsAsync.android.d.ts.map \ No newline at end of file diff --git a/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.d.ts.map b/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.d.ts.map index 240ff1aa39efa5..29b7a8e331937f 100644 --- a/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.d.ts.map +++ b/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"getNotificationChannelGroupsAsync.android.d.ts","sourceRoot":"","sources":["../src/getNotificationChannelGroupsAsync.android.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AAEnF,wBAA8B,iCAAiC,IAAI,OAAO,CACxE,wBAAwB,EAAE,CAC3B,CAKA"} \ No newline at end of file +{"version":3,"file":"getNotificationChannelGroupsAsync.android.d.ts","sourceRoot":"","sources":["../src/getNotificationChannelGroupsAsync.android.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,wBAAwB,EAAE,MAAM,yCAAyC,CAAC;AAEnF,wBAAsB,iCAAiC,IAAI,OAAO,CAAC,wBAAwB,EAAE,CAAC,CAK7F"} \ No newline at end of file diff --git a/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.js b/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.js index c75f726119ad31..fb793eb8853250 100644 --- a/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.js +++ b/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.js @@ -1,6 +1,6 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelGroupManager from './NotificationChannelGroupManager'; -export default async function getNotificationChannelGroupsAsync() { +export async function getNotificationChannelGroupsAsync() { if (!NotificationChannelGroupManager.getNotificationChannelGroupsAsync) { throw new UnavailabilityError('Notifications', 'getNotificationChannelGroupsAsync'); } diff --git a/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.js.map b/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.js.map index 5a4348c7fba44b..34d9a8b58c1dba 100644 --- a/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.js.map +++ b/packages/expo-notifications/build/getNotificationChannelGroupsAsync.android.js.map @@ -1 +1 @@ -{"version":3,"file":"getNotificationChannelGroupsAsync.android.js","sourceRoot":"","sources":["../src/getNotificationChannelGroupsAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,+BAA+B,MAAM,mCAAmC,CAAC;AAGhF,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,iCAAiC;IAG7D,IAAI,CAAC,+BAA+B,CAAC,iCAAiC,EAAE,CAAC;QACvE,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,mCAAmC,CAAC,CAAC;IACtF,CAAC;IACD,OAAO,MAAM,+BAA+B,CAAC,iCAAiC,EAAE,CAAC;AACnF,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelGroupManager from './NotificationChannelGroupManager';\nimport { NotificationChannelGroup } from './NotificationChannelGroupManager.types';\n\nexport default async function getNotificationChannelGroupsAsync(): Promise<\n NotificationChannelGroup[]\n> {\n if (!NotificationChannelGroupManager.getNotificationChannelGroupsAsync) {\n throw new UnavailabilityError('Notifications', 'getNotificationChannelGroupsAsync');\n }\n return await NotificationChannelGroupManager.getNotificationChannelGroupsAsync();\n}\n"]} \ No newline at end of file +{"version":3,"file":"getNotificationChannelGroupsAsync.android.js","sourceRoot":"","sources":["../src/getNotificationChannelGroupsAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,+BAA+B,MAAM,mCAAmC,CAAC;AAGhF,MAAM,CAAC,KAAK,UAAU,iCAAiC;IACrD,IAAI,CAAC,+BAA+B,CAAC,iCAAiC,EAAE,CAAC;QACvE,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,mCAAmC,CAAC,CAAC;IACtF,CAAC;IACD,OAAO,MAAM,+BAA+B,CAAC,iCAAiC,EAAE,CAAC;AACnF,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelGroupManager from './NotificationChannelGroupManager';\nimport { NotificationChannelGroup } from './NotificationChannelGroupManager.types';\n\nexport async function getNotificationChannelGroupsAsync(): Promise {\n if (!NotificationChannelGroupManager.getNotificationChannelGroupsAsync) {\n throw new UnavailabilityError('Notifications', 'getNotificationChannelGroupsAsync');\n }\n return await NotificationChannelGroupManager.getNotificationChannelGroupsAsync();\n}\n"]} \ No newline at end of file diff --git a/packages/expo-notifications/build/getNotificationChannelsAsync.android.d.ts b/packages/expo-notifications/build/getNotificationChannelsAsync.android.d.ts index 813805eb270b16..48eb70de75ed37 100644 --- a/packages/expo-notifications/build/getNotificationChannelsAsync.android.d.ts +++ b/packages/expo-notifications/build/getNotificationChannelsAsync.android.d.ts @@ -1,3 +1,3 @@ import { NotificationChannel } from './NotificationChannelManager.types'; -export default function getNotificationChannelsAsync(): Promise; +export declare function getNotificationChannelsAsync(): Promise; //# sourceMappingURL=getNotificationChannelsAsync.android.d.ts.map \ No newline at end of file diff --git a/packages/expo-notifications/build/getNotificationChannelsAsync.android.d.ts.map b/packages/expo-notifications/build/getNotificationChannelsAsync.android.d.ts.map index 5d7878d5395dd5..c4c326d0fff33a 100644 --- a/packages/expo-notifications/build/getNotificationChannelsAsync.android.d.ts.map +++ b/packages/expo-notifications/build/getNotificationChannelsAsync.android.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"getNotificationChannelsAsync.android.d.ts","sourceRoot":"","sources":["../src/getNotificationChannelsAsync.android.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAEzE,wBAA8B,4BAA4B,IAAI,OAAO,CAAC,mBAAmB,EAAE,CAAC,CAK3F"} \ No newline at end of file +{"version":3,"file":"getNotificationChannelsAsync.android.d.ts","sourceRoot":"","sources":["../src/getNotificationChannelsAsync.android.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AAEzE,wBAAsB,4BAA4B,IAAI,OAAO,CAAC,mBAAmB,EAAE,CAAC,CAKnF"} \ No newline at end of file diff --git a/packages/expo-notifications/build/getNotificationChannelsAsync.android.js b/packages/expo-notifications/build/getNotificationChannelsAsync.android.js index 6e7e085e4d7e60..29fb0793bfbb55 100644 --- a/packages/expo-notifications/build/getNotificationChannelsAsync.android.js +++ b/packages/expo-notifications/build/getNotificationChannelsAsync.android.js @@ -1,6 +1,6 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelManager from './NotificationChannelManager'; -export default async function getNotificationChannelsAsync() { +export async function getNotificationChannelsAsync() { if (!NotificationChannelManager.getNotificationChannelsAsync) { throw new UnavailabilityError('Notifications', 'getNotificationChannelsAsync'); } diff --git a/packages/expo-notifications/build/getNotificationChannelsAsync.android.js.map b/packages/expo-notifications/build/getNotificationChannelsAsync.android.js.map index 40377c2cf8d732..d4bf57cbce8236 100644 --- a/packages/expo-notifications/build/getNotificationChannelsAsync.android.js.map +++ b/packages/expo-notifications/build/getNotificationChannelsAsync.android.js.map @@ -1 +1 @@ -{"version":3,"file":"getNotificationChannelsAsync.android.js","sourceRoot":"","sources":["../src/getNotificationChannelsAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,0BAA0B,MAAM,8BAA8B,CAAC;AAGtE,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,4BAA4B;IACxD,IAAI,CAAC,0BAA0B,CAAC,4BAA4B,EAAE,CAAC;QAC7D,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,8BAA8B,CAAC,CAAC;IACjF,CAAC;IACD,OAAO,CAAC,MAAM,0BAA0B,CAAC,4BAA4B,EAAE,CAAC,IAAI,EAAE,CAAC;AACjF,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelManager from './NotificationChannelManager';\nimport { NotificationChannel } from './NotificationChannelManager.types';\n\nexport default async function getNotificationChannelsAsync(): Promise {\n if (!NotificationChannelManager.getNotificationChannelsAsync) {\n throw new UnavailabilityError('Notifications', 'getNotificationChannelsAsync');\n }\n return (await NotificationChannelManager.getNotificationChannelsAsync()) ?? [];\n}\n"]} \ No newline at end of file +{"version":3,"file":"getNotificationChannelsAsync.android.js","sourceRoot":"","sources":["../src/getNotificationChannelsAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,0BAA0B,MAAM,8BAA8B,CAAC;AAGtE,MAAM,CAAC,KAAK,UAAU,4BAA4B;IAChD,IAAI,CAAC,0BAA0B,CAAC,4BAA4B,EAAE,CAAC;QAC7D,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,8BAA8B,CAAC,CAAC;IACjF,CAAC;IACD,OAAO,CAAC,MAAM,0BAA0B,CAAC,4BAA4B,EAAE,CAAC,IAAI,EAAE,CAAC;AACjF,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelManager from './NotificationChannelManager';\nimport { NotificationChannel } from './NotificationChannelManager.types';\n\nexport async function getNotificationChannelsAsync(): Promise {\n if (!NotificationChannelManager.getNotificationChannelsAsync) {\n throw new UnavailabilityError('Notifications', 'getNotificationChannelsAsync');\n }\n return (await NotificationChannelManager.getNotificationChannelsAsync()) ?? [];\n}\n"]} \ No newline at end of file diff --git a/packages/expo-notifications/build/setNotificationChannelAsync.android.d.ts b/packages/expo-notifications/build/setNotificationChannelAsync.android.d.ts index cea4a4e5d0cb9b..69d08ba7385a33 100644 --- a/packages/expo-notifications/build/setNotificationChannelAsync.android.d.ts +++ b/packages/expo-notifications/build/setNotificationChannelAsync.android.d.ts @@ -1,3 +1,3 @@ import { NotificationChannelInput, NotificationChannel } from './NotificationChannelManager.types'; -export default function setNotificationChannelAsync(channelId: string, channel: NotificationChannelInput): Promise; +export declare function setNotificationChannelAsync(channelId: string, channel: NotificationChannelInput): Promise; //# sourceMappingURL=setNotificationChannelAsync.android.d.ts.map \ No newline at end of file diff --git a/packages/expo-notifications/build/setNotificationChannelAsync.android.d.ts.map b/packages/expo-notifications/build/setNotificationChannelAsync.android.d.ts.map index ad8d47377469e2..854b894221e503 100644 --- a/packages/expo-notifications/build/setNotificationChannelAsync.android.d.ts.map +++ b/packages/expo-notifications/build/setNotificationChannelAsync.android.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"setNotificationChannelAsync.android.d.ts","sourceRoot":"","sources":["../src/setNotificationChannelAsync.android.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,wBAAwB,EACxB,mBAAmB,EAEpB,MAAM,oCAAoC,CAAC;AAE5C,wBAA8B,2BAA2B,CACvD,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,wBAAwB,GAChC,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAarC"} \ No newline at end of file +{"version":3,"file":"setNotificationChannelAsync.android.d.ts","sourceRoot":"","sources":["../src/setNotificationChannelAsync.android.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,wBAAwB,EACxB,mBAAmB,EAEpB,MAAM,oCAAoC,CAAC;AAE5C,wBAAsB,2BAA2B,CAC/C,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,wBAAwB,GAChC,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC,CAarC"} \ No newline at end of file diff --git a/packages/expo-notifications/build/setNotificationChannelAsync.android.js b/packages/expo-notifications/build/setNotificationChannelAsync.android.js index 715a775d5c9507..e3eaa7d7725f0f 100644 --- a/packages/expo-notifications/build/setNotificationChannelAsync.android.js +++ b/packages/expo-notifications/build/setNotificationChannelAsync.android.js @@ -1,7 +1,7 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelManager from './NotificationChannelManager'; import { AndroidImportance, } from './NotificationChannelManager.types'; -export default async function setNotificationChannelAsync(channelId, channel) { +export async function setNotificationChannelAsync(channelId, channel) { if (!NotificationChannelManager.setNotificationChannelAsync) { throw new UnavailabilityError('Notifications', 'setNotificationChannelAsync'); } diff --git a/packages/expo-notifications/build/setNotificationChannelAsync.android.js.map b/packages/expo-notifications/build/setNotificationChannelAsync.android.js.map index dfd868a47a3543..a4cec97282e5ed 100644 --- a/packages/expo-notifications/build/setNotificationChannelAsync.android.js.map +++ b/packages/expo-notifications/build/setNotificationChannelAsync.android.js.map @@ -1 +1 @@ -{"version":3,"file":"setNotificationChannelAsync.android.js","sourceRoot":"","sources":["../src/setNotificationChannelAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,0BAA0B,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAGL,iBAAiB,GAClB,MAAM,oCAAoC,CAAC;AAE5C,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,2BAA2B,CACvD,SAAiB,EACjB,OAAiC;IAEjC,IAAI,CAAC,0BAA0B,CAAC,2BAA2B,EAAE,CAAC;QAC5D,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,6BAA6B,CAAC,CAAC;IAChF,CAAC;IAED,IAAI,OAAO,EAAE,UAAU,KAAK,iBAAiB,CAAC,WAAW,EAAE,CAAC;QAC1D,OAAO,CAAC,IAAI,CACV,wEAAwE,SAAS,sBAAsB;YACrG,oDAAoD;YACpD,4DAA4D,CAC/D,CAAC;IACJ,CAAC;IACD,OAAO,MAAM,0BAA0B,CAAC,2BAA2B,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;AAC1F,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelManager from './NotificationChannelManager';\nimport {\n NotificationChannelInput,\n NotificationChannel,\n AndroidImportance,\n} from './NotificationChannelManager.types';\n\nexport default async function setNotificationChannelAsync(\n channelId: string,\n channel: NotificationChannelInput\n): Promise {\n if (!NotificationChannelManager.setNotificationChannelAsync) {\n throw new UnavailabilityError('Notifications', 'setNotificationChannelAsync');\n }\n\n if (channel?.importance === AndroidImportance.UNSPECIFIED) {\n console.warn(\n `Warning: You are setting the importance of the notification channel \"${channelId}\" to \"UNSPECIFIED\". ` +\n `This may lead to errors on some Android versions. ` +\n `It's recommended to instead use AndroidImportance.DEFAULT.`\n );\n }\n return await NotificationChannelManager.setNotificationChannelAsync(channelId, channel);\n}\n"]} \ No newline at end of file +{"version":3,"file":"setNotificationChannelAsync.android.js","sourceRoot":"","sources":["../src/setNotificationChannelAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,0BAA0B,MAAM,8BAA8B,CAAC;AACtE,OAAO,EAGL,iBAAiB,GAClB,MAAM,oCAAoC,CAAC;AAE5C,MAAM,CAAC,KAAK,UAAU,2BAA2B,CAC/C,SAAiB,EACjB,OAAiC;IAEjC,IAAI,CAAC,0BAA0B,CAAC,2BAA2B,EAAE,CAAC;QAC5D,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,6BAA6B,CAAC,CAAC;IAChF,CAAC;IAED,IAAI,OAAO,EAAE,UAAU,KAAK,iBAAiB,CAAC,WAAW,EAAE,CAAC;QAC1D,OAAO,CAAC,IAAI,CACV,wEAAwE,SAAS,sBAAsB;YACrG,oDAAoD;YACpD,4DAA4D,CAC/D,CAAC;IACJ,CAAC;IACD,OAAO,MAAM,0BAA0B,CAAC,2BAA2B,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;AAC1F,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelManager from './NotificationChannelManager';\nimport {\n NotificationChannelInput,\n NotificationChannel,\n AndroidImportance,\n} from './NotificationChannelManager.types';\n\nexport async function setNotificationChannelAsync(\n channelId: string,\n channel: NotificationChannelInput\n): Promise {\n if (!NotificationChannelManager.setNotificationChannelAsync) {\n throw new UnavailabilityError('Notifications', 'setNotificationChannelAsync');\n }\n\n if (channel?.importance === AndroidImportance.UNSPECIFIED) {\n console.warn(\n `Warning: You are setting the importance of the notification channel \"${channelId}\" to \"UNSPECIFIED\". ` +\n `This may lead to errors on some Android versions. ` +\n `It's recommended to instead use AndroidImportance.DEFAULT.`\n );\n }\n return await NotificationChannelManager.setNotificationChannelAsync(channelId, channel);\n}\n"]} \ No newline at end of file diff --git a/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.d.ts b/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.d.ts index 00856e7bd24a1a..e01356d7f1d5fe 100644 --- a/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.d.ts +++ b/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.d.ts @@ -1,3 +1,3 @@ import { NotificationChannelGroup, NotificationChannelGroupInput } from './NotificationChannelGroupManager.types'; -export default function setNotificationChannelGroupAsync(groupId: string, group: NotificationChannelGroupInput): Promise; +export declare function setNotificationChannelGroupAsync(groupId: string, group: NotificationChannelGroupInput): Promise; //# sourceMappingURL=setNotificationChannelGroupAsync.android.d.ts.map \ No newline at end of file diff --git a/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.d.ts.map b/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.d.ts.map index 0d655d2e675b88..be35814a6e483a 100644 --- a/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.d.ts.map +++ b/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.d.ts.map @@ -1 +1 @@ -{"version":3,"file":"setNotificationChannelGroupAsync.android.d.ts","sourceRoot":"","sources":["../src/setNotificationChannelGroupAsync.android.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,wBAAwB,EACxB,6BAA6B,EAC9B,MAAM,yCAAyC,CAAC;AAEjD,wBAA8B,gCAAgC,CAC5D,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,6BAA6B,GACnC,OAAO,CAAC,wBAAwB,GAAG,IAAI,CAAC,CAM1C"} \ No newline at end of file +{"version":3,"file":"setNotificationChannelGroupAsync.android.d.ts","sourceRoot":"","sources":["../src/setNotificationChannelGroupAsync.android.ts"],"names":[],"mappings":"AAGA,OAAO,EACL,wBAAwB,EACxB,6BAA6B,EAC9B,MAAM,yCAAyC,CAAC;AAEjD,wBAAsB,gCAAgC,CACpD,OAAO,EAAE,MAAM,EACf,KAAK,EAAE,6BAA6B,GACnC,OAAO,CAAC,wBAAwB,GAAG,IAAI,CAAC,CAM1C"} \ No newline at end of file diff --git a/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.js b/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.js index 8ed202d7720bde..fe479eb784bd1d 100644 --- a/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.js +++ b/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.js @@ -1,6 +1,6 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelGroupManager from './NotificationChannelGroupManager'; -export default async function setNotificationChannelGroupAsync(groupId, group) { +export async function setNotificationChannelGroupAsync(groupId, group) { if (!NotificationChannelGroupManager.setNotificationChannelGroupAsync) { throw new UnavailabilityError('Notifications', 'setNotificationChannelGroupAsync'); } diff --git a/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.js.map b/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.js.map index 326e372706a99d..76d44ab3c7d225 100644 --- a/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.js.map +++ b/packages/expo-notifications/build/setNotificationChannelGroupAsync.android.js.map @@ -1 +1 @@ -{"version":3,"file":"setNotificationChannelGroupAsync.android.js","sourceRoot":"","sources":["../src/setNotificationChannelGroupAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,+BAA+B,MAAM,mCAAmC,CAAC;AAMhF,MAAM,CAAC,OAAO,CAAC,KAAK,UAAU,gCAAgC,CAC5D,OAAe,EACf,KAAoC;IAEpC,IAAI,CAAC,+BAA+B,CAAC,gCAAgC,EAAE,CAAC;QACtE,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,kCAAkC,CAAC,CAAC;IACrF,CAAC;IAED,OAAO,MAAM,+BAA+B,CAAC,gCAAgC,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;AAChG,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelGroupManager from './NotificationChannelGroupManager';\nimport {\n NotificationChannelGroup,\n NotificationChannelGroupInput,\n} from './NotificationChannelGroupManager.types';\n\nexport default async function setNotificationChannelGroupAsync(\n groupId: string,\n group: NotificationChannelGroupInput\n): Promise {\n if (!NotificationChannelGroupManager.setNotificationChannelGroupAsync) {\n throw new UnavailabilityError('Notifications', 'setNotificationChannelGroupAsync');\n }\n\n return await NotificationChannelGroupManager.setNotificationChannelGroupAsync(groupId, group);\n}\n"]} \ No newline at end of file +{"version":3,"file":"setNotificationChannelGroupAsync.android.js","sourceRoot":"","sources":["../src/setNotificationChannelGroupAsync.android.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,+BAA+B,MAAM,mCAAmC,CAAC;AAMhF,MAAM,CAAC,KAAK,UAAU,gCAAgC,CACpD,OAAe,EACf,KAAoC;IAEpC,IAAI,CAAC,+BAA+B,CAAC,gCAAgC,EAAE,CAAC;QACtE,MAAM,IAAI,mBAAmB,CAAC,eAAe,EAAE,kCAAkC,CAAC,CAAC;IACrF,CAAC;IAED,OAAO,MAAM,+BAA+B,CAAC,gCAAgC,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC;AAChG,CAAC","sourcesContent":["import { UnavailabilityError } from 'expo-modules-core';\n\nimport NotificationChannelGroupManager from './NotificationChannelGroupManager';\nimport {\n NotificationChannelGroup,\n NotificationChannelGroupInput,\n} from './NotificationChannelGroupManager.types';\n\nexport async function setNotificationChannelGroupAsync(\n groupId: string,\n group: NotificationChannelGroupInput\n): Promise {\n if (!NotificationChannelGroupManager.setNotificationChannelGroupAsync) {\n throw new UnavailabilityError('Notifications', 'setNotificationChannelGroupAsync');\n }\n\n return await NotificationChannelGroupManager.setNotificationChannelGroupAsync(groupId, group);\n}\n"]} \ No newline at end of file diff --git a/packages/expo-notifications/src/deleteNotificationChannelAsync.android.ts b/packages/expo-notifications/src/deleteNotificationChannelAsync.android.ts index e7b4a2400abcdc..c01412e1d13feb 100644 --- a/packages/expo-notifications/src/deleteNotificationChannelAsync.android.ts +++ b/packages/expo-notifications/src/deleteNotificationChannelAsync.android.ts @@ -2,7 +2,7 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelManager from './NotificationChannelManager'; -export default async function deleteNotificationChannelAsync(channelId: string): Promise { +export async function deleteNotificationChannelAsync(channelId: string): Promise { if (!NotificationChannelManager.deleteNotificationChannelAsync) { throw new UnavailabilityError('Notifications', 'deleteNotificationChannelAsync'); } diff --git a/packages/expo-notifications/src/deleteNotificationChannelGroupAsync.android.ts b/packages/expo-notifications/src/deleteNotificationChannelGroupAsync.android.ts index f3709b698d76c1..874139b1b6f880 100644 --- a/packages/expo-notifications/src/deleteNotificationChannelGroupAsync.android.ts +++ b/packages/expo-notifications/src/deleteNotificationChannelGroupAsync.android.ts @@ -2,7 +2,7 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelGroupManager from './NotificationChannelGroupManager'; -export default async function deleteNotificationChannelAsync(groupId: string): Promise { +export async function deleteNotificationChannelAsync(groupId: string): Promise { if (!NotificationChannelGroupManager.deleteNotificationChannelGroupAsync) { throw new UnavailabilityError('Notifications', 'deleteNotificationChannelGroupAsync'); } diff --git a/packages/expo-notifications/src/getNotificationChannelAsync.android.ts b/packages/expo-notifications/src/getNotificationChannelAsync.android.ts index e409cddbe2a89f..796ca2dba9d192 100644 --- a/packages/expo-notifications/src/getNotificationChannelAsync.android.ts +++ b/packages/expo-notifications/src/getNotificationChannelAsync.android.ts @@ -3,7 +3,7 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelManager from './NotificationChannelManager'; import { NotificationChannel } from './NotificationChannelManager.types'; -export default async function getNotificationChannelAsync( +export async function getNotificationChannelAsync( channelId: string ): Promise { if (!NotificationChannelManager.getNotificationChannelAsync) { diff --git a/packages/expo-notifications/src/getNotificationChannelGroupAsync.android.ts b/packages/expo-notifications/src/getNotificationChannelGroupAsync.android.ts index cdb6d663f471f1..c72f3c0dd81710 100644 --- a/packages/expo-notifications/src/getNotificationChannelGroupAsync.android.ts +++ b/packages/expo-notifications/src/getNotificationChannelGroupAsync.android.ts @@ -3,7 +3,7 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelGroupManager from './NotificationChannelGroupManager'; import { NotificationChannelGroup } from './NotificationChannelGroupManager.types'; -export default async function getNotificationChannelGroupAsync( +export async function getNotificationChannelGroupAsync( groupId: string ): Promise { if (!NotificationChannelGroupManager.getNotificationChannelGroupAsync) { diff --git a/packages/expo-notifications/src/getNotificationChannelGroupsAsync.android.ts b/packages/expo-notifications/src/getNotificationChannelGroupsAsync.android.ts index 4f6592ebc4b0ab..93e0aea1b54aa6 100644 --- a/packages/expo-notifications/src/getNotificationChannelGroupsAsync.android.ts +++ b/packages/expo-notifications/src/getNotificationChannelGroupsAsync.android.ts @@ -3,9 +3,7 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelGroupManager from './NotificationChannelGroupManager'; import { NotificationChannelGroup } from './NotificationChannelGroupManager.types'; -export default async function getNotificationChannelGroupsAsync(): Promise< - NotificationChannelGroup[] -> { +export async function getNotificationChannelGroupsAsync(): Promise { if (!NotificationChannelGroupManager.getNotificationChannelGroupsAsync) { throw new UnavailabilityError('Notifications', 'getNotificationChannelGroupsAsync'); } diff --git a/packages/expo-notifications/src/getNotificationChannelsAsync.android.ts b/packages/expo-notifications/src/getNotificationChannelsAsync.android.ts index ee7dc24e1385c1..cd2ee09d7f592f 100644 --- a/packages/expo-notifications/src/getNotificationChannelsAsync.android.ts +++ b/packages/expo-notifications/src/getNotificationChannelsAsync.android.ts @@ -3,7 +3,7 @@ import { UnavailabilityError } from 'expo-modules-core'; import NotificationChannelManager from './NotificationChannelManager'; import { NotificationChannel } from './NotificationChannelManager.types'; -export default async function getNotificationChannelsAsync(): Promise { +export async function getNotificationChannelsAsync(): Promise { if (!NotificationChannelManager.getNotificationChannelsAsync) { throw new UnavailabilityError('Notifications', 'getNotificationChannelsAsync'); } diff --git a/packages/expo-notifications/src/setNotificationChannelAsync.android.ts b/packages/expo-notifications/src/setNotificationChannelAsync.android.ts index 2eaaf10b317b31..efe7ad8ca8bd90 100644 --- a/packages/expo-notifications/src/setNotificationChannelAsync.android.ts +++ b/packages/expo-notifications/src/setNotificationChannelAsync.android.ts @@ -7,7 +7,7 @@ import { AndroidImportance, } from './NotificationChannelManager.types'; -export default async function setNotificationChannelAsync( +export async function setNotificationChannelAsync( channelId: string, channel: NotificationChannelInput ): Promise { diff --git a/packages/expo-notifications/src/setNotificationChannelGroupAsync.android.ts b/packages/expo-notifications/src/setNotificationChannelGroupAsync.android.ts index 5320d486c4e061..34796394a58504 100644 --- a/packages/expo-notifications/src/setNotificationChannelGroupAsync.android.ts +++ b/packages/expo-notifications/src/setNotificationChannelGroupAsync.android.ts @@ -6,7 +6,7 @@ import { NotificationChannelGroupInput, } from './NotificationChannelGroupManager.types'; -export default async function setNotificationChannelGroupAsync( +export async function setNotificationChannelGroupAsync( groupId: string, group: NotificationChannelGroupInput ): Promise {