@epilot/automation-client 2.9.10 → 2.9.11

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
@@ -947,6 +947,7 @@ declare namespace Components {
947
947
  schema?: string;
948
948
  attribute?: string;
949
949
  attributeType?: "string" | "text" | "number" | "boolean" | "date" | "datetime" | "tag" | "country" | "email" | "phone" | "product" | "price" | "status" | "relation" | "multiselect" | "select" | "radio" | "relation_user";
950
+ attributeRepeatable?: boolean;
950
951
  };
951
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";
952
953
  values?: string[];
package/dist/openapi.json CHANGED
@@ -1859,6 +1859,9 @@
1859
1859
  "radio",
1860
1860
  "relation_user"
1861
1861
  ]
1862
+ },
1863
+ "attributeRepeatable": {
1864
+ "type": "boolean"
1862
1865
  }
1863
1866
  }
1864
1867
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@epilot/automation-client",
3
- "version": "2.9.10",
3
+ "version": "2.9.11",
4
4
  "description": "Client library for epilot automation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",