@flowio/api-internal-constants 4.18.103 → 4.18.104
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 +4 -1
- package/dist/api-internal.js +3 -0
- package/package.json +2 -2
- package/src/api-internal.ts +3 -0
package/dist/api-internal.d.ts
CHANGED
|
@@ -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",
|
|
@@ -1485,6 +1486,7 @@ export declare enum OrganizationRestrictionScreeningStatus {
|
|
|
1485
1486
|
}
|
|
1486
1487
|
export declare enum OrganizationSource {
|
|
1487
1488
|
SHOPIFY = "shopify",
|
|
1489
|
+
SMB = "smb",
|
|
1488
1490
|
ENTERPRISE = "enterprise"
|
|
1489
1491
|
}
|
|
1490
1492
|
export declare enum OutputStyle {
|
|
@@ -1680,6 +1682,7 @@ export declare enum RestrictionOrganizationChannel {
|
|
|
1680
1682
|
}
|
|
1681
1683
|
export declare enum RestrictionOrganizationSource {
|
|
1682
1684
|
SHOPIFY = "shopify",
|
|
1685
|
+
SMB = "smb",
|
|
1683
1686
|
ENTERPRISE = "enterprise"
|
|
1684
1687
|
}
|
|
1685
1688
|
export declare enum RestrictionRuleActivationStatus {
|
package/dist/api-internal.js
CHANGED
|
@@ -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) {
|
|
@@ -1653,6 +1654,7 @@ var OrganizationRestrictionScreeningStatus;
|
|
|
1653
1654
|
var OrganizationSource;
|
|
1654
1655
|
(function (OrganizationSource) {
|
|
1655
1656
|
OrganizationSource["SHOPIFY"] = "shopify";
|
|
1657
|
+
OrganizationSource["SMB"] = "smb";
|
|
1656
1658
|
OrganizationSource["ENTERPRISE"] = "enterprise";
|
|
1657
1659
|
})(OrganizationSource = exports.OrganizationSource || (exports.OrganizationSource = {}));
|
|
1658
1660
|
var OutputStyle;
|
|
@@ -1883,6 +1885,7 @@ var RestrictionOrganizationChannel;
|
|
|
1883
1885
|
var RestrictionOrganizationSource;
|
|
1884
1886
|
(function (RestrictionOrganizationSource) {
|
|
1885
1887
|
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.
|
|
3
|
+
"version": "4.18.104",
|
|
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": "942e116995931225d013428a9da8237ec64c06be"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED
|
@@ -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 {
|
|
@@ -1645,6 +1646,7 @@ export enum OrganizationRestrictionScreeningStatus {
|
|
|
1645
1646
|
|
|
1646
1647
|
export enum OrganizationSource {
|
|
1647
1648
|
SHOPIFY = 'shopify',
|
|
1649
|
+
SMB = 'smb',
|
|
1648
1650
|
ENTERPRISE = 'enterprise',
|
|
1649
1651
|
}
|
|
1650
1652
|
|
|
@@ -1875,6 +1877,7 @@ export enum RestrictionOrganizationChannel {
|
|
|
1875
1877
|
|
|
1876
1878
|
export enum RestrictionOrganizationSource {
|
|
1877
1879
|
SHOPIFY = 'shopify',
|
|
1880
|
+
SMB = 'smb',
|
|
1878
1881
|
ENTERPRISE = 'enterprise',
|
|
1879
1882
|
}
|
|
1880
1883
|
|