@epilot/entity-client 4.25.2 → 4.25.4

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 CHANGED
@@ -6384,7 +6384,7 @@ declare namespace Components {
6384
6384
  /**
6385
6385
  * List of locations where the taxonomy is enabled to be used. If empty, it's enabled for all locations.
6386
6386
  */
6387
- enabled_locations?: ("email-templates" | "emails" | "contacts" | "orders" | "contracts" | "meters" | "accounts" | "products" | "prices" | "opportunities" | "all_entities")[];
6387
+ enabled_locations?: ("email-templates" | "emails" | "contacts" | "orders" | "contracts" | "meters" | "accounts" | "products" | "prices" | "opportunities" | "all_entities" | "files")[];
6388
6388
  }
6389
6389
  export interface TaxonomyClassification {
6390
6390
  id?: /**
package/dist/openapi.json CHANGED
@@ -5912,7 +5912,8 @@
5912
5912
  "products",
5913
5913
  "prices",
5914
5914
  "opportunities",
5915
- "all_entities"
5915
+ "all_entities",
5916
+ "files"
5916
5917
  ]
5917
5918
  }
5918
5919
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/entity-client",
3
- "version": "4.25.2",
3
+ "version": "4.25.4",
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",