@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1753806191 → 2.0.0-alpha.0-rc.1754330797

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-alpha.0-rc.1753806191";
4
+ export declare const VERSION = "2.0.0-alpha.0-rc.1754330797";
@@ -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-alpha.0-rc.1753806191";
4
+ export const VERSION = "2.0.0-alpha.0-rc.1754330797";
@@ -1,3 +1,4 @@
1
+ import { CodeableConceptFieldsFragment } from "../../../graphql/operations/types.js";
1
2
  import { ConnectionCategory, DataConnectionStatus, DataConnectionType, SyncStatus } from "../../../graphql/schema.js";
2
3
  /**
3
4
  * @property {string} id - The connection ID (service_slug).
@@ -14,4 +15,5 @@ export type MemberConnection = {
14
15
  category: ConnectionCategory;
15
16
  type: DataConnectionType;
16
17
  syncStatus: SyncStatus;
18
+ syncError: Array<CodeableConceptFieldsFragment | null> | null;
17
19
  };
@@ -76,6 +76,8 @@ _GraphQLGetMemberConnectionsBWellResponseFactory_instances = new WeakSet(), _Gra
76
76
  break;
77
77
  }
78
78
  }
79
+ // Errors reported by pipeline during data ingest
80
+ connection.syncError = subscriptionStatus === null || subscriptionStatus === void 0 ? void 0 : subscriptionStatus.error;
79
81
  // Validate connection object
80
82
  if (isNullOrUndefined(connection.id) ||
81
83
  isNullOrUndefined(connection.name) ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icanbwell/bwell-sdk-ts",
3
- "version": "2.0.0-alpha.0-rc.1753806191",
3
+ "version": "2.0.0-alpha.0-rc.1754330797",
4
4
  "description": "b.well TypeScript SDK",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",