qovery-typescript-axios 1.1.966 → 1.1.967
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 +12 -0
- package/dist/api.d.ts +12 -0
- package/dist/esm/api.d.ts +12 -0
- package/package.json +1 -1
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}
|
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}
|
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}
|