@vrplatform/api 1.3.0-stage.1154 → 1.3.0-stage.1155

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.0-stage.1154",
6
+ "version": "1.3.0-stage.1155",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -2366,8 +2366,6 @@ export interface components {
2366
2366
  total: number;
2367
2367
  values: components["schemas"]["ProfitAndLossValueCell"][];
2368
2368
  };
2369
- /** @description Collection of settings returned by GET routes with normalized { id, name, type } value payloads. */
2370
- FlowSettingItemsGet: components["schemas"]["FlowSettingItemGet"][];
2371
2369
  /** @description Setting representation returned from GET routes with normalized { id, name, type } value payload. */
2372
2370
  FlowSettingItemGet: {
2373
2371
  /** Format: uuid */
@@ -24574,7 +24572,7 @@ export interface operations {
24574
24572
  description: string | null;
24575
24573
  /** @enum {string} */
24576
24574
  status: "active" | "inactive";
24577
- settings: components["schemas"]["FlowSettingItemsGet"];
24575
+ settings: components["schemas"]["FlowSettingItemGet"][];
24578
24576
  };
24579
24577
  };
24580
24578
  };
@@ -24661,7 +24659,7 @@ export interface operations {
24661
24659
  description: string | null;
24662
24660
  /** @enum {string} */
24663
24661
  status: "active" | "inactive";
24664
- settings: components["schemas"]["FlowSettingItemsGet"];
24662
+ settings: components["schemas"]["FlowSettingItemGet"][];
24665
24663
  };
24666
24664
  };
24667
24665
  };