@ua/react-native-airship 22.1.0 → 23.1.0

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 (210) hide show
  1. package/android/gradle.properties +1 -1
  2. package/ios/AirshipReactNative.swift +13 -2
  3. package/ios/MessageWebViewWrapper.swift +1 -0
  4. package/lib/module/AirshipEmbeddedView.js +1 -1
  5. package/lib/module/AirshipEmbeddedView.js.map +1 -1
  6. package/lib/module/MessageView.js +1 -1
  7. package/lib/module/MessageView.js.map +1 -1
  8. package/lib/module/NativeRNAirship.ts +138 -0
  9. package/lib/module/RNAirshipEmbeddedViewNativeComponent.ts +9 -0
  10. package/lib/module/RNAirshipMessageViewNativeComponent.ts +41 -0
  11. package/lib/typescript/package.json +1 -0
  12. package/lib/typescript/src/AirshipActions.d.ts.map +1 -0
  13. package/lib/typescript/src/AirshipAnalytics.d.ts.map +1 -0
  14. package/lib/typescript/src/AirshipChannel.d.ts.map +1 -0
  15. package/lib/typescript/src/AirshipContact.d.ts.map +1 -0
  16. package/lib/typescript/src/AirshipEmbeddedView.d.ts.map +1 -0
  17. package/lib/typescript/src/AirshipFeatureFlagManager.d.ts.map +1 -0
  18. package/lib/typescript/src/AirshipInApp.d.ts.map +1 -0
  19. package/lib/typescript/src/AirshipLiveActivityManager.d.ts.map +1 -0
  20. package/lib/typescript/src/AirshipLiveUpdateManager.d.ts.map +1 -0
  21. package/lib/typescript/src/AirshipLocale.d.ts.map +1 -0
  22. package/lib/typescript/src/AirshipMessageCenter.d.ts.map +1 -0
  23. package/lib/typescript/src/AirshipPreferenceCenter.d.ts.map +1 -0
  24. package/lib/typescript/src/AirshipPrivacyManager.d.ts.map +1 -0
  25. package/lib/typescript/src/AirshipPush.d.ts.map +1 -0
  26. package/lib/typescript/src/AirshipRoot.d.ts.map +1 -0
  27. package/lib/typescript/src/AttributeEditor.d.ts.map +1 -0
  28. package/lib/typescript/src/MessageView.d.ts.map +1 -0
  29. package/lib/typescript/src/NativeRNAirship.d.ts.map +1 -0
  30. package/lib/typescript/src/RNAirshipEmbeddedViewNativeComponent.d.ts.map +1 -0
  31. package/lib/typescript/src/RNAirshipMessageViewNativeComponent.d.ts.map +1 -0
  32. package/lib/typescript/src/ScopedSubscriptionListEditor.d.ts.map +1 -0
  33. package/lib/typescript/src/SubscriptionListEditor.d.ts.map +1 -0
  34. package/lib/typescript/src/TagEditor.d.ts.map +1 -0
  35. package/lib/typescript/src/TagGroupEditor.d.ts.map +1 -0
  36. package/lib/typescript/src/UAEventEmitter.d.ts.map +1 -0
  37. package/lib/typescript/src/index.d.ts.map +1 -0
  38. package/lib/typescript/src/types.d.ts.map +1 -0
  39. package/package.json +24 -62
  40. package/react-native-airship.podspec +1 -1
  41. package/lib/commonjs/AirshipActions.js +0 -31
  42. package/lib/commonjs/AirshipActions.js.map +0 -1
  43. package/lib/commonjs/AirshipAnalytics.js +0 -54
  44. package/lib/commonjs/AirshipAnalytics.js.map +0 -1
  45. package/lib/commonjs/AirshipChannel.js +0 -115
  46. package/lib/commonjs/AirshipChannel.js.map +0 -1
  47. package/lib/commonjs/AirshipContact.js +0 -90
  48. package/lib/commonjs/AirshipContact.js.map +0 -1
  49. package/lib/commonjs/AirshipEmbeddedView.js +0 -28
  50. package/lib/commonjs/AirshipEmbeddedView.js.map +0 -1
  51. package/lib/commonjs/AirshipFeatureFlagManager.js +0 -76
  52. package/lib/commonjs/AirshipFeatureFlagManager.js.map +0 -1
  53. package/lib/commonjs/AirshipInApp.js +0 -108
  54. package/lib/commonjs/AirshipInApp.js.map +0 -1
  55. package/lib/commonjs/AirshipLiveActivityManager.js +0 -61
  56. package/lib/commonjs/AirshipLiveActivityManager.js.map +0 -1
  57. package/lib/commonjs/AirshipLiveUpdateManager.js +0 -68
  58. package/lib/commonjs/AirshipLiveUpdateManager.js.map +0 -1
  59. package/lib/commonjs/AirshipLocale.js +0 -41
  60. package/lib/commonjs/AirshipLocale.js.map +0 -1
  61. package/lib/commonjs/AirshipMessageCenter.js +0 -111
  62. package/lib/commonjs/AirshipMessageCenter.js.map +0 -1
  63. package/lib/commonjs/AirshipPreferenceCenter.js +0 -48
  64. package/lib/commonjs/AirshipPreferenceCenter.js.map +0 -1
  65. package/lib/commonjs/AirshipPrivacyManager.js +0 -60
  66. package/lib/commonjs/AirshipPrivacyManager.js.map +0 -1
  67. package/lib/commonjs/AirshipPush.js +0 -264
  68. package/lib/commonjs/AirshipPush.js.map +0 -1
  69. package/lib/commonjs/AirshipRoot.js +0 -115
  70. package/lib/commonjs/AirshipRoot.js.map +0 -1
  71. package/lib/commonjs/AttributeEditor.js +0 -89
  72. package/lib/commonjs/AttributeEditor.js.map +0 -1
  73. package/lib/commonjs/MessageView.js +0 -85
  74. package/lib/commonjs/MessageView.js.map +0 -1
  75. package/lib/commonjs/NativeRNAirship.js +0 -9
  76. package/lib/commonjs/NativeRNAirship.js.map +0 -1
  77. package/lib/commonjs/RNAirshipEmbeddedViewNativeComponent.js +0 -11
  78. package/lib/commonjs/RNAirshipEmbeddedViewNativeComponent.js.map +0 -1
  79. package/lib/commonjs/RNAirshipMessageViewNativeComponent.js +0 -11
  80. package/lib/commonjs/RNAirshipMessageViewNativeComponent.js.map +0 -1
  81. package/lib/commonjs/ScopedSubscriptionListEditor.js +0 -76
  82. package/lib/commonjs/ScopedSubscriptionListEditor.js.map +0 -1
  83. package/lib/commonjs/SubscriptionListEditor.js +0 -70
  84. package/lib/commonjs/SubscriptionListEditor.js.map +0 -1
  85. package/lib/commonjs/TagEditor.js +0 -66
  86. package/lib/commonjs/TagEditor.js.map +0 -1
  87. package/lib/commonjs/TagGroupEditor.js +0 -87
  88. package/lib/commonjs/TagGroupEditor.js.map +0 -1
  89. package/lib/commonjs/UAEventEmitter.js +0 -79
  90. package/lib/commonjs/UAEventEmitter.js.map +0 -1
  91. package/lib/commonjs/index.js +0 -217
  92. package/lib/commonjs/index.js.map +0 -1
  93. package/lib/commonjs/types.js +0 -340
  94. package/lib/commonjs/types.js.map +0 -1
  95. package/lib/module/NativeRNAirship.js +0 -5
  96. package/lib/module/NativeRNAirship.js.map +0 -1
  97. package/lib/module/RNAirshipEmbeddedViewNativeComponent.js +0 -6
  98. package/lib/module/RNAirshipEmbeddedViewNativeComponent.js.map +0 -1
  99. package/lib/module/RNAirshipMessageViewNativeComponent.js +0 -6
  100. package/lib/module/RNAirshipMessageViewNativeComponent.js.map +0 -1
  101. package/lib/typescript/commonjs/package.json +0 -1
  102. package/lib/typescript/commonjs/src/AirshipActions.d.ts.map +0 -1
  103. package/lib/typescript/commonjs/src/AirshipAnalytics.d.ts.map +0 -1
  104. package/lib/typescript/commonjs/src/AirshipChannel.d.ts.map +0 -1
  105. package/lib/typescript/commonjs/src/AirshipContact.d.ts.map +0 -1
  106. package/lib/typescript/commonjs/src/AirshipEmbeddedView.d.ts.map +0 -1
  107. package/lib/typescript/commonjs/src/AirshipFeatureFlagManager.d.ts.map +0 -1
  108. package/lib/typescript/commonjs/src/AirshipInApp.d.ts.map +0 -1
  109. package/lib/typescript/commonjs/src/AirshipLiveActivityManager.d.ts.map +0 -1
  110. package/lib/typescript/commonjs/src/AirshipLiveUpdateManager.d.ts.map +0 -1
  111. package/lib/typescript/commonjs/src/AirshipLocale.d.ts.map +0 -1
  112. package/lib/typescript/commonjs/src/AirshipMessageCenter.d.ts.map +0 -1
  113. package/lib/typescript/commonjs/src/AirshipPreferenceCenter.d.ts.map +0 -1
  114. package/lib/typescript/commonjs/src/AirshipPrivacyManager.d.ts.map +0 -1
  115. package/lib/typescript/commonjs/src/AirshipPush.d.ts.map +0 -1
  116. package/lib/typescript/commonjs/src/AirshipRoot.d.ts.map +0 -1
  117. package/lib/typescript/commonjs/src/AttributeEditor.d.ts.map +0 -1
  118. package/lib/typescript/commonjs/src/MessageView.d.ts.map +0 -1
  119. package/lib/typescript/commonjs/src/NativeRNAirship.d.ts.map +0 -1
  120. package/lib/typescript/commonjs/src/RNAirshipEmbeddedViewNativeComponent.d.ts.map +0 -1
  121. package/lib/typescript/commonjs/src/RNAirshipMessageViewNativeComponent.d.ts.map +0 -1
  122. package/lib/typescript/commonjs/src/ScopedSubscriptionListEditor.d.ts.map +0 -1
  123. package/lib/typescript/commonjs/src/SubscriptionListEditor.d.ts.map +0 -1
  124. package/lib/typescript/commonjs/src/TagEditor.d.ts.map +0 -1
  125. package/lib/typescript/commonjs/src/TagGroupEditor.d.ts.map +0 -1
  126. package/lib/typescript/commonjs/src/UAEventEmitter.d.ts.map +0 -1
  127. package/lib/typescript/commonjs/src/index.d.ts.map +0 -1
  128. package/lib/typescript/commonjs/src/types.d.ts.map +0 -1
  129. package/lib/typescript/module/src/AirshipActions.d.ts +0 -18
  130. package/lib/typescript/module/src/AirshipActions.d.ts.map +0 -1
  131. package/lib/typescript/module/src/AirshipAnalytics.d.ts +0 -35
  132. package/lib/typescript/module/src/AirshipAnalytics.d.ts.map +0 -1
  133. package/lib/typescript/module/src/AirshipChannel.d.ts +0 -69
  134. package/lib/typescript/module/src/AirshipChannel.d.ts.map +0 -1
  135. package/lib/typescript/module/src/AirshipContact.d.ts +0 -53
  136. package/lib/typescript/module/src/AirshipContact.d.ts.map +0 -1
  137. package/lib/typescript/module/src/AirshipEmbeddedView.d.ts +0 -19
  138. package/lib/typescript/module/src/AirshipEmbeddedView.d.ts.map +0 -1
  139. package/lib/typescript/module/src/AirshipFeatureFlagManager.d.ts +0 -51
  140. package/lib/typescript/module/src/AirshipFeatureFlagManager.d.ts.map +0 -1
  141. package/lib/typescript/module/src/AirshipInApp.d.ts +0 -47
  142. package/lib/typescript/module/src/AirshipInApp.d.ts.map +0 -1
  143. package/lib/typescript/module/src/AirshipLiveActivityManager.d.ts +0 -39
  144. package/lib/typescript/module/src/AirshipLiveActivityManager.d.ts.map +0 -1
  145. package/lib/typescript/module/src/AirshipLiveUpdateManager.d.ts +0 -43
  146. package/lib/typescript/module/src/AirshipLiveUpdateManager.d.ts.map +0 -1
  147. package/lib/typescript/module/src/AirshipLocale.d.ts +0 -24
  148. package/lib/typescript/module/src/AirshipLocale.d.ts.map +0 -1
  149. package/lib/typescript/module/src/AirshipMessageCenter.d.ts +0 -74
  150. package/lib/typescript/module/src/AirshipMessageCenter.d.ts.map +0 -1
  151. package/lib/typescript/module/src/AirshipPreferenceCenter.d.ts +0 -32
  152. package/lib/typescript/module/src/AirshipPreferenceCenter.d.ts.map +0 -1
  153. package/lib/typescript/module/src/AirshipPrivacyManager.d.ts +0 -38
  154. package/lib/typescript/module/src/AirshipPrivacyManager.d.ts.map +0 -1
  155. package/lib/typescript/module/src/AirshipPush.d.ts +0 -161
  156. package/lib/typescript/module/src/AirshipPush.d.ts.map +0 -1
  157. package/lib/typescript/module/src/AirshipRoot.d.ts +0 -84
  158. package/lib/typescript/module/src/AirshipRoot.d.ts.map +0 -1
  159. package/lib/typescript/module/src/AttributeEditor.d.ts +0 -55
  160. package/lib/typescript/module/src/AttributeEditor.d.ts.map +0 -1
  161. package/lib/typescript/module/src/MessageView.d.ts +0 -108
  162. package/lib/typescript/module/src/MessageView.d.ts.map +0 -1
  163. package/lib/typescript/module/src/NativeRNAirship.d.ts +0 -99
  164. package/lib/typescript/module/src/NativeRNAirship.d.ts.map +0 -1
  165. package/lib/typescript/module/src/RNAirshipEmbeddedViewNativeComponent.d.ts +0 -7
  166. package/lib/typescript/module/src/RNAirshipEmbeddedViewNativeComponent.d.ts.map +0 -1
  167. package/lib/typescript/module/src/RNAirshipMessageViewNativeComponent.d.ts +0 -26
  168. package/lib/typescript/module/src/RNAirshipMessageViewNativeComponent.d.ts.map +0 -1
  169. package/lib/typescript/module/src/ScopedSubscriptionListEditor.d.ts +0 -60
  170. package/lib/typescript/module/src/ScopedSubscriptionListEditor.d.ts.map +0 -1
  171. package/lib/typescript/module/src/SubscriptionListEditor.d.ts +0 -51
  172. package/lib/typescript/module/src/SubscriptionListEditor.d.ts.map +0 -1
  173. package/lib/typescript/module/src/TagEditor.d.ts +0 -47
  174. package/lib/typescript/module/src/TagEditor.d.ts.map +0 -1
  175. package/lib/typescript/module/src/TagGroupEditor.d.ts +0 -61
  176. package/lib/typescript/module/src/TagGroupEditor.d.ts.map +0 -1
  177. package/lib/typescript/module/src/UAEventEmitter.d.ts +0 -27
  178. package/lib/typescript/module/src/UAEventEmitter.d.ts.map +0 -1
  179. package/lib/typescript/module/src/index.d.ts +0 -25
  180. package/lib/typescript/module/src/index.d.ts.map +0 -1
  181. package/lib/typescript/module/src/types.d.ts +0 -938
  182. package/lib/typescript/module/src/types.d.ts.map +0 -1
  183. /package/lib/{typescript/module → module}/package.json +0 -0
  184. /package/lib/typescript/{commonjs/src → src}/AirshipActions.d.ts +0 -0
  185. /package/lib/typescript/{commonjs/src → src}/AirshipAnalytics.d.ts +0 -0
  186. /package/lib/typescript/{commonjs/src → src}/AirshipChannel.d.ts +0 -0
  187. /package/lib/typescript/{commonjs/src → src}/AirshipContact.d.ts +0 -0
  188. /package/lib/typescript/{commonjs/src → src}/AirshipEmbeddedView.d.ts +0 -0
  189. /package/lib/typescript/{commonjs/src → src}/AirshipFeatureFlagManager.d.ts +0 -0
  190. /package/lib/typescript/{commonjs/src → src}/AirshipInApp.d.ts +0 -0
  191. /package/lib/typescript/{commonjs/src → src}/AirshipLiveActivityManager.d.ts +0 -0
  192. /package/lib/typescript/{commonjs/src → src}/AirshipLiveUpdateManager.d.ts +0 -0
  193. /package/lib/typescript/{commonjs/src → src}/AirshipLocale.d.ts +0 -0
  194. /package/lib/typescript/{commonjs/src → src}/AirshipMessageCenter.d.ts +0 -0
  195. /package/lib/typescript/{commonjs/src → src}/AirshipPreferenceCenter.d.ts +0 -0
  196. /package/lib/typescript/{commonjs/src → src}/AirshipPrivacyManager.d.ts +0 -0
  197. /package/lib/typescript/{commonjs/src → src}/AirshipPush.d.ts +0 -0
  198. /package/lib/typescript/{commonjs/src → src}/AirshipRoot.d.ts +0 -0
  199. /package/lib/typescript/{commonjs/src → src}/AttributeEditor.d.ts +0 -0
  200. /package/lib/typescript/{commonjs/src → src}/MessageView.d.ts +0 -0
  201. /package/lib/typescript/{commonjs/src → src}/NativeRNAirship.d.ts +0 -0
  202. /package/lib/typescript/{commonjs/src → src}/RNAirshipEmbeddedViewNativeComponent.d.ts +0 -0
  203. /package/lib/typescript/{commonjs/src → src}/RNAirshipMessageViewNativeComponent.d.ts +0 -0
  204. /package/lib/typescript/{commonjs/src → src}/ScopedSubscriptionListEditor.d.ts +0 -0
  205. /package/lib/typescript/{commonjs/src → src}/SubscriptionListEditor.d.ts +0 -0
  206. /package/lib/typescript/{commonjs/src → src}/TagEditor.d.ts +0 -0
  207. /package/lib/typescript/{commonjs/src → src}/TagGroupEditor.d.ts +0 -0
  208. /package/lib/typescript/{commonjs/src → src}/UAEventEmitter.d.ts +0 -0
  209. /package/lib/typescript/{commonjs/src → src}/index.d.ts +0 -0
  210. /package/lib/typescript/{commonjs/src → src}/types.d.ts +0 -0
