Skip to content

Commit

Permalink
Update schema to production
Browse files Browse the repository at this point in the history
  • Loading branch information
souljuse committed Apr 5, 2024
1 parent 526130a commit 54c328c
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 48 deletions.
42 changes: 21 additions & 21 deletions packages/cma-client/src/generated/SchemaTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -553,15 +553,15 @@ export type ItemInstancesHrefSchema = {
*/
locale?: string;
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first record to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of records to fetch (defaults to 30, maximum is 500)
* The maximum number of entities to return (defaults to 30, maximum is 500)
*/
limit?: number;
[k: string]: unknown;
Expand Down Expand Up @@ -676,15 +676,15 @@ export type ItemVersionInstancesHrefSchema = {
*/
nested?: boolean;
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first element to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of elements to fetch (defaults to 15, maximum is 50)
* The maximum number of entities to return (defaults to 15, maximum is 50)
*/
limit?: number;
[k: string]: unknown;
Expand Down Expand Up @@ -829,15 +829,15 @@ export type UploadInstancesHrefSchema = {
*/
order_by?: string;
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first upload to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of uplads to fetch (defaults to 30, maximum is 500)
* The maximum number of entities to return (defaults to 30, maximum is 500)
*/
limit?: number;
[k: string]: unknown;
Expand Down Expand Up @@ -917,15 +917,15 @@ export type SearchResultIdentity = string;
*/
export type SearchResultInstancesHrefSchema = {
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first element to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of elements to fetch (defaults to 20, maximum is 100)
* The maximum number of entities to return (defaults to 20, maximum is 100)
*/
limit?: number;
[k: string]: unknown;
Expand Down Expand Up @@ -1040,15 +1040,15 @@ export type WebhookCallIdentity = string;
*/
export type WebhookCallInstancesHrefSchema = {
/**
* Params to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first element to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of elements to fetch (defaults to 30, maximum is 500)
* The maximum number of entities to return (defaults to 30, maximum is 500)
*/
limit?: number;
[k: string]: unknown;
Expand Down Expand Up @@ -1276,15 +1276,15 @@ export type UploadTagInstancesHrefSchema = {
[k: string]: unknown;
};
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first tag to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of tags to fetch (defaults to 50, maximum is 500)
* The maximum number of entities to return (defaults to 50, maximum is 500)
*/
limit?: number;
[k: string]: unknown;
Expand Down Expand Up @@ -1322,15 +1322,15 @@ export type UploadSmartTagInstancesHrefSchema = {
[k: string]: unknown;
};
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first tag to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of tags to fetch (defaults to 50, maximum is 500)
* The maximum number of entities to return (defaults to 50, maximum is 500)
*/
limit?: number;
[k: string]: unknown;
Expand Down
42 changes: 21 additions & 21 deletions packages/cma-client/src/generated/SimpleSchemaTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -653,15 +653,15 @@ export type ItemInstancesHrefSchema = {
*/
locale?: string;
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first record to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of records to fetch (defaults to 30, maximum is 500)
* The maximum number of entities to return (defaults to 30, maximum is 500)
*/
limit?: number;
[k: string]: unknown;
Expand Down Expand Up @@ -907,15 +907,15 @@ export type ItemVersionInstancesHrefSchema = {
*/
nested?: boolean;
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first element to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of elements to fetch (defaults to 15, maximum is 50)
* The maximum number of entities to return (defaults to 15, maximum is 50)
*/
limit?: number;
[k: string]: unknown;
Expand Down Expand Up @@ -976,15 +976,15 @@ export type UploadInstancesHrefSchema = {
*/
order_by?: string;
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first upload to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of uplads to fetch (defaults to 30, maximum is 500)
* The maximum number of entities to return (defaults to 30, maximum is 500)
*/
limit?: number;
[k: string]: unknown;
Expand Down Expand Up @@ -1094,15 +1094,15 @@ export type SearchResultInstancesTargetSchema = SearchResult[];
*/
export type SearchResultInstancesHrefSchema = {
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first element to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of elements to fetch (defaults to 20, maximum is 100)
* The maximum number of entities to return (defaults to 20, maximum is 100)
*/
limit?: number;
[k: string]: unknown;
Expand Down Expand Up @@ -1242,15 +1242,15 @@ export type WebhookCallInstancesTargetSchema = WebhookCall[];
*/
export type WebhookCallInstancesHrefSchema = {
/**
* Params to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first element to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of elements to fetch (defaults to 30, maximum is 500)
* The maximum number of entities to return (defaults to 30, maximum is 500)
*/
limit?: number;
[k: string]: unknown;
Expand Down Expand Up @@ -1561,15 +1561,15 @@ export type UploadTagInstancesHrefSchema = {
[k: string]: unknown;
};
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first tag to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of tags to fetch (defaults to 50, maximum is 500)
* The maximum number of entities to return (defaults to 50, maximum is 500)
*/
limit?: number;
[k: string]: unknown;
Expand Down Expand Up @@ -1612,15 +1612,15 @@ export type UploadSmartTagInstancesHrefSchema = {
[k: string]: unknown;
};
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first tag to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of tags to fetch (defaults to 50, maximum is 500)
* The maximum number of entities to return (defaults to 50, maximum is 500)
*/
limit?: number;
[k: string]: unknown;
Expand Down
6 changes: 3 additions & 3 deletions packages/dashboard-client/src/generated/SchemaTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,15 +203,15 @@ export type SiteInstancesHrefSchema = {
[k: string]: unknown;
};
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first element to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of elements to fetch (defaults to 20, maximum is 50)
* The maximum number of entities to return (defaults to 20, maximum is 50)
*/
limit?: number;
[k: string]: unknown;
Expand Down
6 changes: 3 additions & 3 deletions packages/dashboard-client/src/generated/SimpleSchemaTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,15 +270,15 @@ export type SiteInstancesHrefSchema = {
[k: string]: unknown;
};
/**
* Attributes to manage results pagination
* Parameters to control offset-based pagination
*/
page?: {
/**
* Index of first element to fetch (defaults to 0)
* The (zero-based) offset of the first entity returned in the collection (defaults to 0)
*/
offset?: number;
/**
* Number of elements to fetch (defaults to 20, maximum is 50)
* The maximum number of entities to return (defaults to 20, maximum is 50)
*/
limit?: number;
[k: string]: unknown;
Expand Down

0 comments on commit 54c328c

Please sign in to comment.