@flowio/api-internal-constants 4.18.97 → 4.18.99
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/api-internal.d.ts +47 -129
- package/dist/api-internal.js +57 -156
- package/package.json +2 -2
- package/src/api-internal.ts +50 -149
package/dist/api-internal.d.ts
CHANGED
|
@@ -11,10 +11,6 @@ export declare enum AccountType {
|
|
|
11
11
|
CHANNEL = "channel",
|
|
12
12
|
ORGANIZATION = "organization"
|
|
13
13
|
}
|
|
14
|
-
export declare enum AddressConfigurationSettingProvinceCode {
|
|
15
|
-
ISO_3166_2 = "iso_3166_2",
|
|
16
|
-
NAME = "name"
|
|
17
|
-
}
|
|
18
14
|
export declare enum AdjustmentTransactionType {
|
|
19
15
|
ADJUSTMENT = "adjustment",
|
|
20
16
|
REVERSAL = "reversal"
|
|
@@ -256,10 +252,13 @@ export declare enum BillingMetricKey {
|
|
|
256
252
|
FOURTH_PLUS_ATTEMPT_SUCCESS_RATIO = "fourth_plus_attempt_success_ratio",
|
|
257
253
|
GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_COUNT = "ge_revenue_share_standard_transactions_count",
|
|
258
254
|
GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_TOTAL = "ge_revenue_share_standard_transactions_total",
|
|
255
|
+
GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_PERCENTAGE = "ge_revenue_share_standard_transactions_percentage",
|
|
259
256
|
GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_COUNT = "ge_revenue_share_shopify_plus_transactions_count",
|
|
260
257
|
GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_TOTAL = "ge_revenue_share_shopify_plus_transactions_total",
|
|
258
|
+
GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_PERCENTAGE = "ge_revenue_share_shopify_plus_transactions_percentage",
|
|
261
259
|
NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_COUNT = "non_l4l_tax_duty_fx_transactions_count",
|
|
262
260
|
NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_TOTAL = "non_l4l_tax_duty_fx_transactions_total",
|
|
261
|
+
NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_PERCENTAGE = "non_l4l_tax_duty_fx_transactions_percentage",
|
|
263
262
|
SP_ADJUSTMENT_TRANSACTIONS_COUNT = "sp_adjustment_transactions_count",
|
|
264
263
|
SP_ADJUSTMENT_TRANSACTIONS_TOTAL = "sp_adjustment_transactions_total",
|
|
265
264
|
SP_BILLABLE_LABEL_TRANSACTIONS_COUNT = "sp_billable_label_transactions_count",
|
|
@@ -338,7 +337,9 @@ export declare enum BillingTransactionType {
|
|
|
338
337
|
NON_L_4_L_TAX_DUTY_FX = "non_l4l_tax_duty_fx",
|
|
339
338
|
TAX_REFUND = "tax_refund",
|
|
340
339
|
DUTY_REFUND = "duty_refund",
|
|
341
|
-
GE_REVENUE_SHARE = "ge_revenue_share"
|
|
340
|
+
GE_REVENUE_SHARE = "ge_revenue_share",
|
|
341
|
+
MERCHANT_PAYOUT = "merchant_payout",
|
|
342
|
+
MERCHANT_REFUND = "merchant_refund"
|
|
342
343
|
}
|
|
343
344
|
export declare enum CalculatorEngine {
|
|
344
345
|
DTCE_WITH_DEMINIMIS = "dtce_with_deminimis",
|
|
@@ -476,27 +477,10 @@ export declare enum CheckoutAssetType {
|
|
|
476
477
|
STYLESHEET = "stylesheet",
|
|
477
478
|
JAVASCRIPT = "javascript"
|
|
478
479
|
}
|
|
479
|
-
export declare enum CheckoutErrorCode {
|
|
480
|
-
GENERIC_ERROR = "generic_error",
|
|
481
|
-
ORDER_IDENTIFIER_INVALID = "order_identifier_invalid",
|
|
482
|
-
URL_INVALID = "url_invalid",
|
|
483
|
-
ORGANIZATION_INVALID = "organization_invalid",
|
|
484
|
-
SESSION_INVALID = "session_invalid",
|
|
485
|
-
SESSION_MISSING = "session_missing",
|
|
486
|
-
SESSION_ORGANIZATION_INVALID = "session_organization_invalid",
|
|
487
|
-
COUNTRY_INVALID = "country_invalid",
|
|
488
|
-
CURRENCY_INVALID = "currency_invalid",
|
|
489
|
-
LANGUAGE_INVALID = "language_invalid",
|
|
490
|
-
CHECKOUT_INVALID = "checkout_invalid"
|
|
491
|
-
}
|
|
492
480
|
export declare enum CheckoutPromptBehavior {
|
|
493
481
|
ALWAYS = "always",
|
|
494
482
|
INCOMPLETE = "incomplete"
|
|
495
483
|
}
|
|
496
|
-
export declare enum CheckoutRedirectMethod {
|
|
497
|
-
GET = "get",
|
|
498
|
-
POST = "post"
|
|
499
|
-
}
|
|
500
484
|
export declare enum CheckoutShippingMethodPromptBehavior {
|
|
501
485
|
ALWAYS = "always",
|
|
502
486
|
MULTIPLE = "multiple"
|
|
@@ -555,25 +539,6 @@ export declare enum ConnectReportTransferTransferType {
|
|
|
555
539
|
MANAGED_MARKETS_DISPUTE_WON_AMOUNT_CREDIT = "ManagedMarketsDisputeWonAmountCredit",
|
|
556
540
|
MANAGED_MARKETS_DUTIES_AND_TAXES_ADJUSTMENT_CREDIT = "ManagedMarketsDutiesAndTaxesAdjustmentCredit"
|
|
557
541
|
}
|
|
558
|
-
export declare enum ContentElementType {
|
|
559
|
-
MARKDOWN = "markdown",
|
|
560
|
-
HTML = "html",
|
|
561
|
-
PLAIN_TEXT = "plain_text",
|
|
562
|
-
HREF = "href"
|
|
563
|
-
}
|
|
564
|
-
export declare enum ContentStatus {
|
|
565
|
-
DRAFT = "draft",
|
|
566
|
-
LIVE = "live",
|
|
567
|
-
ARCHIVED = "archived"
|
|
568
|
-
}
|
|
569
|
-
export declare enum ContentType {
|
|
570
|
-
TEXT = "text",
|
|
571
|
-
HTML = "html"
|
|
572
|
-
}
|
|
573
|
-
export declare enum ContentTypeCast {
|
|
574
|
-
MARKDOWN_TO_HTML = "markdown_to_html",
|
|
575
|
-
MARKDOWN_TO_TEXT = "markdown_to_text"
|
|
576
|
-
}
|
|
577
542
|
export declare enum CrossdockTrackingStatus {
|
|
578
543
|
NOTIFIED = "notified",
|
|
579
544
|
RECEIVED = "received",
|
|
@@ -789,12 +754,8 @@ export declare enum EventType {
|
|
|
789
754
|
CHANNEL_ORDER_ACCEPTANCE_UPSERTED = "channel_order_acceptance_upserted",
|
|
790
755
|
CHANNEL_ORDER_ACCEPTANCE_DELETED = "channel_order_acceptance_deleted",
|
|
791
756
|
CHANNEL_ORDER_ACCEPTANCE_FAILED = "channel_order_acceptance_failed",
|
|
792
|
-
CHECKOUT_CONFIGURATION_UPSERTED = "checkout_configuration_upserted",
|
|
793
|
-
CHECKOUT_CONFIGURATION_DELETED = "checkout_configuration_deleted",
|
|
794
757
|
COMMERCIAL_INVOICE_INTERNAL_UPSERTED = "commercial_invoice_internal_upserted",
|
|
795
758
|
COMMERCIAL_INVOICE_INTERNAL_DELETED = "commercial_invoice_internal_deleted",
|
|
796
|
-
LOCALIZED_CONTENT_UPSERTED = "localized_content_upserted",
|
|
797
|
-
LOCALIZATION_UPSERTED = "localization_upserted",
|
|
798
759
|
INTERNAL_CHANNEL_RATE_DELETED = "internal_channel_rate_deleted",
|
|
799
760
|
INTERNAL_CHANNEL_RATE_UPSERTED = "internal_channel_rate_upserted",
|
|
800
761
|
RATE_DELETED = "rate_deleted",
|
|
@@ -895,8 +856,6 @@ export declare enum EventType {
|
|
|
895
856
|
ITEM_HARMONIZATION_UPSERTED = "item_harmonization_upserted",
|
|
896
857
|
ITEM_HARMONIZATION_DELETED = "item_harmonization_deleted",
|
|
897
858
|
HARMONIZATION_CLASSIFICATION_STATISTICS_PUBLISHED = "harmonization_classification_statistics_published",
|
|
898
|
-
ISSUER_UPSERTED = "issuer_upserted",
|
|
899
|
-
ISSUER_DELETED = "issuer_deleted",
|
|
900
859
|
ITEM_FORM_IMPORT_REQUEST = "item_form_import_request",
|
|
901
860
|
LABEL_REQUEST_ERROR_UPSERTED = "label_request_error_upserted",
|
|
902
861
|
LABEL_REQUEST_ERROR_DELETED = "label_request_error_deleted",
|
|
@@ -994,10 +953,8 @@ export declare enum EventType {
|
|
|
994
953
|
RESTRICTION_RULE_EFFECT_DELETED = "restriction_rule_effect_deleted",
|
|
995
954
|
TAXONOMY_CATEGORY_HS_6_REF_UPSERTED = "taxonomy_category_hs6_ref_upserted",
|
|
996
955
|
TAXONOMY_CATEGORY_HS_6_REF_DELETED = "taxonomy_category_hs6_ref_deleted",
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
SHOPIFY_EXPERIENCE_SHORT_ID_UPSERTED = "shopify_experience_short_id_upserted",
|
|
1000
|
-
SHOPIFY_EXPERIENCE_SHORT_ID_DELETED = "shopify_experience_short_id_deleted",
|
|
956
|
+
SHOPIFY_HS_10_CODES_UPSERTED = "shopify_hs10_codes_upserted",
|
|
957
|
+
SHOPIFY_HS_10_CODES_DELETED = "shopify_hs10_codes_deleted",
|
|
1001
958
|
SHOPIFY_MARKETS_ORDER_UPSERTED = "shopify_markets_order_upserted",
|
|
1002
959
|
SHOPIFY_MARKETS_ORDER_DELETED = "shopify_markets_order_deleted",
|
|
1003
960
|
SHOPIFY_MARKETS_SHOP_UPSERTED = "shopify_markets_shop_upserted",
|
|
@@ -1043,6 +1000,8 @@ export declare enum EventType {
|
|
|
1043
1000
|
SHOPIFY_MERCHANT_PLAN_DELETED = "shopify_merchant_plan_deleted",
|
|
1044
1001
|
SHOPIFY_DISPUTE_UPSERTED = "shopify_dispute_upserted",
|
|
1045
1002
|
SHOPIFY_DISPUTE_DELETED = "shopify_dispute_deleted",
|
|
1003
|
+
SHOPIFY_REPORT_FILE_UPSERTED = "shopify_report_file_upserted",
|
|
1004
|
+
SHOPIFY_REPORT_FILE_DELETED = "shopify_report_file_deleted",
|
|
1046
1005
|
STRIPE_AUTHORIZATION_DELETED = "stripe_authorization_deleted",
|
|
1047
1006
|
STRIPE_AUTHORIZATION_UPSERTED = "stripe_authorization_upserted",
|
|
1048
1007
|
STRIPE_REVERSAL_DELETED = "stripe_reversal_deleted",
|
|
@@ -1111,18 +1070,6 @@ export declare enum FeesSource {
|
|
|
1111
1070
|
SETTINGS = "settings",
|
|
1112
1071
|
AUTHORIZATION_BUNDLE = "authorization_bundle"
|
|
1113
1072
|
}
|
|
1114
|
-
export declare enum FinancialReportingResponsibleParty {
|
|
1115
|
-
FLOW = "flow",
|
|
1116
|
-
ORGANIZATION = "organization"
|
|
1117
|
-
}
|
|
1118
|
-
export declare enum FlowApp {
|
|
1119
|
-
CONSOLE = "console"
|
|
1120
|
-
}
|
|
1121
|
-
export declare enum Format {
|
|
1122
|
-
TEXT = "text",
|
|
1123
|
-
PHONE = "phone",
|
|
1124
|
-
EMAIL = "email"
|
|
1125
|
-
}
|
|
1126
1073
|
export declare enum FraudProvider {
|
|
1127
1074
|
FLOW = "flow",
|
|
1128
1075
|
FORTER = "forter",
|
|
@@ -1140,21 +1087,15 @@ export declare enum FraudReviewResponsibleParty {
|
|
|
1140
1087
|
FLOW = "flow",
|
|
1141
1088
|
ORGANIZATION = "organization"
|
|
1142
1089
|
}
|
|
1143
|
-
export declare enum FtpIntent {
|
|
1144
|
-
ORDERS_FROM_FLOW = "orders_from_flow",
|
|
1145
|
-
PRICEBOOKS_FROM_FLOW = "pricebooks_from_flow",
|
|
1146
|
-
PRICEBOOKS_TO_FLOW = "pricebooks_to_flow",
|
|
1147
|
-
CATALOG_TO_FLOW = "catalog_to_flow",
|
|
1148
|
-
INVENTORY_TO_FLOW = "inventory_to_flow"
|
|
1149
|
-
}
|
|
1150
|
-
export declare enum FtpProtocol {
|
|
1151
|
-
SFTP = "sftp",
|
|
1152
|
-
FTP = "ftp"
|
|
1153
|
-
}
|
|
1154
1090
|
export declare enum GeIngestionFileStatus {
|
|
1155
1091
|
PENDING = "pending",
|
|
1156
1092
|
PROCESSED = "processed"
|
|
1157
1093
|
}
|
|
1094
|
+
export declare enum GeRevenueShareTransactionType {
|
|
1095
|
+
ADJUSTMENT = "adjustment",
|
|
1096
|
+
REVERSAL = "reversal",
|
|
1097
|
+
REVENUE_SHARE = "revenue_share"
|
|
1098
|
+
}
|
|
1158
1099
|
export declare enum GoogleAnalyticsPlugin {
|
|
1159
1100
|
EC = "ec"
|
|
1160
1101
|
}
|
|
@@ -1177,6 +1118,10 @@ export declare enum HarmonizationDecisionSource {
|
|
|
1177
1118
|
ENTERPRISE_MODEL = "enterprise_model",
|
|
1178
1119
|
MERCHANT = "merchant"
|
|
1179
1120
|
}
|
|
1121
|
+
export declare enum HoseinItemType {
|
|
1122
|
+
PHYSICAL = "physical",
|
|
1123
|
+
DIGITAL = "digital"
|
|
1124
|
+
}
|
|
1180
1125
|
export declare enum HttpMethod {
|
|
1181
1126
|
GET = "get",
|
|
1182
1127
|
POST = "post"
|
|
@@ -1215,6 +1160,11 @@ export declare enum ItemType {
|
|
|
1215
1160
|
STANDARD = "standard",
|
|
1216
1161
|
MULTI_PRODUCT = "multi_product"
|
|
1217
1162
|
}
|
|
1163
|
+
export declare enum JournalOperation {
|
|
1164
|
+
INSERT = "insert",
|
|
1165
|
+
UPDATE = "update",
|
|
1166
|
+
DELETE = "delete"
|
|
1167
|
+
}
|
|
1218
1168
|
export declare enum KeywordType {
|
|
1219
1169
|
POSITIVE = "positive",
|
|
1220
1170
|
NEGATIVE = "negative"
|
|
@@ -1518,6 +1468,11 @@ export declare enum PaymentTerm {
|
|
|
1518
1468
|
NET_15 = "net15",
|
|
1519
1469
|
NET_30 = "net30"
|
|
1520
1470
|
}
|
|
1471
|
+
export declare enum PendingRecordType {
|
|
1472
|
+
VERIFICATION = "verification",
|
|
1473
|
+
CLASSIFICATION = "classification",
|
|
1474
|
+
RESTRICTION = "restriction"
|
|
1475
|
+
}
|
|
1521
1476
|
export declare enum PrateekItemType {
|
|
1522
1477
|
PHYSICAL = "physical",
|
|
1523
1478
|
DIGITAL = "digital"
|
|
@@ -1556,25 +1511,8 @@ export declare enum ProcessorEntityStatus {
|
|
|
1556
1511
|
export declare enum ProductStatus {
|
|
1557
1512
|
ACTIVE = "active",
|
|
1558
1513
|
ARCHIVED = "archived",
|
|
1559
|
-
DRAFT = "draft"
|
|
1560
|
-
|
|
1561
|
-
export declare enum PromptAction {
|
|
1562
|
-
PROMPT_DISPLAYED = "prompt_displayed",
|
|
1563
|
-
CONSENT_GRANTED = "consent_granted",
|
|
1564
|
-
CONSENT_DENIED = "consent_denied"
|
|
1565
|
-
}
|
|
1566
|
-
export declare enum PromptCheckoutDisplayPosition {
|
|
1567
|
-
EMAIL = "email",
|
|
1568
|
-
SUBMISSION = "submission"
|
|
1569
|
-
}
|
|
1570
|
-
export declare enum PromptOptions {
|
|
1571
|
-
NOTICE_ONLY = "notice_only",
|
|
1572
|
-
REQUIRE_CONSENT = "require_consent",
|
|
1573
|
-
CONSENT_BY_DEFAULT = "consent_by_default"
|
|
1574
|
-
}
|
|
1575
|
-
export declare enum PromptTarget {
|
|
1576
|
-
BROWSE = "browse",
|
|
1577
|
-
CHECKOUT = "checkout"
|
|
1514
|
+
DRAFT = "draft",
|
|
1515
|
+
UNLISTED = "unlisted"
|
|
1578
1516
|
}
|
|
1579
1517
|
export declare enum RateLevelKey {
|
|
1580
1518
|
SHOPIFY_SMALL_USA = "shopify_small_usa",
|
|
@@ -1586,10 +1524,6 @@ export declare enum RateSource {
|
|
|
1586
1524
|
CALCULATED = "calculated",
|
|
1587
1525
|
MARKET = "market"
|
|
1588
1526
|
}
|
|
1589
|
-
export declare enum ReboundConfigurationStatus {
|
|
1590
|
-
ACTIVE = "active",
|
|
1591
|
-
INACTIVE = "inactive"
|
|
1592
|
-
}
|
|
1593
1527
|
export declare enum RedirectReason {
|
|
1594
1528
|
THREE_D_SECURE = "three_d_secure"
|
|
1595
1529
|
}
|
|
@@ -1638,7 +1572,8 @@ export declare enum ReportType {
|
|
|
1638
1572
|
PAYMENTS = "payments",
|
|
1639
1573
|
RECONCILE_NOT_RECORDED = "reconcile_not_recorded",
|
|
1640
1574
|
PRODUCTS_RECORD = "products_record",
|
|
1641
|
-
DISPUTES = "disputes"
|
|
1575
|
+
DISPUTES = "disputes",
|
|
1576
|
+
SALES_PAYMENTS_RECORD = "sales_payments_record"
|
|
1642
1577
|
}
|
|
1643
1578
|
export declare enum ReportingFulfillmentIsVirtual {
|
|
1644
1579
|
ALL = "all",
|
|
@@ -1675,6 +1610,10 @@ export declare enum RestrictionOrganizationSource {
|
|
|
1675
1610
|
SHOPIFY = "shopify",
|
|
1676
1611
|
ENTERPRISE = "enterprise"
|
|
1677
1612
|
}
|
|
1613
|
+
export declare enum RestrictionRuleCommunityExemption {
|
|
1614
|
+
DOMESTIC_EXEMPTION = "domestic_exemption",
|
|
1615
|
+
INTRA_EU_EXEMPTION = "intra_eu_exemption"
|
|
1616
|
+
}
|
|
1678
1617
|
export declare enum RestrictionRuleExceptionAction {
|
|
1679
1618
|
ALLOW = "allow",
|
|
1680
1619
|
DENY = "deny"
|
|
@@ -1709,12 +1648,9 @@ export declare enum RohanItemType {
|
|
|
1709
1648
|
PHYSICAL = "physical",
|
|
1710
1649
|
DIGITAL = "digital"
|
|
1711
1650
|
}
|
|
1712
|
-
export declare enum
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
export declare enum ShopifyGrantStatus {
|
|
1716
|
-
PASS = "pass",
|
|
1717
|
-
FAIL = "fail"
|
|
1651
|
+
export declare enum SarveshItemType {
|
|
1652
|
+
PHYSICAL = "physical",
|
|
1653
|
+
DIGITAL = "digital"
|
|
1718
1654
|
}
|
|
1719
1655
|
export declare enum ShopifyIncotermConfiguration {
|
|
1720
1656
|
DDP = "DDP",
|
|
@@ -1790,23 +1726,6 @@ export declare enum ShopifyPlanType {
|
|
|
1790
1726
|
STANDARD = "standard",
|
|
1791
1727
|
SHOPIFY_PLUS = "shopify_plus"
|
|
1792
1728
|
}
|
|
1793
|
-
export declare enum ShopifyPromotionBehavior {
|
|
1794
|
-
DISABLE_DISCOUNT_CODES = "disable_discount_codes"
|
|
1795
|
-
}
|
|
1796
|
-
export declare enum ShopifyPromotionOfferAllocationMethod {
|
|
1797
|
-
EACH = "each",
|
|
1798
|
-
ACROSS = "across"
|
|
1799
|
-
}
|
|
1800
|
-
export declare enum ShopifyPromotionOrderEntitlementComponent {
|
|
1801
|
-
SUBTOTAL = "subtotal",
|
|
1802
|
-
SHIPPING = "shipping",
|
|
1803
|
-
VAT = "vat",
|
|
1804
|
-
DUTY = "duty"
|
|
1805
|
-
}
|
|
1806
|
-
export declare enum ShopifyPromotionStatus {
|
|
1807
|
-
ACTIVE = "active",
|
|
1808
|
-
INACTIVE = "inactive"
|
|
1809
|
-
}
|
|
1810
1729
|
export declare enum ShopifyService {
|
|
1811
1730
|
PAYMENT = "payment",
|
|
1812
1731
|
DUTY_TAX_CALCULATOR = "duty_tax_calculator",
|
|
@@ -1828,14 +1747,6 @@ export declare enum SourceTypeFilter {
|
|
|
1828
1747
|
ORGANIZATION = "organization",
|
|
1829
1748
|
CHANNEL = "channel"
|
|
1830
1749
|
}
|
|
1831
|
-
export declare enum StatementStatus {
|
|
1832
|
-
CREATED = "created",
|
|
1833
|
-
NO_TRANSACTIONS = "no_transactions",
|
|
1834
|
-
TRANSACTIONS_ASSIGNED = "transactions_assigned",
|
|
1835
|
-
STATEMENT_GENERATED = "statement_generated",
|
|
1836
|
-
STATEMENT_REGENERATED = "statement_regenerated",
|
|
1837
|
-
FAILED = "failed"
|
|
1838
|
-
}
|
|
1839
1750
|
export declare enum StatementTransferTransactionLocation {
|
|
1840
1751
|
TRANSACTIONS_FILE = "transactions_file",
|
|
1841
1752
|
SUMMARY = "summary"
|
|
@@ -1889,6 +1800,13 @@ export declare enum TaxTransactionType {
|
|
|
1889
1800
|
TAX = "tax",
|
|
1890
1801
|
REFUND = "refund"
|
|
1891
1802
|
}
|
|
1803
|
+
export declare enum TaxonomyCategoryClassificationAlignment {
|
|
1804
|
+
ALIGNED = "aligned",
|
|
1805
|
+
NOT_ALIGNED = "not_aligned",
|
|
1806
|
+
PRODUCT_MISSING_CATEGORY = "product_missing_category",
|
|
1807
|
+
CONFIG_MISSING_CATEGORY = "config_missing_category",
|
|
1808
|
+
PRODUCT_NOT_FOUND = "product_not_found"
|
|
1809
|
+
}
|
|
1892
1810
|
export declare enum TrackingIntegrationType {
|
|
1893
1811
|
API = "api",
|
|
1894
1812
|
BULK = "bulk",
|
package/dist/api-internal.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingProcessingFailureClassification = exports.TrackingLabelDimensionsSource = exports.TrackingIntegrationType = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaxAndDutyInclusivitySetting = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.
|
|
3
|
+
exports.CommercialInvoiceVersion = exports.ClothingAgeClassification = exports.ClassificationType = exports.ClassificationScope = exports.ClassificationPlatform = exports.ClassificationErrorCode = exports.ClassificationDecision = exports.CheckoutUrlType = exports.CheckoutShippingMethodPromptBehavior = exports.CheckoutPromptBehavior = exports.CheckoutAssetType = exports.ChargebackProcessStatus = exports.ChargebackPaymentStatus = exports.ChargeInputType = exports.ChargeEstimateSource = exports.ChannelTransactionType = exports.ChannelOrderFulfillmentStatusCode = exports.ChannelOrderAcceptanceStatus = exports.ChannelOrderAcceptanceRejectionReason = exports.ChannelOrderAcceptanceNextActionFrom = exports.ChannelOrderAcceptanceFailureReasonCode = exports.ChannelOrderAcceptanceErrorAction = exports.ChannelBilledTransactionType = exports.CatalogPublicationOwner = exports.CatalogImportType = exports.CarrierValidationStatus = exports.CarrierLabelGenerationMethod = exports.CarrierFileType = exports.CarrierChargeType = exports.CarrierChargeTransactionType = exports.CalculatorEngine = exports.BillingTransactionType = exports.BillingTransactionStatus = exports.BillingStatementAttachmentKey = exports.BillingMetricKey = exports.BillingAllocationKey = exports.BankPaymentStatusCode = exports.BankPaymentPromiseCompletedMethod = exports.BankAccountStatus = exports.AutoRestrictRule = exports.ApplicablePreferentialRate = exports.ApiCallReferenceId = exports.AnyDangerousGoods = exports.AnshItemType = exports.AldoItemType = exports.AdyenIntegrationType = exports.AdjustmentTransactionType = exports.AccountType = exports.AccountSettingLiabilitiesMethod = exports.AccountPaymentHoldReason = void 0;
|
|
4
|
+
exports.InternalPaymentEntityType = exports.HttpMethod = exports.HoseinItemType = exports.HarmonizationDecisionSource = exports.GraphqlServiceTypes = exports.GoogleAnalyticsPlugin = exports.GeRevenueShareTransactionType = exports.GeIngestionFileStatus = exports.FraudReviewResponsibleParty = exports.FraudProviderStatus = exports.FraudProvider = exports.FeesSource = exports.FeatureType = exports.FeatureStatus = exports.FeatureScope = exports.ExportContentType = exports.ExperienceOrderActionTrigger = exports.ExperienceOrderAction = exports.ExperienceImportType = exports.EventType = exports.ErpFileType = exports.EmptyAttribute = exports.DutyTransactionType = exports.DutySimpleExpressionType = exports.DutySelectionRule = exports.DutyRateUnitOfMeasure = exports.DutyRateSource = exports.DutyExemptItemTypes = exports.DutyCompoundExpressionType = exports.DisputeType = exports.DisputeTransactionType = exports.DisputeStatus = exports.DisputeReportingCategory = exports.DisputeProcessor = exports.DisputeLiability = exports.DisputeImportType = exports.DisputeImportStatus = exports.DisputeEvidence = exports.DisputeDefenseOutcome = exports.DisputeCategory = exports.DisputeBillable = exports.DiscountRequestOrderEntitlementKey = exports.DeminimisAdjustmentType = exports.DeliveredDutyOptionMessageType = exports.DebugAccountingTransactionType = exports.CrossdockTrackingStatus = exports.ConnectReportTransferTransferType = exports.ConnectReportPaymentTransferType = exports.ComplianceType = exports.Company = void 0;
|
|
5
|
+
exports.OrganizationRestrictionRiskLevel = exports.OrganizationRestrictionReviewType = exports.OrganizationRestrictionNoteType = exports.OrganizationRestrictionApprovalStatus = exports.OrganizationPaymentStatus = exports.OrganizationMetricType = exports.OrganizationCapability = exports.OrderValidationStatus = exports.OrderTransactionType = exports.OrderPaymentSourceType = exports.OrderLifecycleEvent = exports.OrderChargeTrigger = exports.OrderCancellationInitiatedBy = exports.OrderAttributeIntent = exports.OrderAddressValidationStatus = exports.OrderAction = exports.OnboardingStateSource = exports.OnboardingAutomationTaskState = exports.OnboardingAutomationProcessState = exports.OnboardingAuditThemeKey = exports.OnboardingAuditResult = exports.OnboardingAuditMessageLevel = exports.NonL4LTaxDutyFxTransactionType = exports.NoLiabilityReasonCode = exports.NiallItemType = exports.NatureOfSale = exports.MixedBagWeight = exports.MerchantOverrideStatus = exports.MerchantOfRecord = exports.ManualTransactionCategory = exports.ManualReviewRuleStatus = exports.LogisticsPayoutResolutionMethod = exports.LogisticsCapability = exports.LiabilityType = exports.LabelTransactionType = exports.LabelRequestResultState = exports.LabelRequestResultOrganizationType = exports.LabelRequestErrorHandlingResponsibility = exports.LabelEventSource = exports.LabelEventMedium = exports.LabelCreationStatus = exports.LabelCancellationErrorCode = exports.LabelBillingStrategy = exports.KeywordType = exports.JournalOperation = exports.ItemType = exports.ItemQuantityAction = exports.ItemHarmonizationStatus = exports.ItemClassificationStatus = exports.ItemClassificationAction = void 0;
|
|
6
|
+
exports.ShopifyPlanType = exports.ShopifyMonitoringTrackingField = exports.ShopifyMonitoringMonitorReviewStatus = exports.ShopifyMarketsTradeSector = exports.ShopifyMarketsQueuedRecordType = exports.ShopifyMarketsHtsNumberAvailable = exports.ShopifyMarketsDangerousGoods = exports.ShopifyIncotermConfiguration = exports.SarveshItemType = exports.RohanItemType = exports.RiskEvaluation = exports.RiskCheck = exports.RevenueRecordType = exports.RestrictionStatus = exports.RestrictionStateReviewStatus = exports.RestrictionRuleExceptionAction = exports.RestrictionRuleCommunityExemption = exports.RestrictionOrganizationSource = exports.RestrictionOrganizationChannel = exports.RestrictionDecision = exports.RestrictionAction = exports.ResponsibleParty = exports.ReportingScheme = exports.ReportingFulfillmentIsVirtual = exports.ReportType = exports.ReportStatus = exports.ReportPaymentType = exports.ReportInterval = exports.ReportFileType = exports.ReportFileStatus = exports.RejectionReason = exports.RedirectReason = exports.RateSource = exports.RateLevelKey = exports.ProductStatus = exports.ProcessorEntityStatus = exports.Processor = exports.ProcessingTransactionType = exports.PriceSelector = exports.PreferredBillingSchedule = exports.PrateekItemType = exports.PendingRecordType = exports.PaymentTerm = exports.PaymentSummaryType = exports.PaymentSummaryStatus = exports.PaymentShortUrlDiscriminator = exports.Owner = exports.OutputStyle = exports.OrganizationSource = exports.OrganizationRestrictionScreeningStatus = void 0;
|
|
7
|
+
exports.UnclassifiedProductStatus = exports.TrueupTransactionType = exports.TransferMethod = exports.TransactionPostingMethod = exports.TrackingProcessingFailureClassification = exports.TrackingLabelDimensionsSource = exports.TrackingIntegrationType = exports.TaxonomyCategoryClassificationAlignment = exports.TaxTransactionType = exports.TaxParty = exports.TaxCalculationErrorCode = exports.TaxAndDutyInclusivitySetting = exports.TaskProcessorKey = exports.TariffEligibilityType = exports.SuggestionAction = exports.SubscriptionFrequency = exports.StatisticType = exports.StatementTransferTransactionLocation = exports.SourceTypeFilter = exports.SnoozeSourceType = exports.SnoozeNextActionWith = exports.SimpleRoundingStrategy = exports.ShopifyService = void 0;
|
|
8
8
|
var AccountPaymentHoldReason;
|
|
9
9
|
(function (AccountPaymentHoldReason) {
|
|
10
10
|
AccountPaymentHoldReason["FRAUDULENT"] = "fraudulent";
|
|
@@ -21,11 +21,6 @@ var AccountType;
|
|
|
21
21
|
AccountType["CHANNEL"] = "channel";
|
|
22
22
|
AccountType["ORGANIZATION"] = "organization";
|
|
23
23
|
})(AccountType = exports.AccountType || (exports.AccountType = {}));
|
|
24
|
-
var AddressConfigurationSettingProvinceCode;
|
|
25
|
-
(function (AddressConfigurationSettingProvinceCode) {
|
|
26
|
-
AddressConfigurationSettingProvinceCode["ISO_3166_2"] = "iso_3166_2";
|
|
27
|
-
AddressConfigurationSettingProvinceCode["NAME"] = "name";
|
|
28
|
-
})(AddressConfigurationSettingProvinceCode = exports.AddressConfigurationSettingProvinceCode || (exports.AddressConfigurationSettingProvinceCode = {}));
|
|
29
24
|
var AdjustmentTransactionType;
|
|
30
25
|
(function (AdjustmentTransactionType) {
|
|
31
26
|
AdjustmentTransactionType["ADJUSTMENT"] = "adjustment";
|
|
@@ -280,10 +275,13 @@ var BillingMetricKey;
|
|
|
280
275
|
BillingMetricKey["FOURTH_PLUS_ATTEMPT_SUCCESS_RATIO"] = "fourth_plus_attempt_success_ratio";
|
|
281
276
|
BillingMetricKey["GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_COUNT"] = "ge_revenue_share_standard_transactions_count";
|
|
282
277
|
BillingMetricKey["GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_TOTAL"] = "ge_revenue_share_standard_transactions_total";
|
|
278
|
+
BillingMetricKey["GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_PERCENTAGE"] = "ge_revenue_share_standard_transactions_percentage";
|
|
283
279
|
BillingMetricKey["GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_COUNT"] = "ge_revenue_share_shopify_plus_transactions_count";
|
|
284
280
|
BillingMetricKey["GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_TOTAL"] = "ge_revenue_share_shopify_plus_transactions_total";
|
|
281
|
+
BillingMetricKey["GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_PERCENTAGE"] = "ge_revenue_share_shopify_plus_transactions_percentage";
|
|
285
282
|
BillingMetricKey["NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_COUNT"] = "non_l4l_tax_duty_fx_transactions_count";
|
|
286
283
|
BillingMetricKey["NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_TOTAL"] = "non_l4l_tax_duty_fx_transactions_total";
|
|
284
|
+
BillingMetricKey["NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_PERCENTAGE"] = "non_l4l_tax_duty_fx_transactions_percentage";
|
|
287
285
|
BillingMetricKey["SP_ADJUSTMENT_TRANSACTIONS_COUNT"] = "sp_adjustment_transactions_count";
|
|
288
286
|
BillingMetricKey["SP_ADJUSTMENT_TRANSACTIONS_TOTAL"] = "sp_adjustment_transactions_total";
|
|
289
287
|
BillingMetricKey["SP_BILLABLE_LABEL_TRANSACTIONS_COUNT"] = "sp_billable_label_transactions_count";
|
|
@@ -366,6 +364,8 @@ var BillingTransactionType;
|
|
|
366
364
|
BillingTransactionType["TAX_REFUND"] = "tax_refund";
|
|
367
365
|
BillingTransactionType["DUTY_REFUND"] = "duty_refund";
|
|
368
366
|
BillingTransactionType["GE_REVENUE_SHARE"] = "ge_revenue_share";
|
|
367
|
+
BillingTransactionType["MERCHANT_PAYOUT"] = "merchant_payout";
|
|
368
|
+
BillingTransactionType["MERCHANT_REFUND"] = "merchant_refund";
|
|
369
369
|
})(BillingTransactionType = exports.BillingTransactionType || (exports.BillingTransactionType = {}));
|
|
370
370
|
var CalculatorEngine;
|
|
371
371
|
(function (CalculatorEngine) {
|
|
@@ -524,30 +524,11 @@ var CheckoutAssetType;
|
|
|
524
524
|
CheckoutAssetType["STYLESHEET"] = "stylesheet";
|
|
525
525
|
CheckoutAssetType["JAVASCRIPT"] = "javascript";
|
|
526
526
|
})(CheckoutAssetType = exports.CheckoutAssetType || (exports.CheckoutAssetType = {}));
|
|
527
|
-
var CheckoutErrorCode;
|
|
528
|
-
(function (CheckoutErrorCode) {
|
|
529
|
-
CheckoutErrorCode["GENERIC_ERROR"] = "generic_error";
|
|
530
|
-
CheckoutErrorCode["ORDER_IDENTIFIER_INVALID"] = "order_identifier_invalid";
|
|
531
|
-
CheckoutErrorCode["URL_INVALID"] = "url_invalid";
|
|
532
|
-
CheckoutErrorCode["ORGANIZATION_INVALID"] = "organization_invalid";
|
|
533
|
-
CheckoutErrorCode["SESSION_INVALID"] = "session_invalid";
|
|
534
|
-
CheckoutErrorCode["SESSION_MISSING"] = "session_missing";
|
|
535
|
-
CheckoutErrorCode["SESSION_ORGANIZATION_INVALID"] = "session_organization_invalid";
|
|
536
|
-
CheckoutErrorCode["COUNTRY_INVALID"] = "country_invalid";
|
|
537
|
-
CheckoutErrorCode["CURRENCY_INVALID"] = "currency_invalid";
|
|
538
|
-
CheckoutErrorCode["LANGUAGE_INVALID"] = "language_invalid";
|
|
539
|
-
CheckoutErrorCode["CHECKOUT_INVALID"] = "checkout_invalid";
|
|
540
|
-
})(CheckoutErrorCode = exports.CheckoutErrorCode || (exports.CheckoutErrorCode = {}));
|
|
541
527
|
var CheckoutPromptBehavior;
|
|
542
528
|
(function (CheckoutPromptBehavior) {
|
|
543
529
|
CheckoutPromptBehavior["ALWAYS"] = "always";
|
|
544
530
|
CheckoutPromptBehavior["INCOMPLETE"] = "incomplete";
|
|
545
531
|
})(CheckoutPromptBehavior = exports.CheckoutPromptBehavior || (exports.CheckoutPromptBehavior = {}));
|
|
546
|
-
var CheckoutRedirectMethod;
|
|
547
|
-
(function (CheckoutRedirectMethod) {
|
|
548
|
-
CheckoutRedirectMethod["GET"] = "get";
|
|
549
|
-
CheckoutRedirectMethod["POST"] = "post";
|
|
550
|
-
})(CheckoutRedirectMethod = exports.CheckoutRedirectMethod || (exports.CheckoutRedirectMethod = {}));
|
|
551
532
|
var CheckoutShippingMethodPromptBehavior;
|
|
552
533
|
(function (CheckoutShippingMethodPromptBehavior) {
|
|
553
534
|
CheckoutShippingMethodPromptBehavior["ALWAYS"] = "always";
|
|
@@ -619,29 +600,6 @@ var ConnectReportTransferTransferType;
|
|
|
619
600
|
ConnectReportTransferTransferType["MANAGED_MARKETS_DISPUTE_WON_AMOUNT_CREDIT"] = "ManagedMarketsDisputeWonAmountCredit";
|
|
620
601
|
ConnectReportTransferTransferType["MANAGED_MARKETS_DUTIES_AND_TAXES_ADJUSTMENT_CREDIT"] = "ManagedMarketsDutiesAndTaxesAdjustmentCredit";
|
|
621
602
|
})(ConnectReportTransferTransferType = exports.ConnectReportTransferTransferType || (exports.ConnectReportTransferTransferType = {}));
|
|
622
|
-
var ContentElementType;
|
|
623
|
-
(function (ContentElementType) {
|
|
624
|
-
ContentElementType["MARKDOWN"] = "markdown";
|
|
625
|
-
ContentElementType["HTML"] = "html";
|
|
626
|
-
ContentElementType["PLAIN_TEXT"] = "plain_text";
|
|
627
|
-
ContentElementType["HREF"] = "href";
|
|
628
|
-
})(ContentElementType = exports.ContentElementType || (exports.ContentElementType = {}));
|
|
629
|
-
var ContentStatus;
|
|
630
|
-
(function (ContentStatus) {
|
|
631
|
-
ContentStatus["DRAFT"] = "draft";
|
|
632
|
-
ContentStatus["LIVE"] = "live";
|
|
633
|
-
ContentStatus["ARCHIVED"] = "archived";
|
|
634
|
-
})(ContentStatus = exports.ContentStatus || (exports.ContentStatus = {}));
|
|
635
|
-
var ContentType;
|
|
636
|
-
(function (ContentType) {
|
|
637
|
-
ContentType["TEXT"] = "text";
|
|
638
|
-
ContentType["HTML"] = "html";
|
|
639
|
-
})(ContentType = exports.ContentType || (exports.ContentType = {}));
|
|
640
|
-
var ContentTypeCast;
|
|
641
|
-
(function (ContentTypeCast) {
|
|
642
|
-
ContentTypeCast["MARKDOWN_TO_HTML"] = "markdown_to_html";
|
|
643
|
-
ContentTypeCast["MARKDOWN_TO_TEXT"] = "markdown_to_text";
|
|
644
|
-
})(ContentTypeCast = exports.ContentTypeCast || (exports.ContentTypeCast = {}));
|
|
645
603
|
var CrossdockTrackingStatus;
|
|
646
604
|
(function (CrossdockTrackingStatus) {
|
|
647
605
|
CrossdockTrackingStatus["NOTIFIED"] = "notified";
|
|
@@ -884,12 +842,8 @@ var EventType;
|
|
|
884
842
|
EventType["CHANNEL_ORDER_ACCEPTANCE_UPSERTED"] = "channel_order_acceptance_upserted";
|
|
885
843
|
EventType["CHANNEL_ORDER_ACCEPTANCE_DELETED"] = "channel_order_acceptance_deleted";
|
|
886
844
|
EventType["CHANNEL_ORDER_ACCEPTANCE_FAILED"] = "channel_order_acceptance_failed";
|
|
887
|
-
EventType["CHECKOUT_CONFIGURATION_UPSERTED"] = "checkout_configuration_upserted";
|
|
888
|
-
EventType["CHECKOUT_CONFIGURATION_DELETED"] = "checkout_configuration_deleted";
|
|
889
845
|
EventType["COMMERCIAL_INVOICE_INTERNAL_UPSERTED"] = "commercial_invoice_internal_upserted";
|
|
890
846
|
EventType["COMMERCIAL_INVOICE_INTERNAL_DELETED"] = "commercial_invoice_internal_deleted";
|
|
891
|
-
EventType["LOCALIZED_CONTENT_UPSERTED"] = "localized_content_upserted";
|
|
892
|
-
EventType["LOCALIZATION_UPSERTED"] = "localization_upserted";
|
|
893
847
|
EventType["INTERNAL_CHANNEL_RATE_DELETED"] = "internal_channel_rate_deleted";
|
|
894
848
|
EventType["INTERNAL_CHANNEL_RATE_UPSERTED"] = "internal_channel_rate_upserted";
|
|
895
849
|
EventType["RATE_DELETED"] = "rate_deleted";
|
|
@@ -990,8 +944,6 @@ var EventType;
|
|
|
990
944
|
EventType["ITEM_HARMONIZATION_UPSERTED"] = "item_harmonization_upserted";
|
|
991
945
|
EventType["ITEM_HARMONIZATION_DELETED"] = "item_harmonization_deleted";
|
|
992
946
|
EventType["HARMONIZATION_CLASSIFICATION_STATISTICS_PUBLISHED"] = "harmonization_classification_statistics_published";
|
|
993
|
-
EventType["ISSUER_UPSERTED"] = "issuer_upserted";
|
|
994
|
-
EventType["ISSUER_DELETED"] = "issuer_deleted";
|
|
995
947
|
EventType["ITEM_FORM_IMPORT_REQUEST"] = "item_form_import_request";
|
|
996
948
|
EventType["LABEL_REQUEST_ERROR_UPSERTED"] = "label_request_error_upserted";
|
|
997
949
|
EventType["LABEL_REQUEST_ERROR_DELETED"] = "label_request_error_deleted";
|
|
@@ -1089,10 +1041,8 @@ var EventType;
|
|
|
1089
1041
|
EventType["RESTRICTION_RULE_EFFECT_DELETED"] = "restriction_rule_effect_deleted";
|
|
1090
1042
|
EventType["TAXONOMY_CATEGORY_HS_6_REF_UPSERTED"] = "taxonomy_category_hs6_ref_upserted";
|
|
1091
1043
|
EventType["TAXONOMY_CATEGORY_HS_6_REF_DELETED"] = "taxonomy_category_hs6_ref_deleted";
|
|
1092
|
-
EventType["
|
|
1093
|
-
EventType["
|
|
1094
|
-
EventType["SHOPIFY_EXPERIENCE_SHORT_ID_UPSERTED"] = "shopify_experience_short_id_upserted";
|
|
1095
|
-
EventType["SHOPIFY_EXPERIENCE_SHORT_ID_DELETED"] = "shopify_experience_short_id_deleted";
|
|
1044
|
+
EventType["SHOPIFY_HS_10_CODES_UPSERTED"] = "shopify_hs10_codes_upserted";
|
|
1045
|
+
EventType["SHOPIFY_HS_10_CODES_DELETED"] = "shopify_hs10_codes_deleted";
|
|
1096
1046
|
EventType["SHOPIFY_MARKETS_ORDER_UPSERTED"] = "shopify_markets_order_upserted";
|
|
1097
1047
|
EventType["SHOPIFY_MARKETS_ORDER_DELETED"] = "shopify_markets_order_deleted";
|
|
1098
1048
|
EventType["SHOPIFY_MARKETS_SHOP_UPSERTED"] = "shopify_markets_shop_upserted";
|
|
@@ -1138,6 +1088,8 @@ var EventType;
|
|
|
1138
1088
|
EventType["SHOPIFY_MERCHANT_PLAN_DELETED"] = "shopify_merchant_plan_deleted";
|
|
1139
1089
|
EventType["SHOPIFY_DISPUTE_UPSERTED"] = "shopify_dispute_upserted";
|
|
1140
1090
|
EventType["SHOPIFY_DISPUTE_DELETED"] = "shopify_dispute_deleted";
|
|
1091
|
+
EventType["SHOPIFY_REPORT_FILE_UPSERTED"] = "shopify_report_file_upserted";
|
|
1092
|
+
EventType["SHOPIFY_REPORT_FILE_DELETED"] = "shopify_report_file_deleted";
|
|
1141
1093
|
EventType["STRIPE_AUTHORIZATION_DELETED"] = "stripe_authorization_deleted";
|
|
1142
1094
|
EventType["STRIPE_AUTHORIZATION_UPSERTED"] = "stripe_authorization_upserted";
|
|
1143
1095
|
EventType["STRIPE_REVERSAL_DELETED"] = "stripe_reversal_deleted";
|
|
@@ -1214,21 +1166,6 @@ var FeesSource;
|
|
|
1214
1166
|
FeesSource["SETTINGS"] = "settings";
|
|
1215
1167
|
FeesSource["AUTHORIZATION_BUNDLE"] = "authorization_bundle";
|
|
1216
1168
|
})(FeesSource = exports.FeesSource || (exports.FeesSource = {}));
|
|
1217
|
-
var FinancialReportingResponsibleParty;
|
|
1218
|
-
(function (FinancialReportingResponsibleParty) {
|
|
1219
|
-
FinancialReportingResponsibleParty["FLOW"] = "flow";
|
|
1220
|
-
FinancialReportingResponsibleParty["ORGANIZATION"] = "organization";
|
|
1221
|
-
})(FinancialReportingResponsibleParty = exports.FinancialReportingResponsibleParty || (exports.FinancialReportingResponsibleParty = {}));
|
|
1222
|
-
var FlowApp;
|
|
1223
|
-
(function (FlowApp) {
|
|
1224
|
-
FlowApp["CONSOLE"] = "console";
|
|
1225
|
-
})(FlowApp = exports.FlowApp || (exports.FlowApp = {}));
|
|
1226
|
-
var Format;
|
|
1227
|
-
(function (Format) {
|
|
1228
|
-
Format["TEXT"] = "text";
|
|
1229
|
-
Format["PHONE"] = "phone";
|
|
1230
|
-
Format["EMAIL"] = "email";
|
|
1231
|
-
})(Format = exports.Format || (exports.Format = {}));
|
|
1232
1169
|
var FraudProvider;
|
|
1233
1170
|
(function (FraudProvider) {
|
|
1234
1171
|
FraudProvider["FLOW"] = "flow";
|
|
@@ -1249,24 +1186,17 @@ var FraudReviewResponsibleParty;
|
|
|
1249
1186
|
FraudReviewResponsibleParty["FLOW"] = "flow";
|
|
1250
1187
|
FraudReviewResponsibleParty["ORGANIZATION"] = "organization";
|
|
1251
1188
|
})(FraudReviewResponsibleParty = exports.FraudReviewResponsibleParty || (exports.FraudReviewResponsibleParty = {}));
|
|
1252
|
-
var FtpIntent;
|
|
1253
|
-
(function (FtpIntent) {
|
|
1254
|
-
FtpIntent["ORDERS_FROM_FLOW"] = "orders_from_flow";
|
|
1255
|
-
FtpIntent["PRICEBOOKS_FROM_FLOW"] = "pricebooks_from_flow";
|
|
1256
|
-
FtpIntent["PRICEBOOKS_TO_FLOW"] = "pricebooks_to_flow";
|
|
1257
|
-
FtpIntent["CATALOG_TO_FLOW"] = "catalog_to_flow";
|
|
1258
|
-
FtpIntent["INVENTORY_TO_FLOW"] = "inventory_to_flow";
|
|
1259
|
-
})(FtpIntent = exports.FtpIntent || (exports.FtpIntent = {}));
|
|
1260
|
-
var FtpProtocol;
|
|
1261
|
-
(function (FtpProtocol) {
|
|
1262
|
-
FtpProtocol["SFTP"] = "sftp";
|
|
1263
|
-
FtpProtocol["FTP"] = "ftp";
|
|
1264
|
-
})(FtpProtocol = exports.FtpProtocol || (exports.FtpProtocol = {}));
|
|
1265
1189
|
var GeIngestionFileStatus;
|
|
1266
1190
|
(function (GeIngestionFileStatus) {
|
|
1267
1191
|
GeIngestionFileStatus["PENDING"] = "pending";
|
|
1268
1192
|
GeIngestionFileStatus["PROCESSED"] = "processed";
|
|
1269
1193
|
})(GeIngestionFileStatus = exports.GeIngestionFileStatus || (exports.GeIngestionFileStatus = {}));
|
|
1194
|
+
var GeRevenueShareTransactionType;
|
|
1195
|
+
(function (GeRevenueShareTransactionType) {
|
|
1196
|
+
GeRevenueShareTransactionType["ADJUSTMENT"] = "adjustment";
|
|
1197
|
+
GeRevenueShareTransactionType["REVERSAL"] = "reversal";
|
|
1198
|
+
GeRevenueShareTransactionType["REVENUE_SHARE"] = "revenue_share";
|
|
1199
|
+
})(GeRevenueShareTransactionType = exports.GeRevenueShareTransactionType || (exports.GeRevenueShareTransactionType = {}));
|
|
1270
1200
|
var GoogleAnalyticsPlugin;
|
|
1271
1201
|
(function (GoogleAnalyticsPlugin) {
|
|
1272
1202
|
GoogleAnalyticsPlugin["EC"] = "ec";
|
|
@@ -1292,6 +1222,11 @@ var HarmonizationDecisionSource;
|
|
|
1292
1222
|
HarmonizationDecisionSource["ENTERPRISE_MODEL"] = "enterprise_model";
|
|
1293
1223
|
HarmonizationDecisionSource["MERCHANT"] = "merchant";
|
|
1294
1224
|
})(HarmonizationDecisionSource = exports.HarmonizationDecisionSource || (exports.HarmonizationDecisionSource = {}));
|
|
1225
|
+
var HoseinItemType;
|
|
1226
|
+
(function (HoseinItemType) {
|
|
1227
|
+
HoseinItemType["PHYSICAL"] = "physical";
|
|
1228
|
+
HoseinItemType["DIGITAL"] = "digital";
|
|
1229
|
+
})(HoseinItemType = exports.HoseinItemType || (exports.HoseinItemType = {}));
|
|
1295
1230
|
var HttpMethod;
|
|
1296
1231
|
(function (HttpMethod) {
|
|
1297
1232
|
HttpMethod["GET"] = "get";
|
|
@@ -1337,6 +1272,12 @@ var ItemType;
|
|
|
1337
1272
|
ItemType["STANDARD"] = "standard";
|
|
1338
1273
|
ItemType["MULTI_PRODUCT"] = "multi_product";
|
|
1339
1274
|
})(ItemType = exports.ItemType || (exports.ItemType = {}));
|
|
1275
|
+
var JournalOperation;
|
|
1276
|
+
(function (JournalOperation) {
|
|
1277
|
+
JournalOperation["INSERT"] = "insert";
|
|
1278
|
+
JournalOperation["UPDATE"] = "update";
|
|
1279
|
+
JournalOperation["DELETE"] = "delete";
|
|
1280
|
+
})(JournalOperation = exports.JournalOperation || (exports.JournalOperation = {}));
|
|
1340
1281
|
var KeywordType;
|
|
1341
1282
|
(function (KeywordType) {
|
|
1342
1283
|
KeywordType["POSITIVE"] = "positive";
|
|
@@ -1692,6 +1633,12 @@ var PaymentTerm;
|
|
|
1692
1633
|
PaymentTerm["NET_15"] = "net15";
|
|
1693
1634
|
PaymentTerm["NET_30"] = "net30";
|
|
1694
1635
|
})(PaymentTerm = exports.PaymentTerm || (exports.PaymentTerm = {}));
|
|
1636
|
+
var PendingRecordType;
|
|
1637
|
+
(function (PendingRecordType) {
|
|
1638
|
+
PendingRecordType["VERIFICATION"] = "verification";
|
|
1639
|
+
PendingRecordType["CLASSIFICATION"] = "classification";
|
|
1640
|
+
PendingRecordType["RESTRICTION"] = "restriction";
|
|
1641
|
+
})(PendingRecordType = exports.PendingRecordType || (exports.PendingRecordType = {}));
|
|
1695
1642
|
var PrateekItemType;
|
|
1696
1643
|
(function (PrateekItemType) {
|
|
1697
1644
|
PrateekItemType["PHYSICAL"] = "physical";
|
|
@@ -1738,29 +1685,8 @@ var ProductStatus;
|
|
|
1738
1685
|
ProductStatus["ACTIVE"] = "active";
|
|
1739
1686
|
ProductStatus["ARCHIVED"] = "archived";
|
|
1740
1687
|
ProductStatus["DRAFT"] = "draft";
|
|
1688
|
+
ProductStatus["UNLISTED"] = "unlisted";
|
|
1741
1689
|
})(ProductStatus = exports.ProductStatus || (exports.ProductStatus = {}));
|
|
1742
|
-
var PromptAction;
|
|
1743
|
-
(function (PromptAction) {
|
|
1744
|
-
PromptAction["PROMPT_DISPLAYED"] = "prompt_displayed";
|
|
1745
|
-
PromptAction["CONSENT_GRANTED"] = "consent_granted";
|
|
1746
|
-
PromptAction["CONSENT_DENIED"] = "consent_denied";
|
|
1747
|
-
})(PromptAction = exports.PromptAction || (exports.PromptAction = {}));
|
|
1748
|
-
var PromptCheckoutDisplayPosition;
|
|
1749
|
-
(function (PromptCheckoutDisplayPosition) {
|
|
1750
|
-
PromptCheckoutDisplayPosition["EMAIL"] = "email";
|
|
1751
|
-
PromptCheckoutDisplayPosition["SUBMISSION"] = "submission";
|
|
1752
|
-
})(PromptCheckoutDisplayPosition = exports.PromptCheckoutDisplayPosition || (exports.PromptCheckoutDisplayPosition = {}));
|
|
1753
|
-
var PromptOptions;
|
|
1754
|
-
(function (PromptOptions) {
|
|
1755
|
-
PromptOptions["NOTICE_ONLY"] = "notice_only";
|
|
1756
|
-
PromptOptions["REQUIRE_CONSENT"] = "require_consent";
|
|
1757
|
-
PromptOptions["CONSENT_BY_DEFAULT"] = "consent_by_default";
|
|
1758
|
-
})(PromptOptions = exports.PromptOptions || (exports.PromptOptions = {}));
|
|
1759
|
-
var PromptTarget;
|
|
1760
|
-
(function (PromptTarget) {
|
|
1761
|
-
PromptTarget["BROWSE"] = "browse";
|
|
1762
|
-
PromptTarget["CHECKOUT"] = "checkout";
|
|
1763
|
-
})(PromptTarget = exports.PromptTarget || (exports.PromptTarget = {}));
|
|
1764
1690
|
var RateLevelKey;
|
|
1765
1691
|
(function (RateLevelKey) {
|
|
1766
1692
|
RateLevelKey["SHOPIFY_SMALL_USA"] = "shopify_small_usa";
|
|
@@ -1773,11 +1699,6 @@ var RateSource;
|
|
|
1773
1699
|
RateSource["CALCULATED"] = "calculated";
|
|
1774
1700
|
RateSource["MARKET"] = "market";
|
|
1775
1701
|
})(RateSource = exports.RateSource || (exports.RateSource = {}));
|
|
1776
|
-
var ReboundConfigurationStatus;
|
|
1777
|
-
(function (ReboundConfigurationStatus) {
|
|
1778
|
-
ReboundConfigurationStatus["ACTIVE"] = "active";
|
|
1779
|
-
ReboundConfigurationStatus["INACTIVE"] = "inactive";
|
|
1780
|
-
})(ReboundConfigurationStatus = exports.ReboundConfigurationStatus || (exports.ReboundConfigurationStatus = {}));
|
|
1781
1702
|
var RedirectReason;
|
|
1782
1703
|
(function (RedirectReason) {
|
|
1783
1704
|
RedirectReason["THREE_D_SECURE"] = "three_d_secure";
|
|
@@ -1835,6 +1756,7 @@ var ReportType;
|
|
|
1835
1756
|
ReportType["RECONCILE_NOT_RECORDED"] = "reconcile_not_recorded";
|
|
1836
1757
|
ReportType["PRODUCTS_RECORD"] = "products_record";
|
|
1837
1758
|
ReportType["DISPUTES"] = "disputes";
|
|
1759
|
+
ReportType["SALES_PAYMENTS_RECORD"] = "sales_payments_record";
|
|
1838
1760
|
})(ReportType = exports.ReportType || (exports.ReportType = {}));
|
|
1839
1761
|
var ReportingFulfillmentIsVirtual;
|
|
1840
1762
|
(function (ReportingFulfillmentIsVirtual) {
|
|
@@ -1878,6 +1800,11 @@ var RestrictionOrganizationSource;
|
|
|
1878
1800
|
RestrictionOrganizationSource["SHOPIFY"] = "shopify";
|
|
1879
1801
|
RestrictionOrganizationSource["ENTERPRISE"] = "enterprise";
|
|
1880
1802
|
})(RestrictionOrganizationSource = exports.RestrictionOrganizationSource || (exports.RestrictionOrganizationSource = {}));
|
|
1803
|
+
var RestrictionRuleCommunityExemption;
|
|
1804
|
+
(function (RestrictionRuleCommunityExemption) {
|
|
1805
|
+
RestrictionRuleCommunityExemption["DOMESTIC_EXEMPTION"] = "domestic_exemption";
|
|
1806
|
+
RestrictionRuleCommunityExemption["INTRA_EU_EXEMPTION"] = "intra_eu_exemption";
|
|
1807
|
+
})(RestrictionRuleCommunityExemption = exports.RestrictionRuleCommunityExemption || (exports.RestrictionRuleCommunityExemption = {}));
|
|
1881
1808
|
var RestrictionRuleExceptionAction;
|
|
1882
1809
|
(function (RestrictionRuleExceptionAction) {
|
|
1883
1810
|
RestrictionRuleExceptionAction["ALLOW"] = "allow";
|
|
@@ -1919,15 +1846,11 @@ var RohanItemType;
|
|
|
1919
1846
|
RohanItemType["PHYSICAL"] = "physical";
|
|
1920
1847
|
RohanItemType["DIGITAL"] = "digital";
|
|
1921
1848
|
})(RohanItemType = exports.RohanItemType || (exports.RohanItemType = {}));
|
|
1922
|
-
var
|
|
1923
|
-
(function (
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
(function (ShopifyGrantStatus) {
|
|
1928
|
-
ShopifyGrantStatus["PASS"] = "pass";
|
|
1929
|
-
ShopifyGrantStatus["FAIL"] = "fail";
|
|
1930
|
-
})(ShopifyGrantStatus = exports.ShopifyGrantStatus || (exports.ShopifyGrantStatus = {}));
|
|
1849
|
+
var SarveshItemType;
|
|
1850
|
+
(function (SarveshItemType) {
|
|
1851
|
+
SarveshItemType["PHYSICAL"] = "physical";
|
|
1852
|
+
SarveshItemType["DIGITAL"] = "digital";
|
|
1853
|
+
})(SarveshItemType = exports.SarveshItemType || (exports.SarveshItemType = {}));
|
|
1931
1854
|
var ShopifyIncotermConfiguration;
|
|
1932
1855
|
(function (ShopifyIncotermConfiguration) {
|
|
1933
1856
|
ShopifyIncotermConfiguration["DDP"] = "DDP";
|
|
@@ -2010,27 +1933,6 @@ var ShopifyPlanType;
|
|
|
2010
1933
|
ShopifyPlanType["STANDARD"] = "standard";
|
|
2011
1934
|
ShopifyPlanType["SHOPIFY_PLUS"] = "shopify_plus";
|
|
2012
1935
|
})(ShopifyPlanType = exports.ShopifyPlanType || (exports.ShopifyPlanType = {}));
|
|
2013
|
-
var ShopifyPromotionBehavior;
|
|
2014
|
-
(function (ShopifyPromotionBehavior) {
|
|
2015
|
-
ShopifyPromotionBehavior["DISABLE_DISCOUNT_CODES"] = "disable_discount_codes";
|
|
2016
|
-
})(ShopifyPromotionBehavior = exports.ShopifyPromotionBehavior || (exports.ShopifyPromotionBehavior = {}));
|
|
2017
|
-
var ShopifyPromotionOfferAllocationMethod;
|
|
2018
|
-
(function (ShopifyPromotionOfferAllocationMethod) {
|
|
2019
|
-
ShopifyPromotionOfferAllocationMethod["EACH"] = "each";
|
|
2020
|
-
ShopifyPromotionOfferAllocationMethod["ACROSS"] = "across";
|
|
2021
|
-
})(ShopifyPromotionOfferAllocationMethod = exports.ShopifyPromotionOfferAllocationMethod || (exports.ShopifyPromotionOfferAllocationMethod = {}));
|
|
2022
|
-
var ShopifyPromotionOrderEntitlementComponent;
|
|
2023
|
-
(function (ShopifyPromotionOrderEntitlementComponent) {
|
|
2024
|
-
ShopifyPromotionOrderEntitlementComponent["SUBTOTAL"] = "subtotal";
|
|
2025
|
-
ShopifyPromotionOrderEntitlementComponent["SHIPPING"] = "shipping";
|
|
2026
|
-
ShopifyPromotionOrderEntitlementComponent["VAT"] = "vat";
|
|
2027
|
-
ShopifyPromotionOrderEntitlementComponent["DUTY"] = "duty";
|
|
2028
|
-
})(ShopifyPromotionOrderEntitlementComponent = exports.ShopifyPromotionOrderEntitlementComponent || (exports.ShopifyPromotionOrderEntitlementComponent = {}));
|
|
2029
|
-
var ShopifyPromotionStatus;
|
|
2030
|
-
(function (ShopifyPromotionStatus) {
|
|
2031
|
-
ShopifyPromotionStatus["ACTIVE"] = "active";
|
|
2032
|
-
ShopifyPromotionStatus["INACTIVE"] = "inactive";
|
|
2033
|
-
})(ShopifyPromotionStatus = exports.ShopifyPromotionStatus || (exports.ShopifyPromotionStatus = {}));
|
|
2034
1936
|
var ShopifyService;
|
|
2035
1937
|
(function (ShopifyService) {
|
|
2036
1938
|
ShopifyService["PAYMENT"] = "payment";
|
|
@@ -2057,15 +1959,6 @@ var SourceTypeFilter;
|
|
|
2057
1959
|
SourceTypeFilter["ORGANIZATION"] = "organization";
|
|
2058
1960
|
SourceTypeFilter["CHANNEL"] = "channel";
|
|
2059
1961
|
})(SourceTypeFilter = exports.SourceTypeFilter || (exports.SourceTypeFilter = {}));
|
|
2060
|
-
var StatementStatus;
|
|
2061
|
-
(function (StatementStatus) {
|
|
2062
|
-
StatementStatus["CREATED"] = "created";
|
|
2063
|
-
StatementStatus["NO_TRANSACTIONS"] = "no_transactions";
|
|
2064
|
-
StatementStatus["TRANSACTIONS_ASSIGNED"] = "transactions_assigned";
|
|
2065
|
-
StatementStatus["STATEMENT_GENERATED"] = "statement_generated";
|
|
2066
|
-
StatementStatus["STATEMENT_REGENERATED"] = "statement_regenerated";
|
|
2067
|
-
StatementStatus["FAILED"] = "failed";
|
|
2068
|
-
})(StatementStatus = exports.StatementStatus || (exports.StatementStatus = {}));
|
|
2069
1962
|
var StatementTransferTransactionLocation;
|
|
2070
1963
|
(function (StatementTransferTransactionLocation) {
|
|
2071
1964
|
StatementTransferTransactionLocation["TRANSACTIONS_FILE"] = "transactions_file";
|
|
@@ -2129,6 +2022,14 @@ var TaxTransactionType;
|
|
|
2129
2022
|
TaxTransactionType["TAX"] = "tax";
|
|
2130
2023
|
TaxTransactionType["REFUND"] = "refund";
|
|
2131
2024
|
})(TaxTransactionType = exports.TaxTransactionType || (exports.TaxTransactionType = {}));
|
|
2025
|
+
var TaxonomyCategoryClassificationAlignment;
|
|
2026
|
+
(function (TaxonomyCategoryClassificationAlignment) {
|
|
2027
|
+
TaxonomyCategoryClassificationAlignment["ALIGNED"] = "aligned";
|
|
2028
|
+
TaxonomyCategoryClassificationAlignment["NOT_ALIGNED"] = "not_aligned";
|
|
2029
|
+
TaxonomyCategoryClassificationAlignment["PRODUCT_MISSING_CATEGORY"] = "product_missing_category";
|
|
2030
|
+
TaxonomyCategoryClassificationAlignment["CONFIG_MISSING_CATEGORY"] = "config_missing_category";
|
|
2031
|
+
TaxonomyCategoryClassificationAlignment["PRODUCT_NOT_FOUND"] = "product_not_found";
|
|
2032
|
+
})(TaxonomyCategoryClassificationAlignment = exports.TaxonomyCategoryClassificationAlignment || (exports.TaxonomyCategoryClassificationAlignment = {}));
|
|
2132
2033
|
var TrackingIntegrationType;
|
|
2133
2034
|
(function (TrackingIntegrationType) {
|
|
2134
2035
|
TrackingIntegrationType["API"] = "api";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flowio/api-internal-constants",
|
|
3
|
-
"version": "4.18.
|
|
3
|
+
"version": "4.18.99",
|
|
4
4
|
"description": "Definitions for enumerations found in internal Flow API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"flow",
|
|
@@ -24,5 +24,5 @@
|
|
|
24
24
|
"generate": "apibuilder update",
|
|
25
25
|
"postgenerate": "npm run format"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "dc15917b90729596ccdb10b88461680f7f910f89"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -14,11 +14,6 @@ export enum AccountType {
|
|
|
14
14
|
ORGANIZATION = 'organization',
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
-
export enum AddressConfigurationSettingProvinceCode {
|
|
18
|
-
ISO_3166_2 = 'iso_3166_2',
|
|
19
|
-
NAME = 'name',
|
|
20
|
-
}
|
|
21
|
-
|
|
22
17
|
export enum AdjustmentTransactionType {
|
|
23
18
|
ADJUSTMENT = 'adjustment',
|
|
24
19
|
REVERSAL = 'reversal',
|
|
@@ -272,10 +267,13 @@ export enum BillingMetricKey {
|
|
|
272
267
|
FOURTH_PLUS_ATTEMPT_SUCCESS_RATIO = 'fourth_plus_attempt_success_ratio',
|
|
273
268
|
GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_COUNT = 'ge_revenue_share_standard_transactions_count',
|
|
274
269
|
GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_TOTAL = 'ge_revenue_share_standard_transactions_total',
|
|
270
|
+
GE_REVENUE_SHARE_STANDARD_TRANSACTIONS_PERCENTAGE = 'ge_revenue_share_standard_transactions_percentage',
|
|
275
271
|
GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_COUNT = 'ge_revenue_share_shopify_plus_transactions_count',
|
|
276
272
|
GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_TOTAL = 'ge_revenue_share_shopify_plus_transactions_total',
|
|
273
|
+
GE_REVENUE_SHARE_SHOPIFY_PLUS_TRANSACTIONS_PERCENTAGE = 'ge_revenue_share_shopify_plus_transactions_percentage',
|
|
277
274
|
NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_COUNT = 'non_l4l_tax_duty_fx_transactions_count',
|
|
278
275
|
NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_TOTAL = 'non_l4l_tax_duty_fx_transactions_total',
|
|
276
|
+
NON_L_4_L_TAX_DUTY_FX_TRANSACTIONS_PERCENTAGE = 'non_l4l_tax_duty_fx_transactions_percentage',
|
|
279
277
|
SP_ADJUSTMENT_TRANSACTIONS_COUNT = 'sp_adjustment_transactions_count',
|
|
280
278
|
SP_ADJUSTMENT_TRANSACTIONS_TOTAL = 'sp_adjustment_transactions_total',
|
|
281
279
|
SP_BILLABLE_LABEL_TRANSACTIONS_COUNT = 'sp_billable_label_transactions_count',
|
|
@@ -358,6 +356,8 @@ export enum BillingTransactionType {
|
|
|
358
356
|
TAX_REFUND = 'tax_refund',
|
|
359
357
|
DUTY_REFUND = 'duty_refund',
|
|
360
358
|
GE_REVENUE_SHARE = 'ge_revenue_share',
|
|
359
|
+
MERCHANT_PAYOUT = 'merchant_payout',
|
|
360
|
+
MERCHANT_REFUND = 'merchant_refund',
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
export enum CalculatorEngine {
|
|
@@ -517,30 +517,11 @@ export enum CheckoutAssetType {
|
|
|
517
517
|
JAVASCRIPT = 'javascript',
|
|
518
518
|
}
|
|
519
519
|
|
|
520
|
-
export enum CheckoutErrorCode {
|
|
521
|
-
GENERIC_ERROR = 'generic_error',
|
|
522
|
-
ORDER_IDENTIFIER_INVALID = 'order_identifier_invalid',
|
|
523
|
-
URL_INVALID = 'url_invalid',
|
|
524
|
-
ORGANIZATION_INVALID = 'organization_invalid',
|
|
525
|
-
SESSION_INVALID = 'session_invalid',
|
|
526
|
-
SESSION_MISSING = 'session_missing',
|
|
527
|
-
SESSION_ORGANIZATION_INVALID = 'session_organization_invalid',
|
|
528
|
-
COUNTRY_INVALID = 'country_invalid',
|
|
529
|
-
CURRENCY_INVALID = 'currency_invalid',
|
|
530
|
-
LANGUAGE_INVALID = 'language_invalid',
|
|
531
|
-
CHECKOUT_INVALID = 'checkout_invalid',
|
|
532
|
-
}
|
|
533
|
-
|
|
534
520
|
export enum CheckoutPromptBehavior {
|
|
535
521
|
ALWAYS = 'always',
|
|
536
522
|
INCOMPLETE = 'incomplete',
|
|
537
523
|
}
|
|
538
524
|
|
|
539
|
-
export enum CheckoutRedirectMethod {
|
|
540
|
-
GET = 'get',
|
|
541
|
-
POST = 'post',
|
|
542
|
-
}
|
|
543
|
-
|
|
544
525
|
export enum CheckoutShippingMethodPromptBehavior {
|
|
545
526
|
ALWAYS = 'always',
|
|
546
527
|
MULTIPLE = 'multiple',
|
|
@@ -612,29 +593,6 @@ export enum ConnectReportTransferTransferType {
|
|
|
612
593
|
MANAGED_MARKETS_DUTIES_AND_TAXES_ADJUSTMENT_CREDIT = 'ManagedMarketsDutiesAndTaxesAdjustmentCredit',
|
|
613
594
|
}
|
|
614
595
|
|
|
615
|
-
export enum ContentElementType {
|
|
616
|
-
MARKDOWN = 'markdown',
|
|
617
|
-
HTML = 'html',
|
|
618
|
-
PLAIN_TEXT = 'plain_text',
|
|
619
|
-
HREF = 'href',
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
export enum ContentStatus {
|
|
623
|
-
DRAFT = 'draft',
|
|
624
|
-
LIVE = 'live',
|
|
625
|
-
ARCHIVED = 'archived',
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
export enum ContentType {
|
|
629
|
-
TEXT = 'text',
|
|
630
|
-
HTML = 'html',
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
export enum ContentTypeCast {
|
|
634
|
-
MARKDOWN_TO_HTML = 'markdown_to_html',
|
|
635
|
-
MARKDOWN_TO_TEXT = 'markdown_to_text',
|
|
636
|
-
}
|
|
637
|
-
|
|
638
596
|
export enum CrossdockTrackingStatus {
|
|
639
597
|
NOTIFIED = 'notified',
|
|
640
598
|
RECEIVED = 'received',
|
|
@@ -876,12 +834,8 @@ export enum EventType {
|
|
|
876
834
|
CHANNEL_ORDER_ACCEPTANCE_UPSERTED = 'channel_order_acceptance_upserted',
|
|
877
835
|
CHANNEL_ORDER_ACCEPTANCE_DELETED = 'channel_order_acceptance_deleted',
|
|
878
836
|
CHANNEL_ORDER_ACCEPTANCE_FAILED = 'channel_order_acceptance_failed',
|
|
879
|
-
CHECKOUT_CONFIGURATION_UPSERTED = 'checkout_configuration_upserted',
|
|
880
|
-
CHECKOUT_CONFIGURATION_DELETED = 'checkout_configuration_deleted',
|
|
881
837
|
COMMERCIAL_INVOICE_INTERNAL_UPSERTED = 'commercial_invoice_internal_upserted',
|
|
882
838
|
COMMERCIAL_INVOICE_INTERNAL_DELETED = 'commercial_invoice_internal_deleted',
|
|
883
|
-
LOCALIZED_CONTENT_UPSERTED = 'localized_content_upserted',
|
|
884
|
-
LOCALIZATION_UPSERTED = 'localization_upserted',
|
|
885
839
|
INTERNAL_CHANNEL_RATE_DELETED = 'internal_channel_rate_deleted',
|
|
886
840
|
INTERNAL_CHANNEL_RATE_UPSERTED = 'internal_channel_rate_upserted',
|
|
887
841
|
RATE_DELETED = 'rate_deleted',
|
|
@@ -982,8 +936,6 @@ export enum EventType {
|
|
|
982
936
|
ITEM_HARMONIZATION_UPSERTED = 'item_harmonization_upserted',
|
|
983
937
|
ITEM_HARMONIZATION_DELETED = 'item_harmonization_deleted',
|
|
984
938
|
HARMONIZATION_CLASSIFICATION_STATISTICS_PUBLISHED = 'harmonization_classification_statistics_published',
|
|
985
|
-
ISSUER_UPSERTED = 'issuer_upserted',
|
|
986
|
-
ISSUER_DELETED = 'issuer_deleted',
|
|
987
939
|
ITEM_FORM_IMPORT_REQUEST = 'item_form_import_request',
|
|
988
940
|
LABEL_REQUEST_ERROR_UPSERTED = 'label_request_error_upserted',
|
|
989
941
|
LABEL_REQUEST_ERROR_DELETED = 'label_request_error_deleted',
|
|
@@ -1081,10 +1033,8 @@ export enum EventType {
|
|
|
1081
1033
|
RESTRICTION_RULE_EFFECT_DELETED = 'restriction_rule_effect_deleted',
|
|
1082
1034
|
TAXONOMY_CATEGORY_HS_6_REF_UPSERTED = 'taxonomy_category_hs6_ref_upserted',
|
|
1083
1035
|
TAXONOMY_CATEGORY_HS_6_REF_DELETED = 'taxonomy_category_hs6_ref_deleted',
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
SHOPIFY_EXPERIENCE_SHORT_ID_UPSERTED = 'shopify_experience_short_id_upserted',
|
|
1087
|
-
SHOPIFY_EXPERIENCE_SHORT_ID_DELETED = 'shopify_experience_short_id_deleted',
|
|
1036
|
+
SHOPIFY_HS_10_CODES_UPSERTED = 'shopify_hs10_codes_upserted',
|
|
1037
|
+
SHOPIFY_HS_10_CODES_DELETED = 'shopify_hs10_codes_deleted',
|
|
1088
1038
|
SHOPIFY_MARKETS_ORDER_UPSERTED = 'shopify_markets_order_upserted',
|
|
1089
1039
|
SHOPIFY_MARKETS_ORDER_DELETED = 'shopify_markets_order_deleted',
|
|
1090
1040
|
SHOPIFY_MARKETS_SHOP_UPSERTED = 'shopify_markets_shop_upserted',
|
|
@@ -1130,6 +1080,8 @@ export enum EventType {
|
|
|
1130
1080
|
SHOPIFY_MERCHANT_PLAN_DELETED = 'shopify_merchant_plan_deleted',
|
|
1131
1081
|
SHOPIFY_DISPUTE_UPSERTED = 'shopify_dispute_upserted',
|
|
1132
1082
|
SHOPIFY_DISPUTE_DELETED = 'shopify_dispute_deleted',
|
|
1083
|
+
SHOPIFY_REPORT_FILE_UPSERTED = 'shopify_report_file_upserted',
|
|
1084
|
+
SHOPIFY_REPORT_FILE_DELETED = 'shopify_report_file_deleted',
|
|
1133
1085
|
STRIPE_AUTHORIZATION_DELETED = 'stripe_authorization_deleted',
|
|
1134
1086
|
STRIPE_AUTHORIZATION_UPSERTED = 'stripe_authorization_upserted',
|
|
1135
1087
|
STRIPE_REVERSAL_DELETED = 'stripe_reversal_deleted',
|
|
@@ -1207,21 +1159,6 @@ export enum FeesSource {
|
|
|
1207
1159
|
AUTHORIZATION_BUNDLE = 'authorization_bundle',
|
|
1208
1160
|
}
|
|
1209
1161
|
|
|
1210
|
-
export enum FinancialReportingResponsibleParty {
|
|
1211
|
-
FLOW = 'flow',
|
|
1212
|
-
ORGANIZATION = 'organization',
|
|
1213
|
-
}
|
|
1214
|
-
|
|
1215
|
-
export enum FlowApp {
|
|
1216
|
-
CONSOLE = 'console',
|
|
1217
|
-
}
|
|
1218
|
-
|
|
1219
|
-
export enum Format {
|
|
1220
|
-
TEXT = 'text',
|
|
1221
|
-
PHONE = 'phone',
|
|
1222
|
-
EMAIL = 'email',
|
|
1223
|
-
}
|
|
1224
|
-
|
|
1225
1162
|
export enum FraudProvider {
|
|
1226
1163
|
FLOW = 'flow',
|
|
1227
1164
|
FORTER = 'forter',
|
|
@@ -1242,24 +1179,17 @@ export enum FraudReviewResponsibleParty {
|
|
|
1242
1179
|
ORGANIZATION = 'organization',
|
|
1243
1180
|
}
|
|
1244
1181
|
|
|
1245
|
-
export enum FtpIntent {
|
|
1246
|
-
ORDERS_FROM_FLOW = 'orders_from_flow',
|
|
1247
|
-
PRICEBOOKS_FROM_FLOW = 'pricebooks_from_flow',
|
|
1248
|
-
PRICEBOOKS_TO_FLOW = 'pricebooks_to_flow',
|
|
1249
|
-
CATALOG_TO_FLOW = 'catalog_to_flow',
|
|
1250
|
-
INVENTORY_TO_FLOW = 'inventory_to_flow',
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
export enum FtpProtocol {
|
|
1254
|
-
SFTP = 'sftp',
|
|
1255
|
-
FTP = 'ftp',
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
1182
|
export enum GeIngestionFileStatus {
|
|
1259
1183
|
PENDING = 'pending',
|
|
1260
1184
|
PROCESSED = 'processed',
|
|
1261
1185
|
}
|
|
1262
1186
|
|
|
1187
|
+
export enum GeRevenueShareTransactionType {
|
|
1188
|
+
ADJUSTMENT = 'adjustment',
|
|
1189
|
+
REVERSAL = 'reversal',
|
|
1190
|
+
REVENUE_SHARE = 'revenue_share',
|
|
1191
|
+
}
|
|
1192
|
+
|
|
1263
1193
|
export enum GoogleAnalyticsPlugin {
|
|
1264
1194
|
EC = 'ec',
|
|
1265
1195
|
}
|
|
@@ -1285,6 +1215,11 @@ export enum HarmonizationDecisionSource {
|
|
|
1285
1215
|
MERCHANT = 'merchant',
|
|
1286
1216
|
}
|
|
1287
1217
|
|
|
1218
|
+
export enum HoseinItemType {
|
|
1219
|
+
PHYSICAL = 'physical',
|
|
1220
|
+
DIGITAL = 'digital',
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1288
1223
|
export enum HttpMethod {
|
|
1289
1224
|
GET = 'get',
|
|
1290
1225
|
POST = 'post',
|
|
@@ -1330,6 +1265,12 @@ export enum ItemType {
|
|
|
1330
1265
|
MULTI_PRODUCT = 'multi_product',
|
|
1331
1266
|
}
|
|
1332
1267
|
|
|
1268
|
+
export enum JournalOperation {
|
|
1269
|
+
INSERT = 'insert',
|
|
1270
|
+
UPDATE = 'update',
|
|
1271
|
+
DELETE = 'delete',
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1333
1274
|
export enum KeywordType {
|
|
1334
1275
|
POSITIVE = 'positive',
|
|
1335
1276
|
NEGATIVE = 'negative',
|
|
@@ -1685,6 +1626,12 @@ export enum PaymentTerm {
|
|
|
1685
1626
|
NET_30 = 'net30',
|
|
1686
1627
|
}
|
|
1687
1628
|
|
|
1629
|
+
export enum PendingRecordType {
|
|
1630
|
+
VERIFICATION = 'verification',
|
|
1631
|
+
CLASSIFICATION = 'classification',
|
|
1632
|
+
RESTRICTION = 'restriction',
|
|
1633
|
+
}
|
|
1634
|
+
|
|
1688
1635
|
export enum PrateekItemType {
|
|
1689
1636
|
PHYSICAL = 'physical',
|
|
1690
1637
|
DIGITAL = 'digital',
|
|
@@ -1730,28 +1677,7 @@ export enum ProductStatus {
|
|
|
1730
1677
|
ACTIVE = 'active',
|
|
1731
1678
|
ARCHIVED = 'archived',
|
|
1732
1679
|
DRAFT = 'draft',
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
export enum PromptAction {
|
|
1736
|
-
PROMPT_DISPLAYED = 'prompt_displayed',
|
|
1737
|
-
CONSENT_GRANTED = 'consent_granted',
|
|
1738
|
-
CONSENT_DENIED = 'consent_denied',
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
|
-
export enum PromptCheckoutDisplayPosition {
|
|
1742
|
-
EMAIL = 'email',
|
|
1743
|
-
SUBMISSION = 'submission',
|
|
1744
|
-
}
|
|
1745
|
-
|
|
1746
|
-
export enum PromptOptions {
|
|
1747
|
-
NOTICE_ONLY = 'notice_only',
|
|
1748
|
-
REQUIRE_CONSENT = 'require_consent',
|
|
1749
|
-
CONSENT_BY_DEFAULT = 'consent_by_default',
|
|
1750
|
-
}
|
|
1751
|
-
|
|
1752
|
-
export enum PromptTarget {
|
|
1753
|
-
BROWSE = 'browse',
|
|
1754
|
-
CHECKOUT = 'checkout',
|
|
1680
|
+
UNLISTED = 'unlisted',
|
|
1755
1681
|
}
|
|
1756
1682
|
|
|
1757
1683
|
export enum RateLevelKey {
|
|
@@ -1766,11 +1692,6 @@ export enum RateSource {
|
|
|
1766
1692
|
MARKET = 'market',
|
|
1767
1693
|
}
|
|
1768
1694
|
|
|
1769
|
-
export enum ReboundConfigurationStatus {
|
|
1770
|
-
ACTIVE = 'active',
|
|
1771
|
-
INACTIVE = 'inactive',
|
|
1772
|
-
}
|
|
1773
|
-
|
|
1774
1695
|
export enum RedirectReason {
|
|
1775
1696
|
THREE_D_SECURE = 'three_d_secure',
|
|
1776
1697
|
}
|
|
@@ -1827,6 +1748,7 @@ export enum ReportType {
|
|
|
1827
1748
|
RECONCILE_NOT_RECORDED = 'reconcile_not_recorded',
|
|
1828
1749
|
PRODUCTS_RECORD = 'products_record',
|
|
1829
1750
|
DISPUTES = 'disputes',
|
|
1751
|
+
SALES_PAYMENTS_RECORD = 'sales_payments_record',
|
|
1830
1752
|
}
|
|
1831
1753
|
|
|
1832
1754
|
export enum ReportingFulfillmentIsVirtual {
|
|
@@ -1871,6 +1793,11 @@ export enum RestrictionOrganizationSource {
|
|
|
1871
1793
|
ENTERPRISE = 'enterprise',
|
|
1872
1794
|
}
|
|
1873
1795
|
|
|
1796
|
+
export enum RestrictionRuleCommunityExemption {
|
|
1797
|
+
DOMESTIC_EXEMPTION = 'domestic_exemption',
|
|
1798
|
+
INTRA_EU_EXEMPTION = 'intra_eu_exemption',
|
|
1799
|
+
}
|
|
1800
|
+
|
|
1874
1801
|
export enum RestrictionRuleExceptionAction {
|
|
1875
1802
|
ALLOW = 'allow',
|
|
1876
1803
|
DENY = 'deny',
|
|
@@ -1912,13 +1839,9 @@ export enum RohanItemType {
|
|
|
1912
1839
|
DIGITAL = 'digital',
|
|
1913
1840
|
}
|
|
1914
1841
|
|
|
1915
|
-
export enum
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
export enum ShopifyGrantStatus {
|
|
1920
|
-
PASS = 'pass',
|
|
1921
|
-
FAIL = 'fail',
|
|
1842
|
+
export enum SarveshItemType {
|
|
1843
|
+
PHYSICAL = 'physical',
|
|
1844
|
+
DIGITAL = 'digital',
|
|
1922
1845
|
}
|
|
1923
1846
|
|
|
1924
1847
|
export enum ShopifyIncotermConfiguration {
|
|
@@ -2003,27 +1926,6 @@ export enum ShopifyPlanType {
|
|
|
2003
1926
|
SHOPIFY_PLUS = 'shopify_plus',
|
|
2004
1927
|
}
|
|
2005
1928
|
|
|
2006
|
-
export enum ShopifyPromotionBehavior {
|
|
2007
|
-
DISABLE_DISCOUNT_CODES = 'disable_discount_codes',
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
export enum ShopifyPromotionOfferAllocationMethod {
|
|
2011
|
-
EACH = 'each',
|
|
2012
|
-
ACROSS = 'across',
|
|
2013
|
-
}
|
|
2014
|
-
|
|
2015
|
-
export enum ShopifyPromotionOrderEntitlementComponent {
|
|
2016
|
-
SUBTOTAL = 'subtotal',
|
|
2017
|
-
SHIPPING = 'shipping',
|
|
2018
|
-
VAT = 'vat',
|
|
2019
|
-
DUTY = 'duty',
|
|
2020
|
-
}
|
|
2021
|
-
|
|
2022
|
-
export enum ShopifyPromotionStatus {
|
|
2023
|
-
ACTIVE = 'active',
|
|
2024
|
-
INACTIVE = 'inactive',
|
|
2025
|
-
}
|
|
2026
|
-
|
|
2027
1929
|
export enum ShopifyService {
|
|
2028
1930
|
PAYMENT = 'payment',
|
|
2029
1931
|
DUTY_TAX_CALCULATOR = 'duty_tax_calculator',
|
|
@@ -2050,15 +1952,6 @@ export enum SourceTypeFilter {
|
|
|
2050
1952
|
CHANNEL = 'channel',
|
|
2051
1953
|
}
|
|
2052
1954
|
|
|
2053
|
-
export enum StatementStatus {
|
|
2054
|
-
CREATED = 'created',
|
|
2055
|
-
NO_TRANSACTIONS = 'no_transactions',
|
|
2056
|
-
TRANSACTIONS_ASSIGNED = 'transactions_assigned',
|
|
2057
|
-
STATEMENT_GENERATED = 'statement_generated',
|
|
2058
|
-
STATEMENT_REGENERATED = 'statement_regenerated',
|
|
2059
|
-
FAILED = 'failed',
|
|
2060
|
-
}
|
|
2061
|
-
|
|
2062
1955
|
export enum StatementTransferTransactionLocation {
|
|
2063
1956
|
TRANSACTIONS_FILE = 'transactions_file',
|
|
2064
1957
|
SUMMARY = 'summary',
|
|
@@ -2122,6 +2015,14 @@ export enum TaxTransactionType {
|
|
|
2122
2015
|
REFUND = 'refund',
|
|
2123
2016
|
}
|
|
2124
2017
|
|
|
2018
|
+
export enum TaxonomyCategoryClassificationAlignment {
|
|
2019
|
+
ALIGNED = 'aligned',
|
|
2020
|
+
NOT_ALIGNED = 'not_aligned',
|
|
2021
|
+
PRODUCT_MISSING_CATEGORY = 'product_missing_category',
|
|
2022
|
+
CONFIG_MISSING_CATEGORY = 'config_missing_category',
|
|
2023
|
+
PRODUCT_NOT_FOUND = 'product_not_found',
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2125
2026
|
export enum TrackingIntegrationType {
|
|
2126
2027
|
API = 'api',
|
|
2127
2028
|
BULK = 'bulk',
|