@oystehr/sdk 4.3.1 → 4.3.2

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 (59) hide show
  1. package/dist/cjs/config.d.ts +2 -0
  2. package/dist/cjs/index.min.cjs +1 -1
  3. package/dist/cjs/index.min.cjs.map +1 -1
  4. package/dist/cjs/resources/classes/index.cjs +6 -6
  5. package/dist/cjs/resources/classes/index.cjs.map +1 -1
  6. package/dist/cjs/resources/classes/index.d.ts +3 -3
  7. package/dist/cjs/resources/classes/rcm.cjs +12 -15
  8. package/dist/cjs/resources/classes/rcm.cjs.map +1 -1
  9. package/dist/cjs/resources/classes/rcm.d.ts +9 -12
  10. package/dist/cjs/resources/classes/zambda.cjs +1 -1
  11. package/dist/cjs/resources/classes/zambda.cjs.map +1 -1
  12. package/dist/cjs/resources/classes/zambdaLogStream.cjs +1 -1
  13. package/dist/cjs/resources/classes/zambdaLogStream.cjs.map +1 -1
  14. package/dist/cjs/resources/types/RcmSetClaimStatusParams.d.ts +7 -0
  15. package/dist/cjs/resources/types/RcmSetClaimStatusResponse.d.ts +5 -0
  16. package/dist/cjs/resources/types/RcmSubmitClaimParams.d.ts +3 -0
  17. package/dist/cjs/resources/types/RcmSubmitClaimResponse.d.ts +5 -0
  18. package/dist/cjs/resources/types/index.d.ts +29 -29
  19. package/dist/esm/config.d.ts +2 -0
  20. package/dist/esm/index.min.js +1 -1
  21. package/dist/esm/index.min.js.map +1 -1
  22. package/dist/esm/resources/classes/index.d.ts +3 -3
  23. package/dist/esm/resources/classes/index.js +6 -6
  24. package/dist/esm/resources/classes/index.js.map +1 -1
  25. package/dist/esm/resources/classes/rcm.d.ts +9 -12
  26. package/dist/esm/resources/classes/rcm.js +12 -15
  27. package/dist/esm/resources/classes/rcm.js.map +1 -1
  28. package/dist/esm/resources/classes/zambda.js +1 -1
  29. package/dist/esm/resources/classes/zambda.js.map +1 -1
  30. package/dist/esm/resources/classes/zambdaLogStream.js +1 -1
  31. package/dist/esm/resources/classes/zambdaLogStream.js.map +1 -1
  32. package/dist/esm/resources/types/RcmSetClaimStatusParams.d.ts +7 -0
  33. package/dist/esm/resources/types/RcmSetClaimStatusResponse.d.ts +5 -0
  34. package/dist/esm/resources/types/RcmSubmitClaimParams.d.ts +3 -0
  35. package/dist/esm/resources/types/RcmSubmitClaimResponse.d.ts +5 -0
  36. package/dist/esm/resources/types/index.d.ts +29 -29
  37. package/package.json +2 -2
  38. package/src/config.ts +2 -0
  39. package/src/resources/classes/index.ts +6 -6
  40. package/src/resources/classes/rcm.ts +16 -25
  41. package/src/resources/classes/zambda.ts +1 -1
  42. package/src/resources/classes/zambdaLogStream.ts +1 -1
  43. package/src/resources/types/RcmSetClaimStatusParams.ts +9 -0
  44. package/src/resources/types/RcmSetClaimStatusResponse.ts +7 -0
  45. package/src/resources/types/RcmSubmitClaimParams.ts +5 -0
  46. package/src/resources/types/RcmSubmitClaimResponse.ts +7 -0
  47. package/src/resources/types/index.ts +29 -29
  48. package/dist/cjs/resources/types/RcmSubmitProfessionalClaimParams.d.ts +0 -10
  49. package/dist/cjs/resources/types/RcmSubmitProfessionalClaimResponse.d.ts +0 -5
  50. package/dist/cjs/resources/types/RcmValidateProfessionalClaimParams.d.ts +0 -6
  51. package/dist/cjs/resources/types/RcmValidateProfessionalClaimResponse.d.ts +0 -21
  52. package/dist/esm/resources/types/RcmSubmitProfessionalClaimParams.d.ts +0 -10
  53. package/dist/esm/resources/types/RcmSubmitProfessionalClaimResponse.d.ts +0 -5
  54. package/dist/esm/resources/types/RcmValidateProfessionalClaimParams.d.ts +0 -6
  55. package/dist/esm/resources/types/RcmValidateProfessionalClaimResponse.d.ts +0 -21
  56. package/src/resources/types/RcmSubmitProfessionalClaimParams.ts +0 -13
  57. package/src/resources/types/RcmSubmitProfessionalClaimResponse.ts +0 -7
  58. package/src/resources/types/RcmValidateProfessionalClaimParams.ts +0 -9
  59. package/src/resources/types/RcmValidateProfessionalClaimResponse.ts +0 -23
