@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.
- package/dist/api-internal.d.ts +1 -0
- package/dist/api-internal.js +1 -0
- package/package.json +2 -2
- package/src/api-internal.ts +1 -0
package/dist/api-internal.d.ts
CHANGED
package/dist/api-internal.js
CHANGED
|
@@ -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.
|
|
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": "
|
|
27
|
+
"gitHead": "ff651fefde62162c873a8140da058ee29b956e40"
|
|
28
28
|
}
|
package/src/api-internal.ts
CHANGED