@arrowsphere/api-client 3.237.0 → 3.238.0-rc-cpe-2

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.
@@ -97,6 +97,8 @@ export declare type ItemData = {
97
97
  initialSellPrice?: number;
98
98
  isPromotion?: boolean;
99
99
  vendorPriceBandSku?: string;
100
+ identifiersVendorName?: string;
101
+ identifiersVendorNamesSerialized?: string;
100
102
  };
101
103
  export declare type NameValueType = {
102
104
  name?: string;
@@ -97,7 +97,8 @@ export declare enum InputFilterValueField {
97
97
  EXCLUSION = "exclusion",
98
98
  HAVING = "having",
99
99
  VALUE_TYPE = "valueType",
100
- IFNULL_VALUE = "ifNullValue"
100
+ IFNULL_VALUE = "ifNullValue",
101
+ FORCE_CASE_INSENSITIVE = "forceCaseInsensitive"
101
102
  }
102
103
  export declare type InputFilterValueType = {
103
104
  [InputFilterValueField.NAME]?: string;
@@ -107,6 +108,7 @@ export declare type InputFilterValueType = {
107
108
  [InputFilterValueField.HAVING]?: boolean;
108
109
  [InputFilterValueField.VALUE_TYPE]?: ValueType;
109
110
  [InputFilterValueField.IFNULL_VALUE]?: string;
111
+ [InputFilterValueField.FORCE_CASE_INSENSITIVE]?: boolean;
110
112
  };
111
113
  export declare enum InputQueryOptionsField {
112
114
  SKIP_PARTITION = "skipPartition"
@@ -77,6 +77,7 @@ var InputFilterValueField;
77
77
  InputFilterValueField["HAVING"] = "having";
78
78
  InputFilterValueField["VALUE_TYPE"] = "valueType";
79
79
  InputFilterValueField["IFNULL_VALUE"] = "ifNullValue";
80
+ InputFilterValueField["FORCE_CASE_INSENSITIVE"] = "forceCaseInsensitive";
80
81
  })(InputFilterValueField = exports.InputFilterValueField || (exports.InputFilterValueField = {}));
81
82
  var InputQueryOptionsField;
82
83
  (function (InputQueryOptionsField) {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/ArrowSphere/nodejs-api-client.git"
6
6
  },
7
- "version": "3.237.0",
7
+ "version": "3.238.0-rc-cpe-2",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",