@@ -10,9 +10,6 @@ export * from './Application';
10
10
  export * from './RoleStub';
11
11
  export * from './RoleListItem';
12
12
  export * from './Role';
13
- export * from './ZambdaSchedule';
14
- export * from './ZambdaFunction';
15
- export * from './ZambdaExecuteResult';
16
13
  export * from './Secret';
17
14
  export * from './SecretListItem';
18
15
  export * from './UserListItem';
@@ -89,12 +86,6 @@ export * from './ChargeStatusResponse';
89
86
  export * from './ProjectGetResponse';
90
87
  export * from './ProjectUpdateParams';
91
88
  export * from './ProjectUpdateResponse';
92
- export * from './RcmEligibilityCheckParams';
93
- export * from './RcmEligibilityCheckResponse';
94
- export * from './RcmValidateProfessionalClaimParams';
95
- export * from './RcmValidateProfessionalClaimResponse';
96
- export * from './RcmSubmitProfessionalClaimParams';
97
- export * from './RcmSubmitProfessionalClaimResponse';
98
89
  export * from './RoleListResponse';
99
90
  export * from './RoleCreateParams';
100
91
  export * from './RoleCreateResponse';
@@ -136,26 +127,6 @@ export * from './Z3ListObjectsResponse';
136
127
  export * from './Z3GetPresignedUrlParams';
137
128
  export * from './Z3GetPresignedUrlResponse';
138
129
  export * from './Z3DeleteObjectParams';
139
- export * from './ZambdaListResponse';
140
- export * from './ZambdaCreateParams';
141
- export * from './ZambdaCreateResponse';
142
- export * from './ZambdaGetParams';
143
- export * from './ZambdaGetResponse';
144
- export * from './ZambdaUpdateParams';
145
- export * from './ZambdaUpdateResponse';
146
- export * from './ZambdaDeleteParams';
147
- export * from './ZambdaExecuteParams';
148
- export * from './ZambdaExecuteResponse';
149
- export * from './ZambdaExecutePublicParams';
150
- export * from './ZambdaExecutePublicResponse';
151
- export * from './ZambdaLogStreamListParams';
152
- export * from './ZambdaLogStreamListResponse';
153
- export * from './ZambdaS3UploadParams';
154
- export * from './ZambdaS3UploadResponse';
155
- export * from './ZambdaLogStreamSearchParams';
156
- export * from './ZambdaLogStreamSearchResponse';
157
- export * from './ZambdaLogStreamGetParams';
158
- export * from './ZambdaLogStreamGetResponse';
159
130
  export * from './FaxOnboardResponse';
160
131
  export * from './FaxGetConfigurationResponse';
161
132
  export * from './FaxSendParams';
@@ -197,7 +168,36 @@ export * from './ErxCheckPractitionerEnrollmentParams';
197
168
  export * from './ErxCheckPractitionerEnrollmentResponse';
198
169
  export * from './ErxEnrollPractitionerParams';
199
170
  export * from './ErxUnenrollPractitionerParams';
171
+ export * from './RcmEligibilityCheckParams';
172
+ export * from './RcmEligibilityCheckResponse';
173
+ export * from './RcmSubmitClaimParams';
174
+ export * from './RcmSubmitClaimResponse';
175
+ export * from './RcmSetClaimStatusParams';
176
+ export * from './RcmSetClaimStatusResponse';
200
177
  export * from './TerminologySearchCptParams';
201
178
  export * from './TerminologySearchCptResponse';
202
179
  export * from './TerminologySearchHcpcsParams';
203
180
  export * from './TerminologySearchHcpcsResponse';
181
+ export * from './ZambdaSchedule';
182
+ export * from './ZambdaFunction';
183
+ export * from './ZambdaExecuteResult';
184
+ export * from './ZambdaListResponse';
185
+ export * from './ZambdaCreateParams';
186
+ export * from './ZambdaCreateResponse';
187
+ export * from './ZambdaGetParams';
188
+ export * from './ZambdaGetResponse';
189
+ export * from './ZambdaUpdateParams';
190
+ export * from './ZambdaUpdateResponse';
191
+ export * from './ZambdaDeleteParams';
192
+ export * from './ZambdaExecuteParams';
193
+ export * from './ZambdaExecuteResponse';
194
+ export * from './ZambdaExecutePublicParams';
195
+ export * from './ZambdaExecutePublicResponse';
196
+ export * from './ZambdaLogStreamListParams';
197
+ export * from './ZambdaLogStreamListResponse';
198
+ export * from './ZambdaS3UploadParams';
199
+ export * from './ZambdaS3UploadResponse';
200
+ export * from './ZambdaLogStreamSearchParams';
201
+ export * from './ZambdaLogStreamSearchResponse';
202
+ export * from './ZambdaLogStreamGetParams';
203
+ export * from './ZambdaLogStreamGetResponse';
@@ -1,10 +0,0 @@
1
- import { ClaimCMS1500 } from './ClaimCMS1500';
2
- export interface RcmSubmitProfessionalClaimParams {
3
- /**
4
- * Enabling testMode will perform a dry run of claim submission. The claim will not be sent to payers, but the request processing and response will remain the same.
5
- */
6
- testMode?: boolean;
7
- cms1500: ClaimCMS1500;
8
- submitterOrganizationName: string;
9
- payerId: string;
10
- }
@@ -1,5 +0,0 @@
1
- import { Claim } from 'fhir/r4b';
2
- /**
3
- * A valid FHIR Claim object will be returned with details on the claim submission result.
4
- */
5
- export type RcmSubmitProfessionalClaimResponse = Claim;
@@ -1,6 +0,0 @@
1
- import { ClaimCMS1500 } from './ClaimCMS1500';
2
- export interface RcmValidateProfessionalClaimParams {
3
- cms1500: ClaimCMS1500;
4
- submitterOrganizationName: string;
5
- payerId: string;
6
- }
@@ -1,21 +0,0 @@
1
- /**
2
- * Claim validation result.
3
- */
4
- export interface RcmValidateProfessionalClaimResponse {
5
- errors?: {
6
- field?: string;
7
- value?: string;
8
- code?: string;
9
- description?: string;
10
- followupAction?: string;
11
- location?: string;
12
- }[];
13
- meta?: {
14
- submitterId?: string;
15
- senderId?: string;
16
- billerId?: string;
17
- traceId?: string;
18
- applicationMode?: string;
19
- };
20
- editStatus?: string;
21
- }
@@ -1,10 +0,0 @@
1
- import { ClaimCMS1500 } from './ClaimCMS1500';
2
- export interface RcmSubmitProfessionalClaimParams {
3
- /**
4
- * Enabling testMode will perform a dry run of claim submission. The claim will not be sent to payers, but the request processing and response will remain the same.
5
- */
6
- testMode?: boolean;
7
- cms1500: ClaimCMS1500;
8
- submitterOrganizationName: string;
9
- payerId: string;
10
- }
@@ -1,5 +0,0 @@
1
- import { Claim } from 'fhir/r4b';
2
- /**
3
- * A valid FHIR Claim object will be returned with details on the claim submission result.
4
- */
5
- export type RcmSubmitProfessionalClaimResponse = Claim;
@@ -1,6 +0,0 @@
1
- import { ClaimCMS1500 } from './ClaimCMS1500';
2
- export interface RcmValidateProfessionalClaimParams {
3
- cms1500: ClaimCMS1500;
4
- submitterOrganizationName: string;
5
- payerId: string;
6
- }
@@ -1,21 +0,0 @@
1
- /**
2
- * Claim validation result.
3
- */
4
- export interface RcmValidateProfessionalClaimResponse {
5
- errors?: {
6
- field?: string;
7
- value?: string;
8
- code?: string;
9
- description?: string;
10
- followupAction?: string;
11
- location?: string;
12
- }[];
13
- meta?: {
14
- submitterId?: string;
15
- senderId?: string;
16
- billerId?: string;
17
- traceId?: string;
18
- applicationMode?: string;
19
- };
20
- editStatus?: string;
21
- }
@@ -1,13 +0,0 @@
1
- // AUTOGENERATED -- DO NOT EDIT
2
-
3
- import { ClaimCMS1500 } from './ClaimCMS1500';
4
-
5
- export interface RcmSubmitProfessionalClaimParams {
6
- /**
7
- * Enabling testMode will perform a dry run of claim submission. The claim will not be sent to payers, but the request processing and response will remain the same.
8
- */
9
- testMode?: boolean;
10
- cms1500: ClaimCMS1500;
11
- submitterOrganizationName: string;
12
- payerId: string;
13
- }
@@ -1,7 +0,0 @@
1
- // AUTOGENERATED -- DO NOT EDIT
2
-
3
- import { Claim } from 'fhir/r4b';
4
- /**
5
- * A valid FHIR Claim object will be returned with details on the claim submission result.
6
- */
7
- export type RcmSubmitProfessionalClaimResponse = Claim;
@@ -1,9 +0,0 @@
1
- // AUTOGENERATED -- DO NOT EDIT
2
-
3
- import { ClaimCMS1500 } from './ClaimCMS1500';
4
-
5
- export interface RcmValidateProfessionalClaimParams {
6
- cms1500: ClaimCMS1500;
7
- submitterOrganizationName: string;
8
- payerId: string;
9
- }
@@ -1,23 +0,0 @@
1
- // AUTOGENERATED -- DO NOT EDIT
2
-
3
- /**
4
- * Claim validation result.
5
- */
6
- export interface RcmValidateProfessionalClaimResponse {
7
- errors?: {
8
- field?: string;
9
- value?: string;
10
- code?: string;
11
- description?: string;
12
- followupAction?: string;
13
- location?: string;
14
- }[];
15
- meta?: {
16
- submitterId?: string;
17
- senderId?: string;
18
- billerId?: string;
19
- traceId?: string;
20
- applicationMode?: string;
21
- };
22
- editStatus?: string;
23
- }