@oystehr/sdk 3.0.7 → 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 (167) hide show
  1. package/README.md +5 -5
  2. package/dist/cjs/index.cjs +278 -233
  3. package/dist/cjs/index.cjs.map +1 -1
  4. package/dist/cjs/index.min.cjs +1 -1
  5. package/dist/cjs/index.min.cjs.map +1 -1
  6. package/dist/cjs/resources/classes/application.d.ts +6 -6
  7. package/dist/cjs/resources/classes/charge.d.ts +1 -1
  8. package/dist/cjs/resources/classes/conversation.d.ts +6 -6
  9. package/dist/cjs/resources/classes/developer.d.ts +14 -7
  10. package/dist/cjs/resources/classes/erx.d.ts +9 -1
  11. package/dist/cjs/resources/classes/fax.d.ts +4 -4
  12. package/dist/cjs/resources/classes/fhir.d.ts +1 -1
  13. package/dist/cjs/resources/classes/m2m.d.ts +15 -8
  14. package/dist/cjs/resources/classes/messaging.d.ts +1 -1
  15. package/dist/cjs/resources/classes/paymentMethod.d.ts +1 -1
  16. package/dist/cjs/resources/classes/project.d.ts +10 -3
  17. package/dist/cjs/resources/classes/rcm.d.ts +4 -4
  18. package/dist/cjs/resources/classes/role.d.ts +6 -6
  19. package/dist/cjs/resources/classes/secret.d.ts +1 -1
  20. package/dist/cjs/resources/classes/telemed.d.ts +2 -2
  21. package/dist/cjs/resources/classes/transactionalSMS.d.ts +2 -2
  22. package/dist/cjs/resources/classes/user.d.ts +15 -8
  23. package/dist/cjs/resources/classes/version.d.ts +1 -1
  24. package/dist/cjs/resources/classes/z3.d.ts +8 -8
  25. package/dist/cjs/resources/classes/zambda.d.ts +9 -9
  26. package/dist/cjs/resources/classes/zambdaLogStream.d.ts +4 -4
  27. package/dist/cjs/resources/types/AccessPolicy.d.ts +8 -3
  28. package/dist/cjs/resources/types/ApplicationCreateParams.d.ts +0 -5
  29. package/dist/cjs/resources/types/ApplicationUpdateParams.d.ts +0 -4
  30. package/dist/cjs/resources/types/ChargeIssueParams.d.ts +1 -1
  31. package/dist/cjs/resources/types/ChargeStatusParams.d.ts +1 -1
  32. package/dist/cjs/resources/types/DeveloperListV2Params.d.ts +2 -2
  33. package/dist/cjs/resources/types/FaxSendParams.d.ts +1 -1
  34. package/dist/cjs/resources/types/M2mListV2Params.d.ts +2 -2
  35. package/dist/cjs/resources/types/M2mRotateSecretResponse.d.ts +1 -1
  36. package/dist/cjs/resources/types/RcmEligibilityCheckParams.d.ts +1 -1
  37. package/dist/cjs/resources/types/RoleUpdateParams.d.ts +0 -4
  38. package/dist/cjs/resources/types/TelemedCreateMeetingParams.d.ts +1 -1
  39. package/dist/cjs/resources/types/UserListV2Params.d.ts +2 -2
  40. package/dist/cjs/resources/types/ZambdaCreateParams.d.ts +1 -1
  41. package/dist/cjs/resources/types/ZambdaFunction.d.ts +1 -1
  42. package/dist/cjs/resources/types/ZambdaUpdateParams.d.ts +2 -2
  43. package/dist/esm/index.min.js +1 -1
  44. package/dist/esm/index.min.js.map +1 -1
  45. package/dist/esm/resources/classes/application.d.ts +6 -6
  46. package/dist/esm/resources/classes/application.js +20 -17
  47. package/dist/esm/resources/classes/application.js.map +1 -1
  48. package/dist/esm/resources/classes/charge.d.ts +1 -1
  49. package/dist/esm/resources/classes/charge.js +9 -6
  50. package/dist/esm/resources/classes/charge.js.map +1 -1
  51. package/dist/esm/resources/classes/conversation.d.ts +6 -6
  52. package/dist/esm/resources/classes/conversation.js +17 -14
  53. package/dist/esm/resources/classes/conversation.js.map +1 -1
  54. package/dist/esm/resources/classes/developer.d.ts +14 -7
  55. package/dist/esm/resources/classes/developer.js +19 -16
  56. package/dist/esm/resources/classes/developer.js.map +1 -1
  57. package/dist/esm/resources/classes/erx.d.ts +9 -1
  58. package/dist/esm/resources/classes/erx.js +13 -10
  59. package/dist/esm/resources/classes/erx.js.map +1 -1
  60. package/dist/esm/resources/classes/fax.d.ts +4 -4
  61. package/dist/esm/resources/classes/fax.js +13 -10
  62. package/dist/esm/resources/classes/fax.js.map +1 -1
  63. package/dist/esm/resources/classes/fhir.d.ts +1 -1
  64. package/dist/esm/resources/classes/fhir.js +3 -4
  65. package/dist/esm/resources/classes/fhir.js.map +1 -1
  66. package/dist/esm/resources/classes/index.js +2 -2
  67. package/dist/esm/resources/classes/index.js.map +1 -1
  68. package/dist/esm/resources/classes/m2m.d.ts +15 -8
  69. package/dist/esm/resources/classes/m2m.js +21 -18
  70. package/dist/esm/resources/classes/m2m.js.map +1 -1
  71. package/dist/esm/resources/classes/messaging.d.ts +1 -1
  72. package/dist/esm/resources/classes/messaging.js +8 -5
  73. package/dist/esm/resources/classes/messaging.js.map +1 -1
  74. package/dist/esm/resources/classes/paymentMethod.d.ts +1 -1
  75. package/dist/esm/resources/classes/paymentMethod.js +11 -8
  76. package/dist/esm/resources/classes/paymentMethod.js.map +1 -1
  77. package/dist/esm/resources/classes/project.d.ts +10 -3
  78. package/dist/esm/resources/classes/project.js +11 -8
  79. package/dist/esm/resources/classes/project.js.map +1 -1
  80. package/dist/esm/resources/classes/rcm.d.ts +4 -4
  81. package/dist/esm/resources/classes/rcm.js +13 -10
  82. package/dist/esm/resources/classes/rcm.js.map +1 -1
  83. package/dist/esm/resources/classes/role.d.ts +6 -6
  84. package/dist/esm/resources/classes/role.js +17 -14
  85. package/dist/esm/resources/classes/role.js.map +1 -1
  86. package/dist/esm/resources/classes/secret.d.ts +1 -1
  87. package/dist/esm/resources/classes/secret.js +11 -8
  88. package/dist/esm/resources/classes/secret.js.map +1 -1
  89. package/dist/esm/resources/classes/telemed.d.ts +2 -2
  90. package/dist/esm/resources/classes/telemed.js +10 -7
  91. package/dist/esm/resources/classes/telemed.js.map +1 -1
  92. package/dist/esm/resources/classes/transactionalSMS.d.ts +2 -2
  93. package/dist/esm/resources/classes/transactionalSMS.js +9 -6
  94. package/dist/esm/resources/classes/transactionalSMS.js.map +1 -1
  95. package/dist/esm/resources/classes/user.d.ts +15 -8
  96. package/dist/esm/resources/classes/user.js +21 -18
  97. package/dist/esm/resources/classes/user.js.map +1 -1
  98. package/dist/esm/resources/classes/version.d.ts +1 -1
  99. package/dist/esm/resources/classes/version.js +8 -5
  100. package/dist/esm/resources/classes/version.js.map +1 -1
  101. package/dist/esm/resources/classes/z3.d.ts +8 -8
  102. package/dist/esm/resources/classes/z3.js +20 -17
  103. package/dist/esm/resources/classes/z3.js.map +1 -1
  104. package/dist/esm/resources/classes/zambda.d.ts +9 -9
  105. package/dist/esm/resources/classes/zambda.js +23 -20
  106. package/dist/esm/resources/classes/zambda.js.map +1 -1
  107. package/dist/esm/resources/classes/zambdaLogStream.d.ts +4 -4
  108. package/dist/esm/resources/classes/zambdaLogStream.js +13 -10
  109. package/dist/esm/resources/classes/zambdaLogStream.js.map +1 -1
  110. package/dist/esm/resources/types/AccessPolicy.d.ts +8 -3
  111. package/dist/esm/resources/types/ApplicationCreateParams.d.ts +0 -5
  112. package/dist/esm/resources/types/ApplicationUpdateParams.d.ts +0 -4
  113. package/dist/esm/resources/types/ChargeIssueParams.d.ts +1 -1
  114. package/dist/esm/resources/types/ChargeStatusParams.d.ts +1 -1
  115. package/dist/esm/resources/types/DeveloperListV2Params.d.ts +2 -2
  116. package/dist/esm/resources/types/FaxSendParams.d.ts +1 -1
  117. package/dist/esm/resources/types/M2mListV2Params.d.ts +2 -2
  118. package/dist/esm/resources/types/M2mRotateSecretResponse.d.ts +1 -1
  119. package/dist/esm/resources/types/RcmEligibilityCheckParams.d.ts +1 -1
  120. package/dist/esm/resources/types/RoleUpdateParams.d.ts +0 -4
  121. package/dist/esm/resources/types/TelemedCreateMeetingParams.d.ts +1 -1
  122. package/dist/esm/resources/types/UserListV2Params.d.ts +2 -2
  123. package/dist/esm/resources/types/ZambdaCreateParams.d.ts +1 -1
  124. package/dist/esm/resources/types/ZambdaFunction.d.ts +1 -1
  125. package/dist/esm/resources/types/ZambdaUpdateParams.d.ts +2 -2
  126. package/package.json +1 -1
  127. package/src/resources/classes/application.ts +18 -14
  128. package/src/resources/classes/charge.ts +3 -3
  129. package/src/resources/classes/conversation.ts +11 -11
  130. package/src/resources/classes/developer.ts +31 -14
  131. package/src/resources/classes/erx.ts +29 -7
  132. package/src/resources/classes/fax.ts +7 -7
  133. package/src/resources/classes/fhir.ts +1 -1
  134. package/src/resources/classes/index.ts +2 -2
  135. package/src/resources/classes/m2m.ts +30 -16
  136. package/src/resources/classes/messaging.ts +2 -2
  137. package/src/resources/classes/paymentMethod.ts +5 -5
  138. package/src/resources/classes/project.ts +23 -6
  139. package/src/resources/classes/rcm.ts +7 -7
  140. package/src/resources/classes/role.ts +11 -11
  141. package/src/resources/classes/secret.ts +5 -5
  142. package/src/resources/classes/telemed.ts +8 -4
  143. package/src/resources/classes/transactionalSMS.ts +3 -3
  144. package/src/resources/classes/user.ts +33 -16
  145. package/src/resources/classes/version.ts +2 -2
  146. package/src/resources/classes/z3.ts +14 -14
  147. package/src/resources/classes/zambda.ts +17 -17
  148. package/src/resources/classes/zambdaLogStream.ts +7 -7
  149. package/src/resources/types/AccessPolicy.ts +12 -3
  150. package/src/resources/types/ApplicationCreateParams.ts +0 -5
  151. package/src/resources/types/ApplicationUpdateParams.ts +0 -4
  152. package/src/resources/types/ChargeIssueParams.ts +1 -1
  153. package/src/resources/types/ChargeStatusParams.ts +1 -1
  154. package/src/resources/types/DeveloperListV2Params.ts +2 -2
  155. package/src/resources/types/FaxSendParams.ts +1 -1
  156. package/src/resources/types/M2mListV2Params.ts +2 -2
  157. package/src/resources/types/M2mRotateSecretResponse.ts +1 -1
  158. package/src/resources/types/RcmEligibilityCheckParams.ts +1 -1
  159. package/src/resources/types/RoleUpdateParams.ts +0 -4
  160. package/src/resources/types/TelemedCreateMeetingParams.ts +1 -1
  161. package/src/resources/types/UserListV2Params.ts +2 -2
  162. package/src/resources/types/ZambdaCreateParams.ts +1 -1
  163. package/src/resources/types/ZambdaFunction.ts +1 -1
  164. package/src/resources/types/ZambdaUpdateParams.ts +2 -2
  165. package/dist/esm/node_modules/tslib/package.json +0 -1
  166. package/dist/esm/node_modules/tslib/tslib.es6.js +0 -34
  167. package/dist/esm/node_modules/tslib/tslib.es6.js.map +0 -1
