@oystehr/sdk 3.0.3 → 3.0.5
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/README.md +3 -3
- package/dist/cjs/config.d.ts +8 -0
- package/dist/cjs/index.cjs +811 -640
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.min.cjs +1 -1
- package/dist/cjs/index.min.cjs.map +1 -1
- package/dist/cjs/resources/classes/application.d.ts +8 -8
- package/dist/cjs/resources/classes/charge.d.ts +2 -2
- package/dist/cjs/resources/classes/conversation.d.ts +5 -5
- package/dist/cjs/resources/classes/developer.d.ts +6 -6
- package/dist/cjs/resources/classes/erx.d.ts +8 -4
- package/dist/cjs/resources/classes/m2m.d.ts +7 -7
- package/dist/cjs/resources/classes/messaging.d.ts +1 -1
- package/dist/cjs/resources/classes/paymentMethod.d.ts +4 -4
- package/dist/cjs/resources/classes/project.d.ts +2 -2
- package/dist/cjs/resources/classes/rcm.d.ts +3 -3
- package/dist/cjs/resources/classes/role.d.ts +5 -5
- package/dist/cjs/resources/classes/secret.d.ts +4 -4
- package/dist/cjs/resources/classes/telemed.d.ts +2 -2
- package/dist/cjs/resources/classes/transactionalSMS.d.ts +1 -1
- package/dist/cjs/resources/classes/user.d.ts +7 -7
- package/dist/cjs/resources/classes/version.d.ts +1 -1
- package/dist/cjs/resources/classes/z3.d.ts +7 -7
- package/dist/cjs/resources/classes/zambda.d.ts +8 -8
- package/dist/cjs/resources/classes/zambdaLogStream.d.ts +3 -3
- package/dist/cjs/resources/types/ConversationAddParticipantParams.d.ts +1 -1
- package/dist/cjs/resources/types/ConversationCreateResponse.d.ts +1 -1
- package/dist/cjs/resources/types/ConversationRemoveParticipantParams.d.ts +1 -1
- package/dist/cjs/resources/types/ErxMedicationSearchV2Params.d.ts +4 -0
- package/dist/cjs/resources/types/ErxMedicationSearchV2Response.d.ts +38 -0
- package/dist/cjs/resources/types/TelemedCreateMeetingParams.d.ts +1 -1
- package/dist/cjs/resources/types/TelemedCreateMeetingResponse.d.ts +1 -1
- package/dist/cjs/resources/types/Z3ListObjectsParams.d.ts +1 -0
- package/dist/cjs/resources/types/index.d.ts +2 -0
- package/dist/esm/client/client.js +14 -11
- package/dist/esm/client/client.js.map +1 -1
- package/dist/esm/config.d.ts +8 -0
- package/dist/esm/index.min.js +1 -1
- package/dist/esm/index.min.js.map +1 -1
- package/dist/esm/node_modules/tslib/tslib.es6.js +1 -1
- package/dist/esm/node_modules/tslib/tslib.es6.js.map +1 -1
- package/dist/esm/resources/classes/application.d.ts +8 -8
- package/dist/esm/resources/classes/application.js +72 -56
- package/dist/esm/resources/classes/application.js.map +1 -1
- package/dist/esm/resources/classes/charge.d.ts +2 -2
- package/dist/esm/resources/classes/charge.js +28 -24
- package/dist/esm/resources/classes/charge.js.map +1 -1
- package/dist/esm/resources/classes/conversation.d.ts +5 -5
- package/dist/esm/resources/classes/conversation.js +59 -49
- package/dist/esm/resources/classes/conversation.js.map +1 -1
- package/dist/esm/resources/classes/developer.d.ts +6 -6
- package/dist/esm/resources/classes/developer.js +56 -44
- package/dist/esm/resources/classes/developer.js.map +1 -1
- package/dist/esm/resources/classes/erx.d.ts +8 -4
- package/dist/esm/resources/classes/erx.js +24 -12
- package/dist/esm/resources/classes/erx.js.map +1 -1
- package/dist/esm/resources/classes/fhir-ext.js +7 -1
- package/dist/esm/resources/classes/fhir-ext.js.map +1 -1
- package/dist/esm/resources/classes/m2m.d.ts +7 -7
- package/dist/esm/resources/classes/m2m.js +65 -51
- package/dist/esm/resources/classes/m2m.js.map +1 -1
- package/dist/esm/resources/classes/messaging.d.ts +1 -1
- package/dist/esm/resources/classes/messaging.js +6 -4
- package/dist/esm/resources/classes/messaging.js.map +1 -1
- package/dist/esm/resources/classes/paymentMethod.d.ts +4 -4
- package/dist/esm/resources/classes/paymentMethod.js +72 -64
- package/dist/esm/resources/classes/paymentMethod.js.map +1 -1
- package/dist/esm/resources/classes/project.d.ts +2 -2
- package/dist/esm/resources/classes/project.js +18 -14
- package/dist/esm/resources/classes/project.js.map +1 -1
- package/dist/esm/resources/classes/rcm.d.ts +3 -3
- package/dist/esm/resources/classes/rcm.js +39 -33
- package/dist/esm/resources/classes/rcm.js.map +1 -1
- package/dist/esm/resources/classes/role.d.ts +5 -5
- package/dist/esm/resources/classes/role.js +46 -36
- package/dist/esm/resources/classes/role.js.map +1 -1
- package/dist/esm/resources/classes/secret.d.ts +4 -4
- package/dist/esm/resources/classes/secret.js +36 -28
- package/dist/esm/resources/classes/secret.js.map +1 -1
- package/dist/esm/resources/classes/telemed.d.ts +2 -2
- package/dist/esm/resources/classes/telemed.js +27 -23
- package/dist/esm/resources/classes/telemed.js.map +1 -1
- package/dist/esm/resources/classes/transactionalSMS.d.ts +1 -1
- package/dist/esm/resources/classes/transactionalSMS.js +18 -16
- package/dist/esm/resources/classes/transactionalSMS.js.map +1 -1
- package/dist/esm/resources/classes/user.d.ts +7 -7
- package/dist/esm/resources/classes/user.js +64 -50
- package/dist/esm/resources/classes/user.js.map +1 -1
- package/dist/esm/resources/classes/version.d.ts +1 -1
- package/dist/esm/resources/classes/version.js +6 -4
- package/dist/esm/resources/classes/version.js.map +1 -1
- package/dist/esm/resources/classes/z3.d.ts +7 -7
- package/dist/esm/resources/classes/z3.js +55 -43
- package/dist/esm/resources/classes/z3.js.map +1 -1
- package/dist/esm/resources/classes/zambda.d.ts +8 -8
- package/dist/esm/resources/classes/zambda.js +71 -55
- package/dist/esm/resources/classes/zambda.js.map +1 -1
- package/dist/esm/resources/classes/zambdaLogStream.d.ts +3 -3
- package/dist/esm/resources/classes/zambdaLogStream.js +27 -21
- package/dist/esm/resources/classes/zambdaLogStream.js.map +1 -1
- package/dist/esm/resources/types/ConversationAddParticipantParams.d.ts +1 -1
- package/dist/esm/resources/types/ConversationCreateResponse.d.ts +1 -1
- package/dist/esm/resources/types/ConversationRemoveParticipantParams.d.ts +1 -1
- package/dist/esm/resources/types/ErxMedicationSearchV2Params.d.ts +4 -0
- package/dist/esm/resources/types/ErxMedicationSearchV2Response.d.ts +38 -0
- package/dist/esm/resources/types/TelemedCreateMeetingParams.d.ts +1 -1
- package/dist/esm/resources/types/TelemedCreateMeetingResponse.d.ts +1 -1
- package/dist/esm/resources/types/Z3ListObjectsParams.d.ts +1 -0
- package/dist/esm/resources/types/index.d.ts +2 -0
- package/package.json +3 -3
- package/src/client/client.ts +8 -3
- package/src/config.ts +8 -0
- package/src/resources/classes/application.ts +27 -19
- package/src/resources/classes/charge.ts +6 -4
- package/src/resources/classes/conversation.ts +15 -10
- package/src/resources/classes/developer.ts +18 -11
- package/src/resources/classes/erx.ts +21 -6
- package/src/resources/classes/fhir-ext.ts +8 -2
- package/src/resources/classes/m2m.ts +21 -13
- package/src/resources/classes/messaging.ts +3 -2
- package/src/resources/classes/paymentMethod.ts +12 -8
- package/src/resources/classes/project.ts +6 -3
- package/src/resources/classes/rcm.ts +12 -8
- package/src/resources/classes/role.ts +15 -9
- package/src/resources/classes/secret.ts +12 -7
- package/src/resources/classes/telemed.ts +7 -7
- package/src/resources/classes/transactionalSMS.ts +3 -2
- package/src/resources/classes/user.ts +21 -12
- package/src/resources/classes/version.ts +3 -1
- package/src/resources/classes/z3.ts +19 -14
- package/src/resources/classes/zambda.ts +25 -15
- package/src/resources/classes/zambdaLogStream.ts +9 -8
- package/src/resources/types/ConversationAddParticipantParams.ts +1 -1
- package/src/resources/types/ConversationCreateResponse.ts +1 -1
- package/src/resources/types/ConversationRemoveParticipantParams.ts +1 -1
- package/src/resources/types/ErxMedicationSearchV2Params.ts +6 -0
- package/src/resources/types/ErxMedicationSearchV2Response.ts +40 -0
- package/src/resources/types/TelemedCreateMeetingParams.ts +1 -1
- package/src/resources/types/TelemedCreateMeetingResponse.ts +1 -1
- package/src/resources/types/Z3ListObjectsParams.ts +1 -0
- package/src/resources/types/index.ts +2 -0
|
@@ -9,54 +9,54 @@ export declare class Application extends SDKResource {
|
|
|
9
9
|
* Access Policy Action: `App:ListAllApplications`
|
|
10
10
|
* Access Policy Resource: `App:Application`
|
|
11
11
|
*/
|
|
12
|
-
list
|
|
12
|
+
list(request?: OystehrClientRequest): Promise<ApplicationListResponse>;
|
|
13
13
|
/**
|
|
14
14
|
* 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
15
|
*
|
|
16
16
|
* Access Policy Action: `App:CreateApplication`
|
|
17
17
|
* Access Policy Resource: `App:Application`
|
|
18
18
|
*/
|
|
19
|
-
create
|
|
19
|
+
create(params: ApplicationCreateParams, request?: OystehrClientRequest): Promise<ApplicationCreateResponse>;
|
|
20
20
|
/**
|
|
21
21
|
* 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
22
|
*
|
|
23
23
|
* Access Policy Action: `App:GetApplication`
|
|
24
24
|
* Access Policy Resource: `App:Application`
|
|
25
25
|
*/
|
|
26
|
-
get
|
|
26
|
+
get(params: ApplicationGetParams, request?: OystehrClientRequest): Promise<ApplicationGetResponse>;
|
|
27
27
|
/**
|
|
28
28
|
* 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
29
|
*
|
|
30
30
|
* Access Policy Action: `App:UpdateApplication`
|
|
31
31
|
* Access Policy Resource: `App:Application`
|
|
32
32
|
*/
|
|
33
|
-
update
|
|
33
|
+
update(params: ApplicationUpdateParams, request?: OystehrClientRequest): Promise<ApplicationUpdateResponse>;
|
|
34
34
|
/**
|
|
35
35
|
* 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
36
|
*
|
|
37
37
|
* Access Policy Action: `App:DeleteApplication`
|
|
38
38
|
* Access Policy Resource: `App:Application`
|
|
39
39
|
*/
|
|
40
|
-
delete
|
|
40
|
+
delete(params: ApplicationDeleteParams, request?: OystehrClientRequest): Promise<void>;
|
|
41
41
|
/**
|
|
42
42
|
* Rotate client's secrete associated with an application.
|
|
43
43
|
*
|
|
44
44
|
* Access Policy Action: `App:RotateApplicationSecret`
|
|
45
45
|
* Access Policy Resource: `App:Application`
|
|
46
46
|
*/
|
|
47
|
-
rotateSecret
|
|
47
|
+
rotateSecret(params: ApplicationRotateSecretParams, request?: OystehrClientRequest): Promise<ApplicationRotateSecretResponse>;
|
|
48
48
|
/**
|
|
49
49
|
* Revokes user's refresh token issued for the application.
|
|
50
50
|
*
|
|
51
51
|
* Access Policy Action: `App:RevokeRefreshToken`
|
|
52
52
|
* Access Policy Resource: `App:Application`
|
|
53
53
|
*/
|
|
54
|
-
revokeRefreshToken
|
|
54
|
+
revokeRefreshToken(params: ApplicationRevokeRefreshTokenParams, request?: OystehrClientRequest): Promise<ApplicationRevokeRefreshTokenResponse>;
|
|
55
55
|
/**
|
|
56
56
|
* Revokes user's access token issued for the application.
|
|
57
57
|
*
|
|
58
58
|
* Access Policy Action: `App:RevokeAccessToken`
|
|
59
59
|
* Access Policy Resource: `App:Application`
|
|
60
60
|
*/
|
|
61
|
-
revokeAccessToken
|
|
61
|
+
revokeAccessToken(params: ApplicationRevokeAccessTokenParams, request?: OystehrClientRequest): Promise<ApplicationRevokeAccessTokenResponse>;
|
|
62
62
|
}
|
|
@@ -14,7 +14,7 @@ export declare class Charge extends SDKResource {
|
|
|
14
14
|
* Action: `FHIR:Read`
|
|
15
15
|
* Access Policy Resources: `FHIR:Patient:*,FHIR:Encounter:*,FHIR:Coverage:*`
|
|
16
16
|
*/
|
|
17
|
-
issue
|
|
17
|
+
issue(params: ChargeIssueParams, request?: OystehrClientRequest): Promise<void>;
|
|
18
18
|
/**
|
|
19
19
|
* Retrieve charge status for a specified encounter or charge item.
|
|
20
20
|
*
|
|
@@ -26,5 +26,5 @@ export declare class Charge extends SDKResource {
|
|
|
26
26
|
* Action: `FHIR:Read`
|
|
27
27
|
* Access Policy Resources: `FHIR:Patient:*,FHIR:Encounter:*,FHIR:Coverage:*`
|
|
28
28
|
*/
|
|
29
|
-
status
|
|
29
|
+
status(params: ChargeStatusParams, request?: OystehrClientRequest): Promise<ChargeStatusResponse>;
|
|
30
30
|
}
|
|
@@ -23,14 +23,14 @@ export declare class Conversation extends SDKResource {
|
|
|
23
23
|
* Action: `FHIR:Update`
|
|
24
24
|
* Access Policy Resource: `FHIR:Encounter`
|
|
25
25
|
*/
|
|
26
|
-
create
|
|
26
|
+
create(params: ConversationCreateParams, request?: OystehrClientRequest): Promise<ConversationCreateResponse>;
|
|
27
27
|
/**
|
|
28
28
|
* 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
29
|
*
|
|
30
30
|
* Access Policy Action: `Messaging:GetConversationToken`
|
|
31
31
|
* Access Policy Resource: `Messaging:Conversation`.
|
|
32
32
|
*/
|
|
33
|
-
getToken
|
|
33
|
+
getToken(request?: OystehrClientRequest): Promise<ConversationGetTokenResponse>;
|
|
34
34
|
/**
|
|
35
35
|
* 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
36
|
*
|
|
@@ -42,7 +42,7 @@ export declare class Conversation extends SDKResource {
|
|
|
42
42
|
* Action: `FHIR:Update`
|
|
43
43
|
* Access Policy Resource: `FHIR:Encounter`
|
|
44
44
|
*/
|
|
45
|
-
addParticipant
|
|
45
|
+
addParticipant(params: ConversationAddParticipantParams, request?: OystehrClientRequest): Promise<void>;
|
|
46
46
|
/**
|
|
47
47
|
* 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
48
|
*
|
|
@@ -52,7 +52,7 @@ export declare class Conversation extends SDKResource {
|
|
|
52
52
|
* Action: `FHIR:Read`
|
|
53
53
|
* Access Policy Resource: `FHIR:Patient`, `FHIR:Practitioner`, or `FHIR:RelatedPerson`
|
|
54
54
|
*/
|
|
55
|
-
removeParticipant
|
|
55
|
+
removeParticipant(params: ConversationRemoveParticipantParams, request?: OystehrClientRequest): Promise<void>;
|
|
56
56
|
/**
|
|
57
57
|
* 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
58
|
*
|
|
@@ -60,5 +60,5 @@ export declare class Conversation extends SDKResource {
|
|
|
60
60
|
* Action: `Messaging:ConversationSendMessage`
|
|
61
61
|
* Access Policy Resource: `Messaging:Conversation`
|
|
62
62
|
*/
|
|
63
|
-
message
|
|
63
|
+
message(params: ConversationMessageParams, request?: OystehrClientRequest): Promise<void>;
|
|
64
64
|
}
|
|
@@ -9,28 +9,28 @@ export declare class Developer extends SDKResource {
|
|
|
9
9
|
* Access Policy Action: `IAM:GetDeveloper`
|
|
10
10
|
* Access Policy Resource: `IAM:Developer`
|
|
11
11
|
*/
|
|
12
|
-
get
|
|
12
|
+
get(params: DeveloperGetParams, request?: OystehrClientRequest): Promise<DeveloperGetResponse>;
|
|
13
13
|
/**
|
|
14
14
|
* 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
15
|
*
|
|
16
16
|
* Access Policy Action: `IAM:UpdateDeveloper`
|
|
17
17
|
* Access Policy Resource: `IAM:Developer`
|
|
18
18
|
*/
|
|
19
|
-
update
|
|
19
|
+
update(params: DeveloperUpdateParams, request?: OystehrClientRequest): Promise<DeveloperUpdateResponse>;
|
|
20
20
|
/**
|
|
21
21
|
* 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
22
|
*
|
|
23
23
|
* Access Policy Action: `IAM:RemoveDeveloper`
|
|
24
24
|
* Access Policy Resource: `IAM:Developer`
|
|
25
25
|
*/
|
|
26
|
-
delete
|
|
26
|
+
delete(params: DeveloperDeleteParams, request?: OystehrClientRequest): Promise<void>;
|
|
27
27
|
/**
|
|
28
28
|
* 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
29
|
*
|
|
30
30
|
* Access Policy Action: `IAM:InviteDeveloper`
|
|
31
31
|
* Access Policy Resource: `IAM:Developer`
|
|
32
32
|
*/
|
|
33
|
-
invite
|
|
33
|
+
invite(params: DeveloperInviteParams, request?: OystehrClientRequest): Promise<DeveloperInviteResponse>;
|
|
34
34
|
/**
|
|
35
35
|
* DEPRECATED. Please use [v2/list](https://api-reference.oystehr.com/reference/get_developer-v2-list) instead.
|
|
36
36
|
*
|
|
@@ -39,12 +39,12 @@ export declare class Developer extends SDKResource {
|
|
|
39
39
|
* Access Policy Action: `IAM:ListAllDevelopers`
|
|
40
40
|
* Access Policy Resource: `IAM:Developer`
|
|
41
41
|
*/
|
|
42
|
-
list
|
|
42
|
+
list(request?: OystehrClientRequest): Promise<DeveloperListResponse>;
|
|
43
43
|
/**
|
|
44
44
|
* 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
45
|
*
|
|
46
46
|
* Access Policy Action: `Project:ListAllUsers`
|
|
47
47
|
* Access Policy Resource: `Project:Settings`
|
|
48
48
|
*/
|
|
49
|
-
listV2
|
|
49
|
+
listV2(params: DeveloperListV2Params, request?: OystehrClientRequest): Promise<DeveloperListV2Response>;
|
|
50
50
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ErxAllergySearchParams, ErxAllergySearchResponse, ErxMedicationSearchParams, ErxMedicationSearchResponse, ErxSyncPatientParams, ErxSyncPatientResponse, OystehrClientRequest } from '../..';
|
|
1
|
+
import { ErxAllergySearchParams, ErxAllergySearchResponse, ErxMedicationSearchParams, ErxMedicationSearchResponse, ErxMedicationSearchV2Params, ErxMedicationSearchV2Response, ErxSyncPatientParams, ErxSyncPatientResponse, OystehrClientRequest } from '../..';
|
|
2
2
|
import { SDKResource } from '../../client/client';
|
|
3
3
|
import { OystehrConfig } from '../../config';
|
|
4
4
|
export declare class Erx extends SDKResource {
|
|
@@ -6,13 +6,17 @@ export declare class Erx extends SDKResource {
|
|
|
6
6
|
/**
|
|
7
7
|
* Retrieve patient properties from FHIR service and sync them with eRx service
|
|
8
8
|
*/
|
|
9
|
-
syncPatient
|
|
9
|
+
syncPatient(params: ErxSyncPatientParams, request?: OystehrClientRequest): Promise<ErxSyncPatientResponse>;
|
|
10
10
|
/**
|
|
11
11
|
* Search for allergies
|
|
12
12
|
*/
|
|
13
|
-
allergySearch
|
|
13
|
+
allergySearch(params: ErxAllergySearchParams, request?: OystehrClientRequest): Promise<ErxAllergySearchResponse>;
|
|
14
14
|
/**
|
|
15
15
|
* Search for medications. Provide at least one of code or name filters
|
|
16
16
|
*/
|
|
17
|
-
medicationSearch
|
|
17
|
+
medicationSearch(params: ErxMedicationSearchParams, request?: OystehrClientRequest): Promise<ErxMedicationSearchResponse>;
|
|
18
|
+
/**
|
|
19
|
+
* Search for medications. Provide at least one of code or name filters
|
|
20
|
+
*/
|
|
21
|
+
medicationSearchV2(params: ErxMedicationSearchV2Params, request?: OystehrClientRequest): Promise<ErxMedicationSearchV2Response>;
|
|
18
22
|
}
|
|
@@ -11,47 +11,47 @@ export declare class M2m extends SDKResource {
|
|
|
11
11
|
* Access Policy Action: `App:ListAllM2MClients`
|
|
12
12
|
* Access Policy Resource: `IAM:M2MClient`
|
|
13
13
|
*/
|
|
14
|
-
list
|
|
14
|
+
list(request?: OystehrClientRequest): Promise<M2mListResponse>;
|
|
15
15
|
/**
|
|
16
16
|
* 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
17
|
*
|
|
18
18
|
* Access Policy Action: `App:CreateM2MClient`
|
|
19
19
|
* Access Policy Resource: `IAM:M2MClient`
|
|
20
20
|
*/
|
|
21
|
-
create
|
|
21
|
+
create(params: M2mCreateParams, request?: OystehrClientRequest): Promise<M2mCreateResponse>;
|
|
22
22
|
/**
|
|
23
23
|
* 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
24
|
*
|
|
25
25
|
* Access Policy Action: `App:GetM2MClient`
|
|
26
26
|
* Access Policy Resource: `IAM:M2MClient`
|
|
27
27
|
*/
|
|
28
|
-
get
|
|
28
|
+
get(params: M2mGetParams, request?: OystehrClientRequest): Promise<M2mGetResponse>;
|
|
29
29
|
/**
|
|
30
30
|
* 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
31
|
*
|
|
32
32
|
* Access Policy Action: `App:UpdateM2MClient`
|
|
33
33
|
* Access Policy Resource: `IAM:M2MClient`
|
|
34
34
|
*/
|
|
35
|
-
update
|
|
35
|
+
update(params: M2mUpdateParams, request?: OystehrClientRequest): Promise<M2mUpdateResponse>;
|
|
36
36
|
/**
|
|
37
37
|
* 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
38
|
*
|
|
39
39
|
* Access Policy Action: `App:DeleteM2MClient`
|
|
40
40
|
* Access Policy Resource: `IAM:M2MClient`
|
|
41
41
|
*/
|
|
42
|
-
delete
|
|
42
|
+
delete(params: M2mDeleteParams, request?: OystehrClientRequest): Promise<void>;
|
|
43
43
|
/**
|
|
44
44
|
* 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
45
|
*
|
|
46
46
|
* Access Policy Action: `App:RotateM2MClientSecret`
|
|
47
47
|
* Access Policy Resource: `IAM:M2MClient`
|
|
48
48
|
*/
|
|
49
|
-
rotateSecret
|
|
49
|
+
rotateSecret(params: M2mRotateSecretParams, request?: OystehrClientRequest): Promise<M2mRotateSecretResponse>;
|
|
50
50
|
/**
|
|
51
51
|
* 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
52
|
*
|
|
53
53
|
* Access Policy Action: `App:ListAllM2MClients`
|
|
54
54
|
* Access Policy Resource: `IAM:M2MClient`
|
|
55
55
|
*/
|
|
56
|
-
listV2
|
|
56
|
+
listV2(params: M2mListV2Params, request?: OystehrClientRequest): Promise<M2mListV2Response>;
|
|
57
57
|
}
|
|
@@ -6,5 +6,5 @@ export declare class Messaging extends SDKResource {
|
|
|
6
6
|
/**
|
|
7
7
|
* Get an information about the Messaging services configuration. This information includes phone number, phone number type and also rate limits of each service.
|
|
8
8
|
*/
|
|
9
|
-
getMessagingConfig
|
|
9
|
+
getMessagingConfig(request?: OystehrClientRequest): Promise<MessagingGetMessagingConfigResponse>;
|
|
10
10
|
}
|
|
@@ -18,7 +18,7 @@ export declare class PaymentMethod extends SDKResource {
|
|
|
18
18
|
* Action: `FHIR:Read`
|
|
19
19
|
* Access Policy Resource: `FHIR:Patient`
|
|
20
20
|
*/
|
|
21
|
-
setUp
|
|
21
|
+
setUp(params: PaymentMethodSetUpParams, request?: OystehrClientRequest): Promise<PaymentMethodSetUpResponse>;
|
|
22
22
|
/**
|
|
23
23
|
* Set a specified payment method for the user as default.
|
|
24
24
|
*
|
|
@@ -34,7 +34,7 @@ export declare class PaymentMethod extends SDKResource {
|
|
|
34
34
|
* Action: `FHIR:Read`
|
|
35
35
|
* Access Policy Resource: `FHIR:Patient`
|
|
36
36
|
*/
|
|
37
|
-
setDefault
|
|
37
|
+
setDefault(params: PaymentMethodSetDefaultParams, request?: OystehrClientRequest): Promise<void>;
|
|
38
38
|
/**
|
|
39
39
|
* Delete a specified payment method for the beneficiary.
|
|
40
40
|
*
|
|
@@ -50,7 +50,7 @@ export declare class PaymentMethod extends SDKResource {
|
|
|
50
50
|
* Action: `FHIR:Read`
|
|
51
51
|
* Access Policy Resource: `FHIR:Patient`
|
|
52
52
|
*/
|
|
53
|
-
delete
|
|
53
|
+
delete(params: PaymentMethodDeleteParams, request?: OystehrClientRequest): Promise<void>;
|
|
54
54
|
/**
|
|
55
55
|
* List all payment methods for the patient.
|
|
56
56
|
*
|
|
@@ -66,5 +66,5 @@ export declare class PaymentMethod extends SDKResource {
|
|
|
66
66
|
* Action: `FHIR:Read`
|
|
67
67
|
* Access Policy Resource: `FHIR:Patient`
|
|
68
68
|
*/
|
|
69
|
-
list
|
|
69
|
+
list(params: PaymentMethodListParams, request?: OystehrClientRequest): Promise<PaymentMethodListResponse>;
|
|
70
70
|
}
|
|
@@ -9,12 +9,12 @@ export declare class Project extends SDKResource {
|
|
|
9
9
|
* Access Policy Action: `Project:GetProjectInfo`
|
|
10
10
|
* Access Policy Resource: `Project:Settings`
|
|
11
11
|
*/
|
|
12
|
-
get
|
|
12
|
+
get(request?: OystehrClientRequest): Promise<ProjectGetResponse>;
|
|
13
13
|
/**
|
|
14
14
|
* 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
15
|
*
|
|
16
16
|
* Access Policy Action: `Project:UpdateProjectInfo`
|
|
17
17
|
* Access Policy Resource: `Project:Settings`
|
|
18
18
|
*/
|
|
19
|
-
update
|
|
19
|
+
update(params: ProjectUpdateParams, request?: OystehrClientRequest): Promise<ProjectUpdateResponse>;
|
|
20
20
|
}
|
|
@@ -12,7 +12,7 @@ export declare class Rcm extends SDKResource {
|
|
|
12
12
|
* nAccess Policy Action: `FHIR:Create`
|
|
13
13
|
* Access Policy Resource: `FHIR:CoverageEligibilityResponse`
|
|
14
14
|
*/
|
|
15
|
-
eligibilityCheck
|
|
15
|
+
eligibilityCheck(params: RcmEligibilityCheckParams, request?: OystehrClientRequest): Promise<RcmEligibilityCheckResponse>;
|
|
16
16
|
/**
|
|
17
17
|
* Check [Validate Professional Claim](https://docs.oystehr.com/services/rcm/professional-claim-submission/).
|
|
18
18
|
*
|
|
@@ -22,7 +22,7 @@ export declare class Rcm extends SDKResource {
|
|
|
22
22
|
* Access Policy Action: `FHIR:Create`
|
|
23
23
|
* Access Policy Resource: `FHIR:AuditEvent`
|
|
24
24
|
*/
|
|
25
|
-
validateProfessionalClaim
|
|
25
|
+
validateProfessionalClaim(params: RcmValidateProfessionalClaimParams, request?: OystehrClientRequest): Promise<RcmValidateProfessionalClaimResponse>;
|
|
26
26
|
/**
|
|
27
27
|
* Check [Submit Professional Claim](https://docs.oystehr.com/services/rcm/professional-claim-submission/).
|
|
28
28
|
*
|
|
@@ -35,5 +35,5 @@ export declare class Rcm extends SDKResource {
|
|
|
35
35
|
* Access Policy Actions: `FHIR:Create, FHIR:Update`
|
|
36
36
|
* Access Policy Resource: `FHIR:Claim`
|
|
37
37
|
*/
|
|
38
|
-
submitProfessionalClaim
|
|
38
|
+
submitProfessionalClaim(params: RcmSubmitProfessionalClaimParams, request?: OystehrClientRequest): Promise<RcmSubmitProfessionalClaimResponse>;
|
|
39
39
|
}
|
|
@@ -9,28 +9,28 @@ export declare class Role extends SDKResource {
|
|
|
9
9
|
* Access Policy Action: `IAM:ListAllRoles`
|
|
10
10
|
* Access Policy Resource: `IAM:Role`
|
|
11
11
|
*/
|
|
12
|
-
list
|
|
12
|
+
list(request?: OystehrClientRequest): Promise<RoleListResponse>;
|
|
13
13
|
/**
|
|
14
14
|
* 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
15
|
*
|
|
16
16
|
* Access Policy Action: `IAM:CreateRole`
|
|
17
17
|
* Access Policy Resource: `IAM:Role`
|
|
18
18
|
*/
|
|
19
|
-
create
|
|
19
|
+
create(params: RoleCreateParams, request?: OystehrClientRequest): Promise<RoleCreateResponse>;
|
|
20
20
|
/**
|
|
21
21
|
* 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
22
|
*
|
|
23
23
|
* Access Policy Action: `IAM:GetRole`
|
|
24
24
|
* Access Policy Resource: `IAM:Role`
|
|
25
25
|
*/
|
|
26
|
-
get
|
|
26
|
+
get(params: RoleGetParams, request?: OystehrClientRequest): Promise<RoleGetResponse>;
|
|
27
27
|
/**
|
|
28
28
|
* 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
29
|
*
|
|
30
30
|
* Access Policy Action: `IAM:UpdateRole`
|
|
31
31
|
* Access Policy Resource: `IAM:Role`
|
|
32
32
|
*/
|
|
33
|
-
update
|
|
33
|
+
update(params: RoleUpdateParams, request?: OystehrClientRequest): Promise<RoleUpdateResponse>;
|
|
34
34
|
/**
|
|
35
35
|
* 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
36
|
*
|
|
@@ -38,5 +38,5 @@ export declare class Role extends SDKResource {
|
|
|
38
38
|
* Access Policy Resource: `IAM:Role`
|
|
39
39
|
* Will fail if any entities hold the Role or if Role is assigned as the default patient role for the project
|
|
40
40
|
*/
|
|
41
|
-
delete
|
|
41
|
+
delete(params: RoleDeleteParams, request?: OystehrClientRequest): Promise<void>;
|
|
42
42
|
}
|
|
@@ -9,26 +9,26 @@ export declare class Secret extends SDKResource {
|
|
|
9
9
|
* Access Policy Action: `Zambda:ListAllSecrets`
|
|
10
10
|
* Access Policy Resource: `Zambda:Secret`
|
|
11
11
|
*/
|
|
12
|
-
list
|
|
12
|
+
list(request?: OystehrClientRequest): Promise<SecretListResponse>;
|
|
13
13
|
/**
|
|
14
14
|
* Create a secret for a project. If the secret is already defined, update it.
|
|
15
15
|
*
|
|
16
16
|
* Access Policy Action: `Zambda:CreateSecret`
|
|
17
17
|
* Access Policy Resource: `Zambda:Secret`
|
|
18
18
|
*/
|
|
19
|
-
set
|
|
19
|
+
set(params: SecretSetParams, request?: OystehrClientRequest): Promise<SecretSetResponse>;
|
|
20
20
|
/**
|
|
21
21
|
* Get the secret with the provided name.
|
|
22
22
|
*
|
|
23
23
|
* Access Policy Action: `Zambda:GetSecret`
|
|
24
24
|
* Access Policy Resource: `Zambda:Secret`
|
|
25
25
|
*/
|
|
26
|
-
get
|
|
26
|
+
get(params: SecretGetParams, request?: OystehrClientRequest): Promise<SecretGetResponse>;
|
|
27
27
|
/**
|
|
28
28
|
* Delete the secret with the provided name.
|
|
29
29
|
*
|
|
30
30
|
* Access Policy Action: `Zambda:DeleteSecret`
|
|
31
31
|
* Access Policy Resource: `Zambda:Secret`
|
|
32
32
|
*/
|
|
33
|
-
delete
|
|
33
|
+
delete(params: SecretDeleteParams, request?: OystehrClientRequest): Promise<void>;
|
|
34
34
|
}
|
|
@@ -14,7 +14,7 @@ export declare class Telemed extends SDKResource {
|
|
|
14
14
|
* Action: `FHIR:Update`
|
|
15
15
|
* Access Policy Resource: `FHIR:Encounter`
|
|
16
16
|
*/
|
|
17
|
-
createMeeting
|
|
17
|
+
createMeeting(params: TelemedCreateMeetingParams, request?: OystehrClientRequest): Promise<TelemedCreateMeetingResponse>;
|
|
18
18
|
/**
|
|
19
19
|
* Get Meeting and Attendee objects necessary to join a telemedicine video meeting.
|
|
20
20
|
*
|
|
@@ -25,5 +25,5 @@ export declare class Telemed extends SDKResource {
|
|
|
25
25
|
* Action: `Telemed:AddAnonymousToMeeting`
|
|
26
26
|
* Access Policy Resource: `Telemed:Meeting`
|
|
27
27
|
*/
|
|
28
|
-
joinMeeting
|
|
28
|
+
joinMeeting(params: TelemedJoinMeetingParams, request?: OystehrClientRequest): Promise<TelemedJoinMeetingResponse>;
|
|
29
29
|
}
|
|
@@ -18,5 +18,5 @@ export declare class TransactionalSMS extends SDKResource {
|
|
|
18
18
|
* Action: `FHIR:Read`
|
|
19
19
|
* Access Policy Resource: `FHIR:Patient`
|
|
20
20
|
*/
|
|
21
|
-
send
|
|
21
|
+
send(params: TransactionalSMSSendParams, request?: OystehrClientRequest): Promise<TransactionalSMSSendResponse>;
|
|
22
22
|
}
|
|
@@ -8,35 +8,35 @@ export declare class User extends SDKResource {
|
|
|
8
8
|
*
|
|
9
9
|
* Fetch details about the calling User. This endpoint has no access policy requirements, it is available to all authenticated Users.
|
|
10
10
|
*/
|
|
11
|
-
me
|
|
11
|
+
me(request?: OystehrClientRequest): Promise<UserMeResponse>;
|
|
12
12
|
/**
|
|
13
13
|
* 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
14
|
*
|
|
15
15
|
* Access Policy Action: `App:GetUser`
|
|
16
16
|
* Access Policy Resource: `App:User`
|
|
17
17
|
*/
|
|
18
|
-
get
|
|
18
|
+
get(params: UserGetParams, request?: OystehrClientRequest): Promise<UserGetResponse>;
|
|
19
19
|
/**
|
|
20
20
|
* 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
21
|
*
|
|
22
22
|
* Access Policy Action: `App:UpdateUser`
|
|
23
23
|
* Access Policy Resource: `App:User`
|
|
24
24
|
*/
|
|
25
|
-
update
|
|
25
|
+
update(params: UserUpdateParams, request?: OystehrClientRequest): Promise<UserUpdateResponse>;
|
|
26
26
|
/**
|
|
27
27
|
* 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
28
|
*
|
|
29
29
|
* Access Policy Action: `App:DeleteUser`
|
|
30
30
|
* Access Policy Resource: `App:User`
|
|
31
31
|
*/
|
|
32
|
-
delete
|
|
32
|
+
delete(params: UserDeleteParams, request?: OystehrClientRequest): Promise<void>;
|
|
33
33
|
/**
|
|
34
34
|
* 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
35
|
*
|
|
36
36
|
* Access Policy Action: `App:CreateUser`
|
|
37
37
|
* Access Policy Resource: `App:User`
|
|
38
38
|
*/
|
|
39
|
-
invite
|
|
39
|
+
invite(params: UserInviteParams, request?: OystehrClientRequest): Promise<UserInviteResponse>;
|
|
40
40
|
/**
|
|
41
41
|
* DEPRECATED. Please use [v2/list](https://api-reference.oystehr.com/reference/get_user-v2-list) instead.
|
|
42
42
|
*
|
|
@@ -45,12 +45,12 @@ export declare class User extends SDKResource {
|
|
|
45
45
|
* Access Policy Action: `App:ListAllUsers`
|
|
46
46
|
* Access Policy Resource: `App:User`
|
|
47
47
|
*/
|
|
48
|
-
list
|
|
48
|
+
list(request?: OystehrClientRequest): Promise<UserListResponse>;
|
|
49
49
|
/**
|
|
50
50
|
* 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
51
|
*
|
|
52
52
|
* Access Policy Action: `Project:ListAllUsers`
|
|
53
53
|
* Access Policy Resource: `Project:Settings`
|
|
54
54
|
*/
|
|
55
|
-
listV2
|
|
55
|
+
listV2(params: UserListV2Params, request?: OystehrClientRequest): Promise<UserListV2Response>;
|
|
56
56
|
}
|
|
@@ -6,5 +6,5 @@ export declare class Version extends SDKResource {
|
|
|
6
6
|
/**
|
|
7
7
|
* Get project API version. This endpoint is public so there are no access policy requirements.
|
|
8
8
|
*/
|
|
9
|
-
get
|
|
9
|
+
get(request?: OystehrClientRequest): Promise<VersionGetResponse>;
|
|
10
10
|
}
|
|
@@ -16,7 +16,7 @@ export declare class Z3 extends SDKResource {
|
|
|
16
16
|
downloadFile: typeof ext.downloadFile;
|
|
17
17
|
/**
|
|
18
18
|
* This helper performs a `getPresignedUrl` request for Z3 URLs of the forms
|
|
19
|
-
* `https://projects-api.oystehr.com/v1/z3/<bucket>/<key>`
|
|
19
|
+
* `https://projects-api.oystehr.com/v1/z3/<bucket>/<key>` or `z3://<bucket>/<key>`
|
|
20
20
|
* instead of the standard SDK `Z3GetPresignedUrlParams`.
|
|
21
21
|
* @param params url and action
|
|
22
22
|
*/
|
|
@@ -27,40 +27,40 @@ export declare class Z3 extends SDKResource {
|
|
|
27
27
|
* Access Policy Action: `Z3:ListBuckets`
|
|
28
28
|
* Access Policy Resource: `Z3:BucketName`
|
|
29
29
|
*/
|
|
30
|
-
listBuckets
|
|
30
|
+
listBuckets(request?: OystehrClientRequest): Promise<Z3ListBucketsResponse>;
|
|
31
31
|
/**
|
|
32
32
|
* Create a Z3 Bucket with the provided name. [Z3](https://docs.oystehr.com/services/z3/) is Oystehr's built-in and fully integrated solution for file storage.
|
|
33
33
|
*
|
|
34
34
|
* Access Policy Action: `Z3:CreateBucket`
|
|
35
35
|
* Access Policy Resource: `Z3:BucketName`
|
|
36
36
|
*/
|
|
37
|
-
createBucket
|
|
37
|
+
createBucket(params: Z3CreateBucketParams, request?: OystehrClientRequest): Promise<Z3CreateBucketResponse>;
|
|
38
38
|
/**
|
|
39
39
|
* Delete the Z3 Bucket with the provided name. [Z3](https://docs.oystehr.com/services/z3/) is Oystehr's built-in and fully integrated solution for file storage.
|
|
40
40
|
*
|
|
41
41
|
* Access Policy Action: `Z3:DeleteBucket`
|
|
42
42
|
* Access Policy Resource: `Z3:BucketName`
|
|
43
43
|
*/
|
|
44
|
-
deleteBucket
|
|
44
|
+
deleteBucket(params: Z3DeleteBucketParams, request?: OystehrClientRequest): Promise<void>;
|
|
45
45
|
/**
|
|
46
46
|
* List all Z3 Objects at the provided path in the Bucket with the provided name [Z3](https://docs.oystehr.com/services/z3/) is Oystehr's built-in and fully integrated solution for file storage.
|
|
47
47
|
*
|
|
48
48
|
* Access Policy Action: `Z3:ListObjects`
|
|
49
49
|
* Access Policy Resource: `Z3:BucketName:ObjectPath`
|
|
50
50
|
*/
|
|
51
|
-
listObjects
|
|
51
|
+
listObjects(params: Z3ListObjectsParams, request?: OystehrClientRequest): Promise<Z3ListObjectsResponse>;
|
|
52
52
|
/**
|
|
53
53
|
* Get a link for downloading or uploading a Z3 Object to the provided path in the Bucket with the provided name. [Z3](https://docs.oystehr.com/services/z3/) is Oystehr's built-in and fully integrated solution for file storage.
|
|
54
54
|
*
|
|
55
55
|
* Access Policy Action: `Z3:PutObject` or `Z3:GetObject`
|
|
56
56
|
* Access Policy Resource: `Z3:BucketName:ObjectPath`
|
|
57
57
|
*/
|
|
58
|
-
getPresignedUrl
|
|
58
|
+
getPresignedUrl(params: Z3GetPresignedUrlParams, request?: OystehrClientRequest): Promise<Z3GetPresignedUrlResponse>;
|
|
59
59
|
/**
|
|
60
60
|
* Delete the Z3 Object at the provided path in the Bucket with the provided name. [Z3](https://docs.oystehr.com/services/z3/) is Oystehr's built-in and fully integrated solution for file storage.
|
|
61
61
|
*
|
|
62
62
|
* Access Policy Action: `Z3:DeleteObject`
|
|
63
63
|
* Access Policy Resource: `Z3:BucketName:ObjectPath`
|
|
64
64
|
*/
|
|
65
|
-
deleteObject
|
|
65
|
+
deleteObject(params: Z3DeleteObjectParams, request?: OystehrClientRequest): Promise<void>;
|
|
66
66
|
}
|