@oystehr/sdk 3.0.8 → 3.0.9

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.
Files changed (36) hide show
  1. package/dist/cjs/index.cjs +5 -5
  2. package/dist/cjs/index.cjs.map +1 -1
  3. package/dist/cjs/index.min.cjs.map +1 -1
  4. package/dist/cjs/resources/classes/developer.d.ts +1 -1
  5. package/dist/cjs/resources/classes/m2m.d.ts +1 -1
  6. package/dist/cjs/resources/classes/project.d.ts +1 -1
  7. package/dist/cjs/resources/classes/user.d.ts +1 -1
  8. package/dist/cjs/resources/classes/z3.d.ts +1 -1
  9. package/dist/cjs/resources/types/ApplicationCreateParams.d.ts +0 -5
  10. package/dist/cjs/resources/types/ApplicationUpdateParams.d.ts +0 -4
  11. package/dist/esm/index.min.js.map +1 -1
  12. package/dist/esm/resources/classes/developer.d.ts +1 -1
  13. package/dist/esm/resources/classes/developer.js +1 -1
  14. package/dist/esm/resources/classes/developer.js.map +1 -1
  15. package/dist/esm/resources/classes/m2m.d.ts +1 -1
  16. package/dist/esm/resources/classes/m2m.js +1 -1
  17. package/dist/esm/resources/classes/m2m.js.map +1 -1
  18. package/dist/esm/resources/classes/project.d.ts +1 -1
  19. package/dist/esm/resources/classes/project.js +1 -1
  20. package/dist/esm/resources/classes/project.js.map +1 -1
  21. package/dist/esm/resources/classes/user.d.ts +1 -1
  22. package/dist/esm/resources/classes/user.js +1 -1
  23. package/dist/esm/resources/classes/user.js.map +1 -1
  24. package/dist/esm/resources/classes/z3.d.ts +1 -1
  25. package/dist/esm/resources/classes/z3.js +1 -1
  26. package/dist/esm/resources/classes/z3.js.map +1 -1
  27. package/dist/esm/resources/types/ApplicationCreateParams.d.ts +0 -5
  28. package/dist/esm/resources/types/ApplicationUpdateParams.d.ts +0 -4
  29. package/package.json +1 -1
  30. package/src/resources/classes/developer.ts +2 -2
  31. package/src/resources/classes/m2m.ts +2 -2
  32. package/src/resources/classes/project.ts +2 -2
  33. package/src/resources/classes/user.ts +2 -2
  34. package/src/resources/classes/z3.ts +1 -1
  35. package/src/resources/types/ApplicationCreateParams.ts +0 -5
  36. package/src/resources/types/ApplicationUpdateParams.ts +0 -4
@@ -627,7 +627,7 @@ class Developer extends SDKResource {
627
627
  return this.request('/developer', 'get', __classPrivateFieldGet(this, _Developer_instances, "m", _Developer_baseUrlThunk).bind(this))(request);
628
628
  }
629
629
  /**
630
- * Get Developers in the Project with pagination, sort, sort Order and filtering. [Users](https://docs.oystehr.com/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/services/app/applications/) you configure for securing the apps you build on top of Oystehr.
630
+ * Get Developers in the Project with pagination, sort, sort Order and filtering. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr.
631
631
  *
632
632
  * Access Policy Action: `Project:ListAllUsers`
633
633
  * Access Policy Resource: `Project:Settings`
@@ -998,7 +998,7 @@ class M2m extends SDKResource {
998
998
  return this.request('/m2m/{id}/rotate-secret', 'post', __classPrivateFieldGet(this, _M2m_instances, "m", _M2m_baseUrlThunk).bind(this))(params, request);
999
999
  }
1000
1000
  /**
1001
- * Get M2M clients in the Project with pagination, sort, sort Order and filtering. [M2M Clients](https://docs.oystehr.com/services/iam/m2m-clients) are used to access Oystehr APIs from scripts and server-side code like [Zambda Functions](https://docs.oystehr.com/services/zambda).
1001
+ * Get M2M clients in the Project with pagination, sort, sort Order and filtering. [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients) are used to access Oystehr APIs from scripts and server-side code like [Zambda Functions](https://docs.oystehr.com/oystehr/services/zambda).
1002
1002
  *
1003
1003
  * Access Policy Action: `App:ListAllM2MClients`
1004
1004
  * Access Policy Resource: `IAM:M2MClient`
@@ -1133,7 +1133,7 @@ class Project extends SDKResource {
1133
1133
  return this.request('/project', 'get', __classPrivateFieldGet(this, _Project_instances, "m", _Project_baseUrlThunk).bind(this))(request);
1134
1134
  }
1135
1135
  /**
1136
- * Update the Project settings for the Project that corresponds to the project-id in the request header. A [Project](https://docs.oystehr.com/services/project/) is the logically-isolated instance of Oystehr that segments your data from other Projects. Projects are completely independent from each other, having their own separate [FHIR store](https://docs.oystehr.com/services/fhir/basics/), [Applications](https://docs.oystehr.com/services/app/applications/), [Users](https://docs.oystehr.com/services/app/users/), etc .
1136
+ * Update the Project settings for the Project that corresponds to the project-id in the request header. A [Project](https://docs.oystehr.com/oystehr/services/project/) is the logically-isolated instance of Oystehr that segments your data from other Projects. Projects 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 .
1137
1137
  *
1138
1138
  * Access Policy Action: `Project:UpdateProjectInfo`
1139
1139
  * Access Policy Resource: `Project:Settings`
@@ -1441,7 +1441,7 @@ class User extends SDKResource {
1441
1441
  return this.request('/user', 'get', __classPrivateFieldGet(this, _User_instances, "m", _User_baseUrlThunk).bind(this))(request);
1442
1442
  }
1443
1443
  /**
1444
- * Get Users in the Project with pagination, sort, sort Order and filtering. [Users](https://docs.oystehr.com/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/services/app/applications/) you configure for securing the apps you build on top of Oystehr.
1444
+ * Get Users in the Project with pagination, sort, sort Order and filtering. [Users](https://docs.oystehr.com/oystehr/services/app/users/) are the people who log into the [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) you configure for securing the apps you build on top of Oystehr.
1445
1445
  *
1446
1446
  * Access Policy Action: `Project:ListAllUsers`
1447
1447
  * Access Policy Resource: `Project:Settings`
@@ -1591,7 +1591,7 @@ class Z3 extends SDKResource {
1591
1591
  * Create a Z3 Bucket with the provided name. [Z3](https://docs.oystehr.com/oystehr/services/z3/) is Oystehr's built-in and fully integrated solution for file storage.
1592
1592
  *
1593
1593
  * Access Policy Action: `Z3:CreateBucket`
1594
- * Access Policy Resource: `Z3:BucketName`
1594
+ * Access Policy Resource: `Z3:*`
1595
1595
  */
1596
1596
  createBucket(params, request) {
1597
1597
  return this.request('/z3/{bucketName}', 'put', __classPrivateFieldGet(this, _Z3_instances, "m", _Z3_baseUrlThunk).bind(this))(params, request);