@oystehr/sdk 3.0.10 → 3.0.11
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/cjs/index.cjs +1 -1
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.min.cjs.map +1 -1
- package/dist/cjs/resources/classes/project.d.ts +1 -1
- package/dist/cjs/resources/types/ZambdaExecuteResult.d.ts +3 -1
- package/dist/esm/index.min.js.map +1 -1
- package/dist/esm/node_modules/tslib/package.json +1 -0
- package/dist/esm/node_modules/tslib/tslib.es6.js +40 -0
- package/dist/esm/node_modules/tslib/tslib.es6.js.map +1 -0
- package/dist/esm/resources/classes/project.d.ts +1 -1
- package/dist/esm/resources/classes/project.js +1 -1
- package/dist/esm/resources/classes/project.js.map +1 -1
- package/dist/esm/resources/types/ZambdaExecuteResult.d.ts +3 -1
- package/package.json +1 -1
- package/src/resources/classes/project.ts +1 -1
- package/src/resources/types/ZambdaExecuteResult.ts +8 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -1197,7 +1197,7 @@ class Project extends SDKResource {
|
|
|
1197
1197
|
_Project_instances.add(this);
|
|
1198
1198
|
}
|
|
1199
1199
|
/**
|
|
1200
|
-
* Get the Project settings for a Project. Developers must specify a [project ID](https://docs.oystehr.com/oystehr/core-documentation/authenticating-api-requests/#x-
|
|
1200
|
+
* Get the Project settings for a Project. Developers must specify a [project ID](https://docs.oystehr.com/oystehr/core-documentation/authenticating-api-requests/#x-oystehr-project-id-header) in the header. A Project is the logically-isolated instance of Oystehr that segments your data from other Projects. [Projects](https://docs.oystehr.com/oystehr/services/project/) are completely independent from each other, having their own separate [FHIR store](https://docs.oystehr.com/oystehr/services/fhir/basics/), [Applications](https://docs.oystehr.com/oystehr/services/app/applications/), [Users](https://docs.oystehr.com/oystehr/services/app/users/), etc .
|
|
1201
1201
|
*
|
|
1202
1202
|
* Access Policy Action: `Project:GetProjectInfo`
|
|
1203
1203
|
* Access Policy Resource: `Project:Settings`
|