@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.
@@ -506,7 +506,7 @@ export interface components {
506
506
  * @default me
507
507
  * @enum {string}
508
508
  */
509
- owner: "me" | "project";
509
+ owner?: "me" | "project";
510
510
  /** @description OpenSSH 格式的公钥。类型和指纹从它算出来,都不可改 */
511
511
  public_key: string;
512
512
  /** @description 用途标签,比如 ci、bastion */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflow/sdk",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "description": "Leaflow 平台 API 的 TypeScript SDK",
5
5
  "license": "MIT",
6
6
  "repository": {