@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 +1 -1
- package/dist/openapi.json +2 -1
- package/package.json +1 -1
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