@imatis/react-native-notifications 4.3.3-imatis.6 → 4.3.3-imatis.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/lib/android/app/src/main/java/com/wix/reactnativenotifications/RNNotificationsModule.java +1 -1
  2. package/lib/android/app/src/main/java/com/wix/reactnativenotifications/RNNotificationsPackage.java +8 -3
  3. package/lib/android/app/src/main/java/com/wix/reactnativenotifications/core/NotificationIntentAdapter.java +3 -11
  4. package/lib/android/app/src/main/java/com/wix/reactnativenotifications/core/notification/PushNotification.java +5 -4
  5. package/lib/android/app/src/reactNative59/java/com/wix/reactnativenotifications/NotificationManagerCompatFacade.java +2 -2
  6. package/package.json +1 -1
  7. package/android/app/src/reactNative59/reactNative59.iml +0 -11
  8. package/android/app/src/reactNative60/reactNative60.iml +0 -11
  9. package/lib/android/.gradle/6.1.1/executionHistory/executionHistory.lock +0 -0
  10. package/lib/android/.gradle/6.1.1/fileChanges/last-build.bin +0 -0
  11. package/lib/android/.gradle/6.1.1/fileHashes/fileHashes.bin +0 -0
  12. package/lib/android/.gradle/6.1.1/fileHashes/fileHashes.lock +0 -0
  13. package/lib/android/.gradle/6.1.1/gc.properties +0 -0
  14. package/lib/android/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
  15. package/lib/android/.gradle/buildOutputCleanup/cache.properties +0 -2
  16. package/lib/android/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
  17. package/lib/android/.gradle/checksums/checksums.lock +0 -0
  18. package/lib/android/.gradle/checksums/md5-checksums.bin +0 -0
  19. package/lib/android/.gradle/checksums/sha1-checksums.bin +0 -0
  20. package/lib/android/.gradle/vcs-1/gc.properties +0 -0
  21. package/lib/android/local.properties +0 -8
  22. package/lib/dist/DTO/Notification.d.ts +0 -11
  23. package/lib/dist/DTO/Notification.js +0 -28
  24. package/lib/dist/DTO/Notification.test.d.ts +0 -1
  25. package/lib/dist/DTO/Notification.test.js +0 -52
  26. package/lib/dist/DTO/NotificationAndroid.d.ts +0 -7
  27. package/lib/dist/DTO/NotificationAndroid.js +0 -20
  28. package/lib/dist/DTO/NotificationAndroid.test.d.ts +0 -1
  29. package/lib/dist/DTO/NotificationAndroid.test.js +0 -25
  30. package/lib/dist/DTO/NotificationFactory.d.ts +0 -4
  31. package/lib/dist/DTO/NotificationFactory.js +0 -18
  32. package/lib/dist/DTO/NotificationIOS.d.ts +0 -12
  33. package/lib/dist/DTO/NotificationIOS.js +0 -40
  34. package/lib/dist/DTO/NotificationIOS.test.d.ts +0 -1
  35. package/lib/dist/DTO/NotificationIOS.test.js +0 -58
  36. package/lib/dist/Notifications.d.ts +0 -65
  37. package/lib/dist/Notifications.js +0 -98
  38. package/lib/dist/NotificationsAndroid.d.ts +0 -14
  39. package/lib/dist/NotificationsAndroid.js +0 -32
  40. package/lib/dist/NotificationsIOS.d.ts +0 -51
  41. package/lib/dist/NotificationsIOS.js +0 -83
  42. package/lib/dist/adapters/CompletionCallbackWrapper.d.ts +0 -11
  43. package/lib/dist/adapters/CompletionCallbackWrapper.js +0 -44
  44. package/lib/dist/adapters/NativeCommandsSender.d.ts +0 -31
  45. package/lib/dist/adapters/NativeCommandsSender.js +0 -73
  46. package/lib/dist/adapters/NativeEventsReceiver.d.ts +0 -19
  47. package/lib/dist/adapters/NativeEventsReceiver.js +0 -47
  48. package/lib/dist/adapters/UniqueIdProvider.d.ts +0 -3
  49. package/lib/dist/adapters/UniqueIdProvider.js +0 -10
  50. package/lib/dist/commands/Commands.d.ts +0 -32
  51. package/lib/dist/commands/Commands.js +0 -79
  52. package/lib/dist/commands/Commands.test.d.ts +0 -1
  53. package/lib/dist/commands/Commands.test.js +0 -201
  54. package/lib/dist/events/EventsRegistry.d.ts +0 -18
  55. package/lib/dist/events/EventsRegistry.js +0 -28
  56. package/lib/dist/events/EventsRegistry.test.d.ts +0 -1
  57. package/lib/dist/events/EventsRegistry.test.js +0 -183
  58. package/lib/dist/events/EventsRegistryIOS.d.ts +0 -12
  59. package/lib/dist/events/EventsRegistryIOS.js +0 -19
  60. package/lib/dist/events/EventsRegistryIOS.test.d.ts +0 -1
  61. package/lib/dist/events/EventsRegistryIOS.test.js +0 -53
  62. package/lib/dist/index.d.ts +0 -7
  63. package/lib/dist/index.js +0 -12
  64. package/lib/dist/interfaces/EventSubscription.d.ts +0 -3
  65. package/lib/dist/interfaces/EventSubscription.js +0 -2
  66. package/lib/dist/interfaces/NotificationActionResponse.d.ts +0 -5
  67. package/lib/dist/interfaces/NotificationActionResponse.js +0 -10
  68. package/lib/dist/interfaces/NotificationCategory.d.ts +0 -18
  69. package/lib/dist/interfaces/NotificationCategory.js +0 -20
  70. package/lib/dist/interfaces/NotificationChannel.d.ts +0 -14
  71. package/lib/dist/interfaces/NotificationChannel.js +0 -2
  72. package/lib/dist/interfaces/NotificationCompletion.d.ts +0 -10
  73. package/lib/dist/interfaces/NotificationCompletion.js +0 -9
  74. package/lib/dist/interfaces/NotificationEvents.d.ts +0 -18
  75. package/lib/dist/interfaces/NotificationEvents.js +0 -2
  76. package/lib/dist/interfaces/NotificationPermissions.d.ts +0 -14
  77. package/lib/dist/interfaces/NotificationPermissions.js +0 -2
  78. package/lib/ios/RNNotifications.xcodeproj/project.xcworkspace/xcuserdata/troy.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NotificationBackgroundFetchResult = void 0;
