@leaflow/sdk 0.68.0 → 0.70.0
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/dist/account/v1/schema.d.ts +6 -0
- package/dist/billing/v1/index.d.ts +12 -0
- package/dist/billing/v1/schema.d.ts +263 -0
- package/dist/compute/v1/index.d.ts +165 -11
- package/dist/compute/v1/schema.d.ts +4043 -763
- package/dist/iam/v1/schema.d.ts +6 -0
- package/package.json +1 -1
package/dist/iam/v1/schema.d.ts
CHANGED
|
@@ -435,6 +435,12 @@ export interface components {
|
|
|
435
435
|
rules: components["schemas"]["RuleResource"][] | null;
|
|
436
436
|
};
|
|
437
437
|
ProjectResource: {
|
|
438
|
+
/**
|
|
439
|
+
* Format: date-time
|
|
440
|
+
* @description A read-only management lock. Running resources and billing remain unchanged. Only an operator can release it.
|
|
441
|
+
*/
|
|
442
|
+
locked_at: string | null;
|
|
443
|
+
lock_reason: string;
|
|
438
444
|
ban_reason: string;
|
|
439
445
|
/** Format: date-time */
|
|
440
446
|
created_at: string;
|