@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.
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file is automatically generated. Please do not edit this file directly.
3
3
  */
4
- export declare const VERSION = "2.0.0-beta-rc.1764141671";
4
+ export declare const VERSION = "2.0.0-beta-rc.1764228534";
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * This file is automatically generated. Please do not edit this file directly.
3
3
  */
4
- export const VERSION = "2.0.0-beta-rc.1764141671";
4
+ export const VERSION = "2.0.0-beta-rc.1764228534";
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icanbwell/bwell-sdk-ts",
3
- "version": "2.0.0-beta-rc.1764141671",
3
+ "version": "2.0.0-beta-rc.1764228534",
4
4
  "description": "b.well TypeScript SDK",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",