@vrplatform/api 1.3.0-stage.1323 → 1.3.0-stage.1324
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
package/src/generated/v1.ts
CHANGED
|
@@ -10291,6 +10291,9 @@ export interface operations {
|
|
|
10291
10291
|
getStatementLayouts: {
|
|
10292
10292
|
parameters: {
|
|
10293
10293
|
query?: {
|
|
10294
|
+
isDefault?: boolean;
|
|
10295
|
+
/** @description comma separated layout ids */
|
|
10296
|
+
ids?: string;
|
|
10294
10297
|
limit?: number;
|
|
10295
10298
|
page?: number;
|
|
10296
10299
|
};
|