@flowio/api-internal-constants 4.18.17 → 4.18.18

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.
@@ -1188,6 +1188,7 @@ export declare enum OnboardingAuditThemeKey {
1188
1188
  BILLING = "billing",
1189
1189
  B_2_B_INVOICING = "b2b_invoicing",
1190
1190
  CATALOG = "catalog",
1191
+ CURRENCY = "currency",
1191
1192
  CHECKOUT = "checkout",
1192
1193
  FRAUD = "fraud",
1193
1194
  LOGISTICS = "logistics",
@@ -1366,6 +1366,7 @@ var OnboardingAuditThemeKey;
1366
1366
  OnboardingAuditThemeKey["BILLING"] = "billing";
1367
1367
  OnboardingAuditThemeKey["B_2_B_INVOICING"] = "b2b_invoicing";
1368
1368
  OnboardingAuditThemeKey["CATALOG"] = "catalog";
1369
+ OnboardingAuditThemeKey["CURRENCY"] = "currency";
1369
1370
  OnboardingAuditThemeKey["CHECKOUT"] = "checkout";
1370
1371
  OnboardingAuditThemeKey["FRAUD"] = "fraud";
1371
1372
  OnboardingAuditThemeKey["LOGISTICS"] = "logistics";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowio/api-internal-constants",
3
- "version": "4.18.17",
3
+ "version": "4.18.18",
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": "f36adbff1fb121a65bbe46dbfe6e0d9592e1901b"
27
+ "gitHead": "ff651fefde62162c873a8140da058ee29b956e40"
28
28
  }
@@ -1358,6 +1358,7 @@ export enum OnboardingAuditThemeKey {
1358
1358
  BILLING = 'billing',
1359
1359
  B_2_B_INVOICING = 'b2b_invoicing',
1360
1360
  CATALOG = 'catalog',
1361
+ CURRENCY = 'currency',
1361
1362
  CHECKOUT = 'checkout',
1362
1363
  FRAUD = 'fraud',
1363
1364
  LOGISTICS = 'logistics',