@sudobility/components-rn 1.0.30 → 1.0.31
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.
- package/dist/index.cjs.js +7 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +7 -0
- package/dist/index.esm.js.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -1262,6 +1262,13 @@ var RateLimitPeriodType;
|
|
|
1262
1262
|
RateLimitPeriodType2["DAY"] = "day";
|
|
1263
1263
|
RateLimitPeriodType2["MONTH"] = "month";
|
|
1264
1264
|
})(RateLimitPeriodType || (RateLimitPeriodType = {}));
|
|
1265
|
+
var SubscriptionPlatform;
|
|
1266
|
+
(function(SubscriptionPlatform2) {
|
|
1267
|
+
SubscriptionPlatform2["Web"] = "web";
|
|
1268
|
+
SubscriptionPlatform2["iOS"] = "ios";
|
|
1269
|
+
SubscriptionPlatform2["Android"] = "android";
|
|
1270
|
+
SubscriptionPlatform2["macOS"] = "macos";
|
|
1271
|
+
})(SubscriptionPlatform || (SubscriptionPlatform = {}));
|
|
1265
1272
|
var EntityType;
|
|
1266
1273
|
(function(EntityType2) {
|
|
1267
1274
|
EntityType2["PERSONAL"] = "personal";
|