@alicloud/aliding20230426 2.3.3 → 2.3.5
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/client.d.ts +3 -1
- package/dist/client.js +6 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +9 -3
package/dist/client.d.ts
CHANGED
|
@@ -7329,6 +7329,8 @@ export declare class ListEventsResponseBody extends $tea.Model {
|
|
|
7329
7329
|
nextToken?: string;
|
|
7330
7330
|
requestId?: string;
|
|
7331
7331
|
syncToken?: string;
|
|
7332
|
+
vendorRequestId?: string;
|
|
7333
|
+
vendorType?: string;
|
|
7332
7334
|
static names(): {
|
|
7333
7335
|
[key: string]: string;
|
|
7334
7336
|
};
|
|
@@ -13706,7 +13708,7 @@ export declare class CommentListReportResponseBodyComments extends $tea.Model {
|
|
|
13706
13708
|
});
|
|
13707
13709
|
}
|
|
13708
13710
|
export declare class CreateDeliveryPlanHeadersAccountContext extends $tea.Model {
|
|
13709
|
-
|
|
13711
|
+
userToken?: string;
|
|
13710
13712
|
static names(): {
|
|
13711
13713
|
[key: string]: string;
|
|
13712
13714
|
};
|
package/dist/client.js
CHANGED
|
@@ -9873,6 +9873,8 @@ class ListEventsResponseBody extends $tea.Model {
|
|
|
9873
9873
|
nextToken: 'nextToken',
|
|
9874
9874
|
requestId: 'requestId',
|
|
9875
9875
|
syncToken: 'syncToken',
|
|
9876
|
+
vendorRequestId: 'vendorRequestId',
|
|
9877
|
+
vendorType: 'vendorType',
|
|
9876
9878
|
};
|
|
9877
9879
|
}
|
|
9878
9880
|
static types() {
|
|
@@ -9881,6 +9883,8 @@ class ListEventsResponseBody extends $tea.Model {
|
|
|
9881
9883
|
nextToken: 'string',
|
|
9882
9884
|
requestId: 'string',
|
|
9883
9885
|
syncToken: 'string',
|
|
9886
|
+
vendorRequestId: 'string',
|
|
9887
|
+
vendorType: 'string',
|
|
9884
9888
|
};
|
|
9885
9889
|
}
|
|
9886
9890
|
}
|
|
@@ -18459,12 +18463,12 @@ class CreateDeliveryPlanHeadersAccountContext extends $tea.Model {
|
|
|
18459
18463
|
}
|
|
18460
18464
|
static names() {
|
|
18461
18465
|
return {
|
|
18462
|
-
|
|
18466
|
+
userToken: 'userToken',
|
|
18463
18467
|
};
|
|
18464
18468
|
}
|
|
18465
18469
|
static types() {
|
|
18466
18470
|
return {
|
|
18467
|
-
|
|
18471
|
+
userToken: 'string',
|
|
18468
18472
|
};
|
|
18469
18473
|
}
|
|
18470
18474
|
}
|