@epilot/entity-client 4.26.0-rc.1 → 4.26.1
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/openapi.d.ts +1 -1
- package/dist/openapi.json +17 -12
- package/package.json +2 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -6436,7 +6436,7 @@ declare namespace Components {
|
|
|
6436
6436
|
/**
|
|
6437
6437
|
* List of locations where the taxonomy is enabled to be used. If empty, it's enabled for all locations.
|
|
6438
6438
|
*/
|
|
6439
|
-
enabled_locations?: ("
|
|
6439
|
+
enabled_locations?: ("account" | "contact" | "contract" | "email_template" | "file" | "journey" | "meter_counter" | "meter" | "opportunity" | "order" | "partner" | "price" | "product" | "submission" | "tax" | "message" | "portal_user")[];
|
|
6440
6440
|
}
|
|
6441
6441
|
export interface TaxonomyClassification {
|
|
6442
6442
|
id?: /**
|
package/dist/openapi.json
CHANGED
|
@@ -6320,18 +6320,23 @@
|
|
|
6320
6320
|
"items": {
|
|
6321
6321
|
"type": "string",
|
|
6322
6322
|
"enum": [
|
|
6323
|
-
"
|
|
6324
|
-
"
|
|
6325
|
-
"
|
|
6326
|
-
"
|
|
6327
|
-
"
|
|
6328
|
-
"
|
|
6329
|
-
"
|
|
6330
|
-
"
|
|
6331
|
-
"
|
|
6332
|
-
"
|
|
6333
|
-
"
|
|
6334
|
-
"
|
|
6323
|
+
"account",
|
|
6324
|
+
"contact",
|
|
6325
|
+
"contract",
|
|
6326
|
+
"email_template",
|
|
6327
|
+
"file",
|
|
6328
|
+
"journey",
|
|
6329
|
+
"meter_counter",
|
|
6330
|
+
"meter",
|
|
6331
|
+
"opportunity",
|
|
6332
|
+
"order",
|
|
6333
|
+
"partner",
|
|
6334
|
+
"price",
|
|
6335
|
+
"product",
|
|
6336
|
+
"submission",
|
|
6337
|
+
"tax",
|
|
6338
|
+
"message",
|
|
6339
|
+
"portal_user"
|
|
6335
6340
|
]
|
|
6336
6341
|
}
|
|
6337
6342
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epilot/entity-client",
|
|
3
|
-
"version": "4.26.
|
|
3
|
+
"version": "4.26.1",
|
|
4
4
|
"description": "JavaScript client library for the epilot Core Entity API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -50,6 +50,7 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@dazn/lambda-powertools-correlation-ids": "^1.28.1",
|
|
52
52
|
"buffer": "^6.0.3",
|
|
53
|
+
"epilot-sdk": "^1.5.4",
|
|
53
54
|
"https-browserify": "^1.0.0",
|
|
54
55
|
"openapi-client-axios": "^7.5.1",
|
|
55
56
|
"stream-http": "^3.1.1",
|