qovery-typescript-axios 1.1.966 → 1.1.968

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/api.ts CHANGED
@@ -4264,6 +4264,12 @@ export interface BlueprintItem {
4264
4264
  * @memberof BlueprintItem
4265
4265
  */
4266
4266
  'name': string;
4267
+ /**
4268
+ * Customer-facing name for the blueprint.
4269
+ * @type {string}
4270
+ * @memberof BlueprintItem
4271
+ */
4272
+ 'displayName': string;
4267
4273
  /**
4268
4274
  *
4269
4275
  * @type {string}
@@ -4288,6 +4294,12 @@ export interface BlueprintItem {
4288
4294
  * @memberof BlueprintItem
4289
4295
  */
4290
4296
  'categories': Array<string>;
4297
+ /**
4298
+ * Customer-facing category used to group blueprints in the service catalog.
4299
+ * @type {string}
4300
+ * @memberof BlueprintItem
4301
+ */
4302
+ 'primaryCategory': string;
4291
4303
  /**
4292
4304
  *
4293
4305
  * @type {string}
@@ -8242,12 +8254,6 @@ export interface ClusterOperatorStatusResponse {
8242
8254
  * @memberof ClusterOperatorStatusResponse
8243
8255
  */
8244
8256
  'operator_version'?: string | null;
8245
- /**
8246
- *
8247
- * @type {string}
8248
- * @memberof ClusterOperatorStatusResponse
8249
- */
8250
- 'controller_version'?: string | null;
8251
8257
  /**
8252
8258
  *
8253
8259
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -4119,6 +4119,12 @@ export interface BlueprintItem {
4119
4119
  * @memberof BlueprintItem
4120
4120
  */
4121
4121
  'name': string;
4122
+ /**
4123
+ * Customer-facing name for the blueprint.
4124
+ * @type {string}
4125
+ * @memberof BlueprintItem
4126
+ */
4127
+ 'displayName': string;
4122
4128
  /**
4123
4129
  *
4124
4130
  * @type {string}
@@ -4143,6 +4149,12 @@ export interface BlueprintItem {
4143
4149
  * @memberof BlueprintItem
4144
4150
  */
4145
4151
  'categories': Array<string>;
4152
+ /**
4153
+ * Customer-facing category used to group blueprints in the service catalog.
4154
+ * @type {string}
4155
+ * @memberof BlueprintItem
4156
+ */
4157
+ 'primaryCategory': string;
4146
4158
  /**
4147
4159
  *
4148
4160
  * @type {string}
@@ -8022,12 +8034,6 @@ export interface ClusterOperatorStatusResponse {
8022
8034
  * @memberof ClusterOperatorStatusResponse
8023
8035
  */
8024
8036
  'operator_version'?: string | null;
8025
- /**
8026
- *
8027
- * @type {string}
8028
- * @memberof ClusterOperatorStatusResponse
8029
- */
8030
- 'controller_version'?: string | null;
8031
8037
  /**
8032
8038
  *
8033
8039
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -4119,6 +4119,12 @@ export interface BlueprintItem {
4119
4119
  * @memberof BlueprintItem
4120
4120
  */
4121
4121
  'name': string;
4122
+ /**
4123
+ * Customer-facing name for the blueprint.
4124
+ * @type {string}
4125
+ * @memberof BlueprintItem
4126
+ */
4127
+ 'displayName': string;
4122
4128
  /**
4123
4129
  *
4124
4130
  * @type {string}
@@ -4143,6 +4149,12 @@ export interface BlueprintItem {
4143
4149
  * @memberof BlueprintItem
4144
4150
  */
4145
4151
  'categories': Array<string>;
4152
+ /**
4153
+ * Customer-facing category used to group blueprints in the service catalog.
4154
+ * @type {string}
4155
+ * @memberof BlueprintItem
4156
+ */
4157
+ 'primaryCategory': string;
4146
4158
  /**
4147
4159
  *
4148
4160
  * @type {string}
@@ -8022,12 +8034,6 @@ export interface ClusterOperatorStatusResponse {
8022
8034
  * @memberof ClusterOperatorStatusResponse
8023
8035
  */
8024
8036
  'operator_version'?: string | null;
8025
- /**
8026
- *
8027
- * @type {string}
8028
- * @memberof ClusterOperatorStatusResponse
8029
- */
8030
- 'controller_version'?: string | null;
8031
8037
  /**
8032
8038
  *
8033
8039
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.966",
3
+ "version": "v1.1.968",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {