@meshconnect/web-link-sdk 3.10.5 → 3.11.0

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": "@meshconnect/web-link-sdk",
3
- "version": "3.10.5",
3
+ "version": "3.11.0",
4
4
  "description": "A client-side JS library for integrating with Mesh Connect",
5
5
  "exports": "./index.js",
6
6
  "license": "MIT",
@@ -8,7 +8,7 @@
8
8
  "homepage": "https://github.com/FrontFin/mesh-web-sdk",
9
9
  "dependencies": {
10
10
  "@meshconnect/node-api": "^2.0.28",
11
- "@meshconnect/uwc-bridge-parent": "1.4.2"
11
+ "@meshconnect/uwc-bridge-parent": "1.5.0"
12
12
  },
13
13
  "jest": {
14
14
  "preset": "ts-jest",
package/utils/types.d.ts CHANGED
@@ -108,7 +108,6 @@ export interface LinkOptions {
108
108
  */
109
109
  clientId?: string;
110
110
  /**
111
- * @deprecated This callback is now obsolete. Please use server-side webhooks instead for 'integration connected' events.
112
111
  * A callback function that is called when an integration is successfully connected.
113
112
  * It receives a payload of type `LinkPayload`.
114
113
  */
@@ -118,19 +117,16 @@ export interface LinkOptions {
118
117
  */
119
118
  onExit?: (error?: string, summary?: SessionSummary) => void;
120
119
  /**
121
- * @deprecated This callback is now obsolete. Please use server-side webhooks instead for 'transfer finished' events.
122
120
  * (Optional) A callback function that is called when a transfer is finished.
123
121
  * It receives a payload of type `TransferFinishedPayload`.
124
122
  */
125
123
  onTransferFinished?: (payload: TransferFinishedPayload) => void;
126
124
  /**
127
- * @deprecated This callback is now obsolete. Please use server-side webhooks instead for all events.
128
125
  * (Optional) A callback function that is called when various events occur within the Front iframe.
129
126
  * It receives an object with type `LinkEventTypeKeys` indicating the event, and an optional 'payload' containing additional data.
130
127
  */
131
128
  onEvent?: (event: LinkEventType) => void;
132
129
  /**
133
- * @deprecated This property is now obsolete.
134
130
  * (Optional) An array of integration access tokens.
135
131
  * These access tokens are used to initialize crypto transfers flow at 'Select asset step'
136
132
  */
@@ -1 +1 @@
1
- export declare const sdkVersion = "3.10.5";
1
+ export declare const sdkVersion = "3.11.0";
package/utils/version.js CHANGED
@@ -1 +1 @@
1
- export var sdkVersion = '3.10.5';
1
+ export var sdkVersion = '3.11.0';