@@ -2,38 +2,38 @@ import { ApplicationCreateParams, ApplicationCreateResponse, ApplicationDeletePa
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class Application extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
- * Get a list of Applications. [Applications](https://docs.oystehr.com/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr.
8
+ * Get a list of Applications. [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr.
9
9
  *
10
10
  * Access Policy Action: `App:ListAllApplications`
11
11
  * Access Policy Resource: `App:Application`
12
12
  */
13
13
  list(request?: OystehrClientRequest): Promise<ApplicationListResponse>;
14
14
  /**
15
- * Create a new Application. [Applications](https://docs.oystehr.com/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr.
15
+ * Create a new Application. [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr.
16
16
  *
17
17
  * Access Policy Action: `App:CreateApplication`
18
18
  * Access Policy Resource: `App:Application`
19
19
  */
20
20
  create(params: ApplicationCreateParams, request?: OystehrClientRequest): Promise<ApplicationCreateResponse>;
21
21
  /**
22
- * Get the Application with the provided ID. [Applications](https://docs.oystehr.com/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr.
22
+ * Get the Application with the provided ID. [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr.
23
23
  *
24
24
  * Access Policy Action: `App:GetApplication`
25
25
  * Access Policy Resource: `App:Application`
26
26
  */
27
27
  get(params: ApplicationGetParams, request?: OystehrClientRequest): Promise<ApplicationGetResponse>;
28
28
  /**
29
- * Update the Application with the provided ID. [Applications](https://docs.oystehr.com/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr.
29
+ * Update the Application with the provided ID. [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr.
30
30
  *
31
31
  * Access Policy Action: `App:UpdateApplication`
32
32
  * Access Policy Resource: `App:Application`
33
33
  */
34
34
  update(params: ApplicationUpdateParams, request?: OystehrClientRequest): Promise<ApplicationUpdateResponse>;
35
35
  /**
36
- * Delete the Application with the provided ID. [Applications](https://docs.oystehr.com/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr.
36
+ * Delete the Application with the provided ID. [Applications](https://docs.oystehr.com/oystehr/services/app/applications/) provide authentication in front of the web and mobile apps you build on Oystehr.
37
37
  *
38
38
  * Access Policy Action: `App:DeleteApplication`
39
39
  * Access Policy Resource: `App:Application`
@@ -2,8 +2,8 @@ import { ChargeIssueParams, ChargeStatusParams, ChargeStatusResponse, OystehrCli
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class Charge extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
8
  * Charge patient's default payment method for a specified encounter or charge item.
9
9
  *
@@ -3,8 +3,8 @@ import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  import * as ext from './conversation-ext';
5
5
  export declare class Conversation extends SDKResource {
6
+ #private;
6
7
  constructor(config: OystehrConfig);
7
- baseUrlThunk(): string;
8
8
  ENCOUNTER_VS_EXTENSION_URL: string;
9
9
  ENCOUNTER_VS_EXTENSION_RELATIVE_URL: string;
10
10
  /**
@@ -14,7 +14,7 @@ export declare class Conversation extends SDKResource {
14
14
  */
15
15
  getConversationIdFromEncounter: typeof ext.getConversationIdFromEncounter;
16
16
  /**
17
- * Create a new Conversation. [Conversations](https://docs.oystehr.com/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone.
17
+ * Create a new Conversation. [Conversations](https://docs.oystehr.com/oystehr/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone.
18
18
  *
19
19
  * Access Policy Requirements:
20
20
  * Action: `Messaging:CreateConversation`
@@ -26,14 +26,14 @@ export declare class Conversation extends SDKResource {
26
26
  */
27
27
  create(params: ConversationCreateParams, request?: OystehrClientRequest): Promise<ConversationCreateResponse>;
28
28
  /**
29
- * Get a Conversation Token. Conversation Tokens are used to join the Conversation with the Twilio Conversations SDKs. [Conversations](https://docs.oystehr.com/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone.
29
+ * Get a Conversation Token. Conversation Tokens are used to join the Conversation with the Twilio Conversations SDKs. [Conversations](https://docs.oystehr.com/oystehr/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone.
30
30
  *
31
31
  * Access Policy Action: `Messaging:GetConversationToken`
32
32
  * Access Policy Resource: `Messaging:Conversation`.
33
33
  */
34
34
  getToken(request?: OystehrClientRequest): Promise<ConversationGetTokenResponse>;
35
35
  /**
36
- * Add a participant to a Conversation. [Conversations](https://docs.oystehr.com/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone.
36
+ * Add a participant to a Conversation. [Conversations](https://docs.oystehr.com/oystehr/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone.
37
37
  *
38
38
  * Access Policy Requirements:
39
39
  * Action: `Messaging:ConversationAddParticipant`
@@ -45,7 +45,7 @@ export declare class Conversation extends SDKResource {
45
45
  */
46
46
  addParticipant(params: ConversationAddParticipantParams, request?: OystehrClientRequest): Promise<void>;
47
47
  /**
48
- * Remove a participant from a Conversation. [Conversations](https://docs.oystehr.com/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone.
48
+ * Remove a participant from a Conversation. [Conversations](https://docs.oystehr.com/oystehr/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone.
49
49
  *
50
50
  * Access Policy Requirements:
51
51
  * Action: `Messaging:ConversationRemoveParticipant`
@@ -55,7 +55,7 @@ export declare class Conversation extends SDKResource {
55
55
  */
56
56
  removeParticipant(params: ConversationRemoveParticipantParams, request?: OystehrClientRequest): Promise<void>;
57
57
  /**
58
- * Send a message to a Conversation. [Conversations](https://docs.oystehr.com/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone.
58
+ * Send a message to a Conversation. [Conversations](https://docs.oystehr.com/oystehr/services/messaging/conversations/) allow you to build multi-channel bi-directional messaging workflows. For example, you might create a Conversation where a provider messages with a patient through a web app, and the patient receives and responds to messages via SMS on their phone.
59
59
  *
60
60
  * Access Policy Requirements:
61
61
  * Action: `Messaging:ConversationSendMessage`
@@ -2,31 +2,31 @@ import { DeveloperDeleteParams, DeveloperGetParams, DeveloperGetResponse, Develo
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class Developer extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
- * Get the Developer with the provided ID. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/services/project/). [Developers](https://docs.oystehr.com/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level.
8
+ * Get the Developer with the provided ID. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/oystehr/services/project/). [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level.
9
9
  *
10
10
  * Access Policy Action: `IAM:GetDeveloper`
11
11
  * Access Policy Resource: `IAM:Developer`
12
12
  */
13
13
  get(params: DeveloperGetParams, request?: OystehrClientRequest): Promise<DeveloperGetResponse>;
14
14
  /**
15
- * Update the Developer with the provided ID. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/services/project/). [Developers](https://docs.oystehr.com/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level.
15
+ * Update the Developer with the provided ID. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/oystehr/services/project/). [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level.
16
16
  *
17
17
  * Access Policy Action: `IAM:UpdateDeveloper`
18
18
  * Access Policy Resource: `IAM:Developer`
19
19
  */
20
20
  update(params: DeveloperUpdateParams, request?: OystehrClientRequest): Promise<DeveloperUpdateResponse>;
21
21
  /**
22
- * Remove the Developer with the provided ID from the project. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/services/project/). [Developers](https://docs.oystehr.com/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level.
22
+ * Remove the Developer with the provided ID from the project. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/oystehr/services/project/). [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level.
23
23
  *
24
24
  * Access Policy Action: `IAM:RemoveDeveloper`
25
25
  * Access Policy Resource: `IAM:Developer`
26
26
  */
27
27
  delete(params: DeveloperDeleteParams, request?: OystehrClientRequest): Promise<void>;
28
28
  /**
29
- * Invite a new Developer to the Project. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/services/project/). [Developers](https://docs.oystehr.com/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level.
29
+ * Invite a new Developer to the Project. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/oystehr/services/project/). [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level.
30
30
  *
31
31
  * Access Policy Action: `IAM:InviteDeveloper`
32
32
  * Access Policy Resource: `IAM:Developer`
@@ -35,17 +35,24 @@ export declare class Developer extends SDKResource {
35
35
  /**
36
36
  * DEPRECATED. Please use [v2/list](https://api-reference.oystehr.com/reference/get_developer-v2-list) instead.
37
37
  *
38
- * Get a list of all Developers who are part of the Project. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/services/project/). [Developers](https://docs.oystehr.com/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level.
38
+ * Get a list of all Developers who are part of the Project. Developer accounts are used to log into the [Developer Console](https://console.oystehr.com/) and administrate [Projects](https://docs.oystehr.com/oystehr/services/project/). [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/) are the only people who can belong to and act across multiple Projects, because they exist above the Project level.
39
39
  *
40
40
  * Access Policy Action: `IAM:ListAllDevelopers`
41
41
  * Access Policy Resource: `IAM:Developer`
42
42
  */
43
43
  list(request?: OystehrClientRequest): Promise<DeveloperListResponse>;
44
44
  /**
45
- * 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.
45
+ * 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.
46
46
  *
47
47
  * Access Policy Action: `Project:ListAllUsers`
48
48
  * Access Policy Resource: `Project:Settings`
49
49
  */
50
50
  listV2(params: DeveloperListV2Params, request?: OystehrClientRequest): Promise<DeveloperListV2Response>;
51
+ /**
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
+ *
54
+ * Access Policy Action: `Project:ListAllUsers`
55
+ * Access Policy Resource: `Project:Settings`
56
+ */
57
+ listV2(request?: OystehrClientRequest): Promise<DeveloperListV2Response>;
51
58
  }
@@ -2,8 +2,8 @@ import { ErxAllergySearchParams, ErxAllergySearchResponse, ErxCancelOrderParams,
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class Erx extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
8
  * Retrieve patient properties from FHIR service and sync them with eRx service
9
9
  */
@@ -24,8 +24,16 @@ export declare class Erx extends SDKResource {
24
24
  * Search for medications. Provide at least one of code or name filters
25
25
  */
26
26
  medicationSearch(params: ErxMedicationSearchParams, request?: OystehrClientRequest): Promise<ErxMedicationSearchResponse>;
27
+ /**
28
+ * Search for medications. Provide at least one of code or name filters
29
+ */
30
+ medicationSearch(request?: OystehrClientRequest): Promise<ErxMedicationSearchResponse>;
27
31
  /**
28
32
  * Search for medications. Provide at least one of code or name filters
29
33
  */
30
34
  medicationSearchV2(params: ErxMedicationSearchV2Params, request?: OystehrClientRequest): Promise<ErxMedicationSearchV2Response>;
35
+ /**
36
+ * Search for medications. Provide at least one of code or name filters
37
+ */
38
+ medicationSearchV2(request?: OystehrClientRequest): Promise<ErxMedicationSearchV2Response>;
31
39
  }
@@ -2,10 +2,10 @@ import { FaxSendParams, FaxSendResponse, OystehrClientRequest } from '../..';
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class Fax extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
- * Offboard a fax number. Oystehr's [offboard](https://docs.oystehr.com/services/fax/number/) feature makes it easy to stop using the fax service and release the project's assigned fax number with a single API call. Please note there is no way to guarantee getting the same number back again, so if you think this can break your project in any way we recommend not offboarding and avoid sending faxes until you're sure.
8
+ * Offboard a fax number. Oystehr's [offboard](https://docs.oystehr.com/oystehr/services/fax/number/) feature makes it easy to stop using the fax service and release the project's assigned fax number with a single API call. Please note there is no way to guarantee getting the same number back again, so if you think this can break your project in any way we recommend not offboarding and avoid sending faxes until you're sure.
9
9
  *
10
10
  * Access Policy Requirements:
11
11
  * Action: `Fax:Offboard`
@@ -13,7 +13,7 @@ export declare class Fax extends SDKResource {
13
13
  */
14
14
  offboard(request?: OystehrClientRequest): Promise<void>;
15
15
  /**
16
- * Onboard a fax number. Oystehr's [onboard](https://docs.oystehr.com/services/fax/number/) feature makes it easy to start using the fax service and purchase a new fax number for your project with a single API call.
16
+ * Onboard a fax number. Oystehr's [onboard](https://docs.oystehr.com/oystehr/services/fax/number/) feature makes it easy to start using the fax service and purchase a new fax number for your project with a single API call.
17
17
  *
18
18
  * Access Policy Requirements:
19
19
  * Action: `Fax:Onboard`
@@ -21,7 +21,7 @@ export declare class Fax extends SDKResource {
21
21
  */
22
22
  onboard(request?: OystehrClientRequest): Promise<void>;
23
23
  /**
24
- * Send a fax. Oystehr's [fax sending](https://docs.oystehr.com/services/fax/send/) feature makes it easy to send a fax to a chosen recipient with a single API call. You can use this feature to send referrals, medical records, prescriptions, and other documents that require fax transmission e.g. for HIPAA compliance.
24
+ * Send a fax. Oystehr's [fax sending](https://docs.oystehr.com/oystehr/services/fax/send/) feature makes it easy to send a fax to a chosen recipient with a single API call. You can use this feature to send referrals, medical records, prescriptions, and other documents that require fax transmission e.g. for HIPAA compliance.
25
25
  *
26
26
  * Access Policy Requirements:
27
27
  * Action: `Fax:Send`
@@ -2,8 +2,8 @@ import { SDKResource } from '../../client/client';
2
2
  import { OystehrConfig } from '../../config';
3
3
  import * as ext from './fhir-ext';
4
4
  export declare class Fhir extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
8
  * Performs a FHIR search and returns the results as a Bundle resource
9
9
  * @param options FHIR resource type and FHIR search parameters
@@ -2,57 +2,64 @@ import { M2mCreateParams, M2mCreateResponse, M2mDeleteParams, M2mGetParams, M2mG
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class M2m extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
8
  * DEPRECATED. Please use [v2/list](https://api-reference.oystehr.com/reference/get_m2m-v2-list) instead.
9
9
  *
10
- * Get a list of all M2M Clients. [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).
10
+ * Get a list of all M2M Clients. [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).
11
11
  *
12
12
  * Access Policy Action: `App:ListAllM2MClients`
13
13
  * Access Policy Resource: `IAM:M2MClient`
14
14
  */
15
15
  list(request?: OystehrClientRequest): Promise<M2mListResponse>;
16
16
  /**
17
- * Create a new M2M Client. [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).
17
+ * Create a new M2M Client. [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).
18
18
  *
19
19
  * Access Policy Action: `App:CreateM2MClient`
20
20
  * Access Policy Resource: `IAM:M2MClient`
21
21
  */
22
22
  create(params: M2mCreateParams, request?: OystehrClientRequest): Promise<M2mCreateResponse>;
23
23
  /**
24
- * Get the M2M Client with the provided ID. [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).
24
+ * Get the M2M Client with the provided ID. [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).
25
25
  *
26
26
  * Access Policy Action: `App:GetM2MClient`
27
27
  * Access Policy Resource: `IAM:M2MClient`
28
28
  */
29
29
  get(params: M2mGetParams, request?: OystehrClientRequest): Promise<M2mGetResponse>;
30
30
  /**
31
- * Update the M2M Client with the provided ID. [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).
31
+ * Update the M2M Client with the provided ID. [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).
32
32
  *
33
33
  * Access Policy Action: `App:UpdateM2MClient`
34
34
  * Access Policy Resource: `IAM:M2MClient`
35
35
  */
36
36
  update(params: M2mUpdateParams, request?: OystehrClientRequest): Promise<M2mUpdateResponse>;
37
37
  /**
38
- * Delete the M2M Client with the provided ID. [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).
38
+ * Delete the M2M Client with the provided ID. [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).
39
39
  *
40
40
  * Access Policy Action: `App:DeleteM2MClient`
41
41
  * Access Policy Resource: `IAM:M2MClient`
42
42
  */
43
43
  delete(params: M2mDeleteParams, request?: OystehrClientRequest): Promise<void>;
44
44
  /**
45
- * Rotate the client secret for the M2M Client with the provided ID. [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).
45
+ * Rotate the client secret for the M2M Client with the provided ID. [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).
46
46
  *
47
47
  * Access Policy Action: `App:RotateM2MClientSecret`
48
48
  * Access Policy Resource: `IAM:M2MClient`
49
49
  */
50
50
  rotateSecret(params: M2mRotateSecretParams, request?: OystehrClientRequest): Promise<M2mRotateSecretResponse>;
51
51
  /**
52
- * 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).
52
+ * 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).
53
53
  *
54
54
  * Access Policy Action: `App:ListAllM2MClients`
55
55
  * Access Policy Resource: `IAM:M2MClient`
56
56
  */
57
57
  listV2(params: M2mListV2Params, request?: OystehrClientRequest): Promise<M2mListV2Response>;
58
+ /**
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
+ *
61
+ * Access Policy Action: `App:ListAllM2MClients`
62
+ * Access Policy Resource: `IAM:M2MClient`
63
+ */
64
+ listV2(request?: OystehrClientRequest): Promise<M2mListV2Response>;
58
65
  }
@@ -2,8 +2,8 @@ import { MessagingGetMessagingConfigResponse, OystehrClientRequest } from '../..
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class Messaging extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
8
  * Get an information about the Messaging services configuration. This information includes phone number, phone number type and also rate limits of each service.
9
9
  */
@@ -2,8 +2,8 @@ import { OystehrClientRequest, PaymentMethodDeleteParams, PaymentMethodListParam
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class PaymentMethod extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
8
  * Enter a new credit card or other payment method for the user.
9
9
  *
@@ -2,20 +2,27 @@ import { OystehrClientRequest, ProjectGetResponse, ProjectUpdateParams, ProjectU
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class Project extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
- * Get the Project settings for a Project. Developers must specify a [project ID](https://docs.oystehr.com/core-documentation/authenticating-api-requests/#x-zapehr-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/services/project/) 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 .
8
+ * Get the Project settings for a Project. Developers must specify a [project ID](https://docs.oystehr.com/oystehr/core-documentation/authenticating-api-requests/#x-zapehr-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 .
9
9
  *
10
10
  * Access Policy Action: `Project:GetProjectInfo`
11
11
  * Access Policy Resource: `Project:Settings`
12
12
  */
13
13
  get(request?: OystehrClientRequest): Promise<ProjectGetResponse>;
14
14
  /**
15
- * 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 .
15
+ * 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 .
16
16
  *
17
17
  * Access Policy Action: `Project:UpdateProjectInfo`
18
18
  * Access Policy Resource: `Project:Settings`
19
19
  */
20
20
  update(params: ProjectUpdateParams, request?: OystehrClientRequest): Promise<ProjectUpdateResponse>;
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/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
+ *
24
+ * Access Policy Action: `Project:UpdateProjectInfo`
25
+ * Access Policy Resource: `Project:Settings`
26
+ */
27
+ update(request?: OystehrClientRequest): Promise<ProjectUpdateResponse>;
21
28
  }
@@ -2,10 +2,10 @@ import { OystehrClientRequest, RcmEligibilityCheckParams, RcmEligibilityCheckRes
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class Rcm extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
- * Check [Insurance Eligibility](https://docs.oystehr.com/services/rcm/eligibility/).
8
+ * Check [Insurance Eligibility](https://docs.oystehr.com/oystehr/services/rcm/eligibility/).
9
9
  *
10
10
  * Access Policy Action: `RCM:CheckInsuranceEligibility`
11
11
  * Access Policy Resource: `RCM:InsuranceEligibility`
@@ -15,7 +15,7 @@ export declare class Rcm extends SDKResource {
15
15
  */
16
16
  eligibilityCheck(params: RcmEligibilityCheckParams, request?: OystehrClientRequest): Promise<RcmEligibilityCheckResponse>;
17
17
  /**
18
- * Check [Validate Professional Claim](https://docs.oystehr.com/services/rcm/professional-claim-submission/).
18
+ * Check [Validate Professional Claim](https://docs.oystehr.com/oystehr/services/rcm/professional-claim-submission/).
19
19
  *
20
20
  * Access Policy Action: `RCM:ValidateProfessionalClaim`
21
21
  * Access Policy Resource: `RCM:Claim`
@@ -25,7 +25,7 @@ export declare class Rcm extends SDKResource {
25
25
  */
26
26
  validateProfessionalClaim(params: RcmValidateProfessionalClaimParams, request?: OystehrClientRequest): Promise<RcmValidateProfessionalClaimResponse>;
27
27
  /**
28
- * Check [Submit Professional Claim](https://docs.oystehr.com/services/rcm/professional-claim-submission/).
28
+ * Check [Submit Professional Claim](https://docs.oystehr.com/oystehr/services/rcm/professional-claim-submission/).
29
29
  *
30
30
  * Access Policy Action: `RCM:SubmitProfessionalClaim`
31
31
  * Access Policy Resource: `RCM:Claim`
@@ -2,38 +2,38 @@ import { OystehrClientRequest, RoleCreateParams, RoleCreateResponse, RoleDeleteP
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class Role extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
- * Get a list of all Roles. A [Role](https://docs.oystehr.com/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/services/iam/developers/), [Users](https://docs.oystehr.com/services/app/users/), and [M2M Clients](https://docs.oystehr.com/services/iam/m2m-clients/).
8
+ * Get a list of all Roles. A [Role](https://docs.oystehr.com/oystehr/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/), [Users](https://docs.oystehr.com/oystehr/services/app/users/), and [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients/).
9
9
  *
10
10
  * Access Policy Action: `IAM:ListAllRoles`
11
11
  * Access Policy Resource: `IAM:Role`
12
12
  */
13
13
  list(request?: OystehrClientRequest): Promise<RoleListResponse>;
14
14
  /**
15
- * Create a new Role. A [Role](https://docs.oystehr.com/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/services/iam/developers/), [Users](https://docs.oystehr.com/services/app/users/), and [M2M Clients](https://docs.oystehr.com/services/iam/m2m-clients/).
15
+ * Create a new Role. A [Role](https://docs.oystehr.com/oystehr/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/), [Users](https://docs.oystehr.com/oystehr/services/app/users/), and [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients/).
16
16
  *
17
17
  * Access Policy Action: `IAM:CreateRole`
18
18
  * Access Policy Resource: `IAM:Role`
19
19
  */
20
20
  create(params: RoleCreateParams, request?: OystehrClientRequest): Promise<RoleCreateResponse>;
21
21
  /**
22
- * Get the Role with the provided ID. A [Role](https://docs.oystehr.com/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/services/iam/developers/), [Users](https://docs.oystehr.com/services/app/users/), and [M2M Clients](https://docs.oystehr.com/services/iam/m2m-clients/).
22
+ * Get the Role with the provided ID. A [Role](https://docs.oystehr.com/oystehr/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/), [Users](https://docs.oystehr.com/oystehr/services/app/users/), and [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients/).
23
23
  *
24
24
  * Access Policy Action: `IAM:GetRole`
25
25
  * Access Policy Resource: `IAM:Role`
26
26
  */
27
27
  get(params: RoleGetParams, request?: OystehrClientRequest): Promise<RoleGetResponse>;
28
28
  /**
29
- * Update the Role with the provided ID. A [Role](https://docs.oystehr.com/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/services/iam/developers/), [Users](https://docs.oystehr.com/services/app/users/), and [M2M Clients](https://docs.oystehr.com/services/iam/m2m-clients/).
29
+ * Update the Role with the provided ID. A [Role](https://docs.oystehr.com/oystehr/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/), [Users](https://docs.oystehr.com/oystehr/services/app/users/), and [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients/).
30
30
  *
31
31
  * Access Policy Action: `IAM:UpdateRole`
32
32
  * Access Policy Resource: `IAM:Role`
33
33
  */
34
34
  update(params: RoleUpdateParams, request?: OystehrClientRequest): Promise<RoleUpdateResponse>;
35
35
  /**
36
- * Delete the Role with the provided ID. A [Role](https://docs.oystehr.com/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/services/iam/developers/), [Users](https://docs.oystehr.com/services/app/users/), and [M2M Clients](https://docs.oystehr.com/services/iam/m2m-clients/).
36
+ * Delete the Role with the provided ID. A [Role](https://docs.oystehr.com/oystehr/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.oystehr.com/oystehr/services/iam/developers/), [Users](https://docs.oystehr.com/oystehr/services/app/users/), and [M2M Clients](https://docs.oystehr.com/oystehr/services/iam/m2m-clients/).
37
37
  *
38
38
  * Access Policy Action: `IAM:DeleteRole`
39
39
  * Access Policy Resource: `IAM:Role`
@@ -2,8 +2,8 @@ import { OystehrClientRequest, SecretDeleteParams, SecretGetParams, SecretGetRes
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class Secret extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
8
  * Get a list of all secrets in the Project.
9
9
  *
@@ -2,10 +2,10 @@ import { OystehrClientRequest, TelemedCreateMeetingParams, TelemedCreateMeetingR
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class Telemed extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
- * Create a [telemedicine video meeting](https://docs.oystehr.com/services/telemed/).
8
+ * Create a [telemedicine video meeting](https://docs.oystehr.com/oystehr/services/telemed/).
9
9
  *
10
10
  * Access Policy Requirements:
11
11
  * Action: `Telemed:CreateMeeting`
@@ -2,10 +2,10 @@ import { OystehrClientRequest, TransactionalSMSSendParams, TransactionalSMSSendR
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class TransactionalSMS extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
- * Send an SMS to any phone number. Oystehr's [Transactional SMS](https://docs.oystehr.com/services/messaging/transactional-sms/) feature makes it easy to send a text message to your [Users](https://docs.oystehr.com/services/app/users/) with a single API call. You can use this feature to send appointment reminders, prescription refill reminders, discharge information, and more.
8
+ * Send an SMS to any phone number. Oystehr's [Transactional SMS](https://docs.oystehr.com/oystehr/services/messaging/transactional-sms/) feature makes it easy to send a text message to your [Users](https://docs.oystehr.com/oystehr/services/app/users/) with a single API call. You can use this feature to send appointment reminders, prescription refill reminders, discharge information, and more.
9
9
  *
10
10
  * Access Policy Requirements:
11
11
  * Action: `Messaging:SendTransactionalSMS`
@@ -2,37 +2,37 @@ import { OystehrClientRequest, UserDeleteParams, UserGetParams, UserGetResponse,
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class User extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
- * Get your own User details. [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.
8
+ * Get your own User details. [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.
9
9
  *
10
10
  * Fetch details about the calling User. This endpoint has no access policy requirements, it is available to all authenticated Users.
11
11
  */
12
12
  me(request?: OystehrClientRequest): Promise<UserMeResponse>;
13
13
  /**
14
- * Get the User with the provided ID. [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.
14
+ * Get the User with the provided ID. [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.
15
15
  *
16
16
  * Access Policy Action: `App:GetUser`
17
17
  * Access Policy Resource: `App:User`
18
18
  */
19
19
  get(params: UserGetParams, request?: OystehrClientRequest): Promise<UserGetResponse>;
20
20
  /**
21
- * Update the User with the provided ID. [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.
21
+ * Update the User with the provided ID. [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.
22
22
  *
23
23
  * Access Policy Action: `App:UpdateUser`
24
24
  * Access Policy Resource: `App:User`
25
25
  */
26
26
  update(params: UserUpdateParams, request?: OystehrClientRequest): Promise<UserUpdateResponse>;
27
27
  /**
28
- * Delete the User with the provided ID. [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.
28
+ * Delete the User with the provided ID. [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.
29
29
  *
30
30
  * Access Policy Action: `App:DeleteUser`
31
31
  * Access Policy Resource: `App:User`
32
32
  */
33
33
  delete(params: UserDeleteParams, request?: OystehrClientRequest): Promise<void>;
34
34
  /**
35
- * Invite a User to the Project. [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.
35
+ * Invite a User to the Project. [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.
36
36
  *
37
37
  * Access Policy Action: `App:CreateUser`
38
38
  * Access Policy Resource: `App:User`
@@ -41,17 +41,24 @@ export declare class User extends SDKResource {
41
41
  /**
42
42
  * DEPRECATED. Please use [v2/list](https://api-reference.oystehr.com/reference/get_user-v2-list) instead.
43
43
  *
44
- * Get all Users in the Project. [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.
44
+ * Get all Users in the Project. [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.
45
45
  *
46
46
  * Access Policy Action: `App:ListAllUsers`
47
47
  * Access Policy Resource: `App:User`
48
48
  */
49
49
  list(request?: OystehrClientRequest): Promise<UserListResponse>;
50
50
  /**
51
- * 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.
51
+ * 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.
52
52
  *
53
53
  * Access Policy Action: `Project:ListAllUsers`
54
54
  * Access Policy Resource: `Project:Settings`
55
55
  */
56
56
  listV2(params: UserListV2Params, request?: OystehrClientRequest): Promise<UserListV2Response>;
57
+ /**
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
+ *
60
+ * Access Policy Action: `Project:ListAllUsers`
61
+ * Access Policy Resource: `Project:Settings`
62
+ */
63
+ listV2(request?: OystehrClientRequest): Promise<UserListV2Response>;
57
64
  }
@@ -2,8 +2,8 @@ import { OystehrClientRequest, VersionGetResponse } from '../..';
2
2
  import { SDKResource } from '../../client/client';
3
3
  import { OystehrConfig } from '../../config';
4
4
  export declare class Version extends SDKResource {
5
+ #private;
5
6
  constructor(config: OystehrConfig);
6
- baseUrlThunk(): string;
7
7
  /**
8
8
  * Get project API version. This endpoint is public so there are no access policy requirements.
9
9
  */