@takaro/apiclient 0.0.7 → 0.0.9

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.
@@ -1,8 +1,8 @@
1
1
  /**
2
- * Takaro app-api
2
+ * Takaro API
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: auto-generate-api-client
5
+ * The version of the OpenAPI document: unset
6
6
  * Contact: support@takaro.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -8852,6 +8852,12 @@ export interface VariableCreateDTO {
8852
8852
  * @memberof VariableCreateDTO
8853
8853
  */
8854
8854
  value: string;
8855
+ /**
8856
+ *
8857
+ * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
8858
+ * @memberof VariableCreateDTO
8859
+ */
8860
+ expiresAt?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
8855
8861
  /**
8856
8862
  *
8857
8863
  * @type {string}
@@ -8908,6 +8914,12 @@ export interface VariableOutputDTO {
8908
8914
  * @memberof VariableOutputDTO
8909
8915
  */
8910
8916
  value: string;
8917
+ /**
8918
+ *
8919
+ * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
8920
+ * @memberof VariableOutputDTO
8921
+ */
8922
+ expiresAt?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
8911
8923
  /**
8912
8924
  *
8913
8925
  * @type {string}
@@ -9103,6 +9115,12 @@ export interface VariableUpdateDTO {
9103
9115
  * @memberof VariableUpdateDTO
9104
9116
  */
9105
9117
  value: string;
9118
+ /**
9119
+ *
9120
+ * @type {NOTDOMAINSCOPEDTakaroModelDTOCreatedAt}
9121
+ * @memberof VariableUpdateDTO
9122
+ */
9123
+ expiresAt?: NOTDOMAINSCOPEDTakaroModelDTOCreatedAt;
9106
9124
  /**
9107
9125
  *
9108
9126
  * @type {string}