qovery-typescript-axios 1.1.945 → 1.1.947
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 +1 -0
- package/dist/api.d.ts +1 -0
- package/dist/api.js +1 -0
- package/dist/esm/api.d.ts +1 -0
- package/dist/esm/api.js +1 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -20921,6 +20921,7 @@ export interface OrganizationEventTargetResponseList {
|
|
|
20921
20921
|
*/
|
|
20922
20922
|
|
|
20923
20923
|
export const OrganizationEventTargetType = {
|
|
20924
|
+
AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW',
|
|
20924
20925
|
APPLICATION: 'APPLICATION',
|
|
20925
20926
|
CLUSTER: 'CLUSTER',
|
|
20926
20927
|
CONTAINER: 'CONTAINER',
|
package/dist/api.d.ts
CHANGED
|
@@ -20323,6 +20323,7 @@ export interface OrganizationEventTargetResponseList {
|
|
|
20323
20323
|
* @enum {string}
|
|
20324
20324
|
*/
|
|
20325
20325
|
export declare const OrganizationEventTargetType: {
|
|
20326
|
+
readonly AGENTIC_WORKFLOW: "AGENTIC_WORKFLOW";
|
|
20326
20327
|
readonly APPLICATION: "APPLICATION";
|
|
20327
20328
|
readonly CLUSTER: "CLUSTER";
|
|
20328
20329
|
readonly CONTAINER: "CONTAINER";
|
package/dist/api.js
CHANGED
package/dist/esm/api.d.ts
CHANGED
|
@@ -20323,6 +20323,7 @@ export interface OrganizationEventTargetResponseList {
|
|
|
20323
20323
|
* @enum {string}
|
|
20324
20324
|
*/
|
|
20325
20325
|
export declare const OrganizationEventTargetType: {
|
|
20326
|
+
readonly AGENTIC_WORKFLOW: "AGENTIC_WORKFLOW";
|
|
20326
20327
|
readonly APPLICATION: "APPLICATION";
|
|
20327
20328
|
readonly CLUSTER: "CLUSTER";
|
|
20328
20329
|
readonly CONTAINER: "CONTAINER";
|
package/dist/esm/api.js
CHANGED
|
@@ -1120,6 +1120,7 @@ export const OrganizationEventTargetLevel = {
|
|
|
1120
1120
|
* @enum {string}
|
|
1121
1121
|
*/
|
|
1122
1122
|
export const OrganizationEventTargetType = {
|
|
1123
|
+
AGENTIC_WORKFLOW: 'AGENTIC_WORKFLOW',
|
|
1123
1124
|
APPLICATION: 'APPLICATION',
|
|
1124
1125
|
CLUSTER: 'CLUSTER',
|
|
1125
1126
|
CONTAINER: 'CONTAINER',
|