@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.
@@ -10290,6 +10290,9 @@ export interface operations {
10290
10290
  getStatementLayouts: {
10291
10291
  parameters: {
10292
10292
  query?: {
10293
+ isDefault?: boolean;
10294
+ /** @description comma separated layout ids */
10295
+ ids?: string;
10293
10296
  limit?: number;
10294
10297
  page?: number;
10295
10298
  };