@synsci/sdk 2.0.2-test.71.1 → 2.0.2-test.72.1

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.
@@ -1894,7 +1894,7 @@ export type Model = {
1894
1894
  export type Provider = {
1895
1895
  id: string;
1896
1896
  name: string;
1897
- source: "env" | "config" | "custom" | "api";
1897
+ source: "env" | "config" | "custom" | "api" | "managed";
1898
1898
  env: Array<string>;
1899
1899
  key?: string;
1900
1900
  options: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@synsci/sdk",
4
- "version": "2.0.2-test.71.1",
4
+ "version": "2.0.2-test.72.1",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
7
7
  "scripts": {