@connectedxm/admin 6.5.17 → 6.5.18
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 +15 -0
- package/dist/index.d.cts +80 -80
- package/dist/index.d.ts +80 -80
- package/dist/index.js +13 -0
- package/openapi.json +96292 -0
- package/openapitools.json +7 -0
- package/package.json +7 -2
package/dist/index.cjs
CHANGED
|
@@ -1227,6 +1227,7 @@ __export(index_exports, {
|
|
|
1227
1227
|
INVOICE_LINE_ITEM_QUERY_KEY: () => INVOICE_LINE_ITEM_QUERY_KEY,
|
|
1228
1228
|
INVOICE_PAYMENTS_QUERY_KEY: () => INVOICE_PAYMENTS_QUERY_KEY,
|
|
1229
1229
|
INVOICE_QUERY_KEY: () => INVOICE_QUERY_KEY,
|
|
1230
|
+
ImageModerationLevel: () => ImageModerationLevel,
|
|
1230
1231
|
ImageType: () => ImageType,
|
|
1231
1232
|
ImpersonateAccount: () => ImpersonateAccount,
|
|
1232
1233
|
ImportItemStatus: () => ImportItemStatus,
|
|
@@ -1970,6 +1971,7 @@ __export(index_exports, {
|
|
|
1970
1971
|
TIER_IMPORT_ITEMS_QUERY_KEY: () => TIER_IMPORT_ITEMS_QUERY_KEY,
|
|
1971
1972
|
TIER_IMPORT_QUERY_KEY: () => TIER_IMPORT_QUERY_KEY,
|
|
1972
1973
|
TIER_QUERY_KEY: () => TIER_QUERY_KEY,
|
|
1974
|
+
TaxIntegrationLogType: () => TaxIntegrationLogType,
|
|
1973
1975
|
TaxIntegrationType: () => TaxIntegrationType,
|
|
1974
1976
|
TaxLocationType: () => TaxLocationType,
|
|
1975
1977
|
TestTaxIntegration: () => TestTaxIntegration,
|
|
@@ -3720,6 +3722,11 @@ var GroupRequestStatus = /* @__PURE__ */ ((GroupRequestStatus2) => {
|
|
|
3720
3722
|
GroupRequestStatus2["rejected"] = "rejected";
|
|
3721
3723
|
return GroupRequestStatus2;
|
|
3722
3724
|
})(GroupRequestStatus || {});
|
|
3725
|
+
var ImageModerationLevel = /* @__PURE__ */ ((ImageModerationLevel2) => {
|
|
3726
|
+
ImageModerationLevel2["safe"] = "safe";
|
|
3727
|
+
ImageModerationLevel2["warning"] = "warning";
|
|
3728
|
+
return ImageModerationLevel2;
|
|
3729
|
+
})(ImageModerationLevel || {});
|
|
3723
3730
|
var ExportStatus = /* @__PURE__ */ ((ExportStatus2) => {
|
|
3724
3731
|
ExportStatus2["pending"] = "pending";
|
|
3725
3732
|
ExportStatus2["resolved"] = "resolved";
|
|
@@ -3783,6 +3790,12 @@ var TaxIntegrationType = /* @__PURE__ */ ((TaxIntegrationType2) => {
|
|
|
3783
3790
|
TaxIntegrationType2["avalara"] = "avalara";
|
|
3784
3791
|
return TaxIntegrationType2;
|
|
3785
3792
|
})(TaxIntegrationType || {});
|
|
3793
|
+
var TaxIntegrationLogType = /* @__PURE__ */ ((TaxIntegrationLogType2) => {
|
|
3794
|
+
TaxIntegrationLogType2["quote"] = "quote";
|
|
3795
|
+
TaxIntegrationLogType2["record"] = "record";
|
|
3796
|
+
TaxIntegrationLogType2["refund"] = "refund";
|
|
3797
|
+
return TaxIntegrationLogType2;
|
|
3798
|
+
})(TaxIntegrationLogType || {});
|
|
3786
3799
|
var ReportType = /* @__PURE__ */ ((ReportType2) => {
|
|
3787
3800
|
ReportType2["organization"] = "organization";
|
|
3788
3801
|
ReportType2["activities"] = "activities";
|
|
@@ -40264,6 +40277,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
40264
40277
|
INVOICE_LINE_ITEM_QUERY_KEY,
|
|
40265
40278
|
INVOICE_PAYMENTS_QUERY_KEY,
|
|
40266
40279
|
INVOICE_QUERY_KEY,
|
|
40280
|
+
ImageModerationLevel,
|
|
40267
40281
|
ImageType,
|
|
40268
40282
|
ImpersonateAccount,
|
|
40269
40283
|
ImportItemStatus,
|
|
@@ -41007,6 +41021,7 @@ var useUploadVideoCaptions = (options = {}) => {
|
|
|
41007
41021
|
TIER_IMPORT_ITEMS_QUERY_KEY,
|
|
41008
41022
|
TIER_IMPORT_QUERY_KEY,
|
|
41009
41023
|
TIER_QUERY_KEY,
|
|
41024
|
+
TaxIntegrationLogType,
|
|
41010
41025
|
TaxIntegrationType,
|
|
41011
41026
|
TaxLocationType,
|
|
41012
41027
|
TestTaxIntegration,
|