@icanbwell/bwell-sdk-ts 2.0.0-beta-rc.1764141671 → 2.0.0-beta-rc.1764228534
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/__version__.d.ts
CHANGED
package/dist/__version__.js
CHANGED
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
* @title DataConnectionStatus
|
|
7
7
|
* @excerpt DataConnectionStatus enum representing the current status of a data connection...
|
|
8
8
|
*/
|
|
9
|
-
export type DataConnectionStatus = "CONNECTED" | "DELETED" | "DISCONNECTED" | "ERROR" | "EXPIRED";
|
|
9
|
+
export type DataConnectionStatus = "CONNECTED" | "DELETED" | "DISCONNECTED" | "ERROR" | "EXPIRED" | "ACCESS_ENDED";
|
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
* @title SyncStatus
|
|
7
7
|
* @excerpt SyncStatus enum representing the synchronization status of a connection...
|
|
8
8
|
*/
|
|
9
|
-
export type SyncStatus = "ERROR" | "PENDING" | "RETRIEVED" | "RETRIEVING";
|
|
9
|
+
export type SyncStatus = "ERROR" | "PENDING" | "RETRIEVED" | "RETRIEVING" | "DELETING" | "DATA_DELETED";
|