@epilot/automation-client 2.10.0 → 2.10.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 CHANGED
@@ -946,7 +946,7 @@ declare namespace Components {
946
946
  id?: string;
947
947
  schema?: string;
948
948
  attribute?: string;
949
- attributeType?: "string" | "text" | "number" | "boolean" | "date" | "datetime" | "tag" | "country" | "email" | "phone" | "product" | "price" | "status" | "relation" | "multiselect" | "select" | "radio" | "relation_user";
949
+ attributeType?: "string" | "text" | "number" | "boolean" | "date" | "datetime" | "tags" | "country" | "email" | "phone" | "product" | "price" | "status" | "relation" | "multiselect" | "select" | "radio" | "relation_user" | "purpose" | "label";
950
950
  attributeRepeatable?: boolean;
951
951
  };
952
952
  operation?: "equals" | "not_equals" | "any_of" | "none_of" | "contains" | "not_contains" | "starts_with" | "ends_with" | "greater_than" | "less_than" | "greater_than_or_equals" | "less_than_or_equals" | "is_empty" | "is_not_empty";
package/dist/openapi.json CHANGED
@@ -1854,7 +1854,7 @@
1854
1854
  "boolean",
1855
1855
  "date",
1856
1856
  "datetime",
1857
- "tag",
1857
+ "tags",
1858
1858
  "country",
1859
1859
  "email",
1860
1860
  "phone",
@@ -1865,7 +1865,9 @@
1865
1865
  "multiselect",
1866
1866
  "select",
1867
1867
  "radio",
1868
- "relation_user"
1868
+ "relation_user",
1869
+ "purpose",
1870
+ "label"
1869
1871
  ]
1870
1872
  },
1871
1873
  "attributeRepeatable": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.10.0",
3
+ "version": "2.10.1",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",