@constructor-io/constructorio-client-javascript 2.49.2 → 2.49.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.
@@ -152,7 +152,8 @@ export interface BaseGroup extends Record<string, any> {
152
152
 
153
153
  export interface FmtOptions extends Record<string, any> {
154
154
  groups_max_depth?: number;
155
- groups_start?: 'current' | 'top';
155
+ groups_start?: 'current' | 'top' | `group_id:${string}`;
156
+ fields?: string[]; // Array of metadata field to be returned in the data response
156
157
  }
157
158
 
158
159
  export type Nullable<T> = T | null;
package/lib/version.js CHANGED
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports["default"] = void 0;
7
- var _default = '2.49.2';
7
+ var _default = '2.49.4';
8
8
  exports["default"] = _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructor-io/constructorio-client-javascript",
3
- "version": "2.49.2",
3
+ "version": "2.49.4",
4
4
  "description": "Constructor.io JavaScript client",
5
5
  "main": "lib/constructorio.js",
6
6
  "types": "lib/types/index.d.ts",