@leaflow/sdk 0.39.0 → 0.40.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.
@@ -388,7 +388,7 @@ export interface components {
388
388
  status: number;
389
389
  };
390
390
  PermissionResource: {
391
- description: string;
391
+ /** @description 权限的代码,形如 compute:instance.delete。**这里没有展示名**:一条权限对人显示成什么字是本地化的,服务端存一份的话那一份只会是某一种语言,而读它的人可能读别的语言。译名归渲染它的那一层;它没跟上时界面显示的就是这个代码——一个自解释的降级,而且看得见 */
392
392
  name: string;
393
393
  /** @description 只有项目所有者能做,绑到自定义角色上也不会生效 */
394
394
  owner_only: boolean;
@@ -396,7 +396,7 @@ export interface components {
396
396
  resource_type: string;
397
397
  };
398
398
  ResourceTypeResource: {
399
- description: string;
399
+ /** @description 资源类型的代码,形如 dns:zone。同样没有展示名:它该显示成「托管域名」还是「Zone」由渲染它的那一层按读者的语言决定 */
400
400
  name: string;
401
401
  };
402
402
  CatalogResource: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leaflow/sdk",
3
- "version": "0.39.0",
3
+ "version": "0.40.0",
4
4
  "description": "Leaflow 平台 API 的 TypeScript SDK",
5
5
  "license": "MIT",
6
6
  "repository": {