@flowio/api-internal-constants 4.18.56 → 4.18.58

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.
@@ -34,7 +34,7 @@ export declare enum AutoRestrictRule {
34
34
  DG_BATTERIES = "prr-599c6246a1a24752aeb85e8f79030781",
35
35
  WEAPON = "prr-79e41878ea564f9c81cc432a0e84703f",
36
36
  DRUGS = "prr-f29c26dc09e04536bc77f9c32786ed70",
37
- ALCOHOL = "prr-0522d426a5b741c791ba05496c35297a"
37
+ KNIVES = "prr-b186129720f0446eb452a68518437c95"
38
38
  }
39
39
  export declare enum BankPaymentStatusCode {
40
40
  SCHEDULED = "scheduled",
@@ -930,6 +930,8 @@ export declare enum EventType {
930
930
  CHANNEL_ORDER_ACCEPTANCE_DELETED = "channel_order_acceptance_deleted",
931
931
  CHECKOUT_CONFIGURATION_UPSERTED = "checkout_configuration_upserted",
932
932
  CHECKOUT_CONFIGURATION_DELETED = "checkout_configuration_deleted",
933
+ COMMERCIAL_INVOICE_INTERNAL_UPSERTED = "commercial_invoice_internal_upserted",
934
+ COMMERCIAL_INVOICE_INTERNAL_DELETED = "commercial_invoice_internal_deleted",
933
935
  LOCALIZED_CONTENT_UPSERTED = "localized_content_upserted",
934
936
  LOCALIZATION_UPSERTED = "localization_upserted",
935
937
  INTERNAL_CHANNEL_RATE_DELETED = "internal_channel_rate_deleted",
@@ -50,7 +50,7 @@ var AutoRestrictRule;
50
50
  AutoRestrictRule["DG_BATTERIES"] = "prr-599c6246a1a24752aeb85e8f79030781";
51
51
  AutoRestrictRule["WEAPON"] = "prr-79e41878ea564f9c81cc432a0e84703f";
52
52
  AutoRestrictRule["DRUGS"] = "prr-f29c26dc09e04536bc77f9c32786ed70";
53
- AutoRestrictRule["ALCOHOL"] = "prr-0522d426a5b741c791ba05496c35297a";
53
+ AutoRestrictRule["KNIVES"] = "prr-b186129720f0446eb452a68518437c95";
54
54
  })(AutoRestrictRule = exports.AutoRestrictRule || (exports.AutoRestrictRule = {}));
55
55
  var BankPaymentStatusCode;
56
56
  (function (BankPaymentStatusCode) {
@@ -1074,6 +1074,8 @@ var EventType;
1074
1074
  EventType["CHANNEL_ORDER_ACCEPTANCE_DELETED"] = "channel_order_acceptance_deleted";
1075
1075
  EventType["CHECKOUT_CONFIGURATION_UPSERTED"] = "checkout_configuration_upserted";
1076
1076
  EventType["CHECKOUT_CONFIGURATION_DELETED"] = "checkout_configuration_deleted";
1077
+ EventType["COMMERCIAL_INVOICE_INTERNAL_UPSERTED"] = "commercial_invoice_internal_upserted";
1078
+ EventType["COMMERCIAL_INVOICE_INTERNAL_DELETED"] = "commercial_invoice_internal_deleted";
1077
1079
  EventType["LOCALIZED_CONTENT_UPSERTED"] = "localized_content_upserted";
1078
1080
  EventType["LOCALIZATION_UPSERTED"] = "localization_upserted";
1079
1081
  EventType["INTERNAL_CHANNEL_RATE_DELETED"] = "internal_channel_rate_deleted";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-constants",
3
- "version": "4.18.56",
3
+ "version": "4.18.58",
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": "8ec8b535c64db79aa4a49bf6bd6eb53f46deee7d"
27
+ "gitHead": "4b5d69bf9ba5f404b7b1c8f07d256db3c25210d9"
28
28
  }
@@ -41,7 +41,7 @@ export enum AutoRestrictRule {
41
41
  DG_BATTERIES = 'prr-599c6246a1a24752aeb85e8f79030781',
42
42
  WEAPON = 'prr-79e41878ea564f9c81cc432a0e84703f',
43
43
  DRUGS = 'prr-f29c26dc09e04536bc77f9c32786ed70',
44
- ALCOHOL = 'prr-0522d426a5b741c791ba05496c35297a',
44
+ KNIVES = 'prr-b186129720f0446eb452a68518437c95',
45
45
  }
46
46
 
47
47
  export enum BankPaymentStatusCode {
@@ -1065,6 +1065,8 @@ export enum EventType {
1065
1065
  CHANNEL_ORDER_ACCEPTANCE_DELETED = 'channel_order_acceptance_deleted',
1066
1066
  CHECKOUT_CONFIGURATION_UPSERTED = 'checkout_configuration_upserted',
1067
1067
  CHECKOUT_CONFIGURATION_DELETED = 'checkout_configuration_deleted',
1068
+ COMMERCIAL_INVOICE_INTERNAL_UPSERTED = 'commercial_invoice_internal_upserted',
1069
+ COMMERCIAL_INVOICE_INTERNAL_DELETED = 'commercial_invoice_internal_deleted',
1068
1070
  LOCALIZED_CONTENT_UPSERTED = 'localized_content_upserted',
1069
1071
  LOCALIZATION_UPSERTED = 'localization_upserted',
1070
1072
  INTERNAL_CHANNEL_RATE_DELETED = 'internal_channel_rate_deleted',