@vrplatform/api 1.3.0-stage.1154 → 1.3.0-stage.1156
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.
|
@@ -2365,8 +2365,6 @@ export interface components {
|
|
|
2365
2365
|
total: number;
|
|
2366
2366
|
values: components["schemas"]["ProfitAndLossValueCell"][];
|
|
2367
2367
|
};
|
|
2368
|
-
/** @description Collection of settings returned by GET routes with normalized { id, name, type } value payloads. */
|
|
2369
|
-
FlowSettingItemsGet: components["schemas"]["FlowSettingItemGet"][];
|
|
2370
2368
|
/** @description Setting representation returned from GET routes with normalized { id, name, type } value payload. */
|
|
2371
2369
|
FlowSettingItemGet: {
|
|
2372
2370
|
/** Format: uuid */
|
|
@@ -24573,7 +24571,7 @@ export interface operations {
|
|
|
24573
24571
|
description: string | null;
|
|
24574
24572
|
/** @enum {string} */
|
|
24575
24573
|
status: "active" | "inactive";
|
|
24576
|
-
settings: components["schemas"]["
|
|
24574
|
+
settings: components["schemas"]["FlowSettingItemGet"][];
|
|
24577
24575
|
};
|
|
24578
24576
|
};
|
|
24579
24577
|
};
|
|
@@ -24660,7 +24658,7 @@ export interface operations {
|
|
|
24660
24658
|
description: string | null;
|
|
24661
24659
|
/** @enum {string} */
|
|
24662
24660
|
status: "active" | "inactive";
|
|
24663
|
-
settings: components["schemas"]["
|
|
24661
|
+
settings: components["schemas"]["FlowSettingItemGet"][];
|
|
24664
24662
|
};
|
|
24665
24663
|
};
|
|
24666
24664
|
};
|