@connectedxm/admin 3.2.0 → 3.2.2
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 +0 -7
- package/dist/index.d.cts +3 -8
- package/dist/index.d.ts +3 -8
- package/dist/index.js +0 -6
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1263,7 +1263,6 @@ __export(index_exports, {
|
|
|
1263
1263
|
PaymentLineItemType: () => PaymentLineItemType,
|
|
1264
1264
|
PaymentType: () => PaymentType,
|
|
1265
1265
|
PurchaseStatus: () => PurchaseStatus,
|
|
1266
|
-
PushDeviceAppType: () => PushDeviceAppType,
|
|
1267
1266
|
PushService: () => PushService,
|
|
1268
1267
|
REPORTS_QUERY_KEY: () => REPORTS_QUERY_KEY,
|
|
1269
1268
|
REPORT_QUERY_KEY: () => REPORT_QUERY_KEY,
|
|
@@ -16179,11 +16178,6 @@ var AccountAccess = /* @__PURE__ */ ((AccountAccess2) => {
|
|
|
16179
16178
|
AccountAccess2["BANNED"] = "BANNED";
|
|
16180
16179
|
return AccountAccess2;
|
|
16181
16180
|
})(AccountAccess || {});
|
|
16182
|
-
var PushDeviceAppType = /* @__PURE__ */ ((PushDeviceAppType2) => {
|
|
16183
|
-
PushDeviceAppType2["EVENTXM"] = "EVENTXM";
|
|
16184
|
-
PushDeviceAppType2["COMMUNITYXM"] = "COMMUNITYXM";
|
|
16185
|
-
return PushDeviceAppType2;
|
|
16186
|
-
})(PushDeviceAppType || {});
|
|
16187
16181
|
var PushService = /* @__PURE__ */ ((PushService2) => {
|
|
16188
16182
|
PushService2["apn"] = "apn";
|
|
16189
16183
|
PushService2["firebase"] = "firebase";
|
|
@@ -41331,7 +41325,6 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41331
41325
|
PaymentLineItemType,
|
|
41332
41326
|
PaymentType,
|
|
41333
41327
|
PurchaseStatus,
|
|
41334
|
-
PushDeviceAppType,
|
|
41335
41328
|
PushService,
|
|
41336
41329
|
REPORTS_QUERY_KEY,
|
|
41337
41330
|
REPORT_QUERY_KEY,
|