@constructor-io/constructorio-client-javascript 2.71.0 → 2.71.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.
@@ -162,6 +162,9 @@ export interface FmtOptions extends Record<string, any> {
162
162
  groups_max_depth?: number;
163
163
  groups_start?: 'current' | 'top' | `group_id:${string}`;
164
164
  fields?: string[]; // Array of metadata field to be returned in the data response
165
+ hidden_fields?: string[];
166
+ show_hidden_fields?: boolean;
167
+ variations_return_type?: 'default' | 'all' | 'matched';
165
168
  }
166
169
 
167
170
  export type Nullable<T> = T | null;
package/lib/version.js CHANGED
@@ -4,4 +4,4 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports["default"] = void 0;
7
- var _default = exports["default"] = '2.71.0';
7
+ var _default = exports["default"] = '2.71.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-client-javascript",
3
- "version": "2.71.0",
3
+ "version": "2.71.1",
4
4
  "description": "Constructor.io JavaScript client",
5
5
  "main": "lib/constructorio.js",
6
6
  "types": "lib/types/index.d.ts",