@leaflow/sdk 0.8.0 → 0.9.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/iam/v1/schema.d.ts +1 -1
- package/package.json +1 -1
package/dist/iam/v1/schema.d.ts
CHANGED
|
@@ -506,7 +506,7 @@ export interface components {
|
|
|
506
506
|
* @default me
|
|
507
507
|
* @enum {string}
|
|
508
508
|
*/
|
|
509
|
-
owner
|
|
509
|
+
owner?: "me" | "project";
|
|
510
510
|
/** @description OpenSSH 格式的公钥。类型和指纹从它算出来,都不可改 */
|
|
511
511
|
public_key: string;
|
|
512
512
|
/** @description 用途标签,比如 ci、bastion */
|