diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 7fa1053..fa3e5c3 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -33,7 +33,6 @@ docs/CreateReactorRequest.md docs/CreateSessionResponse.md docs/CreateTenantInvitationRequest.md docs/CreateTokenRequest.md -docs/CreateTokenResponse.md docs/CreateTransactionResponse.md docs/EncryptionKey.md docs/EncryptionMetadata.md @@ -116,7 +115,6 @@ model_create_reactor_request.go model_create_session_response.go model_create_tenant_invitation_request.go model_create_token_request.go -model_create_token_response.go model_create_transaction_response.go model_encryption_key.go model_encryption_metadata.go diff --git a/README.md b/README.md index 087c4ec..47d9a81 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,6 @@ Class | Method | HTTP request | Description - [CreateSessionResponse](docs/CreateSessionResponse.md) - [CreateTenantInvitationRequest](docs/CreateTenantInvitationRequest.md) - [CreateTokenRequest](docs/CreateTokenRequest.md) - - [CreateTokenResponse](docs/CreateTokenResponse.md) - [CreateTransactionResponse](docs/CreateTransactionResponse.md) - [EncryptionKey](docs/EncryptionKey.md) - [EncryptionMetadata](docs/EncryptionMetadata.md) diff --git a/api/openapi.yaml b/api/openapi.yaml index c285fcf..c4b3d65 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -52,6 +52,14 @@ paths: nullable: true type: integer style: form + - explode: true + in: query + name: start + required: false + schema: + nullable: true + type: string + style: form - explode: true in: query name: size @@ -429,20 +437,27 @@ paths: name: page required: false schema: - exclusiveMinimum: true format: int32 - maximum: 2147483647 - minimum: 0 nullable: true type: integer style: form + - explode: true + in: query + name: start + required: false + schema: + maxLength: 500 + nullable: true + pattern: ^.+$ + type: string + style: form - explode: true in: query name: size required: false schema: format: int32 - maximum: 10000 + maximum: 5000 minimum: 0 nullable: true type: integer @@ -582,6 +597,14 @@ paths: nullable: true type: integer style: form + - explode: true + in: query + name: start + required: false + schema: + nullable: true + type: string + style: form - explode: true in: query name: size @@ -858,6 +881,14 @@ paths: nullable: true type: integer style: form + - explode: true + in: query + name: start + required: false + schema: + nullable: true + type: string + style: form - explode: true in: query name: size @@ -1099,6 +1130,14 @@ paths: nullable: true type: integer style: form + - explode: true + in: query + name: start + required: false + schema: + nullable: true + type: string + style: form - explode: true in: query name: size @@ -1511,6 +1550,14 @@ paths: nullable: true type: integer style: form + - explode: true + in: query + name: start + required: false + schema: + nullable: true + type: string + style: form - explode: true in: query name: size @@ -1685,6 +1732,14 @@ paths: nullable: true type: integer style: form + - explode: true + in: query + name: start + required: false + schema: + nullable: true + type: string + style: form - explode: true in: query name: size @@ -1995,6 +2050,14 @@ paths: nullable: true type: integer style: form + - explode: true + in: query + name: start + required: false + schema: + nullable: true + type: string + style: form - explode: true in: query name: size @@ -2040,7 +2103,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/CreateTokenResponse' + $ref: '#/components/schemas/Token' description: Created "400": content: @@ -2473,6 +2536,7 @@ components: pagination: page_number: 6 total_pages: 5 + after: after total_items: 0 page_size: 1 data: @@ -3499,155 +3563,6 @@ components: required: - data type: object - CreateTokenResponse: - additionalProperties: false - example: - tenant_id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91 - fingerprint_expression: fingerprint_expression - metadata: - key: metadata - aliases: - - aliases - data: "" - privacy: - restriction_policy: restriction_policy - impact_level: impact_level - classification: classification - created_at: 2000-01-23T04:56:07.000+00:00 - type: type - created_by: 046b6c7f-0b8a-43b9-b35d-6489e6daee91 - expires_at: 2000-01-23T04:56:07.000+00:00 - fingerprint: fingerprint - modified_by: 046b6c7f-0b8a-43b9-b35d-6489e6daee91 - containers: - - containers - id: id - search_indexes: - - search_indexes - - search_indexes - - search_indexes - - search_indexes - - search_indexes - modified_at: 2000-01-23T04:56:07.000+00:00 - enrichments: - bin_details: - country: - alpha2: alpha2 - name: name - numeric: numeric - product: - code: code - name: name - alm: true - cost: "" - reloadable: true - prepaid: true - combo_card: combo_card - type: type - domestic_only: true - pan_or_token: pan_or_token - account_updater: true - bin_length: 0 - bank: - phone: phone - name: name - clean_name: clean_name - url: url - card_brand: card_brand - card_segment_type: card_segment_type - gambling_blocked: true - issuer_currency: issuer_currency - level3: true - level2: true - authentication: "" - mask: "" - properties: - id: - maxLength: 400 - nullable: true - pattern: ^.+$ - type: string - tenant_id: - format: uuid - maxLength: 36 - pattern: "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" - type: string - type: - maxLength: 50 - nullable: true - pattern: "^[A-z_]*$" - type: string - fingerprint: - maxLength: 100 - nullable: true - pattern: "^[A-z0-9]*$" - type: string - fingerprint_expression: - maxLength: 400 - nullable: true - pattern: ^.*$ - type: string - mask: - nullable: true - data: - nullable: true - metadata: - additionalProperties: - nullable: true - type: string - nullable: true - type: object - enrichments: - $ref: '#/components/schemas/TokenEnrichments' - privacy: - $ref: '#/components/schemas/Privacy' - search_indexes: - items: - type: string - maxItems: 10 - nullable: true - type: array - created_by: - format: uuid - maxLength: 36 - nullable: true - pattern: "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" - type: string - created_at: - format: date-time - maxLength: 40 - nullable: true - type: string - modified_by: - format: uuid - maxLength: 36 - nullable: true - pattern: "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" - type: string - modified_at: - format: date-time - maxLength: 40 - nullable: true - type: string - expires_at: - format: date-time - maxLength: 40 - nullable: true - type: string - containers: - items: - type: string - maxItems: 1 - nullable: true - pattern: "^(?!.*\\/\\/)(?=.*\\/$)\\/[A-z0-9_\\-\\/]*$" - type: array - aliases: - items: - type: string - maxItems: 1 - nullable: true - type: array - type: object CreateTransactionResponse: additionalProperties: false example: @@ -3735,6 +3650,9 @@ components: minimum: 0 nullable: true type: integer + start: + nullable: true + type: string size: format: int32 maximum: 100 @@ -3766,15 +3684,17 @@ components: nullable: true type: string page: - exclusiveMinimum: true format: int32 - maximum: 2147483647 - minimum: 0 nullable: true type: integer + start: + maxLength: 500 + nullable: true + pattern: ^.+$ + type: string size: format: int32 - maximum: 10000 + maximum: 5000 minimum: 0 nullable: true type: integer @@ -3811,6 +3731,9 @@ components: minimum: 0 nullable: true type: integer + start: + nullable: true + type: string size: format: int32 maximum: 100 @@ -3833,6 +3756,9 @@ components: minimum: 0 nullable: true type: integer + start: + nullable: true + type: string size: format: int32 maximum: 100 @@ -3863,6 +3789,9 @@ components: minimum: 0 nullable: true type: integer + start: + nullable: true + type: string size: format: int32 maximum: 100 @@ -3882,6 +3811,9 @@ components: minimum: 0 nullable: true type: integer + start: + nullable: true + type: string size: format: int32 maximum: 100 @@ -3907,6 +3839,9 @@ components: minimum: 0 nullable: true type: integer + start: + nullable: true + type: string size: format: int32 maximum: 50 @@ -3940,6 +3875,9 @@ components: minimum: 0 nullable: true type: integer + start: + nullable: true + type: string size: format: int32 maximum: 100 @@ -3954,11 +3892,15 @@ components: entity_type: entity_type actor_type: actor_type created_at: 2000-01-23T04:56:07.000+00:00 + id: id actor_id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91 entity_id: entity_id message: message operation: operation properties: + id: + nullable: true + type: string tenant_id: format: uuid maxLength: 36 @@ -4024,6 +3966,7 @@ components: pagination: page_number: 6 total_pages: 5 + after: after total_items: 0 page_size: 1 data: @@ -4031,6 +3974,7 @@ components: entity_type: entity_type actor_type: actor_type created_at: 2000-01-23T04:56:07.000+00:00 + id: id actor_id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91 entity_id: entity_id message: message @@ -4039,6 +3983,7 @@ components: entity_type: entity_type actor_type: actor_type created_at: 2000-01-23T04:56:07.000+00:00 + id: id actor_id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91 entity_id: entity_id message: message @@ -4047,6 +3992,7 @@ components: entity_type: entity_type actor_type: actor_type created_at: 2000-01-23T04:56:07.000+00:00 + id: id actor_id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91 entity_id: entity_id message: message @@ -4055,6 +4001,7 @@ components: entity_type: entity_type actor_type: actor_type created_at: 2000-01-23T04:56:07.000+00:00 + id: id actor_id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91 entity_id: entity_id message: message @@ -4063,6 +4010,7 @@ components: entity_type: entity_type actor_type: actor_type created_at: 2000-01-23T04:56:07.000+00:00 + id: id actor_id: 046b6c7f-0b8a-43b9-b35d-6489e6daee91 entity_id: entity_id message: message @@ -4073,7 +4021,7 @@ components: data: items: $ref: '#/components/schemas/Log' - maxItems: 10000 + maxItems: 5000 nullable: true type: array type: object @@ -4082,21 +4030,29 @@ components: example: page_number: 6 total_pages: 5 + after: after total_items: 0 page_size: 1 properties: total_items: format: int32 + nullable: true type: integer page_number: format: int32 + nullable: true type: integer page_size: format: int32 + nullable: true type: integer total_pages: format: int32 + nullable: true type: integer + after: + nullable: true + type: string type: object PatchProxyRequest: additionalProperties: false @@ -4332,6 +4288,7 @@ components: pagination: page_number: 6 total_pages: 5 + after: after total_items: 0 page_size: 1 data: @@ -4732,11 +4689,9 @@ components: icon: maxLength: 50000 nullable: true - pattern: "(^data:(image\\/png|image\\/jpg|image\\/jpeg|image\\/svg\\+xml);\\\ - s*base64,\\s*(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\\ - /]{3}=|[A-Za-z0-9+\\/]{4})$)|(^data:(image\\/png|image\\/jpg|image\\/jpeg);\\\ - s*base64,\\s*(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\\ - /]{3}=|[A-Za-z0-9+\\/]{4})$)" + pattern: "(^data:(image/png|image/jpg|image/jpeg|image/svg\\+xml);\\s*base64,\\\ + s*(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$)|(^data:(image/png|image/jpg|image/jpeg);\\\ + s*base64,\\s*(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=|[A-Za-z0-9+/]{4})$)" type: string code: maxLength: 4000 @@ -4810,6 +4765,7 @@ components: pagination: page_number: 6 total_pages: 5 + after: after total_items: 0 page_size: 1 data: @@ -5098,6 +5054,7 @@ components: pagination: page_number: 6 total_pages: 5 + after: after total_items: 0 page_size: 1 data: @@ -5641,6 +5598,7 @@ components: example: size: 60 query: query + start: start page: 171976544 properties: query: @@ -5655,6 +5613,9 @@ components: minimum: 0 nullable: true type: integer + start: + nullable: true + type: string size: format: int32 maximum: 100 @@ -5798,6 +5759,7 @@ components: pagination: page_number: 6 total_pages: 5 + after: after total_items: 0 page_size: 1 data: @@ -5924,6 +5886,7 @@ components: pagination: page_number: 6 total_pages: 5 + after: after total_items: 0 page_size: 1 data: @@ -6165,7 +6128,7 @@ components: type: string maxItems: 1 nullable: true - pattern: "^(?!.*\\/\\/)(?=.*\\/$)\\/[A-z0-9_\\-\\/]*$" + pattern: "^(?!.*//)(?=.*/$)/[A-z0-9_\\-/]*$" type: array aliases: items: @@ -6234,6 +6197,7 @@ components: pagination: page_number: 6 total_pages: 5 + after: after total_items: 0 page_size: 1 data: diff --git a/api_applications.go b/api_applications.go index b80428a..8f72815 100644 --- a/api_applications.go +++ b/api_applications.go @@ -316,6 +316,7 @@ type ApplicationsApiGetRequest struct { id *[]string type_ *[]string page *int32 + start *string size *int32 } @@ -334,6 +335,11 @@ func (r ApplicationsApiGetRequest) Page(page int32) ApplicationsApiGetRequest { return r } +func (r ApplicationsApiGetRequest) Start(start string) ApplicationsApiGetRequest { + r.start = &start + return r +} + func (r ApplicationsApiGetRequest) Size(size int32) ApplicationsApiGetRequest { r.size = &size return r @@ -402,6 +408,9 @@ func (a *ApplicationsApiService) GetExecute(r ApplicationsApiGetRequest) (*Appli if r.page != nil { localVarQueryParams.Add("page", parameterToString(*r.page, "")) } + if r.start != nil { + localVarQueryParams.Add("start", parameterToString(*r.start, "")) + } if r.size != nil { localVarQueryParams.Add("size", parameterToString(*r.size, "")) } diff --git a/api_logs.go b/api_logs.go index 1764801..cf300ec 100644 --- a/api_logs.go +++ b/api_logs.go @@ -30,6 +30,7 @@ type LogsApiGetRequest struct { startDate *time.Time endDate *time.Time page *int32 + start *string size *int32 } @@ -58,6 +59,11 @@ func (r LogsApiGetRequest) Page(page int32) LogsApiGetRequest { return r } +func (r LogsApiGetRequest) Start(start string) LogsApiGetRequest { + r.start = &start + return r +} + func (r LogsApiGetRequest) Size(size int32) LogsApiGetRequest { r.size = &size return r @@ -116,6 +122,9 @@ func (a *LogsApiService) GetExecute(r LogsApiGetRequest) (*LogPaginatedList, *ht if r.page != nil { localVarQueryParams.Add("page", parameterToString(*r.page, "")) } + if r.start != nil { + localVarQueryParams.Add("start", parameterToString(*r.start, "")) + } if r.size != nil { localVarQueryParams.Add("size", parameterToString(*r.size, "")) } diff --git a/api_proxies.go b/api_proxies.go index ee8b5bd..8c2c8c0 100644 --- a/api_proxies.go +++ b/api_proxies.go @@ -316,6 +316,7 @@ type ProxiesApiGetRequest struct { id *[]string name *string page *int32 + start *string size *int32 } @@ -334,6 +335,11 @@ func (r ProxiesApiGetRequest) Page(page int32) ProxiesApiGetRequest { return r } +func (r ProxiesApiGetRequest) Start(start string) ProxiesApiGetRequest { + r.start = &start + return r +} + func (r ProxiesApiGetRequest) Size(size int32) ProxiesApiGetRequest { r.size = &size return r @@ -394,6 +400,9 @@ func (a *ProxiesApiService) GetExecute(r ProxiesApiGetRequest) (*ProxyPaginatedL if r.page != nil { localVarQueryParams.Add("page", parameterToString(*r.page, "")) } + if r.start != nil { + localVarQueryParams.Add("start", parameterToString(*r.start, "")) + } if r.size != nil { localVarQueryParams.Add("size", parameterToString(*r.size, "")) } diff --git a/api_reactor_formulas.go b/api_reactor_formulas.go index 47507fd..dd364e4 100644 --- a/api_reactor_formulas.go +++ b/api_reactor_formulas.go @@ -314,6 +314,7 @@ type ReactorFormulasApiGetRequest struct { ApiService *ReactorFormulasApiService name *string page *int32 + start *string size *int32 } @@ -327,6 +328,11 @@ func (r ReactorFormulasApiGetRequest) Page(page int32) ReactorFormulasApiGetRequ return r } +func (r ReactorFormulasApiGetRequest) Start(start string) ReactorFormulasApiGetRequest { + r.start = &start + return r +} + func (r ReactorFormulasApiGetRequest) Size(size int32) ReactorFormulasApiGetRequest { r.size = &size return r @@ -376,6 +382,9 @@ func (a *ReactorFormulasApiService) GetExecute(r ReactorFormulasApiGetRequest) ( if r.page != nil { localVarQueryParams.Add("page", parameterToString(*r.page, "")) } + if r.start != nil { + localVarQueryParams.Add("start", parameterToString(*r.start, "")) + } if r.size != nil { localVarQueryParams.Add("size", parameterToString(*r.size, "")) } diff --git a/api_reactors.go b/api_reactors.go index 11f1a09..7854818 100644 --- a/api_reactors.go +++ b/api_reactors.go @@ -316,6 +316,7 @@ type ReactorsApiGetRequest struct { id *[]string name *string page *int32 + start *string size *int32 } @@ -334,6 +335,11 @@ func (r ReactorsApiGetRequest) Page(page int32) ReactorsApiGetRequest { return r } +func (r ReactorsApiGetRequest) Start(start string) ReactorsApiGetRequest { + r.start = &start + return r +} + func (r ReactorsApiGetRequest) Size(size int32) ReactorsApiGetRequest { r.size = &size return r @@ -394,6 +400,9 @@ func (a *ReactorsApiService) GetExecute(r ReactorsApiGetRequest) (*ReactorPagina if r.page != nil { localVarQueryParams.Add("page", parameterToString(*r.page, "")) } + if r.start != nil { + localVarQueryParams.Add("start", parameterToString(*r.start, "")) + } if r.size != nil { localVarQueryParams.Add("size", parameterToString(*r.size, "")) } diff --git a/api_tenants.go b/api_tenants.go index d005f7c..48405e1 100644 --- a/api_tenants.go +++ b/api_tenants.go @@ -730,6 +730,7 @@ type TenantsApiGetInvitationsRequest struct { ApiService *TenantsApiService status *TenantInvitationStatus page *int32 + start *string size *int32 } @@ -743,6 +744,11 @@ func (r TenantsApiGetInvitationsRequest) Page(page int32) TenantsApiGetInvitatio return r } +func (r TenantsApiGetInvitationsRequest) Start(start string) TenantsApiGetInvitationsRequest { + r.start = &start + return r +} + func (r TenantsApiGetInvitationsRequest) Size(size int32) TenantsApiGetInvitationsRequest { r.size = &size return r @@ -792,6 +798,9 @@ func (a *TenantsApiService) GetInvitationsExecute(r TenantsApiGetInvitationsRequ if r.page != nil { localVarQueryParams.Add("page", parameterToString(*r.page, "")) } + if r.start != nil { + localVarQueryParams.Add("start", parameterToString(*r.start, "")) + } if r.size != nil { localVarQueryParams.Add("size", parameterToString(*r.size, "")) } @@ -887,6 +896,7 @@ type TenantsApiGetMembersRequest struct { ApiService *TenantsApiService userId *[]string page *int32 + start *string size *int32 } @@ -900,6 +910,11 @@ func (r TenantsApiGetMembersRequest) Page(page int32) TenantsApiGetMembersReques return r } +func (r TenantsApiGetMembersRequest) Start(start string) TenantsApiGetMembersRequest { + r.start = &start + return r +} + func (r TenantsApiGetMembersRequest) Size(size int32) TenantsApiGetMembersRequest { r.size = &size return r @@ -957,6 +972,9 @@ func (a *TenantsApiService) GetMembersExecute(r TenantsApiGetMembersRequest) (*T if r.page != nil { localVarQueryParams.Add("page", parameterToString(*r.page, "")) } + if r.start != nil { + localVarQueryParams.Add("start", parameterToString(*r.start, "")) + } if r.size != nil { localVarQueryParams.Add("size", parameterToString(*r.size, "")) } diff --git a/api_tokens.go b/api_tokens.go index e116145..44ed36a 100644 --- a/api_tokens.go +++ b/api_tokens.go @@ -34,7 +34,7 @@ func (r TokensApiCreateRequest) CreateTokenRequest(createTokenRequest CreateToke return r } -func (r TokensApiCreateRequest) Execute() (*CreateTokenResponse, *http.Response, error) { +func (r TokensApiCreateRequest) Execute() (*Token, *http.Response, error) { return r.ApiService.CreateExecute(r) } @@ -52,13 +52,13 @@ func (a *TokensApiService) Create(ctx context.Context) TokensApiCreateRequest { } // Execute executes the request -// @return CreateTokenResponse -func (a *TokensApiService) CreateExecute(r TokensApiCreateRequest) (*CreateTokenResponse, *http.Response, error) { +// @return Token +func (a *TokensApiService) CreateExecute(r TokensApiCreateRequest) (*Token, *http.Response, error) { var ( localVarHTTPMethod = http.MethodPost localVarPostBody interface{} formFiles []formFile - localVarReturnValue *CreateTokenResponse + localVarReturnValue *Token ) localBasePath, err := a.client.cfg.ServerURLWithContext(r.ctx, "TokensApiService.Create") @@ -337,6 +337,7 @@ type TokensApiGetRequest struct { id *[]string metadata *map[string]string page *int32 + start *string size *int32 } @@ -360,6 +361,11 @@ func (r TokensApiGetRequest) Page(page int32) TokensApiGetRequest { return r } +func (r TokensApiGetRequest) Start(start string) TokensApiGetRequest { + r.start = &start + return r +} + func (r TokensApiGetRequest) Size(size int32) TokensApiGetRequest { r.size = &size return r @@ -431,6 +437,9 @@ func (a *TokensApiService) GetExecute(r TokensApiGetRequest) (*TokenPaginatedLis if r.page != nil { localVarQueryParams.Add("page", parameterToString(*r.page, "")) } + if r.start != nil { + localVarQueryParams.Add("start", parameterToString(*r.start, "")) + } if r.size != nil { localVarQueryParams.Add("size", parameterToString(*r.size, "")) } diff --git a/docs/ApplicationsApi.md b/docs/ApplicationsApi.md index 91f5ab2..31a6c0b 100644 --- a/docs/ApplicationsApi.md +++ b/docs/ApplicationsApi.md @@ -146,7 +146,7 @@ Name | Type | Description | Notes ## Get -> ApplicationPaginatedList Get(ctx).Id(id).Type_(type_).Page(page).Size(size).Execute() +> ApplicationPaginatedList Get(ctx).Id(id).Type_(type_).Page(page).Start(start).Size(size).Execute() @@ -166,11 +166,12 @@ func main() { id := []string{"Inner_example"} // []string | (optional) type_ := []string{"Inner_example"} // []string | (optional) page := int32(56) // int32 | (optional) + start := "start_example" // string | (optional) size := int32(56) // int32 | (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ApplicationsApi.Get(context.Background()).Id(id).Type_(type_).Page(page).Size(size).Execute() + resp, r, err := apiClient.ApplicationsApi.Get(context.Background()).Id(id).Type_(type_).Page(page).Start(start).Size(size).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ApplicationsApi.Get``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -194,6 +195,7 @@ Name | Type | Description | Notes **id** | **[]string** | | **type_** | **[]string** | | **page** | **int32** | | + **start** | **string** | | **size** | **int32** | | ### Return type diff --git a/docs/GetApplications.md b/docs/GetApplications.md index 8195847..cf8b062 100644 --- a/docs/GetApplications.md +++ b/docs/GetApplications.md @@ -7,6 +7,7 @@ Name | Type | Description | Notes **Id** | Pointer to **[]string** | | [optional] **Type** | Pointer to **[]string** | | [optional] **Page** | Pointer to **NullableInt32** | | [optional] +**Start** | Pointer to **NullableString** | | [optional] **Size** | Pointer to **NullableInt32** | | [optional] ## Methods @@ -133,6 +134,41 @@ HasPage returns a boolean if a field has been set. `func (o *GetApplications) UnsetPage()` UnsetPage ensures that no value is present for Page, not even an explicit nil +### GetStart + +`func (o *GetApplications) GetStart() string` + +GetStart returns the Start field if non-nil, zero value otherwise. + +### GetStartOk + +`func (o *GetApplications) GetStartOk() (*string, bool)` + +GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStart + +`func (o *GetApplications) SetStart(v string)` + +SetStart sets Start field to given value. + +### HasStart + +`func (o *GetApplications) HasStart() bool` + +HasStart returns a boolean if a field has been set. + +### SetStartNil + +`func (o *GetApplications) SetStartNil(b bool)` + + SetStartNil sets the value for Start to be an explicit nil + +### UnsetStart +`func (o *GetApplications) UnsetStart()` + +UnsetStart ensures that no value is present for Start, not even an explicit nil ### GetSize `func (o *GetApplications) GetSize() int32` diff --git a/docs/GetLogs.md b/docs/GetLogs.md index 18adeb7..d8e4f78 100644 --- a/docs/GetLogs.md +++ b/docs/GetLogs.md @@ -9,6 +9,7 @@ Name | Type | Description | Notes **StartDate** | Pointer to **NullableTime** | | [optional] **EndDate** | Pointer to **NullableTime** | | [optional] **Page** | Pointer to **NullableInt32** | | [optional] +**Start** | Pointer to **NullableString** | | [optional] **Size** | Pointer to **NullableInt32** | | [optional] ## Methods @@ -205,6 +206,41 @@ HasPage returns a boolean if a field has been set. `func (o *GetLogs) UnsetPage()` UnsetPage ensures that no value is present for Page, not even an explicit nil +### GetStart + +`func (o *GetLogs) GetStart() string` + +GetStart returns the Start field if non-nil, zero value otherwise. + +### GetStartOk + +`func (o *GetLogs) GetStartOk() (*string, bool)` + +GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStart + +`func (o *GetLogs) SetStart(v string)` + +SetStart sets Start field to given value. + +### HasStart + +`func (o *GetLogs) HasStart() bool` + +HasStart returns a boolean if a field has been set. + +### SetStartNil + +`func (o *GetLogs) SetStartNil(b bool)` + + SetStartNil sets the value for Start to be an explicit nil + +### UnsetStart +`func (o *GetLogs) UnsetStart()` + +UnsetStart ensures that no value is present for Start, not even an explicit nil ### GetSize `func (o *GetLogs) GetSize() int32` diff --git a/docs/GetProxies.md b/docs/GetProxies.md index 03d894f..7bbf93d 100644 --- a/docs/GetProxies.md +++ b/docs/GetProxies.md @@ -7,6 +7,7 @@ Name | Type | Description | Notes **Id** | Pointer to **[]string** | | [optional] **Name** | Pointer to **NullableString** | | [optional] **Page** | Pointer to **NullableInt32** | | [optional] +**Start** | Pointer to **NullableString** | | [optional] **Size** | Pointer to **NullableInt32** | | [optional] ## Methods @@ -133,6 +134,41 @@ HasPage returns a boolean if a field has been set. `func (o *GetProxies) UnsetPage()` UnsetPage ensures that no value is present for Page, not even an explicit nil +### GetStart + +`func (o *GetProxies) GetStart() string` + +GetStart returns the Start field if non-nil, zero value otherwise. + +### GetStartOk + +`func (o *GetProxies) GetStartOk() (*string, bool)` + +GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStart + +`func (o *GetProxies) SetStart(v string)` + +SetStart sets Start field to given value. + +### HasStart + +`func (o *GetProxies) HasStart() bool` + +HasStart returns a boolean if a field has been set. + +### SetStartNil + +`func (o *GetProxies) SetStartNil(b bool)` + + SetStartNil sets the value for Start to be an explicit nil + +### UnsetStart +`func (o *GetProxies) UnsetStart()` + +UnsetStart ensures that no value is present for Start, not even an explicit nil ### GetSize `func (o *GetProxies) GetSize() int32` diff --git a/docs/GetReactorFormulas.md b/docs/GetReactorFormulas.md index f4beaff..4284e8d 100644 --- a/docs/GetReactorFormulas.md +++ b/docs/GetReactorFormulas.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Name** | Pointer to **NullableString** | | [optional] **Page** | Pointer to **NullableInt32** | | [optional] +**Start** | Pointer to **NullableString** | | [optional] **Size** | Pointer to **NullableInt32** | | [optional] ## Methods @@ -97,6 +98,41 @@ HasPage returns a boolean if a field has been set. `func (o *GetReactorFormulas) UnsetPage()` UnsetPage ensures that no value is present for Page, not even an explicit nil +### GetStart + +`func (o *GetReactorFormulas) GetStart() string` + +GetStart returns the Start field if non-nil, zero value otherwise. + +### GetStartOk + +`func (o *GetReactorFormulas) GetStartOk() (*string, bool)` + +GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStart + +`func (o *GetReactorFormulas) SetStart(v string)` + +SetStart sets Start field to given value. + +### HasStart + +`func (o *GetReactorFormulas) HasStart() bool` + +HasStart returns a boolean if a field has been set. + +### SetStartNil + +`func (o *GetReactorFormulas) SetStartNil(b bool)` + + SetStartNil sets the value for Start to be an explicit nil + +### UnsetStart +`func (o *GetReactorFormulas) UnsetStart()` + +UnsetStart ensures that no value is present for Start, not even an explicit nil ### GetSize `func (o *GetReactorFormulas) GetSize() int32` diff --git a/docs/GetReactors.md b/docs/GetReactors.md index 968addb..f569924 100644 --- a/docs/GetReactors.md +++ b/docs/GetReactors.md @@ -7,6 +7,7 @@ Name | Type | Description | Notes **Id** | Pointer to **[]string** | | [optional] **Name** | Pointer to **NullableString** | | [optional] **Page** | Pointer to **NullableInt32** | | [optional] +**Start** | Pointer to **NullableString** | | [optional] **Size** | Pointer to **NullableInt32** | | [optional] ## Methods @@ -133,6 +134,41 @@ HasPage returns a boolean if a field has been set. `func (o *GetReactors) UnsetPage()` UnsetPage ensures that no value is present for Page, not even an explicit nil +### GetStart + +`func (o *GetReactors) GetStart() string` + +GetStart returns the Start field if non-nil, zero value otherwise. + +### GetStartOk + +`func (o *GetReactors) GetStartOk() (*string, bool)` + +GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStart + +`func (o *GetReactors) SetStart(v string)` + +SetStart sets Start field to given value. + +### HasStart + +`func (o *GetReactors) HasStart() bool` + +HasStart returns a boolean if a field has been set. + +### SetStartNil + +`func (o *GetReactors) SetStartNil(b bool)` + + SetStartNil sets the value for Start to be an explicit nil + +### UnsetStart +`func (o *GetReactors) UnsetStart()` + +UnsetStart ensures that no value is present for Start, not even an explicit nil ### GetSize `func (o *GetReactors) GetSize() int32` diff --git a/docs/GetTenantInvitations.md b/docs/GetTenantInvitations.md index 0995050..fc825d0 100644 --- a/docs/GetTenantInvitations.md +++ b/docs/GetTenantInvitations.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Status** | Pointer to [**TenantInvitationStatus**](TenantInvitationStatus.md) | | [optional] **Page** | Pointer to **NullableInt32** | | [optional] +**Start** | Pointer to **NullableString** | | [optional] **Size** | Pointer to **NullableInt32** | | [optional] ## Methods @@ -87,6 +88,41 @@ HasPage returns a boolean if a field has been set. `func (o *GetTenantInvitations) UnsetPage()` UnsetPage ensures that no value is present for Page, not even an explicit nil +### GetStart + +`func (o *GetTenantInvitations) GetStart() string` + +GetStart returns the Start field if non-nil, zero value otherwise. + +### GetStartOk + +`func (o *GetTenantInvitations) GetStartOk() (*string, bool)` + +GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStart + +`func (o *GetTenantInvitations) SetStart(v string)` + +SetStart sets Start field to given value. + +### HasStart + +`func (o *GetTenantInvitations) HasStart() bool` + +HasStart returns a boolean if a field has been set. + +### SetStartNil + +`func (o *GetTenantInvitations) SetStartNil(b bool)` + + SetStartNil sets the value for Start to be an explicit nil + +### UnsetStart +`func (o *GetTenantInvitations) UnsetStart()` + +UnsetStart ensures that no value is present for Start, not even an explicit nil ### GetSize `func (o *GetTenantInvitations) GetSize() int32` diff --git a/docs/GetTenantMembers.md b/docs/GetTenantMembers.md index cb5ddad..ea8148c 100644 --- a/docs/GetTenantMembers.md +++ b/docs/GetTenantMembers.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **UserId** | Pointer to **[]string** | | [optional] **Page** | Pointer to **NullableInt32** | | [optional] +**Start** | Pointer to **NullableString** | | [optional] **Size** | Pointer to **NullableInt32** | | [optional] ## Methods @@ -97,6 +98,41 @@ HasPage returns a boolean if a field has been set. `func (o *GetTenantMembers) UnsetPage()` UnsetPage ensures that no value is present for Page, not even an explicit nil +### GetStart + +`func (o *GetTenantMembers) GetStart() string` + +GetStart returns the Start field if non-nil, zero value otherwise. + +### GetStartOk + +`func (o *GetTenantMembers) GetStartOk() (*string, bool)` + +GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStart + +`func (o *GetTenantMembers) SetStart(v string)` + +SetStart sets Start field to given value. + +### HasStart + +`func (o *GetTenantMembers) HasStart() bool` + +HasStart returns a boolean if a field has been set. + +### SetStartNil + +`func (o *GetTenantMembers) SetStartNil(b bool)` + + SetStartNil sets the value for Start to be an explicit nil + +### UnsetStart +`func (o *GetTenantMembers) UnsetStart()` + +UnsetStart ensures that no value is present for Start, not even an explicit nil ### GetSize `func (o *GetTenantMembers) GetSize() int32` diff --git a/docs/GetTokens.md b/docs/GetTokens.md index a3f46a9..ba43115 100644 --- a/docs/GetTokens.md +++ b/docs/GetTokens.md @@ -8,6 +8,7 @@ Name | Type | Description | Notes **Id** | Pointer to **[]string** | | [optional] **Metadata** | Pointer to **map[string]string** | | [optional] **Page** | Pointer to **NullableInt32** | | [optional] +**Start** | Pointer to **NullableString** | | [optional] **Size** | Pointer to **NullableInt32** | | [optional] ## Methods @@ -169,6 +170,41 @@ HasPage returns a boolean if a field has been set. `func (o *GetTokens) UnsetPage()` UnsetPage ensures that no value is present for Page, not even an explicit nil +### GetStart + +`func (o *GetTokens) GetStart() string` + +GetStart returns the Start field if non-nil, zero value otherwise. + +### GetStartOk + +`func (o *GetTokens) GetStartOk() (*string, bool)` + +GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStart + +`func (o *GetTokens) SetStart(v string)` + +SetStart sets Start field to given value. + +### HasStart + +`func (o *GetTokens) HasStart() bool` + +HasStart returns a boolean if a field has been set. + +### SetStartNil + +`func (o *GetTokens) SetStartNil(b bool)` + + SetStartNil sets the value for Start to be an explicit nil + +### UnsetStart +`func (o *GetTokens) UnsetStart()` + +UnsetStart ensures that no value is present for Start, not even an explicit nil ### GetSize `func (o *GetTokens) GetSize() int32` diff --git a/docs/Log.md b/docs/Log.md index 83752c9..1d03740 100644 --- a/docs/Log.md +++ b/docs/Log.md @@ -4,6 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**Id** | Pointer to **NullableString** | | [optional] **TenantId** | Pointer to **string** | | [optional] **ActorId** | Pointer to **NullableString** | | [optional] **ActorType** | Pointer to **NullableString** | | [optional] @@ -32,6 +33,41 @@ NewLogWithDefaults instantiates a new Log object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set +### GetId + +`func (o *Log) GetId() string` + +GetId returns the Id field if non-nil, zero value otherwise. + +### GetIdOk + +`func (o *Log) GetIdOk() (*string, bool)` + +GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetId + +`func (o *Log) SetId(v string)` + +SetId sets Id field to given value. + +### HasId + +`func (o *Log) HasId() bool` + +HasId returns a boolean if a field has been set. + +### SetIdNil + +`func (o *Log) SetIdNil(b bool)` + + SetIdNil sets the value for Id to be an explicit nil + +### UnsetId +`func (o *Log) UnsetId()` + +UnsetId ensures that no value is present for Id, not even an explicit nil ### GetTenantId `func (o *Log) GetTenantId() string` diff --git a/docs/LogsApi.md b/docs/LogsApi.md index a8ab93e..fdca2b2 100644 --- a/docs/LogsApi.md +++ b/docs/LogsApi.md @@ -11,7 +11,7 @@ Method | HTTP request | Description ## Get -> LogPaginatedList Get(ctx).EntityType(entityType).EntityId(entityId).StartDate(startDate).EndDate(endDate).Page(page).Size(size).Execute() +> LogPaginatedList Get(ctx).EntityType(entityType).EntityId(entityId).StartDate(startDate).EndDate(endDate).Page(page).Start(start).Size(size).Execute() @@ -34,11 +34,12 @@ func main() { startDate := time.Now() // time.Time | (optional) endDate := time.Now() // time.Time | (optional) page := int32(56) // int32 | (optional) + start := "start_example" // string | (optional) size := int32(56) // int32 | (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.LogsApi.Get(context.Background()).EntityType(entityType).EntityId(entityId).StartDate(startDate).EndDate(endDate).Page(page).Size(size).Execute() + resp, r, err := apiClient.LogsApi.Get(context.Background()).EntityType(entityType).EntityId(entityId).StartDate(startDate).EndDate(endDate).Page(page).Start(start).Size(size).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `LogsApi.Get``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -64,6 +65,7 @@ Name | Type | Description | Notes **startDate** | **time.Time** | | **endDate** | **time.Time** | | **page** | **int32** | | + **start** | **string** | | **size** | **int32** | | ### Return type diff --git a/docs/Pagination.md b/docs/Pagination.md index 4dd2441..9f875e4 100644 --- a/docs/Pagination.md +++ b/docs/Pagination.md @@ -4,10 +4,11 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**TotalItems** | Pointer to **int32** | | [optional] -**PageNumber** | Pointer to **int32** | | [optional] -**PageSize** | Pointer to **int32** | | [optional] -**TotalPages** | Pointer to **int32** | | [optional] +**TotalItems** | Pointer to **NullableInt32** | | [optional] +**PageNumber** | Pointer to **NullableInt32** | | [optional] +**PageSize** | Pointer to **NullableInt32** | | [optional] +**TotalPages** | Pointer to **NullableInt32** | | [optional] +**After** | Pointer to **NullableString** | | [optional] ## Methods @@ -53,6 +54,16 @@ SetTotalItems sets TotalItems field to given value. HasTotalItems returns a boolean if a field has been set. +### SetTotalItemsNil + +`func (o *Pagination) SetTotalItemsNil(b bool)` + + SetTotalItemsNil sets the value for TotalItems to be an explicit nil + +### UnsetTotalItems +`func (o *Pagination) UnsetTotalItems()` + +UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil ### GetPageNumber `func (o *Pagination) GetPageNumber() int32` @@ -78,6 +89,16 @@ SetPageNumber sets PageNumber field to given value. HasPageNumber returns a boolean if a field has been set. +### SetPageNumberNil + +`func (o *Pagination) SetPageNumberNil(b bool)` + + SetPageNumberNil sets the value for PageNumber to be an explicit nil + +### UnsetPageNumber +`func (o *Pagination) UnsetPageNumber()` + +UnsetPageNumber ensures that no value is present for PageNumber, not even an explicit nil ### GetPageSize `func (o *Pagination) GetPageSize() int32` @@ -103,6 +124,16 @@ SetPageSize sets PageSize field to given value. HasPageSize returns a boolean if a field has been set. +### SetPageSizeNil + +`func (o *Pagination) SetPageSizeNil(b bool)` + + SetPageSizeNil sets the value for PageSize to be an explicit nil + +### UnsetPageSize +`func (o *Pagination) UnsetPageSize()` + +UnsetPageSize ensures that no value is present for PageSize, not even an explicit nil ### GetTotalPages `func (o *Pagination) GetTotalPages() int32` @@ -128,6 +159,51 @@ SetTotalPages sets TotalPages field to given value. HasTotalPages returns a boolean if a field has been set. +### SetTotalPagesNil + +`func (o *Pagination) SetTotalPagesNil(b bool)` + + SetTotalPagesNil sets the value for TotalPages to be an explicit nil + +### UnsetTotalPages +`func (o *Pagination) UnsetTotalPages()` + +UnsetTotalPages ensures that no value is present for TotalPages, not even an explicit nil +### GetAfter + +`func (o *Pagination) GetAfter() string` + +GetAfter returns the After field if non-nil, zero value otherwise. + +### GetAfterOk + +`func (o *Pagination) GetAfterOk() (*string, bool)` + +GetAfterOk returns a tuple with the After field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetAfter + +`func (o *Pagination) SetAfter(v string)` + +SetAfter sets After field to given value. + +### HasAfter + +`func (o *Pagination) HasAfter() bool` + +HasAfter returns a boolean if a field has been set. + +### SetAfterNil + +`func (o *Pagination) SetAfterNil(b bool)` + + SetAfterNil sets the value for After to be an explicit nil + +### UnsetAfter +`func (o *Pagination) UnsetAfter()` + +UnsetAfter ensures that no value is present for After, not even an explicit nil [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/ProxiesApi.md b/docs/ProxiesApi.md index a80dcf2..578d34c 100644 --- a/docs/ProxiesApi.md +++ b/docs/ProxiesApi.md @@ -145,7 +145,7 @@ Name | Type | Description | Notes ## Get -> ProxyPaginatedList Get(ctx).Id(id).Name(name).Page(page).Size(size).Execute() +> ProxyPaginatedList Get(ctx).Id(id).Name(name).Page(page).Start(start).Size(size).Execute() @@ -165,11 +165,12 @@ func main() { id := []string{"Inner_example"} // []string | (optional) name := "name_example" // string | (optional) page := int32(56) // int32 | (optional) + start := "start_example" // string | (optional) size := int32(56) // int32 | (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ProxiesApi.Get(context.Background()).Id(id).Name(name).Page(page).Size(size).Execute() + resp, r, err := apiClient.ProxiesApi.Get(context.Background()).Id(id).Name(name).Page(page).Start(start).Size(size).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ProxiesApi.Get``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -193,6 +194,7 @@ Name | Type | Description | Notes **id** | **[]string** | | **name** | **string** | | **page** | **int32** | | + **start** | **string** | | **size** | **int32** | | ### Return type diff --git a/docs/ReactorFormulasApi.md b/docs/ReactorFormulasApi.md index 19160f4..105c62a 100644 --- a/docs/ReactorFormulasApi.md +++ b/docs/ReactorFormulasApi.md @@ -144,7 +144,7 @@ Name | Type | Description | Notes ## Get -> ReactorFormulaPaginatedList Get(ctx).Name(name).Page(page).Size(size).Execute() +> ReactorFormulaPaginatedList Get(ctx).Name(name).Page(page).Start(start).Size(size).Execute() @@ -163,11 +163,12 @@ import ( func main() { name := "name_example" // string | (optional) page := int32(56) // int32 | (optional) + start := "start_example" // string | (optional) size := int32(56) // int32 | (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ReactorFormulasApi.Get(context.Background()).Name(name).Page(page).Size(size).Execute() + resp, r, err := apiClient.ReactorFormulasApi.Get(context.Background()).Name(name).Page(page).Start(start).Size(size).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ReactorFormulasApi.Get``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -190,6 +191,7 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **name** | **string** | | **page** | **int32** | | + **start** | **string** | | **size** | **int32** | | ### Return type diff --git a/docs/ReactorsApi.md b/docs/ReactorsApi.md index 46442c4..0231d5a 100644 --- a/docs/ReactorsApi.md +++ b/docs/ReactorsApi.md @@ -146,7 +146,7 @@ Name | Type | Description | Notes ## Get -> ReactorPaginatedList Get(ctx).Id(id).Name(name).Page(page).Size(size).Execute() +> ReactorPaginatedList Get(ctx).Id(id).Name(name).Page(page).Start(start).Size(size).Execute() @@ -166,11 +166,12 @@ func main() { id := []string{"Inner_example"} // []string | (optional) name := "name_example" // string | (optional) page := int32(56) // int32 | (optional) + start := "start_example" // string | (optional) size := int32(56) // int32 | (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.ReactorsApi.Get(context.Background()).Id(id).Name(name).Page(page).Size(size).Execute() + resp, r, err := apiClient.ReactorsApi.Get(context.Background()).Id(id).Name(name).Page(page).Start(start).Size(size).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `ReactorsApi.Get``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -194,6 +195,7 @@ Name | Type | Description | Notes **id** | **[]string** | | **name** | **string** | | **page** | **int32** | | + **start** | **string** | | **size** | **int32** | | ### Return type diff --git a/docs/SearchTokensRequest.md b/docs/SearchTokensRequest.md index 12f9500..44fbe07 100644 --- a/docs/SearchTokensRequest.md +++ b/docs/SearchTokensRequest.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **Query** | Pointer to **NullableString** | | [optional] **Page** | Pointer to **NullableInt32** | | [optional] +**Start** | Pointer to **NullableString** | | [optional] **Size** | Pointer to **NullableInt32** | | [optional] ## Methods @@ -97,6 +98,41 @@ HasPage returns a boolean if a field has been set. `func (o *SearchTokensRequest) UnsetPage()` UnsetPage ensures that no value is present for Page, not even an explicit nil +### GetStart + +`func (o *SearchTokensRequest) GetStart() string` + +GetStart returns the Start field if non-nil, zero value otherwise. + +### GetStartOk + +`func (o *SearchTokensRequest) GetStartOk() (*string, bool)` + +GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise +and a boolean to check if the value has been set. + +### SetStart + +`func (o *SearchTokensRequest) SetStart(v string)` + +SetStart sets Start field to given value. + +### HasStart + +`func (o *SearchTokensRequest) HasStart() bool` + +HasStart returns a boolean if a field has been set. + +### SetStartNil + +`func (o *SearchTokensRequest) SetStartNil(b bool)` + + SetStartNil sets the value for Start to be an explicit nil + +### UnsetStart +`func (o *SearchTokensRequest) UnsetStart()` + +UnsetStart ensures that no value is present for Start, not even an explicit nil ### GetSize `func (o *SearchTokensRequest) GetSize() int32` diff --git a/docs/TenantsApi.md b/docs/TenantsApi.md index 12f94b9..054d6b5 100644 --- a/docs/TenantsApi.md +++ b/docs/TenantsApi.md @@ -332,7 +332,7 @@ Other parameters are passed through a pointer to a apiGetRequest struct via the ## GetInvitations -> TenantInvitationResponsePaginatedList GetInvitations(ctx).Status(status).Page(page).Size(size).Execute() +> TenantInvitationResponsePaginatedList GetInvitations(ctx).Status(status).Page(page).Start(start).Size(size).Execute() @@ -351,11 +351,12 @@ import ( func main() { status := openapiclient.TenantInvitationStatus("PENDING") // TenantInvitationStatus | (optional) page := int32(56) // int32 | (optional) + start := "start_example" // string | (optional) size := int32(56) // int32 | (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.TenantsApi.GetInvitations(context.Background()).Status(status).Page(page).Size(size).Execute() + resp, r, err := apiClient.TenantsApi.GetInvitations(context.Background()).Status(status).Page(page).Start(start).Size(size).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `TenantsApi.GetInvitations``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -378,6 +379,7 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **status** | [**TenantInvitationStatus**](TenantInvitationStatus.md) | | **page** | **int32** | | + **start** | **string** | | **size** | **int32** | | ### Return type @@ -400,7 +402,7 @@ Name | Type | Description | Notes ## GetMembers -> TenantMemberResponsePaginatedList GetMembers(ctx).UserId(userId).Page(page).Size(size).Execute() +> TenantMemberResponsePaginatedList GetMembers(ctx).UserId(userId).Page(page).Start(start).Size(size).Execute() @@ -419,11 +421,12 @@ import ( func main() { userId := []string{"Inner_example"} // []string | (optional) page := int32(56) // int32 | (optional) + start := "start_example" // string | (optional) size := int32(56) // int32 | (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.TenantsApi.GetMembers(context.Background()).UserId(userId).Page(page).Size(size).Execute() + resp, r, err := apiClient.TenantsApi.GetMembers(context.Background()).UserId(userId).Page(page).Start(start).Size(size).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `TenantsApi.GetMembers``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -446,6 +449,7 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **userId** | **[]string** | | **page** | **int32** | | + **start** | **string** | | **size** | **int32** | | ### Return type diff --git a/docs/TokensApi.md b/docs/TokensApi.md index 1c0a062..8c19f8c 100644 --- a/docs/TokensApi.md +++ b/docs/TokensApi.md @@ -15,7 +15,7 @@ Method | HTTP request | Description ## Create -> CreateTokenResponse Create(ctx).CreateTokenRequest(createTokenRequest).Execute() +> Token Create(ctx).CreateTokenRequest(createTokenRequest).Execute() @@ -41,7 +41,7 @@ func main() { fmt.Fprintf(os.Stderr, "Error when calling `TokensApi.Create``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) } - // response from `Create`: CreateTokenResponse + // response from `Create`: Token fmt.Fprintf(os.Stdout, "Response from `TokensApi.Create`: %v\n", resp) } ``` @@ -61,7 +61,7 @@ Name | Type | Description | Notes ### Return type -[**CreateTokenResponse**](CreateTokenResponse.md) +[**Token**](Token.md) ### Authorization @@ -145,7 +145,7 @@ Name | Type | Description | Notes ## Get -> TokenPaginatedList Get(ctx).Type_(type_).Id(id).Metadata(metadata).Page(page).Size(size).Execute() +> TokenPaginatedList Get(ctx).Type_(type_).Id(id).Metadata(metadata).Page(page).Start(start).Size(size).Execute() @@ -166,11 +166,12 @@ func main() { id := []string{"Inner_example"} // []string | (optional) metadata := map[string]string{"key": map[string]string{"key": "Inner_example"}} // map[string]string | (optional) page := int32(56) // int32 | (optional) + start := "start_example" // string | (optional) size := int32(56) // int32 | (optional) configuration := openapiclient.NewConfiguration() apiClient := openapiclient.NewAPIClient(configuration) - resp, r, err := apiClient.TokensApi.Get(context.Background()).Type_(type_).Id(id).Metadata(metadata).Page(page).Size(size).Execute() + resp, r, err := apiClient.TokensApi.Get(context.Background()).Type_(type_).Id(id).Metadata(metadata).Page(page).Start(start).Size(size).Execute() if err != nil { fmt.Fprintf(os.Stderr, "Error when calling `TokensApi.Get``: %v\n", err) fmt.Fprintf(os.Stderr, "Full HTTP response: %v\n", r) @@ -195,6 +196,7 @@ Name | Type | Description | Notes **id** | **[]string** | | **metadata** | **map[string]map[string]string** | | **page** | **int32** | | + **start** | **string** | | **size** | **int32** | | ### Return type diff --git a/model_get_applications.go b/model_get_applications.go index 6c495a5..cd36b67 100644 --- a/model_get_applications.go +++ b/model_get_applications.go @@ -19,10 +19,11 @@ var _ MappedNullable = &GetApplications{} // GetApplications struct for GetApplications type GetApplications struct { - Id []string `json:"id,omitempty"` - Type []string `json:"type,omitempty"` - Page NullableInt32 `json:"page,omitempty"` - Size NullableInt32 `json:"size,omitempty"` + Id []string `json:"id,omitempty"` + Type []string `json:"type,omitempty"` + Page NullableInt32 `json:"page,omitempty"` + Start NullableString `json:"start,omitempty"` + Size NullableInt32 `json:"size,omitempty"` } // NewGetApplications instantiates a new GetApplications object @@ -151,6 +152,49 @@ func (o *GetApplications) UnsetPage() { o.Page.Unset() } +// GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *GetApplications) GetStart() string { + if o == nil || IsNil(o.Start.Get()) { + var ret string + return ret + } + return *o.Start.Get() +} + +// GetStartOk returns a tuple with the Start field value if set, nil otherwise +// and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned +func (o *GetApplications) GetStartOk() (*string, bool) { + if o == nil { + return nil, false + } + return o.Start.Get(), o.Start.IsSet() +} + +// HasStart returns a boolean if a field is not nil. +func (o *GetApplications) HasStart() bool { + if o != nil && !IsNil(o.Start) { + return true + } + + return false +} + +// SetStart gets a reference to the given NullableString and assigns it to the Start field. +func (o *GetApplications) SetStart(v string) { + o.Start.Set(&v) +} + +// SetStartNil sets the value for Start to be an explicit nil +func (o *GetApplications) SetStartNil() { + o.Start.Set(nil) +} + +// UnsetStart ensures that no value is present for Start, not even an explicit nil +func (o *GetApplications) UnsetStart() { + o.Start.Unset() +} + // GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null). func (o *GetApplications) GetSize() int32 { if o == nil || IsNil(o.Size.Get()) { @@ -213,6 +257,9 @@ func (o GetApplications) ToMap() (map[string]interface{}, error) { if o.Page.IsSet() { toSerialize["page"] = o.Page.Get() } + if o.Start.IsSet() { + toSerialize["start"] = o.Start.Get() + } if o.Size.IsSet() { toSerialize["size"] = o.Size.Get() } diff --git a/model_get_logs.go b/model_get_logs.go index 2dc2ee5..dd5c054 100644 --- a/model_get_logs.go +++ b/model_get_logs.go @@ -25,6 +25,7 @@ type GetLogs struct { StartDate NullableTime `json:"start_date,omitempty"` EndDate NullableTime `json:"end_date,omitempty"` Page NullableInt32 `json:"page,omitempty"` + Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` } @@ -260,6 +261,49 @@ func (o *GetLogs) UnsetPage() { o.Page.Unset() } +// GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *GetLogs) GetStart() string { + if o == nil || IsNil(o.Start.Get()) { + var ret string + return ret + } + return *o.Start.Get() +} + +// GetStartOk returns a tuple with the Start field value if set, nil otherwise +// and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned +func (o *GetLogs) GetStartOk() (*string, bool) { + if o == nil { + return nil, false + } + return o.Start.Get(), o.Start.IsSet() +} + +// HasStart returns a boolean if a field is not nil. +func (o *GetLogs) HasStart() bool { + if o != nil && !IsNil(o.Start) { + return true + } + + return false +} + +// SetStart gets a reference to the given NullableString and assigns it to the Start field. +func (o *GetLogs) SetStart(v string) { + o.Start.Set(&v) +} + +// SetStartNil sets the value for Start to be an explicit nil +func (o *GetLogs) SetStartNil() { + o.Start.Set(nil) +} + +// UnsetStart ensures that no value is present for Start, not even an explicit nil +func (o *GetLogs) UnsetStart() { + o.Start.Unset() +} + // GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null). func (o *GetLogs) GetSize() int32 { if o == nil || IsNil(o.Size.Get()) { @@ -328,6 +372,9 @@ func (o GetLogs) ToMap() (map[string]interface{}, error) { if o.Page.IsSet() { toSerialize["page"] = o.Page.Get() } + if o.Start.IsSet() { + toSerialize["start"] = o.Start.Get() + } if o.Size.IsSet() { toSerialize["size"] = o.Size.Get() } diff --git a/model_get_proxies.go b/model_get_proxies.go index 19dbe3c..b582023 100644 --- a/model_get_proxies.go +++ b/model_get_proxies.go @@ -19,10 +19,11 @@ var _ MappedNullable = &GetProxies{} // GetProxies struct for GetProxies type GetProxies struct { - Id []string `json:"id,omitempty"` - Name NullableString `json:"name,omitempty"` - Page NullableInt32 `json:"page,omitempty"` - Size NullableInt32 `json:"size,omitempty"` + Id []string `json:"id,omitempty"` + Name NullableString `json:"name,omitempty"` + Page NullableInt32 `json:"page,omitempty"` + Start NullableString `json:"start,omitempty"` + Size NullableInt32 `json:"size,omitempty"` } // NewGetProxies instantiates a new GetProxies object @@ -161,6 +162,49 @@ func (o *GetProxies) UnsetPage() { o.Page.Unset() } +// GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *GetProxies) GetStart() string { + if o == nil || IsNil(o.Start.Get()) { + var ret string + return ret + } + return *o.Start.Get() +} + +// GetStartOk returns a tuple with the Start field value if set, nil otherwise +// and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned +func (o *GetProxies) GetStartOk() (*string, bool) { + if o == nil { + return nil, false + } + return o.Start.Get(), o.Start.IsSet() +} + +// HasStart returns a boolean if a field is not nil. +func (o *GetProxies) HasStart() bool { + if o != nil && !IsNil(o.Start) { + return true + } + + return false +} + +// SetStart gets a reference to the given NullableString and assigns it to the Start field. +func (o *GetProxies) SetStart(v string) { + o.Start.Set(&v) +} + +// SetStartNil sets the value for Start to be an explicit nil +func (o *GetProxies) SetStartNil() { + o.Start.Set(nil) +} + +// UnsetStart ensures that no value is present for Start, not even an explicit nil +func (o *GetProxies) UnsetStart() { + o.Start.Unset() +} + // GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null). func (o *GetProxies) GetSize() int32 { if o == nil || IsNil(o.Size.Get()) { @@ -223,6 +267,9 @@ func (o GetProxies) ToMap() (map[string]interface{}, error) { if o.Page.IsSet() { toSerialize["page"] = o.Page.Get() } + if o.Start.IsSet() { + toSerialize["start"] = o.Start.Get() + } if o.Size.IsSet() { toSerialize["size"] = o.Size.Get() } diff --git a/model_get_reactor_formulas.go b/model_get_reactor_formulas.go index 1224f0a..181b097 100644 --- a/model_get_reactor_formulas.go +++ b/model_get_reactor_formulas.go @@ -19,9 +19,10 @@ var _ MappedNullable = &GetReactorFormulas{} // GetReactorFormulas struct for GetReactorFormulas type GetReactorFormulas struct { - Name NullableString `json:"name,omitempty"` - Page NullableInt32 `json:"page,omitempty"` - Size NullableInt32 `json:"size,omitempty"` + Name NullableString `json:"name,omitempty"` + Page NullableInt32 `json:"page,omitempty"` + Start NullableString `json:"start,omitempty"` + Size NullableInt32 `json:"size,omitempty"` } // NewGetReactorFormulas instantiates a new GetReactorFormulas object @@ -127,6 +128,49 @@ func (o *GetReactorFormulas) UnsetPage() { o.Page.Unset() } +// GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *GetReactorFormulas) GetStart() string { + if o == nil || IsNil(o.Start.Get()) { + var ret string + return ret + } + return *o.Start.Get() +} + +// GetStartOk returns a tuple with the Start field value if set, nil otherwise +// and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned +func (o *GetReactorFormulas) GetStartOk() (*string, bool) { + if o == nil { + return nil, false + } + return o.Start.Get(), o.Start.IsSet() +} + +// HasStart returns a boolean if a field is not nil. +func (o *GetReactorFormulas) HasStart() bool { + if o != nil && !IsNil(o.Start) { + return true + } + + return false +} + +// SetStart gets a reference to the given NullableString and assigns it to the Start field. +func (o *GetReactorFormulas) SetStart(v string) { + o.Start.Set(&v) +} + +// SetStartNil sets the value for Start to be an explicit nil +func (o *GetReactorFormulas) SetStartNil() { + o.Start.Set(nil) +} + +// UnsetStart ensures that no value is present for Start, not even an explicit nil +func (o *GetReactorFormulas) UnsetStart() { + o.Start.Unset() +} + // GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null). func (o *GetReactorFormulas) GetSize() int32 { if o == nil || IsNil(o.Size.Get()) { @@ -186,6 +230,9 @@ func (o GetReactorFormulas) ToMap() (map[string]interface{}, error) { if o.Page.IsSet() { toSerialize["page"] = o.Page.Get() } + if o.Start.IsSet() { + toSerialize["start"] = o.Start.Get() + } if o.Size.IsSet() { toSerialize["size"] = o.Size.Get() } diff --git a/model_get_reactors.go b/model_get_reactors.go index 661cf36..0b7e892 100644 --- a/model_get_reactors.go +++ b/model_get_reactors.go @@ -19,10 +19,11 @@ var _ MappedNullable = &GetReactors{} // GetReactors struct for GetReactors type GetReactors struct { - Id []string `json:"id,omitempty"` - Name NullableString `json:"name,omitempty"` - Page NullableInt32 `json:"page,omitempty"` - Size NullableInt32 `json:"size,omitempty"` + Id []string `json:"id,omitempty"` + Name NullableString `json:"name,omitempty"` + Page NullableInt32 `json:"page,omitempty"` + Start NullableString `json:"start,omitempty"` + Size NullableInt32 `json:"size,omitempty"` } // NewGetReactors instantiates a new GetReactors object @@ -161,6 +162,49 @@ func (o *GetReactors) UnsetPage() { o.Page.Unset() } +// GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *GetReactors) GetStart() string { + if o == nil || IsNil(o.Start.Get()) { + var ret string + return ret + } + return *o.Start.Get() +} + +// GetStartOk returns a tuple with the Start field value if set, nil otherwise +// and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned +func (o *GetReactors) GetStartOk() (*string, bool) { + if o == nil { + return nil, false + } + return o.Start.Get(), o.Start.IsSet() +} + +// HasStart returns a boolean if a field is not nil. +func (o *GetReactors) HasStart() bool { + if o != nil && !IsNil(o.Start) { + return true + } + + return false +} + +// SetStart gets a reference to the given NullableString and assigns it to the Start field. +func (o *GetReactors) SetStart(v string) { + o.Start.Set(&v) +} + +// SetStartNil sets the value for Start to be an explicit nil +func (o *GetReactors) SetStartNil() { + o.Start.Set(nil) +} + +// UnsetStart ensures that no value is present for Start, not even an explicit nil +func (o *GetReactors) UnsetStart() { + o.Start.Unset() +} + // GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null). func (o *GetReactors) GetSize() int32 { if o == nil || IsNil(o.Size.Get()) { @@ -223,6 +267,9 @@ func (o GetReactors) ToMap() (map[string]interface{}, error) { if o.Page.IsSet() { toSerialize["page"] = o.Page.Get() } + if o.Start.IsSet() { + toSerialize["start"] = o.Start.Get() + } if o.Size.IsSet() { toSerialize["size"] = o.Size.Get() } diff --git a/model_get_tenant_invitations.go b/model_get_tenant_invitations.go index fb629b4..29ca39a 100644 --- a/model_get_tenant_invitations.go +++ b/model_get_tenant_invitations.go @@ -21,6 +21,7 @@ var _ MappedNullable = &GetTenantInvitations{} type GetTenantInvitations struct { Status *TenantInvitationStatus `json:"status,omitempty"` Page NullableInt32 `json:"page,omitempty"` + Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` } @@ -116,6 +117,49 @@ func (o *GetTenantInvitations) UnsetPage() { o.Page.Unset() } +// GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *GetTenantInvitations) GetStart() string { + if o == nil || IsNil(o.Start.Get()) { + var ret string + return ret + } + return *o.Start.Get() +} + +// GetStartOk returns a tuple with the Start field value if set, nil otherwise +// and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned +func (o *GetTenantInvitations) GetStartOk() (*string, bool) { + if o == nil { + return nil, false + } + return o.Start.Get(), o.Start.IsSet() +} + +// HasStart returns a boolean if a field is not nil. +func (o *GetTenantInvitations) HasStart() bool { + if o != nil && !IsNil(o.Start) { + return true + } + + return false +} + +// SetStart gets a reference to the given NullableString and assigns it to the Start field. +func (o *GetTenantInvitations) SetStart(v string) { + o.Start.Set(&v) +} + +// SetStartNil sets the value for Start to be an explicit nil +func (o *GetTenantInvitations) SetStartNil() { + o.Start.Set(nil) +} + +// UnsetStart ensures that no value is present for Start, not even an explicit nil +func (o *GetTenantInvitations) UnsetStart() { + o.Start.Unset() +} + // GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null). func (o *GetTenantInvitations) GetSize() int32 { if o == nil || IsNil(o.Size.Get()) { @@ -175,6 +219,9 @@ func (o GetTenantInvitations) ToMap() (map[string]interface{}, error) { if o.Page.IsSet() { toSerialize["page"] = o.Page.Get() } + if o.Start.IsSet() { + toSerialize["start"] = o.Start.Get() + } if o.Size.IsSet() { toSerialize["size"] = o.Size.Get() } diff --git a/model_get_tenant_members.go b/model_get_tenant_members.go index e94b46d..ef2d295 100644 --- a/model_get_tenant_members.go +++ b/model_get_tenant_members.go @@ -19,9 +19,10 @@ var _ MappedNullable = &GetTenantMembers{} // GetTenantMembers struct for GetTenantMembers type GetTenantMembers struct { - UserId []string `json:"user_id,omitempty"` - Page NullableInt32 `json:"page,omitempty"` - Size NullableInt32 `json:"size,omitempty"` + UserId []string `json:"user_id,omitempty"` + Page NullableInt32 `json:"page,omitempty"` + Start NullableString `json:"start,omitempty"` + Size NullableInt32 `json:"size,omitempty"` } // NewGetTenantMembers instantiates a new GetTenantMembers object @@ -117,6 +118,49 @@ func (o *GetTenantMembers) UnsetPage() { o.Page.Unset() } +// GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *GetTenantMembers) GetStart() string { + if o == nil || IsNil(o.Start.Get()) { + var ret string + return ret + } + return *o.Start.Get() +} + +// GetStartOk returns a tuple with the Start field value if set, nil otherwise +// and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned +func (o *GetTenantMembers) GetStartOk() (*string, bool) { + if o == nil { + return nil, false + } + return o.Start.Get(), o.Start.IsSet() +} + +// HasStart returns a boolean if a field is not nil. +func (o *GetTenantMembers) HasStart() bool { + if o != nil && !IsNil(o.Start) { + return true + } + + return false +} + +// SetStart gets a reference to the given NullableString and assigns it to the Start field. +func (o *GetTenantMembers) SetStart(v string) { + o.Start.Set(&v) +} + +// SetStartNil sets the value for Start to be an explicit nil +func (o *GetTenantMembers) SetStartNil() { + o.Start.Set(nil) +} + +// UnsetStart ensures that no value is present for Start, not even an explicit nil +func (o *GetTenantMembers) UnsetStart() { + o.Start.Unset() +} + // GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null). func (o *GetTenantMembers) GetSize() int32 { if o == nil || IsNil(o.Size.Get()) { @@ -176,6 +220,9 @@ func (o GetTenantMembers) ToMap() (map[string]interface{}, error) { if o.Page.IsSet() { toSerialize["page"] = o.Page.Get() } + if o.Start.IsSet() { + toSerialize["start"] = o.Start.Get() + } if o.Size.IsSet() { toSerialize["size"] = o.Size.Get() } diff --git a/model_get_tokens.go b/model_get_tokens.go index a1de052..3914c5d 100644 --- a/model_get_tokens.go +++ b/model_get_tokens.go @@ -23,6 +23,7 @@ type GetTokens struct { Id []string `json:"id,omitempty"` Metadata map[string]string `json:"metadata,omitempty"` Page NullableInt32 `json:"page,omitempty"` + Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` } @@ -185,6 +186,49 @@ func (o *GetTokens) UnsetPage() { o.Page.Unset() } +// GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *GetTokens) GetStart() string { + if o == nil || IsNil(o.Start.Get()) { + var ret string + return ret + } + return *o.Start.Get() +} + +// GetStartOk returns a tuple with the Start field value if set, nil otherwise +// and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned +func (o *GetTokens) GetStartOk() (*string, bool) { + if o == nil { + return nil, false + } + return o.Start.Get(), o.Start.IsSet() +} + +// HasStart returns a boolean if a field is not nil. +func (o *GetTokens) HasStart() bool { + if o != nil && !IsNil(o.Start) { + return true + } + + return false +} + +// SetStart gets a reference to the given NullableString and assigns it to the Start field. +func (o *GetTokens) SetStart(v string) { + o.Start.Set(&v) +} + +// SetStartNil sets the value for Start to be an explicit nil +func (o *GetTokens) SetStartNil() { + o.Start.Set(nil) +} + +// UnsetStart ensures that no value is present for Start, not even an explicit nil +func (o *GetTokens) UnsetStart() { + o.Start.Unset() +} + // GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null). func (o *GetTokens) GetSize() int32 { if o == nil || IsNil(o.Size.Get()) { @@ -250,6 +294,9 @@ func (o GetTokens) ToMap() (map[string]interface{}, error) { if o.Page.IsSet() { toSerialize["page"] = o.Page.Get() } + if o.Start.IsSet() { + toSerialize["start"] = o.Start.Get() + } if o.Size.IsSet() { toSerialize["size"] = o.Size.Get() } diff --git a/model_log.go b/model_log.go index f766e23..9d2281d 100644 --- a/model_log.go +++ b/model_log.go @@ -20,6 +20,7 @@ var _ MappedNullable = &Log{} // Log struct for Log type Log struct { + Id NullableString `json:"id,omitempty"` TenantId *string `json:"tenant_id,omitempty"` ActorId NullableString `json:"actor_id,omitempty"` ActorType NullableString `json:"actor_type,omitempty"` @@ -47,6 +48,49 @@ func NewLogWithDefaults() *Log { return &this } +// GetId returns the Id field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *Log) GetId() string { + if o == nil || IsNil(o.Id.Get()) { + var ret string + return ret + } + return *o.Id.Get() +} + +// GetIdOk returns a tuple with the Id field value if set, nil otherwise +// and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned +func (o *Log) GetIdOk() (*string, bool) { + if o == nil { + return nil, false + } + return o.Id.Get(), o.Id.IsSet() +} + +// HasId returns a boolean if a field is not nil. +func (o *Log) HasId() bool { + if o != nil && !IsNil(o.Id) { + return true + } + + return false +} + +// SetId gets a reference to the given NullableString and assigns it to the Id field. +func (o *Log) SetId(v string) { + o.Id.Set(&v) +} + +// SetIdNil sets the value for Id to be an explicit nil +func (o *Log) SetIdNil() { + o.Id.Set(nil) +} + +// UnsetId ensures that no value is present for Id, not even an explicit nil +func (o *Log) UnsetId() { + o.Id.Unset() +} + // GetTenantId returns the TenantId field value if set, zero value otherwise. func (o *Log) GetTenantId() string { if o == nil || IsNil(o.TenantId) { @@ -390,6 +434,9 @@ func (o Log) MarshalJSON() ([]byte, error) { func (o Log) ToMap() (map[string]interface{}, error) { toSerialize := map[string]interface{}{} + if o.Id.IsSet() { + toSerialize["id"] = o.Id.Get() + } if !IsNil(o.TenantId) { toSerialize["tenant_id"] = o.TenantId } diff --git a/model_pagination.go b/model_pagination.go index e33c004..1190190 100644 --- a/model_pagination.go +++ b/model_pagination.go @@ -19,10 +19,11 @@ var _ MappedNullable = &Pagination{} // Pagination struct for Pagination type Pagination struct { - TotalItems *int32 `json:"total_items,omitempty"` - PageNumber *int32 `json:"page_number,omitempty"` - PageSize *int32 `json:"page_size,omitempty"` - TotalPages *int32 `json:"total_pages,omitempty"` + TotalItems NullableInt32 `json:"total_items,omitempty"` + PageNumber NullableInt32 `json:"page_number,omitempty"` + PageSize NullableInt32 `json:"page_size,omitempty"` + TotalPages NullableInt32 `json:"total_pages,omitempty"` + After NullableString `json:"after,omitempty"` } // NewPagination instantiates a new Pagination object @@ -42,22 +43,23 @@ func NewPaginationWithDefaults() *Pagination { return &this } -// GetTotalItems returns the TotalItems field value if set, zero value otherwise. +// GetTotalItems returns the TotalItems field value if set, zero value otherwise (both if not set or set to explicit null). func (o *Pagination) GetTotalItems() int32 { - if o == nil || IsNil(o.TotalItems) { + if o == nil || IsNil(o.TotalItems.Get()) { var ret int32 return ret } - return *o.TotalItems + return *o.TotalItems.Get() } // GetTotalItemsOk returns a tuple with the TotalItems field value if set, nil otherwise // and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned func (o *Pagination) GetTotalItemsOk() (*int32, bool) { - if o == nil || IsNil(o.TotalItems) { + if o == nil { return nil, false } - return o.TotalItems, true + return o.TotalItems.Get(), o.TotalItems.IsSet() } // HasTotalItems returns a boolean if a field is not nil. @@ -69,27 +71,38 @@ func (o *Pagination) HasTotalItems() bool { return false } -// SetTotalItems gets a reference to the given int32 and assigns it to the TotalItems field. +// SetTotalItems gets a reference to the given NullableInt32 and assigns it to the TotalItems field. func (o *Pagination) SetTotalItems(v int32) { - o.TotalItems = &v + o.TotalItems.Set(&v) } -// GetPageNumber returns the PageNumber field value if set, zero value otherwise. +// SetTotalItemsNil sets the value for TotalItems to be an explicit nil +func (o *Pagination) SetTotalItemsNil() { + o.TotalItems.Set(nil) +} + +// UnsetTotalItems ensures that no value is present for TotalItems, not even an explicit nil +func (o *Pagination) UnsetTotalItems() { + o.TotalItems.Unset() +} + +// GetPageNumber returns the PageNumber field value if set, zero value otherwise (both if not set or set to explicit null). func (o *Pagination) GetPageNumber() int32 { - if o == nil || IsNil(o.PageNumber) { + if o == nil || IsNil(o.PageNumber.Get()) { var ret int32 return ret } - return *o.PageNumber + return *o.PageNumber.Get() } // GetPageNumberOk returns a tuple with the PageNumber field value if set, nil otherwise // and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned func (o *Pagination) GetPageNumberOk() (*int32, bool) { - if o == nil || IsNil(o.PageNumber) { + if o == nil { return nil, false } - return o.PageNumber, true + return o.PageNumber.Get(), o.PageNumber.IsSet() } // HasPageNumber returns a boolean if a field is not nil. @@ -101,27 +114,38 @@ func (o *Pagination) HasPageNumber() bool { return false } -// SetPageNumber gets a reference to the given int32 and assigns it to the PageNumber field. +// SetPageNumber gets a reference to the given NullableInt32 and assigns it to the PageNumber field. func (o *Pagination) SetPageNumber(v int32) { - o.PageNumber = &v + o.PageNumber.Set(&v) +} + +// SetPageNumberNil sets the value for PageNumber to be an explicit nil +func (o *Pagination) SetPageNumberNil() { + o.PageNumber.Set(nil) +} + +// UnsetPageNumber ensures that no value is present for PageNumber, not even an explicit nil +func (o *Pagination) UnsetPageNumber() { + o.PageNumber.Unset() } -// GetPageSize returns the PageSize field value if set, zero value otherwise. +// GetPageSize returns the PageSize field value if set, zero value otherwise (both if not set or set to explicit null). func (o *Pagination) GetPageSize() int32 { - if o == nil || IsNil(o.PageSize) { + if o == nil || IsNil(o.PageSize.Get()) { var ret int32 return ret } - return *o.PageSize + return *o.PageSize.Get() } // GetPageSizeOk returns a tuple with the PageSize field value if set, nil otherwise // and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned func (o *Pagination) GetPageSizeOk() (*int32, bool) { - if o == nil || IsNil(o.PageSize) { + if o == nil { return nil, false } - return o.PageSize, true + return o.PageSize.Get(), o.PageSize.IsSet() } // HasPageSize returns a boolean if a field is not nil. @@ -133,27 +157,38 @@ func (o *Pagination) HasPageSize() bool { return false } -// SetPageSize gets a reference to the given int32 and assigns it to the PageSize field. +// SetPageSize gets a reference to the given NullableInt32 and assigns it to the PageSize field. func (o *Pagination) SetPageSize(v int32) { - o.PageSize = &v + o.PageSize.Set(&v) +} + +// SetPageSizeNil sets the value for PageSize to be an explicit nil +func (o *Pagination) SetPageSizeNil() { + o.PageSize.Set(nil) } -// GetTotalPages returns the TotalPages field value if set, zero value otherwise. +// UnsetPageSize ensures that no value is present for PageSize, not even an explicit nil +func (o *Pagination) UnsetPageSize() { + o.PageSize.Unset() +} + +// GetTotalPages returns the TotalPages field value if set, zero value otherwise (both if not set or set to explicit null). func (o *Pagination) GetTotalPages() int32 { - if o == nil || IsNil(o.TotalPages) { + if o == nil || IsNil(o.TotalPages.Get()) { var ret int32 return ret } - return *o.TotalPages + return *o.TotalPages.Get() } // GetTotalPagesOk returns a tuple with the TotalPages field value if set, nil otherwise // and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned func (o *Pagination) GetTotalPagesOk() (*int32, bool) { - if o == nil || IsNil(o.TotalPages) { + if o == nil { return nil, false } - return o.TotalPages, true + return o.TotalPages.Get(), o.TotalPages.IsSet() } // HasTotalPages returns a boolean if a field is not nil. @@ -165,9 +200,62 @@ func (o *Pagination) HasTotalPages() bool { return false } -// SetTotalPages gets a reference to the given int32 and assigns it to the TotalPages field. +// SetTotalPages gets a reference to the given NullableInt32 and assigns it to the TotalPages field. func (o *Pagination) SetTotalPages(v int32) { - o.TotalPages = &v + o.TotalPages.Set(&v) +} + +// SetTotalPagesNil sets the value for TotalPages to be an explicit nil +func (o *Pagination) SetTotalPagesNil() { + o.TotalPages.Set(nil) +} + +// UnsetTotalPages ensures that no value is present for TotalPages, not even an explicit nil +func (o *Pagination) UnsetTotalPages() { + o.TotalPages.Unset() +} + +// GetAfter returns the After field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *Pagination) GetAfter() string { + if o == nil || IsNil(o.After.Get()) { + var ret string + return ret + } + return *o.After.Get() +} + +// GetAfterOk returns a tuple with the After field value if set, nil otherwise +// and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned +func (o *Pagination) GetAfterOk() (*string, bool) { + if o == nil { + return nil, false + } + return o.After.Get(), o.After.IsSet() +} + +// HasAfter returns a boolean if a field is not nil. +func (o *Pagination) HasAfter() bool { + if o != nil && !IsNil(o.After) { + return true + } + + return false +} + +// SetAfter gets a reference to the given NullableString and assigns it to the After field. +func (o *Pagination) SetAfter(v string) { + o.After.Set(&v) +} + +// SetAfterNil sets the value for After to be an explicit nil +func (o *Pagination) SetAfterNil() { + o.After.Set(nil) +} + +// UnsetAfter ensures that no value is present for After, not even an explicit nil +func (o *Pagination) UnsetAfter() { + o.After.Unset() } func (o Pagination) MarshalJSON() ([]byte, error) { @@ -180,17 +268,20 @@ func (o Pagination) MarshalJSON() ([]byte, error) { func (o Pagination) ToMap() (map[string]interface{}, error) { toSerialize := map[string]interface{}{} - if !IsNil(o.TotalItems) { - toSerialize["total_items"] = o.TotalItems + if o.TotalItems.IsSet() { + toSerialize["total_items"] = o.TotalItems.Get() + } + if o.PageNumber.IsSet() { + toSerialize["page_number"] = o.PageNumber.Get() } - if !IsNil(o.PageNumber) { - toSerialize["page_number"] = o.PageNumber + if o.PageSize.IsSet() { + toSerialize["page_size"] = o.PageSize.Get() } - if !IsNil(o.PageSize) { - toSerialize["page_size"] = o.PageSize + if o.TotalPages.IsSet() { + toSerialize["total_pages"] = o.TotalPages.Get() } - if !IsNil(o.TotalPages) { - toSerialize["total_pages"] = o.TotalPages + if o.After.IsSet() { + toSerialize["after"] = o.After.Get() } return toSerialize, nil } diff --git a/model_search_tokens_request.go b/model_search_tokens_request.go index 4b66d05..6fe4f74 100644 --- a/model_search_tokens_request.go +++ b/model_search_tokens_request.go @@ -21,6 +21,7 @@ var _ MappedNullable = &SearchTokensRequest{} type SearchTokensRequest struct { Query NullableString `json:"query,omitempty"` Page NullableInt32 `json:"page,omitempty"` + Start NullableString `json:"start,omitempty"` Size NullableInt32 `json:"size,omitempty"` } @@ -127,6 +128,49 @@ func (o *SearchTokensRequest) UnsetPage() { o.Page.Unset() } +// GetStart returns the Start field value if set, zero value otherwise (both if not set or set to explicit null). +func (o *SearchTokensRequest) GetStart() string { + if o == nil || IsNil(o.Start.Get()) { + var ret string + return ret + } + return *o.Start.Get() +} + +// GetStartOk returns a tuple with the Start field value if set, nil otherwise +// and a boolean to check if the value has been set. +// NOTE: If the value is an explicit nil, `nil, true` will be returned +func (o *SearchTokensRequest) GetStartOk() (*string, bool) { + if o == nil { + return nil, false + } + return o.Start.Get(), o.Start.IsSet() +} + +// HasStart returns a boolean if a field is not nil. +func (o *SearchTokensRequest) HasStart() bool { + if o != nil && !IsNil(o.Start) { + return true + } + + return false +} + +// SetStart gets a reference to the given NullableString and assigns it to the Start field. +func (o *SearchTokensRequest) SetStart(v string) { + o.Start.Set(&v) +} + +// SetStartNil sets the value for Start to be an explicit nil +func (o *SearchTokensRequest) SetStartNil() { + o.Start.Set(nil) +} + +// UnsetStart ensures that no value is present for Start, not even an explicit nil +func (o *SearchTokensRequest) UnsetStart() { + o.Start.Unset() +} + // GetSize returns the Size field value if set, zero value otherwise (both if not set or set to explicit null). func (o *SearchTokensRequest) GetSize() int32 { if o == nil || IsNil(o.Size.Get()) { @@ -186,6 +230,9 @@ func (o SearchTokensRequest) ToMap() (map[string]interface{}, error) { if o.Page.IsSet() { toSerialize["page"] = o.Page.Get() } + if o.Start.IsSet() { + toSerialize["start"] = o.Start.Get() + } if o.Size.IsSet() { toSerialize["size"] = o.Size.Get() } diff --git a/swagger.json b/swagger.json index a142475..f33d478 100644 --- a/swagger.json +++ b/swagger.json @@ -55,6 +55,14 @@ "nullable": true } }, + { + "name": "start", + "in": "query", + "schema": { + "type": "string", + "nullable": true + } + }, { "name": "size", "in": "query", @@ -617,19 +625,26 @@ "name": "page", "in": "query", "schema": { - "maximum": 2147483647, - "minimum": 0, - "exclusiveMinimum": true, "type": "integer", "format": "int32", "nullable": true } }, + { + "name": "start", + "in": "query", + "schema": { + "maxLength": 500, + "pattern": "^.+$", + "type": "string", + "nullable": true + } + }, { "name": "size", "in": "query", "schema": { - "maximum": 10000, + "maximum": 5000, "minimum": 0, "type": "integer", "format": "int32", @@ -832,6 +847,14 @@ "nullable": true } }, + { + "name": "start", + "in": "query", + "schema": { + "type": "string", + "nullable": true + } + }, { "name": "size", "in": "query", @@ -1247,6 +1270,14 @@ "nullable": true } }, + { + "name": "start", + "in": "query", + "schema": { + "type": "string", + "nullable": true + } + }, { "name": "size", "in": "query", @@ -1602,6 +1633,14 @@ "nullable": true } }, + { + "name": "start", + "in": "query", + "schema": { + "type": "string", + "nullable": true + } + }, { "name": "size", "in": "query", @@ -2298,6 +2337,14 @@ "nullable": true } }, + { + "name": "start", + "in": "query", + "schema": { + "type": "string", + "nullable": true + } + }, { "name": "size", "in": "query", @@ -2496,6 +2543,14 @@ "nullable": true } }, + { + "name": "start", + "in": "query", + "schema": { + "type": "string", + "nullable": true + } + }, { "name": "size", "in": "query", @@ -2866,7 +2921,7 @@ "requestBody": { "content": { "application/json": { - "schema": { } + "schema": {} } } }, @@ -2875,7 +2930,7 @@ "description": "Success", "content": { "application/json": { - "schema": { } + "schema": {} } } }, @@ -2975,6 +3030,14 @@ "nullable": true } }, + { + "name": "start", + "in": "query", + "schema": { + "type": "string", + "nullable": true + } + }, { "name": "size", "in": "query", @@ -3041,7 +3104,7 @@ "content": { "application/json": { "schema": { - "$ref": "#/components/schemas/CreateTokenResponse" + "$ref": "#/components/schemas/Token" } } } @@ -4082,7 +4145,7 @@ "type": "string", "nullable": true }, - "data": { }, + "data": {}, "encryption": { "$ref": "#/components/schemas/EncryptionMetadata" }, @@ -4130,119 +4193,6 @@ }, "additionalProperties": false }, - "CreateTokenResponse": { - "type": "object", - "properties": { - "id": { - "maxLength": 400, - "pattern": "^.+$", - "type": "string", - "nullable": true - }, - "tenant_id": { - "maxLength": 36, - "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", - "type": "string", - "format": "uuid" - }, - "type": { - "maxLength": 50, - "pattern": "^[A-z_]*$", - "type": "string", - "nullable": true - }, - "fingerprint": { - "maxLength": 100, - "pattern": "^[A-z0-9]*$", - "type": "string", - "nullable": true - }, - "fingerprint_expression": { - "maxLength": 400, - "pattern": "^.*$", - "type": "string", - "nullable": true - }, - "mask": { - "nullable": true - }, - "data": { - "nullable": true - }, - "metadata": { - "type": "object", - "additionalProperties": { - "type": "string", - "nullable": true - }, - "nullable": true - }, - "enrichments": { - "$ref": "#/components/schemas/TokenEnrichments" - }, - "privacy": { - "$ref": "#/components/schemas/Privacy" - }, - "search_indexes": { - "maxItems": 10, - "type": "array", - "items": { - "type": "string" - }, - "nullable": true - }, - "created_by": { - "maxLength": 36, - "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", - "type": "string", - "format": "uuid", - "nullable": true - }, - "created_at": { - "maxLength": 40, - "type": "string", - "format": "date-time", - "nullable": true - }, - "modified_by": { - "maxLength": 36, - "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", - "type": "string", - "format": "uuid", - "nullable": true - }, - "modified_at": { - "maxLength": 40, - "type": "string", - "format": "date-time", - "nullable": true - }, - "expires_at": { - "maxLength": 40, - "type": "string", - "format": "date-time", - "nullable": true - }, - "containers": { - "pattern": "^(?!.*\\/\\/)(?=.*\\/$)\\/[A-z0-9_\\-\\/]*$", - "maxItems": 1, - "type": "array", - "items": { - "type": "string" - }, - "nullable": true - }, - "aliases": { - "maxItems": 1, - "type": "array", - "items": { - "type": "string" - }, - "nullable": true - } - }, - "additionalProperties": false - }, "CreateTransactionResponse": { "type": "object", "properties": { @@ -4333,6 +4283,10 @@ "format": "int32", "nullable": true }, + "start": { + "type": "string", + "nullable": true + }, "size": { "maximum": 100, "minimum": 0, @@ -4371,15 +4325,18 @@ "nullable": true }, "page": { - "maximum": 2147483647, - "minimum": 0, - "exclusiveMinimum": true, "type": "integer", "format": "int32", "nullable": true }, + "start": { + "maxLength": 500, + "pattern": "^.+$", + "type": "string", + "nullable": true + }, "size": { - "maximum": 10000, + "maximum": 5000, "minimum": 0, "type": "integer", "format": "int32", @@ -4427,6 +4384,10 @@ "format": "int32", "nullable": true }, + "start": { + "type": "string", + "nullable": true + }, "size": { "maximum": 100, "minimum": 0, @@ -4454,6 +4415,10 @@ "format": "int32", "nullable": true }, + "start": { + "type": "string", + "nullable": true + }, "size": { "maximum": 100, "minimum": 0, @@ -4491,6 +4456,10 @@ "format": "int32", "nullable": true }, + "start": { + "type": "string", + "nullable": true + }, "size": { "maximum": 100, "minimum": 0, @@ -4515,6 +4484,10 @@ "format": "int32", "nullable": true }, + "start": { + "type": "string", + "nullable": true + }, "size": { "maximum": 100, "minimum": 0, @@ -4546,6 +4519,10 @@ "format": "int32", "nullable": true }, + "start": { + "type": "string", + "nullable": true + }, "size": { "maximum": 50, "minimum": 0, @@ -4589,6 +4566,10 @@ "format": "int32", "nullable": true }, + "start": { + "type": "string", + "nullable": true + }, "size": { "maximum": 100, "minimum": 0, @@ -4602,6 +4583,10 @@ "Log": { "type": "object", "properties": { + "id": { + "type": "string", + "nullable": true + }, "tenant_id": { "maxLength": 36, "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$", @@ -4679,7 +4664,7 @@ "$ref": "#/components/schemas/Pagination" }, "data": { - "maxItems": 10000, + "maxItems": 5000, "type": "array", "items": { "$ref": "#/components/schemas/Log" @@ -4694,19 +4679,27 @@ "properties": { "total_items": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, "page_number": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, "page_size": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true }, "total_pages": { "type": "integer", - "format": "int32" + "format": "int32", + "nullable": true + }, + "after": { + "type": "string", + "nullable": true } }, "additionalProperties": false @@ -4854,7 +4847,7 @@ "nullable": true } }, - "additionalProperties": { } + "additionalProperties": {} }, "Proxy": { "type": "object", @@ -5129,7 +5122,7 @@ }, "icon": { "maxLength": 50000, - "pattern": "(^data:(image\\/png|image\\/jpg|image\\/jpeg|image\\/svg\\+xml);\\s*base64,\\s*(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\/]{3}=|[A-Za-z0-9+\\/]{4})$)|(^data:(image\\/png|image\\/jpg|image\\/jpeg);\\s*base64,\\s*(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\/]{3}=|[A-Za-z0-9+\\/]{4})$)", + "pattern": "(^data:(image\/png|image\/jpg|image\/jpeg|image\/svg\\+xml);\\s*base64,\\s*(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=|[A-Za-z0-9+\/]{4})$)|(^data:(image\/png|image\/jpg|image\/jpeg);\\s*base64,\\s*(?:[A-Za-z0-9+\/]{4})*(?:[A-Za-z0-9+\/]{2}==|[A-Za-z0-9+\/]{3}=|[A-Za-z0-9+\/]{4})$)", "type": "string", "nullable": true }, @@ -5295,6 +5288,10 @@ "format": "int32", "nullable": true }, + "start": { + "type": "string", + "nullable": true + }, "size": { "maximum": 100, "minimum": 0, @@ -5640,7 +5637,7 @@ "nullable": true }, "containers": { - "pattern": "^(?!.*\\/\\/)(?=.*\\/$)\\/[A-z0-9_\\-\\/]*$", + "pattern": "^(?!.*\/\/)(?=.*\/$)\/[A-z0-9_\\-\/]*$", "maxItems": 1, "type": "array", "items": { @@ -6066,7 +6063,7 @@ "nullable": true } }, - "additionalProperties": { } + "additionalProperties": {} } }, "securitySchemes": { @@ -6080,7 +6077,7 @@ }, "security": [ { - "ApiKey": [ ] + "ApiKey": [] } ] } \ No newline at end of file