4
- var NotificationBackgroundFetchResult;
5
- (function (NotificationBackgroundFetchResult) {
6
- NotificationBackgroundFetchResult["NEW_DATA"] = "newData";
7
- NotificationBackgroundFetchResult["NO_DATA"] = "noData";
8
- NotificationBackgroundFetchResult["FAILED"] = "failed";
9
- })(NotificationBackgroundFetchResult = exports.NotificationBackgroundFetchResult || (exports.NotificationBackgroundFetchResult = {}));
@@ -1,18 +0,0 @@
1
- import { Notification } from '../DTO/Notification';
2
- import { NotificationActionResponse } from './NotificationActionResponse';
3
- export interface Registered {
4
- deviceToken: string;
5
- }
6
- export interface RegistrationError {
7
- code: string;
8
- domain: string;
9
- localizedDescription: string;
10
- }
11
- export interface RegisteredPushKit {
12
- pushKitToken: string;
13
- }
14
- export interface NotificationResponse {
15
- identifier: string;
16
- notification: Notification;
17
- action?: NotificationActionResponse;
18
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,14 +0,0 @@
1
- export interface NotificationPermissionOptions {
2
- carPlay?: boolean;
3
- criticalAlert?: boolean;
4
- providesAppNotificationSettings?: boolean;
5
- provisional?: boolean;
6
- announcement?: boolean;
7
- }
8
- export interface NotificationPermissions extends NotificationPermissionOptions {
9
- badge: boolean;
10
- alert: boolean;
11
- sound: boolean;
12
- notificationCenter: boolean;
13
- lockScreen: boolean;
14
- }
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });