qovery-typescript-axios 1.1.951 → 1.1.952

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
@@ -21021,7 +21021,7 @@ export const OrganizationEventType = {
21021
21021
  IMPORT: 'IMPORT',
21022
21022
  LOCK: 'LOCK',
21023
21023
  UNLOCK: 'UNLOCK',
21024
- REJECTED: 'REJECTED'
21024
+ POLICY_FAILED: 'POLICY_FAILED'
21025
21025
  } as const;
21026
21026
 
21027
21027
  export type OrganizationEventType = typeof OrganizationEventType[keyof typeof OrganizationEventType];
package/dist/api.d.ts CHANGED
@@ -20419,7 +20419,7 @@ export declare const OrganizationEventType: {
20419
20419
  readonly IMPORT: "IMPORT";
20420
20420
  readonly LOCK: "LOCK";
20421
20421
  readonly UNLOCK: "UNLOCK";
20422
- readonly REJECTED: "REJECTED";
20422
+ readonly POLICY_FAILED: "POLICY_FAILED";
20423
20423
  };
20424
20424
  export type OrganizationEventType = typeof OrganizationEventType[keyof typeof OrganizationEventType];
20425
20425
  /**
package/dist/api.js CHANGED
@@ -1223,7 +1223,7 @@ exports.OrganizationEventType = {
1223
1223
  IMPORT: 'IMPORT',
1224
1224
  LOCK: 'LOCK',
1225
1225
  UNLOCK: 'UNLOCK',
1226
- REJECTED: 'REJECTED'
1226
+ POLICY_FAILED: 'POLICY_FAILED'
1227
1227
  };
1228
1228
  /**
1229
1229
  *
package/dist/esm/api.d.ts CHANGED
@@ -20419,7 +20419,7 @@ export declare const OrganizationEventType: {
20419
20419
  readonly IMPORT: "IMPORT";
20420
20420
  readonly LOCK: "LOCK";
20421
20421
  readonly UNLOCK: "UNLOCK";
20422
- readonly REJECTED: "REJECTED";
20422
+ readonly POLICY_FAILED: "POLICY_FAILED";
20423
20423
  };
20424
20424
  export type OrganizationEventType = typeof OrganizationEventType[keyof typeof OrganizationEventType];
20425
20425
  /**
package/dist/esm/api.js CHANGED
@@ -1209,7 +1209,7 @@ export const OrganizationEventType = {
1209
1209
  IMPORT: 'IMPORT',
1210
1210
  LOCK: 'LOCK',
1211
1211
  UNLOCK: 'UNLOCK',
1212
- REJECTED: 'REJECTED'
1212
+ POLICY_FAILED: 'POLICY_FAILED'
1213
1213
  };
1214
1214
  /**
1215
1215
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qovery-typescript-axios",
3
- "version": "v1.1.951",
3
+ "version": "v1.1.952",
4
4
  "description": "OpenAPI client for qovery-typescript-axios",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {