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 +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1 -1
- package/dist/esm/api.d.ts +1 -1
- package/dist/esm/api.js +1 -1
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -21021,7 +21021,7 @@ export const OrganizationEventType = {
|
|
|
21021
21021
|
IMPORT: 'IMPORT',
|
|
21022
21022
|
LOCK: 'LOCK',
|
|
21023
21023
|
UNLOCK: 'UNLOCK',
|
|
21024
|
-
|
|
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
|
|
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
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
|
|
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