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

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 (203) hide show
  1. package/.github/workflows/release.yaml +17 -5
  2. package/dist/index.d.mts +526 -5298
  3. package/dist/index.d.ts +526 -5298
  4. package/dist/index.js +262 -435
  5. package/dist/index.mjs +258 -432
  6. package/openapi.yaml +1461 -1596
  7. package/package.json +3 -3
  8. package/src/.openapi-generator/FILES +190 -0
  9. package/src/.openapi-generator/VERSION +1 -1
  10. package/src/api.ts +565 -5536
  11. package/src/base.ts +0 -24
  12. package/src/common.ts +19 -42
  13. package/src/configuration.ts +32 -21
  14. package/src/docs/AuthenticationApi.md +147 -0
  15. package/src/docs/Bot.md +24 -0
  16. package/src/docs/BotToken.md +26 -0
  17. package/src/docs/BotTokensApi.md +215 -0
  18. package/src/docs/BotsApi.md +164 -0
  19. package/src/docs/ChartExt.md +30 -0
  20. package/src/docs/ChartExtActionEndpoint.md +8 -0
  21. package/src/docs/ChartExtActionMethod.md +16 -0
  22. package/src/docs/ChartExtActionTarget.md +24 -0
  23. package/src/docs/ChartExtActionUserDeploymentRole.md +10 -0
  24. package/src/docs/ChartExtActionV0.md +40 -0
  25. package/src/docs/ChartExtActionV1Beta1.md +24 -0
  26. package/src/docs/ChartExtActions.md +22 -0
  27. package/src/docs/ChartExtActionsV0.md +22 -0
  28. package/src/docs/ChartExtCardinality.md +10 -0
  29. package/src/docs/ChartExtDeploymentDisplay.md +22 -0
  30. package/src/docs/ChartExtDeploymentDisplayIcon.md +20 -0
  31. package/src/docs/ChartExtDeploymentDisplayName.md +20 -0
  32. package/src/docs/ChartExtDeploymentDisplayNameInputField.md +20 -0
  33. package/src/docs/ChartExtDeploymentDisplayNameOneOf.md +20 -0
  34. package/src/docs/ChartExtFeatures.md +36 -0
  35. package/src/docs/ChartExtFeaturesSpec.md +32 -0
  36. package/src/docs/ChartExtFeaturesV0.md +30 -0
  37. package/src/docs/ChartExtFeaturesV1Beta1.md +24 -0
  38. package/src/docs/ChartExtFeaturesV1Beta2.md +24 -0
  39. package/src/docs/ChartExtIngress.md +22 -0
  40. package/src/docs/ChartExtIngressHostnameFormat.md +10 -0
  41. package/src/docs/ChartExtKindAction.md +8 -0
  42. package/src/docs/ChartExtKindFeatures.md +8 -0
  43. package/src/docs/ChartExtKindResourceType.md +8 -0
  44. package/src/docs/ChartExtKindValuesUi.md +8 -0
  45. package/src/docs/ChartExtResourceLifecycleActionV1Beta1.md +22 -0
  46. package/src/docs/ChartExtResourceLifecycleV1Beta1.md +24 -0
  47. package/src/docs/ChartExtResourceTypeV1Beta1.md +26 -0
  48. package/src/docs/ChartExtResourceTypeV1Beta1Spec.md +30 -0
  49. package/src/docs/ChartExtStatusFeature.md +24 -0
  50. package/src/docs/ChartExtVersionV1Beta1.md +8 -0
  51. package/src/docs/ChartExtVersionV1Beta2.md +8 -0
  52. package/src/docs/ChartMetadata.md +28 -0
  53. package/src/docs/CreateBotToken.md +20 -0
  54. package/src/docs/CreateDeploymentTask.md +24 -0
  55. package/src/docs/CreateUserToken.md +20 -0
  56. package/src/docs/CreatedBotToken.md +20 -0
  57. package/src/docs/CreatedUserToken.md +20 -0
  58. package/src/docs/DbEvent.md +24 -0
  59. package/src/docs/DbEventData.md +20 -0
  60. package/src/docs/DbEventOperation.md +12 -0
  61. package/src/docs/DbTable.md +40 -0
  62. package/src/docs/DbTableOrDeploymentResource.md +22 -0
  63. package/src/docs/DbTableOrDeploymentResourceOneOf.md +22 -0
  64. package/src/docs/Deployment.md +46 -0
  65. package/src/docs/DeploymentInstallTask.md +24 -0
  66. package/src/docs/DeploymentInvokeActionTask.md +24 -0
  67. package/src/docs/DeploymentKind.md +24 -0
  68. package/src/docs/DeploymentKindsApi.md +164 -0
  69. package/src/docs/DeploymentPermission.md +30 -0
  70. package/src/docs/DeploymentPermissionsApi.md +212 -0
  71. package/src/docs/DeploymentRecreaseTask.md +26 -0
  72. package/src/docs/DeploymentReinstallTask.md +20 -0
  73. package/src/docs/DeploymentReportedMetric.md +26 -0
  74. package/src/docs/DeploymentReportedNotice.md +22 -0
  75. package/src/docs/DeploymentReportedNoticeLevel.md +12 -0
  76. package/src/docs/DeploymentReportedStatus.md +26 -0
  77. package/src/docs/DeploymentReportedStatusColor.md +16 -0
  78. package/src/docs/DeploymentReportedStatusContent.md +26 -0
  79. package/src/docs/DeploymentReportedStatusSummary.md +22 -0
  80. package/src/docs/DeploymentResource.md +36 -0
  81. package/src/docs/DeploymentResourceSyncStatus.md +16 -0
  82. package/src/docs/DeploymentResourceType.md +30 -0
  83. package/src/docs/DeploymentResourceTypesApi.md +115 -0
  84. package/src/docs/DeploymentResourcesApi.md +267 -0
  85. package/src/docs/DeploymentRestartK8sResourceTask.md +22 -0
  86. package/src/docs/DeploymentStatus.md +24 -0
  87. package/src/docs/DeploymentTask.md +48 -0
  88. package/src/docs/DeploymentTaskOperation.md +32 -0
  89. package/src/docs/DeploymentTaskOperationOneOf.md +20 -0
  90. package/src/docs/DeploymentTaskOperationOneOf1.md +20 -0
  91. package/src/docs/DeploymentTaskOperationOneOf2.md +20 -0
  92. package/src/docs/DeploymentTaskOperationOneOf3.md +20 -0
  93. package/src/docs/DeploymentTaskOperationOneOf4.md +20 -0
  94. package/src/docs/DeploymentTaskOperationOneOf5.md +20 -0
  95. package/src/docs/DeploymentTaskOperationOneOf6.md +20 -0
  96. package/src/docs/DeploymentTaskStatus.md +16 -0
  97. package/src/docs/DeploymentTasksApi.md +164 -0
  98. package/src/docs/DeploymentUpgradeTask.md +28 -0
  99. package/src/docs/DeploymentsApi.md +276 -0
  100. package/src/docs/Env.md +30 -0
  101. package/src/docs/EnvUserPermission.md +28 -0
  102. package/src/docs/EnvUserPermissionsApi.md +212 -0
  103. package/src/docs/EnvUserRole.md +10 -0
  104. package/src/docs/EnvsApi.md +270 -0
  105. package/src/docs/FinishGoogleLoginResponse.md +20 -0
  106. package/src/docs/HelmChart.md +50 -0
  107. package/src/docs/HelmChartsApi.md +112 -0
  108. package/src/docs/HelmRegistriesApi.md +167 -0
  109. package/src/docs/HelmRegistry.md +34 -0
  110. package/src/docs/HelmRegistryProvider.md +10 -0
  111. package/src/docs/HelmTagFormat.md +24 -0
  112. package/src/docs/HelmTagFormatsApi.md +212 -0
  113. package/src/docs/K8sCluster.md +48 -0
  114. package/src/docs/K8sResource.md +36 -0
  115. package/src/docs/KubernetesClustersApi.md +218 -0
  116. package/src/docs/KubernetesResourcesApi.md +118 -0
  117. package/src/docs/MeResponse.md +24 -0
  118. package/src/docs/MeResponseOneOf.md +20 -0
  119. package/src/docs/MeResponseOneOf1.md +20 -0
  120. package/src/docs/MeResponseOneOf2.md +20 -0
  121. package/src/docs/MeResponseOneOf2Deployment.md +22 -0
  122. package/src/docs/NewDeployment.md +30 -0
  123. package/src/docs/NewDeploymentPermission.md +26 -0
  124. package/src/docs/NewDeploymentResource.md +32 -0
  125. package/src/docs/NewEnv.md +22 -0
  126. package/src/docs/NewEnvUserPermission.md +24 -0
  127. package/src/docs/NewHelmTagFormat.md +20 -0
  128. package/src/docs/NewSecret.md +26 -0
  129. package/src/docs/OAuth2Response.md +20 -0
  130. package/src/docs/PaginatedBot.md +26 -0
  131. package/src/docs/PaginatedBotItemsInner.md +24 -0
  132. package/src/docs/PaginatedBotToken.md +26 -0
  133. package/src/docs/PaginatedBotTokenItemsInner.md +26 -0
  134. package/src/docs/PaginatedDeployment.md +26 -0
  135. package/src/docs/PaginatedDeploymentItemsInner.md +46 -0
  136. package/src/docs/PaginatedDeploymentKind.md +26 -0
  137. package/src/docs/PaginatedDeploymentKindItemsInner.md +24 -0
  138. package/src/docs/PaginatedDeploymentPermission.md +26 -0
  139. package/src/docs/PaginatedDeploymentPermissionItemsInner.md +30 -0
  140. package/src/docs/PaginatedDeploymentResource.md +26 -0
  141. package/src/docs/PaginatedDeploymentResourceItemsInner.md +36 -0
  142. package/src/docs/PaginatedDeploymentResourceType.md +26 -0
  143. package/src/docs/PaginatedDeploymentResourceTypeItemsInner.md +30 -0
  144. package/src/docs/PaginatedDeploymentTask.md +26 -0
  145. package/src/docs/PaginatedDeploymentTaskItemsInner.md +48 -0
  146. package/src/docs/PaginatedEnv.md +26 -0
  147. package/src/docs/PaginatedEnvItemsInner.md +30 -0
  148. package/src/docs/PaginatedEnvUserPermission.md +26 -0
  149. package/src/docs/PaginatedEnvUserPermissionItemsInner.md +28 -0
  150. package/src/docs/PaginatedHelmChart.md +26 -0
  151. package/src/docs/PaginatedHelmChartItemsInner.md +50 -0
  152. package/src/docs/PaginatedHelmRegistry.md +26 -0
  153. package/src/docs/PaginatedHelmRegistryItemsInner.md +34 -0
  154. package/src/docs/PaginatedHelmTagFormat.md +26 -0
  155. package/src/docs/PaginatedHelmTagFormatItemsInner.md +24 -0
  156. package/src/docs/PaginatedK8sCluster.md +26 -0
  157. package/src/docs/PaginatedK8sClusterItemsInner.md +48 -0
  158. package/src/docs/PaginatedK8sResource.md +26 -0
  159. package/src/docs/PaginatedK8sResourceItemsInner.md +36 -0
  160. package/src/docs/PaginatedSecret.md +26 -0
  161. package/src/docs/PaginatedSecretItemsInner.md +30 -0
  162. package/src/docs/PaginatedUser.md +26 -0
  163. package/src/docs/PaginatedUserItemsInner.md +30 -0
  164. package/src/docs/PaginatedUserToken.md +26 -0
  165. package/src/docs/PaginatedUserTokenItemsInner.md +24 -0
  166. package/src/docs/Secret.md +30 -0
  167. package/src/docs/SecretsApi.md +273 -0
  168. package/src/docs/SerializedUiSchemaInputType.md +24 -0
  169. package/src/docs/ServerApi.md +51 -0
  170. package/src/docs/ServerInfo.md +20 -0
  171. package/src/docs/StartGoogleLoginResponse.md +20 -0
  172. package/src/docs/UiSchema.md +26 -0
  173. package/src/docs/UiSchemaFieldValuePair.md +22 -0
  174. package/src/docs/UiSchemaInput.md +50 -0
  175. package/src/docs/UiSchemaInputFieldOption.md +24 -0
  176. package/src/docs/UiSchemaInputFieldValue.md +22 -0
  177. package/src/docs/UiSchemaInputRef.md +22 -0
  178. package/src/docs/UiSchemaInputRefField.md +20 -0
  179. package/src/docs/UiSchemaInputRefOneOf.md +20 -0
  180. package/src/docs/UiSchemaInputRefOneOf1.md +20 -0
  181. package/src/docs/UiSchemaInputRefProperty.md +22 -0
  182. package/src/docs/UiSchemaInputSingleType.md +20 -0
  183. package/src/docs/UiSchemaInputSingleTypeOneOf.md +20 -0
  184. package/src/docs/UiSchemaInputSingleTypeOneOfCollectionSelect.md +20 -0
  185. package/src/docs/UiSchemaInputType.md +22 -0
  186. package/src/docs/UiSchemaOutputValue.md +22 -0
  187. package/src/docs/UiSchemaOutputs.md +22 -0
  188. package/src/docs/UiSchemaV0.md +22 -0
  189. package/src/docs/UiSchemaV1Beta1.md +26 -0
  190. package/src/docs/UpdateBot.md +20 -0
  191. package/src/docs/UpdateDeployment.md +32 -0
  192. package/src/docs/UpdateDeploymentKind.md +20 -0
  193. package/src/docs/UpdateDeploymentResource.md +22 -0
  194. package/src/docs/UpdateEnv.md +26 -0
  195. package/src/docs/UpdateHelmRegistry.md +20 -0
  196. package/src/docs/UpdateK8sCluster.md +32 -0
  197. package/src/docs/UpdateSecret.md +22 -0
  198. package/src/docs/UpdateUser.md +22 -0
  199. package/src/docs/User.md +30 -0
  200. package/src/docs/UserDeploymentRole.md +10 -0
  201. package/src/docs/UserToken.md +24 -0
  202. package/src/docs/UserTokensApi.md +212 -0
  203. package/src/docs/UsersApi.md +170 -0
@@ -0,0 +1,20 @@
1
+ # ChartExtDeploymentDisplayNameOneOf
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **InputField** | [**ChartExtDeploymentDisplayNameInputField**](ChartExtDeploymentDisplayNameInputField.md) | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { ChartExtDeploymentDisplayNameOneOf } from './api';
14
+
15
+ const instance: ChartExtDeploymentDisplayNameOneOf = {
16
+ InputField,
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,36 @@
1
+ # ChartExtFeatures
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **apiVersion** | [**ChartExtVersionV1Beta1**](ChartExtVersionV1Beta1.md) | | [default to undefined]
9
+ **kind** | [**ChartExtKindFeatures**](ChartExtKindFeatures.md) | | [default to undefined]
10
+ **spec** | [**ChartExtFeaturesV0**](ChartExtFeaturesV0.md) | | [default to undefined]
11
+ **standard_ingress** | **boolean** | When true, values.yaml is injected with an `ingress` section that matches the structure generated by `helm create`. This generates the hostname and sets TLS correctly. | [optional] [default to undefined]
12
+ **status** | [**ChartExtStatusFeature**](ChartExtStatusFeature.md) | Sets an HTTP endpoint that returns a platz_sdk::PlatzStatus and displayed as part of the deployment page. | [optional] [default to undefined]
13
+ **cardinality** | [**ChartExtCardinality**](ChartExtCardinality.md) | Allow deploying OnePerCluster or Many. | [optional] [default to undefined]
14
+ **reinstall_dependencies** | **boolean** | Should dependent deployments be reinstalled when this deployment config/values are updated. This doesn\'t apply to renames or moving between clusters which always reinstalls dependencies. | [optional] [default to undefined]
15
+ **node_selector_paths** | **Array<Array<string>>** | Paths to inject the node selector to. Node selector is always added at the values top level `nodeSelector`. | [optional] [default to undefined]
16
+ **tolerations_paths** | **Array<Array<string>>** | Same for tolerations | [optional] [default to undefined]
17
+
18
+ ## Example
19
+
20
+ ```typescript
21
+ import { ChartExtFeatures } from './api';
22
+
23
+ const instance: ChartExtFeatures = {
24
+ apiVersion,
25
+ kind,
26
+ spec,
27
+ standard_ingress,
28
+ status,
29
+ cardinality,
30
+ reinstall_dependencies,
31
+ node_selector_paths,
32
+ tolerations_paths,
33
+ };
34
+ ```
35
+
36
+ [[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
+ # ChartExtFeaturesSpec
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **ingress** | [**ChartExtIngress**](ChartExtIngress.md) | When true, values.yaml is injected with an `ingress` section that matches the structure generated by `helm create`. This generates the hostname and sets TLS correctly. | [optional] [default to undefined]
9
+ **status** | [**ChartExtStatusFeature**](ChartExtStatusFeature.md) | Sets an HTTP endpoint that returns a platz_sdk::PlatzStatus and displayed as part of the deployment page. | [optional] [default to undefined]
10
+ **cardinality** | [**ChartExtCardinality**](ChartExtCardinality.md) | Allow deploying OnePerCluster or Many. | [optional] [default to undefined]
11
+ **reinstall_dependencies** | **boolean** | Should dependent deployments be reinstalled when this deployment config/values are updated. This doesn\'t apply to renames or moving between clusters which always reinstalls dependencies. | [optional] [default to undefined]
12
+ **node_selector_paths** | **Array<Array<string>>** | Paths to inject the node selector to. Node selector is always added at the values top level `nodeSelector`. | [optional] [default to undefined]
13
+ **tolerations_paths** | **Array<Array<string>>** | Same for tolerations | [optional] [default to undefined]
14
+ **display** | [**ChartExtDeploymentDisplay**](ChartExtDeploymentDisplay.md) | Control how the deployment is displayed | [optional] [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { ChartExtFeaturesSpec } from './api';
20
+
21
+ const instance: ChartExtFeaturesSpec = {
22
+ ingress,
23
+ status,
24
+ cardinality,
25
+ reinstall_dependencies,
26
+ node_selector_paths,
27
+ tolerations_paths,
28
+ display,
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,30 @@
1
+ # ChartExtFeaturesV0
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **standard_ingress** | **boolean** | When true, values.yaml is injected with an `ingress` section that matches the structure generated by `helm create`. This generates the hostname and sets TLS correctly. | [optional] [default to undefined]
9
+ **status** | [**ChartExtStatusFeature**](ChartExtStatusFeature.md) | Sets an HTTP endpoint that returns a platz_sdk::PlatzStatus and displayed as part of the deployment page. | [optional] [default to undefined]
10
+ **cardinality** | [**ChartExtCardinality**](ChartExtCardinality.md) | Allow deploying OnePerCluster or Many. | [optional] [default to undefined]
11
+ **reinstall_dependencies** | **boolean** | Should dependent deployments be reinstalled when this deployment config/values are updated. This doesn\'t apply to renames or moving between clusters which always reinstalls dependencies. | [optional] [default to undefined]
12
+ **node_selector_paths** | **Array<Array<string>>** | Paths to inject the node selector to. Node selector is always added at the values top level `nodeSelector`. | [optional] [default to undefined]
13
+ **tolerations_paths** | **Array<Array<string>>** | Same for tolerations | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { ChartExtFeaturesV0 } from './api';
19
+
20
+ const instance: ChartExtFeaturesV0 = {
21
+ standard_ingress,
22
+ status,
23
+ cardinality,
24
+ reinstall_dependencies,
25
+ node_selector_paths,
26
+ tolerations_paths,
27
+ };
28
+ ```
29
+
30
+ [[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
+ # ChartExtFeaturesV1Beta1
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **apiVersion** | [**ChartExtVersionV1Beta1**](ChartExtVersionV1Beta1.md) | | [default to undefined]
9
+ **kind** | [**ChartExtKindFeatures**](ChartExtKindFeatures.md) | | [default to undefined]
10
+ **spec** | [**ChartExtFeaturesV0**](ChartExtFeaturesV0.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ChartExtFeaturesV1Beta1 } from './api';
16
+
17
+ const instance: ChartExtFeaturesV1Beta1 = {
18
+ apiVersion,
19
+ kind,
20
+ spec,
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,24 @@
1
+ # ChartExtFeaturesV1Beta2
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **apiVersion** | [**ChartExtVersionV1Beta2**](ChartExtVersionV1Beta2.md) | | [default to undefined]
9
+ **kind** | [**ChartExtKindFeatures**](ChartExtKindFeatures.md) | | [default to undefined]
10
+ **spec** | [**ChartExtFeaturesSpec**](ChartExtFeaturesSpec.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ChartExtFeaturesV1Beta2 } from './api';
16
+
17
+ const instance: ChartExtFeaturesV1Beta2 = {
18
+ apiVersion,
19
+ kind,
20
+ spec,
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
+ # ChartExtIngress
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **enabled** | **boolean** | | [default to undefined]
9
+ **hostname_format** | [**ChartExtIngressHostnameFormat**](ChartExtIngressHostnameFormat.md) | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { ChartExtIngress } from './api';
15
+
16
+ const instance: ChartExtIngress = {
17
+ enabled,
18
+ hostname_format,
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,10 @@
1
+ # ChartExtIngressHostnameFormat
2
+
3
+
4
+ ## Enum
5
+
6
+ * `Name` (value: `'Name'`)
7
+
8
+ * `KindAndName` (value: `'KindAndName'`)
9
+
10
+ [[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,8 @@
1
+ # ChartExtKindAction
2
+
3
+
4
+ ## Enum
5
+
6
+ * `Action` (value: `'Action'`)
7
+
8
+ [[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,8 @@
1
+ # ChartExtKindFeatures
2
+
3
+
4
+ ## Enum
5
+
6
+ * `Features` (value: `'Features'`)
7
+
8
+ [[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,8 @@
1
+ # ChartExtKindResourceType
2
+
3
+
4
+ ## Enum
5
+
6
+ * `ResourceType` (value: `'ResourceType'`)
7
+
8
+ [[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,8 @@
1
+ # ChartExtKindValuesUi
2
+
3
+
4
+ ## Enum
5
+
6
+ * `ValuesUi` (value: `'ValuesUi'`)
7
+
8
+ [[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
+ # ChartExtResourceLifecycleActionV1Beta1
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **allowed_role** | [**ChartExtActionUserDeploymentRole**](ChartExtActionUserDeploymentRole.md) | | [optional] [default to undefined]
9
+ **target** | [**ChartExtActionTarget**](ChartExtActionTarget.md) | | [optional] [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { ChartExtResourceLifecycleActionV1Beta1 } from './api';
15
+
16
+ const instance: ChartExtResourceLifecycleActionV1Beta1 = {
17
+ allowed_role,
18
+ target,
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,24 @@
1
+ # ChartExtResourceLifecycleV1Beta1
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **create** | [**ChartExtResourceLifecycleActionV1Beta1**](ChartExtResourceLifecycleActionV1Beta1.md) | | [optional] [default to undefined]
9
+ **update** | [**ChartExtResourceLifecycleActionV1Beta1**](ChartExtResourceLifecycleActionV1Beta1.md) | | [optional] [default to undefined]
10
+ **_delete** | [**ChartExtResourceLifecycleActionV1Beta1**](ChartExtResourceLifecycleActionV1Beta1.md) | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ChartExtResourceLifecycleV1Beta1 } from './api';
16
+
17
+ const instance: ChartExtResourceLifecycleV1Beta1 = {
18
+ create,
19
+ update,
20
+ _delete,
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,26 @@
1
+ # ChartExtResourceTypeV1Beta1
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **apiVersion** | [**ChartExtVersionV1Beta1**](ChartExtVersionV1Beta1.md) | | [default to undefined]
9
+ **kind** | [**ChartExtKindResourceType**](ChartExtKindResourceType.md) | | [default to undefined]
10
+ **key** | **string** | | [default to undefined]
11
+ **spec** | [**ChartExtResourceTypeV1Beta1Spec**](ChartExtResourceTypeV1Beta1Spec.md) | | [default to undefined]
12
+
13
+ ## Example
14
+
15
+ ```typescript
16
+ import { ChartExtResourceTypeV1Beta1 } from './api';
17
+
18
+ const instance: ChartExtResourceTypeV1Beta1 = {
19
+ apiVersion,
20
+ kind,
21
+ key,
22
+ spec,
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,30 @@
1
+ # ChartExtResourceTypeV1Beta1Spec
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name_singular** | **string** | | [default to undefined]
9
+ **name_plural** | **string** | | [default to undefined]
10
+ **fontawesome_icon** | **string** | | [default to undefined]
11
+ **global** | **boolean** | | [optional] [default to undefined]
12
+ **values_ui** | [**UiSchemaV0**](UiSchemaV0.md) | | [default to undefined]
13
+ **lifecycle** | [**ChartExtResourceLifecycleV1Beta1**](ChartExtResourceLifecycleV1Beta1.md) | | [optional] [default to undefined]
14
+
15
+ ## Example
16
+
17
+ ```typescript
18
+ import { ChartExtResourceTypeV1Beta1Spec } from './api';
19
+
20
+ const instance: ChartExtResourceTypeV1Beta1Spec = {
21
+ name_singular,
22
+ name_plural,
23
+ fontawesome_icon,
24
+ global,
25
+ values_ui,
26
+ lifecycle,
27
+ };
28
+ ```
29
+
30
+ [[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
+ # ChartExtStatusFeature
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **endpoint** | [**ChartExtActionEndpoint**](ChartExtActionEndpoint.md) | | [default to undefined]
9
+ **path** | **string** | | [default to undefined]
10
+ **refresh_interval_secs** | **number** | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { ChartExtStatusFeature } from './api';
16
+
17
+ const instance: ChartExtStatusFeature = {
18
+ endpoint,
19
+ path,
20
+ refresh_interval_secs,
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,8 @@
1
+ # ChartExtVersionV1Beta1
2
+
3
+
4
+ ## Enum
5
+
6
+ * `PlatzIoV1beta1` (value: `'platz.io/v1beta1'`)
7
+
8
+ [[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,8 @@
1
+ # ChartExtVersionV1Beta2
2
+
3
+
4
+ ## Enum
5
+
6
+ * `PlatzIoV1beta2` (value: `'platz.io/v1beta2'`)
7
+
8
+ [[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,28 @@
1
+ # ChartMetadata
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **version** | **string** | | [default to undefined]
9
+ **git_commit** | **string** | | [optional] [default to undefined]
10
+ **git_branch** | **string** | | [optional] [default to undefined]
11
+ **git_repo** | **string** | | [optional] [default to undefined]
12
+ **git_provider** | **string** | | [optional] [default to undefined]
13
+
14
+ ## Example
15
+
16
+ ```typescript
17
+ import { ChartMetadata } from './api';
18
+
19
+ const instance: ChartMetadata = {
20
+ version,
21
+ git_commit,
22
+ git_branch,
23
+ git_repo,
24
+ git_provider,
25
+ };
26
+ ```
27
+
28
+ [[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
+ # CreateBotToken
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **bot_id** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { CreateBotToken } from './api';
14
+
15
+ const instance: CreateBotToken = {
16
+ bot_id,
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,24 @@
1
+ # CreateDeploymentTask
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **deployment_id** | **string** | | [default to undefined]
9
+ **operation** | [**DeploymentTaskOperation**](DeploymentTaskOperation.md) | | [default to undefined]
10
+ **execute_at** | **string** | | [optional] [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { CreateDeploymentTask } from './api';
16
+
17
+ const instance: CreateDeploymentTask = {
18
+ deployment_id,
19
+ operation,
20
+ execute_at,
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,20 @@
1
+ # CreateUserToken
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **user_id** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { CreateUserToken } from './api';
14
+
15
+ const instance: CreateUserToken = {
16
+ user_id,
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
+ # CreatedBotToken
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **created_token** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { CreatedBotToken } from './api';
14
+
15
+ const instance: CreatedBotToken = {
16
+ created_token,
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
+ # CreatedUserToken
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **created_token** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { CreatedUserToken } from './api';
14
+
15
+ const instance: CreatedUserToken = {
16
+ created_token,
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,24 @@
1
+ # DbEvent
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **operation** | [**DbEventOperation**](DbEventOperation.md) | | [default to undefined]
9
+ **table** | [**DbTable**](DbTable.md) | | [default to undefined]
10
+ **data** | [**DbEventData**](DbEventData.md) | | [default to undefined]
11
+
12
+ ## Example
13
+
14
+ ```typescript
15
+ import { DbEvent } from './api';
16
+
17
+ const instance: DbEvent = {
18
+ operation,
19
+ table,
20
+ data,
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,20 @@
1
+ # DbEventData
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **id** | **string** | | [default to undefined]
9
+
10
+ ## Example
11
+
12
+ ```typescript
13
+ import { DbEventData } from './api';
14
+
15
+ const instance: DbEventData = {
16
+ id,
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,12 @@
1
+ # DbEventOperation
2
+
3
+
4
+ ## Enum
5
+
6
+ * `Insert` (value: `'INSERT'`)
7
+
8
+ * `Update` (value: `'UPDATE'`)
9
+
10
+ * `Delete` (value: `'DELETE'`)
11
+
12
+ [[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,40 @@
1
+ # DbTable
2
+
3
+
4
+ ## Enum
5
+
6
+ * `Bots` (value: `'bots'`)
7
+
8
+ * `DeploymentKinds` (value: `'deployment_kinds'`)
9
+
10
+ * `DeploymentResources` (value: `'deployment_resources'`)
11
+
12
+ * `DeploymentResourceTypes` (value: `'deployment_resource_types'`)
13
+
14
+ * `Deployments` (value: `'deployments'`)
15
+
16
+ * `DeploymentTasks` (value: `'deployment_tasks'`)
17
+
18
+ * `DeploymentPermissions` (value: `'deployment_permissions'`)
19
+
20
+ * `Envs` (value: `'envs'`)
21
+
22
+ * `EnvUserPermissions` (value: `'env_user_permissions'`)
23
+
24
+ * `HelmRegistries` (value: `'helm_registries'`)
25
+
26
+ * `HelmCharts` (value: `'helm_charts'`)
27
+
28
+ * `HelmTagFormats` (value: `'helm_tag_formats'`)
29
+
30
+ * `K8sClusters` (value: `'k8s_clusters'`)
31
+
32
+ * `K8sResources` (value: `'k8s_resources'`)
33
+
34
+ * `Secrets` (value: `'secrets'`)
35
+
36
+ * `Settings` (value: `'settings'`)
37
+
38
+ * `Users` (value: `'users'`)
39
+
40
+ [[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
+ # DbTableOrDeploymentResource
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **deployment** | **string** | | [default to undefined]
9
+ **type** | **string** | | [default to undefined]
10
+
11
+ ## Example
12
+
13
+ ```typescript
14
+ import { DbTableOrDeploymentResource } from './api';
15
+
16
+ const instance: DbTableOrDeploymentResource = {
17
+ deployment,
18
+ type,
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)