@finverse/sdk-typescript 0.0.71 → 0.0.73

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/api.d.ts CHANGED
@@ -759,7 +759,7 @@ export interface CreateMandateSender {
759
759
  * @type {Array<SenderDetail>}
760
760
  * @memberof CreateMandateSender
761
761
  */
762
- sender_details: Array<SenderDetail>;
762
+ sender_details?: Array<SenderDetail>;
763
763
  }
764
764
  export declare const CreateMandateSenderSenderTypeEnum: {
765
765
  readonly Individual: "INDIVIDUAL";
@@ -3034,6 +3034,12 @@ export interface MandateAuthLinkCustomizations {
3034
3034
  * @memberof MandateAuthLinkCustomizations
3035
3035
  */
3036
3036
  ui_mode?: MandateAuthLinkCustomizationsUiModeEnum;
3037
+ /**
3038
+ * The URI to redirect to. Required if ui_mode is \"redirect\" or \"auto_redirect\"
3039
+ * @type {string}
3040
+ * @memberof MandateAuthLinkCustomizations
3041
+ */
3042
+ redirect_uri?: string;
3037
3043
  /**
3038
3044
  * institution\'s supported user_type filter
3039
3045
  * @type {Array<string>}
@@ -3689,13 +3695,13 @@ export interface RelinkRequest {
3689
3695
  */
3690
3696
  export interface SenderDetail {
3691
3697
  /**
3692
- * The type of the details. For e.g. HK_ID, PASSPORT, ACCOUNTHOLDER_NAME etc
3698
+ * The type of the details. For e.g. HK_ID, PASSPORT etc
3693
3699
  * @type {string}
3694
3700
  * @memberof SenderDetail
3695
3701
  */
3696
3702
  details_type?: SenderDetailDetailsTypeEnum;
3697
3703
  /**
3698
- * The possible values of the detail. For e.g. \"John Wick Adams\" for ACCOUNTHOLDER_NAME or A123456 for HK_ID
3704
+ * The possible values of the detail. For e.g. A123456 for HK_ID
3699
3705
  * @type {Array<string>}
3700
3706
  * @memberof SenderDetail
3701
3707
  */
@@ -3706,7 +3712,6 @@ export declare const SenderDetailDetailsTypeEnum: {
3706
3712
  readonly Passport: "PASSPORT";
3707
3713
  readonly HkBusinessRegistration: "HK_BUSINESS_REGISTRATION";
3708
3714
  readonly HkCertificateOfIncorporation: "HK_CERTIFICATE_OF_INCORPORATION";
3709
- readonly AccountholderName: "ACCOUNTHOLDER_NAME";
3710
3715
  };
3711
3716
  export declare type SenderDetailDetailsTypeEnum = typeof SenderDetailDetailsTypeEnum[keyof typeof SenderDetailDetailsTypeEnum];
3712
3717
  /**
package/dist/api.js CHANGED
@@ -205,7 +205,6 @@ exports.SenderDetailDetailsTypeEnum = {
205
205
  Passport: 'PASSPORT',
206
206
  HkBusinessRegistration: 'HK_BUSINESS_REGISTRATION',
207
207
  HkCertificateOfIncorporation: 'HK_CERTIFICATE_OF_INCORPORATION',
208
- AccountholderName: 'ACCOUNTHOLDER_NAME',
209
208
  };
210
209
  exports.SubmitAuthChecklistResponseMandateStatusEnum = {
211
210
  Created: 'CREATED',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.71",
3
+ "version": "0.0.73",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [
@@ -21,11 +21,11 @@
21
21
  "axios": "^0.21.4"
22
22
  },
23
23
  "devDependencies": {
24
- "@types/chai": "^4.3.3",
24
+ "@types/chai": "^4.3.4",
25
25
  "@types/mocha": "^10.0.0",
26
26
  "@types/node": "^12.11.5",
27
27
  "axios-mock-adapter": "^1.21.2",
28
- "chai": "^4.3.6",
28
+ "chai": "^4.3.7",
29
29
  "mocha": "^10.1.0",
30
30
  "ts-node": "^10.9.1",
31
31
  "typescript": "^3.6.4"