From 23e85bd427713cf61673e7432a526334e4b2b856 Mon Sep 17 00:00:00 2001 From: Roman Acevedo Date: Mon, 9 Feb 2026 16:55:24 +0100 Subject: [PATCH 1/3] feat(go): regenerate to cleanup unused objects following 01f8e6c50aa6a11056ec3db9cba920b20d23117a --- .../.openapi-generator/FILES | 36 -- go-sdk/kestra_api_client/README.md | 18 - go-sdk/kestra_api_client/api/openapi.yaml | 187 ---------- .../docs/AbstractMetricEntryObject.md | 181 --------- go-sdk/kestra_api_client/docs/AppResponse.md | 108 ------ .../docs/AppResponseUILayout.md | 56 --- .../docs/ConversionServiceProvider.md | 51 --- .../docs/ConvertibleMultiValuesString.md | 77 ---- .../docs/ConvertibleValuesListString.md | 77 ---- .../docs/EventAppResponse.md | 160 -------- .../kestra_api_client/docs/EventLogEntry.md | 160 -------- ...ollerApiValidateExecutionInputsResponse.md | 134 ------- ...eExecutionInputsResponseApiCheckFailure.md | 108 ------ ...ExecutionInputsResponseApiInputAndValue.md | 160 -------- ...ateExecutionInputsResponseApiInputError.md | 56 --- .../docs/ExecutionControllerEvalResult.md | 108 ------ ...ExecutionRepositoryInterfaceChildFilter.md | 13 - go-sdk/kestra_api_client/docs/FlowScope.md | 13 - .../kestra_api_client/docs/HttpParameters.md | 77 ---- go-sdk/kestra_api_client/docs/Listener.md | 103 ----- .../docs/NamespaceAllowedTrigger.md | 77 ---- .../model_abstract_metric_entry_object_.go | 351 ------------------ .../kestra_api_client/model_app_response.go | 226 ----------- .../model_app_response_ui_layout.go | 152 -------- .../model_conversion_service_provider.go | 165 -------- .../model_convertible_multi_values_string_.go | 202 ---------- .../model_convertible_values_list_string__.go | 202 ---------- .../model_event_app_response_.go | 300 --------------- .../model_event_log_entry_.go | 300 --------------- ..._api_validate_execution_inputs_response.go | 263 ------------- ...ution_inputs_response_api_check_failure.go | 226 ----------- ...ion_inputs_response_api_input_and_value.go | 300 --------------- ...ecution_inputs_response_api_input_error.go | 152 -------- .../model_execution_controller_eval_result.go | 226 ----------- ...ution_repository_interface_child_filter.go | 109 ------ go-sdk/kestra_api_client/model_flow_scope.go | 109 ------ .../model_http_parameters.go | 202 ---------- go-sdk/kestra_api_client/model_listener.go | 239 ------------ .../model_namespace_allowed_trigger.go | 202 ---------- kestra-ee.raw-from-ee-kestra-repo.yml | 187 ---------- 40 files changed, 6073 deletions(-) delete mode 100644 go-sdk/kestra_api_client/docs/AbstractMetricEntryObject.md delete mode 100644 go-sdk/kestra_api_client/docs/AppResponse.md delete mode 100644 go-sdk/kestra_api_client/docs/AppResponseUILayout.md delete mode 100644 go-sdk/kestra_api_client/docs/ConversionServiceProvider.md delete mode 100644 go-sdk/kestra_api_client/docs/ConvertibleMultiValuesString.md delete mode 100644 go-sdk/kestra_api_client/docs/ConvertibleValuesListString.md delete mode 100644 go-sdk/kestra_api_client/docs/EventAppResponse.md delete mode 100644 go-sdk/kestra_api_client/docs/EventLogEntry.md delete mode 100644 go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponse.md delete mode 100644 go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md delete mode 100644 go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md delete mode 100644 go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md delete mode 100644 go-sdk/kestra_api_client/docs/ExecutionControllerEvalResult.md delete mode 100644 go-sdk/kestra_api_client/docs/ExecutionRepositoryInterfaceChildFilter.md delete mode 100644 go-sdk/kestra_api_client/docs/FlowScope.md delete mode 100644 go-sdk/kestra_api_client/docs/HttpParameters.md delete mode 100644 go-sdk/kestra_api_client/docs/Listener.md delete mode 100644 go-sdk/kestra_api_client/docs/NamespaceAllowedTrigger.md delete mode 100644 go-sdk/kestra_api_client/model_abstract_metric_entry_object_.go delete mode 100644 go-sdk/kestra_api_client/model_app_response.go delete mode 100644 go-sdk/kestra_api_client/model_app_response_ui_layout.go delete mode 100644 go-sdk/kestra_api_client/model_conversion_service_provider.go delete mode 100644 go-sdk/kestra_api_client/model_convertible_multi_values_string_.go delete mode 100644 go-sdk/kestra_api_client/model_convertible_values_list_string__.go delete mode 100644 go-sdk/kestra_api_client/model_event_app_response_.go delete mode 100644 go-sdk/kestra_api_client/model_event_log_entry_.go delete mode 100644 go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response.go delete mode 100644 go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response_api_check_failure.go delete mode 100644 go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response_api_input_and_value.go delete mode 100644 go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response_api_input_error.go delete mode 100644 go-sdk/kestra_api_client/model_execution_controller_eval_result.go delete mode 100644 go-sdk/kestra_api_client/model_execution_repository_interface_child_filter.go delete mode 100644 go-sdk/kestra_api_client/model_flow_scope.go delete mode 100644 go-sdk/kestra_api_client/model_http_parameters.go delete mode 100644 go-sdk/kestra_api_client/model_listener.go delete mode 100644 go-sdk/kestra_api_client/model_namespace_allowed_trigger.go diff --git a/go-sdk/kestra_api_client/.openapi-generator/FILES b/go-sdk/kestra_api_client/.openapi-generator/FILES index 9dc5f414a..86403c342 100644 --- a/go-sdk/kestra_api_client/.openapi-generator/FILES +++ b/go-sdk/kestra_api_client/.openapi-generator/FILES @@ -18,7 +18,6 @@ configuration.go docs/AbstractFlow.md docs/AbstractGraph.md docs/AbstractGraphBranchType.md -docs/AbstractMetricEntryObject.md docs/AbstractTrigger.md docs/AbstractTriggerForExecution.md docs/AbstractUser.md @@ -40,8 +39,6 @@ docs/ApiTenantSummary.md docs/ApiToken.md docs/ApiTokenList.md docs/ApiUser.md -docs/AppResponse.md -docs/AppResponseUILayout.md docs/AppsControllerApiApp.md docs/AppsControllerApiAppCatalogItem.md docs/AppsControllerApiAppSource.md @@ -107,9 +104,6 @@ docs/Concurrency.md docs/ConcurrencyBehavior.md docs/ConcurrencyLimit.md docs/Condition.md -docs/ConversionServiceProvider.md -docs/ConvertibleMultiValuesString.md -docs/ConvertibleValuesListString.md docs/CreateApiTokenRequest.md docs/CreateApiTokenResponse.md docs/CreateNamespaceFileRequest.md @@ -126,17 +120,10 @@ docs/DependsOn.md docs/DocumentationWithSchema.md docs/EditionProviderEdition.md docs/Email.md -docs/EventAppResponse.md docs/EventExecution.md docs/EventExecutionStatusEvent.md -docs/EventLogEntry.md docs/ExecutableTaskSubflowId.md docs/Execution.md -docs/ExecutionControllerApiValidateExecutionInputsResponse.md -docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md -docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md -docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md -docs/ExecutionControllerEvalResult.md docs/ExecutionControllerExecutionResponse.md docs/ExecutionControllerLastExecutionResponse.md docs/ExecutionControllerSetLabelsByIdsRequest.md @@ -144,7 +131,6 @@ docs/ExecutionControllerStateRequest.md docs/ExecutionControllerWebhookResponse.md docs/ExecutionKind.md docs/ExecutionMetadata.md -docs/ExecutionRepositoryInterfaceChildFilter.md docs/ExecutionRepositoryInterfaceFlowFilter.md docs/ExecutionStatusEvent.md docs/ExecutionTrigger.md @@ -167,7 +153,6 @@ docs/FlowId.md docs/FlowInterface.md docs/FlowNode.md docs/FlowRelation.md -docs/FlowScope.md docs/FlowTopologyGraph.md docs/FlowTopologyGraphEdge.md docs/FlowUsage.md @@ -177,7 +162,6 @@ docs/GroupIdentifier.md docs/GroupIdentifierMembership.md docs/GroupUsage.md docs/GroupsAPI.md -docs/HttpParameters.md docs/IAMBindingControllerApiBindingDetail.md docs/IAMBindingControllerApiBindingGroup.md docs/IAMBindingControllerApiBindingUser.md @@ -250,7 +234,6 @@ docs/KVType.md docs/Label.md docs/LeftSidebarConfiguration.md docs/Level.md -docs/Listener.md docs/LogEntry.md docs/MapObjectObject.md docs/MeControllerApiMe.md @@ -275,7 +258,6 @@ docs/MiscControllerTenantConfigurationInfo.md docs/Name.md docs/Namespace.md docs/NamespaceAllowedNamespace.md -docs/NamespaceAllowedTrigger.md docs/NamespaceFileRevision.md docs/NamespaceLight.md docs/NamespacesAPI.md @@ -441,7 +423,6 @@ git_push.sh model_abstract_flow.go model_abstract_graph.go model_abstract_graph_branch_type.go -model_abstract_metric_entry_object_.go model_abstract_trigger.go model_abstract_trigger_for_execution.go model_abstract_user.go @@ -463,8 +444,6 @@ model_api_tenant_summary.go model_api_token.go model_api_token_list.go model_api_user.go -model_app_response.go -model_app_response_ui_layout.go model_apps_controller_api_app.go model_apps_controller_api_app_catalog_item.go model_apps_controller_api_app_source.go @@ -530,9 +509,6 @@ model_concurrency.go model_concurrency_behavior.go model_concurrency_limit.go model_condition.go -model_conversion_service_provider.go -model_convertible_multi_values_string_.go -model_convertible_values_list_string__.go model_create_api_token_request.go model_create_api_token_response.go model_create_namespace_file_request.go @@ -549,17 +525,10 @@ model_depends_on.go model_documentation_with_schema.go model_edition_provider_edition.go model_email.go -model_event_app_response_.go model_event_execution_.go model_event_execution_status_event_.go -model_event_log_entry_.go model_executable_task_subflow_id.go model_execution.go -model_execution_controller_api_validate_execution_inputs_response.go -model_execution_controller_api_validate_execution_inputs_response_api_check_failure.go -model_execution_controller_api_validate_execution_inputs_response_api_input_and_value.go -model_execution_controller_api_validate_execution_inputs_response_api_input_error.go -model_execution_controller_eval_result.go model_execution_controller_execution_response.go model_execution_controller_last_execution_response.go model_execution_controller_set_labels_by_ids_request.go @@ -567,7 +536,6 @@ model_execution_controller_state_request.go model_execution_controller_webhook_response.go model_execution_kind.go model_execution_metadata.go -model_execution_repository_interface_child_filter.go model_execution_repository_interface_flow_filter.go model_execution_status_event.go model_execution_trigger.go @@ -588,7 +556,6 @@ model_flow_id.go model_flow_interface.go model_flow_node.go model_flow_relation.go -model_flow_scope.go model_flow_topology_graph.go model_flow_topology_graph_edge.go model_flow_usage.go @@ -596,7 +563,6 @@ model_flow_with_source.go model_group_identifier.go model_group_identifier_membership.go model_group_usage.go -model_http_parameters.go model_iam_binding_controller_api_binding_detail.go model_iam_binding_controller_api_binding_group.go model_iam_binding_controller_api_binding_user.go @@ -668,7 +634,6 @@ model_kv_type.go model_label.go model_left_sidebar_configuration.go model_level.go -model_listener.go model_log_entry.go model_map_object_object_.go model_me_controller_api_me.go @@ -693,7 +658,6 @@ model_misc_controller_tenant_configuration_info.go model_name.go model_namespace.go model_namespace_allowed_namespace.go -model_namespace_allowed_trigger.go model_namespace_file_revision.go model_namespace_light.go model_output.go diff --git a/go-sdk/kestra_api_client/README.md b/go-sdk/kestra_api_client/README.md index 9c1542fc7..35be4d420 100644 --- a/go-sdk/kestra_api_client/README.md +++ b/go-sdk/kestra_api_client/README.md @@ -283,7 +283,6 @@ Class | Method | HTTP request | Description - [AbstractFlow](docs/AbstractFlow.md) - [AbstractGraph](docs/AbstractGraph.md) - [AbstractGraphBranchType](docs/AbstractGraphBranchType.md) - - [AbstractMetricEntryObject](docs/AbstractMetricEntryObject.md) - [AbstractTrigger](docs/AbstractTrigger.md) - [AbstractTriggerForExecution](docs/AbstractTriggerForExecution.md) - [AbstractUser](docs/AbstractUser.md) @@ -305,8 +304,6 @@ Class | Method | HTTP request | Description - [ApiToken](docs/ApiToken.md) - [ApiTokenList](docs/ApiTokenList.md) - [ApiUser](docs/ApiUser.md) - - [AppResponse](docs/AppResponse.md) - - [AppResponseUILayout](docs/AppResponseUILayout.md) - [AppsControllerApiApp](docs/AppsControllerApiApp.md) - [AppsControllerApiAppCatalogItem](docs/AppsControllerApiAppCatalogItem.md) - [AppsControllerApiAppSource](docs/AppsControllerApiAppSource.md) @@ -372,9 +369,6 @@ Class | Method | HTTP request | Description - [ConcurrencyBehavior](docs/ConcurrencyBehavior.md) - [ConcurrencyLimit](docs/ConcurrencyLimit.md) - [Condition](docs/Condition.md) - - [ConversionServiceProvider](docs/ConversionServiceProvider.md) - - [ConvertibleMultiValuesString](docs/ConvertibleMultiValuesString.md) - - [ConvertibleValuesListString](docs/ConvertibleValuesListString.md) - [CreateApiTokenRequest](docs/CreateApiTokenRequest.md) - [CreateApiTokenResponse](docs/CreateApiTokenResponse.md) - [CreateNamespaceFileRequest](docs/CreateNamespaceFileRequest.md) @@ -391,17 +385,10 @@ Class | Method | HTTP request | Description - [DocumentationWithSchema](docs/DocumentationWithSchema.md) - [EditionProviderEdition](docs/EditionProviderEdition.md) - [Email](docs/Email.md) - - [EventAppResponse](docs/EventAppResponse.md) - [EventExecution](docs/EventExecution.md) - [EventExecutionStatusEvent](docs/EventExecutionStatusEvent.md) - - [EventLogEntry](docs/EventLogEntry.md) - [ExecutableTaskSubflowId](docs/ExecutableTaskSubflowId.md) - [Execution](docs/Execution.md) - - [ExecutionControllerApiValidateExecutionInputsResponse](docs/ExecutionControllerApiValidateExecutionInputsResponse.md) - - [ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure](docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md) - - [ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue](docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md) - - [ExecutionControllerApiValidateExecutionInputsResponseApiInputError](docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md) - - [ExecutionControllerEvalResult](docs/ExecutionControllerEvalResult.md) - [ExecutionControllerExecutionResponse](docs/ExecutionControllerExecutionResponse.md) - [ExecutionControllerLastExecutionResponse](docs/ExecutionControllerLastExecutionResponse.md) - [ExecutionControllerSetLabelsByIdsRequest](docs/ExecutionControllerSetLabelsByIdsRequest.md) @@ -409,7 +396,6 @@ Class | Method | HTTP request | Description - [ExecutionControllerWebhookResponse](docs/ExecutionControllerWebhookResponse.md) - [ExecutionKind](docs/ExecutionKind.md) - [ExecutionMetadata](docs/ExecutionMetadata.md) - - [ExecutionRepositoryInterfaceChildFilter](docs/ExecutionRepositoryInterfaceChildFilter.md) - [ExecutionRepositoryInterfaceFlowFilter](docs/ExecutionRepositoryInterfaceFlowFilter.md) - [ExecutionStatusEvent](docs/ExecutionStatusEvent.md) - [ExecutionTrigger](docs/ExecutionTrigger.md) @@ -430,7 +416,6 @@ Class | Method | HTTP request | Description - [FlowInterface](docs/FlowInterface.md) - [FlowNode](docs/FlowNode.md) - [FlowRelation](docs/FlowRelation.md) - - [FlowScope](docs/FlowScope.md) - [FlowTopologyGraph](docs/FlowTopologyGraph.md) - [FlowTopologyGraphEdge](docs/FlowTopologyGraphEdge.md) - [FlowUsage](docs/FlowUsage.md) @@ -438,7 +423,6 @@ Class | Method | HTTP request | Description - [GroupIdentifier](docs/GroupIdentifier.md) - [GroupIdentifierMembership](docs/GroupIdentifierMembership.md) - [GroupUsage](docs/GroupUsage.md) - - [HttpParameters](docs/HttpParameters.md) - [IAMBindingControllerApiBindingDetail](docs/IAMBindingControllerApiBindingDetail.md) - [IAMBindingControllerApiBindingGroup](docs/IAMBindingControllerApiBindingGroup.md) - [IAMBindingControllerApiBindingUser](docs/IAMBindingControllerApiBindingUser.md) @@ -510,7 +494,6 @@ Class | Method | HTTP request | Description - [Label](docs/Label.md) - [LeftSidebarConfiguration](docs/LeftSidebarConfiguration.md) - [Level](docs/Level.md) - - [Listener](docs/Listener.md) - [LogEntry](docs/LogEntry.md) - [MapObjectObject](docs/MapObjectObject.md) - [MeControllerApiMe](docs/MeControllerApiMe.md) @@ -535,7 +518,6 @@ Class | Method | HTTP request | Description - [Name](docs/Name.md) - [Namespace](docs/Namespace.md) - [NamespaceAllowedNamespace](docs/NamespaceAllowedNamespace.md) - - [NamespaceAllowedTrigger](docs/NamespaceAllowedTrigger.md) - [NamespaceFileRevision](docs/NamespaceFileRevision.md) - [NamespaceLight](docs/NamespaceLight.md) - [Output](docs/Output.md) diff --git a/go-sdk/kestra_api_client/api/openapi.yaml b/go-sdk/kestra_api_client/api/openapi.yaml index 42c50a046..e3d33646e 100644 --- a/go-sdk/kestra_api_client/api/openapi.yaml +++ b/go-sdk/kestra_api_client/api/openapi.yaml @@ -15648,26 +15648,6 @@ components: - FINALLY - AFTER_EXECUTION type: string - AbstractMetricEntry_Object_: - properties: - type: - type: string - value: - type: object - name: - type: string - description: - type: string - tags: - additionalProperties: - type: string - type: object - timestamp: - format: date-time - type: string - required: - - name - type: object AbstractRetry: type: object AbstractTrigger: @@ -16140,24 +16120,6 @@ components: type: array type: object type: object - AppResponse: - properties: - dispatch: - type: string - stream: - type: string - layout: - $ref: "#/components/schemas/AppResponse.UILayout" - type: object - AppResponse.UIBlock: - type: object - AppResponse.UILayout: - properties: - blocks: - items: - $ref: "#/components/schemas/AppResponse.UIBlock" - type: array - type: object AppsController.ApiApp: properties: uid: @@ -17150,34 +17112,6 @@ components: required: - type type: object - ConversionService: - type: object - ConversionServiceProvider: - properties: - conversionService: - type: object - required: - - conversionService - type: object - ConvertibleMultiValues_String_: - allOf: - - $ref: "#/components/schemas/ConvertibleValues_List_String__" - - $ref: "#/components/schemas/ConversionServiceProvider" - - properties: - empty: - type: boolean - type: object - type: object - ConvertibleValues_List_String__: - allOf: - - $ref: "#/components/schemas/ConversionServiceProvider" - - properties: - empty: - type: boolean - conversionService: - $ref: "#/components/schemas/ConversionService" - type: object - type: object CreateApiTokenRequest: example: maxAge: maxAge @@ -17342,19 +17276,6 @@ components: primary: type: boolean type: object - Event_AppResponse_: - properties: - data: - $ref: "#/components/schemas/AppResponse" - id: - type: string - name: - type: string - comment: - type: string - retry: - type: string - type: object Event_ExecutionStatusEvent_: properties: data: @@ -17381,19 +17302,6 @@ components: retry: type: string type: object - Event_LogEntry_: - properties: - data: - $ref: "#/components/schemas/LogEntry" - id: - type: string - name: - type: string - comment: - type: string - retry: - type: string - type: object ExecutableTask.SubflowId: example: namespace: namespace @@ -17659,59 +17567,6 @@ components: - namespace - state type: object - ExecutionController.ApiValidateExecutionInputsResponse: - properties: - id: - type: string - namespace: - type: string - inputs: - items: - $ref: "#/components/schemas/ExecutionController.ApiValidateExecutionInputsResponse.ApiInputAndValue" - type: array - checks: - items: - $ref: "#/components/schemas/ExecutionController.ApiValidateExecutionInputsResponse.ApiCheckFailure" - type: array - type: object - ExecutionController.ApiValidateExecutionInputsResponse.ApiCheckFailure: - properties: - message: - type: string - style: - $ref: "#/components/schemas/Check.Style" - behavior: - $ref: "#/components/schemas/Check.Behavior" - type: object - ExecutionController.ApiValidateExecutionInputsResponse.ApiInputAndValue: - properties: - input: - $ref: "#/components/schemas/Input_Object_" - value: - type: object - enabled: - type: boolean - isDefault: - type: boolean - errors: - items: - $ref: "#/components/schemas/ExecutionController.ApiValidateExecutionInputsResponse.ApiInputError" - type: array - type: object - ExecutionController.ApiValidateExecutionInputsResponse.ApiInputError: - properties: - message: - type: string - type: object - ExecutionController.EvalResult: - properties: - result: - type: string - error: - type: string - stackTrace: - type: string - type: object ExecutionController.ExecutionResponse: allOf: - $ref: "#/components/schemas/Execution" @@ -18026,11 +17881,6 @@ components: format: date-time type: string type: object - ExecutionRepositoryInterface.ChildFilter: - enum: - - CHILD - - MAIN - type: string ExecutionRepositoryInterface.FlowFilter: properties: namespace: @@ -19248,11 +19098,6 @@ components: - FLOW_TASK - FLOW_TRIGGER type: string - FlowScope: - enum: - - USER - - SYSTEM - type: string FlowTopologyGraph: example: nodes: @@ -19742,12 +19587,6 @@ components: format: int64 type: integer type: object - HttpParameters: - allOf: - - $ref: "#/components/schemas/ConvertibleMultiValues_String_" - - $ref: "#/components/schemas/ConvertibleValues_List_String__" - - $ref: "#/components/schemas/ConversionServiceProvider" - type: object IAMBindingController.ApiBindingDetail: properties: id: @@ -20922,22 +20761,6 @@ components: - DEBUG - TRACE type: string - Listener: - properties: - description: - type: string - conditions: - items: - $ref: "#/components/schemas/Condition" - type: array - tasks: - items: - $ref: "#/components/schemas/Task" - minItems: 1 - type: array - required: - - tasks - type: object LogEntry: properties: namespace: @@ -21410,16 +21233,6 @@ components: required: - namespace type: object - Namespace.AllowedTrigger: - deprecated: true - properties: - namespace: - type: string - flowId: - type: string - required: - - namespace - type: object NamespaceFileRevision: example: revision: 0 diff --git a/go-sdk/kestra_api_client/docs/AbstractMetricEntryObject.md b/go-sdk/kestra_api_client/docs/AbstractMetricEntryObject.md deleted file mode 100644 index cd0dbe76b..000000000 --- a/go-sdk/kestra_api_client/docs/AbstractMetricEntryObject.md +++ /dev/null @@ -1,181 +0,0 @@ -# AbstractMetricEntryObject - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Type** | Pointer to **string** | | [optional] -**Value** | Pointer to **map[string]interface{}** | | [optional] -**Name** | **string** | | -**Description** | Pointer to **string** | | [optional] -**Tags** | Pointer to **map[string]string** | | [optional] -**Timestamp** | Pointer to **time.Time** | | [optional] - -## Methods - -### NewAbstractMetricEntryObject - -`func NewAbstractMetricEntryObject(name string, ) *AbstractMetricEntryObject` - -NewAbstractMetricEntryObject instantiates a new AbstractMetricEntryObject object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewAbstractMetricEntryObjectWithDefaults - -`func NewAbstractMetricEntryObjectWithDefaults() *AbstractMetricEntryObject` - -NewAbstractMetricEntryObjectWithDefaults instantiates a new AbstractMetricEntryObject 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 - -### GetType - -`func (o *AbstractMetricEntryObject) GetType() string` - -GetType returns the Type field if non-nil, zero value otherwise. - -### GetTypeOk - -`func (o *AbstractMetricEntryObject) GetTypeOk() (*string, bool)` - -GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetType - -`func (o *AbstractMetricEntryObject) SetType(v string)` - -SetType sets Type field to given value. - -### HasType - -`func (o *AbstractMetricEntryObject) HasType() bool` - -HasType returns a boolean if a field has been set. - -### GetValue - -`func (o *AbstractMetricEntryObject) GetValue() map[string]interface{}` - -GetValue returns the Value field if non-nil, zero value otherwise. - -### GetValueOk - -`func (o *AbstractMetricEntryObject) GetValueOk() (*map[string]interface{}, bool)` - -GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetValue - -`func (o *AbstractMetricEntryObject) SetValue(v map[string]interface{})` - -SetValue sets Value field to given value. - -### HasValue - -`func (o *AbstractMetricEntryObject) HasValue() bool` - -HasValue returns a boolean if a field has been set. - -### GetName - -`func (o *AbstractMetricEntryObject) GetName() string` - -GetName returns the Name field if non-nil, zero value otherwise. - -### GetNameOk - -`func (o *AbstractMetricEntryObject) GetNameOk() (*string, bool)` - -GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetName - -`func (o *AbstractMetricEntryObject) SetName(v string)` - -SetName sets Name field to given value. - - -### GetDescription - -`func (o *AbstractMetricEntryObject) GetDescription() string` - -GetDescription returns the Description field if non-nil, zero value otherwise. - -### GetDescriptionOk - -`func (o *AbstractMetricEntryObject) GetDescriptionOk() (*string, bool)` - -GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetDescription - -`func (o *AbstractMetricEntryObject) SetDescription(v string)` - -SetDescription sets Description field to given value. - -### HasDescription - -`func (o *AbstractMetricEntryObject) HasDescription() bool` - -HasDescription returns a boolean if a field has been set. - -### GetTags - -`func (o *AbstractMetricEntryObject) GetTags() map[string]string` - -GetTags returns the Tags field if non-nil, zero value otherwise. - -### GetTagsOk - -`func (o *AbstractMetricEntryObject) GetTagsOk() (*map[string]string, bool)` - -GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetTags - -`func (o *AbstractMetricEntryObject) SetTags(v map[string]string)` - -SetTags sets Tags field to given value. - -### HasTags - -`func (o *AbstractMetricEntryObject) HasTags() bool` - -HasTags returns a boolean if a field has been set. - -### GetTimestamp - -`func (o *AbstractMetricEntryObject) GetTimestamp() time.Time` - -GetTimestamp returns the Timestamp field if non-nil, zero value otherwise. - -### GetTimestampOk - -`func (o *AbstractMetricEntryObject) GetTimestampOk() (*time.Time, bool)` - -GetTimestampOk returns a tuple with the Timestamp field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetTimestamp - -`func (o *AbstractMetricEntryObject) SetTimestamp(v time.Time)` - -SetTimestamp sets Timestamp field to given value. - -### HasTimestamp - -`func (o *AbstractMetricEntryObject) HasTimestamp() bool` - -HasTimestamp returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/docs/AppResponse.md b/go-sdk/kestra_api_client/docs/AppResponse.md deleted file mode 100644 index be0b0eaae..000000000 --- a/go-sdk/kestra_api_client/docs/AppResponse.md +++ /dev/null @@ -1,108 +0,0 @@ -# AppResponse - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Dispatch** | Pointer to **string** | | [optional] -**Stream** | Pointer to **string** | | [optional] -**Layout** | Pointer to [**AppResponseUILayout**](AppResponseUILayout.md) | | [optional] - -## Methods - -### NewAppResponse - -`func NewAppResponse() *AppResponse` - -NewAppResponse instantiates a new AppResponse object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewAppResponseWithDefaults - -`func NewAppResponseWithDefaults() *AppResponse` - -NewAppResponseWithDefaults instantiates a new AppResponse 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 - -### GetDispatch - -`func (o *AppResponse) GetDispatch() string` - -GetDispatch returns the Dispatch field if non-nil, zero value otherwise. - -### GetDispatchOk - -`func (o *AppResponse) GetDispatchOk() (*string, bool)` - -GetDispatchOk returns a tuple with the Dispatch field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetDispatch - -`func (o *AppResponse) SetDispatch(v string)` - -SetDispatch sets Dispatch field to given value. - -### HasDispatch - -`func (o *AppResponse) HasDispatch() bool` - -HasDispatch returns a boolean if a field has been set. - -### GetStream - -`func (o *AppResponse) GetStream() string` - -GetStream returns the Stream field if non-nil, zero value otherwise. - -### GetStreamOk - -`func (o *AppResponse) GetStreamOk() (*string, bool)` - -GetStreamOk returns a tuple with the Stream field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStream - -`func (o *AppResponse) SetStream(v string)` - -SetStream sets Stream field to given value. - -### HasStream - -`func (o *AppResponse) HasStream() bool` - -HasStream returns a boolean if a field has been set. - -### GetLayout - -`func (o *AppResponse) GetLayout() AppResponseUILayout` - -GetLayout returns the Layout field if non-nil, zero value otherwise. - -### GetLayoutOk - -`func (o *AppResponse) GetLayoutOk() (*AppResponseUILayout, bool)` - -GetLayoutOk returns a tuple with the Layout field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetLayout - -`func (o *AppResponse) SetLayout(v AppResponseUILayout)` - -SetLayout sets Layout field to given value. - -### HasLayout - -`func (o *AppResponse) HasLayout() bool` - -HasLayout returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/docs/AppResponseUILayout.md b/go-sdk/kestra_api_client/docs/AppResponseUILayout.md deleted file mode 100644 index da20889df..000000000 --- a/go-sdk/kestra_api_client/docs/AppResponseUILayout.md +++ /dev/null @@ -1,56 +0,0 @@ -# AppResponseUILayout - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Blocks** | Pointer to **[]map[string]interface{}** | | [optional] - -## Methods - -### NewAppResponseUILayout - -`func NewAppResponseUILayout() *AppResponseUILayout` - -NewAppResponseUILayout instantiates a new AppResponseUILayout object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewAppResponseUILayoutWithDefaults - -`func NewAppResponseUILayoutWithDefaults() *AppResponseUILayout` - -NewAppResponseUILayoutWithDefaults instantiates a new AppResponseUILayout 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 - -### GetBlocks - -`func (o *AppResponseUILayout) GetBlocks() []map[string]interface{}` - -GetBlocks returns the Blocks field if non-nil, zero value otherwise. - -### GetBlocksOk - -`func (o *AppResponseUILayout) GetBlocksOk() (*[]map[string]interface{}, bool)` - -GetBlocksOk returns a tuple with the Blocks field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBlocks - -`func (o *AppResponseUILayout) SetBlocks(v []map[string]interface{})` - -SetBlocks sets Blocks field to given value. - -### HasBlocks - -`func (o *AppResponseUILayout) HasBlocks() bool` - -HasBlocks returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/docs/ConversionServiceProvider.md b/go-sdk/kestra_api_client/docs/ConversionServiceProvider.md deleted file mode 100644 index 70cb4bbab..000000000 --- a/go-sdk/kestra_api_client/docs/ConversionServiceProvider.md +++ /dev/null @@ -1,51 +0,0 @@ -# ConversionServiceProvider - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**ConversionService** | **map[string]interface{}** | | - -## Methods - -### NewConversionServiceProvider - -`func NewConversionServiceProvider(conversionService map[string]interface{}, ) *ConversionServiceProvider` - -NewConversionServiceProvider instantiates a new ConversionServiceProvider object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewConversionServiceProviderWithDefaults - -`func NewConversionServiceProviderWithDefaults() *ConversionServiceProvider` - -NewConversionServiceProviderWithDefaults instantiates a new ConversionServiceProvider 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 - -### GetConversionService - -`func (o *ConversionServiceProvider) GetConversionService() map[string]interface{}` - -GetConversionService returns the ConversionService field if non-nil, zero value otherwise. - -### GetConversionServiceOk - -`func (o *ConversionServiceProvider) GetConversionServiceOk() (*map[string]interface{}, bool)` - -GetConversionServiceOk returns a tuple with the ConversionService field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetConversionService - -`func (o *ConversionServiceProvider) SetConversionService(v map[string]interface{})` - -SetConversionService sets ConversionService field to given value. - - - -[[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/go-sdk/kestra_api_client/docs/ConvertibleMultiValuesString.md b/go-sdk/kestra_api_client/docs/ConvertibleMultiValuesString.md deleted file mode 100644 index 984714876..000000000 --- a/go-sdk/kestra_api_client/docs/ConvertibleMultiValuesString.md +++ /dev/null @@ -1,77 +0,0 @@ -# ConvertibleMultiValuesString - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**ConversionService** | **map[string]interface{}** | | -**Empty** | Pointer to **bool** | | [optional] - -## Methods - -### NewConvertibleMultiValuesString - -`func NewConvertibleMultiValuesString(conversionService map[string]interface{}, ) *ConvertibleMultiValuesString` - -NewConvertibleMultiValuesString instantiates a new ConvertibleMultiValuesString object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewConvertibleMultiValuesStringWithDefaults - -`func NewConvertibleMultiValuesStringWithDefaults() *ConvertibleMultiValuesString` - -NewConvertibleMultiValuesStringWithDefaults instantiates a new ConvertibleMultiValuesString 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 - -### GetConversionService - -`func (o *ConvertibleMultiValuesString) GetConversionService() map[string]interface{}` - -GetConversionService returns the ConversionService field if non-nil, zero value otherwise. - -### GetConversionServiceOk - -`func (o *ConvertibleMultiValuesString) GetConversionServiceOk() (*map[string]interface{}, bool)` - -GetConversionServiceOk returns a tuple with the ConversionService field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetConversionService - -`func (o *ConvertibleMultiValuesString) SetConversionService(v map[string]interface{})` - -SetConversionService sets ConversionService field to given value. - - -### GetEmpty - -`func (o *ConvertibleMultiValuesString) GetEmpty() bool` - -GetEmpty returns the Empty field if non-nil, zero value otherwise. - -### GetEmptyOk - -`func (o *ConvertibleMultiValuesString) GetEmptyOk() (*bool, bool)` - -GetEmptyOk returns a tuple with the Empty field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetEmpty - -`func (o *ConvertibleMultiValuesString) SetEmpty(v bool)` - -SetEmpty sets Empty field to given value. - -### HasEmpty - -`func (o *ConvertibleMultiValuesString) HasEmpty() bool` - -HasEmpty returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/docs/ConvertibleValuesListString.md b/go-sdk/kestra_api_client/docs/ConvertibleValuesListString.md deleted file mode 100644 index 6e350840b..000000000 --- a/go-sdk/kestra_api_client/docs/ConvertibleValuesListString.md +++ /dev/null @@ -1,77 +0,0 @@ -# ConvertibleValuesListString - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**ConversionService** | **map[string]interface{}** | | -**Empty** | Pointer to **bool** | | [optional] - -## Methods - -### NewConvertibleValuesListString - -`func NewConvertibleValuesListString(conversionService map[string]interface{}, ) *ConvertibleValuesListString` - -NewConvertibleValuesListString instantiates a new ConvertibleValuesListString object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewConvertibleValuesListStringWithDefaults - -`func NewConvertibleValuesListStringWithDefaults() *ConvertibleValuesListString` - -NewConvertibleValuesListStringWithDefaults instantiates a new ConvertibleValuesListString 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 - -### GetConversionService - -`func (o *ConvertibleValuesListString) GetConversionService() map[string]interface{}` - -GetConversionService returns the ConversionService field if non-nil, zero value otherwise. - -### GetConversionServiceOk - -`func (o *ConvertibleValuesListString) GetConversionServiceOk() (*map[string]interface{}, bool)` - -GetConversionServiceOk returns a tuple with the ConversionService field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetConversionService - -`func (o *ConvertibleValuesListString) SetConversionService(v map[string]interface{})` - -SetConversionService sets ConversionService field to given value. - - -### GetEmpty - -`func (o *ConvertibleValuesListString) GetEmpty() bool` - -GetEmpty returns the Empty field if non-nil, zero value otherwise. - -### GetEmptyOk - -`func (o *ConvertibleValuesListString) GetEmptyOk() (*bool, bool)` - -GetEmptyOk returns a tuple with the Empty field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetEmpty - -`func (o *ConvertibleValuesListString) SetEmpty(v bool)` - -SetEmpty sets Empty field to given value. - -### HasEmpty - -`func (o *ConvertibleValuesListString) HasEmpty() bool` - -HasEmpty returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/docs/EventAppResponse.md b/go-sdk/kestra_api_client/docs/EventAppResponse.md deleted file mode 100644 index 6bf130b4c..000000000 --- a/go-sdk/kestra_api_client/docs/EventAppResponse.md +++ /dev/null @@ -1,160 +0,0 @@ -# EventAppResponse - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Data** | Pointer to [**AppResponse**](AppResponse.md) | | [optional] -**Id** | Pointer to **string** | | [optional] -**Name** | Pointer to **string** | | [optional] -**Comment** | Pointer to **string** | | [optional] -**Retry** | Pointer to **string** | | [optional] - -## Methods - -### NewEventAppResponse - -`func NewEventAppResponse() *EventAppResponse` - -NewEventAppResponse instantiates a new EventAppResponse object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewEventAppResponseWithDefaults - -`func NewEventAppResponseWithDefaults() *EventAppResponse` - -NewEventAppResponseWithDefaults instantiates a new EventAppResponse 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 - -### GetData - -`func (o *EventAppResponse) GetData() AppResponse` - -GetData returns the Data field if non-nil, zero value otherwise. - -### GetDataOk - -`func (o *EventAppResponse) GetDataOk() (*AppResponse, bool)` - -GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetData - -`func (o *EventAppResponse) SetData(v AppResponse)` - -SetData sets Data field to given value. - -### HasData - -`func (o *EventAppResponse) HasData() bool` - -HasData returns a boolean if a field has been set. - -### GetId - -`func (o *EventAppResponse) GetId() string` - -GetId returns the Id field if non-nil, zero value otherwise. - -### GetIdOk - -`func (o *EventAppResponse) 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 *EventAppResponse) SetId(v string)` - -SetId sets Id field to given value. - -### HasId - -`func (o *EventAppResponse) HasId() bool` - -HasId returns a boolean if a field has been set. - -### GetName - -`func (o *EventAppResponse) GetName() string` - -GetName returns the Name field if non-nil, zero value otherwise. - -### GetNameOk - -`func (o *EventAppResponse) GetNameOk() (*string, bool)` - -GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetName - -`func (o *EventAppResponse) SetName(v string)` - -SetName sets Name field to given value. - -### HasName - -`func (o *EventAppResponse) HasName() bool` - -HasName returns a boolean if a field has been set. - -### GetComment - -`func (o *EventAppResponse) GetComment() string` - -GetComment returns the Comment field if non-nil, zero value otherwise. - -### GetCommentOk - -`func (o *EventAppResponse) GetCommentOk() (*string, bool)` - -GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComment - -`func (o *EventAppResponse) SetComment(v string)` - -SetComment sets Comment field to given value. - -### HasComment - -`func (o *EventAppResponse) HasComment() bool` - -HasComment returns a boolean if a field has been set. - -### GetRetry - -`func (o *EventAppResponse) GetRetry() string` - -GetRetry returns the Retry field if non-nil, zero value otherwise. - -### GetRetryOk - -`func (o *EventAppResponse) GetRetryOk() (*string, bool)` - -GetRetryOk returns a tuple with the Retry field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetRetry - -`func (o *EventAppResponse) SetRetry(v string)` - -SetRetry sets Retry field to given value. - -### HasRetry - -`func (o *EventAppResponse) HasRetry() bool` - -HasRetry returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/docs/EventLogEntry.md b/go-sdk/kestra_api_client/docs/EventLogEntry.md deleted file mode 100644 index c6a2baf7f..000000000 --- a/go-sdk/kestra_api_client/docs/EventLogEntry.md +++ /dev/null @@ -1,160 +0,0 @@ -# EventLogEntry - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Data** | Pointer to [**LogEntry**](LogEntry.md) | | [optional] -**Id** | Pointer to **string** | | [optional] -**Name** | Pointer to **string** | | [optional] -**Comment** | Pointer to **string** | | [optional] -**Retry** | Pointer to **string** | | [optional] - -## Methods - -### NewEventLogEntry - -`func NewEventLogEntry() *EventLogEntry` - -NewEventLogEntry instantiates a new EventLogEntry object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewEventLogEntryWithDefaults - -`func NewEventLogEntryWithDefaults() *EventLogEntry` - -NewEventLogEntryWithDefaults instantiates a new EventLogEntry 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 - -### GetData - -`func (o *EventLogEntry) GetData() LogEntry` - -GetData returns the Data field if non-nil, zero value otherwise. - -### GetDataOk - -`func (o *EventLogEntry) GetDataOk() (*LogEntry, bool)` - -GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetData - -`func (o *EventLogEntry) SetData(v LogEntry)` - -SetData sets Data field to given value. - -### HasData - -`func (o *EventLogEntry) HasData() bool` - -HasData returns a boolean if a field has been set. - -### GetId - -`func (o *EventLogEntry) GetId() string` - -GetId returns the Id field if non-nil, zero value otherwise. - -### GetIdOk - -`func (o *EventLogEntry) 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 *EventLogEntry) SetId(v string)` - -SetId sets Id field to given value. - -### HasId - -`func (o *EventLogEntry) HasId() bool` - -HasId returns a boolean if a field has been set. - -### GetName - -`func (o *EventLogEntry) GetName() string` - -GetName returns the Name field if non-nil, zero value otherwise. - -### GetNameOk - -`func (o *EventLogEntry) GetNameOk() (*string, bool)` - -GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetName - -`func (o *EventLogEntry) SetName(v string)` - -SetName sets Name field to given value. - -### HasName - -`func (o *EventLogEntry) HasName() bool` - -HasName returns a boolean if a field has been set. - -### GetComment - -`func (o *EventLogEntry) GetComment() string` - -GetComment returns the Comment field if non-nil, zero value otherwise. - -### GetCommentOk - -`func (o *EventLogEntry) GetCommentOk() (*string, bool)` - -GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetComment - -`func (o *EventLogEntry) SetComment(v string)` - -SetComment sets Comment field to given value. - -### HasComment - -`func (o *EventLogEntry) HasComment() bool` - -HasComment returns a boolean if a field has been set. - -### GetRetry - -`func (o *EventLogEntry) GetRetry() string` - -GetRetry returns the Retry field if non-nil, zero value otherwise. - -### GetRetryOk - -`func (o *EventLogEntry) GetRetryOk() (*string, bool)` - -GetRetryOk returns a tuple with the Retry field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetRetry - -`func (o *EventLogEntry) SetRetry(v string)` - -SetRetry sets Retry field to given value. - -### HasRetry - -`func (o *EventLogEntry) HasRetry() bool` - -HasRetry returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponse.md b/go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponse.md deleted file mode 100644 index 600f47696..000000000 --- a/go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponse.md +++ /dev/null @@ -1,134 +0,0 @@ -# ExecutionControllerApiValidateExecutionInputsResponse - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Id** | Pointer to **string** | | [optional] -**Namespace** | Pointer to **string** | | [optional] -**Inputs** | Pointer to [**[]ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue**](ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md) | | [optional] -**Checks** | Pointer to [**[]ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure**](ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md) | | [optional] - -## Methods - -### NewExecutionControllerApiValidateExecutionInputsResponse - -`func NewExecutionControllerApiValidateExecutionInputsResponse() *ExecutionControllerApiValidateExecutionInputsResponse` - -NewExecutionControllerApiValidateExecutionInputsResponse instantiates a new ExecutionControllerApiValidateExecutionInputsResponse object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewExecutionControllerApiValidateExecutionInputsResponseWithDefaults - -`func NewExecutionControllerApiValidateExecutionInputsResponseWithDefaults() *ExecutionControllerApiValidateExecutionInputsResponse` - -NewExecutionControllerApiValidateExecutionInputsResponseWithDefaults instantiates a new ExecutionControllerApiValidateExecutionInputsResponse 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 *ExecutionControllerApiValidateExecutionInputsResponse) GetId() string` - -GetId returns the Id field if non-nil, zero value otherwise. - -### GetIdOk - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) 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 *ExecutionControllerApiValidateExecutionInputsResponse) SetId(v string)` - -SetId sets Id field to given value. - -### HasId - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) HasId() bool` - -HasId returns a boolean if a field has been set. - -### GetNamespace - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetNamespace() string` - -GetNamespace returns the Namespace field if non-nil, zero value otherwise. - -### GetNamespaceOk - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetNamespaceOk() (*string, bool)` - -GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetNamespace - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) SetNamespace(v string)` - -SetNamespace sets Namespace field to given value. - -### HasNamespace - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) HasNamespace() bool` - -HasNamespace returns a boolean if a field has been set. - -### GetInputs - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetInputs() []ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue` - -GetInputs returns the Inputs field if non-nil, zero value otherwise. - -### GetInputsOk - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetInputsOk() (*[]ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue, bool)` - -GetInputsOk returns a tuple with the Inputs field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetInputs - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) SetInputs(v []ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue)` - -SetInputs sets Inputs field to given value. - -### HasInputs - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) HasInputs() bool` - -HasInputs returns a boolean if a field has been set. - -### GetChecks - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetChecks() []ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure` - -GetChecks returns the Checks field if non-nil, zero value otherwise. - -### GetChecksOk - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetChecksOk() (*[]ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure, bool)` - -GetChecksOk returns a tuple with the Checks field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetChecks - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) SetChecks(v []ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure)` - -SetChecks sets Checks field to given value. - -### HasChecks - -`func (o *ExecutionControllerApiValidateExecutionInputsResponse) HasChecks() bool` - -HasChecks returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md b/go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md deleted file mode 100644 index 22c024b57..000000000 --- a/go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md +++ /dev/null @@ -1,108 +0,0 @@ -# ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Message** | Pointer to **string** | | [optional] -**Style** | Pointer to [**CheckStyle**](CheckStyle.md) | | [optional] -**Behavior** | Pointer to [**CheckBehavior**](CheckBehavior.md) | | [optional] - -## Methods - -### NewExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure - -`func NewExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure() *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure` - -NewExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure instantiates a new ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewExecutionControllerApiValidateExecutionInputsResponseApiCheckFailureWithDefaults - -`func NewExecutionControllerApiValidateExecutionInputsResponseApiCheckFailureWithDefaults() *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure` - -NewExecutionControllerApiValidateExecutionInputsResponseApiCheckFailureWithDefaults instantiates a new ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure 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 - -### GetMessage - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) GetMessage() string` - -GetMessage returns the Message field if non-nil, zero value otherwise. - -### GetMessageOk - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) GetMessageOk() (*string, bool)` - -GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetMessage - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) SetMessage(v string)` - -SetMessage sets Message field to given value. - -### HasMessage - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) HasMessage() bool` - -HasMessage returns a boolean if a field has been set. - -### GetStyle - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) GetStyle() CheckStyle` - -GetStyle returns the Style field if non-nil, zero value otherwise. - -### GetStyleOk - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) GetStyleOk() (*CheckStyle, bool)` - -GetStyleOk returns a tuple with the Style field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStyle - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) SetStyle(v CheckStyle)` - -SetStyle sets Style field to given value. - -### HasStyle - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) HasStyle() bool` - -HasStyle returns a boolean if a field has been set. - -### GetBehavior - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) GetBehavior() CheckBehavior` - -GetBehavior returns the Behavior field if non-nil, zero value otherwise. - -### GetBehaviorOk - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) GetBehaviorOk() (*CheckBehavior, bool)` - -GetBehaviorOk returns a tuple with the Behavior field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetBehavior - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) SetBehavior(v CheckBehavior)` - -SetBehavior sets Behavior field to given value. - -### HasBehavior - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) HasBehavior() bool` - -HasBehavior returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md b/go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md deleted file mode 100644 index b9a51f1ab..000000000 --- a/go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md +++ /dev/null @@ -1,160 +0,0 @@ -# ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Input** | Pointer to [**InputObject**](InputObject.md) | | [optional] -**Value** | Pointer to **map[string]interface{}** | | [optional] -**Enabled** | Pointer to **bool** | | [optional] -**IsDefault** | Pointer to **bool** | | [optional] -**Errors** | Pointer to [**[]ExecutionControllerApiValidateExecutionInputsResponseApiInputError**](ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md) | | [optional] - -## Methods - -### NewExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue - -`func NewExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue() *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue` - -NewExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue instantiates a new ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewExecutionControllerApiValidateExecutionInputsResponseApiInputAndValueWithDefaults - -`func NewExecutionControllerApiValidateExecutionInputsResponseApiInputAndValueWithDefaults() *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue` - -NewExecutionControllerApiValidateExecutionInputsResponseApiInputAndValueWithDefaults instantiates a new ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue 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 - -### GetInput - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetInput() InputObject` - -GetInput returns the Input field if non-nil, zero value otherwise. - -### GetInputOk - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetInputOk() (*InputObject, bool)` - -GetInputOk returns a tuple with the Input field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetInput - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) SetInput(v InputObject)` - -SetInput sets Input field to given value. - -### HasInput - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) HasInput() bool` - -HasInput returns a boolean if a field has been set. - -### GetValue - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetValue() map[string]interface{}` - -GetValue returns the Value field if non-nil, zero value otherwise. - -### GetValueOk - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetValueOk() (*map[string]interface{}, bool)` - -GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetValue - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) SetValue(v map[string]interface{})` - -SetValue sets Value field to given value. - -### HasValue - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) HasValue() bool` - -HasValue returns a boolean if a field has been set. - -### GetEnabled - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetEnabled() bool` - -GetEnabled returns the Enabled field if non-nil, zero value otherwise. - -### GetEnabledOk - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetEnabledOk() (*bool, bool)` - -GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetEnabled - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) SetEnabled(v bool)` - -SetEnabled sets Enabled field to given value. - -### HasEnabled - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) HasEnabled() bool` - -HasEnabled returns a boolean if a field has been set. - -### GetIsDefault - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetIsDefault() bool` - -GetIsDefault returns the IsDefault field if non-nil, zero value otherwise. - -### GetIsDefaultOk - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetIsDefaultOk() (*bool, bool)` - -GetIsDefaultOk returns a tuple with the IsDefault field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetIsDefault - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) SetIsDefault(v bool)` - -SetIsDefault sets IsDefault field to given value. - -### HasIsDefault - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) HasIsDefault() bool` - -HasIsDefault returns a boolean if a field has been set. - -### GetErrors - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetErrors() []ExecutionControllerApiValidateExecutionInputsResponseApiInputError` - -GetErrors returns the Errors field if non-nil, zero value otherwise. - -### GetErrorsOk - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetErrorsOk() (*[]ExecutionControllerApiValidateExecutionInputsResponseApiInputError, bool)` - -GetErrorsOk returns a tuple with the Errors field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetErrors - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) SetErrors(v []ExecutionControllerApiValidateExecutionInputsResponseApiInputError)` - -SetErrors sets Errors field to given value. - -### HasErrors - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) HasErrors() bool` - -HasErrors returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md b/go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md deleted file mode 100644 index bf931a5ef..000000000 --- a/go-sdk/kestra_api_client/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md +++ /dev/null @@ -1,56 +0,0 @@ -# ExecutionControllerApiValidateExecutionInputsResponseApiInputError - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Message** | Pointer to **string** | | [optional] - -## Methods - -### NewExecutionControllerApiValidateExecutionInputsResponseApiInputError - -`func NewExecutionControllerApiValidateExecutionInputsResponseApiInputError() *ExecutionControllerApiValidateExecutionInputsResponseApiInputError` - -NewExecutionControllerApiValidateExecutionInputsResponseApiInputError instantiates a new ExecutionControllerApiValidateExecutionInputsResponseApiInputError object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewExecutionControllerApiValidateExecutionInputsResponseApiInputErrorWithDefaults - -`func NewExecutionControllerApiValidateExecutionInputsResponseApiInputErrorWithDefaults() *ExecutionControllerApiValidateExecutionInputsResponseApiInputError` - -NewExecutionControllerApiValidateExecutionInputsResponseApiInputErrorWithDefaults instantiates a new ExecutionControllerApiValidateExecutionInputsResponseApiInputError 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 - -### GetMessage - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputError) GetMessage() string` - -GetMessage returns the Message field if non-nil, zero value otherwise. - -### GetMessageOk - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputError) GetMessageOk() (*string, bool)` - -GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetMessage - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputError) SetMessage(v string)` - -SetMessage sets Message field to given value. - -### HasMessage - -`func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputError) HasMessage() bool` - -HasMessage returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/docs/ExecutionControllerEvalResult.md b/go-sdk/kestra_api_client/docs/ExecutionControllerEvalResult.md deleted file mode 100644 index a9577637d..000000000 --- a/go-sdk/kestra_api_client/docs/ExecutionControllerEvalResult.md +++ /dev/null @@ -1,108 +0,0 @@ -# ExecutionControllerEvalResult - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Result** | Pointer to **string** | | [optional] -**Error** | Pointer to **string** | | [optional] -**StackTrace** | Pointer to **string** | | [optional] - -## Methods - -### NewExecutionControllerEvalResult - -`func NewExecutionControllerEvalResult() *ExecutionControllerEvalResult` - -NewExecutionControllerEvalResult instantiates a new ExecutionControllerEvalResult object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewExecutionControllerEvalResultWithDefaults - -`func NewExecutionControllerEvalResultWithDefaults() *ExecutionControllerEvalResult` - -NewExecutionControllerEvalResultWithDefaults instantiates a new ExecutionControllerEvalResult 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 - -### GetResult - -`func (o *ExecutionControllerEvalResult) GetResult() string` - -GetResult returns the Result field if non-nil, zero value otherwise. - -### GetResultOk - -`func (o *ExecutionControllerEvalResult) GetResultOk() (*string, bool)` - -GetResultOk returns a tuple with the Result field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetResult - -`func (o *ExecutionControllerEvalResult) SetResult(v string)` - -SetResult sets Result field to given value. - -### HasResult - -`func (o *ExecutionControllerEvalResult) HasResult() bool` - -HasResult returns a boolean if a field has been set. - -### GetError - -`func (o *ExecutionControllerEvalResult) GetError() string` - -GetError returns the Error field if non-nil, zero value otherwise. - -### GetErrorOk - -`func (o *ExecutionControllerEvalResult) GetErrorOk() (*string, bool)` - -GetErrorOk returns a tuple with the Error field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetError - -`func (o *ExecutionControllerEvalResult) SetError(v string)` - -SetError sets Error field to given value. - -### HasError - -`func (o *ExecutionControllerEvalResult) HasError() bool` - -HasError returns a boolean if a field has been set. - -### GetStackTrace - -`func (o *ExecutionControllerEvalResult) GetStackTrace() string` - -GetStackTrace returns the StackTrace field if non-nil, zero value otherwise. - -### GetStackTraceOk - -`func (o *ExecutionControllerEvalResult) GetStackTraceOk() (*string, bool)` - -GetStackTraceOk returns a tuple with the StackTrace field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetStackTrace - -`func (o *ExecutionControllerEvalResult) SetStackTrace(v string)` - -SetStackTrace sets StackTrace field to given value. - -### HasStackTrace - -`func (o *ExecutionControllerEvalResult) HasStackTrace() bool` - -HasStackTrace returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/docs/ExecutionRepositoryInterfaceChildFilter.md b/go-sdk/kestra_api_client/docs/ExecutionRepositoryInterfaceChildFilter.md deleted file mode 100644 index a6de9c323..000000000 --- a/go-sdk/kestra_api_client/docs/ExecutionRepositoryInterfaceChildFilter.md +++ /dev/null @@ -1,13 +0,0 @@ -# ExecutionRepositoryInterfaceChildFilter - -## Enum - - -* `CHILD` (value: `"CHILD"`) - -* `MAIN` (value: `"MAIN"`) - - -[[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/go-sdk/kestra_api_client/docs/FlowScope.md b/go-sdk/kestra_api_client/docs/FlowScope.md deleted file mode 100644 index d180c3b12..000000000 --- a/go-sdk/kestra_api_client/docs/FlowScope.md +++ /dev/null @@ -1,13 +0,0 @@ -# FlowScope - -## Enum - - -* `USER` (value: `"USER"`) - -* `SYSTEM` (value: `"SYSTEM"`) - - -[[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/go-sdk/kestra_api_client/docs/HttpParameters.md b/go-sdk/kestra_api_client/docs/HttpParameters.md deleted file mode 100644 index d3f79a6f9..000000000 --- a/go-sdk/kestra_api_client/docs/HttpParameters.md +++ /dev/null @@ -1,77 +0,0 @@ -# HttpParameters - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**ConversionService** | **map[string]interface{}** | | -**Empty** | Pointer to **bool** | | [optional] - -## Methods - -### NewHttpParameters - -`func NewHttpParameters(conversionService map[string]interface{}, ) *HttpParameters` - -NewHttpParameters instantiates a new HttpParameters object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewHttpParametersWithDefaults - -`func NewHttpParametersWithDefaults() *HttpParameters` - -NewHttpParametersWithDefaults instantiates a new HttpParameters 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 - -### GetConversionService - -`func (o *HttpParameters) GetConversionService() map[string]interface{}` - -GetConversionService returns the ConversionService field if non-nil, zero value otherwise. - -### GetConversionServiceOk - -`func (o *HttpParameters) GetConversionServiceOk() (*map[string]interface{}, bool)` - -GetConversionServiceOk returns a tuple with the ConversionService field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetConversionService - -`func (o *HttpParameters) SetConversionService(v map[string]interface{})` - -SetConversionService sets ConversionService field to given value. - - -### GetEmpty - -`func (o *HttpParameters) GetEmpty() bool` - -GetEmpty returns the Empty field if non-nil, zero value otherwise. - -### GetEmptyOk - -`func (o *HttpParameters) GetEmptyOk() (*bool, bool)` - -GetEmptyOk returns a tuple with the Empty field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetEmpty - -`func (o *HttpParameters) SetEmpty(v bool)` - -SetEmpty sets Empty field to given value. - -### HasEmpty - -`func (o *HttpParameters) HasEmpty() bool` - -HasEmpty returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/docs/Listener.md b/go-sdk/kestra_api_client/docs/Listener.md deleted file mode 100644 index ad5c00220..000000000 --- a/go-sdk/kestra_api_client/docs/Listener.md +++ /dev/null @@ -1,103 +0,0 @@ -# Listener - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Description** | Pointer to **string** | | [optional] -**Conditions** | Pointer to [**[]Condition**](Condition.md) | | [optional] -**Tasks** | [**[]Task**](Task.md) | | - -## Methods - -### NewListener - -`func NewListener(tasks []Task, ) *Listener` - -NewListener instantiates a new Listener object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewListenerWithDefaults - -`func NewListenerWithDefaults() *Listener` - -NewListenerWithDefaults instantiates a new Listener 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 - -### GetDescription - -`func (o *Listener) GetDescription() string` - -GetDescription returns the Description field if non-nil, zero value otherwise. - -### GetDescriptionOk - -`func (o *Listener) GetDescriptionOk() (*string, bool)` - -GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetDescription - -`func (o *Listener) SetDescription(v string)` - -SetDescription sets Description field to given value. - -### HasDescription - -`func (o *Listener) HasDescription() bool` - -HasDescription returns a boolean if a field has been set. - -### GetConditions - -`func (o *Listener) GetConditions() []Condition` - -GetConditions returns the Conditions field if non-nil, zero value otherwise. - -### GetConditionsOk - -`func (o *Listener) GetConditionsOk() (*[]Condition, bool)` - -GetConditionsOk returns a tuple with the Conditions field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetConditions - -`func (o *Listener) SetConditions(v []Condition)` - -SetConditions sets Conditions field to given value. - -### HasConditions - -`func (o *Listener) HasConditions() bool` - -HasConditions returns a boolean if a field has been set. - -### GetTasks - -`func (o *Listener) GetTasks() []Task` - -GetTasks returns the Tasks field if non-nil, zero value otherwise. - -### GetTasksOk - -`func (o *Listener) GetTasksOk() (*[]Task, bool)` - -GetTasksOk returns a tuple with the Tasks field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetTasks - -`func (o *Listener) SetTasks(v []Task)` - -SetTasks sets Tasks field to given value. - - - -[[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/go-sdk/kestra_api_client/docs/NamespaceAllowedTrigger.md b/go-sdk/kestra_api_client/docs/NamespaceAllowedTrigger.md deleted file mode 100644 index 2bba9942b..000000000 --- a/go-sdk/kestra_api_client/docs/NamespaceAllowedTrigger.md +++ /dev/null @@ -1,77 +0,0 @@ -# NamespaceAllowedTrigger - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**Namespace** | **string** | | -**FlowId** | Pointer to **string** | | [optional] - -## Methods - -### NewNamespaceAllowedTrigger - -`func NewNamespaceAllowedTrigger(namespace string, ) *NamespaceAllowedTrigger` - -NewNamespaceAllowedTrigger instantiates a new NamespaceAllowedTrigger object -This constructor will assign default values to properties that have it defined, -and makes sure properties required by API are set, but the set of arguments -will change when the set of required properties is changed - -### NewNamespaceAllowedTriggerWithDefaults - -`func NewNamespaceAllowedTriggerWithDefaults() *NamespaceAllowedTrigger` - -NewNamespaceAllowedTriggerWithDefaults instantiates a new NamespaceAllowedTrigger 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 - -### GetNamespace - -`func (o *NamespaceAllowedTrigger) GetNamespace() string` - -GetNamespace returns the Namespace field if non-nil, zero value otherwise. - -### GetNamespaceOk - -`func (o *NamespaceAllowedTrigger) GetNamespaceOk() (*string, bool)` - -GetNamespaceOk returns a tuple with the Namespace field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetNamespace - -`func (o *NamespaceAllowedTrigger) SetNamespace(v string)` - -SetNamespace sets Namespace field to given value. - - -### GetFlowId - -`func (o *NamespaceAllowedTrigger) GetFlowId() string` - -GetFlowId returns the FlowId field if non-nil, zero value otherwise. - -### GetFlowIdOk - -`func (o *NamespaceAllowedTrigger) GetFlowIdOk() (*string, bool)` - -GetFlowIdOk returns a tuple with the FlowId field if it's non-nil, zero value otherwise -and a boolean to check if the value has been set. - -### SetFlowId - -`func (o *NamespaceAllowedTrigger) SetFlowId(v string)` - -SetFlowId sets FlowId field to given value. - -### HasFlowId - -`func (o *NamespaceAllowedTrigger) HasFlowId() bool` - -HasFlowId returns a boolean if a field has been set. - - -[[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/go-sdk/kestra_api_client/model_abstract_metric_entry_object_.go b/go-sdk/kestra_api_client/model_abstract_metric_entry_object_.go deleted file mode 100644 index e5c6e007a..000000000 --- a/go-sdk/kestra_api_client/model_abstract_metric_entry_object_.go +++ /dev/null @@ -1,351 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" - "fmt" - "time" -) - -// checks if the AbstractMetricEntryObject type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &AbstractMetricEntryObject{} - -// AbstractMetricEntryObject struct for AbstractMetricEntryObject -type AbstractMetricEntryObject struct { - Type *string `json:"type,omitempty"` - Value map[string]interface{} `json:"value,omitempty"` - Name string `json:"name"` - Description *string `json:"description,omitempty"` - Tags *map[string]string `json:"tags,omitempty"` - Timestamp *time.Time `json:"timestamp,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _AbstractMetricEntryObject AbstractMetricEntryObject - -// NewAbstractMetricEntryObject instantiates a new AbstractMetricEntryObject object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewAbstractMetricEntryObject(name string) *AbstractMetricEntryObject { - this := AbstractMetricEntryObject{} - this.Name = name - return &this -} - -// NewAbstractMetricEntryObjectWithDefaults instantiates a new AbstractMetricEntryObject 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 -func NewAbstractMetricEntryObjectWithDefaults() *AbstractMetricEntryObject { - this := AbstractMetricEntryObject{} - return &this -} - -// GetType returns the Type field value if set, zero value otherwise. -func (o *AbstractMetricEntryObject) GetType() string { - if o == nil || IsNil(o.Type) { - var ret string - return ret - } - return *o.Type -} - -// GetTypeOk returns a tuple with the Type field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *AbstractMetricEntryObject) GetTypeOk() (*string, bool) { - if o == nil || IsNil(o.Type) { - return nil, false - } - return o.Type, true -} - -// HasType returns a boolean if a field has been set. -func (o *AbstractMetricEntryObject) HasType() bool { - if o != nil && !IsNil(o.Type) { - return true - } - - return false -} - -// SetType gets a reference to the given string and assigns it to the Type field. -func (o *AbstractMetricEntryObject) SetType(v string) { - o.Type = &v -} - -// GetValue returns the Value field value if set, zero value otherwise. -func (o *AbstractMetricEntryObject) GetValue() map[string]interface{} { - if o == nil || IsNil(o.Value) { - var ret map[string]interface{} - return ret - } - return o.Value -} - -// GetValueOk returns a tuple with the Value field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *AbstractMetricEntryObject) GetValueOk() (map[string]interface{}, bool) { - if o == nil || IsNil(o.Value) { - return map[string]interface{}{}, false - } - return o.Value, true -} - -// HasValue returns a boolean if a field has been set. -func (o *AbstractMetricEntryObject) HasValue() bool { - if o != nil && !IsNil(o.Value) { - return true - } - - return false -} - -// SetValue gets a reference to the given map[string]interface{} and assigns it to the Value field. -func (o *AbstractMetricEntryObject) SetValue(v map[string]interface{}) { - o.Value = v -} - -// GetName returns the Name field value -func (o *AbstractMetricEntryObject) GetName() string { - if o == nil { - var ret string - return ret - } - - return o.Name -} - -// GetNameOk returns a tuple with the Name field value -// and a boolean to check if the value has been set. -func (o *AbstractMetricEntryObject) GetNameOk() (*string, bool) { - if o == nil { - return nil, false - } - return &o.Name, true -} - -// SetName sets field value -func (o *AbstractMetricEntryObject) SetName(v string) { - o.Name = v -} - -// GetDescription returns the Description field value if set, zero value otherwise. -func (o *AbstractMetricEntryObject) GetDescription() string { - if o == nil || IsNil(o.Description) { - var ret string - return ret - } - return *o.Description -} - -// GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *AbstractMetricEntryObject) GetDescriptionOk() (*string, bool) { - if o == nil || IsNil(o.Description) { - return nil, false - } - return o.Description, true -} - -// HasDescription returns a boolean if a field has been set. -func (o *AbstractMetricEntryObject) HasDescription() bool { - if o != nil && !IsNil(o.Description) { - return true - } - - return false -} - -// SetDescription gets a reference to the given string and assigns it to the Description field. -func (o *AbstractMetricEntryObject) SetDescription(v string) { - o.Description = &v -} - -// GetTags returns the Tags field value if set, zero value otherwise. -func (o *AbstractMetricEntryObject) GetTags() map[string]string { - if o == nil || IsNil(o.Tags) { - var ret map[string]string - return ret - } - return *o.Tags -} - -// GetTagsOk returns a tuple with the Tags field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *AbstractMetricEntryObject) GetTagsOk() (*map[string]string, bool) { - if o == nil || IsNil(o.Tags) { - return nil, false - } - return o.Tags, true -} - -// HasTags returns a boolean if a field has been set. -func (o *AbstractMetricEntryObject) HasTags() bool { - if o != nil && !IsNil(o.Tags) { - return true - } - - return false -} - -// SetTags gets a reference to the given map[string]string and assigns it to the Tags field. -func (o *AbstractMetricEntryObject) SetTags(v map[string]string) { - o.Tags = &v -} - -// GetTimestamp returns the Timestamp field value if set, zero value otherwise. -func (o *AbstractMetricEntryObject) GetTimestamp() time.Time { - if o == nil || IsNil(o.Timestamp) { - var ret time.Time - return ret - } - return *o.Timestamp -} - -// GetTimestampOk returns a tuple with the Timestamp field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *AbstractMetricEntryObject) GetTimestampOk() (*time.Time, bool) { - if o == nil || IsNil(o.Timestamp) { - return nil, false - } - return o.Timestamp, true -} - -// HasTimestamp returns a boolean if a field has been set. -func (o *AbstractMetricEntryObject) HasTimestamp() bool { - if o != nil && !IsNil(o.Timestamp) { - return true - } - - return false -} - -// SetTimestamp gets a reference to the given time.Time and assigns it to the Timestamp field. -func (o *AbstractMetricEntryObject) SetTimestamp(v time.Time) { - o.Timestamp = &v -} - -func (o AbstractMetricEntryObject) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o AbstractMetricEntryObject) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - if !IsNil(o.Type) { - toSerialize["type"] = o.Type - } - if !IsNil(o.Value) { - toSerialize["value"] = o.Value - } - toSerialize["name"] = o.Name - if !IsNil(o.Description) { - toSerialize["description"] = o.Description - } - if !IsNil(o.Tags) { - toSerialize["tags"] = o.Tags - } - if !IsNil(o.Timestamp) { - toSerialize["timestamp"] = o.Timestamp - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *AbstractMetricEntryObject) UnmarshalJSON(data []byte) (err error) { - // This validates that all required properties are included in the JSON object - // by unmarshalling the object into a generic map with string keys and checking - // that every required field exists as a key in the generic map. - requiredProperties := []string{ - "name", - } - - allProperties := make(map[string]interface{}) - - err = json.Unmarshal(data, &allProperties) - - if err != nil { - return err - } - - for _, requiredProperty := range requiredProperties { - if _, exists := allProperties[requiredProperty]; !exists { - return fmt.Errorf("no value given for required property %v", requiredProperty) - } - } - - varAbstractMetricEntryObject := _AbstractMetricEntryObject{} - - err = json.Unmarshal(data, &varAbstractMetricEntryObject) - - if err != nil { - return err - } - - *o = AbstractMetricEntryObject(varAbstractMetricEntryObject) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "type") - delete(additionalProperties, "value") - delete(additionalProperties, "name") - delete(additionalProperties, "description") - delete(additionalProperties, "tags") - delete(additionalProperties, "timestamp") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableAbstractMetricEntryObject struct { - value *AbstractMetricEntryObject - isSet bool -} - -func (v NullableAbstractMetricEntryObject) Get() *AbstractMetricEntryObject { - return v.value -} - -func (v *NullableAbstractMetricEntryObject) Set(val *AbstractMetricEntryObject) { - v.value = val - v.isSet = true -} - -func (v NullableAbstractMetricEntryObject) IsSet() bool { - return v.isSet -} - -func (v *NullableAbstractMetricEntryObject) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableAbstractMetricEntryObject(val *AbstractMetricEntryObject) *NullableAbstractMetricEntryObject { - return &NullableAbstractMetricEntryObject{value: val, isSet: true} -} - -func (v NullableAbstractMetricEntryObject) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableAbstractMetricEntryObject) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_app_response.go b/go-sdk/kestra_api_client/model_app_response.go deleted file mode 100644 index 8572643a7..000000000 --- a/go-sdk/kestra_api_client/model_app_response.go +++ /dev/null @@ -1,226 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" -) - -// checks if the AppResponse type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &AppResponse{} - -// AppResponse struct for AppResponse -type AppResponse struct { - Dispatch *string `json:"dispatch,omitempty"` - Stream *string `json:"stream,omitempty"` - Layout *AppResponseUILayout `json:"layout,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _AppResponse AppResponse - -// NewAppResponse instantiates a new AppResponse object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewAppResponse() *AppResponse { - this := AppResponse{} - return &this -} - -// NewAppResponseWithDefaults instantiates a new AppResponse 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 -func NewAppResponseWithDefaults() *AppResponse { - this := AppResponse{} - return &this -} - -// GetDispatch returns the Dispatch field value if set, zero value otherwise. -func (o *AppResponse) GetDispatch() string { - if o == nil || IsNil(o.Dispatch) { - var ret string - return ret - } - return *o.Dispatch -} - -// GetDispatchOk returns a tuple with the Dispatch field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *AppResponse) GetDispatchOk() (*string, bool) { - if o == nil || IsNil(o.Dispatch) { - return nil, false - } - return o.Dispatch, true -} - -// HasDispatch returns a boolean if a field has been set. -func (o *AppResponse) HasDispatch() bool { - if o != nil && !IsNil(o.Dispatch) { - return true - } - - return false -} - -// SetDispatch gets a reference to the given string and assigns it to the Dispatch field. -func (o *AppResponse) SetDispatch(v string) { - o.Dispatch = &v -} - -// GetStream returns the Stream field value if set, zero value otherwise. -func (o *AppResponse) GetStream() string { - if o == nil || IsNil(o.Stream) { - var ret string - return ret - } - return *o.Stream -} - -// GetStreamOk returns a tuple with the Stream field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *AppResponse) GetStreamOk() (*string, bool) { - if o == nil || IsNil(o.Stream) { - return nil, false - } - return o.Stream, true -} - -// HasStream returns a boolean if a field has been set. -func (o *AppResponse) HasStream() bool { - if o != nil && !IsNil(o.Stream) { - return true - } - - return false -} - -// SetStream gets a reference to the given string and assigns it to the Stream field. -func (o *AppResponse) SetStream(v string) { - o.Stream = &v -} - -// GetLayout returns the Layout field value if set, zero value otherwise. -func (o *AppResponse) GetLayout() AppResponseUILayout { - if o == nil || IsNil(o.Layout) { - var ret AppResponseUILayout - return ret - } - return *o.Layout -} - -// GetLayoutOk returns a tuple with the Layout field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *AppResponse) GetLayoutOk() (*AppResponseUILayout, bool) { - if o == nil || IsNil(o.Layout) { - return nil, false - } - return o.Layout, true -} - -// HasLayout returns a boolean if a field has been set. -func (o *AppResponse) HasLayout() bool { - if o != nil && !IsNil(o.Layout) { - return true - } - - return false -} - -// SetLayout gets a reference to the given AppResponseUILayout and assigns it to the Layout field. -func (o *AppResponse) SetLayout(v AppResponseUILayout) { - o.Layout = &v -} - -func (o AppResponse) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o AppResponse) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - if !IsNil(o.Dispatch) { - toSerialize["dispatch"] = o.Dispatch - } - if !IsNil(o.Stream) { - toSerialize["stream"] = o.Stream - } - if !IsNil(o.Layout) { - toSerialize["layout"] = o.Layout - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *AppResponse) UnmarshalJSON(data []byte) (err error) { - varAppResponse := _AppResponse{} - - err = json.Unmarshal(data, &varAppResponse) - - if err != nil { - return err - } - - *o = AppResponse(varAppResponse) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "dispatch") - delete(additionalProperties, "stream") - delete(additionalProperties, "layout") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableAppResponse struct { - value *AppResponse - isSet bool -} - -func (v NullableAppResponse) Get() *AppResponse { - return v.value -} - -func (v *NullableAppResponse) Set(val *AppResponse) { - v.value = val - v.isSet = true -} - -func (v NullableAppResponse) IsSet() bool { - return v.isSet -} - -func (v *NullableAppResponse) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableAppResponse(val *AppResponse) *NullableAppResponse { - return &NullableAppResponse{value: val, isSet: true} -} - -func (v NullableAppResponse) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableAppResponse) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_app_response_ui_layout.go b/go-sdk/kestra_api_client/model_app_response_ui_layout.go deleted file mode 100644 index c68c785f1..000000000 --- a/go-sdk/kestra_api_client/model_app_response_ui_layout.go +++ /dev/null @@ -1,152 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" -) - -// checks if the AppResponseUILayout type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &AppResponseUILayout{} - -// AppResponseUILayout struct for AppResponseUILayout -type AppResponseUILayout struct { - Blocks []map[string]interface{} `json:"blocks,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _AppResponseUILayout AppResponseUILayout - -// NewAppResponseUILayout instantiates a new AppResponseUILayout object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewAppResponseUILayout() *AppResponseUILayout { - this := AppResponseUILayout{} - return &this -} - -// NewAppResponseUILayoutWithDefaults instantiates a new AppResponseUILayout 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 -func NewAppResponseUILayoutWithDefaults() *AppResponseUILayout { - this := AppResponseUILayout{} - return &this -} - -// GetBlocks returns the Blocks field value if set, zero value otherwise. -func (o *AppResponseUILayout) GetBlocks() []map[string]interface{} { - if o == nil || IsNil(o.Blocks) { - var ret []map[string]interface{} - return ret - } - return o.Blocks -} - -// GetBlocksOk returns a tuple with the Blocks field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *AppResponseUILayout) GetBlocksOk() ([]map[string]interface{}, bool) { - if o == nil || IsNil(o.Blocks) { - return nil, false - } - return o.Blocks, true -} - -// HasBlocks returns a boolean if a field has been set. -func (o *AppResponseUILayout) HasBlocks() bool { - if o != nil && !IsNil(o.Blocks) { - return true - } - - return false -} - -// SetBlocks gets a reference to the given []map[string]interface{} and assigns it to the Blocks field. -func (o *AppResponseUILayout) SetBlocks(v []map[string]interface{}) { - o.Blocks = v -} - -func (o AppResponseUILayout) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o AppResponseUILayout) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - if !IsNil(o.Blocks) { - toSerialize["blocks"] = o.Blocks - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *AppResponseUILayout) UnmarshalJSON(data []byte) (err error) { - varAppResponseUILayout := _AppResponseUILayout{} - - err = json.Unmarshal(data, &varAppResponseUILayout) - - if err != nil { - return err - } - - *o = AppResponseUILayout(varAppResponseUILayout) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "blocks") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableAppResponseUILayout struct { - value *AppResponseUILayout - isSet bool -} - -func (v NullableAppResponseUILayout) Get() *AppResponseUILayout { - return v.value -} - -func (v *NullableAppResponseUILayout) Set(val *AppResponseUILayout) { - v.value = val - v.isSet = true -} - -func (v NullableAppResponseUILayout) IsSet() bool { - return v.isSet -} - -func (v *NullableAppResponseUILayout) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableAppResponseUILayout(val *AppResponseUILayout) *NullableAppResponseUILayout { - return &NullableAppResponseUILayout{value: val, isSet: true} -} - -func (v NullableAppResponseUILayout) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableAppResponseUILayout) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_conversion_service_provider.go b/go-sdk/kestra_api_client/model_conversion_service_provider.go deleted file mode 100644 index ea6627de0..000000000 --- a/go-sdk/kestra_api_client/model_conversion_service_provider.go +++ /dev/null @@ -1,165 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" - "fmt" -) - -// checks if the ConversionServiceProvider type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &ConversionServiceProvider{} - -// ConversionServiceProvider struct for ConversionServiceProvider -type ConversionServiceProvider struct { - ConversionService map[string]interface{} `json:"conversionService"` - AdditionalProperties map[string]interface{} -} - -type _ConversionServiceProvider ConversionServiceProvider - -// NewConversionServiceProvider instantiates a new ConversionServiceProvider object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewConversionServiceProvider(conversionService map[string]interface{}) *ConversionServiceProvider { - this := ConversionServiceProvider{} - this.ConversionService = conversionService - return &this -} - -// NewConversionServiceProviderWithDefaults instantiates a new ConversionServiceProvider 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 -func NewConversionServiceProviderWithDefaults() *ConversionServiceProvider { - this := ConversionServiceProvider{} - return &this -} - -// GetConversionService returns the ConversionService field value -func (o *ConversionServiceProvider) GetConversionService() map[string]interface{} { - if o == nil { - var ret map[string]interface{} - return ret - } - - return o.ConversionService -} - -// GetConversionServiceOk returns a tuple with the ConversionService field value -// and a boolean to check if the value has been set. -func (o *ConversionServiceProvider) GetConversionServiceOk() (map[string]interface{}, bool) { - if o == nil { - return map[string]interface{}{}, false - } - return o.ConversionService, true -} - -// SetConversionService sets field value -func (o *ConversionServiceProvider) SetConversionService(v map[string]interface{}) { - o.ConversionService = v -} - -func (o ConversionServiceProvider) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o ConversionServiceProvider) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - toSerialize["conversionService"] = o.ConversionService - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *ConversionServiceProvider) UnmarshalJSON(data []byte) (err error) { - // This validates that all required properties are included in the JSON object - // by unmarshalling the object into a generic map with string keys and checking - // that every required field exists as a key in the generic map. - requiredProperties := []string{ - "conversionService", - } - - allProperties := make(map[string]interface{}) - - err = json.Unmarshal(data, &allProperties) - - if err != nil { - return err - } - - for _, requiredProperty := range requiredProperties { - if _, exists := allProperties[requiredProperty]; !exists { - return fmt.Errorf("no value given for required property %v", requiredProperty) - } - } - - varConversionServiceProvider := _ConversionServiceProvider{} - - err = json.Unmarshal(data, &varConversionServiceProvider) - - if err != nil { - return err - } - - *o = ConversionServiceProvider(varConversionServiceProvider) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "conversionService") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableConversionServiceProvider struct { - value *ConversionServiceProvider - isSet bool -} - -func (v NullableConversionServiceProvider) Get() *ConversionServiceProvider { - return v.value -} - -func (v *NullableConversionServiceProvider) Set(val *ConversionServiceProvider) { - v.value = val - v.isSet = true -} - -func (v NullableConversionServiceProvider) IsSet() bool { - return v.isSet -} - -func (v *NullableConversionServiceProvider) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableConversionServiceProvider(val *ConversionServiceProvider) *NullableConversionServiceProvider { - return &NullableConversionServiceProvider{value: val, isSet: true} -} - -func (v NullableConversionServiceProvider) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableConversionServiceProvider) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_convertible_multi_values_string_.go b/go-sdk/kestra_api_client/model_convertible_multi_values_string_.go deleted file mode 100644 index 3a69a66ac..000000000 --- a/go-sdk/kestra_api_client/model_convertible_multi_values_string_.go +++ /dev/null @@ -1,202 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" - "fmt" -) - -// checks if the ConvertibleMultiValuesString type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &ConvertibleMultiValuesString{} - -// ConvertibleMultiValuesString struct for ConvertibleMultiValuesString -type ConvertibleMultiValuesString struct { - ConversionService map[string]interface{} `json:"conversionService"` - Empty *bool `json:"empty,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _ConvertibleMultiValuesString ConvertibleMultiValuesString - -// NewConvertibleMultiValuesString instantiates a new ConvertibleMultiValuesString object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewConvertibleMultiValuesString(conversionService map[string]interface{}) *ConvertibleMultiValuesString { - this := ConvertibleMultiValuesString{} - this.ConversionService = conversionService - return &this -} - -// NewConvertibleMultiValuesStringWithDefaults instantiates a new ConvertibleMultiValuesString 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 -func NewConvertibleMultiValuesStringWithDefaults() *ConvertibleMultiValuesString { - this := ConvertibleMultiValuesString{} - return &this -} - -// GetConversionService returns the ConversionService field value -func (o *ConvertibleMultiValuesString) GetConversionService() map[string]interface{} { - if o == nil { - var ret map[string]interface{} - return ret - } - - return o.ConversionService -} - -// GetConversionServiceOk returns a tuple with the ConversionService field value -// and a boolean to check if the value has been set. -func (o *ConvertibleMultiValuesString) GetConversionServiceOk() (map[string]interface{}, bool) { - if o == nil { - return map[string]interface{}{}, false - } - return o.ConversionService, true -} - -// SetConversionService sets field value -func (o *ConvertibleMultiValuesString) SetConversionService(v map[string]interface{}) { - o.ConversionService = v -} - -// GetEmpty returns the Empty field value if set, zero value otherwise. -func (o *ConvertibleMultiValuesString) GetEmpty() bool { - if o == nil || IsNil(o.Empty) { - var ret bool - return ret - } - return *o.Empty -} - -// GetEmptyOk returns a tuple with the Empty field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ConvertibleMultiValuesString) GetEmptyOk() (*bool, bool) { - if o == nil || IsNil(o.Empty) { - return nil, false - } - return o.Empty, true -} - -// HasEmpty returns a boolean if a field has been set. -func (o *ConvertibleMultiValuesString) HasEmpty() bool { - if o != nil && !IsNil(o.Empty) { - return true - } - - return false -} - -// SetEmpty gets a reference to the given bool and assigns it to the Empty field. -func (o *ConvertibleMultiValuesString) SetEmpty(v bool) { - o.Empty = &v -} - -func (o ConvertibleMultiValuesString) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o ConvertibleMultiValuesString) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - toSerialize["conversionService"] = o.ConversionService - if !IsNil(o.Empty) { - toSerialize["empty"] = o.Empty - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *ConvertibleMultiValuesString) UnmarshalJSON(data []byte) (err error) { - // This validates that all required properties are included in the JSON object - // by unmarshalling the object into a generic map with string keys and checking - // that every required field exists as a key in the generic map. - requiredProperties := []string{ - "conversionService", - } - - allProperties := make(map[string]interface{}) - - err = json.Unmarshal(data, &allProperties) - - if err != nil { - return err - } - - for _, requiredProperty := range requiredProperties { - if _, exists := allProperties[requiredProperty]; !exists { - return fmt.Errorf("no value given for required property %v", requiredProperty) - } - } - - varConvertibleMultiValuesString := _ConvertibleMultiValuesString{} - - err = json.Unmarshal(data, &varConvertibleMultiValuesString) - - if err != nil { - return err - } - - *o = ConvertibleMultiValuesString(varConvertibleMultiValuesString) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "conversionService") - delete(additionalProperties, "empty") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableConvertibleMultiValuesString struct { - value *ConvertibleMultiValuesString - isSet bool -} - -func (v NullableConvertibleMultiValuesString) Get() *ConvertibleMultiValuesString { - return v.value -} - -func (v *NullableConvertibleMultiValuesString) Set(val *ConvertibleMultiValuesString) { - v.value = val - v.isSet = true -} - -func (v NullableConvertibleMultiValuesString) IsSet() bool { - return v.isSet -} - -func (v *NullableConvertibleMultiValuesString) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableConvertibleMultiValuesString(val *ConvertibleMultiValuesString) *NullableConvertibleMultiValuesString { - return &NullableConvertibleMultiValuesString{value: val, isSet: true} -} - -func (v NullableConvertibleMultiValuesString) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableConvertibleMultiValuesString) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_convertible_values_list_string__.go b/go-sdk/kestra_api_client/model_convertible_values_list_string__.go deleted file mode 100644 index 120a44d43..000000000 --- a/go-sdk/kestra_api_client/model_convertible_values_list_string__.go +++ /dev/null @@ -1,202 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" - "fmt" -) - -// checks if the ConvertibleValuesListString type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &ConvertibleValuesListString{} - -// ConvertibleValuesListString struct for ConvertibleValuesListString -type ConvertibleValuesListString struct { - ConversionService map[string]interface{} `json:"conversionService"` - Empty *bool `json:"empty,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _ConvertibleValuesListString ConvertibleValuesListString - -// NewConvertibleValuesListString instantiates a new ConvertibleValuesListString object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewConvertibleValuesListString(conversionService map[string]interface{}) *ConvertibleValuesListString { - this := ConvertibleValuesListString{} - this.ConversionService = conversionService - return &this -} - -// NewConvertibleValuesListStringWithDefaults instantiates a new ConvertibleValuesListString 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 -func NewConvertibleValuesListStringWithDefaults() *ConvertibleValuesListString { - this := ConvertibleValuesListString{} - return &this -} - -// GetConversionService returns the ConversionService field value -func (o *ConvertibleValuesListString) GetConversionService() map[string]interface{} { - if o == nil { - var ret map[string]interface{} - return ret - } - - return o.ConversionService -} - -// GetConversionServiceOk returns a tuple with the ConversionService field value -// and a boolean to check if the value has been set. -func (o *ConvertibleValuesListString) GetConversionServiceOk() (map[string]interface{}, bool) { - if o == nil { - return map[string]interface{}{}, false - } - return o.ConversionService, true -} - -// SetConversionService sets field value -func (o *ConvertibleValuesListString) SetConversionService(v map[string]interface{}) { - o.ConversionService = v -} - -// GetEmpty returns the Empty field value if set, zero value otherwise. -func (o *ConvertibleValuesListString) GetEmpty() bool { - if o == nil || IsNil(o.Empty) { - var ret bool - return ret - } - return *o.Empty -} - -// GetEmptyOk returns a tuple with the Empty field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ConvertibleValuesListString) GetEmptyOk() (*bool, bool) { - if o == nil || IsNil(o.Empty) { - return nil, false - } - return o.Empty, true -} - -// HasEmpty returns a boolean if a field has been set. -func (o *ConvertibleValuesListString) HasEmpty() bool { - if o != nil && !IsNil(o.Empty) { - return true - } - - return false -} - -// SetEmpty gets a reference to the given bool and assigns it to the Empty field. -func (o *ConvertibleValuesListString) SetEmpty(v bool) { - o.Empty = &v -} - -func (o ConvertibleValuesListString) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o ConvertibleValuesListString) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - toSerialize["conversionService"] = o.ConversionService - if !IsNil(o.Empty) { - toSerialize["empty"] = o.Empty - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *ConvertibleValuesListString) UnmarshalJSON(data []byte) (err error) { - // This validates that all required properties are included in the JSON object - // by unmarshalling the object into a generic map with string keys and checking - // that every required field exists as a key in the generic map. - requiredProperties := []string{ - "conversionService", - } - - allProperties := make(map[string]interface{}) - - err = json.Unmarshal(data, &allProperties) - - if err != nil { - return err - } - - for _, requiredProperty := range requiredProperties { - if _, exists := allProperties[requiredProperty]; !exists { - return fmt.Errorf("no value given for required property %v", requiredProperty) - } - } - - varConvertibleValuesListString := _ConvertibleValuesListString{} - - err = json.Unmarshal(data, &varConvertibleValuesListString) - - if err != nil { - return err - } - - *o = ConvertibleValuesListString(varConvertibleValuesListString) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "conversionService") - delete(additionalProperties, "empty") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableConvertibleValuesListString struct { - value *ConvertibleValuesListString - isSet bool -} - -func (v NullableConvertibleValuesListString) Get() *ConvertibleValuesListString { - return v.value -} - -func (v *NullableConvertibleValuesListString) Set(val *ConvertibleValuesListString) { - v.value = val - v.isSet = true -} - -func (v NullableConvertibleValuesListString) IsSet() bool { - return v.isSet -} - -func (v *NullableConvertibleValuesListString) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableConvertibleValuesListString(val *ConvertibleValuesListString) *NullableConvertibleValuesListString { - return &NullableConvertibleValuesListString{value: val, isSet: true} -} - -func (v NullableConvertibleValuesListString) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableConvertibleValuesListString) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_event_app_response_.go b/go-sdk/kestra_api_client/model_event_app_response_.go deleted file mode 100644 index 305ef35f0..000000000 --- a/go-sdk/kestra_api_client/model_event_app_response_.go +++ /dev/null @@ -1,300 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" -) - -// checks if the EventAppResponse type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &EventAppResponse{} - -// EventAppResponse struct for EventAppResponse -type EventAppResponse struct { - Data *AppResponse `json:"data,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Comment *string `json:"comment,omitempty"` - Retry *string `json:"retry,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _EventAppResponse EventAppResponse - -// NewEventAppResponse instantiates a new EventAppResponse object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewEventAppResponse() *EventAppResponse { - this := EventAppResponse{} - return &this -} - -// NewEventAppResponseWithDefaults instantiates a new EventAppResponse 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 -func NewEventAppResponseWithDefaults() *EventAppResponse { - this := EventAppResponse{} - return &this -} - -// GetData returns the Data field value if set, zero value otherwise. -func (o *EventAppResponse) GetData() AppResponse { - if o == nil || IsNil(o.Data) { - var ret AppResponse - return ret - } - return *o.Data -} - -// GetDataOk returns a tuple with the Data field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *EventAppResponse) GetDataOk() (*AppResponse, bool) { - if o == nil || IsNil(o.Data) { - return nil, false - } - return o.Data, true -} - -// HasData returns a boolean if a field has been set. -func (o *EventAppResponse) HasData() bool { - if o != nil && !IsNil(o.Data) { - return true - } - - return false -} - -// SetData gets a reference to the given AppResponse and assigns it to the Data field. -func (o *EventAppResponse) SetData(v AppResponse) { - o.Data = &v -} - -// GetId returns the Id field value if set, zero value otherwise. -func (o *EventAppResponse) GetId() string { - if o == nil || IsNil(o.Id) { - var ret string - return ret - } - return *o.Id -} - -// GetIdOk returns a tuple with the Id field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *EventAppResponse) GetIdOk() (*string, bool) { - if o == nil || IsNil(o.Id) { - return nil, false - } - return o.Id, true -} - -// HasId returns a boolean if a field has been set. -func (o *EventAppResponse) HasId() bool { - if o != nil && !IsNil(o.Id) { - return true - } - - return false -} - -// SetId gets a reference to the given string and assigns it to the Id field. -func (o *EventAppResponse) SetId(v string) { - o.Id = &v -} - -// GetName returns the Name field value if set, zero value otherwise. -func (o *EventAppResponse) GetName() string { - if o == nil || IsNil(o.Name) { - var ret string - return ret - } - return *o.Name -} - -// GetNameOk returns a tuple with the Name field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *EventAppResponse) GetNameOk() (*string, bool) { - if o == nil || IsNil(o.Name) { - return nil, false - } - return o.Name, true -} - -// HasName returns a boolean if a field has been set. -func (o *EventAppResponse) HasName() bool { - if o != nil && !IsNil(o.Name) { - return true - } - - return false -} - -// SetName gets a reference to the given string and assigns it to the Name field. -func (o *EventAppResponse) SetName(v string) { - o.Name = &v -} - -// GetComment returns the Comment field value if set, zero value otherwise. -func (o *EventAppResponse) GetComment() string { - if o == nil || IsNil(o.Comment) { - var ret string - return ret - } - return *o.Comment -} - -// GetCommentOk returns a tuple with the Comment field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *EventAppResponse) GetCommentOk() (*string, bool) { - if o == nil || IsNil(o.Comment) { - return nil, false - } - return o.Comment, true -} - -// HasComment returns a boolean if a field has been set. -func (o *EventAppResponse) HasComment() bool { - if o != nil && !IsNil(o.Comment) { - return true - } - - return false -} - -// SetComment gets a reference to the given string and assigns it to the Comment field. -func (o *EventAppResponse) SetComment(v string) { - o.Comment = &v -} - -// GetRetry returns the Retry field value if set, zero value otherwise. -func (o *EventAppResponse) GetRetry() string { - if o == nil || IsNil(o.Retry) { - var ret string - return ret - } - return *o.Retry -} - -// GetRetryOk returns a tuple with the Retry field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *EventAppResponse) GetRetryOk() (*string, bool) { - if o == nil || IsNil(o.Retry) { - return nil, false - } - return o.Retry, true -} - -// HasRetry returns a boolean if a field has been set. -func (o *EventAppResponse) HasRetry() bool { - if o != nil && !IsNil(o.Retry) { - return true - } - - return false -} - -// SetRetry gets a reference to the given string and assigns it to the Retry field. -func (o *EventAppResponse) SetRetry(v string) { - o.Retry = &v -} - -func (o EventAppResponse) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o EventAppResponse) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - if !IsNil(o.Data) { - toSerialize["data"] = o.Data - } - if !IsNil(o.Id) { - toSerialize["id"] = o.Id - } - if !IsNil(o.Name) { - toSerialize["name"] = o.Name - } - if !IsNil(o.Comment) { - toSerialize["comment"] = o.Comment - } - if !IsNil(o.Retry) { - toSerialize["retry"] = o.Retry - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *EventAppResponse) UnmarshalJSON(data []byte) (err error) { - varEventAppResponse := _EventAppResponse{} - - err = json.Unmarshal(data, &varEventAppResponse) - - if err != nil { - return err - } - - *o = EventAppResponse(varEventAppResponse) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "data") - delete(additionalProperties, "id") - delete(additionalProperties, "name") - delete(additionalProperties, "comment") - delete(additionalProperties, "retry") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableEventAppResponse struct { - value *EventAppResponse - isSet bool -} - -func (v NullableEventAppResponse) Get() *EventAppResponse { - return v.value -} - -func (v *NullableEventAppResponse) Set(val *EventAppResponse) { - v.value = val - v.isSet = true -} - -func (v NullableEventAppResponse) IsSet() bool { - return v.isSet -} - -func (v *NullableEventAppResponse) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableEventAppResponse(val *EventAppResponse) *NullableEventAppResponse { - return &NullableEventAppResponse{value: val, isSet: true} -} - -func (v NullableEventAppResponse) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableEventAppResponse) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_event_log_entry_.go b/go-sdk/kestra_api_client/model_event_log_entry_.go deleted file mode 100644 index 9ac6072b7..000000000 --- a/go-sdk/kestra_api_client/model_event_log_entry_.go +++ /dev/null @@ -1,300 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" -) - -// checks if the EventLogEntry type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &EventLogEntry{} - -// EventLogEntry struct for EventLogEntry -type EventLogEntry struct { - Data *LogEntry `json:"data,omitempty"` - Id *string `json:"id,omitempty"` - Name *string `json:"name,omitempty"` - Comment *string `json:"comment,omitempty"` - Retry *string `json:"retry,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _EventLogEntry EventLogEntry - -// NewEventLogEntry instantiates a new EventLogEntry object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewEventLogEntry() *EventLogEntry { - this := EventLogEntry{} - return &this -} - -// NewEventLogEntryWithDefaults instantiates a new EventLogEntry 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 -func NewEventLogEntryWithDefaults() *EventLogEntry { - this := EventLogEntry{} - return &this -} - -// GetData returns the Data field value if set, zero value otherwise. -func (o *EventLogEntry) GetData() LogEntry { - if o == nil || IsNil(o.Data) { - var ret LogEntry - return ret - } - return *o.Data -} - -// GetDataOk returns a tuple with the Data field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *EventLogEntry) GetDataOk() (*LogEntry, bool) { - if o == nil || IsNil(o.Data) { - return nil, false - } - return o.Data, true -} - -// HasData returns a boolean if a field has been set. -func (o *EventLogEntry) HasData() bool { - if o != nil && !IsNil(o.Data) { - return true - } - - return false -} - -// SetData gets a reference to the given LogEntry and assigns it to the Data field. -func (o *EventLogEntry) SetData(v LogEntry) { - o.Data = &v -} - -// GetId returns the Id field value if set, zero value otherwise. -func (o *EventLogEntry) GetId() string { - if o == nil || IsNil(o.Id) { - var ret string - return ret - } - return *o.Id -} - -// GetIdOk returns a tuple with the Id field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *EventLogEntry) GetIdOk() (*string, bool) { - if o == nil || IsNil(o.Id) { - return nil, false - } - return o.Id, true -} - -// HasId returns a boolean if a field has been set. -func (o *EventLogEntry) HasId() bool { - if o != nil && !IsNil(o.Id) { - return true - } - - return false -} - -// SetId gets a reference to the given string and assigns it to the Id field. -func (o *EventLogEntry) SetId(v string) { - o.Id = &v -} - -// GetName returns the Name field value if set, zero value otherwise. -func (o *EventLogEntry) GetName() string { - if o == nil || IsNil(o.Name) { - var ret string - return ret - } - return *o.Name -} - -// GetNameOk returns a tuple with the Name field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *EventLogEntry) GetNameOk() (*string, bool) { - if o == nil || IsNil(o.Name) { - return nil, false - } - return o.Name, true -} - -// HasName returns a boolean if a field has been set. -func (o *EventLogEntry) HasName() bool { - if o != nil && !IsNil(o.Name) { - return true - } - - return false -} - -// SetName gets a reference to the given string and assigns it to the Name field. -func (o *EventLogEntry) SetName(v string) { - o.Name = &v -} - -// GetComment returns the Comment field value if set, zero value otherwise. -func (o *EventLogEntry) GetComment() string { - if o == nil || IsNil(o.Comment) { - var ret string - return ret - } - return *o.Comment -} - -// GetCommentOk returns a tuple with the Comment field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *EventLogEntry) GetCommentOk() (*string, bool) { - if o == nil || IsNil(o.Comment) { - return nil, false - } - return o.Comment, true -} - -// HasComment returns a boolean if a field has been set. -func (o *EventLogEntry) HasComment() bool { - if o != nil && !IsNil(o.Comment) { - return true - } - - return false -} - -// SetComment gets a reference to the given string and assigns it to the Comment field. -func (o *EventLogEntry) SetComment(v string) { - o.Comment = &v -} - -// GetRetry returns the Retry field value if set, zero value otherwise. -func (o *EventLogEntry) GetRetry() string { - if o == nil || IsNil(o.Retry) { - var ret string - return ret - } - return *o.Retry -} - -// GetRetryOk returns a tuple with the Retry field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *EventLogEntry) GetRetryOk() (*string, bool) { - if o == nil || IsNil(o.Retry) { - return nil, false - } - return o.Retry, true -} - -// HasRetry returns a boolean if a field has been set. -func (o *EventLogEntry) HasRetry() bool { - if o != nil && !IsNil(o.Retry) { - return true - } - - return false -} - -// SetRetry gets a reference to the given string and assigns it to the Retry field. -func (o *EventLogEntry) SetRetry(v string) { - o.Retry = &v -} - -func (o EventLogEntry) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o EventLogEntry) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - if !IsNil(o.Data) { - toSerialize["data"] = o.Data - } - if !IsNil(o.Id) { - toSerialize["id"] = o.Id - } - if !IsNil(o.Name) { - toSerialize["name"] = o.Name - } - if !IsNil(o.Comment) { - toSerialize["comment"] = o.Comment - } - if !IsNil(o.Retry) { - toSerialize["retry"] = o.Retry - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *EventLogEntry) UnmarshalJSON(data []byte) (err error) { - varEventLogEntry := _EventLogEntry{} - - err = json.Unmarshal(data, &varEventLogEntry) - - if err != nil { - return err - } - - *o = EventLogEntry(varEventLogEntry) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "data") - delete(additionalProperties, "id") - delete(additionalProperties, "name") - delete(additionalProperties, "comment") - delete(additionalProperties, "retry") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableEventLogEntry struct { - value *EventLogEntry - isSet bool -} - -func (v NullableEventLogEntry) Get() *EventLogEntry { - return v.value -} - -func (v *NullableEventLogEntry) Set(val *EventLogEntry) { - v.value = val - v.isSet = true -} - -func (v NullableEventLogEntry) IsSet() bool { - return v.isSet -} - -func (v *NullableEventLogEntry) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableEventLogEntry(val *EventLogEntry) *NullableEventLogEntry { - return &NullableEventLogEntry{value: val, isSet: true} -} - -func (v NullableEventLogEntry) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableEventLogEntry) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response.go b/go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response.go deleted file mode 100644 index 5db16ba03..000000000 --- a/go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response.go +++ /dev/null @@ -1,263 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" -) - -// checks if the ExecutionControllerApiValidateExecutionInputsResponse type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &ExecutionControllerApiValidateExecutionInputsResponse{} - -// ExecutionControllerApiValidateExecutionInputsResponse struct for ExecutionControllerApiValidateExecutionInputsResponse -type ExecutionControllerApiValidateExecutionInputsResponse struct { - Id *string `json:"id,omitempty"` - Namespace *string `json:"namespace,omitempty"` - Inputs []ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue `json:"inputs,omitempty"` - Checks []ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure `json:"checks,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _ExecutionControllerApiValidateExecutionInputsResponse ExecutionControllerApiValidateExecutionInputsResponse - -// NewExecutionControllerApiValidateExecutionInputsResponse instantiates a new ExecutionControllerApiValidateExecutionInputsResponse object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewExecutionControllerApiValidateExecutionInputsResponse() *ExecutionControllerApiValidateExecutionInputsResponse { - this := ExecutionControllerApiValidateExecutionInputsResponse{} - return &this -} - -// NewExecutionControllerApiValidateExecutionInputsResponseWithDefaults instantiates a new ExecutionControllerApiValidateExecutionInputsResponse 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 -func NewExecutionControllerApiValidateExecutionInputsResponseWithDefaults() *ExecutionControllerApiValidateExecutionInputsResponse { - this := ExecutionControllerApiValidateExecutionInputsResponse{} - return &this -} - -// GetId returns the Id field value if set, zero value otherwise. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetId() string { - if o == nil || IsNil(o.Id) { - var ret string - return ret - } - return *o.Id -} - -// GetIdOk returns a tuple with the Id field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetIdOk() (*string, bool) { - if o == nil || IsNil(o.Id) { - return nil, false - } - return o.Id, true -} - -// HasId returns a boolean if a field has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) HasId() bool { - if o != nil && !IsNil(o.Id) { - return true - } - - return false -} - -// SetId gets a reference to the given string and assigns it to the Id field. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) SetId(v string) { - o.Id = &v -} - -// GetNamespace returns the Namespace field value if set, zero value otherwise. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetNamespace() string { - if o == nil || IsNil(o.Namespace) { - var ret string - return ret - } - return *o.Namespace -} - -// GetNamespaceOk returns a tuple with the Namespace field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetNamespaceOk() (*string, bool) { - if o == nil || IsNil(o.Namespace) { - return nil, false - } - return o.Namespace, true -} - -// HasNamespace returns a boolean if a field has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) HasNamespace() bool { - if o != nil && !IsNil(o.Namespace) { - return true - } - - return false -} - -// SetNamespace gets a reference to the given string and assigns it to the Namespace field. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) SetNamespace(v string) { - o.Namespace = &v -} - -// GetInputs returns the Inputs field value if set, zero value otherwise. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetInputs() []ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue { - if o == nil || IsNil(o.Inputs) { - var ret []ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue - return ret - } - return o.Inputs -} - -// GetInputsOk returns a tuple with the Inputs field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetInputsOk() ([]ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue, bool) { - if o == nil || IsNil(o.Inputs) { - return nil, false - } - return o.Inputs, true -} - -// HasInputs returns a boolean if a field has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) HasInputs() bool { - if o != nil && !IsNil(o.Inputs) { - return true - } - - return false -} - -// SetInputs gets a reference to the given []ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue and assigns it to the Inputs field. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) SetInputs(v []ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) { - o.Inputs = v -} - -// GetChecks returns the Checks field value if set, zero value otherwise. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetChecks() []ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure { - if o == nil || IsNil(o.Checks) { - var ret []ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure - return ret - } - return o.Checks -} - -// GetChecksOk returns a tuple with the Checks field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) GetChecksOk() ([]ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure, bool) { - if o == nil || IsNil(o.Checks) { - return nil, false - } - return o.Checks, true -} - -// HasChecks returns a boolean if a field has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) HasChecks() bool { - if o != nil && !IsNil(o.Checks) { - return true - } - - return false -} - -// SetChecks gets a reference to the given []ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure and assigns it to the Checks field. -func (o *ExecutionControllerApiValidateExecutionInputsResponse) SetChecks(v []ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) { - o.Checks = v -} - -func (o ExecutionControllerApiValidateExecutionInputsResponse) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o ExecutionControllerApiValidateExecutionInputsResponse) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - if !IsNil(o.Id) { - toSerialize["id"] = o.Id - } - if !IsNil(o.Namespace) { - toSerialize["namespace"] = o.Namespace - } - if !IsNil(o.Inputs) { - toSerialize["inputs"] = o.Inputs - } - if !IsNil(o.Checks) { - toSerialize["checks"] = o.Checks - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *ExecutionControllerApiValidateExecutionInputsResponse) UnmarshalJSON(data []byte) (err error) { - varExecutionControllerApiValidateExecutionInputsResponse := _ExecutionControllerApiValidateExecutionInputsResponse{} - - err = json.Unmarshal(data, &varExecutionControllerApiValidateExecutionInputsResponse) - - if err != nil { - return err - } - - *o = ExecutionControllerApiValidateExecutionInputsResponse(varExecutionControllerApiValidateExecutionInputsResponse) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "id") - delete(additionalProperties, "namespace") - delete(additionalProperties, "inputs") - delete(additionalProperties, "checks") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableExecutionControllerApiValidateExecutionInputsResponse struct { - value *ExecutionControllerApiValidateExecutionInputsResponse - isSet bool -} - -func (v NullableExecutionControllerApiValidateExecutionInputsResponse) Get() *ExecutionControllerApiValidateExecutionInputsResponse { - return v.value -} - -func (v *NullableExecutionControllerApiValidateExecutionInputsResponse) Set(val *ExecutionControllerApiValidateExecutionInputsResponse) { - v.value = val - v.isSet = true -} - -func (v NullableExecutionControllerApiValidateExecutionInputsResponse) IsSet() bool { - return v.isSet -} - -func (v *NullableExecutionControllerApiValidateExecutionInputsResponse) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableExecutionControllerApiValidateExecutionInputsResponse(val *ExecutionControllerApiValidateExecutionInputsResponse) *NullableExecutionControllerApiValidateExecutionInputsResponse { - return &NullableExecutionControllerApiValidateExecutionInputsResponse{value: val, isSet: true} -} - -func (v NullableExecutionControllerApiValidateExecutionInputsResponse) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableExecutionControllerApiValidateExecutionInputsResponse) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response_api_check_failure.go b/go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response_api_check_failure.go deleted file mode 100644 index 82c23e47c..000000000 --- a/go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response_api_check_failure.go +++ /dev/null @@ -1,226 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" -) - -// checks if the ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure{} - -// ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure struct for ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure -type ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure struct { - Message *string `json:"message,omitempty"` - Style *CheckStyle `json:"style,omitempty"` - Behavior *CheckBehavior `json:"behavior,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure - -// NewExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure instantiates a new ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure() *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure { - this := ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure{} - return &this -} - -// NewExecutionControllerApiValidateExecutionInputsResponseApiCheckFailureWithDefaults instantiates a new ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure 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 -func NewExecutionControllerApiValidateExecutionInputsResponseApiCheckFailureWithDefaults() *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure { - this := ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure{} - return &this -} - -// GetMessage returns the Message field value if set, zero value otherwise. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) GetMessage() string { - if o == nil || IsNil(o.Message) { - var ret string - return ret - } - return *o.Message -} - -// GetMessageOk returns a tuple with the Message field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) GetMessageOk() (*string, bool) { - if o == nil || IsNil(o.Message) { - return nil, false - } - return o.Message, true -} - -// HasMessage returns a boolean if a field has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) HasMessage() bool { - if o != nil && !IsNil(o.Message) { - return true - } - - return false -} - -// SetMessage gets a reference to the given string and assigns it to the Message field. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) SetMessage(v string) { - o.Message = &v -} - -// GetStyle returns the Style field value if set, zero value otherwise. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) GetStyle() CheckStyle { - if o == nil || IsNil(o.Style) { - var ret CheckStyle - return ret - } - return *o.Style -} - -// GetStyleOk returns a tuple with the Style field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) GetStyleOk() (*CheckStyle, bool) { - if o == nil || IsNil(o.Style) { - return nil, false - } - return o.Style, true -} - -// HasStyle returns a boolean if a field has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) HasStyle() bool { - if o != nil && !IsNil(o.Style) { - return true - } - - return false -} - -// SetStyle gets a reference to the given CheckStyle and assigns it to the Style field. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) SetStyle(v CheckStyle) { - o.Style = &v -} - -// GetBehavior returns the Behavior field value if set, zero value otherwise. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) GetBehavior() CheckBehavior { - if o == nil || IsNil(o.Behavior) { - var ret CheckBehavior - return ret - } - return *o.Behavior -} - -// GetBehaviorOk returns a tuple with the Behavior field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) GetBehaviorOk() (*CheckBehavior, bool) { - if o == nil || IsNil(o.Behavior) { - return nil, false - } - return o.Behavior, true -} - -// HasBehavior returns a boolean if a field has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) HasBehavior() bool { - if o != nil && !IsNil(o.Behavior) { - return true - } - - return false -} - -// SetBehavior gets a reference to the given CheckBehavior and assigns it to the Behavior field. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) SetBehavior(v CheckBehavior) { - o.Behavior = &v -} - -func (o ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - if !IsNil(o.Message) { - toSerialize["message"] = o.Message - } - if !IsNil(o.Style) { - toSerialize["style"] = o.Style - } - if !IsNil(o.Behavior) { - toSerialize["behavior"] = o.Behavior - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) UnmarshalJSON(data []byte) (err error) { - varExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure := _ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure{} - - err = json.Unmarshal(data, &varExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) - - if err != nil { - return err - } - - *o = ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure(varExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "message") - delete(additionalProperties, "style") - delete(additionalProperties, "behavior") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure struct { - value *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure - isSet bool -} - -func (v NullableExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) Get() *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure { - return v.value -} - -func (v *NullableExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) Set(val *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) { - v.value = val - v.isSet = true -} - -func (v NullableExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) IsSet() bool { - return v.isSet -} - -func (v *NullableExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure(val *ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) *NullableExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure { - return &NullableExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure{value: val, isSet: true} -} - -func (v NullableExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response_api_input_and_value.go b/go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response_api_input_and_value.go deleted file mode 100644 index c39f7d455..000000000 --- a/go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response_api_input_and_value.go +++ /dev/null @@ -1,300 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" -) - -// checks if the ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue{} - -// ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue struct for ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue -type ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue struct { - Input *InputObject `json:"input,omitempty"` - Value map[string]interface{} `json:"value,omitempty"` - Enabled *bool `json:"enabled,omitempty"` - IsDefault *bool `json:"isDefault,omitempty"` - Errors []ExecutionControllerApiValidateExecutionInputsResponseApiInputError `json:"errors,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue - -// NewExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue instantiates a new ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue() *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue { - this := ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue{} - return &this -} - -// NewExecutionControllerApiValidateExecutionInputsResponseApiInputAndValueWithDefaults instantiates a new ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue 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 -func NewExecutionControllerApiValidateExecutionInputsResponseApiInputAndValueWithDefaults() *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue { - this := ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue{} - return &this -} - -// GetInput returns the Input field value if set, zero value otherwise. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetInput() InputObject { - if o == nil || IsNil(o.Input) { - var ret InputObject - return ret - } - return *o.Input -} - -// GetInputOk returns a tuple with the Input field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetInputOk() (*InputObject, bool) { - if o == nil || IsNil(o.Input) { - return nil, false - } - return o.Input, true -} - -// HasInput returns a boolean if a field has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) HasInput() bool { - if o != nil && !IsNil(o.Input) { - return true - } - - return false -} - -// SetInput gets a reference to the given InputObject and assigns it to the Input field. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) SetInput(v InputObject) { - o.Input = &v -} - -// GetValue returns the Value field value if set, zero value otherwise. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetValue() map[string]interface{} { - if o == nil || IsNil(o.Value) { - var ret map[string]interface{} - return ret - } - return o.Value -} - -// GetValueOk returns a tuple with the Value field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetValueOk() (map[string]interface{}, bool) { - if o == nil || IsNil(o.Value) { - return map[string]interface{}{}, false - } - return o.Value, true -} - -// HasValue returns a boolean if a field has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) HasValue() bool { - if o != nil && !IsNil(o.Value) { - return true - } - - return false -} - -// SetValue gets a reference to the given map[string]interface{} and assigns it to the Value field. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) SetValue(v map[string]interface{}) { - o.Value = v -} - -// GetEnabled returns the Enabled field value if set, zero value otherwise. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetEnabled() bool { - if o == nil || IsNil(o.Enabled) { - var ret bool - return ret - } - return *o.Enabled -} - -// GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetEnabledOk() (*bool, bool) { - if o == nil || IsNil(o.Enabled) { - return nil, false - } - return o.Enabled, true -} - -// HasEnabled returns a boolean if a field has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) HasEnabled() bool { - if o != nil && !IsNil(o.Enabled) { - return true - } - - return false -} - -// SetEnabled gets a reference to the given bool and assigns it to the Enabled field. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) SetEnabled(v bool) { - o.Enabled = &v -} - -// GetIsDefault returns the IsDefault field value if set, zero value otherwise. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetIsDefault() bool { - if o == nil || IsNil(o.IsDefault) { - var ret bool - return ret - } - return *o.IsDefault -} - -// GetIsDefaultOk returns a tuple with the IsDefault field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetIsDefaultOk() (*bool, bool) { - if o == nil || IsNil(o.IsDefault) { - return nil, false - } - return o.IsDefault, true -} - -// HasIsDefault returns a boolean if a field has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) HasIsDefault() bool { - if o != nil && !IsNil(o.IsDefault) { - return true - } - - return false -} - -// SetIsDefault gets a reference to the given bool and assigns it to the IsDefault field. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) SetIsDefault(v bool) { - o.IsDefault = &v -} - -// GetErrors returns the Errors field value if set, zero value otherwise. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetErrors() []ExecutionControllerApiValidateExecutionInputsResponseApiInputError { - if o == nil || IsNil(o.Errors) { - var ret []ExecutionControllerApiValidateExecutionInputsResponseApiInputError - return ret - } - return o.Errors -} - -// GetErrorsOk returns a tuple with the Errors field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) GetErrorsOk() ([]ExecutionControllerApiValidateExecutionInputsResponseApiInputError, bool) { - if o == nil || IsNil(o.Errors) { - return nil, false - } - return o.Errors, true -} - -// HasErrors returns a boolean if a field has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) HasErrors() bool { - if o != nil && !IsNil(o.Errors) { - return true - } - - return false -} - -// SetErrors gets a reference to the given []ExecutionControllerApiValidateExecutionInputsResponseApiInputError and assigns it to the Errors field. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) SetErrors(v []ExecutionControllerApiValidateExecutionInputsResponseApiInputError) { - o.Errors = v -} - -func (o ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - if !IsNil(o.Input) { - toSerialize["input"] = o.Input - } - if !IsNil(o.Value) { - toSerialize["value"] = o.Value - } - if !IsNil(o.Enabled) { - toSerialize["enabled"] = o.Enabled - } - if !IsNil(o.IsDefault) { - toSerialize["isDefault"] = o.IsDefault - } - if !IsNil(o.Errors) { - toSerialize["errors"] = o.Errors - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) UnmarshalJSON(data []byte) (err error) { - varExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue := _ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue{} - - err = json.Unmarshal(data, &varExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) - - if err != nil { - return err - } - - *o = ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue(varExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "input") - delete(additionalProperties, "value") - delete(additionalProperties, "enabled") - delete(additionalProperties, "isDefault") - delete(additionalProperties, "errors") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue struct { - value *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue - isSet bool -} - -func (v NullableExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) Get() *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue { - return v.value -} - -func (v *NullableExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) Set(val *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) { - v.value = val - v.isSet = true -} - -func (v NullableExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) IsSet() bool { - return v.isSet -} - -func (v *NullableExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue(val *ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) *NullableExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue { - return &NullableExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue{value: val, isSet: true} -} - -func (v NullableExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response_api_input_error.go b/go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response_api_input_error.go deleted file mode 100644 index 6d3d51736..000000000 --- a/go-sdk/kestra_api_client/model_execution_controller_api_validate_execution_inputs_response_api_input_error.go +++ /dev/null @@ -1,152 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" -) - -// checks if the ExecutionControllerApiValidateExecutionInputsResponseApiInputError type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &ExecutionControllerApiValidateExecutionInputsResponseApiInputError{} - -// ExecutionControllerApiValidateExecutionInputsResponseApiInputError struct for ExecutionControllerApiValidateExecutionInputsResponseApiInputError -type ExecutionControllerApiValidateExecutionInputsResponseApiInputError struct { - Message *string `json:"message,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _ExecutionControllerApiValidateExecutionInputsResponseApiInputError ExecutionControllerApiValidateExecutionInputsResponseApiInputError - -// NewExecutionControllerApiValidateExecutionInputsResponseApiInputError instantiates a new ExecutionControllerApiValidateExecutionInputsResponseApiInputError object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewExecutionControllerApiValidateExecutionInputsResponseApiInputError() *ExecutionControllerApiValidateExecutionInputsResponseApiInputError { - this := ExecutionControllerApiValidateExecutionInputsResponseApiInputError{} - return &this -} - -// NewExecutionControllerApiValidateExecutionInputsResponseApiInputErrorWithDefaults instantiates a new ExecutionControllerApiValidateExecutionInputsResponseApiInputError 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 -func NewExecutionControllerApiValidateExecutionInputsResponseApiInputErrorWithDefaults() *ExecutionControllerApiValidateExecutionInputsResponseApiInputError { - this := ExecutionControllerApiValidateExecutionInputsResponseApiInputError{} - return &this -} - -// GetMessage returns the Message field value if set, zero value otherwise. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputError) GetMessage() string { - if o == nil || IsNil(o.Message) { - var ret string - return ret - } - return *o.Message -} - -// GetMessageOk returns a tuple with the Message field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputError) GetMessageOk() (*string, bool) { - if o == nil || IsNil(o.Message) { - return nil, false - } - return o.Message, true -} - -// HasMessage returns a boolean if a field has been set. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputError) HasMessage() bool { - if o != nil && !IsNil(o.Message) { - return true - } - - return false -} - -// SetMessage gets a reference to the given string and assigns it to the Message field. -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputError) SetMessage(v string) { - o.Message = &v -} - -func (o ExecutionControllerApiValidateExecutionInputsResponseApiInputError) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o ExecutionControllerApiValidateExecutionInputsResponseApiInputError) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - if !IsNil(o.Message) { - toSerialize["message"] = o.Message - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *ExecutionControllerApiValidateExecutionInputsResponseApiInputError) UnmarshalJSON(data []byte) (err error) { - varExecutionControllerApiValidateExecutionInputsResponseApiInputError := _ExecutionControllerApiValidateExecutionInputsResponseApiInputError{} - - err = json.Unmarshal(data, &varExecutionControllerApiValidateExecutionInputsResponseApiInputError) - - if err != nil { - return err - } - - *o = ExecutionControllerApiValidateExecutionInputsResponseApiInputError(varExecutionControllerApiValidateExecutionInputsResponseApiInputError) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "message") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableExecutionControllerApiValidateExecutionInputsResponseApiInputError struct { - value *ExecutionControllerApiValidateExecutionInputsResponseApiInputError - isSet bool -} - -func (v NullableExecutionControllerApiValidateExecutionInputsResponseApiInputError) Get() *ExecutionControllerApiValidateExecutionInputsResponseApiInputError { - return v.value -} - -func (v *NullableExecutionControllerApiValidateExecutionInputsResponseApiInputError) Set(val *ExecutionControllerApiValidateExecutionInputsResponseApiInputError) { - v.value = val - v.isSet = true -} - -func (v NullableExecutionControllerApiValidateExecutionInputsResponseApiInputError) IsSet() bool { - return v.isSet -} - -func (v *NullableExecutionControllerApiValidateExecutionInputsResponseApiInputError) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableExecutionControllerApiValidateExecutionInputsResponseApiInputError(val *ExecutionControllerApiValidateExecutionInputsResponseApiInputError) *NullableExecutionControllerApiValidateExecutionInputsResponseApiInputError { - return &NullableExecutionControllerApiValidateExecutionInputsResponseApiInputError{value: val, isSet: true} -} - -func (v NullableExecutionControllerApiValidateExecutionInputsResponseApiInputError) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableExecutionControllerApiValidateExecutionInputsResponseApiInputError) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_execution_controller_eval_result.go b/go-sdk/kestra_api_client/model_execution_controller_eval_result.go deleted file mode 100644 index 7912c8a80..000000000 --- a/go-sdk/kestra_api_client/model_execution_controller_eval_result.go +++ /dev/null @@ -1,226 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" -) - -// checks if the ExecutionControllerEvalResult type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &ExecutionControllerEvalResult{} - -// ExecutionControllerEvalResult struct for ExecutionControllerEvalResult -type ExecutionControllerEvalResult struct { - Result *string `json:"result,omitempty"` - Error *string `json:"error,omitempty"` - StackTrace *string `json:"stackTrace,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _ExecutionControllerEvalResult ExecutionControllerEvalResult - -// NewExecutionControllerEvalResult instantiates a new ExecutionControllerEvalResult object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewExecutionControllerEvalResult() *ExecutionControllerEvalResult { - this := ExecutionControllerEvalResult{} - return &this -} - -// NewExecutionControllerEvalResultWithDefaults instantiates a new ExecutionControllerEvalResult 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 -func NewExecutionControllerEvalResultWithDefaults() *ExecutionControllerEvalResult { - this := ExecutionControllerEvalResult{} - return &this -} - -// GetResult returns the Result field value if set, zero value otherwise. -func (o *ExecutionControllerEvalResult) GetResult() string { - if o == nil || IsNil(o.Result) { - var ret string - return ret - } - return *o.Result -} - -// GetResultOk returns a tuple with the Result field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerEvalResult) GetResultOk() (*string, bool) { - if o == nil || IsNil(o.Result) { - return nil, false - } - return o.Result, true -} - -// HasResult returns a boolean if a field has been set. -func (o *ExecutionControllerEvalResult) HasResult() bool { - if o != nil && !IsNil(o.Result) { - return true - } - - return false -} - -// SetResult gets a reference to the given string and assigns it to the Result field. -func (o *ExecutionControllerEvalResult) SetResult(v string) { - o.Result = &v -} - -// GetError returns the Error field value if set, zero value otherwise. -func (o *ExecutionControllerEvalResult) GetError() string { - if o == nil || IsNil(o.Error) { - var ret string - return ret - } - return *o.Error -} - -// GetErrorOk returns a tuple with the Error field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerEvalResult) GetErrorOk() (*string, bool) { - if o == nil || IsNil(o.Error) { - return nil, false - } - return o.Error, true -} - -// HasError returns a boolean if a field has been set. -func (o *ExecutionControllerEvalResult) HasError() bool { - if o != nil && !IsNil(o.Error) { - return true - } - - return false -} - -// SetError gets a reference to the given string and assigns it to the Error field. -func (o *ExecutionControllerEvalResult) SetError(v string) { - o.Error = &v -} - -// GetStackTrace returns the StackTrace field value if set, zero value otherwise. -func (o *ExecutionControllerEvalResult) GetStackTrace() string { - if o == nil || IsNil(o.StackTrace) { - var ret string - return ret - } - return *o.StackTrace -} - -// GetStackTraceOk returns a tuple with the StackTrace field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *ExecutionControllerEvalResult) GetStackTraceOk() (*string, bool) { - if o == nil || IsNil(o.StackTrace) { - return nil, false - } - return o.StackTrace, true -} - -// HasStackTrace returns a boolean if a field has been set. -func (o *ExecutionControllerEvalResult) HasStackTrace() bool { - if o != nil && !IsNil(o.StackTrace) { - return true - } - - return false -} - -// SetStackTrace gets a reference to the given string and assigns it to the StackTrace field. -func (o *ExecutionControllerEvalResult) SetStackTrace(v string) { - o.StackTrace = &v -} - -func (o ExecutionControllerEvalResult) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o ExecutionControllerEvalResult) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - if !IsNil(o.Result) { - toSerialize["result"] = o.Result - } - if !IsNil(o.Error) { - toSerialize["error"] = o.Error - } - if !IsNil(o.StackTrace) { - toSerialize["stackTrace"] = o.StackTrace - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *ExecutionControllerEvalResult) UnmarshalJSON(data []byte) (err error) { - varExecutionControllerEvalResult := _ExecutionControllerEvalResult{} - - err = json.Unmarshal(data, &varExecutionControllerEvalResult) - - if err != nil { - return err - } - - *o = ExecutionControllerEvalResult(varExecutionControllerEvalResult) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "result") - delete(additionalProperties, "error") - delete(additionalProperties, "stackTrace") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableExecutionControllerEvalResult struct { - value *ExecutionControllerEvalResult - isSet bool -} - -func (v NullableExecutionControllerEvalResult) Get() *ExecutionControllerEvalResult { - return v.value -} - -func (v *NullableExecutionControllerEvalResult) Set(val *ExecutionControllerEvalResult) { - v.value = val - v.isSet = true -} - -func (v NullableExecutionControllerEvalResult) IsSet() bool { - return v.isSet -} - -func (v *NullableExecutionControllerEvalResult) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableExecutionControllerEvalResult(val *ExecutionControllerEvalResult) *NullableExecutionControllerEvalResult { - return &NullableExecutionControllerEvalResult{value: val, isSet: true} -} - -func (v NullableExecutionControllerEvalResult) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableExecutionControllerEvalResult) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_execution_repository_interface_child_filter.go b/go-sdk/kestra_api_client/model_execution_repository_interface_child_filter.go deleted file mode 100644 index eb7c27649..000000000 --- a/go-sdk/kestra_api_client/model_execution_repository_interface_child_filter.go +++ /dev/null @@ -1,109 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" - "fmt" -) - -// ExecutionRepositoryInterfaceChildFilter the model 'ExecutionRepositoryInterfaceChildFilter' -type ExecutionRepositoryInterfaceChildFilter string - -// List of ExecutionRepositoryInterface.ChildFilter -const ( - EXECUTIONREPOSITORYINTERFACECHILDFILTER_CHILD ExecutionRepositoryInterfaceChildFilter = "CHILD" - EXECUTIONREPOSITORYINTERFACECHILDFILTER_MAIN ExecutionRepositoryInterfaceChildFilter = "MAIN" -) - -// All allowed values of ExecutionRepositoryInterfaceChildFilter enum -var AllowedExecutionRepositoryInterfaceChildFilterEnumValues = []ExecutionRepositoryInterfaceChildFilter{ - "CHILD", - "MAIN", -} - -func (v *ExecutionRepositoryInterfaceChildFilter) UnmarshalJSON(src []byte) error { - var value string - err := json.Unmarshal(src, &value) - if err != nil { - return err - } - enumTypeValue := ExecutionRepositoryInterfaceChildFilter(value) - for _, existing := range AllowedExecutionRepositoryInterfaceChildFilterEnumValues { - if existing == enumTypeValue { - *v = enumTypeValue - return nil - } - } - - return fmt.Errorf("%+v is not a valid ExecutionRepositoryInterfaceChildFilter", value) -} - -// NewExecutionRepositoryInterfaceChildFilterFromValue returns a pointer to a valid ExecutionRepositoryInterfaceChildFilter -// for the value passed as argument, or an error if the value passed is not allowed by the enum -func NewExecutionRepositoryInterfaceChildFilterFromValue(v string) (*ExecutionRepositoryInterfaceChildFilter, error) { - ev := ExecutionRepositoryInterfaceChildFilter(v) - if ev.IsValid() { - return &ev, nil - } else { - return nil, fmt.Errorf("invalid value '%v' for ExecutionRepositoryInterfaceChildFilter: valid values are %v", v, AllowedExecutionRepositoryInterfaceChildFilterEnumValues) - } -} - -// IsValid return true if the value is valid for the enum, false otherwise -func (v ExecutionRepositoryInterfaceChildFilter) IsValid() bool { - for _, existing := range AllowedExecutionRepositoryInterfaceChildFilterEnumValues { - if existing == v { - return true - } - } - return false -} - -// Ptr returns reference to ExecutionRepositoryInterface.ChildFilter value -func (v ExecutionRepositoryInterfaceChildFilter) Ptr() *ExecutionRepositoryInterfaceChildFilter { - return &v -} - -type NullableExecutionRepositoryInterfaceChildFilter struct { - value *ExecutionRepositoryInterfaceChildFilter - isSet bool -} - -func (v NullableExecutionRepositoryInterfaceChildFilter) Get() *ExecutionRepositoryInterfaceChildFilter { - return v.value -} - -func (v *NullableExecutionRepositoryInterfaceChildFilter) Set(val *ExecutionRepositoryInterfaceChildFilter) { - v.value = val - v.isSet = true -} - -func (v NullableExecutionRepositoryInterfaceChildFilter) IsSet() bool { - return v.isSet -} - -func (v *NullableExecutionRepositoryInterfaceChildFilter) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableExecutionRepositoryInterfaceChildFilter(val *ExecutionRepositoryInterfaceChildFilter) *NullableExecutionRepositoryInterfaceChildFilter { - return &NullableExecutionRepositoryInterfaceChildFilter{value: val, isSet: true} -} - -func (v NullableExecutionRepositoryInterfaceChildFilter) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableExecutionRepositoryInterfaceChildFilter) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_flow_scope.go b/go-sdk/kestra_api_client/model_flow_scope.go deleted file mode 100644 index cc98da7ec..000000000 --- a/go-sdk/kestra_api_client/model_flow_scope.go +++ /dev/null @@ -1,109 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" - "fmt" -) - -// FlowScope the model 'FlowScope' -type FlowScope string - -// List of FlowScope -const ( - FLOWSCOPE_USER FlowScope = "USER" - FLOWSCOPE_SYSTEM FlowScope = "SYSTEM" -) - -// All allowed values of FlowScope enum -var AllowedFlowScopeEnumValues = []FlowScope{ - "USER", - "SYSTEM", -} - -func (v *FlowScope) UnmarshalJSON(src []byte) error { - var value string - err := json.Unmarshal(src, &value) - if err != nil { - return err - } - enumTypeValue := FlowScope(value) - for _, existing := range AllowedFlowScopeEnumValues { - if existing == enumTypeValue { - *v = enumTypeValue - return nil - } - } - - return fmt.Errorf("%+v is not a valid FlowScope", value) -} - -// NewFlowScopeFromValue returns a pointer to a valid FlowScope -// for the value passed as argument, or an error if the value passed is not allowed by the enum -func NewFlowScopeFromValue(v string) (*FlowScope, error) { - ev := FlowScope(v) - if ev.IsValid() { - return &ev, nil - } else { - return nil, fmt.Errorf("invalid value '%v' for FlowScope: valid values are %v", v, AllowedFlowScopeEnumValues) - } -} - -// IsValid return true if the value is valid for the enum, false otherwise -func (v FlowScope) IsValid() bool { - for _, existing := range AllowedFlowScopeEnumValues { - if existing == v { - return true - } - } - return false -} - -// Ptr returns reference to FlowScope value -func (v FlowScope) Ptr() *FlowScope { - return &v -} - -type NullableFlowScope struct { - value *FlowScope - isSet bool -} - -func (v NullableFlowScope) Get() *FlowScope { - return v.value -} - -func (v *NullableFlowScope) Set(val *FlowScope) { - v.value = val - v.isSet = true -} - -func (v NullableFlowScope) IsSet() bool { - return v.isSet -} - -func (v *NullableFlowScope) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableFlowScope(val *FlowScope) *NullableFlowScope { - return &NullableFlowScope{value: val, isSet: true} -} - -func (v NullableFlowScope) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableFlowScope) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_http_parameters.go b/go-sdk/kestra_api_client/model_http_parameters.go deleted file mode 100644 index df07bbac1..000000000 --- a/go-sdk/kestra_api_client/model_http_parameters.go +++ /dev/null @@ -1,202 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" - "fmt" -) - -// checks if the HttpParameters type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &HttpParameters{} - -// HttpParameters struct for HttpParameters -type HttpParameters struct { - ConversionService map[string]interface{} `json:"conversionService"` - Empty *bool `json:"empty,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _HttpParameters HttpParameters - -// NewHttpParameters instantiates a new HttpParameters object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewHttpParameters(conversionService map[string]interface{}) *HttpParameters { - this := HttpParameters{} - this.ConversionService = conversionService - return &this -} - -// NewHttpParametersWithDefaults instantiates a new HttpParameters 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 -func NewHttpParametersWithDefaults() *HttpParameters { - this := HttpParameters{} - return &this -} - -// GetConversionService returns the ConversionService field value -func (o *HttpParameters) GetConversionService() map[string]interface{} { - if o == nil { - var ret map[string]interface{} - return ret - } - - return o.ConversionService -} - -// GetConversionServiceOk returns a tuple with the ConversionService field value -// and a boolean to check if the value has been set. -func (o *HttpParameters) GetConversionServiceOk() (map[string]interface{}, bool) { - if o == nil { - return map[string]interface{}{}, false - } - return o.ConversionService, true -} - -// SetConversionService sets field value -func (o *HttpParameters) SetConversionService(v map[string]interface{}) { - o.ConversionService = v -} - -// GetEmpty returns the Empty field value if set, zero value otherwise. -func (o *HttpParameters) GetEmpty() bool { - if o == nil || IsNil(o.Empty) { - var ret bool - return ret - } - return *o.Empty -} - -// GetEmptyOk returns a tuple with the Empty field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *HttpParameters) GetEmptyOk() (*bool, bool) { - if o == nil || IsNil(o.Empty) { - return nil, false - } - return o.Empty, true -} - -// HasEmpty returns a boolean if a field has been set. -func (o *HttpParameters) HasEmpty() bool { - if o != nil && !IsNil(o.Empty) { - return true - } - - return false -} - -// SetEmpty gets a reference to the given bool and assigns it to the Empty field. -func (o *HttpParameters) SetEmpty(v bool) { - o.Empty = &v -} - -func (o HttpParameters) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o HttpParameters) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - toSerialize["conversionService"] = o.ConversionService - if !IsNil(o.Empty) { - toSerialize["empty"] = o.Empty - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *HttpParameters) UnmarshalJSON(data []byte) (err error) { - // This validates that all required properties are included in the JSON object - // by unmarshalling the object into a generic map with string keys and checking - // that every required field exists as a key in the generic map. - requiredProperties := []string{ - "conversionService", - } - - allProperties := make(map[string]interface{}) - - err = json.Unmarshal(data, &allProperties) - - if err != nil { - return err - } - - for _, requiredProperty := range requiredProperties { - if _, exists := allProperties[requiredProperty]; !exists { - return fmt.Errorf("no value given for required property %v", requiredProperty) - } - } - - varHttpParameters := _HttpParameters{} - - err = json.Unmarshal(data, &varHttpParameters) - - if err != nil { - return err - } - - *o = HttpParameters(varHttpParameters) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "conversionService") - delete(additionalProperties, "empty") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableHttpParameters struct { - value *HttpParameters - isSet bool -} - -func (v NullableHttpParameters) Get() *HttpParameters { - return v.value -} - -func (v *NullableHttpParameters) Set(val *HttpParameters) { - v.value = val - v.isSet = true -} - -func (v NullableHttpParameters) IsSet() bool { - return v.isSet -} - -func (v *NullableHttpParameters) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableHttpParameters(val *HttpParameters) *NullableHttpParameters { - return &NullableHttpParameters{value: val, isSet: true} -} - -func (v NullableHttpParameters) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableHttpParameters) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_listener.go b/go-sdk/kestra_api_client/model_listener.go deleted file mode 100644 index 9298e9eb4..000000000 --- a/go-sdk/kestra_api_client/model_listener.go +++ /dev/null @@ -1,239 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" - "fmt" -) - -// checks if the Listener type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &Listener{} - -// Listener struct for Listener -type Listener struct { - Description *string `json:"description,omitempty"` - Conditions []Condition `json:"conditions,omitempty"` - Tasks []Task `json:"tasks"` - AdditionalProperties map[string]interface{} -} - -type _Listener Listener - -// NewListener instantiates a new Listener object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewListener(tasks []Task) *Listener { - this := Listener{} - this.Tasks = tasks - return &this -} - -// NewListenerWithDefaults instantiates a new Listener 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 -func NewListenerWithDefaults() *Listener { - this := Listener{} - return &this -} - -// GetDescription returns the Description field value if set, zero value otherwise. -func (o *Listener) GetDescription() string { - if o == nil || IsNil(o.Description) { - var ret string - return ret - } - return *o.Description -} - -// GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *Listener) GetDescriptionOk() (*string, bool) { - if o == nil || IsNil(o.Description) { - return nil, false - } - return o.Description, true -} - -// HasDescription returns a boolean if a field has been set. -func (o *Listener) HasDescription() bool { - if o != nil && !IsNil(o.Description) { - return true - } - - return false -} - -// SetDescription gets a reference to the given string and assigns it to the Description field. -func (o *Listener) SetDescription(v string) { - o.Description = &v -} - -// GetConditions returns the Conditions field value if set, zero value otherwise. -func (o *Listener) GetConditions() []Condition { - if o == nil || IsNil(o.Conditions) { - var ret []Condition - return ret - } - return o.Conditions -} - -// GetConditionsOk returns a tuple with the Conditions field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *Listener) GetConditionsOk() ([]Condition, bool) { - if o == nil || IsNil(o.Conditions) { - return nil, false - } - return o.Conditions, true -} - -// HasConditions returns a boolean if a field has been set. -func (o *Listener) HasConditions() bool { - if o != nil && !IsNil(o.Conditions) { - return true - } - - return false -} - -// SetConditions gets a reference to the given []Condition and assigns it to the Conditions field. -func (o *Listener) SetConditions(v []Condition) { - o.Conditions = v -} - -// GetTasks returns the Tasks field value -func (o *Listener) GetTasks() []Task { - if o == nil { - var ret []Task - return ret - } - - return o.Tasks -} - -// GetTasksOk returns a tuple with the Tasks field value -// and a boolean to check if the value has been set. -func (o *Listener) GetTasksOk() ([]Task, bool) { - if o == nil { - return nil, false - } - return o.Tasks, true -} - -// SetTasks sets field value -func (o *Listener) SetTasks(v []Task) { - o.Tasks = v -} - -func (o Listener) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o Listener) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - if !IsNil(o.Description) { - toSerialize["description"] = o.Description - } - if !IsNil(o.Conditions) { - toSerialize["conditions"] = o.Conditions - } - toSerialize["tasks"] = o.Tasks - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *Listener) UnmarshalJSON(data []byte) (err error) { - // This validates that all required properties are included in the JSON object - // by unmarshalling the object into a generic map with string keys and checking - // that every required field exists as a key in the generic map. - requiredProperties := []string{ - "tasks", - } - - allProperties := make(map[string]interface{}) - - err = json.Unmarshal(data, &allProperties) - - if err != nil { - return err - } - - for _, requiredProperty := range requiredProperties { - if _, exists := allProperties[requiredProperty]; !exists { - return fmt.Errorf("no value given for required property %v", requiredProperty) - } - } - - varListener := _Listener{} - - err = json.Unmarshal(data, &varListener) - - if err != nil { - return err - } - - *o = Listener(varListener) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "description") - delete(additionalProperties, "conditions") - delete(additionalProperties, "tasks") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableListener struct { - value *Listener - isSet bool -} - -func (v NullableListener) Get() *Listener { - return v.value -} - -func (v *NullableListener) Set(val *Listener) { - v.value = val - v.isSet = true -} - -func (v NullableListener) IsSet() bool { - return v.isSet -} - -func (v *NullableListener) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableListener(val *Listener) *NullableListener { - return &NullableListener{value: val, isSet: true} -} - -func (v NullableListener) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableListener) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/go-sdk/kestra_api_client/model_namespace_allowed_trigger.go b/go-sdk/kestra_api_client/model_namespace_allowed_trigger.go deleted file mode 100644 index 26b74184f..000000000 --- a/go-sdk/kestra_api_client/model_namespace_allowed_trigger.go +++ /dev/null @@ -1,202 +0,0 @@ -/* -Kestra EE - -All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - -*/ - -// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. - -package kestra_api_client - -import ( - "encoding/json" - "fmt" -) - -// checks if the NamespaceAllowedTrigger type satisfies the MappedNullable interface at compile time -var _ MappedNullable = &NamespaceAllowedTrigger{} - -// NamespaceAllowedTrigger struct for NamespaceAllowedTrigger -type NamespaceAllowedTrigger struct { - Namespace string `json:"namespace"` - FlowId *string `json:"flowId,omitempty"` - AdditionalProperties map[string]interface{} -} - -type _NamespaceAllowedTrigger NamespaceAllowedTrigger - -// NewNamespaceAllowedTrigger instantiates a new NamespaceAllowedTrigger object -// This constructor will assign default values to properties that have it defined, -// and makes sure properties required by API are set, but the set of arguments -// will change when the set of required properties is changed -func NewNamespaceAllowedTrigger(namespace string) *NamespaceAllowedTrigger { - this := NamespaceAllowedTrigger{} - this.Namespace = namespace - return &this -} - -// NewNamespaceAllowedTriggerWithDefaults instantiates a new NamespaceAllowedTrigger 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 -func NewNamespaceAllowedTriggerWithDefaults() *NamespaceAllowedTrigger { - this := NamespaceAllowedTrigger{} - return &this -} - -// GetNamespace returns the Namespace field value -func (o *NamespaceAllowedTrigger) GetNamespace() string { - if o == nil { - var ret string - return ret - } - - return o.Namespace -} - -// GetNamespaceOk returns a tuple with the Namespace field value -// and a boolean to check if the value has been set. -func (o *NamespaceAllowedTrigger) GetNamespaceOk() (*string, bool) { - if o == nil { - return nil, false - } - return &o.Namespace, true -} - -// SetNamespace sets field value -func (o *NamespaceAllowedTrigger) SetNamespace(v string) { - o.Namespace = v -} - -// GetFlowId returns the FlowId field value if set, zero value otherwise. -func (o *NamespaceAllowedTrigger) GetFlowId() string { - if o == nil || IsNil(o.FlowId) { - var ret string - return ret - } - return *o.FlowId -} - -// GetFlowIdOk returns a tuple with the FlowId field value if set, nil otherwise -// and a boolean to check if the value has been set. -func (o *NamespaceAllowedTrigger) GetFlowIdOk() (*string, bool) { - if o == nil || IsNil(o.FlowId) { - return nil, false - } - return o.FlowId, true -} - -// HasFlowId returns a boolean if a field has been set. -func (o *NamespaceAllowedTrigger) HasFlowId() bool { - if o != nil && !IsNil(o.FlowId) { - return true - } - - return false -} - -// SetFlowId gets a reference to the given string and assigns it to the FlowId field. -func (o *NamespaceAllowedTrigger) SetFlowId(v string) { - o.FlowId = &v -} - -func (o NamespaceAllowedTrigger) MarshalJSON() ([]byte, error) { - toSerialize, err := o.ToMap() - if err != nil { - return []byte{}, err - } - return json.Marshal(toSerialize) -} - -func (o NamespaceAllowedTrigger) ToMap() (map[string]interface{}, error) { - toSerialize := map[string]interface{}{} - toSerialize["namespace"] = o.Namespace - if !IsNil(o.FlowId) { - toSerialize["flowId"] = o.FlowId - } - - for key, value := range o.AdditionalProperties { - toSerialize[key] = value - } - - return toSerialize, nil -} - -func (o *NamespaceAllowedTrigger) UnmarshalJSON(data []byte) (err error) { - // This validates that all required properties are included in the JSON object - // by unmarshalling the object into a generic map with string keys and checking - // that every required field exists as a key in the generic map. - requiredProperties := []string{ - "namespace", - } - - allProperties := make(map[string]interface{}) - - err = json.Unmarshal(data, &allProperties) - - if err != nil { - return err - } - - for _, requiredProperty := range requiredProperties { - if _, exists := allProperties[requiredProperty]; !exists { - return fmt.Errorf("no value given for required property %v", requiredProperty) - } - } - - varNamespaceAllowedTrigger := _NamespaceAllowedTrigger{} - - err = json.Unmarshal(data, &varNamespaceAllowedTrigger) - - if err != nil { - return err - } - - *o = NamespaceAllowedTrigger(varNamespaceAllowedTrigger) - - additionalProperties := make(map[string]interface{}) - - if err = json.Unmarshal(data, &additionalProperties); err == nil { - delete(additionalProperties, "namespace") - delete(additionalProperties, "flowId") - o.AdditionalProperties = additionalProperties - } - - return err -} - -type NullableNamespaceAllowedTrigger struct { - value *NamespaceAllowedTrigger - isSet bool -} - -func (v NullableNamespaceAllowedTrigger) Get() *NamespaceAllowedTrigger { - return v.value -} - -func (v *NullableNamespaceAllowedTrigger) Set(val *NamespaceAllowedTrigger) { - v.value = val - v.isSet = true -} - -func (v NullableNamespaceAllowedTrigger) IsSet() bool { - return v.isSet -} - -func (v *NullableNamespaceAllowedTrigger) Unset() { - v.value = nil - v.isSet = false -} - -func NewNullableNamespaceAllowedTrigger(val *NamespaceAllowedTrigger) *NullableNamespaceAllowedTrigger { - return &NullableNamespaceAllowedTrigger{value: val, isSet: true} -} - -func (v NullableNamespaceAllowedTrigger) MarshalJSON() ([]byte, error) { - return json.Marshal(v.value) -} - -func (v *NullableNamespaceAllowedTrigger) UnmarshalJSON(src []byte) error { - v.isSet = true - return json.Unmarshal(src, &v.value) -} diff --git a/kestra-ee.raw-from-ee-kestra-repo.yml b/kestra-ee.raw-from-ee-kestra-repo.yml index 2413af1a6..c5166dd2c 100755 --- a/kestra-ee.raw-from-ee-kestra-repo.yml +++ b/kestra-ee.raw-from-ee-kestra-repo.yml @@ -13547,26 +13547,6 @@ components: - ERROR - FINALLY - AFTER_EXECUTION - AbstractMetricEntry_Object_: - required: - - name - type: object - properties: - type: - type: string - value: - type: object - name: - type: string - description: - type: string - tags: - type: object - additionalProperties: - type: string - timestamp: - type: string - format: date-time AbstractRetry: type: object AbstractTrigger: @@ -13893,24 +13873,6 @@ components: type: array items: $ref: "#/components/schemas/ApiAuth" - AppResponse: - type: object - properties: - dispatch: - type: string - stream: - type: string - layout: - $ref: "#/components/schemas/AppResponse.UILayout" - AppResponse.UIBlock: - type: object - AppResponse.UILayout: - type: object - properties: - blocks: - type: array - items: - $ref: "#/components/schemas/AppResponse.UIBlock" AppsController.ApiApp: type: object properties: @@ -14779,34 +14741,6 @@ components: type: pattern: ^[A-Za-z_$][A-Za-z0-9_$]*(\.[A-Za-z_$][A-Za-z0-9_$]*)*$ type: string - ConversionService: - type: object - ConversionServiceProvider: - required: - - conversionService - type: object - properties: - conversionService: - $ref: "#/components/schemas/ConversionService" - ConvertibleMultiValues_String_: - type: object - allOf: - - $ref: "#/components/schemas/ConvertibleValues_List_String__" - - $ref: "#/components/schemas/ConversionServiceProvider" - - type: object - properties: - empty: - type: boolean - ConvertibleValues_List_String__: - type: object - allOf: - - $ref: "#/components/schemas/ConversionServiceProvider" - - type: object - properties: - empty: - type: boolean - conversionService: - $ref: "#/components/schemas/ConversionService" CreateApiTokenRequest: required: - name @@ -15014,19 +14948,6 @@ components: primary: type: boolean description: Scim core schema. - Event_AppResponse_: - type: object - properties: - data: - $ref: "#/components/schemas/AppResponse" - id: - type: string - name: - type: string - comment: - type: string - retry: - type: string Event_ExecutionStatusEvent_: type: object properties: @@ -15053,19 +14974,6 @@ components: type: string retry: type: string - Event_LogEntry_: - type: object - properties: - data: - $ref: "#/components/schemas/LogEntry" - id: - type: string - name: - type: string - comment: - type: string - retry: - type: string ExecutableTask.SubflowId: type: object properties: @@ -15142,59 +15050,6 @@ components: nullable: true items: $ref: "#/components/schemas/Breakpoint" - ExecutionController.ApiValidateExecutionInputsResponse: - type: object - properties: - id: - type: string - namespace: - type: string - inputs: - type: array - items: - $ref: "#/components/schemas/ExecutionController.ApiValidateExecutionInputsResponse.ApiInputAndValue" - checks: - type: array - items: - $ref: "#/components/schemas/ExecutionController.ApiValidateExecutionInputsResponse.ApiCheckFailure" - ExecutionController.ApiValidateExecutionInputsResponse.ApiCheckFailure: - type: object - properties: - message: - type: string - style: - $ref: "#/components/schemas/Check.Style" - behavior: - $ref: "#/components/schemas/Check.Behavior" - ExecutionController.ApiValidateExecutionInputsResponse.ApiInputAndValue: - type: object - properties: - input: - $ref: "#/components/schemas/Input_Object_" - value: - type: object - enabled: - type: boolean - isDefault: - type: boolean - errors: - type: array - items: - $ref: "#/components/schemas/ExecutionController.ApiValidateExecutionInputsResponse.ApiInputError" - ExecutionController.ApiValidateExecutionInputsResponse.ApiInputError: - type: object - properties: - message: - type: string - ExecutionController.EvalResult: - type: object - properties: - result: - type: string - error: - type: string - stackTrace: - type: string ExecutionController.ExecutionResponse: required: - deleted @@ -15284,11 +15139,6 @@ components: originalCreatedDate: type: string format: date-time - ExecutionRepositoryInterface.ChildFilter: - type: string - enum: - - CHILD - - MAIN ExecutionRepositoryInterface.FlowFilter: required: - id @@ -15691,11 +15541,6 @@ components: enum: - FLOW_TASK - FLOW_TRIGGER - FlowScope: - type: string - enum: - - USER - - SYSTEM FlowTopologyGraph: type: object properties: @@ -15824,12 +15669,6 @@ components: count: type: integer format: int64 - HttpParameters: - type: object - allOf: - - $ref: "#/components/schemas/ConvertibleMultiValues_String_" - - $ref: "#/components/schemas/ConvertibleValues_List_String__" - - $ref: "#/components/schemas/ConversionServiceProvider" IAMBindingController.ApiBindingDetail: type: object properties: @@ -16872,22 +16711,6 @@ components: - INFO - DEBUG - TRACE - Listener: - required: - - tasks - type: object - properties: - description: - type: string - conditions: - type: array - items: - $ref: "#/components/schemas/Condition" - tasks: - minItems: 1 - type: array - items: - $ref: "#/components/schemas/Task" LogEntry: required: - deleted @@ -17318,16 +17141,6 @@ components: properties: namespace: type: string - Namespace.AllowedTrigger: - required: - - namespace - type: object - properties: - namespace: - type: string - flowId: - type: string - deprecated: true NamespaceFileRevision: type: object properties: From 77e3bc272a2b8e14ef1ae006ee210b5c433eca17 Mon Sep 17 00:00:00 2001 From: Roman Acevedo Date: Mon, 9 Feb 2026 16:57:29 +0100 Subject: [PATCH 2/3] feat(javascript): regenerate to cleanup unused objects following 01f8e6c50aa6a11056ec3db9cba920b20d23117a --- .../javascript-sdk/.openapi-generator/FILES | 36 ----- .../javascript-sdk/.openapi-generator/VERSION | 2 +- javascript/javascript-sdk/README.md | 20 +-- .../docs/AbstractMetricEntryObject.md | 14 -- .../javascript-sdk/docs/ApiSecretMetaEE.md | 2 +- javascript/javascript-sdk/docs/AppResponse.md | 11 -- .../docs/AppResponseUILayout.md | 9 -- .../docs/ConversionServiceProvider.md | 9 -- .../docs/ConvertibleMultiValuesString.md | 10 -- .../docs/ConvertibleValuesListString.md | 10 -- .../javascript-sdk/docs/EventAppResponse.md | 13 -- .../javascript-sdk/docs/EventLogEntry.md | 13 -- ...ollerApiValidateExecutionInputsResponse.md | 12 -- ...eExecutionInputsResponseApiCheckFailure.md | 11 -- ...ExecutionInputsResponseApiInputAndValue.md | 13 -- ...ateExecutionInputsResponseApiInputError.md | 9 -- .../docs/ExecutionControllerEvalResult.md | 11 -- ...ExecutionRepositoryInterfaceChildFilter.md | 10 -- javascript/javascript-sdk/docs/FlowScope.md | 10 -- .../javascript-sdk/docs/HttpParameters.md | 10 -- javascript/javascript-sdk/docs/Listener.md | 11 -- .../docs/NamespaceAllowedTrigger.md | 10 -- javascript/javascript-sdk/docs/UsageEE.md | 4 +- javascript/javascript-sdk/src/index.js | 126 --------------- .../src/model/AbstractMetricEntryObject.js | 152 ------------------ .../src/model/ApiSecretMetaEE.js | 38 +++-- .../javascript-sdk/src/model/AppResponse.js | 118 -------------- .../src/model/AppResponseUILayout.js | 91 ----------- .../src/model/ConversionServiceProvider.js | 95 ----------- .../src/model/ConvertibleMultiValuesString.js | 124 -------------- .../src/model/ConvertibleValuesListString.js | 112 ------------- .../src/model/EventAppResponse.js | 144 ----------------- .../javascript-sdk/src/model/EventLogEntry.js | 144 ----------------- ...ollerApiValidateExecutionInputsResponse.js | 144 ----------------- ...eExecutionInputsResponseApiCheckFailure.js | 111 ------------- ...ExecutionInputsResponseApiInputAndValue.js | 139 ---------------- ...ateExecutionInputsResponseApiInputError.js | 91 ----------- .../model/ExecutionControllerEvalResult.js | 117 -------------- ...ExecutionRepositoryInterfaceChildFilter.js | 56 ------- .../javascript-sdk/src/model/FlowScope.js | 56 ------- .../src/model/HttpParameters.js | 136 ---------------- .../javascript-sdk/src/model/Listener.js | 139 ---------------- .../javascript-sdk/src/model/Namespace.js | 1 - .../src/model/NamespaceAllowedTrigger.js | 112 ------------- .../javascript-sdk/src/model/UsageEE.js | 52 +++--- 45 files changed, 52 insertions(+), 2506 deletions(-) delete mode 100644 javascript/javascript-sdk/docs/AbstractMetricEntryObject.md delete mode 100644 javascript/javascript-sdk/docs/AppResponse.md delete mode 100644 javascript/javascript-sdk/docs/AppResponseUILayout.md delete mode 100644 javascript/javascript-sdk/docs/ConversionServiceProvider.md delete mode 100644 javascript/javascript-sdk/docs/ConvertibleMultiValuesString.md delete mode 100644 javascript/javascript-sdk/docs/ConvertibleValuesListString.md delete mode 100644 javascript/javascript-sdk/docs/EventAppResponse.md delete mode 100644 javascript/javascript-sdk/docs/EventLogEntry.md delete mode 100644 javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponse.md delete mode 100644 javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md delete mode 100644 javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md delete mode 100644 javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md delete mode 100644 javascript/javascript-sdk/docs/ExecutionControllerEvalResult.md delete mode 100644 javascript/javascript-sdk/docs/ExecutionRepositoryInterfaceChildFilter.md delete mode 100644 javascript/javascript-sdk/docs/FlowScope.md delete mode 100644 javascript/javascript-sdk/docs/HttpParameters.md delete mode 100644 javascript/javascript-sdk/docs/Listener.md delete mode 100644 javascript/javascript-sdk/docs/NamespaceAllowedTrigger.md delete mode 100644 javascript/javascript-sdk/src/model/AbstractMetricEntryObject.js delete mode 100644 javascript/javascript-sdk/src/model/AppResponse.js delete mode 100644 javascript/javascript-sdk/src/model/AppResponseUILayout.js delete mode 100644 javascript/javascript-sdk/src/model/ConversionServiceProvider.js delete mode 100644 javascript/javascript-sdk/src/model/ConvertibleMultiValuesString.js delete mode 100644 javascript/javascript-sdk/src/model/ConvertibleValuesListString.js delete mode 100644 javascript/javascript-sdk/src/model/EventAppResponse.js delete mode 100644 javascript/javascript-sdk/src/model/EventLogEntry.js delete mode 100644 javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponse.js delete mode 100644 javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.js delete mode 100644 javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.js delete mode 100644 javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.js delete mode 100644 javascript/javascript-sdk/src/model/ExecutionControllerEvalResult.js delete mode 100644 javascript/javascript-sdk/src/model/ExecutionRepositoryInterfaceChildFilter.js delete mode 100644 javascript/javascript-sdk/src/model/FlowScope.js delete mode 100644 javascript/javascript-sdk/src/model/HttpParameters.js delete mode 100644 javascript/javascript-sdk/src/model/Listener.js delete mode 100644 javascript/javascript-sdk/src/model/NamespaceAllowedTrigger.js diff --git a/javascript/javascript-sdk/.openapi-generator/FILES b/javascript/javascript-sdk/.openapi-generator/FILES index d21f46fd1..1f4adcc7f 100644 --- a/javascript/javascript-sdk/.openapi-generator/FILES +++ b/javascript/javascript-sdk/.openapi-generator/FILES @@ -6,7 +6,6 @@ README.md docs/AbstractFlow.md docs/AbstractGraph.md docs/AbstractGraphBranchType.md -docs/AbstractMetricEntryObject.md docs/AbstractTrigger.md docs/AbstractTriggerForExecution.md docs/AbstractUser.md @@ -28,8 +27,6 @@ docs/ApiTenantSummary.md docs/ApiToken.md docs/ApiTokenList.md docs/ApiUser.md -docs/AppResponse.md -docs/AppResponseUILayout.md docs/AppsControllerApiApp.md docs/AppsControllerApiAppCatalogItem.md docs/AppsControllerApiAppSource.md @@ -95,9 +92,6 @@ docs/Concurrency.md docs/ConcurrencyBehavior.md docs/ConcurrencyLimit.md docs/Condition.md -docs/ConversionServiceProvider.md -docs/ConvertibleMultiValuesString.md -docs/ConvertibleValuesListString.md docs/CreateApiTokenRequest.md docs/CreateApiTokenResponse.md docs/CreateNamespaceFileRequest.md @@ -114,17 +108,10 @@ docs/DependsOn.md docs/DocumentationWithSchema.md docs/EditionProviderEdition.md docs/Email.md -docs/EventAppResponse.md docs/EventExecution.md docs/EventExecutionStatusEvent.md -docs/EventLogEntry.md docs/ExecutableTaskSubflowId.md docs/Execution.md -docs/ExecutionControllerApiValidateExecutionInputsResponse.md -docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md -docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md -docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md -docs/ExecutionControllerEvalResult.md docs/ExecutionControllerExecutionResponse.md docs/ExecutionControllerLastExecutionResponse.md docs/ExecutionControllerSetLabelsByIdsRequest.md @@ -132,7 +119,6 @@ docs/ExecutionControllerStateRequest.md docs/ExecutionControllerWebhookResponse.md docs/ExecutionKind.md docs/ExecutionMetadata.md -docs/ExecutionRepositoryInterfaceChildFilter.md docs/ExecutionRepositoryInterfaceFlowFilter.md docs/ExecutionStatusEvent.md docs/ExecutionTrigger.md @@ -154,7 +140,6 @@ docs/FlowId.md docs/FlowInterface.md docs/FlowNode.md docs/FlowRelation.md -docs/FlowScope.md docs/FlowTopologyGraph.md docs/FlowTopologyGraphEdge.md docs/FlowUsage.md @@ -164,7 +149,6 @@ docs/GroupIdentifier.md docs/GroupIdentifierMembership.md docs/GroupUsage.md docs/GroupsApi.md -docs/HttpParameters.md docs/IAMBindingControllerApiBindingDetail.md docs/IAMBindingControllerApiBindingGroup.md docs/IAMBindingControllerApiBindingUser.md @@ -237,7 +221,6 @@ docs/KVType.md docs/Label.md docs/LeftSidebarConfiguration.md docs/Level.md -docs/Listener.md docs/LogEntry.md docs/MapObjectObject.md docs/MeControllerApiMe.md @@ -262,7 +245,6 @@ docs/MiscControllerTenantConfigurationInfo.md docs/Name.md docs/Namespace.md docs/NamespaceAllowedNamespace.md -docs/NamespaceAllowedTrigger.md docs/NamespaceFileRevision.md docs/NamespaceLight.md docs/NamespacesApi.md @@ -442,7 +424,6 @@ src/index.js src/model/AbstractFlow.js src/model/AbstractGraph.js src/model/AbstractGraphBranchType.js -src/model/AbstractMetricEntryObject.js src/model/AbstractTrigger.js src/model/AbstractTriggerForExecution.js src/model/AbstractUser.js @@ -464,8 +445,6 @@ src/model/ApiTenantSummary.js src/model/ApiToken.js src/model/ApiTokenList.js src/model/ApiUser.js -src/model/AppResponse.js -src/model/AppResponseUILayout.js src/model/AppsControllerApiApp.js src/model/AppsControllerApiAppCatalogItem.js src/model/AppsControllerApiAppSource.js @@ -531,9 +510,6 @@ src/model/Concurrency.js src/model/ConcurrencyBehavior.js src/model/ConcurrencyLimit.js src/model/Condition.js -src/model/ConversionServiceProvider.js -src/model/ConvertibleMultiValuesString.js -src/model/ConvertibleValuesListString.js src/model/CreateApiTokenRequest.js src/model/CreateApiTokenResponse.js src/model/CreateNamespaceFileRequest.js @@ -550,17 +526,10 @@ src/model/DependsOn.js src/model/DocumentationWithSchema.js src/model/EditionProviderEdition.js src/model/Email.js -src/model/EventAppResponse.js src/model/EventExecution.js src/model/EventExecutionStatusEvent.js -src/model/EventLogEntry.js src/model/ExecutableTaskSubflowId.js src/model/Execution.js -src/model/ExecutionControllerApiValidateExecutionInputsResponse.js -src/model/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.js -src/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.js -src/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.js -src/model/ExecutionControllerEvalResult.js src/model/ExecutionControllerExecutionResponse.js src/model/ExecutionControllerLastExecutionResponse.js src/model/ExecutionControllerSetLabelsByIdsRequest.js @@ -568,7 +537,6 @@ src/model/ExecutionControllerStateRequest.js src/model/ExecutionControllerWebhookResponse.js src/model/ExecutionKind.js src/model/ExecutionMetadata.js -src/model/ExecutionRepositoryInterfaceChildFilter.js src/model/ExecutionRepositoryInterfaceFlowFilter.js src/model/ExecutionStatusEvent.js src/model/ExecutionTrigger.js @@ -589,7 +557,6 @@ src/model/FlowId.js src/model/FlowInterface.js src/model/FlowNode.js src/model/FlowRelation.js -src/model/FlowScope.js src/model/FlowTopologyGraph.js src/model/FlowTopologyGraphEdge.js src/model/FlowUsage.js @@ -597,7 +564,6 @@ src/model/FlowWithSource.js src/model/GroupIdentifier.js src/model/GroupIdentifierMembership.js src/model/GroupUsage.js -src/model/HttpParameters.js src/model/IAMBindingControllerApiBindingDetail.js src/model/IAMBindingControllerApiBindingGroup.js src/model/IAMBindingControllerApiBindingUser.js @@ -669,7 +635,6 @@ src/model/KVType.js src/model/Label.js src/model/LeftSidebarConfiguration.js src/model/Level.js -src/model/Listener.js src/model/LogEntry.js src/model/MapObjectObject.js src/model/MeControllerApiMe.js @@ -694,7 +659,6 @@ src/model/MiscControllerTenantConfigurationInfo.js src/model/Name.js src/model/Namespace.js src/model/NamespaceAllowedNamespace.js -src/model/NamespaceAllowedTrigger.js src/model/NamespaceFileRevision.js src/model/NamespaceLight.js src/model/Output.js diff --git a/javascript/javascript-sdk/.openapi-generator/VERSION b/javascript/javascript-sdk/.openapi-generator/VERSION index 971ecb25a..1b2d969d1 100644 --- a/javascript/javascript-sdk/.openapi-generator/VERSION +++ b/javascript/javascript-sdk/.openapi-generator/VERSION @@ -1 +1 @@ -7.16.0 +7.18.0 diff --git a/javascript/javascript-sdk/README.md b/javascript/javascript-sdk/README.md index 920fa3498..d4e74aa66 100644 --- a/javascript/javascript-sdk/README.md +++ b/javascript/javascript-sdk/README.md @@ -7,7 +7,7 @@ This SDK is automatically generated by the [OpenAPI Generator](https://openapi-g - API version: 1.2.0 - Package version: 1.0.10 -- Generator version: 7.16.0 +- Generator version: 7.18.0 - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen ## Installation @@ -332,7 +332,6 @@ Class | Method | HTTP request | Description - [KestraIoKestraSdk.AbstractFlow](docs/AbstractFlow.md) - [KestraIoKestraSdk.AbstractGraph](docs/AbstractGraph.md) - [KestraIoKestraSdk.AbstractGraphBranchType](docs/AbstractGraphBranchType.md) - - [KestraIoKestraSdk.AbstractMetricEntryObject](docs/AbstractMetricEntryObject.md) - [KestraIoKestraSdk.AbstractTrigger](docs/AbstractTrigger.md) - [KestraIoKestraSdk.AbstractTriggerForExecution](docs/AbstractTriggerForExecution.md) - [KestraIoKestraSdk.AbstractUser](docs/AbstractUser.md) @@ -354,8 +353,6 @@ Class | Method | HTTP request | Description - [KestraIoKestraSdk.ApiToken](docs/ApiToken.md) - [KestraIoKestraSdk.ApiTokenList](docs/ApiTokenList.md) - [KestraIoKestraSdk.ApiUser](docs/ApiUser.md) - - [KestraIoKestraSdk.AppResponse](docs/AppResponse.md) - - [KestraIoKestraSdk.AppResponseUILayout](docs/AppResponseUILayout.md) - [KestraIoKestraSdk.AppsControllerApiApp](docs/AppsControllerApiApp.md) - [KestraIoKestraSdk.AppsControllerApiAppCatalogItem](docs/AppsControllerApiAppCatalogItem.md) - [KestraIoKestraSdk.AppsControllerApiAppSource](docs/AppsControllerApiAppSource.md) @@ -421,9 +418,6 @@ Class | Method | HTTP request | Description - [KestraIoKestraSdk.ConcurrencyBehavior](docs/ConcurrencyBehavior.md) - [KestraIoKestraSdk.ConcurrencyLimit](docs/ConcurrencyLimit.md) - [KestraIoKestraSdk.Condition](docs/Condition.md) - - [KestraIoKestraSdk.ConversionServiceProvider](docs/ConversionServiceProvider.md) - - [KestraIoKestraSdk.ConvertibleMultiValuesString](docs/ConvertibleMultiValuesString.md) - - [KestraIoKestraSdk.ConvertibleValuesListString](docs/ConvertibleValuesListString.md) - [KestraIoKestraSdk.CreateApiTokenRequest](docs/CreateApiTokenRequest.md) - [KestraIoKestraSdk.CreateApiTokenResponse](docs/CreateApiTokenResponse.md) - [KestraIoKestraSdk.CreateNamespaceFileRequest](docs/CreateNamespaceFileRequest.md) @@ -440,17 +434,10 @@ Class | Method | HTTP request | Description - [KestraIoKestraSdk.DocumentationWithSchema](docs/DocumentationWithSchema.md) - [KestraIoKestraSdk.EditionProviderEdition](docs/EditionProviderEdition.md) - [KestraIoKestraSdk.Email](docs/Email.md) - - [KestraIoKestraSdk.EventAppResponse](docs/EventAppResponse.md) - [KestraIoKestraSdk.EventExecution](docs/EventExecution.md) - [KestraIoKestraSdk.EventExecutionStatusEvent](docs/EventExecutionStatusEvent.md) - - [KestraIoKestraSdk.EventLogEntry](docs/EventLogEntry.md) - [KestraIoKestraSdk.ExecutableTaskSubflowId](docs/ExecutableTaskSubflowId.md) - [KestraIoKestraSdk.Execution](docs/Execution.md) - - [KestraIoKestraSdk.ExecutionControllerApiValidateExecutionInputsResponse](docs/ExecutionControllerApiValidateExecutionInputsResponse.md) - - [KestraIoKestraSdk.ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure](docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md) - - [KestraIoKestraSdk.ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue](docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md) - - [KestraIoKestraSdk.ExecutionControllerApiValidateExecutionInputsResponseApiInputError](docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md) - - [KestraIoKestraSdk.ExecutionControllerEvalResult](docs/ExecutionControllerEvalResult.md) - [KestraIoKestraSdk.ExecutionControllerExecutionResponse](docs/ExecutionControllerExecutionResponse.md) - [KestraIoKestraSdk.ExecutionControllerLastExecutionResponse](docs/ExecutionControllerLastExecutionResponse.md) - [KestraIoKestraSdk.ExecutionControllerSetLabelsByIdsRequest](docs/ExecutionControllerSetLabelsByIdsRequest.md) @@ -458,7 +445,6 @@ Class | Method | HTTP request | Description - [KestraIoKestraSdk.ExecutionControllerWebhookResponse](docs/ExecutionControllerWebhookResponse.md) - [KestraIoKestraSdk.ExecutionKind](docs/ExecutionKind.md) - [KestraIoKestraSdk.ExecutionMetadata](docs/ExecutionMetadata.md) - - [KestraIoKestraSdk.ExecutionRepositoryInterfaceChildFilter](docs/ExecutionRepositoryInterfaceChildFilter.md) - [KestraIoKestraSdk.ExecutionRepositoryInterfaceFlowFilter](docs/ExecutionRepositoryInterfaceFlowFilter.md) - [KestraIoKestraSdk.ExecutionStatusEvent](docs/ExecutionStatusEvent.md) - [KestraIoKestraSdk.ExecutionTrigger](docs/ExecutionTrigger.md) @@ -479,7 +465,6 @@ Class | Method | HTTP request | Description - [KestraIoKestraSdk.FlowInterface](docs/FlowInterface.md) - [KestraIoKestraSdk.FlowNode](docs/FlowNode.md) - [KestraIoKestraSdk.FlowRelation](docs/FlowRelation.md) - - [KestraIoKestraSdk.FlowScope](docs/FlowScope.md) - [KestraIoKestraSdk.FlowTopologyGraph](docs/FlowTopologyGraph.md) - [KestraIoKestraSdk.FlowTopologyGraphEdge](docs/FlowTopologyGraphEdge.md) - [KestraIoKestraSdk.FlowUsage](docs/FlowUsage.md) @@ -487,7 +472,6 @@ Class | Method | HTTP request | Description - [KestraIoKestraSdk.GroupIdentifier](docs/GroupIdentifier.md) - [KestraIoKestraSdk.GroupIdentifierMembership](docs/GroupIdentifierMembership.md) - [KestraIoKestraSdk.GroupUsage](docs/GroupUsage.md) - - [KestraIoKestraSdk.HttpParameters](docs/HttpParameters.md) - [KestraIoKestraSdk.IAMBindingControllerApiBindingDetail](docs/IAMBindingControllerApiBindingDetail.md) - [KestraIoKestraSdk.IAMBindingControllerApiBindingGroup](docs/IAMBindingControllerApiBindingGroup.md) - [KestraIoKestraSdk.IAMBindingControllerApiBindingUser](docs/IAMBindingControllerApiBindingUser.md) @@ -559,7 +543,6 @@ Class | Method | HTTP request | Description - [KestraIoKestraSdk.Label](docs/Label.md) - [KestraIoKestraSdk.LeftSidebarConfiguration](docs/LeftSidebarConfiguration.md) - [KestraIoKestraSdk.Level](docs/Level.md) - - [KestraIoKestraSdk.Listener](docs/Listener.md) - [KestraIoKestraSdk.LogEntry](docs/LogEntry.md) - [KestraIoKestraSdk.MapObjectObject](docs/MapObjectObject.md) - [KestraIoKestraSdk.MeControllerApiMe](docs/MeControllerApiMe.md) @@ -584,7 +567,6 @@ Class | Method | HTTP request | Description - [KestraIoKestraSdk.Name](docs/Name.md) - [KestraIoKestraSdk.Namespace](docs/Namespace.md) - [KestraIoKestraSdk.NamespaceAllowedNamespace](docs/NamespaceAllowedNamespace.md) - - [KestraIoKestraSdk.NamespaceAllowedTrigger](docs/NamespaceAllowedTrigger.md) - [KestraIoKestraSdk.NamespaceFileRevision](docs/NamespaceFileRevision.md) - [KestraIoKestraSdk.NamespaceLight](docs/NamespaceLight.md) - [KestraIoKestraSdk.Output](docs/Output.md) diff --git a/javascript/javascript-sdk/docs/AbstractMetricEntryObject.md b/javascript/javascript-sdk/docs/AbstractMetricEntryObject.md deleted file mode 100644 index ddea5dc94..000000000 --- a/javascript/javascript-sdk/docs/AbstractMetricEntryObject.md +++ /dev/null @@ -1,14 +0,0 @@ -# KestraIoKestraSdk.AbstractMetricEntryObject - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**type** | **String** | | [optional] -**value** | **Object** | | [optional] -**name** | **String** | | -**description** | **String** | | [optional] -**tags** | **{String: String}** | | [optional] -**timestamp** | **Date** | | [optional] - - diff --git a/javascript/javascript-sdk/docs/ApiSecretMetaEE.md b/javascript/javascript-sdk/docs/ApiSecretMetaEE.md index 28cf2d408..965d35077 100644 --- a/javascript/javascript-sdk/docs/ApiSecretMetaEE.md +++ b/javascript/javascript-sdk/docs/ApiSecretMetaEE.md @@ -4,9 +4,9 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**key** | **String** | | **namespace** | **String** | | [optional] **description** | **String** | | **tags** | [**[ApiSecretTag]**](ApiSecretTag.md) | | -**key** | **String** | | diff --git a/javascript/javascript-sdk/docs/AppResponse.md b/javascript/javascript-sdk/docs/AppResponse.md deleted file mode 100644 index da397fd92..000000000 --- a/javascript/javascript-sdk/docs/AppResponse.md +++ /dev/null @@ -1,11 +0,0 @@ -# KestraIoKestraSdk.AppResponse - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**dispatch** | **String** | | [optional] -**stream** | **String** | | [optional] -**layout** | [**AppResponseUILayout**](AppResponseUILayout.md) | | [optional] - - diff --git a/javascript/javascript-sdk/docs/AppResponseUILayout.md b/javascript/javascript-sdk/docs/AppResponseUILayout.md deleted file mode 100644 index 89c11a75c..000000000 --- a/javascript/javascript-sdk/docs/AppResponseUILayout.md +++ /dev/null @@ -1,9 +0,0 @@ -# KestraIoKestraSdk.AppResponseUILayout - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**blocks** | **[Object]** | | [optional] - - diff --git a/javascript/javascript-sdk/docs/ConversionServiceProvider.md b/javascript/javascript-sdk/docs/ConversionServiceProvider.md deleted file mode 100644 index 5e23fb185..000000000 --- a/javascript/javascript-sdk/docs/ConversionServiceProvider.md +++ /dev/null @@ -1,9 +0,0 @@ -# KestraIoKestraSdk.ConversionServiceProvider - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**conversionService** | **Object** | | - - diff --git a/javascript/javascript-sdk/docs/ConvertibleMultiValuesString.md b/javascript/javascript-sdk/docs/ConvertibleMultiValuesString.md deleted file mode 100644 index e88d83cf9..000000000 --- a/javascript/javascript-sdk/docs/ConvertibleMultiValuesString.md +++ /dev/null @@ -1,10 +0,0 @@ -# KestraIoKestraSdk.ConvertibleMultiValuesString - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**conversionService** | **Object** | | -**empty** | **Boolean** | | [optional] - - diff --git a/javascript/javascript-sdk/docs/ConvertibleValuesListString.md b/javascript/javascript-sdk/docs/ConvertibleValuesListString.md deleted file mode 100644 index 672db8c78..000000000 --- a/javascript/javascript-sdk/docs/ConvertibleValuesListString.md +++ /dev/null @@ -1,10 +0,0 @@ -# KestraIoKestraSdk.ConvertibleValuesListString - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**conversionService** | **Object** | | -**empty** | **Boolean** | | [optional] - - diff --git a/javascript/javascript-sdk/docs/EventAppResponse.md b/javascript/javascript-sdk/docs/EventAppResponse.md deleted file mode 100644 index 37fd3e97b..000000000 --- a/javascript/javascript-sdk/docs/EventAppResponse.md +++ /dev/null @@ -1,13 +0,0 @@ -# KestraIoKestraSdk.EventAppResponse - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**data** | [**AppResponse**](AppResponse.md) | | [optional] -**id** | **String** | | [optional] -**name** | **String** | | [optional] -**comment** | **String** | | [optional] -**retry** | **String** | | [optional] - - diff --git a/javascript/javascript-sdk/docs/EventLogEntry.md b/javascript/javascript-sdk/docs/EventLogEntry.md deleted file mode 100644 index 1fb3e93a4..000000000 --- a/javascript/javascript-sdk/docs/EventLogEntry.md +++ /dev/null @@ -1,13 +0,0 @@ -# KestraIoKestraSdk.EventLogEntry - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**data** | [**LogEntry**](LogEntry.md) | | [optional] -**id** | **String** | | [optional] -**name** | **String** | | [optional] -**comment** | **String** | | [optional] -**retry** | **String** | | [optional] - - diff --git a/javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponse.md b/javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponse.md deleted file mode 100644 index 4f719a51a..000000000 --- a/javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponse.md +++ /dev/null @@ -1,12 +0,0 @@ -# KestraIoKestraSdk.ExecutionControllerApiValidateExecutionInputsResponse - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | **String** | | [optional] -**namespace** | **String** | | [optional] -**inputs** | [**[ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue]**](ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md) | | [optional] -**checks** | [**[ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure]**](ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md) | | [optional] - - diff --git a/javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md b/javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md deleted file mode 100644 index 454184849..000000000 --- a/javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md +++ /dev/null @@ -1,11 +0,0 @@ -# KestraIoKestraSdk.ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**message** | **String** | | [optional] -**style** | [**CheckStyle**](CheckStyle.md) | | [optional] -**behavior** | [**CheckBehavior**](CheckBehavior.md) | | [optional] - - diff --git a/javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md b/javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md deleted file mode 100644 index ebbc57546..000000000 --- a/javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md +++ /dev/null @@ -1,13 +0,0 @@ -# KestraIoKestraSdk.ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**input** | [**InputObject**](InputObject.md) | | [optional] -**value** | **Object** | | [optional] -**enabled** | **Boolean** | | [optional] -**isDefault** | **Boolean** | | [optional] -**errors** | [**[ExecutionControllerApiValidateExecutionInputsResponseApiInputError]**](ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md) | | [optional] - - diff --git a/javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md b/javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md deleted file mode 100644 index 57486f46d..000000000 --- a/javascript/javascript-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md +++ /dev/null @@ -1,9 +0,0 @@ -# KestraIoKestraSdk.ExecutionControllerApiValidateExecutionInputsResponseApiInputError - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**message** | **String** | | [optional] - - diff --git a/javascript/javascript-sdk/docs/ExecutionControllerEvalResult.md b/javascript/javascript-sdk/docs/ExecutionControllerEvalResult.md deleted file mode 100644 index ab271f3c9..000000000 --- a/javascript/javascript-sdk/docs/ExecutionControllerEvalResult.md +++ /dev/null @@ -1,11 +0,0 @@ -# KestraIoKestraSdk.ExecutionControllerEvalResult - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**result** | **String** | | [optional] -**error** | **String** | | [optional] -**stackTrace** | **String** | | [optional] - - diff --git a/javascript/javascript-sdk/docs/ExecutionRepositoryInterfaceChildFilter.md b/javascript/javascript-sdk/docs/ExecutionRepositoryInterfaceChildFilter.md deleted file mode 100644 index 686921fdb..000000000 --- a/javascript/javascript-sdk/docs/ExecutionRepositoryInterfaceChildFilter.md +++ /dev/null @@ -1,10 +0,0 @@ -# KestraIoKestraSdk.ExecutionRepositoryInterfaceChildFilter - -## Enum - - -* `CHILD` (value: `"CHILD"`) - -* `MAIN` (value: `"MAIN"`) - - diff --git a/javascript/javascript-sdk/docs/FlowScope.md b/javascript/javascript-sdk/docs/FlowScope.md deleted file mode 100644 index b22dbce74..000000000 --- a/javascript/javascript-sdk/docs/FlowScope.md +++ /dev/null @@ -1,10 +0,0 @@ -# KestraIoKestraSdk.FlowScope - -## Enum - - -* `USER` (value: `"USER"`) - -* `SYSTEM` (value: `"SYSTEM"`) - - diff --git a/javascript/javascript-sdk/docs/HttpParameters.md b/javascript/javascript-sdk/docs/HttpParameters.md deleted file mode 100644 index fb19b17a1..000000000 --- a/javascript/javascript-sdk/docs/HttpParameters.md +++ /dev/null @@ -1,10 +0,0 @@ -# KestraIoKestraSdk.HttpParameters - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**conversionService** | **Object** | | -**empty** | **Boolean** | | [optional] - - diff --git a/javascript/javascript-sdk/docs/Listener.md b/javascript/javascript-sdk/docs/Listener.md deleted file mode 100644 index 116a02e40..000000000 --- a/javascript/javascript-sdk/docs/Listener.md +++ /dev/null @@ -1,11 +0,0 @@ -# KestraIoKestraSdk.Listener - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**description** | **String** | | [optional] -**conditions** | [**[Condition]**](Condition.md) | | [optional] -**tasks** | [**[Task]**](Task.md) | | - - diff --git a/javascript/javascript-sdk/docs/NamespaceAllowedTrigger.md b/javascript/javascript-sdk/docs/NamespaceAllowedTrigger.md deleted file mode 100644 index adbd53d6e..000000000 --- a/javascript/javascript-sdk/docs/NamespaceAllowedTrigger.md +++ /dev/null @@ -1,10 +0,0 @@ -# KestraIoKestraSdk.NamespaceAllowedTrigger - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**namespace** | **String** | | -**flowId** | **String** | | [optional] - - diff --git a/javascript/javascript-sdk/docs/UsageEE.md b/javascript/javascript-sdk/docs/UsageEE.md index 8c3cb7811..28233a6b4 100644 --- a/javascript/javascript-sdk/docs/UsageEE.md +++ b/javascript/javascript-sdk/docs/UsageEE.md @@ -4,11 +4,11 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**flows** | [**FlowUsage**](FlowUsage.md) | | [optional] +**executions** | [**ExecutionUsage**](ExecutionUsage.md) | | [optional] **groups** | [**GroupUsage**](GroupUsage.md) | | [optional] **users** | [**UserUsage**](UserUsage.md) | | [optional] **roles** | [**RoleUsage**](RoleUsage.md) | | [optional] **tenants** | [**TenantUsage**](TenantUsage.md) | | [optional] -**flows** | [**FlowUsage**](FlowUsage.md) | | [optional] -**executions** | [**ExecutionUsage**](ExecutionUsage.md) | | [optional] diff --git a/javascript/javascript-sdk/src/index.js b/javascript/javascript-sdk/src/index.js index cf8000428..9286a7975 100644 --- a/javascript/javascript-sdk/src/index.js +++ b/javascript/javascript-sdk/src/index.js @@ -15,7 +15,6 @@ import ApiClient from './ApiClient'; import AbstractFlow from './model/AbstractFlow'; import AbstractGraph from './model/AbstractGraph'; import AbstractGraphBranchType from './model/AbstractGraphBranchType'; -import AbstractMetricEntryObject from './model/AbstractMetricEntryObject'; import AbstractTrigger from './model/AbstractTrigger'; import AbstractTriggerForExecution from './model/AbstractTriggerForExecution'; import AbstractUser from './model/AbstractUser'; @@ -37,8 +36,6 @@ import ApiTenantSummary from './model/ApiTenantSummary'; import ApiToken from './model/ApiToken'; import ApiTokenList from './model/ApiTokenList'; import ApiUser from './model/ApiUser'; -import AppResponse from './model/AppResponse'; -import AppResponseUILayout from './model/AppResponseUILayout'; import AppsControllerApiApp from './model/AppsControllerApiApp'; import AppsControllerApiAppCatalogItem from './model/AppsControllerApiAppCatalogItem'; import AppsControllerApiAppSource from './model/AppsControllerApiAppSource'; @@ -104,9 +101,6 @@ import Concurrency from './model/Concurrency'; import ConcurrencyBehavior from './model/ConcurrencyBehavior'; import ConcurrencyLimit from './model/ConcurrencyLimit'; import Condition from './model/Condition'; -import ConversionServiceProvider from './model/ConversionServiceProvider'; -import ConvertibleMultiValuesString from './model/ConvertibleMultiValuesString'; -import ConvertibleValuesListString from './model/ConvertibleValuesListString'; import CreateApiTokenRequest from './model/CreateApiTokenRequest'; import CreateApiTokenResponse from './model/CreateApiTokenResponse'; import CreateNamespaceFileRequest from './model/CreateNamespaceFileRequest'; @@ -123,17 +117,10 @@ import DependsOn from './model/DependsOn'; import DocumentationWithSchema from './model/DocumentationWithSchema'; import EditionProviderEdition from './model/EditionProviderEdition'; import Email from './model/Email'; -import EventAppResponse from './model/EventAppResponse'; import EventExecution from './model/EventExecution'; import EventExecutionStatusEvent from './model/EventExecutionStatusEvent'; -import EventLogEntry from './model/EventLogEntry'; import ExecutableTaskSubflowId from './model/ExecutableTaskSubflowId'; import Execution from './model/Execution'; -import ExecutionControllerApiValidateExecutionInputsResponse from './model/ExecutionControllerApiValidateExecutionInputsResponse'; -import ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure from './model/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure'; -import ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue from './model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue'; -import ExecutionControllerApiValidateExecutionInputsResponseApiInputError from './model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError'; -import ExecutionControllerEvalResult from './model/ExecutionControllerEvalResult'; import ExecutionControllerExecutionResponse from './model/ExecutionControllerExecutionResponse'; import ExecutionControllerLastExecutionResponse from './model/ExecutionControllerLastExecutionResponse'; import ExecutionControllerSetLabelsByIdsRequest from './model/ExecutionControllerSetLabelsByIdsRequest'; @@ -141,7 +128,6 @@ import ExecutionControllerStateRequest from './model/ExecutionControllerStateReq import ExecutionControllerWebhookResponse from './model/ExecutionControllerWebhookResponse'; import ExecutionKind from './model/ExecutionKind'; import ExecutionMetadata from './model/ExecutionMetadata'; -import ExecutionRepositoryInterfaceChildFilter from './model/ExecutionRepositoryInterfaceChildFilter'; import ExecutionRepositoryInterfaceFlowFilter from './model/ExecutionRepositoryInterfaceFlowFilter'; import ExecutionStatusEvent from './model/ExecutionStatusEvent'; import ExecutionTrigger from './model/ExecutionTrigger'; @@ -162,7 +148,6 @@ import FlowId from './model/FlowId'; import FlowInterface from './model/FlowInterface'; import FlowNode from './model/FlowNode'; import FlowRelation from './model/FlowRelation'; -import FlowScope from './model/FlowScope'; import FlowTopologyGraph from './model/FlowTopologyGraph'; import FlowTopologyGraphEdge from './model/FlowTopologyGraphEdge'; import FlowUsage from './model/FlowUsage'; @@ -170,7 +155,6 @@ import FlowWithSource from './model/FlowWithSource'; import GroupIdentifier from './model/GroupIdentifier'; import GroupIdentifierMembership from './model/GroupIdentifierMembership'; import GroupUsage from './model/GroupUsage'; -import HttpParameters from './model/HttpParameters'; import IAMBindingControllerApiBindingDetail from './model/IAMBindingControllerApiBindingDetail'; import IAMBindingControllerApiBindingGroup from './model/IAMBindingControllerApiBindingGroup'; import IAMBindingControllerApiBindingUser from './model/IAMBindingControllerApiBindingUser'; @@ -242,7 +226,6 @@ import KVType from './model/KVType'; import Label from './model/Label'; import LeftSidebarConfiguration from './model/LeftSidebarConfiguration'; import Level from './model/Level'; -import Listener from './model/Listener'; import LogEntry from './model/LogEntry'; import MapObjectObject from './model/MapObjectObject'; import MeControllerApiMe from './model/MeControllerApiMe'; @@ -267,7 +250,6 @@ import MiscControllerTenantConfigurationInfo from './model/MiscControllerTenantC import Name from './model/Name'; import Namespace from './model/Namespace'; import NamespaceAllowedNamespace from './model/NamespaceAllowedNamespace'; -import NamespaceAllowedTrigger from './model/NamespaceAllowedTrigger'; import NamespaceFileRevision from './model/NamespaceFileRevision'; import NamespaceLight from './model/NamespaceLight'; import Output from './model/Output'; @@ -490,12 +472,6 @@ export { */ AbstractGraphBranchType, - /** - * The AbstractMetricEntryObject model constructor. - * @property {module:model/AbstractMetricEntryObject} - */ - AbstractMetricEntryObject, - /** * The AbstractTrigger model constructor. * @property {module:model/AbstractTrigger} @@ -622,18 +598,6 @@ export { */ ApiUser, - /** - * The AppResponse model constructor. - * @property {module:model/AppResponse} - */ - AppResponse, - - /** - * The AppResponseUILayout model constructor. - * @property {module:model/AppResponseUILayout} - */ - AppResponseUILayout, - /** * The AppsControllerApiApp model constructor. * @property {module:model/AppsControllerApiApp} @@ -1024,24 +988,6 @@ export { */ Condition, - /** - * The ConversionServiceProvider model constructor. - * @property {module:model/ConversionServiceProvider} - */ - ConversionServiceProvider, - - /** - * The ConvertibleMultiValuesString model constructor. - * @property {module:model/ConvertibleMultiValuesString} - */ - ConvertibleMultiValuesString, - - /** - * The ConvertibleValuesListString model constructor. - * @property {module:model/ConvertibleValuesListString} - */ - ConvertibleValuesListString, - /** * The CreateApiTokenRequest model constructor. * @property {module:model/CreateApiTokenRequest} @@ -1138,12 +1084,6 @@ export { */ Email, - /** - * The EventAppResponse model constructor. - * @property {module:model/EventAppResponse} - */ - EventAppResponse, - /** * The EventExecution model constructor. * @property {module:model/EventExecution} @@ -1156,12 +1096,6 @@ export { */ EventExecutionStatusEvent, - /** - * The EventLogEntry model constructor. - * @property {module:model/EventLogEntry} - */ - EventLogEntry, - /** * The ExecutableTaskSubflowId model constructor. * @property {module:model/ExecutableTaskSubflowId} @@ -1174,36 +1108,6 @@ export { */ Execution, - /** - * The ExecutionControllerApiValidateExecutionInputsResponse model constructor. - * @property {module:model/ExecutionControllerApiValidateExecutionInputsResponse} - */ - ExecutionControllerApiValidateExecutionInputsResponse, - - /** - * The ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure model constructor. - * @property {module:model/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure} - */ - ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure, - - /** - * The ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue model constructor. - * @property {module:model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue} - */ - ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue, - - /** - * The ExecutionControllerApiValidateExecutionInputsResponseApiInputError model constructor. - * @property {module:model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError} - */ - ExecutionControllerApiValidateExecutionInputsResponseApiInputError, - - /** - * The ExecutionControllerEvalResult model constructor. - * @property {module:model/ExecutionControllerEvalResult} - */ - ExecutionControllerEvalResult, - /** * The ExecutionControllerExecutionResponse model constructor. * @property {module:model/ExecutionControllerExecutionResponse} @@ -1246,12 +1150,6 @@ export { */ ExecutionMetadata, - /** - * The ExecutionRepositoryInterfaceChildFilter model constructor. - * @property {module:model/ExecutionRepositoryInterfaceChildFilter} - */ - ExecutionRepositoryInterfaceChildFilter, - /** * The ExecutionRepositoryInterfaceFlowFilter model constructor. * @property {module:model/ExecutionRepositoryInterfaceFlowFilter} @@ -1372,12 +1270,6 @@ export { */ FlowRelation, - /** - * The FlowScope model constructor. - * @property {module:model/FlowScope} - */ - FlowScope, - /** * The FlowTopologyGraph model constructor. * @property {module:model/FlowTopologyGraph} @@ -1420,12 +1312,6 @@ export { */ GroupUsage, - /** - * The HttpParameters model constructor. - * @property {module:model/HttpParameters} - */ - HttpParameters, - /** * The IAMBindingControllerApiBindingDetail model constructor. * @property {module:model/IAMBindingControllerApiBindingDetail} @@ -1852,12 +1738,6 @@ export { */ Level, - /** - * The Listener model constructor. - * @property {module:model/Listener} - */ - Listener, - /** * The LogEntry model constructor. * @property {module:model/LogEntry} @@ -2002,12 +1882,6 @@ export { */ NamespaceAllowedNamespace, - /** - * The NamespaceAllowedTrigger model constructor. - * @property {module:model/NamespaceAllowedTrigger} - */ - NamespaceAllowedTrigger, - /** * The NamespaceFileRevision model constructor. * @property {module:model/NamespaceFileRevision} diff --git a/javascript/javascript-sdk/src/model/AbstractMetricEntryObject.js b/javascript/javascript-sdk/src/model/AbstractMetricEntryObject.js deleted file mode 100644 index aaa2003b3..000000000 --- a/javascript/javascript-sdk/src/model/AbstractMetricEntryObject.js +++ /dev/null @@ -1,152 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; - -/** - * @typedef {Object} IAbstractMetricEntryObject - * @property {String} type - * @property {Object} value - * @property {String} name - * @property {String} description - * @property {Object.} tags - * @property {Date} timestamp - */ - -/** - * The AbstractMetricEntryObject model module. - * @module model/AbstractMetricEntryObject - * @type {IAbstractMetricEntryObject} - */ -class AbstractMetricEntryObject { - /** - * Constructs a new AbstractMetricEntryObject. - * @alias module:model/AbstractMetricEntryObject - * @param {String} name - - */ - constructor(name) { - - AbstractMetricEntryObject.initialize(this, name); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj, name) { - obj['name'] = name; - } - - /** - * Constructs a AbstractMetricEntryObject from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/AbstractMetricEntryObject} obj Optional instance to populate. - * @return {module:model/AbstractMetricEntryObject} The populated AbstractMetricEntryObject instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new AbstractMetricEntryObject(); - - if (data.hasOwnProperty('type')) { - obj['type'] = ApiClient.convertToType(data['type'], 'String'); - } - if (data.hasOwnProperty('value')) { - obj['value'] = ApiClient.convertToType(data['value'], Object); - } - if (data.hasOwnProperty('name')) { - obj['name'] = ApiClient.convertToType(data['name'], 'String'); - } - if (data.hasOwnProperty('description')) { - obj['description'] = ApiClient.convertToType(data['description'], 'String'); - } - if (data.hasOwnProperty('tags')) { - obj['tags'] = ApiClient.convertToType(data['tags'], {'String': 'String'}); - } - if (data.hasOwnProperty('timestamp')) { - obj['timestamp'] = ApiClient.convertToType(data['timestamp'], 'Date'); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to AbstractMetricEntryObject. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to AbstractMetricEntryObject. - */ - static validateJSON(data) { - // check to make sure all required properties are present in the JSON string - for (const property of AbstractMetricEntryObject.RequiredProperties) { - if (!data.hasOwnProperty(property)) { - throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data)); - } - } - // ensure the json data is a string - if (data['type'] && !(typeof data['type'] === 'string' || data['type'] instanceof String)) { - throw new Error("Expected the field `type` to be a primitive type in the JSON string but got " + data['type']); - } - // ensure the json data is a string - if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) { - throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']); - } - // ensure the json data is a string - if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) { - throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']); - } - - return true; - } - - -} - -AbstractMetricEntryObject.RequiredProperties = ["name"]; - -/** - * @member {String} type - */ -AbstractMetricEntryObject.prototype['type'] = undefined; - -/** - * @member {Object} value - */ -AbstractMetricEntryObject.prototype['value'] = undefined; - -/** - * @member {String} name - */ -AbstractMetricEntryObject.prototype['name'] = undefined; - -/** - * @member {String} description - */ -AbstractMetricEntryObject.prototype['description'] = undefined; - -/** - * @member {Object.} tags - */ -AbstractMetricEntryObject.prototype['tags'] = undefined; - -/** - * @member {Date} timestamp - */ -AbstractMetricEntryObject.prototype['timestamp'] = undefined; - - - - - - -export default AbstractMetricEntryObject; - diff --git a/javascript/javascript-sdk/src/model/ApiSecretMetaEE.js b/javascript/javascript-sdk/src/model/ApiSecretMetaEE.js index a97f0d045..2c962fdeb 100644 --- a/javascript/javascript-sdk/src/model/ApiSecretMetaEE.js +++ b/javascript/javascript-sdk/src/model/ApiSecretMetaEE.js @@ -16,10 +16,10 @@ import ApiSecretTag from './ApiSecretTag'; /** * @typedef {Object} IApiSecretMetaEE + * @property {String} key * @property {String} namespace * @property {String} description * @property {Array.} tags - * @property {String} key */ /** @@ -33,10 +33,12 @@ class ApiSecretMetaEE { * @alias module:model/ApiSecretMetaEE * @implements module:model/ApiSecretMeta * @param {String} key - + * @param {String} description - + * @param {Array.} tags - */ - constructor(key) { + constructor(key, description, tags) { ApiSecretMeta.initialize(this, key); - ApiSecretMetaEE.initialize(this, key); + ApiSecretMetaEE.initialize(this, key, description, tags); } /** @@ -44,8 +46,10 @@ class ApiSecretMetaEE { * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). * Only for internal use. */ - static initialize(obj, key) { + static initialize(obj, key, description, tags) { obj['key'] = key; + obj['description'] = description; + obj['tags'] = tags; } /** @@ -60,6 +64,9 @@ class ApiSecretMetaEE { obj = obj || new ApiSecretMetaEE(); ApiSecretMeta.constructFromObject(data, obj); + if (data.hasOwnProperty('key')) { + obj['key'] = ApiClient.convertToType(data['key'], 'String'); + } if (data.hasOwnProperty('namespace')) { obj['namespace'] = ApiClient.convertToType(data['namespace'], 'String'); } @@ -69,9 +76,6 @@ class ApiSecretMetaEE { if (data.hasOwnProperty('tags')) { obj['tags'] = ApiClient.convertToType(data['tags'], [ApiSecretTag]); } - if (data.hasOwnProperty('key')) { - obj['key'] = ApiClient.convertToType(data['key'], 'String'); - } } return obj; } @@ -89,6 +93,10 @@ class ApiSecretMetaEE { } } // ensure the json data is a string + if (data['key'] && !(typeof data['key'] === 'string' || data['key'] instanceof String)) { + throw new Error("Expected the field `key` to be a primitive type in the JSON string but got " + data['key']); + } + // ensure the json data is a string if (data['namespace'] && !(typeof data['namespace'] === 'string' || data['namespace'] instanceof String)) { throw new Error("Expected the field `namespace` to be a primitive type in the JSON string but got " + data['namespace']); } @@ -106,10 +114,6 @@ class ApiSecretMetaEE { ApiSecretTag.validateJSON(item); }; } - // ensure the json data is a string - if (data['key'] && !(typeof data['key'] === 'string' || data['key'] instanceof String)) { - throw new Error("Expected the field `key` to be a primitive type in the JSON string but got " + data['key']); - } return true; } @@ -117,7 +121,12 @@ class ApiSecretMetaEE { } -ApiSecretMetaEE.RequiredProperties = ["description", "tags", "key"]; +ApiSecretMetaEE.RequiredProperties = ["key", "description", "tags"]; + +/** + * @member {String} key + */ +ApiSecretMetaEE.prototype['key'] = undefined; /** * @member {String} namespace @@ -134,11 +143,6 @@ ApiSecretMetaEE.prototype['description'] = undefined; */ ApiSecretMetaEE.prototype['tags'] = undefined; -/** - * @member {String} key - */ -ApiSecretMetaEE.prototype['key'] = undefined; - // Implement ApiSecretMeta interface: /** diff --git a/javascript/javascript-sdk/src/model/AppResponse.js b/javascript/javascript-sdk/src/model/AppResponse.js deleted file mode 100644 index e830f9cf6..000000000 --- a/javascript/javascript-sdk/src/model/AppResponse.js +++ /dev/null @@ -1,118 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; -import AppResponseUILayout from './AppResponseUILayout'; - -/** - * @typedef {Object} IAppResponse - * @property {String} dispatch - * @property {String} stream - * @property {AppResponseUILayout} layout - */ - -/** - * The AppResponse model module. - * @module model/AppResponse - * @type {IAppResponse} - */ -class AppResponse { - /** - * Constructs a new AppResponse. - * @alias module:model/AppResponse - */ - constructor() { - - AppResponse.initialize(this); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj) { - } - - /** - * Constructs a AppResponse from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/AppResponse} obj Optional instance to populate. - * @return {module:model/AppResponse} The populated AppResponse instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new AppResponse(); - - if (data.hasOwnProperty('dispatch')) { - obj['dispatch'] = ApiClient.convertToType(data['dispatch'], 'String'); - } - if (data.hasOwnProperty('stream')) { - obj['stream'] = ApiClient.convertToType(data['stream'], 'String'); - } - if (data.hasOwnProperty('layout')) { - obj['layout'] = AppResponseUILayout.constructFromObject(data['layout']); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to AppResponse. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to AppResponse. - */ - static validateJSON(data) { - // ensure the json data is a string - if (data['dispatch'] && !(typeof data['dispatch'] === 'string' || data['dispatch'] instanceof String)) { - throw new Error("Expected the field `dispatch` to be a primitive type in the JSON string but got " + data['dispatch']); - } - // ensure the json data is a string - if (data['stream'] && !(typeof data['stream'] === 'string' || data['stream'] instanceof String)) { - throw new Error("Expected the field `stream` to be a primitive type in the JSON string but got " + data['stream']); - } - // validate the optional field `layout` - if (data['layout']) { // data not null - AppResponseUILayout.validateJSON(data['layout']); - } - - return true; - } - - -} - - - -/** - * @member {String} dispatch - */ -AppResponse.prototype['dispatch'] = undefined; - -/** - * @member {String} stream - */ -AppResponse.prototype['stream'] = undefined; - -/** - * @member {module:model/AppResponseUILayout} layout - */ -AppResponse.prototype['layout'] = undefined; - - - - - - -export default AppResponse; - diff --git a/javascript/javascript-sdk/src/model/AppResponseUILayout.js b/javascript/javascript-sdk/src/model/AppResponseUILayout.js deleted file mode 100644 index c0ad95359..000000000 --- a/javascript/javascript-sdk/src/model/AppResponseUILayout.js +++ /dev/null @@ -1,91 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; - -/** - * @typedef {Object} IAppResponseUILayout - * @property {Array.} blocks - */ - -/** - * The AppResponseUILayout model module. - * @module model/AppResponseUILayout - * @type {IAppResponseUILayout} - */ -class AppResponseUILayout { - /** - * Constructs a new AppResponseUILayout. - * @alias module:model/AppResponseUILayout - */ - constructor() { - - AppResponseUILayout.initialize(this); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj) { - } - - /** - * Constructs a AppResponseUILayout from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/AppResponseUILayout} obj Optional instance to populate. - * @return {module:model/AppResponseUILayout} The populated AppResponseUILayout instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new AppResponseUILayout(); - - if (data.hasOwnProperty('blocks')) { - obj['blocks'] = ApiClient.convertToType(data['blocks'], [Object]); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to AppResponseUILayout. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to AppResponseUILayout. - */ - static validateJSON(data) { - // ensure the json data is an array - if (!Array.isArray(data['blocks'])) { - throw new Error("Expected the field `blocks` to be an array in the JSON data but got " + data['blocks']); - } - - return true; - } - - -} - - - -/** - * @member {Array.} blocks - */ -AppResponseUILayout.prototype['blocks'] = undefined; - - - - - - -export default AppResponseUILayout; - diff --git a/javascript/javascript-sdk/src/model/ConversionServiceProvider.js b/javascript/javascript-sdk/src/model/ConversionServiceProvider.js deleted file mode 100644 index e6ab31201..000000000 --- a/javascript/javascript-sdk/src/model/ConversionServiceProvider.js +++ /dev/null @@ -1,95 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; - -/** - * @typedef {Object} IConversionServiceProvider - * @property {Object} conversionService - */ - -/** - * The ConversionServiceProvider model module. - * @module model/ConversionServiceProvider - * @type {IConversionServiceProvider} - */ -class ConversionServiceProvider { - /** - * Constructs a new ConversionServiceProvider. - * @alias module:model/ConversionServiceProvider - * @param {Object} conversionService - - */ - constructor(conversionService) { - - ConversionServiceProvider.initialize(this, conversionService); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj, conversionService) { - obj['conversionService'] = conversionService; - } - - /** - * Constructs a ConversionServiceProvider from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/ConversionServiceProvider} obj Optional instance to populate. - * @return {module:model/ConversionServiceProvider} The populated ConversionServiceProvider instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new ConversionServiceProvider(); - - if (data.hasOwnProperty('conversionService')) { - obj['conversionService'] = ApiClient.convertToType(data['conversionService'], Object); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to ConversionServiceProvider. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to ConversionServiceProvider. - */ - static validateJSON(data) { - // check to make sure all required properties are present in the JSON string - for (const property of ConversionServiceProvider.RequiredProperties) { - if (!data.hasOwnProperty(property)) { - throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data)); - } - } - - return true; - } - - -} - -ConversionServiceProvider.RequiredProperties = ["conversionService"]; - -/** - * @member {Object} conversionService - */ -ConversionServiceProvider.prototype['conversionService'] = undefined; - - - - - - -export default ConversionServiceProvider; - diff --git a/javascript/javascript-sdk/src/model/ConvertibleMultiValuesString.js b/javascript/javascript-sdk/src/model/ConvertibleMultiValuesString.js deleted file mode 100644 index 77c07b5f3..000000000 --- a/javascript/javascript-sdk/src/model/ConvertibleMultiValuesString.js +++ /dev/null @@ -1,124 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; -import ConversionServiceProvider from './ConversionServiceProvider'; -import ConvertibleValuesListString from './ConvertibleValuesListString'; - -/** - * @typedef {Object} IConvertibleMultiValuesString - * @property {Object} conversionService - * @property {Boolean} empty - */ - -/** - * The ConvertibleMultiValuesString model module. - * @module model/ConvertibleMultiValuesString - * @type {IConvertibleMultiValuesString} - */ -class ConvertibleMultiValuesString { - /** - * Constructs a new ConvertibleMultiValuesString. - * @alias module:model/ConvertibleMultiValuesString - * @implements module:model/ConvertibleValuesListString - * @implements module:model/ConversionServiceProvider - * @param {Object} conversionService - - */ - constructor(conversionService) { - ConvertibleValuesListString.initialize(this, conversionService);ConversionServiceProvider.initialize(this, conversionService); - ConvertibleMultiValuesString.initialize(this, conversionService); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj, conversionService) { - obj['conversionService'] = conversionService; - } - - /** - * Constructs a ConvertibleMultiValuesString from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/ConvertibleMultiValuesString} obj Optional instance to populate. - * @return {module:model/ConvertibleMultiValuesString} The populated ConvertibleMultiValuesString instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new ConvertibleMultiValuesString(); - ConvertibleValuesListString.constructFromObject(data, obj); - ConversionServiceProvider.constructFromObject(data, obj); - - if (data.hasOwnProperty('conversionService')) { - obj['conversionService'] = ApiClient.convertToType(data['conversionService'], Object); - } - if (data.hasOwnProperty('empty')) { - obj['empty'] = ApiClient.convertToType(data['empty'], 'Boolean'); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to ConvertibleMultiValuesString. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to ConvertibleMultiValuesString. - */ - static validateJSON(data) { - // check to make sure all required properties are present in the JSON string - for (const property of ConvertibleMultiValuesString.RequiredProperties) { - if (!data.hasOwnProperty(property)) { - throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data)); - } - } - - return true; - } - - -} - -ConvertibleMultiValuesString.RequiredProperties = ["conversionService"]; - -/** - * @member {Object} conversionService - */ -ConvertibleMultiValuesString.prototype['conversionService'] = undefined; - -/** - * @member {Boolean} empty - */ -ConvertibleMultiValuesString.prototype['empty'] = undefined; - - -// Implement ConvertibleValuesListString interface: -/** - * @member {Object} conversionService - */ -ConvertibleValuesListString.prototype['conversionService'] = undefined; -/** - * @member {Boolean} empty - */ -ConvertibleValuesListString.prototype['empty'] = undefined; -// Implement ConversionServiceProvider interface: -/** - * @member {Object} conversionService - */ -ConversionServiceProvider.prototype['conversionService'] = undefined; - - - - -export default ConvertibleMultiValuesString; - diff --git a/javascript/javascript-sdk/src/model/ConvertibleValuesListString.js b/javascript/javascript-sdk/src/model/ConvertibleValuesListString.js deleted file mode 100644 index 1bcdf8f61..000000000 --- a/javascript/javascript-sdk/src/model/ConvertibleValuesListString.js +++ /dev/null @@ -1,112 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; -import ConversionServiceProvider from './ConversionServiceProvider'; - -/** - * @typedef {Object} IConvertibleValuesListString - * @property {Object} conversionService - * @property {Boolean} empty - */ - -/** - * The ConvertibleValuesListString model module. - * @module model/ConvertibleValuesListString - * @type {IConvertibleValuesListString} - */ -class ConvertibleValuesListString { - /** - * Constructs a new ConvertibleValuesListString. - * @alias module:model/ConvertibleValuesListString - * @implements module:model/ConversionServiceProvider - * @param {Object} conversionService - - */ - constructor(conversionService) { - ConversionServiceProvider.initialize(this, conversionService); - ConvertibleValuesListString.initialize(this, conversionService); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj, conversionService) { - obj['conversionService'] = conversionService; - } - - /** - * Constructs a ConvertibleValuesListString from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/ConvertibleValuesListString} obj Optional instance to populate. - * @return {module:model/ConvertibleValuesListString} The populated ConvertibleValuesListString instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new ConvertibleValuesListString(); - ConversionServiceProvider.constructFromObject(data, obj); - - if (data.hasOwnProperty('conversionService')) { - obj['conversionService'] = ApiClient.convertToType(data['conversionService'], Object); - } - if (data.hasOwnProperty('empty')) { - obj['empty'] = ApiClient.convertToType(data['empty'], 'Boolean'); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to ConvertibleValuesListString. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to ConvertibleValuesListString. - */ - static validateJSON(data) { - // check to make sure all required properties are present in the JSON string - for (const property of ConvertibleValuesListString.RequiredProperties) { - if (!data.hasOwnProperty(property)) { - throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data)); - } - } - - return true; - } - - -} - -ConvertibleValuesListString.RequiredProperties = ["conversionService"]; - -/** - * @member {Object} conversionService - */ -ConvertibleValuesListString.prototype['conversionService'] = undefined; - -/** - * @member {Boolean} empty - */ -ConvertibleValuesListString.prototype['empty'] = undefined; - - -// Implement ConversionServiceProvider interface: -/** - * @member {Object} conversionService - */ -ConversionServiceProvider.prototype['conversionService'] = undefined; - - - - -export default ConvertibleValuesListString; - diff --git a/javascript/javascript-sdk/src/model/EventAppResponse.js b/javascript/javascript-sdk/src/model/EventAppResponse.js deleted file mode 100644 index 5b7be433c..000000000 --- a/javascript/javascript-sdk/src/model/EventAppResponse.js +++ /dev/null @@ -1,144 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; -import AppResponse from './AppResponse'; - -/** - * @typedef {Object} IEventAppResponse - * @property {AppResponse} data - * @property {String} id - * @property {String} name - * @property {String} comment - * @property {String} retry - */ - -/** - * The EventAppResponse model module. - * @module model/EventAppResponse - * @type {IEventAppResponse} - */ -class EventAppResponse { - /** - * Constructs a new EventAppResponse. - * @alias module:model/EventAppResponse - */ - constructor() { - - EventAppResponse.initialize(this); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj) { - } - - /** - * Constructs a EventAppResponse from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/EventAppResponse} obj Optional instance to populate. - * @return {module:model/EventAppResponse} The populated EventAppResponse instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new EventAppResponse(); - - if (data.hasOwnProperty('data')) { - obj['data'] = AppResponse.constructFromObject(data['data']); - } - if (data.hasOwnProperty('id')) { - obj['id'] = ApiClient.convertToType(data['id'], 'String'); - } - if (data.hasOwnProperty('name')) { - obj['name'] = ApiClient.convertToType(data['name'], 'String'); - } - if (data.hasOwnProperty('comment')) { - obj['comment'] = ApiClient.convertToType(data['comment'], 'String'); - } - if (data.hasOwnProperty('retry')) { - obj['retry'] = ApiClient.convertToType(data['retry'], 'String'); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to EventAppResponse. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to EventAppResponse. - */ - static validateJSON(data) { - // validate the optional field `data` - if (data['data']) { // data not null - AppResponse.validateJSON(data['data']); - } - // ensure the json data is a string - if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) { - throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']); - } - // ensure the json data is a string - if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) { - throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']); - } - // ensure the json data is a string - if (data['comment'] && !(typeof data['comment'] === 'string' || data['comment'] instanceof String)) { - throw new Error("Expected the field `comment` to be a primitive type in the JSON string but got " + data['comment']); - } - // ensure the json data is a string - if (data['retry'] && !(typeof data['retry'] === 'string' || data['retry'] instanceof String)) { - throw new Error("Expected the field `retry` to be a primitive type in the JSON string but got " + data['retry']); - } - - return true; - } - - -} - - - -/** - * @member {module:model/AppResponse} data - */ -EventAppResponse.prototype['data'] = undefined; - -/** - * @member {String} id - */ -EventAppResponse.prototype['id'] = undefined; - -/** - * @member {String} name - */ -EventAppResponse.prototype['name'] = undefined; - -/** - * @member {String} comment - */ -EventAppResponse.prototype['comment'] = undefined; - -/** - * @member {String} retry - */ -EventAppResponse.prototype['retry'] = undefined; - - - - - - -export default EventAppResponse; - diff --git a/javascript/javascript-sdk/src/model/EventLogEntry.js b/javascript/javascript-sdk/src/model/EventLogEntry.js deleted file mode 100644 index 21cb4dee1..000000000 --- a/javascript/javascript-sdk/src/model/EventLogEntry.js +++ /dev/null @@ -1,144 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; -import LogEntry from './LogEntry'; - -/** - * @typedef {Object} IEventLogEntry - * @property {LogEntry} data - * @property {String} id - * @property {String} name - * @property {String} comment - * @property {String} retry - */ - -/** - * The EventLogEntry model module. - * @module model/EventLogEntry - * @type {IEventLogEntry} - */ -class EventLogEntry { - /** - * Constructs a new EventLogEntry. - * @alias module:model/EventLogEntry - */ - constructor() { - - EventLogEntry.initialize(this); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj) { - } - - /** - * Constructs a EventLogEntry from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/EventLogEntry} obj Optional instance to populate. - * @return {module:model/EventLogEntry} The populated EventLogEntry instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new EventLogEntry(); - - if (data.hasOwnProperty('data')) { - obj['data'] = LogEntry.constructFromObject(data['data']); - } - if (data.hasOwnProperty('id')) { - obj['id'] = ApiClient.convertToType(data['id'], 'String'); - } - if (data.hasOwnProperty('name')) { - obj['name'] = ApiClient.convertToType(data['name'], 'String'); - } - if (data.hasOwnProperty('comment')) { - obj['comment'] = ApiClient.convertToType(data['comment'], 'String'); - } - if (data.hasOwnProperty('retry')) { - obj['retry'] = ApiClient.convertToType(data['retry'], 'String'); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to EventLogEntry. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to EventLogEntry. - */ - static validateJSON(data) { - // validate the optional field `data` - if (data['data']) { // data not null - LogEntry.validateJSON(data['data']); - } - // ensure the json data is a string - if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) { - throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']); - } - // ensure the json data is a string - if (data['name'] && !(typeof data['name'] === 'string' || data['name'] instanceof String)) { - throw new Error("Expected the field `name` to be a primitive type in the JSON string but got " + data['name']); - } - // ensure the json data is a string - if (data['comment'] && !(typeof data['comment'] === 'string' || data['comment'] instanceof String)) { - throw new Error("Expected the field `comment` to be a primitive type in the JSON string but got " + data['comment']); - } - // ensure the json data is a string - if (data['retry'] && !(typeof data['retry'] === 'string' || data['retry'] instanceof String)) { - throw new Error("Expected the field `retry` to be a primitive type in the JSON string but got " + data['retry']); - } - - return true; - } - - -} - - - -/** - * @member {module:model/LogEntry} data - */ -EventLogEntry.prototype['data'] = undefined; - -/** - * @member {String} id - */ -EventLogEntry.prototype['id'] = undefined; - -/** - * @member {String} name - */ -EventLogEntry.prototype['name'] = undefined; - -/** - * @member {String} comment - */ -EventLogEntry.prototype['comment'] = undefined; - -/** - * @member {String} retry - */ -EventLogEntry.prototype['retry'] = undefined; - - - - - - -export default EventLogEntry; - diff --git a/javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponse.js b/javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponse.js deleted file mode 100644 index 8b8407587..000000000 --- a/javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponse.js +++ /dev/null @@ -1,144 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; -import ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure from './ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure'; -import ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue from './ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue'; - -/** - * @typedef {Object} IExecutionControllerApiValidateExecutionInputsResponse - * @property {String} id - * @property {String} namespace - * @property {Array.} inputs - * @property {Array.} checks - */ - -/** - * The ExecutionControllerApiValidateExecutionInputsResponse model module. - * @module model/ExecutionControllerApiValidateExecutionInputsResponse - * @type {IExecutionControllerApiValidateExecutionInputsResponse} - */ -class ExecutionControllerApiValidateExecutionInputsResponse { - /** - * Constructs a new ExecutionControllerApiValidateExecutionInputsResponse. - * @alias module:model/ExecutionControllerApiValidateExecutionInputsResponse - */ - constructor() { - - ExecutionControllerApiValidateExecutionInputsResponse.initialize(this); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj) { - } - - /** - * Constructs a ExecutionControllerApiValidateExecutionInputsResponse from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/ExecutionControllerApiValidateExecutionInputsResponse} obj Optional instance to populate. - * @return {module:model/ExecutionControllerApiValidateExecutionInputsResponse} The populated ExecutionControllerApiValidateExecutionInputsResponse instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new ExecutionControllerApiValidateExecutionInputsResponse(); - - if (data.hasOwnProperty('id')) { - obj['id'] = ApiClient.convertToType(data['id'], 'String'); - } - if (data.hasOwnProperty('namespace')) { - obj['namespace'] = ApiClient.convertToType(data['namespace'], 'String'); - } - if (data.hasOwnProperty('inputs')) { - obj['inputs'] = ApiClient.convertToType(data['inputs'], [ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue]); - } - if (data.hasOwnProperty('checks')) { - obj['checks'] = ApiClient.convertToType(data['checks'], [ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure]); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to ExecutionControllerApiValidateExecutionInputsResponse. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to ExecutionControllerApiValidateExecutionInputsResponse. - */ - static validateJSON(data) { - // ensure the json data is a string - if (data['id'] && !(typeof data['id'] === 'string' || data['id'] instanceof String)) { - throw new Error("Expected the field `id` to be a primitive type in the JSON string but got " + data['id']); - } - // ensure the json data is a string - if (data['namespace'] && !(typeof data['namespace'] === 'string' || data['namespace'] instanceof String)) { - throw new Error("Expected the field `namespace` to be a primitive type in the JSON string but got " + data['namespace']); - } - if (data['inputs']) { // data not null - // ensure the json data is an array - if (!Array.isArray(data['inputs'])) { - throw new Error("Expected the field `inputs` to be an array in the JSON data but got " + data['inputs']); - } - // validate the optional field `inputs` (array) - for (const item of data['inputs']) { - ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.validateJSON(item); - }; - } - if (data['checks']) { // data not null - // ensure the json data is an array - if (!Array.isArray(data['checks'])) { - throw new Error("Expected the field `checks` to be an array in the JSON data but got " + data['checks']); - } - // validate the optional field `checks` (array) - for (const item of data['checks']) { - ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.validateJSON(item); - }; - } - - return true; - } - - -} - - - -/** - * @member {String} id - */ -ExecutionControllerApiValidateExecutionInputsResponse.prototype['id'] = undefined; - -/** - * @member {String} namespace - */ -ExecutionControllerApiValidateExecutionInputsResponse.prototype['namespace'] = undefined; - -/** - * @member {Array.} inputs - */ -ExecutionControllerApiValidateExecutionInputsResponse.prototype['inputs'] = undefined; - -/** - * @member {Array.} checks - */ -ExecutionControllerApiValidateExecutionInputsResponse.prototype['checks'] = undefined; - - - - - - -export default ExecutionControllerApiValidateExecutionInputsResponse; - diff --git a/javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.js b/javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.js deleted file mode 100644 index 4275d9627..000000000 --- a/javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.js +++ /dev/null @@ -1,111 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; -import CheckBehavior from './CheckBehavior'; -import CheckStyle from './CheckStyle'; - -/** - * @typedef {Object} IExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure - * @property {String} message - * @property {CheckStyle} style - * @property {CheckBehavior} behavior - */ - -/** - * The ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure model module. - * @module model/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure - * @type {IExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure} - */ -class ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure { - /** - * Constructs a new ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure. - * @alias module:model/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure - */ - constructor() { - - ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.initialize(this); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj) { - } - - /** - * Constructs a ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure} obj Optional instance to populate. - * @return {module:model/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure} The populated ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure(); - - if (data.hasOwnProperty('message')) { - obj['message'] = ApiClient.convertToType(data['message'], 'String'); - } - if (data.hasOwnProperty('style')) { - obj['style'] = CheckStyle.constructFromObject(data['style']); - } - if (data.hasOwnProperty('behavior')) { - obj['behavior'] = CheckBehavior.constructFromObject(data['behavior']); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure. - */ - static validateJSON(data) { - // ensure the json data is a string - if (data['message'] && !(typeof data['message'] === 'string' || data['message'] instanceof String)) { - throw new Error("Expected the field `message` to be a primitive type in the JSON string but got " + data['message']); - } - - return true; - } - - -} - - - -/** - * @member {String} message - */ -ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.prototype['message'] = undefined; - -/** - * @member {module:model/CheckStyle} style - */ -ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.prototype['style'] = undefined; - -/** - * @member {module:model/CheckBehavior} behavior - */ -ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.prototype['behavior'] = undefined; - - - - - - -export default ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure; - diff --git a/javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.js b/javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.js deleted file mode 100644 index 63da9e254..000000000 --- a/javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.js +++ /dev/null @@ -1,139 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; -import ExecutionControllerApiValidateExecutionInputsResponseApiInputError from './ExecutionControllerApiValidateExecutionInputsResponseApiInputError'; -import InputObject from './InputObject'; - -/** - * @typedef {Object} IExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue - * @property {InputObject} input - * @property {Object} value - * @property {Boolean} enabled - * @property {Boolean} isDefault - * @property {Array.} errors - */ - -/** - * The ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue model module. - * @module model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue - * @type {IExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue} - */ -class ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue { - /** - * Constructs a new ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue. - * @alias module:model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue - */ - constructor() { - - ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.initialize(this); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj) { - } - - /** - * Constructs a ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue} obj Optional instance to populate. - * @return {module:model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue} The populated ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue(); - - if (data.hasOwnProperty('input')) { - obj['input'] = InputObject.constructFromObject(data['input']); - } - if (data.hasOwnProperty('value')) { - obj['value'] = ApiClient.convertToType(data['value'], Object); - } - if (data.hasOwnProperty('enabled')) { - obj['enabled'] = ApiClient.convertToType(data['enabled'], 'Boolean'); - } - if (data.hasOwnProperty('isDefault')) { - obj['isDefault'] = ApiClient.convertToType(data['isDefault'], 'Boolean'); - } - if (data.hasOwnProperty('errors')) { - obj['errors'] = ApiClient.convertToType(data['errors'], [ExecutionControllerApiValidateExecutionInputsResponseApiInputError]); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue. - */ - static validateJSON(data) { - // validate the optional field `input` - if (data['input']) { // data not null - InputObject.validateJSON(data['input']); - } - if (data['errors']) { // data not null - // ensure the json data is an array - if (!Array.isArray(data['errors'])) { - throw new Error("Expected the field `errors` to be an array in the JSON data but got " + data['errors']); - } - // validate the optional field `errors` (array) - for (const item of data['errors']) { - ExecutionControllerApiValidateExecutionInputsResponseApiInputError.validateJSON(item); - }; - } - - return true; - } - - -} - - - -/** - * @member {module:model/InputObject} input - */ -ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.prototype['input'] = undefined; - -/** - * @member {Object} value - */ -ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.prototype['value'] = undefined; - -/** - * @member {Boolean} enabled - */ -ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.prototype['enabled'] = undefined; - -/** - * @member {Boolean} isDefault - */ -ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.prototype['isDefault'] = undefined; - -/** - * @member {Array.} errors - */ -ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.prototype['errors'] = undefined; - - - - - - -export default ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue; - diff --git a/javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.js b/javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.js deleted file mode 100644 index 481595015..000000000 --- a/javascript/javascript-sdk/src/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.js +++ /dev/null @@ -1,91 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; - -/** - * @typedef {Object} IExecutionControllerApiValidateExecutionInputsResponseApiInputError - * @property {String} message - */ - -/** - * The ExecutionControllerApiValidateExecutionInputsResponseApiInputError model module. - * @module model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError - * @type {IExecutionControllerApiValidateExecutionInputsResponseApiInputError} - */ -class ExecutionControllerApiValidateExecutionInputsResponseApiInputError { - /** - * Constructs a new ExecutionControllerApiValidateExecutionInputsResponseApiInputError. - * @alias module:model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError - */ - constructor() { - - ExecutionControllerApiValidateExecutionInputsResponseApiInputError.initialize(this); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj) { - } - - /** - * Constructs a ExecutionControllerApiValidateExecutionInputsResponseApiInputError from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError} obj Optional instance to populate. - * @return {module:model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError} The populated ExecutionControllerApiValidateExecutionInputsResponseApiInputError instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new ExecutionControllerApiValidateExecutionInputsResponseApiInputError(); - - if (data.hasOwnProperty('message')) { - obj['message'] = ApiClient.convertToType(data['message'], 'String'); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to ExecutionControllerApiValidateExecutionInputsResponseApiInputError. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to ExecutionControllerApiValidateExecutionInputsResponseApiInputError. - */ - static validateJSON(data) { - // ensure the json data is a string - if (data['message'] && !(typeof data['message'] === 'string' || data['message'] instanceof String)) { - throw new Error("Expected the field `message` to be a primitive type in the JSON string but got " + data['message']); - } - - return true; - } - - -} - - - -/** - * @member {String} message - */ -ExecutionControllerApiValidateExecutionInputsResponseApiInputError.prototype['message'] = undefined; - - - - - - -export default ExecutionControllerApiValidateExecutionInputsResponseApiInputError; - diff --git a/javascript/javascript-sdk/src/model/ExecutionControllerEvalResult.js b/javascript/javascript-sdk/src/model/ExecutionControllerEvalResult.js deleted file mode 100644 index 06e4a8f54..000000000 --- a/javascript/javascript-sdk/src/model/ExecutionControllerEvalResult.js +++ /dev/null @@ -1,117 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; - -/** - * @typedef {Object} IExecutionControllerEvalResult - * @property {String} result - * @property {String} error - * @property {String} stackTrace - */ - -/** - * The ExecutionControllerEvalResult model module. - * @module model/ExecutionControllerEvalResult - * @type {IExecutionControllerEvalResult} - */ -class ExecutionControllerEvalResult { - /** - * Constructs a new ExecutionControllerEvalResult. - * @alias module:model/ExecutionControllerEvalResult - */ - constructor() { - - ExecutionControllerEvalResult.initialize(this); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj) { - } - - /** - * Constructs a ExecutionControllerEvalResult from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/ExecutionControllerEvalResult} obj Optional instance to populate. - * @return {module:model/ExecutionControllerEvalResult} The populated ExecutionControllerEvalResult instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new ExecutionControllerEvalResult(); - - if (data.hasOwnProperty('result')) { - obj['result'] = ApiClient.convertToType(data['result'], 'String'); - } - if (data.hasOwnProperty('error')) { - obj['error'] = ApiClient.convertToType(data['error'], 'String'); - } - if (data.hasOwnProperty('stackTrace')) { - obj['stackTrace'] = ApiClient.convertToType(data['stackTrace'], 'String'); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to ExecutionControllerEvalResult. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to ExecutionControllerEvalResult. - */ - static validateJSON(data) { - // ensure the json data is a string - if (data['result'] && !(typeof data['result'] === 'string' || data['result'] instanceof String)) { - throw new Error("Expected the field `result` to be a primitive type in the JSON string but got " + data['result']); - } - // ensure the json data is a string - if (data['error'] && !(typeof data['error'] === 'string' || data['error'] instanceof String)) { - throw new Error("Expected the field `error` to be a primitive type in the JSON string but got " + data['error']); - } - // ensure the json data is a string - if (data['stackTrace'] && !(typeof data['stackTrace'] === 'string' || data['stackTrace'] instanceof String)) { - throw new Error("Expected the field `stackTrace` to be a primitive type in the JSON string but got " + data['stackTrace']); - } - - return true; - } - - -} - - - -/** - * @member {String} result - */ -ExecutionControllerEvalResult.prototype['result'] = undefined; - -/** - * @member {String} error - */ -ExecutionControllerEvalResult.prototype['error'] = undefined; - -/** - * @member {String} stackTrace - */ -ExecutionControllerEvalResult.prototype['stackTrace'] = undefined; - - - - - - -export default ExecutionControllerEvalResult; - diff --git a/javascript/javascript-sdk/src/model/ExecutionRepositoryInterfaceChildFilter.js b/javascript/javascript-sdk/src/model/ExecutionRepositoryInterfaceChildFilter.js deleted file mode 100644 index e06c83765..000000000 --- a/javascript/javascript-sdk/src/model/ExecutionRepositoryInterfaceChildFilter.js +++ /dev/null @@ -1,56 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; -/** - * Enum ExecutionRepositoryInterfaceChildFilter - * @type {{ - * "CHILD": "CHILD","MAIN": "MAIN", - * }} - */ -export const ExecutionRepositoryInterfaceChildFilterStatic = { - "CHILD": "CHILD", - "MAIN": "MAIN", -} - -/** -* Enum class ExecutionRepositoryInterfaceChildFilter. -* @enum {} -* @readonly -*/ -export default class ExecutionRepositoryInterfaceChildFilter { - - /** - * value: "CHILD" - * @const - */ - "CHILD" = "CHILD"; - - - /** - * value: "MAIN" - * @const - */ - "MAIN" = "MAIN"; - - - - /** - * Returns a ExecutionRepositoryInterfaceChildFilter enum value from a Javascript object name. - * @param {Object} data The plain JavaScript object containing the name of the enum value. - * @return {module:model/ExecutionRepositoryInterfaceChildFilter} The enum ExecutionRepositoryInterfaceChildFilter value. - */ - static constructFromObject(object) { - return object; - } -} - diff --git a/javascript/javascript-sdk/src/model/FlowScope.js b/javascript/javascript-sdk/src/model/FlowScope.js deleted file mode 100644 index b266be174..000000000 --- a/javascript/javascript-sdk/src/model/FlowScope.js +++ /dev/null @@ -1,56 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; -/** - * Enum FlowScope - * @type {{ - * "USER": "USER","SYSTEM": "SYSTEM", - * }} - */ -export const FlowScopeStatic = { - "USER": "USER", - "SYSTEM": "SYSTEM", -} - -/** -* Enum class FlowScope. -* @enum {} -* @readonly -*/ -export default class FlowScope { - - /** - * value: "USER" - * @const - */ - "USER" = "USER"; - - - /** - * value: "SYSTEM" - * @const - */ - "SYSTEM" = "SYSTEM"; - - - - /** - * Returns a FlowScope enum value from a Javascript object name. - * @param {Object} data The plain JavaScript object containing the name of the enum value. - * @return {module:model/FlowScope} The enum FlowScope value. - */ - static constructFromObject(object) { - return object; - } -} - diff --git a/javascript/javascript-sdk/src/model/HttpParameters.js b/javascript/javascript-sdk/src/model/HttpParameters.js deleted file mode 100644 index fc781206f..000000000 --- a/javascript/javascript-sdk/src/model/HttpParameters.js +++ /dev/null @@ -1,136 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; -import ConversionServiceProvider from './ConversionServiceProvider'; -import ConvertibleMultiValuesString from './ConvertibleMultiValuesString'; -import ConvertibleValuesListString from './ConvertibleValuesListString'; - -/** - * @typedef {Object} IHttpParameters - * @property {Object} conversionService - * @property {Boolean} empty - */ - -/** - * The HttpParameters model module. - * @module model/HttpParameters - * @type {IHttpParameters} - */ -class HttpParameters { - /** - * Constructs a new HttpParameters. - * @alias module:model/HttpParameters - * @implements module:model/ConvertibleMultiValuesString - * @implements module:model/ConvertibleValuesListString - * @implements module:model/ConversionServiceProvider - * @param {Object} conversionService - - */ - constructor(conversionService) { - ConvertibleMultiValuesString.initialize(this, conversionService);ConvertibleValuesListString.initialize(this, conversionService);ConversionServiceProvider.initialize(this, conversionService); - HttpParameters.initialize(this, conversionService); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj, conversionService) { - obj['conversionService'] = conversionService; - } - - /** - * Constructs a HttpParameters from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/HttpParameters} obj Optional instance to populate. - * @return {module:model/HttpParameters} The populated HttpParameters instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new HttpParameters(); - ConvertibleMultiValuesString.constructFromObject(data, obj); - ConvertibleValuesListString.constructFromObject(data, obj); - ConversionServiceProvider.constructFromObject(data, obj); - - if (data.hasOwnProperty('conversionService')) { - obj['conversionService'] = ApiClient.convertToType(data['conversionService'], Object); - } - if (data.hasOwnProperty('empty')) { - obj['empty'] = ApiClient.convertToType(data['empty'], 'Boolean'); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to HttpParameters. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to HttpParameters. - */ - static validateJSON(data) { - // check to make sure all required properties are present in the JSON string - for (const property of HttpParameters.RequiredProperties) { - if (!data.hasOwnProperty(property)) { - throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data)); - } - } - - return true; - } - - -} - -HttpParameters.RequiredProperties = ["conversionService"]; - -/** - * @member {Object} conversionService - */ -HttpParameters.prototype['conversionService'] = undefined; - -/** - * @member {Boolean} empty - */ -HttpParameters.prototype['empty'] = undefined; - - -// Implement ConvertibleMultiValuesString interface: -/** - * @member {Object} conversionService - */ -ConvertibleMultiValuesString.prototype['conversionService'] = undefined; -/** - * @member {Boolean} empty - */ -ConvertibleMultiValuesString.prototype['empty'] = undefined; -// Implement ConvertibleValuesListString interface: -/** - * @member {Object} conversionService - */ -ConvertibleValuesListString.prototype['conversionService'] = undefined; -/** - * @member {Boolean} empty - */ -ConvertibleValuesListString.prototype['empty'] = undefined; -// Implement ConversionServiceProvider interface: -/** - * @member {Object} conversionService - */ -ConversionServiceProvider.prototype['conversionService'] = undefined; - - - - -export default HttpParameters; - diff --git a/javascript/javascript-sdk/src/model/Listener.js b/javascript/javascript-sdk/src/model/Listener.js deleted file mode 100644 index cd1705ff6..000000000 --- a/javascript/javascript-sdk/src/model/Listener.js +++ /dev/null @@ -1,139 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; -import Condition from './Condition'; -import Task from './Task'; - -/** - * @typedef {Object} IListener - * @property {String} description - * @property {Array.} conditions - * @property {Array.} tasks - */ - -/** - * The Listener model module. - * @module model/Listener - * @type {IListener} - */ -class Listener { - /** - * Constructs a new Listener. - * @alias module:model/Listener - * @param {Array.} tasks - - */ - constructor(tasks) { - - Listener.initialize(this, tasks); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj, tasks) { - obj['tasks'] = tasks; - } - - /** - * Constructs a Listener from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/Listener} obj Optional instance to populate. - * @return {module:model/Listener} The populated Listener instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new Listener(); - - if (data.hasOwnProperty('description')) { - obj['description'] = ApiClient.convertToType(data['description'], 'String'); - } - if (data.hasOwnProperty('conditions')) { - obj['conditions'] = ApiClient.convertToType(data['conditions'], [Condition]); - } - if (data.hasOwnProperty('tasks')) { - obj['tasks'] = ApiClient.convertToType(data['tasks'], [Task]); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to Listener. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to Listener. - */ - static validateJSON(data) { - // check to make sure all required properties are present in the JSON string - for (const property of Listener.RequiredProperties) { - if (!data.hasOwnProperty(property)) { - throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data)); - } - } - // ensure the json data is a string - if (data['description'] && !(typeof data['description'] === 'string' || data['description'] instanceof String)) { - throw new Error("Expected the field `description` to be a primitive type in the JSON string but got " + data['description']); - } - if (data['conditions']) { // data not null - // ensure the json data is an array - if (!Array.isArray(data['conditions'])) { - throw new Error("Expected the field `conditions` to be an array in the JSON data but got " + data['conditions']); - } - // validate the optional field `conditions` (array) - for (const item of data['conditions']) { - Condition.validateJSON(item); - }; - } - if (data['tasks']) { // data not null - // ensure the json data is an array - if (!Array.isArray(data['tasks'])) { - throw new Error("Expected the field `tasks` to be an array in the JSON data but got " + data['tasks']); - } - // validate the optional field `tasks` (array) - for (const item of data['tasks']) { - Task.validateJSON(item); - }; - } - - return true; - } - - -} - -Listener.RequiredProperties = ["tasks"]; - -/** - * @member {String} description - */ -Listener.prototype['description'] = undefined; - -/** - * @member {Array.} conditions - */ -Listener.prototype['conditions'] = undefined; - -/** - * @member {Array.} tasks - */ -Listener.prototype['tasks'] = undefined; - - - - - - -export default Listener; - diff --git a/javascript/javascript-sdk/src/model/Namespace.js b/javascript/javascript-sdk/src/model/Namespace.js index d3ac41226..4d3e85931 100644 --- a/javascript/javascript-sdk/src/model/Namespace.js +++ b/javascript/javascript-sdk/src/model/Namespace.js @@ -44,7 +44,6 @@ import WorkerGroup from './WorkerGroup'; class Namespace { /** * Constructs a new Namespace. - * A namespace is a logical grouping of flows and tasks. It is used to organize and manage flows and tasks within Kestra. * @alias module:model/Namespace * @implements module:model/NamespaceLight * @param {String} id - diff --git a/javascript/javascript-sdk/src/model/NamespaceAllowedTrigger.js b/javascript/javascript-sdk/src/model/NamespaceAllowedTrigger.js deleted file mode 100644 index 7d0d268b5..000000000 --- a/javascript/javascript-sdk/src/model/NamespaceAllowedTrigger.js +++ /dev/null @@ -1,112 +0,0 @@ -/** - * Kestra EE - * All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - * - * - * - * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). - * https://openapi-generator.tech - * Do not edit the class manually. - * - */ - -import ApiClient from '../ApiClient'; - -/** - * @typedef {Object} INamespaceAllowedTrigger - * @property {String} namespace - * @property {String} flowId - */ - -/** - * The NamespaceAllowedTrigger model module. - * @module model/NamespaceAllowedTrigger - * @type {INamespaceAllowedTrigger} - */ -class NamespaceAllowedTrigger { - /** - * Constructs a new NamespaceAllowedTrigger. - * @alias module:model/NamespaceAllowedTrigger - * @param {String} namespace - - */ - constructor(namespace) { - - NamespaceAllowedTrigger.initialize(this, namespace); - } - - /** - * Initializes the fields of this object. - * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). - * Only for internal use. - */ - static initialize(obj, namespace) { - obj['namespace'] = namespace; - } - - /** - * Constructs a NamespaceAllowedTrigger from a plain JavaScript object, optionally creating a new instance. - * Copies all relevant properties from data to obj if supplied or a new instance if not. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @param {module:model/NamespaceAllowedTrigger} obj Optional instance to populate. - * @return {module:model/NamespaceAllowedTrigger} The populated NamespaceAllowedTrigger instance. - */ - static constructFromObject(data, obj) { - if (data) { - obj = obj || new NamespaceAllowedTrigger(); - - if (data.hasOwnProperty('namespace')) { - obj['namespace'] = ApiClient.convertToType(data['namespace'], 'String'); - } - if (data.hasOwnProperty('flowId')) { - obj['flowId'] = ApiClient.convertToType(data['flowId'], 'String'); - } - } - return obj; - } - - /** - * Validates the JSON data with respect to NamespaceAllowedTrigger. - * @param {Object} data The plain JavaScript object bearing properties of interest. - * @return {boolean} to indicate whether the JSON data is valid with respect to NamespaceAllowedTrigger. - */ - static validateJSON(data) { - // check to make sure all required properties are present in the JSON string - for (const property of NamespaceAllowedTrigger.RequiredProperties) { - if (!data.hasOwnProperty(property)) { - throw new Error("The required field `" + property + "` is not found in the JSON data: " + JSON.stringify(data)); - } - } - // ensure the json data is a string - if (data['namespace'] && !(typeof data['namespace'] === 'string' || data['namespace'] instanceof String)) { - throw new Error("Expected the field `namespace` to be a primitive type in the JSON string but got " + data['namespace']); - } - // ensure the json data is a string - if (data['flowId'] && !(typeof data['flowId'] === 'string' || data['flowId'] instanceof String)) { - throw new Error("Expected the field `flowId` to be a primitive type in the JSON string but got " + data['flowId']); - } - - return true; - } - - -} - -NamespaceAllowedTrigger.RequiredProperties = ["namespace"]; - -/** - * @member {String} namespace - */ -NamespaceAllowedTrigger.prototype['namespace'] = undefined; - -/** - * @member {String} flowId - */ -NamespaceAllowedTrigger.prototype['flowId'] = undefined; - - - - - - -export default NamespaceAllowedTrigger; - diff --git a/javascript/javascript-sdk/src/model/UsageEE.js b/javascript/javascript-sdk/src/model/UsageEE.js index f9c0749e6..7f24e2303 100644 --- a/javascript/javascript-sdk/src/model/UsageEE.js +++ b/javascript/javascript-sdk/src/model/UsageEE.js @@ -21,12 +21,12 @@ import UserUsage from './UserUsage'; /** * @typedef {Object} IUsageEE + * @property {FlowUsage} flows + * @property {ExecutionUsage} executions * @property {GroupUsage} groups * @property {UserUsage} users * @property {RoleUsage} roles * @property {TenantUsage} tenants - * @property {FlowUsage} flows - * @property {ExecutionUsage} executions */ /** @@ -65,6 +65,12 @@ class UsageEE { obj = obj || new UsageEE(); MiscControllerApiUsage.constructFromObject(data, obj); + if (data.hasOwnProperty('flows')) { + obj['flows'] = FlowUsage.constructFromObject(data['flows']); + } + if (data.hasOwnProperty('executions')) { + obj['executions'] = ExecutionUsage.constructFromObject(data['executions']); + } if (data.hasOwnProperty('groups')) { obj['groups'] = GroupUsage.constructFromObject(data['groups']); } @@ -77,12 +83,6 @@ class UsageEE { if (data.hasOwnProperty('tenants')) { obj['tenants'] = TenantUsage.constructFromObject(data['tenants']); } - if (data.hasOwnProperty('flows')) { - obj['flows'] = FlowUsage.constructFromObject(data['flows']); - } - if (data.hasOwnProperty('executions')) { - obj['executions'] = ExecutionUsage.constructFromObject(data['executions']); - } } return obj; } @@ -93,6 +93,14 @@ class UsageEE { * @return {boolean} to indicate whether the JSON data is valid with respect to UsageEE. */ static validateJSON(data) { + // validate the optional field `flows` + if (data['flows']) { // data not null + FlowUsage.validateJSON(data['flows']); + } + // validate the optional field `executions` + if (data['executions']) { // data not null + ExecutionUsage.validateJSON(data['executions']); + } // validate the optional field `groups` if (data['groups']) { // data not null GroupUsage.validateJSON(data['groups']); @@ -109,14 +117,6 @@ class UsageEE { if (data['tenants']) { // data not null TenantUsage.validateJSON(data['tenants']); } - // validate the optional field `flows` - if (data['flows']) { // data not null - FlowUsage.validateJSON(data['flows']); - } - // validate the optional field `executions` - if (data['executions']) { // data not null - ExecutionUsage.validateJSON(data['executions']); - } return true; } @@ -126,6 +126,16 @@ class UsageEE { +/** + * @member {module:model/FlowUsage} flows + */ +UsageEE.prototype['flows'] = undefined; + +/** + * @member {module:model/ExecutionUsage} executions + */ +UsageEE.prototype['executions'] = undefined; + /** * @member {module:model/GroupUsage} groups */ @@ -146,16 +156,6 @@ UsageEE.prototype['roles'] = undefined; */ UsageEE.prototype['tenants'] = undefined; -/** - * @member {module:model/FlowUsage} flows - */ -UsageEE.prototype['flows'] = undefined; - -/** - * @member {module:model/ExecutionUsage} executions - */ -UsageEE.prototype['executions'] = undefined; - // Implement MiscControllerApiUsage interface: /** From 229a94ec6aa04c4a87993c4b441cb1a59585b672 Mon Sep 17 00:00:00 2001 From: Roman Acevedo Date: Mon, 9 Feb 2026 16:58:23 +0100 Subject: [PATCH 3/3] feat(python): regenerate to cleanup unused objects following 01f8e6c50aa6a11056ec3db9cba920b20d23117a --- python/python-sdk/.openapi-generator/FILES | 36 ------ python/python-sdk/.openapi-generator/VERSION | 2 +- python/python-sdk/README.md | 20 +-- .../docs/AbstractMetricEntryObject.md | 34 ----- python/python-sdk/docs/AppResponse.md | 31 ----- python/python-sdk/docs/AppResponseUILayout.md | 29 ----- .../docs/ConversionServiceProvider.md | 29 ----- .../docs/ConvertibleMultiValuesString.md | 30 ----- .../docs/ConvertibleValuesListString.md | 30 ----- python/python-sdk/docs/EventAppResponse.md | 33 ----- python/python-sdk/docs/EventLogEntry.md | 33 ----- ...ollerApiValidateExecutionInputsResponse.md | 32 ----- ...eExecutionInputsResponseApiCheckFailure.md | 31 ----- ...ExecutionInputsResponseApiInputAndValue.md | 33 ----- ...ateExecutionInputsResponseApiInputError.md | 29 ----- .../docs/ExecutionControllerEvalResult.md | 31 ----- ...ExecutionRepositoryInterfaceChildFilter.md | 12 -- python/python-sdk/docs/FlowScope.md | 12 -- python/python-sdk/docs/HttpParameters.md | 30 ----- python/python-sdk/docs/Listener.md | 31 ----- .../docs/NamespaceAllowedTrigger.md | 30 ----- python/python-sdk/kestrapy/__init__.py | 36 ------ python/python-sdk/kestrapy/models/__init__.py | 18 --- .../models/abstract_metric_entry_object.py | 110 ---------------- .../kestrapy/models/app_response.py | 107 ---------------- .../kestrapy/models/app_response_ui_layout.py | 99 -------------- .../models/conversion_service_provider.py | 99 -------------- .../models/convertible_multi_values_string.py | 101 --------------- .../models/convertible_values_list_string.py | 101 --------------- .../kestrapy/models/event_app_response.py | 111 ---------------- .../kestrapy/models/event_log_entry.py | 111 ---------------- ..._api_validate_execution_inputs_response.py | 121 ------------------ ...ution_inputs_response_api_check_failure.py | 105 --------------- ...ion_inputs_response_api_input_and_value.py | 119 ----------------- ...ecution_inputs_response_api_input_error.py | 99 -------------- .../execution_controller_eval_result.py | 103 --------------- ...ution_repository_interface_child_filter.py | 36 ------ .../python-sdk/kestrapy/models/flow_scope.py | 36 ------ .../kestrapy/models/http_parameters.py | 101 --------------- python/python-sdk/kestrapy/models/listener.py | 120 ----------------- .../models/namespace_allowed_trigger.py | 101 --------------- 41 files changed, 2 insertions(+), 2410 deletions(-) delete mode 100755 python/python-sdk/docs/AbstractMetricEntryObject.md delete mode 100755 python/python-sdk/docs/AppResponse.md delete mode 100755 python/python-sdk/docs/AppResponseUILayout.md delete mode 100755 python/python-sdk/docs/ConversionServiceProvider.md delete mode 100755 python/python-sdk/docs/ConvertibleMultiValuesString.md delete mode 100755 python/python-sdk/docs/ConvertibleValuesListString.md delete mode 100755 python/python-sdk/docs/EventAppResponse.md delete mode 100755 python/python-sdk/docs/EventLogEntry.md delete mode 100755 python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponse.md delete mode 100644 python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md delete mode 100755 python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md delete mode 100755 python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md delete mode 100755 python/python-sdk/docs/ExecutionControllerEvalResult.md delete mode 100755 python/python-sdk/docs/ExecutionRepositoryInterfaceChildFilter.md delete mode 100755 python/python-sdk/docs/FlowScope.md delete mode 100755 python/python-sdk/docs/HttpParameters.md delete mode 100755 python/python-sdk/docs/Listener.md delete mode 100755 python/python-sdk/docs/NamespaceAllowedTrigger.md delete mode 100755 python/python-sdk/kestrapy/models/abstract_metric_entry_object.py delete mode 100755 python/python-sdk/kestrapy/models/app_response.py delete mode 100755 python/python-sdk/kestrapy/models/app_response_ui_layout.py delete mode 100755 python/python-sdk/kestrapy/models/conversion_service_provider.py delete mode 100755 python/python-sdk/kestrapy/models/convertible_multi_values_string.py delete mode 100755 python/python-sdk/kestrapy/models/convertible_values_list_string.py delete mode 100755 python/python-sdk/kestrapy/models/event_app_response.py delete mode 100755 python/python-sdk/kestrapy/models/event_log_entry.py delete mode 100755 python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response.py delete mode 100644 python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_check_failure.py delete mode 100755 python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_input_and_value.py delete mode 100755 python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_input_error.py delete mode 100755 python/python-sdk/kestrapy/models/execution_controller_eval_result.py delete mode 100755 python/python-sdk/kestrapy/models/execution_repository_interface_child_filter.py delete mode 100755 python/python-sdk/kestrapy/models/flow_scope.py delete mode 100755 python/python-sdk/kestrapy/models/http_parameters.py delete mode 100755 python/python-sdk/kestrapy/models/listener.py delete mode 100755 python/python-sdk/kestrapy/models/namespace_allowed_trigger.py diff --git a/python/python-sdk/.openapi-generator/FILES b/python/python-sdk/.openapi-generator/FILES index 85dc0ccbb..4ded69234 100644 --- a/python/python-sdk/.openapi-generator/FILES +++ b/python/python-sdk/.openapi-generator/FILES @@ -6,7 +6,6 @@ README.md docs/AbstractFlow.md docs/AbstractGraph.md docs/AbstractGraphBranchType.md -docs/AbstractMetricEntryObject.md docs/AbstractTrigger.md docs/AbstractTriggerForExecution.md docs/AbstractUser.md @@ -28,8 +27,6 @@ docs/ApiTenantSummary.md docs/ApiToken.md docs/ApiTokenList.md docs/ApiUser.md -docs/AppResponse.md -docs/AppResponseUILayout.md docs/AppsControllerApiApp.md docs/AppsControllerApiAppCatalogItem.md docs/AppsControllerApiAppSource.md @@ -95,9 +92,6 @@ docs/Concurrency.md docs/ConcurrencyBehavior.md docs/ConcurrencyLimit.md docs/Condition.md -docs/ConversionServiceProvider.md -docs/ConvertibleMultiValuesString.md -docs/ConvertibleValuesListString.md docs/CreateApiTokenRequest.md docs/CreateApiTokenResponse.md docs/CreateNamespaceFileRequest.md @@ -114,17 +108,10 @@ docs/DependsOn.md docs/DocumentationWithSchema.md docs/EditionProviderEdition.md docs/Email.md -docs/EventAppResponse.md docs/EventExecution.md docs/EventExecutionStatusEvent.md -docs/EventLogEntry.md docs/ExecutableTaskSubflowId.md docs/Execution.md -docs/ExecutionControllerApiValidateExecutionInputsResponse.md -docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md -docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md -docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md -docs/ExecutionControllerEvalResult.md docs/ExecutionControllerExecutionResponse.md docs/ExecutionControllerLastExecutionResponse.md docs/ExecutionControllerSetLabelsByIdsRequest.md @@ -132,7 +119,6 @@ docs/ExecutionControllerStateRequest.md docs/ExecutionControllerWebhookResponse.md docs/ExecutionKind.md docs/ExecutionMetadata.md -docs/ExecutionRepositoryInterfaceChildFilter.md docs/ExecutionRepositoryInterfaceFlowFilter.md docs/ExecutionStatusEvent.md docs/ExecutionTrigger.md @@ -154,7 +140,6 @@ docs/FlowId.md docs/FlowInterface.md docs/FlowNode.md docs/FlowRelation.md -docs/FlowScope.md docs/FlowTopologyGraph.md docs/FlowTopologyGraphEdge.md docs/FlowUsage.md @@ -164,7 +149,6 @@ docs/GroupIdentifier.md docs/GroupIdentifierMembership.md docs/GroupUsage.md docs/GroupsApi.md -docs/HttpParameters.md docs/IAMBindingControllerApiBindingDetail.md docs/IAMBindingControllerApiBindingGroup.md docs/IAMBindingControllerApiBindingUser.md @@ -237,7 +221,6 @@ docs/KVType.md docs/Label.md docs/LeftSidebarConfiguration.md docs/Level.md -docs/Listener.md docs/LogEntry.md docs/MapObjectObject.md docs/MeControllerApiMe.md @@ -263,7 +246,6 @@ docs/ModelSchema.md docs/Name.md docs/Namespace.md docs/NamespaceAllowedNamespace.md -docs/NamespaceAllowedTrigger.md docs/NamespaceFileRevision.md docs/NamespaceLight.md docs/NamespacesApi.md @@ -443,7 +425,6 @@ kestrapy/models/__init__.py kestrapy/models/abstract_flow.py kestrapy/models/abstract_graph.py kestrapy/models/abstract_graph_branch_type.py -kestrapy/models/abstract_metric_entry_object.py kestrapy/models/abstract_trigger.py kestrapy/models/abstract_trigger_for_execution.py kestrapy/models/abstract_user.py @@ -465,8 +446,6 @@ kestrapy/models/api_tenant_summary.py kestrapy/models/api_token.py kestrapy/models/api_token_list.py kestrapy/models/api_user.py -kestrapy/models/app_response.py -kestrapy/models/app_response_ui_layout.py kestrapy/models/apps_controller_api_app.py kestrapy/models/apps_controller_api_app_catalog_item.py kestrapy/models/apps_controller_api_app_source.py @@ -532,9 +511,6 @@ kestrapy/models/concurrency.py kestrapy/models/concurrency_behavior.py kestrapy/models/concurrency_limit.py kestrapy/models/condition.py -kestrapy/models/conversion_service_provider.py -kestrapy/models/convertible_multi_values_string.py -kestrapy/models/convertible_values_list_string.py kestrapy/models/create_api_token_request.py kestrapy/models/create_api_token_response.py kestrapy/models/create_namespace_file_request.py @@ -551,17 +527,10 @@ kestrapy/models/depends_on.py kestrapy/models/documentation_with_schema.py kestrapy/models/edition_provider_edition.py kestrapy/models/email.py -kestrapy/models/event_app_response.py kestrapy/models/event_execution.py kestrapy/models/event_execution_status_event.py -kestrapy/models/event_log_entry.py kestrapy/models/executable_task_subflow_id.py kestrapy/models/execution.py -kestrapy/models/execution_controller_api_validate_execution_inputs_response.py -kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_check_failure.py -kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_input_and_value.py -kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_input_error.py -kestrapy/models/execution_controller_eval_result.py kestrapy/models/execution_controller_execution_response.py kestrapy/models/execution_controller_last_execution_response.py kestrapy/models/execution_controller_set_labels_by_ids_request.py @@ -569,7 +538,6 @@ kestrapy/models/execution_controller_state_request.py kestrapy/models/execution_controller_webhook_response.py kestrapy/models/execution_kind.py kestrapy/models/execution_metadata.py -kestrapy/models/execution_repository_interface_child_filter.py kestrapy/models/execution_repository_interface_flow_filter.py kestrapy/models/execution_status_event.py kestrapy/models/execution_trigger.py @@ -590,7 +558,6 @@ kestrapy/models/flow_id.py kestrapy/models/flow_interface.py kestrapy/models/flow_node.py kestrapy/models/flow_relation.py -kestrapy/models/flow_scope.py kestrapy/models/flow_topology_graph.py kestrapy/models/flow_topology_graph_edge.py kestrapy/models/flow_usage.py @@ -598,7 +565,6 @@ kestrapy/models/flow_with_source.py kestrapy/models/group_identifier.py kestrapy/models/group_identifier_membership.py kestrapy/models/group_usage.py -kestrapy/models/http_parameters.py kestrapy/models/iam_binding_controller_api_binding_detail.py kestrapy/models/iam_binding_controller_api_binding_group.py kestrapy/models/iam_binding_controller_api_binding_user.py @@ -670,7 +636,6 @@ kestrapy/models/kv_type.py kestrapy/models/label.py kestrapy/models/left_sidebar_configuration.py kestrapy/models/level.py -kestrapy/models/listener.py kestrapy/models/log_entry.py kestrapy/models/map_object_object.py kestrapy/models/me_controller_api_me.py @@ -696,7 +661,6 @@ kestrapy/models/model_schema.py kestrapy/models/name.py kestrapy/models/namespace.py kestrapy/models/namespace_allowed_namespace.py -kestrapy/models/namespace_allowed_trigger.py kestrapy/models/namespace_file_revision.py kestrapy/models/namespace_light.py kestrapy/models/output.py diff --git a/python/python-sdk/.openapi-generator/VERSION b/python/python-sdk/.openapi-generator/VERSION index 971ecb25a..1b2d969d1 100755 --- a/python/python-sdk/.openapi-generator/VERSION +++ b/python/python-sdk/.openapi-generator/VERSION @@ -1 +1 @@ -7.16.0 +7.18.0 diff --git a/python/python-sdk/README.md b/python/python-sdk/README.md index ac833b934..b70198370 100755 --- a/python/python-sdk/README.md +++ b/python/python-sdk/README.md @@ -6,7 +6,7 @@ This Python package is automatically generated by the [OpenAPI Generator](https: - API version: 1.2.0 - Package version: 1.0.8 -- Generator version: 7.16.0 +- Generator version: 7.18.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen ## Requirements. @@ -289,7 +289,6 @@ Class | Method | HTTP request | Description - [AbstractFlow](docs/AbstractFlow.md) - [AbstractGraph](docs/AbstractGraph.md) - [AbstractGraphBranchType](docs/AbstractGraphBranchType.md) - - [AbstractMetricEntryObject](docs/AbstractMetricEntryObject.md) - [AbstractTrigger](docs/AbstractTrigger.md) - [AbstractTriggerForExecution](docs/AbstractTriggerForExecution.md) - [AbstractUser](docs/AbstractUser.md) @@ -311,8 +310,6 @@ Class | Method | HTTP request | Description - [ApiToken](docs/ApiToken.md) - [ApiTokenList](docs/ApiTokenList.md) - [ApiUser](docs/ApiUser.md) - - [AppResponse](docs/AppResponse.md) - - [AppResponseUILayout](docs/AppResponseUILayout.md) - [AppsControllerApiApp](docs/AppsControllerApiApp.md) - [AppsControllerApiAppCatalogItem](docs/AppsControllerApiAppCatalogItem.md) - [AppsControllerApiAppSource](docs/AppsControllerApiAppSource.md) @@ -378,9 +375,6 @@ Class | Method | HTTP request | Description - [ConcurrencyBehavior](docs/ConcurrencyBehavior.md) - [ConcurrencyLimit](docs/ConcurrencyLimit.md) - [Condition](docs/Condition.md) - - [ConversionServiceProvider](docs/ConversionServiceProvider.md) - - [ConvertibleMultiValuesString](docs/ConvertibleMultiValuesString.md) - - [ConvertibleValuesListString](docs/ConvertibleValuesListString.md) - [CreateApiTokenRequest](docs/CreateApiTokenRequest.md) - [CreateApiTokenResponse](docs/CreateApiTokenResponse.md) - [CreateNamespaceFileRequest](docs/CreateNamespaceFileRequest.md) @@ -397,17 +391,10 @@ Class | Method | HTTP request | Description - [DocumentationWithSchema](docs/DocumentationWithSchema.md) - [EditionProviderEdition](docs/EditionProviderEdition.md) - [Email](docs/Email.md) - - [EventAppResponse](docs/EventAppResponse.md) - [EventExecution](docs/EventExecution.md) - [EventExecutionStatusEvent](docs/EventExecutionStatusEvent.md) - - [EventLogEntry](docs/EventLogEntry.md) - [ExecutableTaskSubflowId](docs/ExecutableTaskSubflowId.md) - [Execution](docs/Execution.md) - - [ExecutionControllerApiValidateExecutionInputsResponse](docs/ExecutionControllerApiValidateExecutionInputsResponse.md) - - [ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure](docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md) - - [ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue](docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md) - - [ExecutionControllerApiValidateExecutionInputsResponseApiInputError](docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md) - - [ExecutionControllerEvalResult](docs/ExecutionControllerEvalResult.md) - [ExecutionControllerExecutionResponse](docs/ExecutionControllerExecutionResponse.md) - [ExecutionControllerLastExecutionResponse](docs/ExecutionControllerLastExecutionResponse.md) - [ExecutionControllerSetLabelsByIdsRequest](docs/ExecutionControllerSetLabelsByIdsRequest.md) @@ -415,7 +402,6 @@ Class | Method | HTTP request | Description - [ExecutionControllerWebhookResponse](docs/ExecutionControllerWebhookResponse.md) - [ExecutionKind](docs/ExecutionKind.md) - [ExecutionMetadata](docs/ExecutionMetadata.md) - - [ExecutionRepositoryInterfaceChildFilter](docs/ExecutionRepositoryInterfaceChildFilter.md) - [ExecutionRepositoryInterfaceFlowFilter](docs/ExecutionRepositoryInterfaceFlowFilter.md) - [ExecutionStatusEvent](docs/ExecutionStatusEvent.md) - [ExecutionTrigger](docs/ExecutionTrigger.md) @@ -436,7 +422,6 @@ Class | Method | HTTP request | Description - [FlowInterface](docs/FlowInterface.md) - [FlowNode](docs/FlowNode.md) - [FlowRelation](docs/FlowRelation.md) - - [FlowScope](docs/FlowScope.md) - [FlowTopologyGraph](docs/FlowTopologyGraph.md) - [FlowTopologyGraphEdge](docs/FlowTopologyGraphEdge.md) - [FlowUsage](docs/FlowUsage.md) @@ -444,7 +429,6 @@ Class | Method | HTTP request | Description - [GroupIdentifier](docs/GroupIdentifier.md) - [GroupIdentifierMembership](docs/GroupIdentifierMembership.md) - [GroupUsage](docs/GroupUsage.md) - - [HttpParameters](docs/HttpParameters.md) - [IAMBindingControllerApiBindingDetail](docs/IAMBindingControllerApiBindingDetail.md) - [IAMBindingControllerApiBindingGroup](docs/IAMBindingControllerApiBindingGroup.md) - [IAMBindingControllerApiBindingUser](docs/IAMBindingControllerApiBindingUser.md) @@ -516,7 +500,6 @@ Class | Method | HTTP request | Description - [Label](docs/Label.md) - [LeftSidebarConfiguration](docs/LeftSidebarConfiguration.md) - [Level](docs/Level.md) - - [Listener](docs/Listener.md) - [LogEntry](docs/LogEntry.md) - [MapObjectObject](docs/MapObjectObject.md) - [MeControllerApiMe](docs/MeControllerApiMe.md) @@ -542,7 +525,6 @@ Class | Method | HTTP request | Description - [Name](docs/Name.md) - [Namespace](docs/Namespace.md) - [NamespaceAllowedNamespace](docs/NamespaceAllowedNamespace.md) - - [NamespaceAllowedTrigger](docs/NamespaceAllowedTrigger.md) - [NamespaceFileRevision](docs/NamespaceFileRevision.md) - [NamespaceLight](docs/NamespaceLight.md) - [Output](docs/Output.md) diff --git a/python/python-sdk/docs/AbstractMetricEntryObject.md b/python/python-sdk/docs/AbstractMetricEntryObject.md deleted file mode 100755 index bcc8b32dc..000000000 --- a/python/python-sdk/docs/AbstractMetricEntryObject.md +++ /dev/null @@ -1,34 +0,0 @@ -# AbstractMetricEntryObject - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**type** | **str** | | [optional] -**value** | **object** | | [optional] -**name** | **str** | | -**description** | **str** | | [optional] -**tags** | **Dict[str, str]** | | [optional] -**timestamp** | **datetime** | | [optional] - -## Example - -```python -from kestrapy.models.abstract_metric_entry_object import AbstractMetricEntryObject - -# TODO update the JSON string below -json = "{}" -# create an instance of AbstractMetricEntryObject from a JSON string -abstract_metric_entry_object_instance = AbstractMetricEntryObject.from_json(json) -# print the JSON string representation of the object -print(AbstractMetricEntryObject.to_json()) - -# convert the object into a dict -abstract_metric_entry_object_dict = abstract_metric_entry_object_instance.to_dict() -# create an instance of AbstractMetricEntryObject from a dict -abstract_metric_entry_object_from_dict = AbstractMetricEntryObject.from_dict(abstract_metric_entry_object_dict) -``` -[[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/python/python-sdk/docs/AppResponse.md b/python/python-sdk/docs/AppResponse.md deleted file mode 100755 index c64ec08cb..000000000 --- a/python/python-sdk/docs/AppResponse.md +++ /dev/null @@ -1,31 +0,0 @@ -# AppResponse - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**dispatch** | **str** | | [optional] -**stream** | **str** | | [optional] -**layout** | [**AppResponseUILayout**](AppResponseUILayout.md) | | [optional] - -## Example - -```python -from kestrapy.models.app_response import AppResponse - -# TODO update the JSON string below -json = "{}" -# create an instance of AppResponse from a JSON string -app_response_instance = AppResponse.from_json(json) -# print the JSON string representation of the object -print(AppResponse.to_json()) - -# convert the object into a dict -app_response_dict = app_response_instance.to_dict() -# create an instance of AppResponse from a dict -app_response_from_dict = AppResponse.from_dict(app_response_dict) -``` -[[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/python/python-sdk/docs/AppResponseUILayout.md b/python/python-sdk/docs/AppResponseUILayout.md deleted file mode 100755 index 0c5622ffb..000000000 --- a/python/python-sdk/docs/AppResponseUILayout.md +++ /dev/null @@ -1,29 +0,0 @@ -# AppResponseUILayout - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**blocks** | **List[object]** | | [optional] - -## Example - -```python -from kestrapy.models.app_response_ui_layout import AppResponseUILayout - -# TODO update the JSON string below -json = "{}" -# create an instance of AppResponseUILayout from a JSON string -app_response_ui_layout_instance = AppResponseUILayout.from_json(json) -# print the JSON string representation of the object -print(AppResponseUILayout.to_json()) - -# convert the object into a dict -app_response_ui_layout_dict = app_response_ui_layout_instance.to_dict() -# create an instance of AppResponseUILayout from a dict -app_response_ui_layout_from_dict = AppResponseUILayout.from_dict(app_response_ui_layout_dict) -``` -[[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/python/python-sdk/docs/ConversionServiceProvider.md b/python/python-sdk/docs/ConversionServiceProvider.md deleted file mode 100755 index 1e93cfdfd..000000000 --- a/python/python-sdk/docs/ConversionServiceProvider.md +++ /dev/null @@ -1,29 +0,0 @@ -# ConversionServiceProvider - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**conversion_service** | **object** | | - -## Example - -```python -from kestrapy.models.conversion_service_provider import ConversionServiceProvider - -# TODO update the JSON string below -json = "{}" -# create an instance of ConversionServiceProvider from a JSON string -conversion_service_provider_instance = ConversionServiceProvider.from_json(json) -# print the JSON string representation of the object -print(ConversionServiceProvider.to_json()) - -# convert the object into a dict -conversion_service_provider_dict = conversion_service_provider_instance.to_dict() -# create an instance of ConversionServiceProvider from a dict -conversion_service_provider_from_dict = ConversionServiceProvider.from_dict(conversion_service_provider_dict) -``` -[[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/python/python-sdk/docs/ConvertibleMultiValuesString.md b/python/python-sdk/docs/ConvertibleMultiValuesString.md deleted file mode 100755 index f5f8f0c15..000000000 --- a/python/python-sdk/docs/ConvertibleMultiValuesString.md +++ /dev/null @@ -1,30 +0,0 @@ -# ConvertibleMultiValuesString - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**conversion_service** | **object** | | -**empty** | **bool** | | [optional] - -## Example - -```python -from kestrapy.models.convertible_multi_values_string import ConvertibleMultiValuesString - -# TODO update the JSON string below -json = "{}" -# create an instance of ConvertibleMultiValuesString from a JSON string -convertible_multi_values_string_instance = ConvertibleMultiValuesString.from_json(json) -# print the JSON string representation of the object -print(ConvertibleMultiValuesString.to_json()) - -# convert the object into a dict -convertible_multi_values_string_dict = convertible_multi_values_string_instance.to_dict() -# create an instance of ConvertibleMultiValuesString from a dict -convertible_multi_values_string_from_dict = ConvertibleMultiValuesString.from_dict(convertible_multi_values_string_dict) -``` -[[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/python/python-sdk/docs/ConvertibleValuesListString.md b/python/python-sdk/docs/ConvertibleValuesListString.md deleted file mode 100755 index f854454d0..000000000 --- a/python/python-sdk/docs/ConvertibleValuesListString.md +++ /dev/null @@ -1,30 +0,0 @@ -# ConvertibleValuesListString - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**conversion_service** | **object** | | -**empty** | **bool** | | [optional] - -## Example - -```python -from kestrapy.models.convertible_values_list_string import ConvertibleValuesListString - -# TODO update the JSON string below -json = "{}" -# create an instance of ConvertibleValuesListString from a JSON string -convertible_values_list_string_instance = ConvertibleValuesListString.from_json(json) -# print the JSON string representation of the object -print(ConvertibleValuesListString.to_json()) - -# convert the object into a dict -convertible_values_list_string_dict = convertible_values_list_string_instance.to_dict() -# create an instance of ConvertibleValuesListString from a dict -convertible_values_list_string_from_dict = ConvertibleValuesListString.from_dict(convertible_values_list_string_dict) -``` -[[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/python/python-sdk/docs/EventAppResponse.md b/python/python-sdk/docs/EventAppResponse.md deleted file mode 100755 index 5768bf2e7..000000000 --- a/python/python-sdk/docs/EventAppResponse.md +++ /dev/null @@ -1,33 +0,0 @@ -# EventAppResponse - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**data** | [**AppResponse**](AppResponse.md) | | [optional] -**id** | **str** | | [optional] -**name** | **str** | | [optional] -**comment** | **str** | | [optional] -**retry** | **str** | | [optional] - -## Example - -```python -from kestrapy.models.event_app_response import EventAppResponse - -# TODO update the JSON string below -json = "{}" -# create an instance of EventAppResponse from a JSON string -event_app_response_instance = EventAppResponse.from_json(json) -# print the JSON string representation of the object -print(EventAppResponse.to_json()) - -# convert the object into a dict -event_app_response_dict = event_app_response_instance.to_dict() -# create an instance of EventAppResponse from a dict -event_app_response_from_dict = EventAppResponse.from_dict(event_app_response_dict) -``` -[[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/python/python-sdk/docs/EventLogEntry.md b/python/python-sdk/docs/EventLogEntry.md deleted file mode 100755 index 0f8c36010..000000000 --- a/python/python-sdk/docs/EventLogEntry.md +++ /dev/null @@ -1,33 +0,0 @@ -# EventLogEntry - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**data** | [**LogEntry**](LogEntry.md) | | [optional] -**id** | **str** | | [optional] -**name** | **str** | | [optional] -**comment** | **str** | | [optional] -**retry** | **str** | | [optional] - -## Example - -```python -from kestrapy.models.event_log_entry import EventLogEntry - -# TODO update the JSON string below -json = "{}" -# create an instance of EventLogEntry from a JSON string -event_log_entry_instance = EventLogEntry.from_json(json) -# print the JSON string representation of the object -print(EventLogEntry.to_json()) - -# convert the object into a dict -event_log_entry_dict = event_log_entry_instance.to_dict() -# create an instance of EventLogEntry from a dict -event_log_entry_from_dict = EventLogEntry.from_dict(event_log_entry_dict) -``` -[[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/python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponse.md b/python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponse.md deleted file mode 100755 index 5754cb8c7..000000000 --- a/python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponse.md +++ /dev/null @@ -1,32 +0,0 @@ -# ExecutionControllerApiValidateExecutionInputsResponse - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**id** | **str** | | [optional] -**namespace** | **str** | | [optional] -**inputs** | [**List[ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue]**](ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md) | | [optional] -**checks** | [**List[ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure]**](ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md) | | [optional] - -## Example - -```python -from kestrapy.models.execution_controller_api_validate_execution_inputs_response import ExecutionControllerApiValidateExecutionInputsResponse - -# TODO update the JSON string below -json = "{}" -# create an instance of ExecutionControllerApiValidateExecutionInputsResponse from a JSON string -execution_controller_api_validate_execution_inputs_response_instance = ExecutionControllerApiValidateExecutionInputsResponse.from_json(json) -# print the JSON string representation of the object -print(ExecutionControllerApiValidateExecutionInputsResponse.to_json()) - -# convert the object into a dict -execution_controller_api_validate_execution_inputs_response_dict = execution_controller_api_validate_execution_inputs_response_instance.to_dict() -# create an instance of ExecutionControllerApiValidateExecutionInputsResponse from a dict -execution_controller_api_validate_execution_inputs_response_from_dict = ExecutionControllerApiValidateExecutionInputsResponse.from_dict(execution_controller_api_validate_execution_inputs_response_dict) -``` -[[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/python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md b/python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md deleted file mode 100644 index 620424a73..000000000 --- a/python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md +++ /dev/null @@ -1,31 +0,0 @@ -# ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**message** | **str** | | [optional] -**style** | [**CheckStyle**](CheckStyle.md) | | [optional] -**behavior** | [**CheckBehavior**](CheckBehavior.md) | | [optional] - -## Example - -```python -from kestrapy.models.execution_controller_api_validate_execution_inputs_response_api_check_failure import ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure - -# TODO update the JSON string below -json = "{}" -# create an instance of ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure from a JSON string -execution_controller_api_validate_execution_inputs_response_api_check_failure_instance = ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.from_json(json) -# print the JSON string representation of the object -print(ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.to_json()) - -# convert the object into a dict -execution_controller_api_validate_execution_inputs_response_api_check_failure_dict = execution_controller_api_validate_execution_inputs_response_api_check_failure_instance.to_dict() -# create an instance of ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure from a dict -execution_controller_api_validate_execution_inputs_response_api_check_failure_from_dict = ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.from_dict(execution_controller_api_validate_execution_inputs_response_api_check_failure_dict) -``` -[[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/python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md b/python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md deleted file mode 100755 index 2a8115066..000000000 --- a/python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md +++ /dev/null @@ -1,33 +0,0 @@ -# ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**input** | [**InputObject**](InputObject.md) | | [optional] -**value** | **object** | | [optional] -**enabled** | **bool** | | [optional] -**is_default** | **bool** | | [optional] -**errors** | [**List[ExecutionControllerApiValidateExecutionInputsResponseApiInputError]**](ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md) | | [optional] - -## Example - -```python -from kestrapy.models.execution_controller_api_validate_execution_inputs_response_api_input_and_value import ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue - -# TODO update the JSON string below -json = "{}" -# create an instance of ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue from a JSON string -execution_controller_api_validate_execution_inputs_response_api_input_and_value_instance = ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.from_json(json) -# print the JSON string representation of the object -print(ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.to_json()) - -# convert the object into a dict -execution_controller_api_validate_execution_inputs_response_api_input_and_value_dict = execution_controller_api_validate_execution_inputs_response_api_input_and_value_instance.to_dict() -# create an instance of ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue from a dict -execution_controller_api_validate_execution_inputs_response_api_input_and_value_from_dict = ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.from_dict(execution_controller_api_validate_execution_inputs_response_api_input_and_value_dict) -``` -[[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/python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md b/python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md deleted file mode 100755 index 0c0397d63..000000000 --- a/python/python-sdk/docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md +++ /dev/null @@ -1,29 +0,0 @@ -# ExecutionControllerApiValidateExecutionInputsResponseApiInputError - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**message** | **str** | | [optional] - -## Example - -```python -from kestrapy.models.execution_controller_api_validate_execution_inputs_response_api_input_error import ExecutionControllerApiValidateExecutionInputsResponseApiInputError - -# TODO update the JSON string below -json = "{}" -# create an instance of ExecutionControllerApiValidateExecutionInputsResponseApiInputError from a JSON string -execution_controller_api_validate_execution_inputs_response_api_input_error_instance = ExecutionControllerApiValidateExecutionInputsResponseApiInputError.from_json(json) -# print the JSON string representation of the object -print(ExecutionControllerApiValidateExecutionInputsResponseApiInputError.to_json()) - -# convert the object into a dict -execution_controller_api_validate_execution_inputs_response_api_input_error_dict = execution_controller_api_validate_execution_inputs_response_api_input_error_instance.to_dict() -# create an instance of ExecutionControllerApiValidateExecutionInputsResponseApiInputError from a dict -execution_controller_api_validate_execution_inputs_response_api_input_error_from_dict = ExecutionControllerApiValidateExecutionInputsResponseApiInputError.from_dict(execution_controller_api_validate_execution_inputs_response_api_input_error_dict) -``` -[[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/python/python-sdk/docs/ExecutionControllerEvalResult.md b/python/python-sdk/docs/ExecutionControllerEvalResult.md deleted file mode 100755 index c819731e4..000000000 --- a/python/python-sdk/docs/ExecutionControllerEvalResult.md +++ /dev/null @@ -1,31 +0,0 @@ -# ExecutionControllerEvalResult - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**result** | **str** | | [optional] -**error** | **str** | | [optional] -**stack_trace** | **str** | | [optional] - -## Example - -```python -from kestrapy.models.execution_controller_eval_result import ExecutionControllerEvalResult - -# TODO update the JSON string below -json = "{}" -# create an instance of ExecutionControllerEvalResult from a JSON string -execution_controller_eval_result_instance = ExecutionControllerEvalResult.from_json(json) -# print the JSON string representation of the object -print(ExecutionControllerEvalResult.to_json()) - -# convert the object into a dict -execution_controller_eval_result_dict = execution_controller_eval_result_instance.to_dict() -# create an instance of ExecutionControllerEvalResult from a dict -execution_controller_eval_result_from_dict = ExecutionControllerEvalResult.from_dict(execution_controller_eval_result_dict) -``` -[[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/python/python-sdk/docs/ExecutionRepositoryInterfaceChildFilter.md b/python/python-sdk/docs/ExecutionRepositoryInterfaceChildFilter.md deleted file mode 100755 index 3c5592aa7..000000000 --- a/python/python-sdk/docs/ExecutionRepositoryInterfaceChildFilter.md +++ /dev/null @@ -1,12 +0,0 @@ -# ExecutionRepositoryInterfaceChildFilter - - -## Enum - -* `CHILD` (value: `'CHILD'`) - -* `MAIN` (value: `'MAIN'`) - -[[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/python/python-sdk/docs/FlowScope.md b/python/python-sdk/docs/FlowScope.md deleted file mode 100755 index bda98199a..000000000 --- a/python/python-sdk/docs/FlowScope.md +++ /dev/null @@ -1,12 +0,0 @@ -# FlowScope - - -## Enum - -* `USER` (value: `'USER'`) - -* `SYSTEM` (value: `'SYSTEM'`) - -[[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/python/python-sdk/docs/HttpParameters.md b/python/python-sdk/docs/HttpParameters.md deleted file mode 100755 index f389f8c8a..000000000 --- a/python/python-sdk/docs/HttpParameters.md +++ /dev/null @@ -1,30 +0,0 @@ -# HttpParameters - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**conversion_service** | **object** | | -**empty** | **bool** | | [optional] - -## Example - -```python -from kestrapy.models.http_parameters import HttpParameters - -# TODO update the JSON string below -json = "{}" -# create an instance of HttpParameters from a JSON string -http_parameters_instance = HttpParameters.from_json(json) -# print the JSON string representation of the object -print(HttpParameters.to_json()) - -# convert the object into a dict -http_parameters_dict = http_parameters_instance.to_dict() -# create an instance of HttpParameters from a dict -http_parameters_from_dict = HttpParameters.from_dict(http_parameters_dict) -``` -[[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/python/python-sdk/docs/Listener.md b/python/python-sdk/docs/Listener.md deleted file mode 100755 index 7ed4f96c9..000000000 --- a/python/python-sdk/docs/Listener.md +++ /dev/null @@ -1,31 +0,0 @@ -# Listener - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**description** | **str** | | [optional] -**conditions** | [**List[Condition]**](Condition.md) | | [optional] -**tasks** | [**List[Task]**](Task.md) | | - -## Example - -```python -from kestrapy.models.listener import Listener - -# TODO update the JSON string below -json = "{}" -# create an instance of Listener from a JSON string -listener_instance = Listener.from_json(json) -# print the JSON string representation of the object -print(Listener.to_json()) - -# convert the object into a dict -listener_dict = listener_instance.to_dict() -# create an instance of Listener from a dict -listener_from_dict = Listener.from_dict(listener_dict) -``` -[[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/python/python-sdk/docs/NamespaceAllowedTrigger.md b/python/python-sdk/docs/NamespaceAllowedTrigger.md deleted file mode 100755 index 3e520b7b5..000000000 --- a/python/python-sdk/docs/NamespaceAllowedTrigger.md +++ /dev/null @@ -1,30 +0,0 @@ -# NamespaceAllowedTrigger - - -## Properties - -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**namespace** | **str** | | -**flow_id** | **str** | | [optional] - -## Example - -```python -from kestrapy.models.namespace_allowed_trigger import NamespaceAllowedTrigger - -# TODO update the JSON string below -json = "{}" -# create an instance of NamespaceAllowedTrigger from a JSON string -namespace_allowed_trigger_instance = NamespaceAllowedTrigger.from_json(json) -# print the JSON string representation of the object -print(NamespaceAllowedTrigger.to_json()) - -# convert the object into a dict -namespace_allowed_trigger_dict = namespace_allowed_trigger_instance.to_dict() -# create an instance of NamespaceAllowedTrigger from a dict -namespace_allowed_trigger_from_dict = NamespaceAllowedTrigger.from_dict(namespace_allowed_trigger_dict) -``` -[[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/python/python-sdk/kestrapy/__init__.py b/python/python-sdk/kestrapy/__init__.py index 4a01e0413..0b35c722c 100755 --- a/python/python-sdk/kestrapy/__init__.py +++ b/python/python-sdk/kestrapy/__init__.py @@ -37,7 +37,6 @@ "AbstractFlow", "AbstractGraph", "AbstractGraphBranchType", - "AbstractMetricEntryObject", "AbstractTrigger", "AbstractTriggerForExecution", "AbstractUser", @@ -59,8 +58,6 @@ "ApiToken", "ApiTokenList", "ApiUser", - "AppResponse", - "AppResponseUILayout", "AppsControllerApiApp", "AppsControllerApiAppCatalogItem", "AppsControllerApiAppSource", @@ -126,9 +123,6 @@ "ConcurrencyBehavior", "ConcurrencyLimit", "Condition", - "ConversionServiceProvider", - "ConvertibleMultiValuesString", - "ConvertibleValuesListString", "CreateApiTokenRequest", "CreateApiTokenResponse", "CreateNamespaceFileRequest", @@ -145,17 +139,10 @@ "DocumentationWithSchema", "EditionProviderEdition", "Email", - "EventAppResponse", "EventExecution", "EventExecutionStatusEvent", - "EventLogEntry", "ExecutableTaskSubflowId", "Execution", - "ExecutionControllerApiValidateExecutionInputsResponse", - "ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure", - "ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue", - "ExecutionControllerApiValidateExecutionInputsResponseApiInputError", - "ExecutionControllerEvalResult", "ExecutionControllerExecutionResponse", "ExecutionControllerLastExecutionResponse", "ExecutionControllerSetLabelsByIdsRequest", @@ -163,7 +150,6 @@ "ExecutionControllerWebhookResponse", "ExecutionKind", "ExecutionMetadata", - "ExecutionRepositoryInterfaceChildFilter", "ExecutionRepositoryInterfaceFlowFilter", "ExecutionStatusEvent", "ExecutionTrigger", @@ -184,7 +170,6 @@ "FlowInterface", "FlowNode", "FlowRelation", - "FlowScope", "FlowTopologyGraph", "FlowTopologyGraphEdge", "FlowUsage", @@ -192,7 +177,6 @@ "GroupIdentifier", "GroupIdentifierMembership", "GroupUsage", - "HttpParameters", "IAMBindingControllerApiBindingDetail", "IAMBindingControllerApiBindingGroup", "IAMBindingControllerApiBindingUser", @@ -264,7 +248,6 @@ "Label", "LeftSidebarConfiguration", "Level", - "Listener", "LogEntry", "MapObjectObject", "MeControllerApiMe", @@ -290,7 +273,6 @@ "Name", "Namespace", "NamespaceAllowedNamespace", - "NamespaceAllowedTrigger", "NamespaceFileRevision", "NamespaceLight", "Output", @@ -473,7 +455,6 @@ from kestrapy.models.abstract_flow import AbstractFlow as AbstractFlow from kestrapy.models.abstract_graph import AbstractGraph as AbstractGraph from kestrapy.models.abstract_graph_branch_type import AbstractGraphBranchType as AbstractGraphBranchType -from kestrapy.models.abstract_metric_entry_object import AbstractMetricEntryObject as AbstractMetricEntryObject from kestrapy.models.abstract_trigger import AbstractTrigger as AbstractTrigger from kestrapy.models.abstract_trigger_for_execution import AbstractTriggerForExecution as AbstractTriggerForExecution from kestrapy.models.abstract_user import AbstractUser as AbstractUser @@ -495,8 +476,6 @@ from kestrapy.models.api_token import ApiToken as ApiToken from kestrapy.models.api_token_list import ApiTokenList as ApiTokenList from kestrapy.models.api_user import ApiUser as ApiUser -from kestrapy.models.app_response import AppResponse as AppResponse -from kestrapy.models.app_response_ui_layout import AppResponseUILayout as AppResponseUILayout from kestrapy.models.apps_controller_api_app import AppsControllerApiApp as AppsControllerApiApp from kestrapy.models.apps_controller_api_app_catalog_item import AppsControllerApiAppCatalogItem as AppsControllerApiAppCatalogItem from kestrapy.models.apps_controller_api_app_source import AppsControllerApiAppSource as AppsControllerApiAppSource @@ -562,9 +541,6 @@ from kestrapy.models.concurrency_behavior import ConcurrencyBehavior as ConcurrencyBehavior from kestrapy.models.concurrency_limit import ConcurrencyLimit as ConcurrencyLimit from kestrapy.models.condition import Condition as Condition -from kestrapy.models.conversion_service_provider import ConversionServiceProvider as ConversionServiceProvider -from kestrapy.models.convertible_multi_values_string import ConvertibleMultiValuesString as ConvertibleMultiValuesString -from kestrapy.models.convertible_values_list_string import ConvertibleValuesListString as ConvertibleValuesListString from kestrapy.models.create_api_token_request import CreateApiTokenRequest as CreateApiTokenRequest from kestrapy.models.create_api_token_response import CreateApiTokenResponse as CreateApiTokenResponse from kestrapy.models.create_namespace_file_request import CreateNamespaceFileRequest as CreateNamespaceFileRequest @@ -581,17 +557,10 @@ from kestrapy.models.documentation_with_schema import DocumentationWithSchema as DocumentationWithSchema from kestrapy.models.edition_provider_edition import EditionProviderEdition as EditionProviderEdition from kestrapy.models.email import Email as Email -from kestrapy.models.event_app_response import EventAppResponse as EventAppResponse from kestrapy.models.event_execution import EventExecution as EventExecution from kestrapy.models.event_execution_status_event import EventExecutionStatusEvent as EventExecutionStatusEvent -from kestrapy.models.event_log_entry import EventLogEntry as EventLogEntry from kestrapy.models.executable_task_subflow_id import ExecutableTaskSubflowId as ExecutableTaskSubflowId from kestrapy.models.execution import Execution as Execution -from kestrapy.models.execution_controller_api_validate_execution_inputs_response import ExecutionControllerApiValidateExecutionInputsResponse as ExecutionControllerApiValidateExecutionInputsResponse -from kestrapy.models.execution_controller_api_validate_execution_inputs_response_api_check_failure import ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure as ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure -from kestrapy.models.execution_controller_api_validate_execution_inputs_response_api_input_and_value import ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue as ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue -from kestrapy.models.execution_controller_api_validate_execution_inputs_response_api_input_error import ExecutionControllerApiValidateExecutionInputsResponseApiInputError as ExecutionControllerApiValidateExecutionInputsResponseApiInputError -from kestrapy.models.execution_controller_eval_result import ExecutionControllerEvalResult as ExecutionControllerEvalResult from kestrapy.models.execution_controller_execution_response import ExecutionControllerExecutionResponse as ExecutionControllerExecutionResponse from kestrapy.models.execution_controller_last_execution_response import ExecutionControllerLastExecutionResponse as ExecutionControllerLastExecutionResponse from kestrapy.models.execution_controller_set_labels_by_ids_request import ExecutionControllerSetLabelsByIdsRequest as ExecutionControllerSetLabelsByIdsRequest @@ -599,7 +568,6 @@ from kestrapy.models.execution_controller_webhook_response import ExecutionControllerWebhookResponse as ExecutionControllerWebhookResponse from kestrapy.models.execution_kind import ExecutionKind as ExecutionKind from kestrapy.models.execution_metadata import ExecutionMetadata as ExecutionMetadata -from kestrapy.models.execution_repository_interface_child_filter import ExecutionRepositoryInterfaceChildFilter as ExecutionRepositoryInterfaceChildFilter from kestrapy.models.execution_repository_interface_flow_filter import ExecutionRepositoryInterfaceFlowFilter as ExecutionRepositoryInterfaceFlowFilter from kestrapy.models.execution_status_event import ExecutionStatusEvent as ExecutionStatusEvent from kestrapy.models.execution_trigger import ExecutionTrigger as ExecutionTrigger @@ -620,7 +588,6 @@ from kestrapy.models.flow_interface import FlowInterface as FlowInterface from kestrapy.models.flow_node import FlowNode as FlowNode from kestrapy.models.flow_relation import FlowRelation as FlowRelation -from kestrapy.models.flow_scope import FlowScope as FlowScope from kestrapy.models.flow_topology_graph import FlowTopologyGraph as FlowTopologyGraph from kestrapy.models.flow_topology_graph_edge import FlowTopologyGraphEdge as FlowTopologyGraphEdge from kestrapy.models.flow_usage import FlowUsage as FlowUsage @@ -628,7 +595,6 @@ from kestrapy.models.group_identifier import GroupIdentifier as GroupIdentifier from kestrapy.models.group_identifier_membership import GroupIdentifierMembership as GroupIdentifierMembership from kestrapy.models.group_usage import GroupUsage as GroupUsage -from kestrapy.models.http_parameters import HttpParameters as HttpParameters from kestrapy.models.iam_binding_controller_api_binding_detail import IAMBindingControllerApiBindingDetail as IAMBindingControllerApiBindingDetail from kestrapy.models.iam_binding_controller_api_binding_group import IAMBindingControllerApiBindingGroup as IAMBindingControllerApiBindingGroup from kestrapy.models.iam_binding_controller_api_binding_user import IAMBindingControllerApiBindingUser as IAMBindingControllerApiBindingUser @@ -700,7 +666,6 @@ from kestrapy.models.label import Label as Label from kestrapy.models.left_sidebar_configuration import LeftSidebarConfiguration as LeftSidebarConfiguration from kestrapy.models.level import Level as Level -from kestrapy.models.listener import Listener as Listener from kestrapy.models.log_entry import LogEntry as LogEntry from kestrapy.models.map_object_object import MapObjectObject as MapObjectObject from kestrapy.models.me_controller_api_me import MeControllerApiMe as MeControllerApiMe @@ -726,7 +691,6 @@ from kestrapy.models.name import Name as Name from kestrapy.models.namespace import Namespace as Namespace from kestrapy.models.namespace_allowed_namespace import NamespaceAllowedNamespace as NamespaceAllowedNamespace -from kestrapy.models.namespace_allowed_trigger import NamespaceAllowedTrigger as NamespaceAllowedTrigger from kestrapy.models.namespace_file_revision import NamespaceFileRevision as NamespaceFileRevision from kestrapy.models.namespace_light import NamespaceLight as NamespaceLight from kestrapy.models.output import Output as Output diff --git a/python/python-sdk/kestrapy/models/__init__.py b/python/python-sdk/kestrapy/models/__init__.py index afb7b85fe..886ab1dd9 100755 --- a/python/python-sdk/kestrapy/models/__init__.py +++ b/python/python-sdk/kestrapy/models/__init__.py @@ -15,7 +15,6 @@ from kestrapy.models.abstract_flow import AbstractFlow from kestrapy.models.abstract_graph import AbstractGraph from kestrapy.models.abstract_graph_branch_type import AbstractGraphBranchType -from kestrapy.models.abstract_metric_entry_object import AbstractMetricEntryObject from kestrapy.models.abstract_trigger import AbstractTrigger from kestrapy.models.abstract_trigger_for_execution import AbstractTriggerForExecution from kestrapy.models.abstract_user import AbstractUser @@ -37,8 +36,6 @@ from kestrapy.models.api_token import ApiToken from kestrapy.models.api_token_list import ApiTokenList from kestrapy.models.api_user import ApiUser -from kestrapy.models.app_response import AppResponse -from kestrapy.models.app_response_ui_layout import AppResponseUILayout from kestrapy.models.apps_controller_api_app import AppsControllerApiApp from kestrapy.models.apps_controller_api_app_catalog_item import AppsControllerApiAppCatalogItem from kestrapy.models.apps_controller_api_app_source import AppsControllerApiAppSource @@ -104,9 +101,6 @@ from kestrapy.models.concurrency_behavior import ConcurrencyBehavior from kestrapy.models.concurrency_limit import ConcurrencyLimit from kestrapy.models.condition import Condition -from kestrapy.models.conversion_service_provider import ConversionServiceProvider -from kestrapy.models.convertible_multi_values_string import ConvertibleMultiValuesString -from kestrapy.models.convertible_values_list_string import ConvertibleValuesListString from kestrapy.models.create_api_token_request import CreateApiTokenRequest from kestrapy.models.create_api_token_response import CreateApiTokenResponse from kestrapy.models.create_namespace_file_request import CreateNamespaceFileRequest @@ -123,17 +117,10 @@ from kestrapy.models.documentation_with_schema import DocumentationWithSchema from kestrapy.models.edition_provider_edition import EditionProviderEdition from kestrapy.models.email import Email -from kestrapy.models.event_app_response import EventAppResponse from kestrapy.models.event_execution import EventExecution from kestrapy.models.event_execution_status_event import EventExecutionStatusEvent -from kestrapy.models.event_log_entry import EventLogEntry from kestrapy.models.executable_task_subflow_id import ExecutableTaskSubflowId from kestrapy.models.execution import Execution -from kestrapy.models.execution_controller_api_validate_execution_inputs_response import ExecutionControllerApiValidateExecutionInputsResponse -from kestrapy.models.execution_controller_api_validate_execution_inputs_response_api_check_failure import ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure -from kestrapy.models.execution_controller_api_validate_execution_inputs_response_api_input_and_value import ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue -from kestrapy.models.execution_controller_api_validate_execution_inputs_response_api_input_error import ExecutionControllerApiValidateExecutionInputsResponseApiInputError -from kestrapy.models.execution_controller_eval_result import ExecutionControllerEvalResult from kestrapy.models.execution_controller_execution_response import ExecutionControllerExecutionResponse from kestrapy.models.execution_controller_last_execution_response import ExecutionControllerLastExecutionResponse from kestrapy.models.execution_controller_set_labels_by_ids_request import ExecutionControllerSetLabelsByIdsRequest @@ -141,7 +128,6 @@ from kestrapy.models.execution_controller_webhook_response import ExecutionControllerWebhookResponse from kestrapy.models.execution_kind import ExecutionKind from kestrapy.models.execution_metadata import ExecutionMetadata -from kestrapy.models.execution_repository_interface_child_filter import ExecutionRepositoryInterfaceChildFilter from kestrapy.models.execution_repository_interface_flow_filter import ExecutionRepositoryInterfaceFlowFilter from kestrapy.models.execution_status_event import ExecutionStatusEvent from kestrapy.models.execution_trigger import ExecutionTrigger @@ -162,7 +148,6 @@ from kestrapy.models.flow_interface import FlowInterface from kestrapy.models.flow_node import FlowNode from kestrapy.models.flow_relation import FlowRelation -from kestrapy.models.flow_scope import FlowScope from kestrapy.models.flow_topology_graph import FlowTopologyGraph from kestrapy.models.flow_topology_graph_edge import FlowTopologyGraphEdge from kestrapy.models.flow_usage import FlowUsage @@ -170,7 +155,6 @@ from kestrapy.models.group_identifier import GroupIdentifier from kestrapy.models.group_identifier_membership import GroupIdentifierMembership from kestrapy.models.group_usage import GroupUsage -from kestrapy.models.http_parameters import HttpParameters from kestrapy.models.iam_binding_controller_api_binding_detail import IAMBindingControllerApiBindingDetail from kestrapy.models.iam_binding_controller_api_binding_group import IAMBindingControllerApiBindingGroup from kestrapy.models.iam_binding_controller_api_binding_user import IAMBindingControllerApiBindingUser @@ -242,7 +226,6 @@ from kestrapy.models.label import Label from kestrapy.models.left_sidebar_configuration import LeftSidebarConfiguration from kestrapy.models.level import Level -from kestrapy.models.listener import Listener from kestrapy.models.log_entry import LogEntry from kestrapy.models.map_object_object import MapObjectObject from kestrapy.models.me_controller_api_me import MeControllerApiMe @@ -268,7 +251,6 @@ from kestrapy.models.name import Name from kestrapy.models.namespace import Namespace from kestrapy.models.namespace_allowed_namespace import NamespaceAllowedNamespace -from kestrapy.models.namespace_allowed_trigger import NamespaceAllowedTrigger from kestrapy.models.namespace_file_revision import NamespaceFileRevision from kestrapy.models.namespace_light import NamespaceLight from kestrapy.models.output import Output diff --git a/python/python-sdk/kestrapy/models/abstract_metric_entry_object.py b/python/python-sdk/kestrapy/models/abstract_metric_entry_object.py deleted file mode 100755 index 49abf3e5c..000000000 --- a/python/python-sdk/kestrapy/models/abstract_metric_entry_object.py +++ /dev/null @@ -1,110 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from datetime import datetime -from pydantic import BaseModel, ConfigDict, StrictStr -from typing import Any, ClassVar, Dict, List, Optional -from typing import Optional, Set -from typing_extensions import Self - -class AbstractMetricEntryObject(BaseModel): - """ - AbstractMetricEntryObject - """ # noqa: E501 - type: Optional[StrictStr] = None - value: Optional[Dict[str, Any]] = None - name: StrictStr - description: Optional[StrictStr] = None - tags: Optional[Dict[str, StrictStr]] = None - timestamp: Optional[datetime] = None - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["type", "value", "name", "description", "tags", "timestamp"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of AbstractMetricEntryObject from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of AbstractMetricEntryObject from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "type": obj.get("type"), - "value": obj.get("value"), - "name": obj.get("name"), - "description": obj.get("description"), - "tags": obj.get("tags"), - "timestamp": obj.get("timestamp") - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/app_response.py b/python/python-sdk/kestrapy/models/app_response.py deleted file mode 100755 index 213ae2c34..000000000 --- a/python/python-sdk/kestrapy/models/app_response.py +++ /dev/null @@ -1,107 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, StrictStr -from typing import Any, ClassVar, Dict, List, Optional -from kestrapy.models.app_response_ui_layout import AppResponseUILayout -from typing import Optional, Set -from typing_extensions import Self - -class AppResponse(BaseModel): - """ - AppResponse - """ # noqa: E501 - dispatch: Optional[StrictStr] = None - stream: Optional[StrictStr] = None - layout: Optional[AppResponseUILayout] = None - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["dispatch", "stream", "layout"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of AppResponse from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # override the default output from pydantic by calling `to_dict()` of layout - if self.layout: - _dict['layout'] = self.layout.to_dict() - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of AppResponse from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "dispatch": obj.get("dispatch"), - "stream": obj.get("stream"), - "layout": AppResponseUILayout.from_dict(obj["layout"]) if obj.get("layout") is not None else None - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/app_response_ui_layout.py b/python/python-sdk/kestrapy/models/app_response_ui_layout.py deleted file mode 100755 index 49cccbb21..000000000 --- a/python/python-sdk/kestrapy/models/app_response_ui_layout.py +++ /dev/null @@ -1,99 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict -from typing import Any, ClassVar, Dict, List, Optional -from typing import Optional, Set -from typing_extensions import Self - -class AppResponseUILayout(BaseModel): - """ - AppResponseUILayout - """ # noqa: E501 - blocks: Optional[List[Dict[str, Any]]] = None - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["blocks"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of AppResponseUILayout from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of AppResponseUILayout from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "blocks": obj.get("blocks") - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/conversion_service_provider.py b/python/python-sdk/kestrapy/models/conversion_service_provider.py deleted file mode 100755 index cda286715..000000000 --- a/python/python-sdk/kestrapy/models/conversion_service_provider.py +++ /dev/null @@ -1,99 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, Field -from typing import Any, ClassVar, Dict, List -from typing import Optional, Set -from typing_extensions import Self - -class ConversionServiceProvider(BaseModel): - """ - ConversionServiceProvider - """ # noqa: E501 - conversion_service: Dict[str, Any] = Field(alias="conversionService") - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["conversionService"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of ConversionServiceProvider from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of ConversionServiceProvider from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "conversionService": obj.get("conversionService") - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/convertible_multi_values_string.py b/python/python-sdk/kestrapy/models/convertible_multi_values_string.py deleted file mode 100755 index 0e2fa5f02..000000000 --- a/python/python-sdk/kestrapy/models/convertible_multi_values_string.py +++ /dev/null @@ -1,101 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, Field, StrictBool -from typing import Any, ClassVar, Dict, List, Optional -from typing import Optional, Set -from typing_extensions import Self - -class ConvertibleMultiValuesString(BaseModel): - """ - ConvertibleMultiValuesString - """ # noqa: E501 - conversion_service: Dict[str, Any] = Field(alias="conversionService") - empty: Optional[StrictBool] = None - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["conversionService", "empty"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of ConvertibleMultiValuesString from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of ConvertibleMultiValuesString from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "conversionService": obj.get("conversionService"), - "empty": obj.get("empty") - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/convertible_values_list_string.py b/python/python-sdk/kestrapy/models/convertible_values_list_string.py deleted file mode 100755 index 5132ea991..000000000 --- a/python/python-sdk/kestrapy/models/convertible_values_list_string.py +++ /dev/null @@ -1,101 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, Field, StrictBool -from typing import Any, ClassVar, Dict, List, Optional -from typing import Optional, Set -from typing_extensions import Self - -class ConvertibleValuesListString(BaseModel): - """ - ConvertibleValuesListString - """ # noqa: E501 - conversion_service: Dict[str, Any] = Field(alias="conversionService") - empty: Optional[StrictBool] = None - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["conversionService", "empty"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of ConvertibleValuesListString from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of ConvertibleValuesListString from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "conversionService": obj.get("conversionService"), - "empty": obj.get("empty") - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/event_app_response.py b/python/python-sdk/kestrapy/models/event_app_response.py deleted file mode 100755 index 05d6753ca..000000000 --- a/python/python-sdk/kestrapy/models/event_app_response.py +++ /dev/null @@ -1,111 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, StrictStr -from typing import Any, ClassVar, Dict, List, Optional -from kestrapy.models.app_response import AppResponse -from typing import Optional, Set -from typing_extensions import Self - -class EventAppResponse(BaseModel): - """ - EventAppResponse - """ # noqa: E501 - data: Optional[AppResponse] = None - id: Optional[StrictStr] = None - name: Optional[StrictStr] = None - comment: Optional[StrictStr] = None - retry: Optional[StrictStr] = None - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["data", "id", "name", "comment", "retry"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of EventAppResponse from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # override the default output from pydantic by calling `to_dict()` of data - if self.data: - _dict['data'] = self.data.to_dict() - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of EventAppResponse from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "data": AppResponse.from_dict(obj["data"]) if obj.get("data") is not None else None, - "id": obj.get("id"), - "name": obj.get("name"), - "comment": obj.get("comment"), - "retry": obj.get("retry") - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/event_log_entry.py b/python/python-sdk/kestrapy/models/event_log_entry.py deleted file mode 100755 index 7d9f97086..000000000 --- a/python/python-sdk/kestrapy/models/event_log_entry.py +++ /dev/null @@ -1,111 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, StrictStr -from typing import Any, ClassVar, Dict, List, Optional -from kestrapy.models.log_entry import LogEntry -from typing import Optional, Set -from typing_extensions import Self - -class EventLogEntry(BaseModel): - """ - EventLogEntry - """ # noqa: E501 - data: Optional[LogEntry] = None - id: Optional[StrictStr] = None - name: Optional[StrictStr] = None - comment: Optional[StrictStr] = None - retry: Optional[StrictStr] = None - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["data", "id", "name", "comment", "retry"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of EventLogEntry from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # override the default output from pydantic by calling `to_dict()` of data - if self.data: - _dict['data'] = self.data.to_dict() - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of EventLogEntry from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "data": LogEntry.from_dict(obj["data"]) if obj.get("data") is not None else None, - "id": obj.get("id"), - "name": obj.get("name"), - "comment": obj.get("comment"), - "retry": obj.get("retry") - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response.py b/python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response.py deleted file mode 100755 index 1724520af..000000000 --- a/python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response.py +++ /dev/null @@ -1,121 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, StrictStr -from typing import Any, ClassVar, Dict, List, Optional -from kestrapy.models.execution_controller_api_validate_execution_inputs_response_api_check_failure import ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure -from kestrapy.models.execution_controller_api_validate_execution_inputs_response_api_input_and_value import ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue -from typing import Optional, Set -from typing_extensions import Self - -class ExecutionControllerApiValidateExecutionInputsResponse(BaseModel): - """ - ExecutionControllerApiValidateExecutionInputsResponse - """ # noqa: E501 - id: Optional[StrictStr] = None - namespace: Optional[StrictStr] = None - inputs: Optional[List[ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue]] = None - checks: Optional[List[ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure]] = None - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["id", "namespace", "inputs", "checks"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of ExecutionControllerApiValidateExecutionInputsResponse from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # override the default output from pydantic by calling `to_dict()` of each item in inputs (list) - _items = [] - if self.inputs: - for _item_inputs in self.inputs: - if _item_inputs: - _items.append(_item_inputs.to_dict()) - _dict['inputs'] = _items - # override the default output from pydantic by calling `to_dict()` of each item in checks (list) - _items = [] - if self.checks: - for _item_checks in self.checks: - if _item_checks: - _items.append(_item_checks.to_dict()) - _dict['checks'] = _items - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of ExecutionControllerApiValidateExecutionInputsResponse from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "id": obj.get("id"), - "namespace": obj.get("namespace"), - "inputs": [ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.from_dict(_item) for _item in obj["inputs"]] if obj.get("inputs") is not None else None, - "checks": [ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.from_dict(_item) for _item in obj["checks"]] if obj.get("checks") is not None else None - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_check_failure.py b/python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_check_failure.py deleted file mode 100644 index c44d85bca..000000000 --- a/python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_check_failure.py +++ /dev/null @@ -1,105 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, StrictStr -from typing import Any, ClassVar, Dict, List, Optional -from kestrapy.models.check_behavior import CheckBehavior -from kestrapy.models.check_style import CheckStyle -from typing import Optional, Set -from typing_extensions import Self - -class ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure(BaseModel): - """ - ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure - """ # noqa: E501 - message: Optional[StrictStr] = None - style: Optional[CheckStyle] = None - behavior: Optional[CheckBehavior] = None - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["message", "style", "behavior"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "message": obj.get("message"), - "style": obj.get("style"), - "behavior": obj.get("behavior") - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_input_and_value.py b/python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_input_and_value.py deleted file mode 100755 index 1391c1498..000000000 --- a/python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_input_and_value.py +++ /dev/null @@ -1,119 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, Field, StrictBool -from typing import Any, ClassVar, Dict, List, Optional -from kestrapy.models.execution_controller_api_validate_execution_inputs_response_api_input_error import ExecutionControllerApiValidateExecutionInputsResponseApiInputError -from kestrapy.models.input_object import InputObject -from typing import Optional, Set -from typing_extensions import Self - -class ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue(BaseModel): - """ - ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue - """ # noqa: E501 - input: Optional[InputObject] = None - value: Optional[Dict[str, Any]] = None - enabled: Optional[StrictBool] = None - is_default: Optional[StrictBool] = Field(default=None, alias="isDefault") - errors: Optional[List[ExecutionControllerApiValidateExecutionInputsResponseApiInputError]] = None - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["input", "value", "enabled", "isDefault", "errors"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # override the default output from pydantic by calling `to_dict()` of input - if self.input: - _dict['input'] = self.input.to_dict() - # override the default output from pydantic by calling `to_dict()` of each item in errors (list) - _items = [] - if self.errors: - for _item_errors in self.errors: - if _item_errors: - _items.append(_item_errors.to_dict()) - _dict['errors'] = _items - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "input": InputObject.from_dict(obj["input"]) if obj.get("input") is not None else None, - "value": obj.get("value"), - "enabled": obj.get("enabled"), - "isDefault": obj.get("isDefault"), - "errors": [ExecutionControllerApiValidateExecutionInputsResponseApiInputError.from_dict(_item) for _item in obj["errors"]] if obj.get("errors") is not None else None - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_input_error.py b/python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_input_error.py deleted file mode 100755 index 91ad94ed5..000000000 --- a/python/python-sdk/kestrapy/models/execution_controller_api_validate_execution_inputs_response_api_input_error.py +++ /dev/null @@ -1,99 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, StrictStr -from typing import Any, ClassVar, Dict, List, Optional -from typing import Optional, Set -from typing_extensions import Self - -class ExecutionControllerApiValidateExecutionInputsResponseApiInputError(BaseModel): - """ - ExecutionControllerApiValidateExecutionInputsResponseApiInputError - """ # noqa: E501 - message: Optional[StrictStr] = None - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["message"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of ExecutionControllerApiValidateExecutionInputsResponseApiInputError from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of ExecutionControllerApiValidateExecutionInputsResponseApiInputError from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "message": obj.get("message") - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/execution_controller_eval_result.py b/python/python-sdk/kestrapy/models/execution_controller_eval_result.py deleted file mode 100755 index bdd512e67..000000000 --- a/python/python-sdk/kestrapy/models/execution_controller_eval_result.py +++ /dev/null @@ -1,103 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, Field, StrictStr -from typing import Any, ClassVar, Dict, List, Optional -from typing import Optional, Set -from typing_extensions import Self - -class ExecutionControllerEvalResult(BaseModel): - """ - ExecutionControllerEvalResult - """ # noqa: E501 - result: Optional[StrictStr] = None - error: Optional[StrictStr] = None - stack_trace: Optional[StrictStr] = Field(default=None, alias="stackTrace") - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["result", "error", "stackTrace"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of ExecutionControllerEvalResult from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of ExecutionControllerEvalResult from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "result": obj.get("result"), - "error": obj.get("error"), - "stackTrace": obj.get("stackTrace") - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/execution_repository_interface_child_filter.py b/python/python-sdk/kestrapy/models/execution_repository_interface_child_filter.py deleted file mode 100755 index 8af4f434d..000000000 --- a/python/python-sdk/kestrapy/models/execution_repository_interface_child_filter.py +++ /dev/null @@ -1,36 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import json -from enum import Enum -from typing_extensions import Self - - -class ExecutionRepositoryInterfaceChildFilter(str, Enum): - """ - ExecutionRepositoryInterfaceChildFilter - """ - - """ - allowed enum values - """ - CHILD = 'CHILD' - MAIN = 'MAIN' - - @classmethod - def from_json(cls, json_str: str) -> Self: - """Create an instance of ExecutionRepositoryInterfaceChildFilter from a JSON string""" - return cls(json.loads(json_str)) - - diff --git a/python/python-sdk/kestrapy/models/flow_scope.py b/python/python-sdk/kestrapy/models/flow_scope.py deleted file mode 100755 index e0866958f..000000000 --- a/python/python-sdk/kestrapy/models/flow_scope.py +++ /dev/null @@ -1,36 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import json -from enum import Enum -from typing_extensions import Self - - -class FlowScope(str, Enum): - """ - FlowScope - """ - - """ - allowed enum values - """ - USER = 'USER' - SYSTEM = 'SYSTEM' - - @classmethod - def from_json(cls, json_str: str) -> Self: - """Create an instance of FlowScope from a JSON string""" - return cls(json.loads(json_str)) - - diff --git a/python/python-sdk/kestrapy/models/http_parameters.py b/python/python-sdk/kestrapy/models/http_parameters.py deleted file mode 100755 index ef20f30ba..000000000 --- a/python/python-sdk/kestrapy/models/http_parameters.py +++ /dev/null @@ -1,101 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, Field, StrictBool -from typing import Any, ClassVar, Dict, List, Optional -from typing import Optional, Set -from typing_extensions import Self - -class HttpParameters(BaseModel): - """ - HttpParameters - """ # noqa: E501 - conversion_service: Dict[str, Any] = Field(alias="conversionService") - empty: Optional[StrictBool] = None - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["conversionService", "empty"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of HttpParameters from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of HttpParameters from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "conversionService": obj.get("conversionService"), - "empty": obj.get("empty") - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/listener.py b/python/python-sdk/kestrapy/models/listener.py deleted file mode 100755 index 715782e21..000000000 --- a/python/python-sdk/kestrapy/models/listener.py +++ /dev/null @@ -1,120 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, Field, StrictStr -from typing import Any, ClassVar, Dict, List, Optional -from typing_extensions import Annotated -from kestrapy.models.condition import Condition -from kestrapy.models.task import Task -from typing import Optional, Set -from typing_extensions import Self - -class Listener(BaseModel): - """ - Listener - """ # noqa: E501 - description: Optional[StrictStr] = None - conditions: Optional[List[Condition]] = None - tasks: Annotated[List[Task], Field(min_length=1)] - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["description", "conditions", "tasks"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of Listener from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # override the default output from pydantic by calling `to_dict()` of each item in conditions (list) - _items = [] - if self.conditions: - for _item_conditions in self.conditions: - if _item_conditions: - _items.append(_item_conditions.to_dict()) - _dict['conditions'] = _items - # override the default output from pydantic by calling `to_dict()` of each item in tasks (list) - _items = [] - if self.tasks: - for _item_tasks in self.tasks: - if _item_tasks: - _items.append(_item_tasks.to_dict()) - _dict['tasks'] = _items - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of Listener from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "description": obj.get("description"), - "conditions": [Condition.from_dict(_item) for _item in obj["conditions"]] if obj.get("conditions") is not None else None, - "tasks": [Task.from_dict(_item) for _item in obj["tasks"]] if obj.get("tasks") is not None else None - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - - diff --git a/python/python-sdk/kestrapy/models/namespace_allowed_trigger.py b/python/python-sdk/kestrapy/models/namespace_allowed_trigger.py deleted file mode 100755 index 98a5761c2..000000000 --- a/python/python-sdk/kestrapy/models/namespace_allowed_trigger.py +++ /dev/null @@ -1,101 +0,0 @@ -# coding: utf-8 - -""" - Kestra EE - - All API operations, except for Superadmin-only endpoints, require a tenant identifier in the HTTP path.
Endpoints designated as Superadmin-only are not tenant-scoped. - - Generated by OpenAPI Generator (https://openapi-generator.tech) - - Do not edit the class manually. -""" # noqa: E501 - - -from __future__ import annotations -import pprint -import regex as re -import json - -from pydantic import BaseModel, ConfigDict, Field, StrictStr -from typing import Any, ClassVar, Dict, List, Optional -from typing import Optional, Set -from typing_extensions import Self - -class NamespaceAllowedTrigger(BaseModel): - """ - NamespaceAllowedTrigger - """ # noqa: E501 - namespace: StrictStr - flow_id: Optional[StrictStr] = Field(default=None, alias="flowId") - additional_properties: Dict[str, Any] = {} - __properties: ClassVar[List[str]] = ["namespace", "flowId"] - - model_config = ConfigDict( - populate_by_name=True, - validate_assignment=True, - protected_namespaces=(), - ) - - - def to_str(self) -> str: - """Returns the string representation of the model using alias""" - return pprint.pformat(self.model_dump(by_alias=True)) - - def to_json(self) -> str: - """Returns the JSON representation of the model using alias""" - # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead - return json.dumps(self.to_dict()) - - @classmethod - def from_json(cls, json_str: str) -> Optional[Self]: - """Create an instance of NamespaceAllowedTrigger from a JSON string""" - return cls.from_dict(json.loads(json_str)) - - def to_dict(self) -> Dict[str, Any]: - """Return the dictionary representation of the model using alias. - - This has the following differences from calling pydantic's - `self.model_dump(by_alias=True)`: - - * `None` is only added to the output dict for nullable fields that - were set at model initialization. Other fields with value `None` - are ignored. - * Fields in `self.additional_properties` are added to the output dict. - """ - excluded_fields: Set[str] = set([ - "additional_properties", - ]) - - _dict = self.model_dump( - by_alias=True, - exclude=excluded_fields, - exclude_none=True, - ) - # puts key-value pairs in additional_properties in the top level - if self.additional_properties is not None: - for _key, _value in self.additional_properties.items(): - _dict[_key] = _value - - return _dict - - @classmethod - def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: - """Create an instance of NamespaceAllowedTrigger from a dict""" - if obj is None: - return None - - if not isinstance(obj, dict): - return cls.model_validate(obj) - - _obj = cls.model_validate({ - "namespace": obj.get("namespace"), - "flowId": obj.get("flowId") - }) - # store additional fields in additional_properties - for _key in obj.keys(): - if _key not in cls.__properties: - _obj.additional_properties[_key] = obj.get(_key) - - return _obj - -