@platzio/sdk 0.6.0-beta.3 → 0.7.0-beta.2

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.
Files changed (205) hide show
  1. package/.github/workflows/release.yaml +17 -5
  2. package/AGENTS.md +9 -0
  3. package/dist/index.d.mts +586 -5347
  4. package/dist/index.d.ts +586 -5347
  5. package/dist/index.js +262 -435
  6. package/dist/index.mjs +258 -432
  7. package/openapi.yaml +1461 -1596
  8. package/package.json +3 -3
  9. package/src/.openapi-generator/FILES +190 -0
  10. package/src/.openapi-generator/VERSION +1 -1
  11. package/src/api.ts +565 -5536
  12. package/src/base.ts +0 -24
  13. package/src/common.ts +19 -42
  14. package/src/configuration.ts +32 -21
  15. package/src/docs/AuthenticationApi.md +147 -0
  16. package/src/docs/Bot.md +24 -0
  17. package/src/docs/BotToken.md +26 -0
  18. package/src/docs/BotTokensApi.md +215 -0
  19. package/src/docs/BotsApi.md +164 -0
  20. package/src/docs/ChartExt.md +30 -0
  21. package/src/docs/ChartExtActionEndpoint.md +8 -0
  22. package/src/docs/ChartExtActionMethod.md +16 -0
  23. package/src/docs/ChartExtActionTarget.md +24 -0
  24. package/src/docs/ChartExtActionUserDeploymentRole.md +10 -0
  25. package/src/docs/ChartExtActionV0.md +40 -0
  26. package/src/docs/ChartExtActionV1Beta1.md +24 -0
  27. package/src/docs/ChartExtActions.md +22 -0
  28. package/src/docs/ChartExtActionsV0.md +22 -0
  29. package/src/docs/ChartExtCardinality.md +10 -0
  30. package/src/docs/ChartExtDeploymentDisplay.md +22 -0
  31. package/src/docs/ChartExtDeploymentDisplayIcon.md +20 -0
  32. package/src/docs/ChartExtDeploymentDisplayName.md +20 -0
  33. package/src/docs/ChartExtDeploymentDisplayNameInputField.md +20 -0
  34. package/src/docs/ChartExtDeploymentDisplayNameOneOf.md +20 -0
  35. package/src/docs/ChartExtFeatures.md +36 -0
  36. package/src/docs/ChartExtFeaturesSpec.md +32 -0
  37. package/src/docs/ChartExtFeaturesV0.md +30 -0
  38. package/src/docs/ChartExtFeaturesV1Beta1.md +24 -0
  39. package/src/docs/ChartExtFeaturesV1Beta2.md +24 -0
  40. package/src/docs/ChartExtIngress.md +22 -0
  41. package/src/docs/ChartExtIngressHostnameFormat.md +10 -0
  42. package/src/docs/ChartExtKindAction.md +8 -0
  43. package/src/docs/ChartExtKindFeatures.md +8 -0
  44. package/src/docs/ChartExtKindResourceType.md +8 -0
  45. package/src/docs/ChartExtKindValuesUi.md +8 -0
  46. package/src/docs/ChartExtResourceLifecycleActionV1Beta1.md +22 -0
  47. package/src/docs/ChartExtResourceLifecycleV1Beta1.md +24 -0
  48. package/src/docs/ChartExtResourceTypeV1Beta1.md +26 -0
  49. package/src/docs/ChartExtResourceTypeV1Beta1Spec.md +30 -0
  50. package/src/docs/ChartExtStatusFeature.md +24 -0
  51. package/src/docs/ChartExtVersionV1Beta1.md +8 -0
  52. package/src/docs/ChartExtVersionV1Beta2.md +8 -0
  53. package/src/docs/ChartMetadata.md +28 -0
  54. package/src/docs/CreateBotToken.md +20 -0
  55. package/src/docs/CreateDeploymentTask.md +24 -0
  56. package/src/docs/CreateUserToken.md +20 -0
  57. package/src/docs/CreatedBotToken.md +20 -0
  58. package/src/docs/CreatedUserToken.md +20 -0
  59. package/src/docs/DbEvent.md +24 -0
  60. package/src/docs/DbEventData.md +20 -0
  61. package/src/docs/DbEventOperation.md +12 -0
  62. package/src/docs/DbTable.md +40 -0
  63. package/src/docs/DbTableOrDeploymentResource.md +22 -0
  64. package/src/docs/DbTableOrDeploymentResourceOneOf.md +22 -0
  65. package/src/docs/Deployment.md +46 -0
  66. package/src/docs/DeploymentInstallTask.md +24 -0
  67. package/src/docs/DeploymentInvokeActionTask.md +24 -0
  68. package/src/docs/DeploymentKind.md +24 -0
  69. package/src/docs/DeploymentKindsApi.md +164 -0
  70. package/src/docs/DeploymentPermission.md +30 -0
  71. package/src/docs/DeploymentPermissionsApi.md +212 -0
  72. package/src/docs/DeploymentRecreaseTask.md +26 -0
  73. package/src/docs/DeploymentReinstallTask.md +20 -0
  74. package/src/docs/DeploymentReportedMetric.md +26 -0
  75. package/src/docs/DeploymentReportedNotice.md +22 -0
  76. package/src/docs/DeploymentReportedNoticeLevel.md +12 -0
  77. package/src/docs/DeploymentReportedStatus.md +26 -0
  78. package/src/docs/DeploymentReportedStatusColor.md +16 -0
  79. package/src/docs/DeploymentReportedStatusContent.md +26 -0
  80. package/src/docs/DeploymentReportedStatusSummary.md +22 -0
  81. package/src/docs/DeploymentResource.md +36 -0
  82. package/src/docs/DeploymentResourceSyncStatus.md +16 -0
  83. package/src/docs/DeploymentResourceType.md +30 -0
  84. package/src/docs/DeploymentResourceTypesApi.md +115 -0
  85. package/src/docs/DeploymentResourcesApi.md +267 -0
  86. package/src/docs/DeploymentRestartK8sResourceTask.md +22 -0
  87. package/src/docs/DeploymentStatus.md +24 -0
  88. package/src/docs/DeploymentTask.md +48 -0
  89. package/src/docs/DeploymentTaskOperation.md +32 -0
  90. package/src/docs/DeploymentTaskOperationOneOf.md +20 -0
  91. package/src/docs/DeploymentTaskOperationOneOf1.md +20 -0
  92. package/src/docs/DeploymentTaskOperationOneOf2.md +20 -0
  93. package/src/docs/DeploymentTaskOperationOneOf3.md +20 -0
  94. package/src/docs/DeploymentTaskOperationOneOf4.md +20 -0
  95. package/src/docs/DeploymentTaskOperationOneOf5.md +20 -0
  96. package/src/docs/DeploymentTaskOperationOneOf6.md +20 -0
  97. package/src/docs/DeploymentTaskStatus.md +16 -0
  98. package/src/docs/DeploymentTasksApi.md +164 -0
  99. package/src/docs/DeploymentUpgradeTask.md +28 -0
  100. package/src/docs/DeploymentsApi.md +276 -0
  101. package/src/docs/Env.md +30 -0
  102. package/src/docs/EnvUserPermission.md +28 -0
  103. package/src/docs/EnvUserPermissionsApi.md +212 -0
  104. package/src/docs/EnvUserRole.md +10 -0
  105. package/src/docs/EnvsApi.md +270 -0
  106. package/src/docs/FinishGoogleLoginResponse.md +20 -0
  107. package/src/docs/HelmChart.md +50 -0
  108. package/src/docs/HelmChartsApi.md +112 -0
  109. package/src/docs/HelmRegistriesApi.md +167 -0
  110. package/src/docs/HelmRegistry.md +34 -0
  111. package/src/docs/HelmRegistryProvider.md +10 -0
  112. package/src/docs/HelmTagFormat.md +24 -0
  113. package/src/docs/HelmTagFormatsApi.md +212 -0
  114. package/src/docs/K8sCluster.md +48 -0
  115. package/src/docs/K8sResource.md +36 -0
  116. package/src/docs/KubernetesClustersApi.md +218 -0
  117. package/src/docs/KubernetesResourcesApi.md +118 -0
  118. package/src/docs/MeResponse.md +24 -0
  119. package/src/docs/MeResponseOneOf.md +20 -0
  120. package/src/docs/MeResponseOneOf1.md +20 -0
  121. package/src/docs/MeResponseOneOf2.md +20 -0
  122. package/src/docs/MeResponseOneOf2Deployment.md +22 -0
  123. package/src/docs/NewDeployment.md +30 -0
  124. package/src/docs/NewDeploymentPermission.md +26 -0
  125. package/src/docs/NewDeploymentResource.md +32 -0
  126. package/src/docs/NewEnv.md +22 -0
  127. package/src/docs/NewEnvUserPermission.md +24 -0
  128. package/src/docs/NewHelmTagFormat.md +20 -0
  129. package/src/docs/NewSecret.md +26 -0
  130. package/src/docs/OAuth2Response.md +20 -0
  131. package/src/docs/PaginatedBot.md +26 -0
  132. package/src/docs/PaginatedBotItemsInner.md +24 -0
  133. package/src/docs/PaginatedBotToken.md +26 -0
  134. package/src/docs/PaginatedBotTokenItemsInner.md +26 -0
  135. package/src/docs/PaginatedDeployment.md +26 -0
  136. package/src/docs/PaginatedDeploymentItemsInner.md +46 -0
  137. package/src/docs/PaginatedDeploymentKind.md +26 -0
  138. package/src/docs/PaginatedDeploymentKindItemsInner.md +24 -0
  139. package/src/docs/PaginatedDeploymentPermission.md +26 -0
  140. package/src/docs/PaginatedDeploymentPermissionItemsInner.md +30 -0
  141. package/src/docs/PaginatedDeploymentResource.md +26 -0
  142. package/src/docs/PaginatedDeploymentResourceItemsInner.md +36 -0
  143. package/src/docs/PaginatedDeploymentResourceType.md +26 -0
  144. package/src/docs/PaginatedDeploymentResourceTypeItemsInner.md +30 -0
  145. package/src/docs/PaginatedDeploymentTask.md +26 -0
  146. package/src/docs/PaginatedDeploymentTaskItemsInner.md +48 -0
  147. package/src/docs/PaginatedEnv.md +26 -0
  148. package/src/docs/PaginatedEnvItemsInner.md +30 -0
  149. package/src/docs/PaginatedEnvUserPermission.md +26 -0
  150. package/src/docs/PaginatedEnvUserPermissionItemsInner.md +28 -0
  151. package/src/docs/PaginatedHelmChart.md +26 -0
  152. package/src/docs/PaginatedHelmChartItemsInner.md +50 -0
  153. package/src/docs/PaginatedHelmRegistry.md +26 -0
  154. package/src/docs/PaginatedHelmRegistryItemsInner.md +34 -0
  155. package/src/docs/PaginatedHelmTagFormat.md +26 -0
  156. package/src/docs/PaginatedHelmTagFormatItemsInner.md +24 -0
  157. package/src/docs/PaginatedK8sCluster.md +26 -0
  158. package/src/docs/PaginatedK8sClusterItemsInner.md +48 -0
  159. package/src/docs/PaginatedK8sResource.md +26 -0
  160. package/src/docs/PaginatedK8sResourceItemsInner.md +36 -0
  161. package/src/docs/PaginatedSecret.md +26 -0
  162. package/src/docs/PaginatedSecretItemsInner.md +30 -0
  163. package/src/docs/PaginatedUser.md +26 -0
  164. package/src/docs/PaginatedUserItemsInner.md +30 -0
  165. package/src/docs/PaginatedUserToken.md +26 -0
  166. package/src/docs/PaginatedUserTokenItemsInner.md +24 -0
  167. package/src/docs/Secret.md +30 -0
  168. package/src/docs/SecretsApi.md +273 -0
  169. package/src/docs/SerializedUiSchemaInputType.md +24 -0
  170. package/src/docs/ServerApi.md +51 -0
  171. package/src/docs/ServerInfo.md +20 -0
  172. package/src/docs/StartGoogleLoginResponse.md +20 -0
  173. package/src/docs/UiSchema.md +26 -0
  174. package/src/docs/UiSchemaFieldValuePair.md +22 -0
  175. package/src/docs/UiSchemaInput.md +50 -0
  176. package/src/docs/UiSchemaInputFieldOption.md +24 -0
  177. package/src/docs/UiSchemaInputFieldValue.md +22 -0
  178. package/src/docs/UiSchemaInputRef.md +22 -0
  179. package/src/docs/UiSchemaInputRefField.md +20 -0
  180. package/src/docs/UiSchemaInputRefOneOf.md +20 -0
  181. package/src/docs/UiSchemaInputRefOneOf1.md +20 -0
  182. package/src/docs/UiSchemaInputRefProperty.md +22 -0
  183. package/src/docs/UiSchemaInputSingleType.md +20 -0
  184. package/src/docs/UiSchemaInputSingleTypeOneOf.md +20 -0
  185. package/src/docs/UiSchemaInputSingleTypeOneOfCollectionSelect.md +20 -0
  186. package/src/docs/UiSchemaInputType.md +22 -0
  187. package/src/docs/UiSchemaOutputValue.md +22 -0
  188. package/src/docs/UiSchemaOutputs.md +22 -0
  189. package/src/docs/UiSchemaV0.md +22 -0
  190. package/src/docs/UiSchemaV1Beta1.md +26 -0
  191. package/src/docs/UpdateBot.md +20 -0
  192. package/src/docs/UpdateDeployment.md +32 -0
  193. package/src/docs/UpdateDeploymentKind.md +20 -0
  194. package/src/docs/UpdateDeploymentResource.md +22 -0
  195. package/src/docs/UpdateEnv.md +26 -0
  196. package/src/docs/UpdateHelmRegistry.md +20 -0
  197. package/src/docs/UpdateK8sCluster.md +32 -0
  198. package/src/docs/UpdateSecret.md +22 -0
  199. package/src/docs/UpdateUser.md +22 -0
  200. package/src/docs/User.md +30 -0
  201. package/src/docs/UserDeploymentRole.md +10 -0
  202. package/src/docs/UserToken.md +24 -0
  203. package/src/docs/UserTokensApi.md +212 -0
  204. package/src/docs/UsersApi.md +170 -0
  205. package/tsconfig.json +1 -0
