@icanbwell/bwell-sdk-ts 1.33.0-rc.1750778560 → 1.33.0-rc.1750883449
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/README.md +1 -1
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/graphql/schema.d.ts +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ providers or connections. Please see the documentation for details.
|
|
|
10
10
|
## SDKv2 / SDKv1 Update
|
|
11
11
|
|
|
12
12
|
The `main` branch will soon be updated to be for SDKv2 only. Any v1 updates are
|
|
13
|
-
to be made to `typescript-sdk-v1` branch.
|
|
13
|
+
to be made to `typescript-sdk-v1` branch once that happens.
|
|
14
14
|
|
|
15
15
|
## Installation
|
|
16
16
|
|
package/dist/__version__.d.ts
CHANGED
package/dist/__version__.js
CHANGED
package/dist/graphql/schema.d.ts
CHANGED
|
@@ -482,6 +482,7 @@ export type BootstrapConfiguration = {
|
|
|
482
482
|
clientSlug: Scalars['String']['output'];
|
|
483
483
|
embeddableConfiguration: EmbeddableConfiguration;
|
|
484
484
|
environment: Scalars['String']['output'];
|
|
485
|
+
externalMedicationActivityIds: Array<Scalars['String']['output']>;
|
|
485
486
|
featureFlagConfiguration: FeatureFlagConfiguration;
|
|
486
487
|
frontendEnvironment: FrontendEnvironment;
|
|
487
488
|
googleGeo: GoogleGeo;
|