@flowio/api-internal-constants 4.18.103 → 4.18.105

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.
@@ -450,7 +450,8 @@ export declare enum ChannelOrderFulfillmentStatusCode {
450
450
  export declare enum ChannelService {
451
451
  PAYMENT = "payment",
452
452
  DUTY_TAX_CALCULATOR = "duty_tax_calculator",
453
- SELLABILITY = "sellability"
453
+ SELLABILITY = "sellability",
454
+ ALL = "all"
454
455
  }
455
456
  export declare enum ChannelTransactionTriggerType {
456
457
  CAPTURE = "capture",
@@ -489,7 +490,9 @@ export declare enum ChargeInputType {
489
490
  ELECTRONIC_EXPORT_INFORMATION_SURCHARGE = "electronic_export_information_surcharge",
490
491
  ADDITIONAL_HANDLING = "additional_handling",
491
492
  LARGE_PACKAGE_SURCHARGE = "large_package_surcharge",
492
- PEAK_SURCHARGE = "peak_surcharge"
493
+ PEAK_SURCHARGE = "peak_surcharge",
494
+ FUEL_SURCHARGE = "fuel_surcharge",
495
+ DELIVERY_AREA_SURCHARGE = "delivery_area_surcharge"
493
496
  }
494
497
  export declare enum ChargebackPaymentStatus {
495
498
  CAPTURED = "captured",
@@ -1484,7 +1487,7 @@ export declare enum OrganizationRestrictionScreeningStatus {
1484
1487
  UNSCREENED = "unscreened"
1485
1488
  }
1486
1489
  export declare enum OrganizationSource {
1487
- SHOPIFY = "shopify",
1490
+ SMB = "smb",
1488
1491
  ENTERPRISE = "enterprise"
1489
1492
  }
1490
1493
  export declare enum OutputStyle {
@@ -1679,7 +1682,7 @@ export declare enum RestrictionOrganizationChannel {
1679
1682
  ENTERPRISE_SANDBOX = "enterprise-sandbox"
1680
1683
  }
1681
1684
  export declare enum RestrictionOrganizationSource {
1682
- SHOPIFY = "shopify",
1685
+ SMB = "smb",
1683
1686
  ENTERPRISE = "enterprise"
1684
1687
  }
1685
1688
  export declare enum RestrictionRuleActivationStatus {
@@ -495,6 +495,7 @@ var ChannelService;
495
495
  ChannelService["PAYMENT"] = "payment";
496
496
  ChannelService["DUTY_TAX_CALCULATOR"] = "duty_tax_calculator";
497
497
  ChannelService["SELLABILITY"] = "sellability";
498
+ ChannelService["ALL"] = "all";
498
499
  })(ChannelService = exports.ChannelService || (exports.ChannelService = {}));
499
500
  var ChannelTransactionTriggerType;
500
501
  (function (ChannelTransactionTriggerType) {
@@ -539,6 +540,8 @@ var ChargeInputType;
539
540
  ChargeInputType["ADDITIONAL_HANDLING"] = "additional_handling";
540
541
  ChargeInputType["LARGE_PACKAGE_SURCHARGE"] = "large_package_surcharge";
541
542
  ChargeInputType["PEAK_SURCHARGE"] = "peak_surcharge";
543
+ ChargeInputType["FUEL_SURCHARGE"] = "fuel_surcharge";
544
+ ChargeInputType["DELIVERY_AREA_SURCHARGE"] = "delivery_area_surcharge";
542
545
  })(ChargeInputType = exports.ChargeInputType || (exports.ChargeInputType = {}));
543
546
  var ChargebackPaymentStatus;
544
547
  (function (ChargebackPaymentStatus) {
@@ -1652,7 +1655,7 @@ var OrganizationRestrictionScreeningStatus;
1652
1655
  })(OrganizationRestrictionScreeningStatus = exports.OrganizationRestrictionScreeningStatus || (exports.OrganizationRestrictionScreeningStatus = {}));
1653
1656
  var OrganizationSource;
1654
1657
  (function (OrganizationSource) {
1655
- OrganizationSource["SHOPIFY"] = "shopify";
1658
+ OrganizationSource["SMB"] = "smb";
1656
1659
  OrganizationSource["ENTERPRISE"] = "enterprise";
1657
1660
  })(OrganizationSource = exports.OrganizationSource || (exports.OrganizationSource = {}));
1658
1661
  var OutputStyle;
@@ -1882,7 +1885,7 @@ var RestrictionOrganizationChannel;
1882
1885
  })(RestrictionOrganizationChannel = exports.RestrictionOrganizationChannel || (exports.RestrictionOrganizationChannel = {}));
1883
1886
  var RestrictionOrganizationSource;
1884
1887
  (function (RestrictionOrganizationSource) {
1885
- RestrictionOrganizationSource["SHOPIFY"] = "shopify";
1888
+ RestrictionOrganizationSource["SMB"] = "smb";
1886
1889
  RestrictionOrganizationSource["ENTERPRISE"] = "enterprise";
1887
1890
  })(RestrictionOrganizationSource = exports.RestrictionOrganizationSource || (exports.RestrictionOrganizationSource = {}));
1888
1891
  var RestrictionRuleActivationStatus;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-constants",
3
- "version": "4.18.103",
3
+ "version": "4.18.105",
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": "e6ab4a371f4a5b27785d522dc32505277757198d"
27
+ "gitHead": "b4b0cd6a13ae636625754fd06a00ff8f0016498e"
28
28
  }
@@ -487,6 +487,7 @@ export enum ChannelService {
487
487
  PAYMENT = 'payment',
488
488
  DUTY_TAX_CALCULATOR = 'duty_tax_calculator',
489
489
  SELLABILITY = 'sellability',
490
+ ALL = 'all',
490
491
  }
491
492
 
492
493
  export enum ChannelTransactionTriggerType {
@@ -531,6 +532,8 @@ export enum ChargeInputType {
531
532
  ADDITIONAL_HANDLING = 'additional_handling',
532
533
  LARGE_PACKAGE_SURCHARGE = 'large_package_surcharge',
533
534
  PEAK_SURCHARGE = 'peak_surcharge',
535
+ FUEL_SURCHARGE = 'fuel_surcharge',
536
+ DELIVERY_AREA_SURCHARGE = 'delivery_area_surcharge',
534
537
  }
535
538
 
536
539
  export enum ChargebackPaymentStatus {
@@ -1644,7 +1647,7 @@ export enum OrganizationRestrictionScreeningStatus {
1644
1647
  }
1645
1648
 
1646
1649
  export enum OrganizationSource {
1647
- SHOPIFY = 'shopify',
1650
+ SMB = 'smb',
1648
1651
  ENTERPRISE = 'enterprise',
1649
1652
  }
1650
1653
 
@@ -1874,7 +1877,7 @@ export enum RestrictionOrganizationChannel {
1874
1877
  }
1875
1878
 
1876
1879
  export enum RestrictionOrganizationSource {
1877
- SHOPIFY = 'shopify',
1880
+ SMB = 'smb',
1878
1881
  ENTERPRISE = 'enterprise',
1879
1882
  }
1880
1883