@@ -0,0 +1,24 @@
1
+ # SerializedUiSchemaInputType
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **type** | **string** | | [default to undefined]
9
+ **itemType** | **string** | | [optional] [default to undefined]
10
+ **collection** | **any** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { SerializedUiSchemaInputType } from './api';
16
+
17
+ const instance: SerializedUiSchemaInputType = {
18
+ type,
19
+ itemType,
20
+ collection,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,51 @@
1
+ # ServerApi
2
+
3
+ All URIs are relative to *http://localhost*
4
+
5
+ |Method | HTTP request | Description|
6
+ |------------- | ------------- | -------------|
7
+ |[**getServerInfo**](#getserverinfo) | **GET** /api/v2/server | |
8
+
9
+ # **getServerInfo**
10
+ > ServerInfo getServerInfo()
11
+
12
+
13
+ ### Example
14
+
15
+ ```typescript
16
+ import {
17
+ ServerApi,
18
+ Configuration
19
+ } from './api';
20
+
21
+ const configuration = new Configuration();
22
+ const apiInstance = new ServerApi(configuration);
23
+
24
+ const { status, data } = await apiInstance.getServerInfo();
25
+ ```
26
+
27
+ ### Parameters
28
+ This endpoint does not have any parameters.
29
+
30
+
31
+ ### Return type
32
+
33
+ **ServerInfo**
34
+
35
+ ### Authorization
36
+
37
+ [access_token](../README.md#access_token), [user_token](../README.md#user_token)
38
+
39
+ ### HTTP request headers
40
+
41
+ - **Content-Type**: Not defined
42
+ - **Accept**: application/json
43
+
44
+
45
+ ### HTTP response details
46
+ | Status code | Description | Response headers |
47
+ |-------------|-------------|------------------|
48
+ |**200** | | - |
49
+
50
+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
51
+
@@ -0,0 +1,20 @@
1
+ # ServerInfo
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **version** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { ServerInfo } from './api';
14
+
15
+ const instance: ServerInfo = {
16
+ version,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # StartGoogleLoginResponse
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **redirect_url** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { StartGoogleLoginResponse } from './api';
14
+
15
+ const instance: StartGoogleLoginResponse = {
16
+ redirect_url,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # UiSchema
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **inputs** | [**Array<UiSchemaInput>**](UiSchemaInput.md) | | [default to undefined]
9
+ **outputs** | [**UiSchemaOutputs**](UiSchemaOutputs.md) | | [optional] [default to undefined]
10
+ **apiVersion** | [**ChartExtVersionV1Beta1**](ChartExtVersionV1Beta1.md) | | [default to undefined]
11
+ **kind** | [**ChartExtKindValuesUi**](ChartExtKindValuesUi.md) | | [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { UiSchema } from './api';
17
+
18
+ const instance: UiSchema = {
19
+ inputs,
20
+ outputs,
21
+ apiVersion,
22
+ kind,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # UiSchemaFieldValuePair
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **field** | **string** | | [default to undefined]
9
+ **value** | **any** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UiSchemaFieldValuePair } from './api';
15
+
16
+ const instance: UiSchemaFieldValuePair = {
17
+ field,
18
+ value,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,50 @@
1
+ # UiSchemaInput
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **type** | **string** | | [default to undefined]
9
+ **itemType** | **string** | | [optional] [default to undefined]
10
+ **collection** | **any** | | [optional] [default to undefined]
11
+ **id** | **string** | | [default to undefined]
12
+ **label** | **string** | | [default to undefined]
13
+ **initialValue** | **any** | | [optional] [default to undefined]
14
+ **helpText** | **string** | | [optional] [default to undefined]
15
+ **required** | **boolean** | | [optional] [default to undefined]
16
+ **sensitive** | **boolean** | | [optional] [default to undefined]
17
+ **_options** | [**Array<UiSchemaInputFieldOption>**](UiSchemaInputFieldOption.md) | | [optional] [default to undefined]
18
+ **showIfAll** | [**Array<UiSchemaFieldValuePair>**](UiSchemaFieldValuePair.md) | | [optional] [default to undefined]
19
+ **showIf** | **any** | | [optional] [default to undefined]
20
+ **filters** | [**Array<UiSchemaInputFieldValue>**](UiSchemaInputFieldValue.md) | | [optional] [default to undefined]
21
+ **minimum** | **string** | | [optional] [default to undefined]
22
+ **maximum** | **string** | | [optional] [default to undefined]
23
+ **step** | **string** | | [optional] [default to undefined]
24
+
25
+ ## Example
26
+
27
+ ```typescript
28
+ import { UiSchemaInput } from './api';
29
+
30
+ const instance: UiSchemaInput = {
31
+ type,
32
+ itemType,
33
+ collection,
34
+ id,
35
+ label,
36
+ initialValue,
37
+ helpText,
38
+ required,
39
+ sensitive,
40
+ _options,
41
+ showIfAll,
42
+ showIf,
43
+ filters,
44
+ minimum,
45
+ maximum,
46
+ step,
47
+ };
48
+ ```
49
+
50
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,24 @@
1
+ # UiSchemaInputFieldOption
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **value** | **any** | | [default to undefined]
9
+ **label** | **string** | | [optional] [default to undefined]
10
+ **helpText** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { UiSchemaInputFieldOption } from './api';
16
+
17
+ const instance: UiSchemaInputFieldOption = {
18
+ value,
19
+ label,
20
+ helpText,
21
+ };
22
+ ```
23
+
24
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # UiSchemaInputFieldValue
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **field** | **string** | | [default to undefined]
9
+ **value** | **any** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UiSchemaInputFieldValue } from './api';
15
+
16
+ const instance: UiSchemaInputFieldValue = {
17
+ field,
18
+ value,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # UiSchemaInputRef
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **FieldValue** | [**UiSchemaInputRefField**](UiSchemaInputRefField.md) | | [default to undefined]
9
+ **FieldProperty** | [**UiSchemaInputRefProperty**](UiSchemaInputRefProperty.md) | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UiSchemaInputRef } from './api';
15
+
16
+ const instance: UiSchemaInputRef = {
17
+ FieldValue,
18
+ FieldProperty,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # UiSchemaInputRefField
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **input** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UiSchemaInputRefField } from './api';
14
+
15
+ const instance: UiSchemaInputRefField = {
16
+ input,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # UiSchemaInputRefOneOf
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **FieldValue** | [**UiSchemaInputRefField**](UiSchemaInputRefField.md) | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UiSchemaInputRefOneOf } from './api';
14
+
15
+ const instance: UiSchemaInputRefOneOf = {
16
+ FieldValue,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # UiSchemaInputRefOneOf1
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **FieldProperty** | [**UiSchemaInputRefProperty**](UiSchemaInputRefProperty.md) | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UiSchemaInputRefOneOf1 } from './api';
14
+
15
+ const instance: UiSchemaInputRefOneOf1 = {
16
+ FieldProperty,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # UiSchemaInputRefProperty
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **input** | **string** | | [default to undefined]
9
+ **property** | **string** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UiSchemaInputRefProperty } from './api';
15
+
16
+ const instance: UiSchemaInputRefProperty = {
17
+ input,
18
+ property,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # UiSchemaInputSingleType
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **CollectionSelect** | [**UiSchemaInputSingleTypeOneOfCollectionSelect**](UiSchemaInputSingleTypeOneOfCollectionSelect.md) | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UiSchemaInputSingleType } from './api';
14
+
15
+ const instance: UiSchemaInputSingleType = {
16
+ CollectionSelect,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # UiSchemaInputSingleTypeOneOf
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **CollectionSelect** | [**UiSchemaInputSingleTypeOneOfCollectionSelect**](UiSchemaInputSingleTypeOneOfCollectionSelect.md) | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UiSchemaInputSingleTypeOneOf } from './api';
14
+
15
+ const instance: UiSchemaInputSingleTypeOneOf = {
16
+ CollectionSelect,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # UiSchemaInputSingleTypeOneOfCollectionSelect
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **collection** | **any** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UiSchemaInputSingleTypeOneOfCollectionSelect } from './api';
14
+
15
+ const instance: UiSchemaInputSingleTypeOneOfCollectionSelect = {
16
+ collection,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # UiSchemaInputType
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **single_type** | [**UiSchemaInputSingleType**](UiSchemaInputSingleType.md) | | [default to undefined]
9
+ **is_array** | **boolean** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UiSchemaInputType } from './api';
15
+
16
+ const instance: UiSchemaInputType = {
17
+ single_type,
18
+ is_array,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # UiSchemaOutputValue
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **path** | **Array<string>** | | [default to undefined]
9
+ **value** | [**UiSchemaInputRef**](UiSchemaInputRef.md) | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UiSchemaOutputValue } from './api';
15
+
16
+ const instance: UiSchemaOutputValue = {
17
+ path,
18
+ value,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # UiSchemaOutputs
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **values** | [**Array<UiSchemaOutputValue>**](UiSchemaOutputValue.md) | | [default to undefined]
9
+ **secrets** | **{ [key: string]: { [key: string]: UiSchemaInputRef; }; }** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UiSchemaOutputs } from './api';
15
+
16
+ const instance: UiSchemaOutputs = {
17
+ values,
18
+ secrets,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # UiSchemaV0
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **inputs** | [**Array<UiSchemaInput>**](UiSchemaInput.md) | | [default to undefined]
9
+ **outputs** | [**UiSchemaOutputs**](UiSchemaOutputs.md) | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UiSchemaV0 } from './api';
15
+
16
+ const instance: UiSchemaV0 = {
17
+ inputs,
18
+ outputs,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,26 @@
1
+ # UiSchemaV1Beta1
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **inputs** | [**Array<UiSchemaInput>**](UiSchemaInput.md) | | [default to undefined]
9
+ **outputs** | [**UiSchemaOutputs**](UiSchemaOutputs.md) | | [optional] [default to undefined]
10
+ **apiVersion** | [**ChartExtVersionV1Beta1**](ChartExtVersionV1Beta1.md) | | [default to undefined]
11
+ **kind** | [**ChartExtKindValuesUi**](ChartExtKindValuesUi.md) | | [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { UiSchemaV1Beta1 } from './api';
17
+
18
+ const instance: UiSchemaV1Beta1 = {
19
+ inputs,
20
+ outputs,
21
+ apiVersion,
22
+ kind,
23
+ };
24
+ ```
25
+
26
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # UpdateBot
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **display_name** | **string** | | [optional] [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UpdateBot } from './api';
14
+
15
+ const instance: UpdateBot = {
16
+ display_name,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,32 @@
1
+ # UpdateDeployment
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [optional] [default to undefined]
9
+ **cluster_id** | **string** | | [optional] [default to undefined]
10
+ **helm_chart_id** | **string** | | [optional] [default to undefined]
11
+ **config** | **any** | | [optional] [default to undefined]
12
+ **values_override** | **any** | | [optional] [default to undefined]
13
+ **enabled** | **boolean** | | [optional] [default to undefined]
14
+ **description_md** | **string** | | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { UpdateDeployment } from './api';
20
+
21
+ const instance: UpdateDeployment = {
22
+ name,
23
+ cluster_id,
24
+ helm_chart_id,
25
+ config,
26
+ values_override,
27
+ enabled,
28
+ description_md,
29
+ };
30
+ ```
31
+
32
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,20 @@
1
+ # UpdateDeploymentKind
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { UpdateDeploymentKind } from './api';
14
+
15
+ const instance: UpdateDeploymentKind = {
16
+ name,
17
+ };
18
+ ```
19
+
20
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,22 @@
1
+ # UpdateDeploymentResource
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [optional] [default to undefined]
9
+ **props** | **any** | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { UpdateDeploymentResource } from './api';
15
+
16
+ const instance: UpdateDeploymentResource = {
17
+ name,
18
+ props,
19
+ };
20
+ ```
21
+
22
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)