@flowio/api-internal-constants 4.18.57 → 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",
@@ -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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-constants",
3
- "version": "4.18.57",
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": "a3e99b9b2cacb4b20115f294b1baa6a6533c4e5c"
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 {