@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
@@ -49,7 +49,7 @@ export declare class Developer extends SDKResource {
49
49
  */
50
50
  listV2(params: DeveloperListV2Params, request?: OystehrClientRequest): Promise<DeveloperListV2Response>;
51
51
  /**
52
- * 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.
52
+ * 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.
53
53
  *
54
54
  * Access Policy Action: `Project:ListAllUsers`
55
55
  * Access Policy Resource: `Project:Settings`
@@ -56,7 +56,7 @@ export declare class M2m extends SDKResource {
56
56
  */
57
57
  listV2(params: M2mListV2Params, request?: OystehrClientRequest): Promise<M2mListV2Response>;
58
58
  /**
59
- * 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).
59
+ * 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).
60
60
  *
61
61
  * Access Policy Action: `App:ListAllM2MClients`
62
62
  * Access Policy Resource: `IAM:M2MClient`
@@ -19,7 +19,7 @@ export declare class Project extends SDKResource {
19
19
  */
20
20
  update(params: ProjectUpdateParams, request?: OystehrClientRequest): Promise<ProjectUpdateResponse>;
21
21
  /**
22
- * 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 .
22
+ * 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 .
23
23
  *
24
24
  * Access Policy Action: `Project:UpdateProjectInfo`
25
25
  * Access Policy Resource: `Project:Settings`
@@ -55,7 +55,7 @@ export declare class User extends SDKResource {
55
55
  */
56
56
  listV2(params: UserListV2Params, request?: OystehrClientRequest): Promise<UserListV2Response>;
57
57
  /**
58
- * 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.
58
+ * 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.
59
59
  *
60
60
  * Access Policy Action: `Project:ListAllUsers`
61
61
  * Access Policy Resource: `Project:Settings`
@@ -33,7 +33,7 @@ export declare class Z3 extends SDKResource {
33
33
  * 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.
34
34
  *
35
35
  * Access Policy Action: `Z3:CreateBucket`
36
- * Access Policy Resource: `Z3:BucketName`
36
+ * Access Policy Resource: `Z3:*`
37
37
  */
38
38
  createBucket(params: Z3CreateBucketParams, request?: OystehrClientRequest): Promise<Z3CreateBucketResponse>;
39
39
  /**
@@ -1,13 +1,8 @@
1
1
  export interface ApplicationCreateParams {
2
- id?: string;
3
2
  /**
4
3
  * The name of the Application. This value is displayed to end users on the hosted login screen.
5
4
  */
6
5
  name: string;
7
- /**
8
- * The Application's OAuth 2.0 client identifier.
9
- */
10
- clientId?: string;
11
6
  /**
12
7
  * A description of the application to help you differentiate it from other applications in the project. This value is not displayed to end users.
13
8
  */
@@ -3,10 +3,6 @@ export interface ApplicationUpdateParams {
3
3
  * The name of the Application. This value is displayed to end users on the hosted login screen.
4
4
  */
5
5
  name?: string;
6
- /**
7
- * The Application's OAuth 2.0 client identifier.
8
- */
9
- clientId?: string;
10
6
  /**
11
7
  * A description of the application to help you differentiate it from other applications in the project. This value is not displayed to end users.
12
8
  */