@connectedxm/admin 6.5.16 → 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 +81 -80
- package/dist/index.d.ts +81 -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.js
CHANGED
|
@@ -462,6 +462,11 @@ var GroupRequestStatus = /* @__PURE__ */ ((GroupRequestStatus2) => {
|
|
|
462
462
|
GroupRequestStatus2["rejected"] = "rejected";
|
|
463
463
|
return GroupRequestStatus2;
|
|
464
464
|
})(GroupRequestStatus || {});
|
|
465
|
+
var ImageModerationLevel = /* @__PURE__ */ ((ImageModerationLevel2) => {
|
|
466
|
+
ImageModerationLevel2["safe"] = "safe";
|
|
467
|
+
ImageModerationLevel2["warning"] = "warning";
|
|
468
|
+
return ImageModerationLevel2;
|
|
469
|
+
})(ImageModerationLevel || {});
|
|
465
470
|
var ExportStatus = /* @__PURE__ */ ((ExportStatus2) => {
|
|
466
471
|
ExportStatus2["pending"] = "pending";
|
|
467
472
|
ExportStatus2["resolved"] = "resolved";
|
|
@@ -525,6 +530,12 @@ var TaxIntegrationType = /* @__PURE__ */ ((TaxIntegrationType2) => {
|
|
|
525
530
|
TaxIntegrationType2["avalara"] = "avalara";
|
|
526
531
|
return TaxIntegrationType2;
|
|
527
532
|
})(TaxIntegrationType || {});
|
|
533
|
+
var TaxIntegrationLogType = /* @__PURE__ */ ((TaxIntegrationLogType2) => {
|
|
534
|
+
TaxIntegrationLogType2["quote"] = "quote";
|
|
535
|
+
TaxIntegrationLogType2["record"] = "record";
|
|
536
|
+
TaxIntegrationLogType2["refund"] = "refund";
|
|
537
|
+
return TaxIntegrationLogType2;
|
|
538
|
+
})(TaxIntegrationLogType || {});
|
|
528
539
|
var ReportType = /* @__PURE__ */ ((ReportType2) => {
|
|
529
540
|
ReportType2["organization"] = "organization";
|
|
530
541
|
ReportType2["activities"] = "activities";
|
|
@@ -37012,6 +37023,7 @@ export {
|
|
|
37012
37023
|
INVOICE_LINE_ITEM_QUERY_KEY,
|
|
37013
37024
|
INVOICE_PAYMENTS_QUERY_KEY,
|
|
37014
37025
|
INVOICE_QUERY_KEY,
|
|
37026
|
+
ImageModerationLevel,
|
|
37015
37027
|
ImageType,
|
|
37016
37028
|
ImpersonateAccount,
|
|
37017
37029
|
ImportItemStatus,
|
|
@@ -37755,6 +37767,7 @@ export {
|
|
|
37755
37767
|
TIER_IMPORT_ITEMS_QUERY_KEY,
|
|
37756
37768
|
TIER_IMPORT_QUERY_KEY,
|
|
37757
37769
|
TIER_QUERY_KEY,
|
|
37770
|
+
TaxIntegrationLogType,
|
|
37758
37771
|
TaxIntegrationType,
|
|
37759
37772
|
TaxLocationType,
|
|
37760
37773
|
TestTaxIntegration,
|