@kestra-io/kestra-sdk 1.0.10 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -40
- package/dist/ApiClient.d.ts.map +1 -1
- package/dist/KestraClient.mjs +2239 -3365
- package/dist/api/ExecutionsApi.d.ts +73 -23
- package/dist/api/ExecutionsApi.d.ts.map +1 -1
- package/dist/api/FlowsApi.d.ts +14 -28
- package/dist/api/FlowsApi.d.ts.map +1 -1
- package/dist/api/GroupsApi.d.ts +4 -5
- package/dist/api/GroupsApi.d.ts.map +1 -1
- package/dist/api/KVApi.d.ts +5 -5
- package/dist/api/KVApi.d.ts.map +1 -1
- package/dist/api/NamespacesApi.d.ts +43 -5
- package/dist/api/NamespacesApi.d.ts.map +1 -1
- package/dist/api/ServiceAccountApi.d.ts +4 -5
- package/dist/api/ServiceAccountApi.d.ts.map +1 -1
- package/dist/api/UsersApi.d.ts +4 -5
- package/dist/api/UsersApi.d.ts.map +1 -1
- package/dist/index.d.ts +17 -36
- package/dist/index.d.ts.map +1 -1
- package/dist/model/AbstractFlow.d.ts +6 -0
- package/dist/model/AbstractFlow.d.ts.map +1 -1
- package/dist/model/AbstractTrigger.d.ts +4 -4
- package/dist/model/AbstractTrigger.d.ts.map +1 -1
- package/dist/model/AiControllerAiProviderResponse.d.ts +43 -0
- package/dist/model/AiControllerAiProviderResponse.d.ts.map +1 -0
- package/dist/model/ApiSecretMetaEE.d.ts +6 -5
- package/dist/model/ApiSecretMetaEE.d.ts.map +1 -1
- package/dist/model/ApiTenant.d.ts +4 -0
- package/dist/model/ApiTenant.d.ts.map +1 -1
- package/dist/model/AppGenerationPrompt.d.ts +46 -0
- package/dist/model/AppGenerationPrompt.d.ts.map +1 -0
- package/dist/model/AssetsControllerApiAsset.d.ts +3 -0
- package/dist/model/AssetsControllerApiAsset.d.ts.map +1 -1
- package/dist/model/AssetsControllerApiAssetLineageEvent.d.ts +75 -0
- package/dist/model/AssetsControllerApiAssetLineageEvent.d.ts.map +1 -0
- package/dist/model/AssetsDeclaration.d.ts +11 -11
- package/dist/model/AssetsDeclaration.d.ts.map +1 -1
- package/dist/model/AuditLog.d.ts +0 -3
- package/dist/model/AuditLog.d.ts.map +1 -1
- package/dist/model/BaseAuditLog.d.ts +0 -3
- package/dist/model/BaseAuditLog.d.ts.map +1 -1
- package/dist/model/Dashboard.d.ts +6 -5
- package/dist/model/Dashboard.d.ts.map +1 -1
- package/dist/model/DashboardGenerationPrompt.d.ts +56 -0
- package/dist/model/DashboardGenerationPrompt.d.ts.map +1 -0
- package/dist/model/EvaluationType.d.ts +50 -0
- package/dist/model/EvaluationType.d.ts.map +1 -0
- package/dist/model/Flow.d.ts +6 -0
- package/dist/model/Flow.d.ts.map +1 -1
- package/dist/model/FlowForExecution.d.ts +6 -0
- package/dist/model/FlowForExecution.d.ts.map +1 -1
- package/dist/model/FlowGenerationPrompt.d.ts +9 -3
- package/dist/model/FlowGenerationPrompt.d.ts.map +1 -1
- package/dist/model/FlowWithSource.d.ts +6 -0
- package/dist/model/FlowWithSource.d.ts.map +1 -1
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.d.ts +6 -0
- package/dist/model/IAMRoleControllerApiRoleCreateOrUpdateRequestPermissions.d.ts.map +1 -1
- package/dist/model/ImportPluginDefaultsRequest.d.ts +37 -0
- package/dist/model/ImportPluginDefaultsRequest.d.ts.map +1 -0
- package/dist/model/{KVControllerTypedValue.d.ts → KVControllerKvDetail.d.ts} +19 -13
- package/dist/model/KVControllerKvDetail.d.ts.map +1 -0
- package/dist/model/KillSwitch.d.ts +82 -0
- package/dist/model/KillSwitch.d.ts.map +1 -0
- package/dist/model/LogEntry.d.ts +2 -6
- package/dist/model/LogEntry.d.ts.map +1 -1
- package/dist/model/MetricEntry.d.ts +2 -6
- package/dist/model/MetricEntry.d.ts.map +1 -1
- package/dist/model/MiscControllerEEConfiguration.d.ts +2 -0
- package/dist/model/MiscControllerEEConfiguration.d.ts.map +1 -1
- package/dist/model/Namespace.d.ts +7 -4
- package/dist/model/Namespace.d.ts.map +1 -1
- package/dist/model/NamespaceControllerApiInheritedPluginDefaultFromNamespace.d.ts +55 -0
- package/dist/model/NamespaceControllerApiInheritedPluginDefaultFromNamespace.d.ts.map +1 -0
- package/dist/model/NamespaceLight.d.ts +2 -6
- package/dist/model/NamespaceLight.d.ts.map +1 -1
- package/dist/model/PagedResultsAssetsControllerApiAssetLineageEvent.d.ts +53 -0
- package/dist/model/PagedResultsAssetsControllerApiAssetLineageEvent.d.ts.map +1 -0
- package/dist/model/Permission.d.ts +13 -1
- package/dist/model/Permission.d.ts.map +1 -1
- package/dist/model/PluginSubGroupPluginCategory.d.ts +19 -1
- package/dist/model/PluginSubGroupPluginCategory.d.ts.map +1 -1
- package/dist/model/{PropertyAssetsDeclaration.d.ts → PropertyListAsset.d.ts} +14 -14
- package/dist/model/PropertyListAsset.d.ts.map +1 -0
- package/dist/model/PropertyListAssetIdentifier.d.ts +49 -0
- package/dist/model/PropertyListAssetIdentifier.d.ts.map +1 -0
- package/dist/model/QueryFilterField.d.ts +13 -1
- package/dist/model/QueryFilterField.d.ts.map +1 -1
- package/dist/model/ResourceType.d.ts +13 -1
- package/dist/model/ResourceType.d.ts.map +1 -1
- package/dist/model/{BasicAuthCredentials.d.ts → SDKAuth.d.ts} +16 -16
- package/dist/model/SDKAuth.d.ts.map +1 -0
- package/dist/model/ServerInstance.d.ts +15 -1
- package/dist/model/ServerInstance.d.ts.map +1 -1
- package/dist/model/SoftDeletableFlowInterface.d.ts +37 -0
- package/dist/model/SoftDeletableFlowInterface.d.ts.map +1 -0
- package/dist/model/Task.d.ts +4 -4
- package/dist/model/Task.d.ts.map +1 -1
- package/dist/model/Tenant.d.ts +4 -0
- package/dist/model/Tenant.d.ts.map +1 -1
- package/dist/model/TestSuiteGenerationPrompt.d.ts +56 -0
- package/dist/model/TestSuiteGenerationPrompt.d.ts.map +1 -0
- package/dist/model/ValidateConstraintViolation.d.ts +9 -6
- package/dist/model/ValidateConstraintViolation.d.ts.map +1 -1
- package/dist/model/{ExecutionControllerWebhookResponse.d.ts → WebhookResponse.d.ts} +13 -13
- package/dist/model/WebhookResponse.d.ts.map +1 -0
- package/package.json +1 -1
- package/dist/model/AbstractMetricEntryObject.d.ts +0 -61
- package/dist/model/AbstractMetricEntryObject.d.ts.map +0 -1
- package/dist/model/AppResponse.d.ts +0 -44
- package/dist/model/AppResponse.d.ts.map +0 -1
- package/dist/model/AppResponseUILayout.d.ts +0 -37
- package/dist/model/AppResponseUILayout.d.ts.map +0 -1
- package/dist/model/BasicAuthCredentials.d.ts.map +0 -1
- package/dist/model/ConversionServiceProvider.d.ts +0 -46
- package/dist/model/ConversionServiceProvider.d.ts.map +0 -1
- package/dist/model/ConvertibleMultiValuesString.d.ts +0 -51
- package/dist/model/ConvertibleMultiValuesString.d.ts.map +0 -1
- package/dist/model/ConvertibleValuesListString.d.ts +0 -50
- package/dist/model/ConvertibleValuesListString.d.ts.map +0 -1
- package/dist/model/DailyExecutionStatistics.d.ts +0 -58
- package/dist/model/DailyExecutionStatistics.d.ts.map +0 -1
- package/dist/model/DailyExecutionStatisticsDuration.d.ts +0 -62
- package/dist/model/DailyExecutionStatisticsDuration.d.ts.map +0 -1
- package/dist/model/DailyExecutionStatisticsExecutionCounts.d.ts +0 -85
- package/dist/model/DailyExecutionStatisticsExecutionCounts.d.ts.map +0 -1
- package/dist/model/DeletedInterface.d.ts +0 -37
- package/dist/model/DeletedInterface.d.ts.map +0 -1
- package/dist/model/EventAppResponse.d.ts +0 -50
- package/dist/model/EventAppResponse.d.ts.map +0 -1
- package/dist/model/EventLogEntry.d.ts +0 -50
- package/dist/model/EventLogEntry.d.ts.map +0 -1
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponse.d.ts +0 -48
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponse.d.ts.map +0 -1
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.d.ts +0 -45
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.d.ts.map +0 -1
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.d.ts +0 -53
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.d.ts.map +0 -1
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.d.ts +0 -37
- package/dist/model/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.d.ts.map +0 -1
- package/dist/model/ExecutionControllerEvalResult.d.ts +0 -43
- package/dist/model/ExecutionControllerEvalResult.d.ts.map +0 -1
- package/dist/model/ExecutionControllerWebhookResponse.d.ts.map +0 -1
- package/dist/model/ExecutionRepositoryInterfaceChildFilter.d.ts +0 -38
- package/dist/model/ExecutionRepositoryInterfaceChildFilter.d.ts.map +0 -1
- package/dist/model/ExecutionUsage.d.ts +0 -40
- package/dist/model/ExecutionUsage.d.ts.map +0 -1
- package/dist/model/FlowScope.d.ts +0 -38
- package/dist/model/FlowScope.d.ts.map +0 -1
- package/dist/model/FlowUsage.d.ts +0 -49
- package/dist/model/FlowUsage.d.ts.map +0 -1
- package/dist/model/GroupUsage.d.ts +0 -37
- package/dist/model/GroupUsage.d.ts.map +0 -1
- package/dist/model/HttpParameters.d.ts +0 -52
- package/dist/model/HttpParameters.d.ts.map +0 -1
- package/dist/model/KVControllerTypedValue.d.ts.map +0 -1
- package/dist/model/Listener.d.ts +0 -54
- package/dist/model/Listener.d.ts.map +0 -1
- package/dist/model/MiscControllerApiUsage.d.ts +0 -42
- package/dist/model/MiscControllerApiUsage.d.ts.map +0 -1
- package/dist/model/NamespaceAllowedTrigger.d.ts +0 -49
- package/dist/model/NamespaceAllowedTrigger.d.ts.map +0 -1
- package/dist/model/PropertyAssetsDeclaration.d.ts.map +0 -1
- package/dist/model/RoleUsage.d.ts +0 -37
- package/dist/model/RoleUsage.d.ts.map +0 -1
- package/dist/model/SetupConfigurationSetupData.d.ts +0 -44
- package/dist/model/SetupConfigurationSetupData.d.ts.map +0 -1
- package/dist/model/TenantUsage.d.ts +0 -37
- package/dist/model/TenantUsage.d.ts.map +0 -1
- package/dist/model/UsageEE.d.ts +0 -58
- package/dist/model/UsageEE.d.ts.map +0 -1
- package/dist/model/UserUsage.d.ts +0 -58
- package/dist/model/UserUsage.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -5,9 +5,9 @@ All API operations, except for Superadmin-only endpoints, require a tenant ident
|
|
|
5
5
|
Endpoints designated as Superadmin-only are not tenant-scoped.
|
|
6
6
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
7
7
|
|
|
8
|
-
- API version: 1.
|
|
9
|
-
- Package version: 1.0.
|
|
10
|
-
- Generator version: 7.
|
|
8
|
+
- API version: 1.3.0
|
|
9
|
+
- Package version: 1.0.12
|
|
10
|
+
- Generator version: 7.19.0
|
|
11
11
|
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
|
|
12
12
|
|
|
13
13
|
## Installation
|
|
@@ -145,7 +145,6 @@ Class | Method | HTTP request | Description
|
|
|
145
145
|
*KestraIoKestraSdk.ExecutionsApi* | [**downloadFileFromExecution**](docs/ExecutionsApi.md#downloadFileFromExecution) | **GET** /api/v1/{tenant}/executions/{executionId}/file | Download file for an execution
|
|
146
146
|
*KestraIoKestraSdk.ExecutionsApi* | [**execution**](docs/ExecutionsApi.md#execution) | **GET** /api/v1/{tenant}/executions/{executionId} | Get an execution
|
|
147
147
|
*KestraIoKestraSdk.ExecutionsApi* | [**executionFlowGraph**](docs/ExecutionsApi.md#executionFlowGraph) | **GET** /api/v1/{tenant}/executions/{executionId}/graph | Generate a graph for an execution
|
|
148
|
-
*KestraIoKestraSdk.ExecutionsApi* | [**exportExecutions**](docs/ExecutionsApi.md#exportExecutions) | **GET** /api/v1/{tenant}/executions/export/by-query/csv | Export all executions as a streamed CSV file
|
|
149
148
|
*KestraIoKestraSdk.ExecutionsApi* | [**fileMetadatasFromExecution**](docs/ExecutionsApi.md#fileMetadatasFromExecution) | **GET** /api/v1/{tenant}/executions/{executionId}/file/metas | Get file meta information for an execution
|
|
150
149
|
*KestraIoKestraSdk.ExecutionsApi* | [**flowFromExecution**](docs/ExecutionsApi.md#flowFromExecution) | **GET** /api/v1/{tenant}/executions/flows/{namespace}/{flowId} | Get flow information's for an execution
|
|
151
150
|
*KestraIoKestraSdk.ExecutionsApi* | [**flowFromExecutionById**](docs/ExecutionsApi.md#flowFromExecutionById) | **GET** /api/v1/{tenant}/executions/{executionId}/flow | Get flow information's for an execution
|
|
@@ -177,6 +176,9 @@ Class | Method | HTTP request | Description
|
|
|
177
176
|
*KestraIoKestraSdk.ExecutionsApi* | [**setLabelsOnTerminatedExecutionsByIds**](docs/ExecutionsApi.md#setLabelsOnTerminatedExecutionsByIds) | **POST** /api/v1/{tenant}/executions/labels/by-ids | Set labels on a list of executions
|
|
178
177
|
*KestraIoKestraSdk.ExecutionsApi* | [**setLabelsOnTerminatedExecutionsByQuery**](docs/ExecutionsApi.md#setLabelsOnTerminatedExecutionsByQuery) | **POST** /api/v1/{tenant}/executions/labels/by-query | Set label on executions filter by query parameters
|
|
179
178
|
*KestraIoKestraSdk.ExecutionsApi* | [**triggerExecutionByGetWebhook**](docs/ExecutionsApi.md#triggerExecutionByGetWebhook) | **GET** /api/v1/{tenant}/executions/webhook/{namespace}/{id}/{key} | Trigger a new execution by GET webhook trigger
|
|
179
|
+
*KestraIoKestraSdk.ExecutionsApi* | [**triggerExecutionByGetWebhookWithPath**](docs/ExecutionsApi.md#triggerExecutionByGetWebhookWithPath) | **GET** /api/v1/{tenant}/executions/webhook/{namespace}/{id}/{key}/{path} | Trigger a new execution by GET webhook trigger
|
|
180
|
+
*KestraIoKestraSdk.ExecutionsApi* | [**triggerExecutionByPostWebhookWithPath**](docs/ExecutionsApi.md#triggerExecutionByPostWebhookWithPath) | **POST** /api/v1/{tenant}/executions/webhook/{namespace}/{id}/{key}/{path} | Trigger a new execution by POST webhook trigger
|
|
181
|
+
*KestraIoKestraSdk.ExecutionsApi* | [**triggerExecutionByPutWebhookWithPath**](docs/ExecutionsApi.md#triggerExecutionByPutWebhookWithPath) | **PUT** /api/v1/{tenant}/executions/webhook/{namespace}/{id}/{key}/{path} | Trigger a new execution by PUT webhook trigger
|
|
180
182
|
*KestraIoKestraSdk.ExecutionsApi* | [**unqueueExecution**](docs/ExecutionsApi.md#unqueueExecution) | **POST** /api/v1/{tenant}/executions/{executionId}/unqueue | Unqueue an execution
|
|
181
183
|
*KestraIoKestraSdk.ExecutionsApi* | [**unqueueExecutionsByIds**](docs/ExecutionsApi.md#unqueueExecutionsByIds) | **POST** /api/v1/{tenant}/executions/unqueue/by-ids | Unqueue a list of executions
|
|
182
184
|
*KestraIoKestraSdk.ExecutionsApi* | [**unqueueExecutionsByQuery**](docs/ExecutionsApi.md#unqueueExecutionsByQuery) | **POST** /api/v1/{tenant}/executions/unqueue/by-query | Unqueue executions filter by query parameters
|
|
@@ -194,7 +196,6 @@ Class | Method | HTTP request | Description
|
|
|
194
196
|
*KestraIoKestraSdk.FlowsApi* | [**disableFlowsByQuery**](docs/FlowsApi.md#disableFlowsByQuery) | **POST** /api/v1/{tenant}/flows/disable/by-query | Disable flows returned by the query parameters.
|
|
195
197
|
*KestraIoKestraSdk.FlowsApi* | [**enableFlowsByIds**](docs/FlowsApi.md#enableFlowsByIds) | **POST** /api/v1/{tenant}/flows/enable/by-ids | Enable flows by their IDs.
|
|
196
198
|
*KestraIoKestraSdk.FlowsApi* | [**enableFlowsByQuery**](docs/FlowsApi.md#enableFlowsByQuery) | **POST** /api/v1/{tenant}/flows/enable/by-query | Enable flows returned by the query parameters.
|
|
197
|
-
*KestraIoKestraSdk.FlowsApi* | [**exportFlows**](docs/FlowsApi.md#exportFlows) | **GET** /api/v1/{tenant}/flows/export/by-query/csv | Export all flows as a streamed CSV file
|
|
198
199
|
*KestraIoKestraSdk.FlowsApi* | [**exportFlowsByIds**](docs/FlowsApi.md#exportFlowsByIds) | **POST** /api/v1/{tenant}/flows/export/by-ids | Export flows as a ZIP archive of yaml sources.
|
|
199
200
|
*KestraIoKestraSdk.FlowsApi* | [**exportFlowsByQuery**](docs/FlowsApi.md#exportFlowsByQuery) | **GET** /api/v1/{tenant}/flows/export/by-query | Export flows as a ZIP archive of yaml sources.
|
|
200
201
|
*KestraIoKestraSdk.FlowsApi* | [**flow**](docs/FlowsApi.md#flow) | **GET** /api/v1/{tenant}/flows/{namespace}/{id} | Get a flow
|
|
@@ -239,6 +240,8 @@ Class | Method | HTTP request | Description
|
|
|
239
240
|
*KestraIoKestraSdk.NamespacesApi* | [**createNamespace**](docs/NamespacesApi.md#createNamespace) | **POST** /api/v1/{tenant}/namespaces | Create a namespace
|
|
240
241
|
*KestraIoKestraSdk.NamespacesApi* | [**deleteNamespace**](docs/NamespacesApi.md#deleteNamespace) | **DELETE** /api/v1/{tenant}/namespaces/{id} | Delete a namespace
|
|
241
242
|
*KestraIoKestraSdk.NamespacesApi* | [**deleteSecret**](docs/NamespacesApi.md#deleteSecret) | **DELETE** /api/v1/{tenant}/namespaces/{namespace}/secrets/{key} | Delete a secret for a namespace
|
|
243
|
+
*KestraIoKestraSdk.NamespacesApi* | [**exportPluginDefaults**](docs/NamespacesApi.md#exportPluginDefaults) | **POST** /api/v1/{tenant}/namespaces/{id}/plugindefaults/export | Export this namespace plugin defaults
|
|
244
|
+
*KestraIoKestraSdk.NamespacesApi* | [**importPluginDefaults**](docs/NamespacesApi.md#importPluginDefaults) | **POST** /api/v1/{tenant}/namespaces/{id}/plugindefaults/import | Import plugin defaults in this namespace
|
|
242
245
|
*KestraIoKestraSdk.NamespacesApi* | [**inheritedPluginDefaults**](docs/NamespacesApi.md#inheritedPluginDefaults) | **GET** /api/v1/{tenant}/namespaces/{id}/inherited-plugindefaults | List inherited plugin defaults
|
|
243
246
|
*KestraIoKestraSdk.NamespacesApi* | [**inheritedSecrets**](docs/NamespacesApi.md#inheritedSecrets) | **GET** /api/v1/{tenant}/namespaces/{namespace}/inherited-secrets | List inherited secrets
|
|
244
247
|
*KestraIoKestraSdk.NamespacesApi* | [**inheritedVariables**](docs/NamespacesApi.md#inheritedVariables) | **GET** /api/v1/{tenant}/namespaces/{id}/inherited-variables | List inherited variables
|
|
@@ -332,12 +335,12 @@ Class | Method | HTTP request | Description
|
|
|
332
335
|
- [KestraIoKestraSdk.AbstractFlow](docs/AbstractFlow.md)
|
|
333
336
|
- [KestraIoKestraSdk.AbstractGraph](docs/AbstractGraph.md)
|
|
334
337
|
- [KestraIoKestraSdk.AbstractGraphBranchType](docs/AbstractGraphBranchType.md)
|
|
335
|
-
- [KestraIoKestraSdk.AbstractMetricEntryObject](docs/AbstractMetricEntryObject.md)
|
|
336
338
|
- [KestraIoKestraSdk.AbstractTrigger](docs/AbstractTrigger.md)
|
|
337
339
|
- [KestraIoKestraSdk.AbstractTriggerForExecution](docs/AbstractTriggerForExecution.md)
|
|
338
340
|
- [KestraIoKestraSdk.AbstractUser](docs/AbstractUser.md)
|
|
339
341
|
- [KestraIoKestraSdk.AbstractUserTenantIdentityProvider](docs/AbstractUserTenantIdentityProvider.md)
|
|
340
342
|
- [KestraIoKestraSdk.Action](docs/Action.md)
|
|
343
|
+
- [KestraIoKestraSdk.AiControllerAiProviderResponse](docs/AiControllerAiProviderResponse.md)
|
|
341
344
|
- [KestraIoKestraSdk.ApiAuth](docs/ApiAuth.md)
|
|
342
345
|
- [KestraIoKestraSdk.ApiAutocomplete](docs/ApiAutocomplete.md)
|
|
343
346
|
- [KestraIoKestraSdk.ApiGroupSummary](docs/ApiGroupSummary.md)
|
|
@@ -354,8 +357,7 @@ Class | Method | HTTP request | Description
|
|
|
354
357
|
- [KestraIoKestraSdk.ApiToken](docs/ApiToken.md)
|
|
355
358
|
- [KestraIoKestraSdk.ApiTokenList](docs/ApiTokenList.md)
|
|
356
359
|
- [KestraIoKestraSdk.ApiUser](docs/ApiUser.md)
|
|
357
|
-
- [KestraIoKestraSdk.
|
|
358
|
-
- [KestraIoKestraSdk.AppResponseUILayout](docs/AppResponseUILayout.md)
|
|
360
|
+
- [KestraIoKestraSdk.AppGenerationPrompt](docs/AppGenerationPrompt.md)
|
|
359
361
|
- [KestraIoKestraSdk.AppsControllerApiApp](docs/AppsControllerApiApp.md)
|
|
360
362
|
- [KestraIoKestraSdk.AppsControllerApiAppCatalogItem](docs/AppsControllerApiAppCatalogItem.md)
|
|
361
363
|
- [KestraIoKestraSdk.AppsControllerApiAppSource](docs/AppsControllerApiAppSource.md)
|
|
@@ -373,6 +375,7 @@ Class | Method | HTTP request | Description
|
|
|
373
375
|
- [KestraIoKestraSdk.AssetTopologyGraphNode](docs/AssetTopologyGraphNode.md)
|
|
374
376
|
- [KestraIoKestraSdk.AssetTopologyGraphNodeNodeType](docs/AssetTopologyGraphNodeNodeType.md)
|
|
375
377
|
- [KestraIoKestraSdk.AssetsControllerApiAsset](docs/AssetsControllerApiAsset.md)
|
|
378
|
+
- [KestraIoKestraSdk.AssetsControllerApiAssetLineageEvent](docs/AssetsControllerApiAssetLineageEvent.md)
|
|
376
379
|
- [KestraIoKestraSdk.AssetsControllerApiAssetUsage](docs/AssetsControllerApiAssetUsage.md)
|
|
377
380
|
- [KestraIoKestraSdk.AssetsDeclaration](docs/AssetsDeclaration.md)
|
|
378
381
|
- [KestraIoKestraSdk.AssetsInOut](docs/AssetsInOut.md)
|
|
@@ -393,7 +396,6 @@ Class | Method | HTTP request | Description
|
|
|
393
396
|
- [KestraIoKestraSdk.BaseResourcePatchRequest](docs/BaseResourcePatchRequest.md)
|
|
394
397
|
- [KestraIoKestraSdk.BaseResourceScimResource](docs/BaseResourceScimResource.md)
|
|
395
398
|
- [KestraIoKestraSdk.BaseResourceSearchRequest](docs/BaseResourceSearchRequest.md)
|
|
396
|
-
- [KestraIoKestraSdk.BasicAuthCredentials](docs/BasicAuthCredentials.md)
|
|
397
399
|
- [KestraIoKestraSdk.Binding](docs/Binding.md)
|
|
398
400
|
- [KestraIoKestraSdk.BindingType](docs/BindingType.md)
|
|
399
401
|
- [KestraIoKestraSdk.Blueprint](docs/Blueprint.md)
|
|
@@ -421,48 +423,33 @@ Class | Method | HTTP request | Description
|
|
|
421
423
|
- [KestraIoKestraSdk.ConcurrencyBehavior](docs/ConcurrencyBehavior.md)
|
|
422
424
|
- [KestraIoKestraSdk.ConcurrencyLimit](docs/ConcurrencyLimit.md)
|
|
423
425
|
- [KestraIoKestraSdk.Condition](docs/Condition.md)
|
|
424
|
-
- [KestraIoKestraSdk.ConversionServiceProvider](docs/ConversionServiceProvider.md)
|
|
425
|
-
- [KestraIoKestraSdk.ConvertibleMultiValuesString](docs/ConvertibleMultiValuesString.md)
|
|
426
|
-
- [KestraIoKestraSdk.ConvertibleValuesListString](docs/ConvertibleValuesListString.md)
|
|
427
426
|
- [KestraIoKestraSdk.CreateApiTokenRequest](docs/CreateApiTokenRequest.md)
|
|
428
427
|
- [KestraIoKestraSdk.CreateApiTokenResponse](docs/CreateApiTokenResponse.md)
|
|
429
428
|
- [KestraIoKestraSdk.CreateNamespaceFileRequest](docs/CreateNamespaceFileRequest.md)
|
|
430
429
|
- [KestraIoKestraSdk.CreateSecurityIntegrationRequest](docs/CreateSecurityIntegrationRequest.md)
|
|
431
430
|
- [KestraIoKestraSdk.CrudEventType](docs/CrudEventType.md)
|
|
432
|
-
- [KestraIoKestraSdk.DailyExecutionStatistics](docs/DailyExecutionStatistics.md)
|
|
433
|
-
- [KestraIoKestraSdk.DailyExecutionStatisticsDuration](docs/DailyExecutionStatisticsDuration.md)
|
|
434
|
-
- [KestraIoKestraSdk.DailyExecutionStatisticsExecutionCounts](docs/DailyExecutionStatisticsExecutionCounts.md)
|
|
435
431
|
- [KestraIoKestraSdk.Dashboard](docs/Dashboard.md)
|
|
436
432
|
- [KestraIoKestraSdk.DashboardControllerPreviewRequest](docs/DashboardControllerPreviewRequest.md)
|
|
433
|
+
- [KestraIoKestraSdk.DashboardGenerationPrompt](docs/DashboardGenerationPrompt.md)
|
|
437
434
|
- [KestraIoKestraSdk.DeleteTriggersByQueryRequest](docs/DeleteTriggersByQueryRequest.md)
|
|
438
|
-
- [KestraIoKestraSdk.DeletedInterface](docs/DeletedInterface.md)
|
|
439
435
|
- [KestraIoKestraSdk.DependsOn](docs/DependsOn.md)
|
|
440
436
|
- [KestraIoKestraSdk.DocumentationWithSchema](docs/DocumentationWithSchema.md)
|
|
441
437
|
- [KestraIoKestraSdk.EditionProviderEdition](docs/EditionProviderEdition.md)
|
|
442
438
|
- [KestraIoKestraSdk.Email](docs/Email.md)
|
|
443
|
-
- [KestraIoKestraSdk.
|
|
439
|
+
- [KestraIoKestraSdk.EvaluationType](docs/EvaluationType.md)
|
|
444
440
|
- [KestraIoKestraSdk.EventExecution](docs/EventExecution.md)
|
|
445
441
|
- [KestraIoKestraSdk.EventExecutionStatusEvent](docs/EventExecutionStatusEvent.md)
|
|
446
|
-
- [KestraIoKestraSdk.EventLogEntry](docs/EventLogEntry.md)
|
|
447
442
|
- [KestraIoKestraSdk.ExecutableTaskSubflowId](docs/ExecutableTaskSubflowId.md)
|
|
448
443
|
- [KestraIoKestraSdk.Execution](docs/Execution.md)
|
|
449
|
-
- [KestraIoKestraSdk.ExecutionControllerApiValidateExecutionInputsResponse](docs/ExecutionControllerApiValidateExecutionInputsResponse.md)
|
|
450
|
-
- [KestraIoKestraSdk.ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure](docs/ExecutionControllerApiValidateExecutionInputsResponseApiCheckFailure.md)
|
|
451
|
-
- [KestraIoKestraSdk.ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue](docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputAndValue.md)
|
|
452
|
-
- [KestraIoKestraSdk.ExecutionControllerApiValidateExecutionInputsResponseApiInputError](docs/ExecutionControllerApiValidateExecutionInputsResponseApiInputError.md)
|
|
453
|
-
- [KestraIoKestraSdk.ExecutionControllerEvalResult](docs/ExecutionControllerEvalResult.md)
|
|
454
444
|
- [KestraIoKestraSdk.ExecutionControllerExecutionResponse](docs/ExecutionControllerExecutionResponse.md)
|
|
455
445
|
- [KestraIoKestraSdk.ExecutionControllerLastExecutionResponse](docs/ExecutionControllerLastExecutionResponse.md)
|
|
456
446
|
- [KestraIoKestraSdk.ExecutionControllerSetLabelsByIdsRequest](docs/ExecutionControllerSetLabelsByIdsRequest.md)
|
|
457
447
|
- [KestraIoKestraSdk.ExecutionControllerStateRequest](docs/ExecutionControllerStateRequest.md)
|
|
458
|
-
- [KestraIoKestraSdk.ExecutionControllerWebhookResponse](docs/ExecutionControllerWebhookResponse.md)
|
|
459
448
|
- [KestraIoKestraSdk.ExecutionKind](docs/ExecutionKind.md)
|
|
460
449
|
- [KestraIoKestraSdk.ExecutionMetadata](docs/ExecutionMetadata.md)
|
|
461
|
-
- [KestraIoKestraSdk.ExecutionRepositoryInterfaceChildFilter](docs/ExecutionRepositoryInterfaceChildFilter.md)
|
|
462
450
|
- [KestraIoKestraSdk.ExecutionRepositoryInterfaceFlowFilter](docs/ExecutionRepositoryInterfaceFlowFilter.md)
|
|
463
451
|
- [KestraIoKestraSdk.ExecutionStatusEvent](docs/ExecutionStatusEvent.md)
|
|
464
452
|
- [KestraIoKestraSdk.ExecutionTrigger](docs/ExecutionTrigger.md)
|
|
465
|
-
- [KestraIoKestraSdk.ExecutionUsage](docs/ExecutionUsage.md)
|
|
466
453
|
- [KestraIoKestraSdk.FileAttributes](docs/FileAttributes.md)
|
|
467
454
|
- [KestraIoKestraSdk.FileAttributesFileType](docs/FileAttributesFileType.md)
|
|
468
455
|
- [KestraIoKestraSdk.FileMetas](docs/FileMetas.md)
|
|
@@ -479,15 +466,11 @@ Class | Method | HTTP request | Description
|
|
|
479
466
|
- [KestraIoKestraSdk.FlowInterface](docs/FlowInterface.md)
|
|
480
467
|
- [KestraIoKestraSdk.FlowNode](docs/FlowNode.md)
|
|
481
468
|
- [KestraIoKestraSdk.FlowRelation](docs/FlowRelation.md)
|
|
482
|
-
- [KestraIoKestraSdk.FlowScope](docs/FlowScope.md)
|
|
483
469
|
- [KestraIoKestraSdk.FlowTopologyGraph](docs/FlowTopologyGraph.md)
|
|
484
470
|
- [KestraIoKestraSdk.FlowTopologyGraphEdge](docs/FlowTopologyGraphEdge.md)
|
|
485
|
-
- [KestraIoKestraSdk.FlowUsage](docs/FlowUsage.md)
|
|
486
471
|
- [KestraIoKestraSdk.FlowWithSource](docs/FlowWithSource.md)
|
|
487
472
|
- [KestraIoKestraSdk.GroupIdentifier](docs/GroupIdentifier.md)
|
|
488
473
|
- [KestraIoKestraSdk.GroupIdentifierMembership](docs/GroupIdentifierMembership.md)
|
|
489
|
-
- [KestraIoKestraSdk.GroupUsage](docs/GroupUsage.md)
|
|
490
|
-
- [KestraIoKestraSdk.HttpParameters](docs/HttpParameters.md)
|
|
491
474
|
- [KestraIoKestraSdk.IAMBindingControllerApiBindingDetail](docs/IAMBindingControllerApiBindingDetail.md)
|
|
492
475
|
- [KestraIoKestraSdk.IAMBindingControllerApiBindingGroup](docs/IAMBindingControllerApiBindingGroup.md)
|
|
493
476
|
- [KestraIoKestraSdk.IAMBindingControllerApiBindingUser](docs/IAMBindingControllerApiBindingUser.md)
|
|
@@ -528,6 +511,7 @@ Class | Method | HTTP request | Description
|
|
|
528
511
|
- [KestraIoKestraSdk.IAMUserGroupControllerApiUpdateUserGroupsRequest](docs/IAMUserGroupControllerApiUpdateUserGroupsRequest.md)
|
|
529
512
|
- [KestraIoKestraSdk.IdWithNamespace](docs/IdWithNamespace.md)
|
|
530
513
|
- [KestraIoKestraSdk.IdentityProvider](docs/IdentityProvider.md)
|
|
514
|
+
- [KestraIoKestraSdk.ImportPluginDefaultsRequest](docs/ImportPluginDefaultsRequest.md)
|
|
531
515
|
- [KestraIoKestraSdk.InputObject](docs/InputObject.md)
|
|
532
516
|
- [KestraIoKestraSdk.InputType](docs/InputType.md)
|
|
533
517
|
- [KestraIoKestraSdk.InstanceControllerApiActiveService](docs/InstanceControllerApiActiveService.md)
|
|
@@ -553,13 +537,13 @@ Class | Method | HTTP request | Description
|
|
|
553
537
|
- [KestraIoKestraSdk.Isolation](docs/Isolation.md)
|
|
554
538
|
- [KestraIoKestraSdk.KVControllerApiDeleteBulkRequest](docs/KVControllerApiDeleteBulkRequest.md)
|
|
555
539
|
- [KestraIoKestraSdk.KVControllerApiDeleteBulkResponse](docs/KVControllerApiDeleteBulkResponse.md)
|
|
556
|
-
- [KestraIoKestraSdk.
|
|
540
|
+
- [KestraIoKestraSdk.KVControllerKvDetail](docs/KVControllerKvDetail.md)
|
|
557
541
|
- [KestraIoKestraSdk.KVEntry](docs/KVEntry.md)
|
|
558
542
|
- [KestraIoKestraSdk.KVType](docs/KVType.md)
|
|
543
|
+
- [KestraIoKestraSdk.KillSwitch](docs/KillSwitch.md)
|
|
559
544
|
- [KestraIoKestraSdk.Label](docs/Label.md)
|
|
560
545
|
- [KestraIoKestraSdk.LeftSidebarConfiguration](docs/LeftSidebarConfiguration.md)
|
|
561
546
|
- [KestraIoKestraSdk.Level](docs/Level.md)
|
|
562
|
-
- [KestraIoKestraSdk.Listener](docs/Listener.md)
|
|
563
547
|
- [KestraIoKestraSdk.LogEntry](docs/LogEntry.md)
|
|
564
548
|
- [KestraIoKestraSdk.MapObjectObject](docs/MapObjectObject.md)
|
|
565
549
|
- [KestraIoKestraSdk.MeControllerApiMe](docs/MeControllerApiMe.md)
|
|
@@ -573,7 +557,6 @@ Class | Method | HTTP request | Description
|
|
|
573
557
|
- [KestraIoKestraSdk.MetricAggregations](docs/MetricAggregations.md)
|
|
574
558
|
- [KestraIoKestraSdk.MetricEntry](docs/MetricEntry.md)
|
|
575
559
|
- [KestraIoKestraSdk.MetricTag](docs/MetricTag.md)
|
|
576
|
-
- [KestraIoKestraSdk.MiscControllerApiUsage](docs/MiscControllerApiUsage.md)
|
|
577
560
|
- [KestraIoKestraSdk.MiscControllerConfiguration](docs/MiscControllerConfiguration.md)
|
|
578
561
|
- [KestraIoKestraSdk.MiscControllerEEConfiguration](docs/MiscControllerEEConfiguration.md)
|
|
579
562
|
- [KestraIoKestraSdk.MiscControllerEnvironment](docs/MiscControllerEnvironment.md)
|
|
@@ -584,7 +567,7 @@ Class | Method | HTTP request | Description
|
|
|
584
567
|
- [KestraIoKestraSdk.Name](docs/Name.md)
|
|
585
568
|
- [KestraIoKestraSdk.Namespace](docs/Namespace.md)
|
|
586
569
|
- [KestraIoKestraSdk.NamespaceAllowedNamespace](docs/NamespaceAllowedNamespace.md)
|
|
587
|
-
- [KestraIoKestraSdk.
|
|
570
|
+
- [KestraIoKestraSdk.NamespaceControllerApiInheritedPluginDefaultFromNamespace](docs/NamespaceControllerApiInheritedPluginDefaultFromNamespace.md)
|
|
588
571
|
- [KestraIoKestraSdk.NamespaceFileRevision](docs/NamespaceFileRevision.md)
|
|
589
572
|
- [KestraIoKestraSdk.NamespaceLight](docs/NamespaceLight.md)
|
|
590
573
|
- [KestraIoKestraSdk.Output](docs/Output.md)
|
|
@@ -595,6 +578,7 @@ Class | Method | HTTP request | Description
|
|
|
595
578
|
- [KestraIoKestraSdk.PagedResultsAppsControllerApiApp](docs/PagedResultsAppsControllerApiApp.md)
|
|
596
579
|
- [KestraIoKestraSdk.PagedResultsAppsControllerApiAppCatalogItem](docs/PagedResultsAppsControllerApiAppCatalogItem.md)
|
|
597
580
|
- [KestraIoKestraSdk.PagedResultsAssetsControllerApiAsset](docs/PagedResultsAssetsControllerApiAsset.md)
|
|
581
|
+
- [KestraIoKestraSdk.PagedResultsAssetsControllerApiAssetLineageEvent](docs/PagedResultsAssetsControllerApiAssetLineageEvent.md)
|
|
598
582
|
- [KestraIoKestraSdk.PagedResultsAssetsControllerApiAssetUsage](docs/PagedResultsAssetsControllerApiAssetUsage.md)
|
|
599
583
|
- [KestraIoKestraSdk.PagedResultsAuditLogControllerApiAuditLogItem](docs/PagedResultsAuditLogControllerApiAuditLogItem.md)
|
|
600
584
|
- [KestraIoKestraSdk.PagedResultsBlueprint](docs/PagedResultsBlueprint.md)
|
|
@@ -636,10 +620,11 @@ Class | Method | HTTP request | Description
|
|
|
636
620
|
- [KestraIoKestraSdk.PluginPluginElementMetadata](docs/PluginPluginElementMetadata.md)
|
|
637
621
|
- [KestraIoKestraSdk.PluginSchema](docs/PluginSchema.md)
|
|
638
622
|
- [KestraIoKestraSdk.PluginSubGroupPluginCategory](docs/PluginSubGroupPluginCategory.md)
|
|
639
|
-
- [KestraIoKestraSdk.PropertyAssetsDeclaration](docs/PropertyAssetsDeclaration.md)
|
|
640
623
|
- [KestraIoKestraSdk.PropertyBoolean](docs/PropertyBoolean.md)
|
|
641
624
|
- [KestraIoKestraSdk.PropertyDouble](docs/PropertyDouble.md)
|
|
642
625
|
- [KestraIoKestraSdk.PropertyDuration](docs/PropertyDuration.md)
|
|
626
|
+
- [KestraIoKestraSdk.PropertyListAsset](docs/PropertyListAsset.md)
|
|
627
|
+
- [KestraIoKestraSdk.PropertyListAssetIdentifier](docs/PropertyListAssetIdentifier.md)
|
|
643
628
|
- [KestraIoKestraSdk.PropertyListString](docs/PropertyListString.md)
|
|
644
629
|
- [KestraIoKestraSdk.PropertyObject](docs/PropertyObject.md)
|
|
645
630
|
- [KestraIoKestraSdk.PropertyString](docs/PropertyString.md)
|
|
@@ -656,7 +641,7 @@ Class | Method | HTTP request | Description
|
|
|
656
641
|
- [KestraIoKestraSdk.RightSidebarConfiguration](docs/RightSidebarConfiguration.md)
|
|
657
642
|
- [KestraIoKestraSdk.RightSidebarConfigurationCustomLink](docs/RightSidebarConfigurationCustomLink.md)
|
|
658
643
|
- [KestraIoKestraSdk.Role](docs/Role.md)
|
|
659
|
-
- [KestraIoKestraSdk.
|
|
644
|
+
- [KestraIoKestraSdk.SDKAuth](docs/SDKAuth.md)
|
|
660
645
|
- [KestraIoKestraSdk.SLA](docs/SLA.md)
|
|
661
646
|
- [KestraIoKestraSdk.SLABehavior](docs/SLABehavior.md)
|
|
662
647
|
- [KestraIoKestraSdk.SLALabels](docs/SLALabels.md)
|
|
@@ -691,7 +676,7 @@ Class | Method | HTTP request | Description
|
|
|
691
676
|
- [KestraIoKestraSdk.ServiceType](docs/ServiceType.md)
|
|
692
677
|
- [KestraIoKestraSdk.SetAppsCatalogLogoRequest](docs/SetAppsCatalogLogoRequest.md)
|
|
693
678
|
- [KestraIoKestraSdk.SetupConfiguration](docs/SetupConfiguration.md)
|
|
694
|
-
- [KestraIoKestraSdk.
|
|
679
|
+
- [KestraIoKestraSdk.SoftDeletableFlowInterface](docs/SoftDeletableFlowInterface.md)
|
|
695
680
|
- [KestraIoKestraSdk.SortOrder](docs/SortOrder.md)
|
|
696
681
|
- [KestraIoKestraSdk.SortRequest](docs/SortRequest.md)
|
|
697
682
|
- [KestraIoKestraSdk.State](docs/State.md)
|
|
@@ -707,7 +692,6 @@ Class | Method | HTTP request | Description
|
|
|
707
692
|
- [KestraIoKestraSdk.TenantControllerAppsCatalogConfigRequest](docs/TenantControllerAppsCatalogConfigRequest.md)
|
|
708
693
|
- [KestraIoKestraSdk.TenantControllerAppsCatalogConfigResponse](docs/TenantControllerAppsCatalogConfigResponse.md)
|
|
709
694
|
- [KestraIoKestraSdk.TenantInterface](docs/TenantInterface.md)
|
|
710
|
-
- [KestraIoKestraSdk.TenantUsage](docs/TenantUsage.md)
|
|
711
695
|
- [KestraIoKestraSdk.TestState](docs/TestState.md)
|
|
712
696
|
- [KestraIoKestraSdk.TestSuite](docs/TestSuite.md)
|
|
713
697
|
- [KestraIoKestraSdk.TestSuiteControllerRunRequest](docs/TestSuiteControllerRunRequest.md)
|
|
@@ -715,6 +699,7 @@ Class | Method | HTTP request | Description
|
|
|
715
699
|
- [KestraIoKestraSdk.TestSuiteControllerTestSuiteApiId](docs/TestSuiteControllerTestSuiteApiId.md)
|
|
716
700
|
- [KestraIoKestraSdk.TestSuiteControllerTestSuiteBulkRequest](docs/TestSuiteControllerTestSuiteBulkRequest.md)
|
|
717
701
|
- [KestraIoKestraSdk.TestSuiteControllerTestsLastResultResponse](docs/TestSuiteControllerTestsLastResultResponse.md)
|
|
702
|
+
- [KestraIoKestraSdk.TestSuiteGenerationPrompt](docs/TestSuiteGenerationPrompt.md)
|
|
718
703
|
- [KestraIoKestraSdk.TestSuiteRunResult](docs/TestSuiteRunResult.md)
|
|
719
704
|
- [KestraIoKestraSdk.TestSuiteServiceRunByQueryRequest](docs/TestSuiteServiceRunByQueryRequest.md)
|
|
720
705
|
- [KestraIoKestraSdk.TestSuiteServiceTestRunByQueryResult](docs/TestSuiteServiceTestRunByQueryResult.md)
|
|
@@ -729,14 +714,13 @@ Class | Method | HTTP request | Description
|
|
|
729
714
|
- [KestraIoKestraSdk.UnitTest](docs/UnitTest.md)
|
|
730
715
|
- [KestraIoKestraSdk.UnitTestResult](docs/UnitTestResult.md)
|
|
731
716
|
- [KestraIoKestraSdk.UploadVersionedPluginsRequest](docs/UploadVersionedPluginsRequest.md)
|
|
732
|
-
- [KestraIoKestraSdk.UsageEE](docs/UsageEE.md)
|
|
733
717
|
- [KestraIoKestraSdk.UserGroup](docs/UserGroup.md)
|
|
734
718
|
- [KestraIoKestraSdk.UserGroupType](docs/UserGroupType.md)
|
|
735
719
|
- [KestraIoKestraSdk.UserType](docs/UserType.md)
|
|
736
|
-
- [KestraIoKestraSdk.UserUsage](docs/UserUsage.md)
|
|
737
720
|
- [KestraIoKestraSdk.UsernamePasswordCredentials](docs/UsernamePasswordCredentials.md)
|
|
738
721
|
- [KestraIoKestraSdk.ValidateConstraintViolation](docs/ValidateConstraintViolation.md)
|
|
739
722
|
- [KestraIoKestraSdk.ValuePathExpression](docs/ValuePathExpression.md)
|
|
723
|
+
- [KestraIoKestraSdk.WebhookResponse](docs/WebhookResponse.md)
|
|
740
724
|
- [KestraIoKestraSdk.WorkerGroup](docs/WorkerGroup.md)
|
|
741
725
|
- [KestraIoKestraSdk.WorkerGroupFallback](docs/WorkerGroupFallback.md)
|
|
742
726
|
- [KestraIoKestraSdk.WorkerTaskRestartStrategy](docs/WorkerTaskRestartStrategy.md)
|
package/dist/ApiClient.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ApiClient.d.ts","sourceRoot":"","sources":["../src/ApiClient.js"],"names":[],"mappings":";AAeA;;EAEE;AAEF;;;;;;EAME;AACF;IA6FI;;;;MAIE;IACF,yCASC;
|
|
1
|
+
{"version":3,"file":"ApiClient.d.ts","sourceRoot":"","sources":["../src/ApiClient.js"],"names":[],"mappings":";AAeA;;EAEE;AAEF;;;;;;EAME;AACF;IA6FI;;;;MAIE;IACF,yCASC;IAodD;;;;MAIE;IACF,+BAFY,IAAI,CAOf;IAED;;;;;;;;MAQE;IACF,2BAPU,CAAC,YAAa,CAAC,QACf,CAAC,SAAO,KAAK,QAAS,iBAAiC,CAAC,OA+DjE;IA2CD;;;;MAIE;IACF,iCAHe,WAAY,OACb,WAAY,uBAczB;IAxsBD;;;;OAIG;IACH,+BAkEC;IAjEG;;;;OAIG;IACH,iBAA4C;IAE5C;;;OAGG;IACH,iBAFU,KAAK,QAAS,CAKvB;IAER;;;;WAIU;IACH,gBAHU,KAAK,QAAS,CAKvB;IAED;;;;OAIG;IACH,gBAAoB;IAEpB;;;;;OAKG;IACH,eAAiB;IAExB;;;;WAIU;IACH,uBAA0B;IAOxB,WAAmC;IAMpC,kBAAwB;IAKzB,aAAmB;IAIvB;;;;MAIE;IACF,kCAYC;IAkBF;;;;;;;OAOG;IACF,qEAwBC;IAED;;;;;;;;;;MAUE;IACF,yCAEC;IAED;;;;MAIE;IACF,gCAHU,KAAK,QAAS,UAWvB;IAED;;;;MAIE;IACF,iCA4BC;IAED;;;;;;;;;MASE;IACF,kCAcC;IAED;;;;;;MAME;IACF,qDAJU,GAAqC,GACnC,cAAY,CAyDvB;IAED,yDA4CC;IAED;;;;MAIE;IACF,4CAFU,KAAK,QAAS,QAgDvB;IAEF;;;;;;;;OAQG;IACF,uCANU,CAAC,SAAO,KAAK,QAAS,iBAAiC,CAAC,OAoBjE;IAGF;;;;;;;;;;;;;;;;OAgBG;IACF,4IARU,KAAK,QAAS,gBACd,KAAK,QAAS,WACd,KAAK,QAAS,cACd,CAAC,iBAAa,cAAc,CAAC,qCA2ItC;IAkFH;;;QAGI;IACF;;;QAOC;IAED,4DA0BC;CAoBJ;;;;;;;;;;;;;kBAyCQ,GAAgB"}
|