@forteplatforms/sdk 1.0.85 → 1.0.87

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.
@@ -520,5 +520,6 @@ export declare const ListUserActionLogsActionTypeType: {
520
520
  readonly PAYMENT_CONNECT_VERIFIED: "PAYMENT_CONNECT_VERIFIED";
521
521
  readonly PAYMENT_CONNECT_REJECTED: "PAYMENT_CONNECT_REJECTED";
522
522
  readonly PAYMENT_CONNECT_DEAUTHORIZED: "PAYMENT_CONNECT_DEAUTHORIZED";
523
+ readonly COMPLIANCE_REGISTRATION_STATUS_CHANGED: "COMPLIANCE_REGISTRATION_STATUS_CHANGED";
523
524
  };
524
525
  export type ListUserActionLogsActionTypeType = typeof ListUserActionLogsActionTypeType[keyof typeof ListUserActionLogsActionTypeType];
@@ -2288,5 +2288,6 @@ exports.ListUserActionLogsActionTypeType = {
2288
2288
  PAYMENT_CONNECT_SYNCED: 'PAYMENT_CONNECT_SYNCED',
2289
2289
  PAYMENT_CONNECT_VERIFIED: 'PAYMENT_CONNECT_VERIFIED',
2290
2290
  PAYMENT_CONNECT_REJECTED: 'PAYMENT_CONNECT_REJECTED',
2291
- PAYMENT_CONNECT_DEAUTHORIZED: 'PAYMENT_CONNECT_DEAUTHORIZED'
2291
+ PAYMENT_CONNECT_DEAUTHORIZED: 'PAYMENT_CONNECT_DEAUTHORIZED',
2292
+ COMPLIANCE_REGISTRATION_STATUS_CHANGED: 'COMPLIANCE_REGISTRATION_STATUS_CHANGED'
2292
2293
  };
@@ -67,6 +67,7 @@ export declare const UserActionLogObjectActionTypeType: {
67
67
  readonly PAYMENT_CONNECT_VERIFIED: "PAYMENT_CONNECT_VERIFIED";
68
68
  readonly PAYMENT_CONNECT_REJECTED: "PAYMENT_CONNECT_REJECTED";
69
69
  readonly PAYMENT_CONNECT_DEAUTHORIZED: "PAYMENT_CONNECT_DEAUTHORIZED";
70
+ readonly COMPLIANCE_REGISTRATION_STATUS_CHANGED: "COMPLIANCE_REGISTRATION_STATUS_CHANGED";
70
71
  };
71
72
  export type UserActionLogObjectActionTypeType = typeof UserActionLogObjectActionTypeType[keyof typeof UserActionLogObjectActionTypeType];
72
73
  /**
@@ -39,7 +39,8 @@ exports.UserActionLogObjectActionTypeType = {
39
39
  PAYMENT_CONNECT_SYNCED: 'PAYMENT_CONNECT_SYNCED',
40
40
  PAYMENT_CONNECT_VERIFIED: 'PAYMENT_CONNECT_VERIFIED',
41
41
  PAYMENT_CONNECT_REJECTED: 'PAYMENT_CONNECT_REJECTED',
42
- PAYMENT_CONNECT_DEAUTHORIZED: 'PAYMENT_CONNECT_DEAUTHORIZED'
42
+ PAYMENT_CONNECT_DEAUTHORIZED: 'PAYMENT_CONNECT_DEAUTHORIZED',
43
+ COMPLIANCE_REGISTRATION_STATUS_CHANGED: 'COMPLIANCE_REGISTRATION_STATUS_CHANGED'
43
44
  };
44
45
  /**
45
46
  * Check if a given object implements the UserActionLogObject interface.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forteplatforms/sdk",
3
- "version": "1.0.85",
3
+ "version": "1.0.87",
4
4
  "description": "Official TypeScript SDK for Forte Platforms",
5
5
  "author": "Forte Platforms <support@forteplatforms.com>",
6
6
  "repository": {