@alicloud/aliding20230426 2.26.0 → 2.27.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/aliding20230426",
3
- "version": "2.26.0",
3
+ "version": "2.27.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -45042,6 +45042,11 @@ export class CreateWorkspaceDocShrinkRequest extends $dara.Model {
45042
45042
  }
45043
45043
 
45044
45044
  export class CreateWorkspaceDocResponseBody extends $dara.Model {
45045
+ /**
45046
+ * @example
45047
+ * YRBcvy
45048
+ */
45049
+ dentryUuid?: string;
45045
45050
  /**
45046
45051
  * @example
45047
45052
  * QoJGq7xxx
@@ -45065,6 +45070,16 @@ export class CreateWorkspaceDocResponseBody extends $dara.Model {
45065
45070
  * https://xxx/workspaceId/docs/nodeId
45066
45071
  */
45067
45072
  url?: string;
45073
+ /**
45074
+ * @example
45075
+ * 0FAAEC9C-C6C8-5C87-AF8E-1195889BBXXX
45076
+ */
45077
+ vendorRequestId?: string;
45078
+ /**
45079
+ * @example
45080
+ * dingtalk
45081
+ */
45082
+ vendorType?: string;
45068
45083
  /**
45069
45084
  * @example
45070
45085
  * YRBGvy
@@ -45072,20 +45087,26 @@ export class CreateWorkspaceDocResponseBody extends $dara.Model {
45072
45087
  workspaceId?: string;
45073
45088
  static names(): { [key: string]: string } {
45074
45089
  return {
45090
+ dentryUuid: 'dentryUuid',
45075
45091
  docKey: 'docKey',
45076
45092
  nodeId: 'nodeId',
45077
45093
  requestId: 'requestId',
45078
45094
  url: 'url',
45095
+ vendorRequestId: 'vendorRequestId',
45096
+ vendorType: 'vendorType',
45079
45097
  workspaceId: 'workspaceId',
45080
45098
  };
45081
45099
  }
45082
45100
 
45083
45101
  static types(): { [key: string]: any } {
45084
45102
  return {
45103
+ dentryUuid: 'string',
45085
45104
  docKey: 'string',
45086
45105
  nodeId: 'string',
45087
45106
  requestId: 'string',
45088
45107
  url: 'string',
45108
+ vendorRequestId: 'string',
45109
+ vendorType: 'string',
45089
45110
  workspaceId: 'string',
45090
45111
  };
45091
45112
  }