@antchain/ato 1.14.27 → 1.14.28
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 +2 -0
- package/dist/client.js +5 -1
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +13 -1
package/dist/client.d.ts
CHANGED
|
@@ -5464,6 +5464,7 @@ export declare class SubmitSignFlowRequest extends $tea.Model {
|
|
|
5464
5464
|
userOrgIdType?: string;
|
|
5465
5465
|
userOrgIdNumber?: string;
|
|
5466
5466
|
needFace?: boolean;
|
|
5467
|
+
sealType?: string;
|
|
5467
5468
|
static names(): {
|
|
5468
5469
|
[key: string]: string;
|
|
5469
5470
|
};
|
|
@@ -5593,6 +5594,7 @@ export declare class SubmitFrontSignRequest extends $tea.Model {
|
|
|
5593
5594
|
userOrgIdType?: string;
|
|
5594
5595
|
userOrgName?: string;
|
|
5595
5596
|
needFace?: boolean;
|
|
5597
|
+
sealType?: string;
|
|
5596
5598
|
static names(): {
|
|
5597
5599
|
[key: string]: string;
|
|
5598
5600
|
};
|
package/dist/client.js
CHANGED
|
@@ -8356,6 +8356,7 @@ class SubmitSignFlowRequest extends $tea.Model {
|
|
|
8356
8356
|
userOrgIdType: 'user_org_id_type',
|
|
8357
8357
|
userOrgIdNumber: 'user_org_id_number',
|
|
8358
8358
|
needFace: 'need_face',
|
|
8359
|
+
sealType: 'seal_type',
|
|
8359
8360
|
};
|
|
8360
8361
|
}
|
|
8361
8362
|
static types() {
|
|
@@ -8390,6 +8391,7 @@ class SubmitSignFlowRequest extends $tea.Model {
|
|
|
8390
8391
|
userOrgIdType: 'string',
|
|
8391
8392
|
userOrgIdNumber: 'string',
|
|
8392
8393
|
needFace: 'boolean',
|
|
8394
|
+
sealType: 'string',
|
|
8393
8395
|
};
|
|
8394
8396
|
}
|
|
8395
8397
|
}
|
|
@@ -8566,6 +8568,7 @@ class SubmitFrontSignRequest extends $tea.Model {
|
|
|
8566
8568
|
userOrgIdType: 'user_org_id_type',
|
|
8567
8569
|
userOrgName: 'user_org_name',
|
|
8568
8570
|
needFace: 'need_face',
|
|
8571
|
+
sealType: 'seal_type',
|
|
8569
8572
|
};
|
|
8570
8573
|
}
|
|
8571
8574
|
static types() {
|
|
@@ -8600,6 +8603,7 @@ class SubmitFrontSignRequest extends $tea.Model {
|
|
|
8600
8603
|
userOrgIdType: 'string',
|
|
8601
8604
|
userOrgName: 'string',
|
|
8602
8605
|
needFace: 'boolean',
|
|
8606
|
+
sealType: 'string',
|
|
8603
8607
|
};
|
|
8604
8608
|
}
|
|
8605
8609
|
}
|
|
@@ -10634,7 +10638,7 @@ class Client {
|
|
|
10634
10638
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
10635
10639
|
access_key: this._accessKeyId,
|
|
10636
10640
|
base_sdk_version: "TeaSDK-2.0",
|
|
10637
|
-
sdk_version: "1.14.
|
|
10641
|
+
sdk_version: "1.14.28",
|
|
10638
10642
|
_prod_code: "ATO",
|
|
10639
10643
|
_prod_channel: "undefined",
|
|
10640
10644
|
};
|