@@ -1,217 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- var _exportNames = {
7
- AirshipRoot: true,
8
- AirshipRootIOS: true,
9
- AirshipActions: true,
10
- AirshipAnalytics: true,
11
- AirshipChannel: true,
12
- AirshipContact: true,
13
- AirshipInApp: true,
14
- AirshipLocale: true,
15
- AirshipMessageCenter: true,
16
- AirshipPreferenceCenter: true,
17
- AirshipPrivacyManager: true,
18
- AirshipFeatureFlagManager: true,
19
- AirshipLiveActivityManager: true,
20
- AirshipPush: true,
21
- AirshipPushAndroid: true,
22
- AirshipPushIOS: true,
23
- SubscriptionListEditor: true,
24
- TagGroupEditor: true,
25
- ScopedSubscriptionListEditor: true,
26
- AttributeEditor: true,
27
- Subscription: true
28
- };
29
- Object.defineProperty(exports, "AirshipActions", {
30
- enumerable: true,
31
- get: function () {
32
- return _AirshipActions.AirshipActions;
33
- }
34
- });
35
- Object.defineProperty(exports, "AirshipAnalytics", {
36
- enumerable: true,
37
- get: function () {
38
- return _AirshipAnalytics.AirshipAnalytics;
39
- }
40
- });
41
- Object.defineProperty(exports, "AirshipChannel", {
42
- enumerable: true,
43
- get: function () {
44
- return _AirshipChannel.AirshipChannel;
45
- }
46
- });
47
- Object.defineProperty(exports, "AirshipContact", {
48
- enumerable: true,
49
- get: function () {
50
- return _AirshipContact.AirshipContact;
51
- }
52
- });
53
- Object.defineProperty(exports, "AirshipFeatureFlagManager", {
54
- enumerable: true,
55
- get: function () {
56
- return _AirshipFeatureFlagManager.AirshipFeatureFlagManager;
57
- }
58
- });
59
- Object.defineProperty(exports, "AirshipInApp", {
60
- enumerable: true,
61
- get: function () {
62
- return _AirshipInApp.AirshipInApp;
63
- }
64
- });
65
- Object.defineProperty(exports, "AirshipLiveActivityManager", {
66
- enumerable: true,
67
- get: function () {
68
- return _AirshipLiveActivityManager.AirshipLiveActivityManager;
69
- }
70
- });
71
- Object.defineProperty(exports, "AirshipLocale", {
72
- enumerable: true,
73
- get: function () {
74
- return _AirshipLocale.AirshipLocale;
75
- }
76
- });
77
- Object.defineProperty(exports, "AirshipMessageCenter", {
78
- enumerable: true,
79
- get: function () {
80
- return _AirshipMessageCenter.AirshipMessageCenter;
81
- }
82
- });
83
- Object.defineProperty(exports, "AirshipPreferenceCenter", {
84
- enumerable: true,
85
- get: function () {
86
- return _AirshipPreferenceCenter.AirshipPreferenceCenter;
87
- }
88
- });
89
- Object.defineProperty(exports, "AirshipPrivacyManager", {
90
- enumerable: true,
91
- get: function () {
92
- return _AirshipPrivacyManager.AirshipPrivacyManager;
93
- }
94
- });
95
- Object.defineProperty(exports, "AirshipPush", {
96
- enumerable: true,
97
- get: function () {
98
- return _AirshipPush.AirshipPush;
99
- }
100
- });
101
- Object.defineProperty(exports, "AirshipPushAndroid", {
102
- enumerable: true,
103
- get: function () {
104
- return _AirshipPush.AirshipPushAndroid;
105
- }
106
- });
107
- Object.defineProperty(exports, "AirshipPushIOS", {
108
- enumerable: true,
109
- get: function () {
110
- return _AirshipPush.AirshipPushIOS;
111
- }
112
- });
113
- Object.defineProperty(exports, "AirshipRoot", {
114
- enumerable: true,
115
- get: function () {
116
- return _AirshipRoot.AirshipRoot;
117
- }
118
- });
119
- Object.defineProperty(exports, "AirshipRootIOS", {
120
- enumerable: true,
121
- get: function () {
122
- return _AirshipRoot.AirshipRootIOS;
123
- }
124
- });
125
- Object.defineProperty(exports, "AttributeEditor", {
126
- enumerable: true,
127
- get: function () {
128
- return _AttributeEditor.AttributeEditor;
129
- }
130
- });
131
- Object.defineProperty(exports, "ScopedSubscriptionListEditor", {
132
- enumerable: true,
133
- get: function () {
134
- return _ScopedSubscriptionListEditor.ScopedSubscriptionListEditor;
135
- }
136
- });
137
- Object.defineProperty(exports, "Subscription", {
138
- enumerable: true,
139
- get: function () {
140
- return _UAEventEmitter.Subscription;
141
- }
142
- });
143
- Object.defineProperty(exports, "SubscriptionListEditor", {
144
- enumerable: true,
145
- get: function () {
146
- return _SubscriptionListEditor.SubscriptionListEditor;
147
- }
148
- });
149
- Object.defineProperty(exports, "TagGroupEditor", {
150
- enumerable: true,
151
- get: function () {
152
- return _TagGroupEditor.TagGroupEditor;
153
- }
154
- });
155
- exports.default = void 0;
156
- var _reactNative = require("react-native");
157
- var _AirshipRoot = require("./AirshipRoot.js");
158
- var _AirshipActions = require("./AirshipActions.js");
159
- var _AirshipAnalytics = require("./AirshipAnalytics.js");
160
- var _AirshipChannel = require("./AirshipChannel.js");
161
- var _AirshipContact = require("./AirshipContact.js");
162
- var _AirshipInApp = require("./AirshipInApp.js");
163
- var _AirshipLocale = require("./AirshipLocale.js");
164
- var _AirshipMessageCenter = require("./AirshipMessageCenter.js");
165
- var _AirshipPreferenceCenter = require("./AirshipPreferenceCenter.js");
166
- var _AirshipPrivacyManager = require("./AirshipPrivacyManager.js");
167
- var _AirshipFeatureFlagManager = require("./AirshipFeatureFlagManager.js");
168
- var _AirshipLiveActivityManager = require("./AirshipLiveActivityManager.js");
169
- var _AirshipPush = require("./AirshipPush.js");
170
- var _SubscriptionListEditor = require("./SubscriptionListEditor.js");
171
- var _TagGroupEditor = require("./TagGroupEditor.js");
172
- var _ScopedSubscriptionListEditor = require("./ScopedSubscriptionListEditor.js");
173
- var _AttributeEditor = require("./AttributeEditor.js");
174
- var _types = require("./types.js");
175
- Object.keys(_types).forEach(function (key) {
176
- if (key === "default" || key === "__esModule") return;
177
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
178
- if (key in exports && exports[key] === _types[key]) return;
179
- Object.defineProperty(exports, key, {
180
- enumerable: true,
181
- get: function () {
182
- return _types[key];
183
- }
184
- });
185
- });
186
- var _MessageView = require("./MessageView.js");
187
- Object.keys(_MessageView).forEach(function (key) {
188
- if (key === "default" || key === "__esModule") return;
189
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
190
- if (key in exports && exports[key] === _MessageView[key]) return;
191
- Object.defineProperty(exports, key, {
192
- enumerable: true,
193
- get: function () {
194
- return _MessageView[key];
195
- }
196
- });
197
- });
198
- var _AirshipEmbeddedView = require("./AirshipEmbeddedView.js");
199
- Object.keys(_AirshipEmbeddedView).forEach(function (key) {
200
- if (key === "default" || key === "__esModule") return;
201
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
202
- if (key in exports && exports[key] === _AirshipEmbeddedView[key]) return;
203
- Object.defineProperty(exports, key, {
204
- enumerable: true,
205
- get: function () {
206
- return _AirshipEmbeddedView[key];
207
- }
208
- });
209
- });
210
- var _UAEventEmitter = require("./UAEventEmitter.js");
211
- // @ts-expect-error
212
- const isTurboModuleEnabled = global.__turboModuleProxy != null;
213
- const AirshipModule = isTurboModuleEnabled ? require('./NativeRNAirship').default : _reactNative.NativeModules.RNAirship;
214
- const sharedAirship = new _AirshipRoot.AirshipRoot(AirshipModule);
215
- const Airship = sharedAirship;
216
- var _default = exports.default = Airship;
217
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["_reactNative","require","_AirshipRoot","_AirshipActions","_AirshipAnalytics","_AirshipChannel","_AirshipContact","_AirshipInApp","_AirshipLocale","_AirshipMessageCenter","_AirshipPreferenceCenter","_AirshipPrivacyManager","_AirshipFeatureFlagManager","_AirshipLiveActivityManager","_AirshipPush","_SubscriptionListEditor","_TagGroupEditor","_ScopedSubscriptionListEditor","_AttributeEditor","_types","Object","keys","forEach","key","prototype","hasOwnProperty","call","_exportNames","exports","defineProperty","enumerable","get","_MessageView","_AirshipEmbeddedView","_UAEventEmitter","isTurboModuleEnabled","global","__turboModuleProxy","AirshipModule","default","NativeModules","RNAirship","sharedAirship","AirshipRoot","Airship","_default"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":"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","ignoreList":[]}
@@ -1,340 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.iOS = exports.SubscriptionScope = exports.PromptPermissionFallback = exports.PermissionStatus = exports.Feature = exports.FEATURES_ALL = exports.EventType = exports.Android = void 0;
7
- /**
8
- * Event fired when a push is received.
9
- */
10
- /**
11
- * Event fired whenever any of the Live Activities update, create, or end.
12
- */
13
- /**
14
- * The push payload.
15
- */
16
- /**
17
- * Event fired when the user initiates a notification response.
18
- */
19
- /**
20
- * Push notification status.
21
- */
22
- /**
23
- * Enum of permission status.
24
- */
25
- let PermissionStatus = exports.PermissionStatus = /*#__PURE__*/function (PermissionStatus) {
26
- /**
27
- * Permission is granted.
28
- */
29
- PermissionStatus["Granted"] = "granted";
30
- /**
31
- * Permission is denied.
32
- */
33
- PermissionStatus["Denied"] = "denied";
34
- /**
35
- * Permission has not yet been requested.
36
- */
37
- PermissionStatus["NotDetermined"] = "not_determined";
38
- return PermissionStatus;
39
- }({});
40
- /**
41
- * Fallback when prompting for permission and the permission is
42
- * already denied on iOS or is denied silently on Android.
43
- */
44
- let PromptPermissionFallback = exports.PromptPermissionFallback = /*#__PURE__*/function (PromptPermissionFallback) {
45
- /**
46
- * Take the user to the system settings to enable the permission.
47
- */
48
- PromptPermissionFallback["SystemSettings"] = "systemSettings";
49
- return PromptPermissionFallback;
50
- }({});
51
- /**
52
- * Event fired when the notification status changes.
53
- */
54
- /**
55
- * Event fired when the Message Center is updated.
56
- */
57
- /**
58
- * Event fired when the Message Center is requested to be displayed.
59
- */
60
- /**
61
- * Event fired when a deep link is opened.
62
- */
63
- /**
64
- * Event fired when a preference center is requested to be displayed.
65
- */
66
- let EventType = exports.EventType = /*#__PURE__*/function (EventType) {
67
- EventType["ChannelCreated"] = "com.airship.channel_created";
68
- EventType["NotificationResponse"] = "com.airship.notification_response";
69
- EventType["PushReceived"] = "com.airship.push_received";
70
- EventType["DeepLink"] = "com.airship.deep_link";
71
- EventType["MessageCenterUpdated"] = "com.airship.message_center_updated";
72
- EventType["PushNotificationStatusChangedStatus"] = "com.airship.notification_status_changed";
73
- EventType["DisplayMessageCenter"] = "com.airship.display_message_center";
74
- EventType["DisplayPreferenceCenter"] = "com.airship.display_preference_center";
75
- EventType["PushTokenReceived"] = "com.airship.push_token_received";
76
- EventType["IOSAuthorizedNotificationSettingsChanged"] = "com.airship.authorized_notification_settings_changed";
77
- EventType["IOSLiveActivitiesUpdated"] = "com.airship.live_activities_updated";
78
- return EventType;
79
- }({});
80
- /**
81
- * iOS options
82
- */
83
- let iOS = exports.iOS = void 0;
84
- (function (_iOS) {
85
- let NotificationOption = /*#__PURE__*/function (NotificationOption) {
86
- /**
87
- * Alerts.
88
- */
89
- NotificationOption["Alert"] = "alert";
90
- /**
91
- * Sounds.
92
- */
93
- NotificationOption["Sound"] = "sound";
94
- /**
95
- * Badges.
96
- */
97
- NotificationOption["Badge"] = "badge";
98
- /**
99
- * Car play.
100
- */
101
- NotificationOption["CarPlay"] = "car_play";
102
- /**
103
- * Critical Alert.
104
- */
105
- NotificationOption["CriticalAlert"] = "critical_alert";
106
- /**
107
- * Provides app notification settings.
108
- */
109
- NotificationOption["ProvidesAppNotificationSettings"] = "provides_app_notification_settings";
110
- /**
111
- * Provisional.
112
- */
113
- NotificationOption["Provisional"] = "provisional";
114
- return NotificationOption;
115
- }({});
116
- _iOS.NotificationOption = NotificationOption;
117
- let ForegroundPresentationOption = /*#__PURE__*/function (ForegroundPresentationOption) {
118
- /**
119
- * Play the sound associated with the notification.
120
- */
121
- ForegroundPresentationOption["Sound"] = "sound";
122
- /**
123
- * Apply the notification's badge value to the app’s icon.
124
- */
125
- ForegroundPresentationOption["Badge"] = "badge";
126
- /**
127
- * Show the notification in Notification Center. On iOS 13 an older,
128
- * this will also show the notification as a banner.
129
- */
130
- ForegroundPresentationOption["List"] = "list";
131
- /**
132
- * Present the notification as a banner. On iOS 13 an older,
133
- * this will also show the notification in the Notification Center.
134
- */
135
- ForegroundPresentationOption["Banner"] = "banner";
136
- return ForegroundPresentationOption;
137
- }({});
138
- _iOS.ForegroundPresentationOption = ForegroundPresentationOption;
139
- let AuthorizedNotificationSetting = /*#__PURE__*/function (AuthorizedNotificationSetting) {
140
- /**
141
- * Alerts.
142
- */
143
- AuthorizedNotificationSetting["Alert"] = "alert";
144
- /**
145
- * Sounds.
146
- */
147
- AuthorizedNotificationSetting["Sound"] = "sound";
148
- /**
149
- * Badges.
150
- */
151
- AuthorizedNotificationSetting["Badge"] = "badge";
152
- /**
153
- * CarPlay.
154
- */
155
- AuthorizedNotificationSetting["CarPlay"] = "car_play";
156
- /**
157
- * Lock screen.
158
- */
159
- AuthorizedNotificationSetting["LockScreen"] = "lock_screen";
160
- /**
161
- * Notification center.
162
- */
163
- AuthorizedNotificationSetting["NotificationCenter"] = "notification_center";
164
- /**
165
- * Critical alert.
166
- */
167
- AuthorizedNotificationSetting["CriticalAlert"] = "critical_alert";
168
- /**
169
- * Announcement.
170
- */
171
- AuthorizedNotificationSetting["Announcement"] = "announcement";
172
- /**
173
- * Scheduled delivery.
174
- */
175
- AuthorizedNotificationSetting["ScheduledDelivery"] = "scheduled_delivery";
176
- /**
177
- * Time sensitive.
178
- */
179
- AuthorizedNotificationSetting["TimeSensitive"] = "time_sensitive";
180
- return AuthorizedNotificationSetting;
181
- }({});
182
- _iOS.AuthorizedNotificationSetting = AuthorizedNotificationSetting;
183
- let AuthorizedNotificationStatus = /*#__PURE__*/function (AuthorizedNotificationStatus) {
184
- /**
185
- * Not determined.
186
- */
187
- AuthorizedNotificationStatus["NotDetermined"] = "not_determined";
188
- /**
189
- * Denied.
190
- */
191
- AuthorizedNotificationStatus["Denied"] = "denied";
192
- /**
193
- * Authorized.
194
- */
195
- AuthorizedNotificationStatus["Authorized"] = "authorized";
196
- /**
197
- * Provisional.
198
- */
199
- AuthorizedNotificationStatus["Provisional"] = "provisional";
200
- /**
201
- * Ephemeral.
202
- */
203
- AuthorizedNotificationStatus["Ephemeral"] = "ephemeral";
204
- return AuthorizedNotificationStatus;
205
- }({});
206
- _iOS.AuthorizedNotificationStatus = AuthorizedNotificationStatus;
207
- })(iOS || (exports.iOS = iOS = {}));
208
- /**
209
- * Airship config environment
210
- */
211
- /**
212
- * Possible sites.
213
- */
214
- /**
215
- * Log levels.
216
- */
217
- /**
218
- * Airship config
219
- */
220
- let Android = exports.Android = void 0;
221
- /**
222
- * Enum of authorized Features.
223
- */
224
- let Feature = exports.Feature = /*#__PURE__*/function (Feature) {
225
- Feature["InAppAutomation"] = "in_app_automation";
226
- Feature["MessageCenter"] = "message_center";
227
- Feature["Push"] = "push";
228
- Feature["Analytics"] = "analytics";
229
- Feature["TagsAndAttributes"] = "tags_and_attributes";
230
- Feature["Contacts"] = "contacts";
231
- Feature["FeatureFlags"] = "feature_flags";
232
- Feature["Location"] = "location";
233
- // No longer used. To be removed in version 20.0.0.
234
- Feature["Chat"] = "chat"; // No longer used. To be removed in version 20.0.0.
235
- return Feature;
236
- }({});
237
- /**
238
- * All available features.
239
- */
240
- const FEATURES_ALL = exports.FEATURES_ALL = Object.values(Feature).filter(feature => feature !== Feature.Location && feature !== Feature.Chat);
241
-
242
- /**
243
- * Subscription Scope types.
244
- */
245
- let SubscriptionScope = exports.SubscriptionScope = /*#__PURE__*/function (SubscriptionScope) {
246
- SubscriptionScope["App"] = "app";
247
- SubscriptionScope["Web"] = "web";
248
- SubscriptionScope["Sms"] = "sms";
249
- SubscriptionScope["Email"] = "email";
250
- return SubscriptionScope;
251
- }({});
252
- /**
253
- * Custom event
254
- */
255
- // ---
256
- // See: https://github.com/urbanairship/web-push-sdk/blob/master/src/remote-data/preference-center.ts
257
- // ---
258
- /**
259
- * A preference center definition.
260
- *
261
- * @typedef {object} PreferenceCenter
262
- * @property {string} id the ID of the preference center
263
- * @property {Array<PreferenceCenter.CommonSection>} sections a list of sections
264
- * @property {?CommonDisplay} display display information
265
- */
266
- /**
267
- * Preference center display information.
268
- * @typedef {object} CommonDisplay
269
- * @property {string} name
270
- * @property {?string} description
271
- */
272
- /**
273
- * A channel subscription item.
274
- * @typedef {object} ChannelSubscriptionItem
275
- * @memberof PreferenceCenter
276
- * @property {"channel_subscription"} type
277
- * @property {string} id the item identifier
278
- * @property {?CommonDisplay} display display information
279
- * @property {string} subscription_id the subscription list id
280
- */
281
- // Changed from `unknown` in spec
282
- /**
283
- * @typedef {object} CommonSection
284
- * @memberof PreferenceCenter
285
- * @property {"section"} type
286
- * @property {string} id the section identifier
287
- * @property {?CommonDisplay} display display information
288
- * @property {Array<PreferenceCenter.ChannelSubscriptionItem>} items list of
289
- * section items
290
- */
291
- /**
292
- * An interface representing the eligibility status of a flag, and optional
293
- * variables associated with the flag.
294
- */
295
- /**
296
- * Live Activity info.
297
- */
298
- /**
299
- * Live Activity content.
300
- */
301
- /**
302
- * Base Live Activity request.
303
- */
304
- /**
305
- * Live Activity list request.
306
- */
307
- /**
308
- * Live Activity start request.
309
- */
310
- /**
311
- * Live Activity update request.
312
- */
313
- /**
314
- * Live Activity end request.
315
- */
316
- /**
317
- * Dismissal policy to immediately dismiss the Live Activity on end.
318
- */
319
- /**
320
- * Dismissal policy to dismiss the Live Activity after the expiration.
321
- */
322
- /**
323
- * Dismissal policy to dismiss the Live Activity after a given date.
324
- */
325
- /**
326
- * Live Update info.
327
- */
328
- /**
329
- * Live Update list request.
330
- */
331
- /**
332
- * Live Update update request.
333
- */
334
- /**
335
- * Live Update end request.
336
- */
337
- /**
338
- * Live Update start request.
339
- */
340
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["PermissionStatus","exports","PromptPermissionFallback","EventType","iOS","_iOS","NotificationOption","ForegroundPresentationOption","AuthorizedNotificationSetting","AuthorizedNotificationStatus","Android","Feature","FEATURES_ALL","Object","values","filter","feature","Location","Chat","SubscriptionScope"],"sourceRoot":"../../src","sources":["types.ts"],"mappings":"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IAAID,OAAO,KAAKL,OAAO,CAACO,IACnE,CAAC;;AAED;AACA;AACA;AAFA,IAGYC,iBAAiB,GAAAlB,OAAA,CAAAkB,iBAAA,0BAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAjBA,iBAAiB;EAAA,OAAjBA,iBAAiB;AAAA;AAO7B;AACA;AACA;AA2DA;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAOA;AACA;AACA;AACA;AACA;AACA;AAmBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAyCA;AAkBA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAkBA;AACA;AACA;AACA;AA8BA;AACA;AACA;AAoBA;AACA;AACA;AAgBA;AACA;AACA;AAQA;AACA;AACA;AAGA;AACA;AACA;AAYA;AACA;AACA;AAYA;AACA;AACA;AAsBA;AACA;AACA;AAKA;AACA;AACA;AAKA;AACA;AACA;AAOA;AACA;AACA;AAkCA;AACA;AACA;AAKA;AACA;AACA;AAsBA;AACA;AACA;AAuBA;AACA;AACA","ignoreList":[]}
@@ -1,5 +0,0 @@
1
- "use strict";
2
-
3
- import { TurboModuleRegistry } from 'react-native';
4
- export default TurboModuleRegistry.getEnforcing('RNAirship');
5
- //# sourceMappingURL=NativeRNAirship.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["TurboModuleRegistry","getEnforcing"],"sourceRoot":"../../src","sources":["NativeRNAirship.ts"],"mappings":";;AACA,SAASA,mBAAmB,QAAQ,cAAc;AAwIlD,eAAeA,mBAAmB,CAACC,YAAY,CAAO,WAAW,CAAC","ignoreList":[]}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- // @ts-ignore
4
- import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
5
- export default codegenNativeComponent('RNAirshipEmbeddedView');
6
- //# sourceMappingURL=RNAirshipEmbeddedViewNativeComponent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["codegenNativeComponent"],"sourceRoot":"../../src","sources":["RNAirshipEmbeddedViewNativeComponent.ts"],"mappings":";;AAAA;AACA,OAAOA,sBAAsB,MAAM,yDAAyD;AAO5F,eAAeA,sBAAsB,CAAc,uBAAuB,CAAC","ignoreList":[]}
@@ -1,6 +0,0 @@
1
- "use strict";
2
-
3
- // @ts-ignore
4
- import codegenNativeComponent from 'react-native/Libraries/Utilities/codegenNativeComponent';
5
- export default codegenNativeComponent('RNAirshipMessageView');
6
- //# sourceMappingURL=RNAirshipMessageViewNativeComponent.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["codegenNativeComponent"],"sourceRoot":"../../src","sources":["RNAirshipMessageViewNativeComponent.ts"],"mappings":";;AAAA;AACA,OAAOA,sBAAsB,MAAM,yDAAyD;AAuC5F,eAAeA,sBAAsB,CAAc,sBAAsB,CAAC","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"type":"commonjs"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AirshipActions.d.ts","sourceRoot":"","sources":["../../../../src/AirshipActions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AAEpC;;GAEG;AACH,qBAAa,cAAc;IACb,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,GAAG;IAExC;;;;;;;OAOG;IACI,GAAG,CACR,UAAU,EAAE,MAAM,EAClB,WAAW,CAAC,EAAE,SAAS,GACtB,OAAO,CAAC,SAAS,GAAG,IAAI,GAAG,SAAS,CAAC;CAGzC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AirshipAnalytics.d.ts","sourceRoot":"","sources":["../../../../src/AirshipAnalytics.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC;;GAEG;AACH,qBAAa,gBAAgB;IACf,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,GAAG;IAExC;;;;;;OAMG;IACI,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAI3E;;;;OAIG;IACI,WAAW,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAIlD;;;;;OAKG;IACI,cAAc,CAAC,KAAK,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;IAIxD;;;OAGG;IACI,YAAY,IAAI,OAAO,CAAC,MAAM,CAAC;CAGvC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AirshipChannel.d.ts","sourceRoot":"","sources":["../../../../src/AirshipChannel.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAsB,MAAM,mBAAmB,CAAC;AACxE,OAAO,EACL,sBAAsB,EACvB,MAAM,0BAA0B,CAAC;AAClC,OAAO,EAAE,cAAc,EAAqB,MAAM,kBAAkB,CAAC;AACrE,OAAO,EAAE,SAAS,EAAgB,MAAM,aAAa,CAAC;AAEtD;;GAEG;AACH,qBAAa,cAAc;IACb,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,GAAG;IAExC;;;;;OAKG;IACI,qBAAqB,IAAI,OAAO,CAAC,IAAI,CAAC;IAI7C;;;;;OAKG;IACI,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAIzC;;;;;OAKG;IACI,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAI5C;;;OAGG;IACI,QAAQ,IAAI,SAAS;IAM5B;;;OAGG;IACI,OAAO,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;IAInC;;;;OAIG;IACI,YAAY,IAAI,OAAO,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAIzD;;;OAGG;IACI,oBAAoB,IAAI,OAAO,CAAC,MAAM,EAAE,CAAC;IAIhD;;;OAGG;IACI,aAAa,IAAI,cAAc;IAMtC;;;OAGG;IACI,cAAc,IAAI,eAAe;IAMxC;;;OAGG;IACI,qBAAqB,IAAI,sBAAsB;CAOvD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AirshipContact.d.ts","sourceRoot":"","sources":["../../../../src/AirshipContact.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAsB,MAAM,mBAAmB,CAAC;AACxE,OAAO,EACL,4BAA4B,EAE7B,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,cAAc,EAAqB,MAAM,kBAAkB,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C;;GAEG;AACH,qBAAa,cAAc;IACb,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,GAAG;IAExC;;;;OAIG;IACI,QAAQ,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAIjD;;;OAGG;IACI,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAI7B;;;OAGG;IACM,iBAAiB,IAAI,OAAO,CAAC,IAAI,CAAC;IAI3C;;;OAGG;IACI,cAAc,IAAI,OAAO,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IAI3D;;;OAGG;IACI,oBAAoB,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,iBAAiB,EAAE,CAAC,CAAC;IAI3E;;;OAGG;IACI,aAAa,IAAI,cAAc;IAMtC;;;OAGG;IACI,cAAc,IAAI,eAAe;IAMxC;;;OAGG;IACI,qBAAqB,IAAI,4BAA4B;CAO7D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AirshipEmbeddedView.d.ts","sourceRoot":"","sources":["../../../../src/AirshipEmbeddedView.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,KAAK,CAAC,SAAS,CAAC,uBAAuB,CAAC;IAC/E,MAAM;CAOP"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AirshipFeatureFlagManager.d.ts","sourceRoot":"","sources":["../../../../src/AirshipFeatureFlagManager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAEtC;;GAEG;AACH,qBAAa,yBAAyB;IAMxB,OAAO,CAAC,QAAQ,CAAC,MAAM;IALnC;;OAEG;IACH,SAAgB,WAAW,EAAE,6BAA6B,CAAC;gBAE9B,MAAM,EAAE,GAAG;IAIxC;;;;;;OAMG;IACI,IAAI,CACT,QAAQ,EAAE,MAAM,EAChB,cAAc,GAAE,OAAc,GAC7B,OAAO,CAAC,WAAW,CAAC;IAIvB;;;;;OAKG;IACI,gBAAgB,CAAC,IAAI,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC;CAG1D;AAED,qBAAa,6BAA6B;IAC5B,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,GAAG;IAExC;;;;OAIG;IACI,IAAI,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,WAAW,CAAC;IAInD;;;;;OAKG;IACI,KAAK,CAAC,IAAI,EAAE,WAAW,EAAE,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAI3D;;;;OAIG;IACI,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;CAGzD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AirshipInApp.d.ts","sourceRoot":"","sources":["../../../../src/AirshipInApp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAOhE;;GAEG;AACH,qBAAa,YAAY;IAIX,OAAO,CAAC,QAAQ,CAAC,MAAM;IAAO,OAAO,CAAC,QAAQ,CAAC,YAAY;IAHvE,OAAO,CAAC,eAAe,CAA4C;IACnE,OAAO,CAAC,wBAAwB,CAAmE;gBAEtE,MAAM,EAAE,GAAG,EAAmB,YAAY,EAAE,cAAc;IAwBvF;;;;;OAKG;IACI,wBAAwB,CAAC,UAAU,EAAE,MAAM,EAAE,QAAQ,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,GAAG,YAAY;IAuBvG;;;;OAIG;IACI,eAAe,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO;IAInD;;;;OAIG;IACI,SAAS,CAAC,MAAM,EAAE,OAAO,GAAG,OAAO,CAAC,IAAI,CAAC;IAIhD;;;OAGG;IACI,QAAQ,IAAI,OAAO,CAAC,OAAO,CAAC;IAInC;;;;OAIG;IACI,kBAAkB,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAI9D;;;OAGG;IACI,kBAAkB,IAAI,OAAO,CAAC,MAAM,CAAC;CAG7C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AirshipLiveActivityManager.d.ts","sourceRoot":"","sources":["../../../../src/AirshipLiveActivityManager.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,YAAY,EACZ,uBAAuB,EACvB,wBAAwB,EACxB,yBAAyB,EACzB,sBAAsB,EACvB,MAAM,SAAS,CAAC;AAEjB;;GAEG;AACH,qBAAa,0BAA0B;IACzB,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,GAAG;IAExC;;;;OAIG;IACI,IAAI,CAAC,OAAO,EAAE,uBAAuB,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC;IAItE;;;;OAIG;IACI,OAAO,IAAI,OAAO,CAAC,YAAY,EAAE,CAAC;IAIzC;;;;OAIG;IACI,KAAK,CAAC,OAAO,EAAE,wBAAwB,GAAG,OAAO,CAAC,YAAY,CAAC;IAItE;;;;OAIG;IACI,MAAM,CAAC,OAAO,EAAE,yBAAyB,GAAG,OAAO,CAAC,IAAI,CAAC;IAIhE;;;;OAIG;IACI,GAAG,CAAC,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC;CAG3D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AirshipLiveUpdateManager.d.ts","sourceRoot":"","sources":["../../../../src/AirshipLiveUpdateManager.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,UAAU,EACV,qBAAqB,EACrB,sBAAsB,EACtB,uBAAuB,EACvB,oBAAoB,EACrB,MAAM,SAAS,CAAC;AAEjB;;GAEG;AACH,qBAAa,wBAAwB;IACvB,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,GAAG;IAExC;;;;OAIG;IACI,IAAI,CAAC,OAAO,EAAE,qBAAqB,GAAG,OAAO,CAAC,UAAU,EAAE,CAAC;IAIlE;;;OAGG;IACI,OAAO,IAAI,OAAO,CAAC,UAAU,EAAE,CAAC;IAIvC;;;;OAIG;IACI,KAAK,CAAC,OAAO,EAAE,sBAAsB,GAAG,OAAO,CAAC,IAAI,CAAC;IAI5D;;;;OAIG;IACI,MAAM,CAAC,OAAO,EAAE,uBAAuB,GAAG,OAAO,CAAC,IAAI,CAAC;IAI9D;;;;OAIG;IACI,GAAG,CAAC,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;IAIxD;;;OAGG;IACI,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;CAGjC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AirshipLocale.d.ts","sourceRoot":"","sources":["../../../../src/AirshipLocale.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,qBAAa,aAAa;IACZ,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,GAAG;IAExC;;;;OAIG;IACI,iBAAiB,CAAC,gBAAgB,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAIjE;;;OAGG;IACI,mBAAmB,IAAI,OAAO,CAAC,IAAI,CAAC;IAI3C;;;OAGG;IACI,SAAS,IAAI,OAAO,CAAC,MAAM,CAAC;CAGpC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AirshipMessageCenter.d.ts","sourceRoot":"","sources":["../../../../src/AirshipMessageCenter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC;;GAEG;AACH,qBAAa,oBAAoB;IACnB,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,GAAG;IAExC;;;OAGG;IACI,cAAc,IAAI,OAAO,CAAC,MAAM,CAAC;IAIxC;;;OAGG;IACI,WAAW,IAAI,OAAO,CAAC,YAAY,EAAE,CAAC;IAI7C;;;;;OAKG;IACI,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAIxD;;;;;OAKG;IACI,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAItD;;;OAGG;IACI,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAI/B;;;;;;;;OAQG;IACI,OAAO,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAIjD;;;;;OAKG;IACI,iBAAiB,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAI3D;;;;;OAKG;IACI,eAAe,CAAC,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAIxD;;;;OAIG;IACI,eAAe,IAAI,OAAO,CAAC,IAAI,CAAC;IAIvC;;;;OAIG;IACI,iCAAiC,CAAC,UAAU,EAAE,OAAO;CAG7D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AirshipPreferenceCenter.d.ts","sourceRoot":"","sources":["../../../../src/AirshipPreferenceCenter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE3C;;GAEG;AACH,qBAAa,uBAAuB;IACtB,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,GAAG;IAExC;;;;;;;;OAQG;IACI,OAAO,CAAC,kBAAkB,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAIzD;;;;OAIG;IACI,SAAS,CAAC,kBAAkB,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAItE;;;;;MAKE;IACI,oCAAoC,CACzC,kBAAkB,EAAE,MAAM,EAC1B,UAAU,EAAE,OAAO,GAClB,IAAI;CAMR"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AirshipPrivacyManager.d.ts","sourceRoot":"","sources":["../../../../src/AirshipPrivacyManager.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAElC;;GAEG;AACH,qBAAa,qBAAqB;IACpB,OAAO,CAAC,QAAQ,CAAC,MAAM;gBAAN,MAAM,EAAE,GAAG;IAExC;;;;OAIG;IACI,kBAAkB,CAAC,QAAQ,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAO7D;;;OAGG;IACI,kBAAkB,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;IAI/C;;;;OAIG;IACI,cAAc,CAAC,QAAQ,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAQzD;;;;OAIG;IACI,eAAe,CAAC,QAAQ,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAQ1D;;;;OAIG;IACI,iBAAiB,CAAC,QAAQ,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;CAO7D"}