@sijilaty/ehr-sdk 1.0.1 → 1.0.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 (89) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +6 -6
  3. package/dist/cjs/index.cjs +108 -108
  4. package/dist/cjs/index.cjs.map +3 -3
  5. package/dist/esm/index.js +108 -108
  6. package/dist/esm/index.js.map +3 -3
  7. package/dist/types/client/client.d.ts +8 -8
  8. package/dist/types/client/client.d.ts.map +1 -1
  9. package/dist/types/config.d.ts +6 -6
  10. package/dist/types/config.d.ts.map +1 -1
  11. package/dist/types/errors/index.d.ts +2 -2
  12. package/dist/types/errors/index.d.ts.map +1 -1
  13. package/dist/types/index.d.ts +12 -12
  14. package/dist/types/index.d.ts.map +1 -1
  15. package/dist/types/resources/classes/application.d.ts +16 -16
  16. package/dist/types/resources/classes/application.d.ts.map +1 -1
  17. package/dist/types/resources/classes/charge.d.ts +5 -5
  18. package/dist/types/resources/classes/charge.d.ts.map +1 -1
  19. package/dist/types/resources/classes/conversation-ext.d.ts +1 -1
  20. package/dist/types/resources/classes/conversation.d.ts +14 -14
  21. package/dist/types/resources/classes/conversation.d.ts.map +1 -1
  22. package/dist/types/resources/classes/developer.d.ts +18 -18
  23. package/dist/types/resources/classes/developer.d.ts.map +1 -1
  24. package/dist/types/resources/classes/erx.d.ts +22 -22
  25. package/dist/types/resources/classes/erx.d.ts.map +1 -1
  26. package/dist/types/resources/classes/fax.d.ts +10 -10
  27. package/dist/types/resources/classes/fax.d.ts.map +1 -1
  28. package/dist/types/resources/classes/fhir-ext.d.ts +28 -28
  29. package/dist/types/resources/classes/fhir-ext.d.ts.map +1 -1
  30. package/dist/types/resources/classes/fhir.d.ts +3 -3
  31. package/dist/types/resources/classes/fhir.d.ts.map +1 -1
  32. package/dist/types/resources/classes/index.d.ts +4 -4
  33. package/dist/types/resources/classes/index.d.ts.map +1 -1
  34. package/dist/types/resources/classes/lab.d.ts +17 -17
  35. package/dist/types/resources/classes/lab.d.ts.map +1 -1
  36. package/dist/types/resources/classes/m2m.d.ts +22 -22
  37. package/dist/types/resources/classes/m2m.d.ts.map +1 -1
  38. package/dist/types/resources/classes/messaging.d.ts +4 -4
  39. package/dist/types/resources/classes/messaging.d.ts.map +1 -1
  40. package/dist/types/resources/classes/paymentMethod.d.ts +7 -7
  41. package/dist/types/resources/classes/paymentMethod.d.ts.map +1 -1
  42. package/dist/types/resources/classes/project.d.ts +9 -9
  43. package/dist/types/resources/classes/project.d.ts.map +1 -1
  44. package/dist/types/resources/classes/rcm-ext.d.ts +2 -2
  45. package/dist/types/resources/classes/rcm-ext.d.ts.map +1 -1
  46. package/dist/types/resources/classes/rcm.d.ts +10 -10
  47. package/dist/types/resources/classes/rcm.d.ts.map +1 -1
  48. package/dist/types/resources/classes/role.d.ts +13 -13
  49. package/dist/types/resources/classes/role.d.ts.map +1 -1
  50. package/dist/types/resources/classes/secret.d.ts +7 -7
  51. package/dist/types/resources/classes/secret.d.ts.map +1 -1
  52. package/dist/types/resources/classes/telemed.d.ts +6 -6
  53. package/dist/types/resources/classes/telemed.d.ts.map +1 -1
  54. package/dist/types/resources/classes/terminology.d.ts +5 -5
  55. package/dist/types/resources/classes/terminology.d.ts.map +1 -1
  56. package/dist/types/resources/classes/transactionalSMS.d.ts +5 -5
  57. package/dist/types/resources/classes/transactionalSMS.d.ts.map +1 -1
  58. package/dist/types/resources/classes/user.d.ts +26 -26
  59. package/dist/types/resources/classes/user.d.ts.map +1 -1
  60. package/dist/types/resources/classes/version.d.ts +4 -4
  61. package/dist/types/resources/classes/version.d.ts.map +1 -1
  62. package/dist/types/resources/classes/z3-ext.d.ts +1 -1
  63. package/dist/types/resources/classes/z3.d.ts +16 -16
  64. package/dist/types/resources/classes/z3.d.ts.map +1 -1
  65. package/dist/types/resources/classes/zambda.d.ts +21 -21
  66. package/dist/types/resources/classes/zambda.d.ts.map +1 -1
  67. package/dist/types/resources/classes/zambdaLogStream.d.ts +9 -9
  68. package/dist/types/resources/classes/zambdaLogStream.d.ts.map +1 -1
  69. package/dist/types/resources/types/Application.d.ts +6 -6
  70. package/dist/types/resources/types/ApplicationCreateParams.d.ts +6 -6
  71. package/dist/types/resources/types/ApplicationUpdateParams.d.ts +6 -6
  72. package/dist/types/resources/types/ConversationAddParticipantParams.d.ts +1 -1
  73. package/dist/types/resources/types/ConversationCreateResponse.d.ts +1 -1
  74. package/dist/types/resources/types/ConversationRemoveParticipantParams.d.ts +1 -1
  75. package/dist/types/resources/types/FaxSendParams.d.ts +1 -1
  76. package/dist/types/resources/types/FaxSendResponse.d.ts +1 -1
  77. package/dist/types/resources/types/LabOrderSubmitParams.d.ts +2 -2
  78. package/dist/types/resources/types/LabRoute.d.ts +5 -5
  79. package/dist/types/resources/types/LabRouteCreateParams.d.ts +6 -6
  80. package/dist/types/resources/types/Secret.d.ts +1 -1
  81. package/dist/types/resources/types/SecretSetParams.d.ts +1 -1
  82. package/dist/types/resources/types/TelemedCreateMeetingParams.d.ts +1 -1
  83. package/dist/types/resources/types/TelemedCreateMeetingResponse.d.ts +1 -1
  84. package/dist/types/resources/types/ZambdaCreateParams.d.ts +1 -1
  85. package/dist/types/resources/types/ZambdaFunction.d.ts +1 -1
  86. package/dist/types/resources/types/ZambdaUpdateParams.d.ts +1 -1
  87. package/dist/types/sijil/config.d.ts +7 -7
  88. package/dist/types/sijil/config.d.ts.map +1 -1
  89. package/package.json +3 -3
@@ -1,73 +1,73 @@
1
- import { M2mCreateParams, M2mCreateResponse, M2mDeleteParams, M2mGetParams, M2mGetResponse, M2mListResponse, M2mListV2Params, M2mListV2Response, M2mMeResponse, M2mRotateSecretParams, M2mRotateSecretResponse, M2mUpdateParams, M2mUpdateResponse, OystehrClientRequest } from '../..';
1
+ import { M2mCreateParams, M2mCreateResponse, M2mDeleteParams, M2mGetParams, M2mGetResponse, M2mListResponse, M2mListV2Params, M2mListV2Response, M2mMeResponse, M2mRotateSecretParams, M2mRotateSecretResponse, M2mUpdateParams, M2mUpdateResponse, SijilClientRequest } from '../..';
2
2
  import { SDKResource } from '../../client/client';
3
- import { OystehrConfig } from '../../config';
3
+ import { SijilConfig } from '../../config';
4
4
  export declare class M2m extends SDKResource {
5
5
  #private;
6
- constructor(config: OystehrConfig);
6
+ constructor(config: SijilConfig);
7
7
  /**
8
- * DEPRECATED. Please use [v2/list](https://api-reference.oystehr.com/reference/get_m2m-v2-list) instead.
8
+ * DEPRECATED. Please use [v2/list](https://api-reference.sijil.com/reference/get_m2m-v2-list) instead.
9
9
  *
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).
10
+ * Get a list of all M2M Clients. [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients) are used to access Sijil APIs from scripts and server-side code like [Zambda Functions](https://docs.sijil.com/sijil/services/zambda).
11
11
  *
12
12
  * Access Policy Action: `App:ListAllM2MClients`
13
13
  * Access Policy Resource: `IAM:M2MClient`
14
14
  */
15
- list(request?: OystehrClientRequest): Promise<M2mListResponse>;
15
+ list(request?: SijilClientRequest): Promise<M2mListResponse>;
16
16
  /**
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).
17
+ * Create a new M2M Client. [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients) are used to access Sijil APIs from scripts and server-side code like [Zambda Functions](https://docs.sijil.com/sijil/services/zambda).
18
18
  *
19
19
  * Access Policy Action: `App:CreateM2MClient`
20
20
  * Access Policy Resource: `IAM:M2MClient`
21
21
  */
22
- create(params: M2mCreateParams, request?: OystehrClientRequest): Promise<M2mCreateResponse>;
22
+ create(params: M2mCreateParams, request?: SijilClientRequest): Promise<M2mCreateResponse>;
23
23
  /**
24
- * Get information about the calling 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).
24
+ * Get information about the calling M2M Client. [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients) are used to access Sijil APIs from scripts and server-side code like [Zambda Functions](https://docs.sijil.com/sijil/services/zambda).
25
25
  *
26
26
  * Access Policy Action: `App:GetM2MClient`
27
27
  * Access Policy Resource: `IAM:M2MClient`
28
28
  */
29
- me(request?: OystehrClientRequest): Promise<M2mMeResponse>;
29
+ me(request?: SijilClientRequest): Promise<M2mMeResponse>;
30
30
  /**
31
- * 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).
31
+ * Get the M2M Client with the provided ID. [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients) are used to access Sijil APIs from scripts and server-side code like [Zambda Functions](https://docs.sijil.com/sijil/services/zambda).
32
32
  *
33
33
  * Access Policy Action: `App:GetM2MClient`
34
34
  * Access Policy Resource: `IAM:M2MClient`
35
35
  */
36
- get(params: M2mGetParams, request?: OystehrClientRequest): Promise<M2mGetResponse>;
36
+ get(params: M2mGetParams, request?: SijilClientRequest): Promise<M2mGetResponse>;
37
37
  /**
38
- * 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).
38
+ * Update the M2M Client with the provided ID. [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients) are used to access Sijil APIs from scripts and server-side code like [Zambda Functions](https://docs.sijil.com/sijil/services/zambda).
39
39
  *
40
40
  * Access Policy Action: `App:UpdateM2MClient`
41
41
  * Access Policy Resource: `IAM:M2MClient`
42
42
  */
43
- update(params: M2mUpdateParams, request?: OystehrClientRequest): Promise<M2mUpdateResponse>;
43
+ update(params: M2mUpdateParams, request?: SijilClientRequest): Promise<M2mUpdateResponse>;
44
44
  /**
45
- * 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).
45
+ * Delete the M2M Client with the provided ID. [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients) are used to access Sijil APIs from scripts and server-side code like [Zambda Functions](https://docs.sijil.com/sijil/services/zambda).
46
46
  *
47
47
  * Access Policy Action: `App:DeleteM2MClient`
48
48
  * Access Policy Resource: `IAM:M2MClient`
49
49
  */
50
- delete(params: M2mDeleteParams, request?: OystehrClientRequest): Promise<void>;
50
+ delete(params: M2mDeleteParams, request?: SijilClientRequest): Promise<void>;
51
51
  /**
52
- * 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).
52
+ * Rotate the client secret for the M2M Client with the provided ID. [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients) are used to access Sijil APIs from scripts and server-side code like [Zambda Functions](https://docs.sijil.com/sijil/services/zambda).
53
53
  *
54
54
  * Access Policy Action: `App:RotateM2MClientSecret`
55
55
  * Access Policy Resource: `IAM:M2MClient`
56
56
  */
57
- rotateSecret(params: M2mRotateSecretParams, request?: OystehrClientRequest): Promise<M2mRotateSecretResponse>;
57
+ rotateSecret(params: M2mRotateSecretParams, request?: SijilClientRequest): Promise<M2mRotateSecretResponse>;
58
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).
59
+ * Get M2M clients in the Project with pagination, sort, sort order and filtering. [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients) are used to access Sijil APIs from scripts and server-side code like [Zambda Functions](https://docs.sijil.com/sijil/services/zambda).
60
60
  *
61
61
  * Access Policy Action: `App:ListAllM2MClients`
62
62
  * Access Policy Resource: `IAM:M2MClient`
63
63
  */
64
- listV2(params: M2mListV2Params, request?: OystehrClientRequest): Promise<M2mListV2Response>;
64
+ listV2(params: M2mListV2Params, request?: SijilClientRequest): Promise<M2mListV2Response>;
65
65
  /**
66
- * 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).
66
+ * Get M2M clients in the Project with pagination, sort, sort order and filtering. [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients) are used to access Sijil APIs from scripts and server-side code like [Zambda Functions](https://docs.sijil.com/sijil/services/zambda).
67
67
  *
68
68
  * Access Policy Action: `App:ListAllM2MClients`
69
69
  * Access Policy Resource: `IAM:M2MClient`
70
70
  */
71
- listV2(request?: OystehrClientRequest): Promise<M2mListV2Response>;
71
+ listV2(request?: SijilClientRequest): Promise<M2mListV2Response>;
72
72
  }
73
73
  //# sourceMappingURL=m2m.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"m2m.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/m2m.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,YAAY,EACZ,cAAc,EACd,eAAe,EACf,eAAe,EACf,iBAAiB,EACjB,aAAa,EACb,qBAAqB,EACrB,uBAAuB,EACvB,eAAe,EACf,iBAAiB,EACjB,oBAAoB,EACrB,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,qBAAa,GAAI,SAAQ,WAAW;;gBACtB,MAAM,EAAE,aAAa;IAMjC;;;;;;;OAOG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,eAAe,CAAC;IAG9D;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAG3F;;;;;OAKG;IACH,EAAE,CAAC,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,aAAa,CAAC;IAG1D;;;;;OAKG;IACH,GAAG,CAAC,MAAM,EAAE,YAAY,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,cAAc,CAAC;IAGlF;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAG3F;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;IAG9E;;;;;OAKG;IACH,YAAY,CAAC,MAAM,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAG7G;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAC3F;;;;;OAKG;IACH,MAAM,CAAC,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAUnE"}
1
+ {"version":3,"file":"m2m.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/m2m.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,eAAe,EACf,iBAAiB,EACjB,eAAe,EACf,YAAY,EACZ,cAAc,EACd,eAAe,EACf,eAAe,EACf,iBAAiB,EACjB,aAAa,EACb,qBAAqB,EACrB,uBAAuB,EACvB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EACnB,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,qBAAa,GAAI,SAAQ,WAAW;;gBACtB,MAAM,EAAE,WAAW;IAM/B;;;;;;;OAOG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,eAAe,CAAC;IAG5D;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAGzF;;;;;OAKG;IACH,EAAE,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,aAAa,CAAC;IAGxD;;;;;OAKG;IACH,GAAG,CAAC,MAAM,EAAE,YAAY,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,cAAc,CAAC;IAGhF;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAGzF;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAG5E;;;;;OAKG;IACH,YAAY,CAAC,MAAM,EAAE,qBAAqB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAG3G;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IACzF;;;;;OAKG;IACH,MAAM,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAUjE"}
@@ -1,12 +1,12 @@
1
- import { MessagingGetMessagingConfigResponse, OystehrClientRequest } from '../..';
1
+ import { MessagingGetMessagingConfigResponse, SijilClientRequest } from '../..';
2
2
  import { SDKResource } from '../../client/client';
3
- import { OystehrConfig } from '../../config';
3
+ import { SijilConfig } from '../../config';
4
4
  export declare class Messaging extends SDKResource {
5
5
  #private;
6
- constructor(config: OystehrConfig);
6
+ constructor(config: SijilConfig);
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
  */
10
- getMessagingConfig(request?: OystehrClientRequest): Promise<MessagingGetMessagingConfigResponse>;
10
+ getMessagingConfig(request?: SijilClientRequest): Promise<MessagingGetMessagingConfigResponse>;
11
11
  }
12
12
  //# sourceMappingURL=messaging.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"messaging.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/messaging.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mCAAmC,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAClF,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,qBAAa,SAAU,SAAQ,WAAW;;gBAC5B,MAAM,EAAE,aAAa;IAMjC;;OAEG;IACH,kBAAkB,CAAC,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,mCAAmC,CAAC;CAGjG"}
1
+ {"version":3,"file":"messaging.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/messaging.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mCAAmC,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAChF,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,qBAAa,SAAU,SAAQ,WAAW;;gBAC5B,MAAM,EAAE,WAAW;IAM/B;;OAEG;IACH,kBAAkB,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,mCAAmC,CAAC;CAG/F"}
@@ -1,9 +1,9 @@
1
- import { OystehrClientRequest, PaymentMethodDeleteParams, PaymentMethodListParams, PaymentMethodListResponse, PaymentMethodSetDefaultParams, PaymentMethodSetUpParams, PaymentMethodSetUpResponse } from '../..';
1
+ import { SijilClientRequest, PaymentMethodDeleteParams, PaymentMethodListParams, PaymentMethodListResponse, PaymentMethodSetDefaultParams, PaymentMethodSetUpParams, PaymentMethodSetUpResponse } from '../..';
2
2
  import { SDKResource } from '../../client/client';
3
- import { OystehrConfig } from '../../config';
3
+ import { SijilConfig } from '../../config';
4
4
  export declare class PaymentMethod extends SDKResource {
5
5
  #private;
6
- constructor(config: OystehrConfig);
6
+ constructor(config: SijilConfig);
7
7
  /**
8
8
  * Enter a new credit card or other payment method for the user.
9
9
  *
@@ -19,7 +19,7 @@ export declare class PaymentMethod extends SDKResource {
19
19
  * Action: `FHIR:Read`
20
20
  * Access Policy Resource: `FHIR:Patient`
21
21
  */
22
- setUp(params: PaymentMethodSetUpParams, request?: OystehrClientRequest): Promise<PaymentMethodSetUpResponse>;
22
+ setUp(params: PaymentMethodSetUpParams, request?: SijilClientRequest): Promise<PaymentMethodSetUpResponse>;
23
23
  /**
24
24
  * Set a specified payment method for the user as default.
25
25
  *
@@ -35,7 +35,7 @@ export declare class PaymentMethod extends SDKResource {
35
35
  * Action: `FHIR:Read`
36
36
  * Access Policy Resource: `FHIR:Patient`
37
37
  */
38
- setDefault(params: PaymentMethodSetDefaultParams, request?: OystehrClientRequest): Promise<void>;
38
+ setDefault(params: PaymentMethodSetDefaultParams, request?: SijilClientRequest): Promise<void>;
39
39
  /**
40
40
  * Delete a specified payment method for the beneficiary.
41
41
  *
@@ -51,7 +51,7 @@ export declare class PaymentMethod extends SDKResource {
51
51
  * Action: `FHIR:Read`
52
52
  * Access Policy Resource: `FHIR:Patient`
53
53
  */
54
- delete(params: PaymentMethodDeleteParams, request?: OystehrClientRequest): Promise<void>;
54
+ delete(params: PaymentMethodDeleteParams, request?: SijilClientRequest): Promise<void>;
55
55
  /**
56
56
  * List all payment methods for the patient.
57
57
  *
@@ -67,6 +67,6 @@ export declare class PaymentMethod extends SDKResource {
67
67
  * Action: `FHIR:Read`
68
68
  * Access Policy Resource: `FHIR:Patient`
69
69
  */
70
- list(params: PaymentMethodListParams, request?: OystehrClientRequest): Promise<PaymentMethodListResponse>;
70
+ list(params: PaymentMethodListParams, request?: SijilClientRequest): Promise<PaymentMethodListResponse>;
71
71
  }
72
72
  //# sourceMappingURL=paymentMethod.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"paymentMethod.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/paymentMethod.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,oBAAoB,EACpB,yBAAyB,EACzB,uBAAuB,EACvB,yBAAyB,EACzB,6BAA6B,EAC7B,wBAAwB,EACxB,0BAA0B,EAC3B,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,qBAAa,aAAc,SAAQ,WAAW;;gBAChC,MAAM,EAAE,aAAa;IAMjC;;;;;;;;;;;;;;OAcG;IACH,KAAK,CAAC,MAAM,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAG5G;;;;;;;;;;;;;;OAcG;IACH,UAAU,CAAC,MAAM,EAAE,6BAA6B,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;IAGhG;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,MAAM,EAAE,yBAAyB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;IAGxF;;;;;;;;;;;;;;OAcG;IACH,IAAI,CAAC,MAAM,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,yBAAyB,CAAC;CAG1G"}
1
+ {"version":3,"file":"paymentMethod.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/paymentMethod.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,kBAAkB,EAClB,yBAAyB,EACzB,uBAAuB,EACvB,yBAAyB,EACzB,6BAA6B,EAC7B,wBAAwB,EACxB,0BAA0B,EAC3B,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,qBAAa,aAAc,SAAQ,WAAW;;gBAChC,MAAM,EAAE,WAAW;IAM/B;;;;;;;;;;;;;;OAcG;IACH,KAAK,CAAC,MAAM,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,0BAA0B,CAAC;IAG1G;;;;;;;;;;;;;;OAcG;IACH,UAAU,CAAC,MAAM,EAAE,6BAA6B,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAG9F;;;;;;;;;;;;;;OAcG;IACH,MAAM,CAAC,MAAM,EAAE,yBAAyB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAGtF;;;;;;;;;;;;;;OAcG;IACH,IAAI,CAAC,MAAM,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,yBAAyB,CAAC;CAGxG"}
@@ -1,29 +1,29 @@
1
- import { OystehrClientRequest, ProjectGetResponse, ProjectUpdateParams, ProjectUpdateResponse } from '../..';
1
+ import { SijilClientRequest, ProjectGetResponse, ProjectUpdateParams, ProjectUpdateResponse } from '../..';
2
2
  import { SDKResource } from '../../client/client';
3
- import { OystehrConfig } from '../../config';
3
+ import { SijilConfig } from '../../config';
4
4
  export declare class Project extends SDKResource {
5
5
  #private;
6
- constructor(config: OystehrConfig);
6
+ constructor(config: SijilConfig);
7
7
  /**
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-oystehr-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 .
8
+ * Get the Project settings for a Project. Developers must specify a [project ID](https://docs.sijil.com/sijil/core-documentation/authenticating-api-requests/#x-sijil-project-id-header) in the header. A Project is the logically-isolated instance of Sijil that segments your data from other Projects. [Projects](https://docs.sijil.com/sijil/services/project/) are completely independent from each other, having their own separate [FHIR store](https://docs.sijil.com/sijil/services/fhir/basics/), [Applications](https://docs.sijil.com/sijil/services/app/applications/), [Users](https://docs.sijil.com/sijil/services/app/users/), etc .
9
9
  *
10
10
  * Access Policy Action: `Project:GetProjectInfo`
11
11
  * Access Policy Resource: `Project:Settings`
12
12
  */
13
- get(request?: OystehrClientRequest): Promise<ProjectGetResponse>;
13
+ get(request?: SijilClientRequest): 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/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 .
15
+ * Update the Project settings for the Project that corresponds to the project-id in the request header. A [Project](https://docs.sijil.com/sijil/services/project/) is the logically-isolated instance of Sijil that segments your data from other Projects. Projects are completely independent from each other, having their own separate [FHIR store](https://docs.sijil.com/sijil/services/fhir/basics/), [Applications](https://docs.sijil.com/sijil/services/app/applications/), [Users](https://docs.sijil.com/sijil/services/app/users/), etc .
16
16
  *
17
17
  * Access Policy Action: `Project:UpdateProjectInfo`
18
18
  * Access Policy Resource: `Project:Settings`
19
19
  */
20
- update(params: ProjectUpdateParams, request?: OystehrClientRequest): Promise<ProjectUpdateResponse>;
20
+ update(params: ProjectUpdateParams, request?: SijilClientRequest): Promise<ProjectUpdateResponse>;
21
21
  /**
22
- * Update the Project settings for the Project that corresponds to the project-id in the request header. A [Project](https://docs.oystehr.com/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 .
22
+ * Update the Project settings for the Project that corresponds to the project-id in the request header. A [Project](https://docs.sijil.com/sijil/services/project/) is the logically-isolated instance of Sijil that segments your data from other Projects. Projects are completely independent from each other, having their own separate [FHIR store](https://docs.sijil.com/sijil/services/fhir/basics/), [Applications](https://docs.sijil.com/sijil/services/app/applications/), [Users](https://docs.sijil.com/sijil/services/app/users/), etc .
23
23
  *
24
24
  * Access Policy Action: `Project:UpdateProjectInfo`
25
25
  * Access Policy Resource: `Project:Settings`
26
26
  */
27
- update(request?: OystehrClientRequest): Promise<ProjectUpdateResponse>;
27
+ update(request?: SijilClientRequest): Promise<ProjectUpdateResponse>;
28
28
  }
29
29
  //# sourceMappingURL=project.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/project.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAC7G,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,qBAAa,OAAQ,SAAQ,WAAW;;gBAC1B,MAAM,EAAE,aAAa;IAMjC;;;;;OAKG;IACH,GAAG,CAAC,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAGhE;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,qBAAqB,CAAC;IACnG;;;;;OAKG;IACH,MAAM,CAAC,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,qBAAqB,CAAC;CAavE"}
1
+ {"version":3,"file":"project.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/project.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,qBAAqB,EAAE,MAAM,OAAO,CAAC;AAC3G,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,qBAAa,OAAQ,SAAQ,WAAW;;gBAC1B,MAAM,EAAE,WAAW;IAM/B;;;;;OAKG;IACH,GAAG,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAG9D;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,qBAAqB,CAAC;IACjG;;;;;OAKG;IACH,MAAM,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,qBAAqB,CAAC;CAarE"}
@@ -1,9 +1,9 @@
1
- import { OystehrClientRequest, SDKResource } from '../../client/client';
1
+ import { SijilClientRequest, SDKResource } from '../../client/client';
2
2
  import { RcmGetPayerResponse } from '../types';
3
3
  export declare function constructPayerUrl(this: SDKResource, { id, }: {
4
4
  id: string;
5
5
  }): string;
6
6
  export declare function getPayerByUrl(this: SDKResource, { url }: {
7
7
  url: string;
8
- }, request?: OystehrClientRequest): Promise<RcmGetPayerResponse>;
8
+ }, request?: SijilClientRequest): Promise<RcmGetPayerResponse>;
9
9
  //# sourceMappingURL=rcm-ext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rcm-ext.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/rcm-ext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAExE,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAM/C,wBAAgB,iBAAiB,CAC/B,IAAI,EAAE,WAAW,EACjB,EACE,EAAE,GACH,EAAE;IACD,EAAE,EAAE,MAAM,CAAC;CACZ,GACA,MAAM,CAER;AAED,wBAAsB,aAAa,CACjC,IAAI,EAAE,WAAW,EACjB,EAAE,GAAG,EAAE,EAAE;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,EACxB,OAAO,CAAC,EAAE,oBAAoB,GAC7B,OAAO,CAAC,mBAAmB,CAAC,CAQ9B"}
1
+ {"version":3,"file":"rcm-ext.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/rcm-ext.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEtE,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAM/C,wBAAgB,iBAAiB,CAC/B,IAAI,EAAE,WAAW,EACjB,EACE,EAAE,GACH,EAAE;IACD,EAAE,EAAE,MAAM,CAAC;CACZ,GACA,MAAM,CAER;AAED,wBAAsB,aAAa,CACjC,IAAI,EAAE,WAAW,EACjB,EAAE,GAAG,EAAE,EAAE;IAAE,GAAG,EAAE,MAAM,CAAA;CAAE,EACxB,OAAO,CAAC,EAAE,kBAAkB,GAC3B,OAAO,CAAC,mBAAmB,CAAC,CAQ9B"}
@@ -1,14 +1,14 @@
1
- import { OystehrClientRequest, RcmEligibilityCheckParams, RcmEligibilityCheckResponse, RcmGetPayerParams, RcmGetPayerResponse, RcmListPayersParams, RcmListPayersResponse, RcmSetClaimStatusParams, RcmSetClaimStatusResponse, RcmSubmitClaimParams, RcmSubmitClaimResponse } from '../..';
1
+ import { SijilClientRequest, RcmEligibilityCheckParams, RcmEligibilityCheckResponse, RcmGetPayerParams, RcmGetPayerResponse, RcmListPayersParams, RcmListPayersResponse, RcmSetClaimStatusParams, RcmSetClaimStatusResponse, RcmSubmitClaimParams, RcmSubmitClaimResponse } from '../..';
2
2
  import { SDKResource } from '../../client/client';
3
- import { OystehrConfig } from '../../config';
3
+ import { SijilConfig } from '../../config';
4
4
  import * as ext from './rcm-ext';
5
5
  export declare class Rcm extends SDKResource {
6
6
  #private;
7
- constructor(config: OystehrConfig);
7
+ constructor(config: SijilConfig);
8
8
  constructPayerUrl: typeof ext.constructPayerUrl;
9
9
  getPayerByUrl: typeof ext.getPayerByUrl;
10
10
  /**
11
- * Check [Insurance Eligibility](https://docs.oystehr.com/oystehr/services/rcm/eligibility/).
11
+ * Check [Insurance Eligibility](https://docs.sijil.com/sijil/services/rcm/eligibility/).
12
12
  *
13
13
  * Access Policy Action: `RCM:CheckInsuranceEligibility`
14
14
  * Access Policy Resource: `RCM:InsuranceEligibility`
@@ -16,7 +16,7 @@ export declare class Rcm extends SDKResource {
16
16
  * Access Policy Action: `FHIR:Create`
17
17
  * Access Policy Resource: `FHIR:CoverageEligibilityResponse`
18
18
  */
19
- eligibilityCheck(params: RcmEligibilityCheckParams, request?: OystehrClientRequest): Promise<RcmEligibilityCheckResponse>;
19
+ eligibilityCheck(params: RcmEligibilityCheckParams, request?: SijilClientRequest): Promise<RcmEligibilityCheckResponse>;
20
20
  /**
21
21
  * Submit a claim to a payer.
22
22
  *
@@ -26,7 +26,7 @@ export declare class Rcm extends SDKResource {
26
26
  * Access Policy Action: `FHIR:Create`
27
27
  * Access Policy Resource: `FHIR:ClaimResponse`
28
28
  */
29
- submitClaim(params: RcmSubmitClaimParams, request?: OystehrClientRequest): Promise<RcmSubmitClaimResponse>;
29
+ submitClaim(params: RcmSubmitClaimParams, request?: SijilClientRequest): Promise<RcmSubmitClaimResponse>;
30
30
  /**
31
31
  * Emulate asynchronous claim responses by manually setting claim status.
32
32
  *
@@ -36,27 +36,27 @@ export declare class Rcm extends SDKResource {
36
36
  * Access Policy Action: `FHIR:Create`
37
37
  * Access Policy Resource: `FHIR:ClaimResponse`
38
38
  */
39
- setClaimStatus(params: RcmSetClaimStatusParams, request?: OystehrClientRequest): Promise<RcmSetClaimStatusResponse>;
39
+ setClaimStatus(params: RcmSetClaimStatusParams, request?: SijilClientRequest): Promise<RcmSetClaimStatusResponse>;
40
40
  /**
41
41
  * Search for payers by name or identifier.
42
42
  *
43
43
  * Access Policy Action: `RCM:SearchPayer`
44
44
  * Access Policy Resource: `RCM:Payer`
45
45
  */
46
- listPayers(params: RcmListPayersParams, request?: OystehrClientRequest): Promise<RcmListPayersResponse>;
46
+ listPayers(params: RcmListPayersParams, request?: SijilClientRequest): Promise<RcmListPayersResponse>;
47
47
  /**
48
48
  * Search for payers by name or identifier.
49
49
  *
50
50
  * Access Policy Action: `RCM:SearchPayer`
51
51
  * Access Policy Resource: `RCM:Payer`
52
52
  */
53
- listPayers(request?: OystehrClientRequest): Promise<RcmListPayersResponse>;
53
+ listPayers(request?: SijilClientRequest): Promise<RcmListPayersResponse>;
54
54
  /**
55
55
  * Retrieve a payer by its ID.
56
56
  *
57
57
  * Access Policy Action: `RCM:GetPayer`
58
58
  * Access Policy Resource: `RCM:Payer`
59
59
  */
60
- getPayer(params: RcmGetPayerParams, request?: OystehrClientRequest): Promise<RcmGetPayerResponse>;
60
+ getPayer(params: RcmGetPayerParams, request?: SijilClientRequest): Promise<RcmGetPayerResponse>;
61
61
  }
62
62
  //# sourceMappingURL=rcm.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rcm.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/rcm.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,oBAAoB,EACpB,yBAAyB,EACzB,2BAA2B,EAC3B,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,yBAAyB,EACzB,oBAAoB,EACpB,sBAAsB,EACvB,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAC7C,OAAO,KAAK,GAAG,MAAM,WAAW,CAAC;AAEjC,qBAAa,GAAI,SAAQ,WAAW;;gBACtB,MAAM,EAAE,aAAa;IAMjC,iBAAiB,+BAAyB;IAC1C,aAAa,2BAAqB;IAClC;;;;;;;;OAQG;IACH,gBAAgB,CACd,MAAM,EAAE,yBAAyB,EACjC,OAAO,CAAC,EAAE,oBAAoB,GAC7B,OAAO,CAAC,2BAA2B,CAAC;IAGvC;;;;;;;;OAQG;IACH,WAAW,CAAC,MAAM,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAG1G;;;;;;;;OAQG;IACH,cAAc,CAAC,MAAM,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAGnH;;;;;OAKG;IACH,UAAU,CAAC,MAAM,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,qBAAqB,CAAC;IACvG;;;;;OAKG;IACH,UAAU,CAAC,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,qBAAqB,CAAC;IAa1E;;;;;OAKG;IACH,QAAQ,CAAC,MAAM,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,mBAAmB,CAAC;CAGlG"}
1
+ {"version":3,"file":"rcm.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/rcm.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,kBAAkB,EAClB,yBAAyB,EACzB,2BAA2B,EAC3B,iBAAiB,EACjB,mBAAmB,EACnB,mBAAmB,EACnB,qBAAqB,EACrB,uBAAuB,EACvB,yBAAyB,EACzB,oBAAoB,EACpB,sBAAsB,EACvB,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAC3C,OAAO,KAAK,GAAG,MAAM,WAAW,CAAC;AAEjC,qBAAa,GAAI,SAAQ,WAAW;;gBACtB,MAAM,EAAE,WAAW;IAM/B,iBAAiB,+BAAyB;IAC1C,aAAa,2BAAqB;IAClC;;;;;;;;OAQG;IACH,gBAAgB,CACd,MAAM,EAAE,yBAAyB,EACjC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,OAAO,CAAC,2BAA2B,CAAC;IAGvC;;;;;;;;OAQG;IACH,WAAW,CAAC,MAAM,EAAE,oBAAoB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,sBAAsB,CAAC;IAGxG;;;;;;;;OAQG;IACH,cAAc,CAAC,MAAM,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,yBAAyB,CAAC;IAGjH;;;;;OAKG;IACH,UAAU,CAAC,MAAM,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,qBAAqB,CAAC;IACrG;;;;;OAKG;IACH,UAAU,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,qBAAqB,CAAC;IAaxE;;;;;OAKG;IACH,QAAQ,CAAC,MAAM,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,mBAAmB,CAAC;CAGhG"}
@@ -1,44 +1,44 @@
1
- import { OystehrClientRequest, RoleCreateParams, RoleCreateResponse, RoleDeleteParams, RoleGetParams, RoleGetResponse, RoleListResponse, RoleUpdateParams, RoleUpdateResponse } from '../..';
1
+ import { SijilClientRequest, RoleCreateParams, RoleCreateResponse, RoleDeleteParams, RoleGetParams, RoleGetResponse, RoleListResponse, RoleUpdateParams, RoleUpdateResponse } from '../..';
2
2
  import { SDKResource } from '../../client/client';
3
- import { OystehrConfig } from '../../config';
3
+ import { SijilConfig } from '../../config';
4
4
  export declare class Role extends SDKResource {
5
5
  #private;
6
- constructor(config: OystehrConfig);
6
+ constructor(config: SijilConfig);
7
7
  /**
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/).
8
+ * Get a list of all Roles. A [Role](https://docs.sijil.com/sijil/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.sijil.com/sijil/services/iam/developers/), [Users](https://docs.sijil.com/sijil/services/app/users/), and [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients/).
9
9
  *
10
10
  * Access Policy Action: `IAM:ListAllRoles`
11
11
  * Access Policy Resource: `IAM:Role`
12
12
  */
13
- list(request?: OystehrClientRequest): Promise<RoleListResponse>;
13
+ list(request?: SijilClientRequest): Promise<RoleListResponse>;
14
14
  /**
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/).
15
+ * Create a new Role. A [Role](https://docs.sijil.com/sijil/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.sijil.com/sijil/services/iam/developers/), [Users](https://docs.sijil.com/sijil/services/app/users/), and [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients/).
16
16
  *
17
17
  * Access Policy Action: `IAM:CreateRole`
18
18
  * Access Policy Resource: `IAM:Role`
19
19
  */
20
- create(params: RoleCreateParams, request?: OystehrClientRequest): Promise<RoleCreateResponse>;
20
+ create(params: RoleCreateParams, request?: SijilClientRequest): Promise<RoleCreateResponse>;
21
21
  /**
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/).
22
+ * Get the Role with the provided ID. A [Role](https://docs.sijil.com/sijil/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.sijil.com/sijil/services/iam/developers/), [Users](https://docs.sijil.com/sijil/services/app/users/), and [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients/).
23
23
  *
24
24
  * Access Policy Action: `IAM:GetRole`
25
25
  * Access Policy Resource: `IAM:Role`
26
26
  */
27
- get(params: RoleGetParams, request?: OystehrClientRequest): Promise<RoleGetResponse>;
27
+ get(params: RoleGetParams, request?: SijilClientRequest): Promise<RoleGetResponse>;
28
28
  /**
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/).
29
+ * Update the Role with the provided ID. A [Role](https://docs.sijil.com/sijil/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.sijil.com/sijil/services/iam/developers/), [Users](https://docs.sijil.com/sijil/services/app/users/), and [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients/).
30
30
  *
31
31
  * Access Policy Action: `IAM:UpdateRole`
32
32
  * Access Policy Resource: `IAM:Role`
33
33
  */
34
- update(params: RoleUpdateParams, request?: OystehrClientRequest): Promise<RoleUpdateResponse>;
34
+ update(params: RoleUpdateParams, request?: SijilClientRequest): Promise<RoleUpdateResponse>;
35
35
  /**
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/).
36
+ * Delete the Role with the provided ID. A [Role](https://docs.sijil.com/sijil/services/iam/roles/) defines an access policy that can be assigned to any number of [Developers](https://docs.sijil.com/sijil/services/iam/developers/), [Users](https://docs.sijil.com/sijil/services/app/users/), and [M2M Clients](https://docs.sijil.com/sijil/services/iam/m2m-clients/).
37
37
  *
38
38
  * Access Policy Action: `IAM:DeleteRole`
39
39
  * Access Policy Resource: `IAM:Role`
40
40
  * Will fail if any entities hold the Role or if Role is assigned as the default patient role for the project
41
41
  */
42
- delete(params: RoleDeleteParams, request?: OystehrClientRequest): Promise<void>;
42
+ delete(params: RoleDeleteParams, request?: SijilClientRequest): Promise<void>;
43
43
  }
44
44
  //# sourceMappingURL=role.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"role.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/role.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,qBAAa,IAAK,SAAQ,WAAW;;gBACvB,MAAM,EAAE,aAAa;IAMjC;;;;;OAKG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAG/D;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAG7F;;;;;OAKG;IACH,GAAG,CAAC,MAAM,EAAE,aAAa,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,eAAe,CAAC;IAGpF;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAG7F;;;;;;OAMG;IACH,MAAM,CAAC,MAAM,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;CAGhF"}
1
+ {"version":3,"file":"role.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/role.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,aAAa,EACb,eAAe,EACf,gBAAgB,EAChB,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,qBAAa,IAAK,SAAQ,WAAW;;gBACvB,MAAM,EAAE,WAAW;IAM/B;;;;;OAKG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAG7D;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAG3F;;;;;OAKG;IACH,GAAG,CAAC,MAAM,EAAE,aAAa,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,eAAe,CAAC;IAGlF;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAG3F;;;;;;OAMG;IACH,MAAM,CAAC,MAAM,EAAE,gBAAgB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;CAG9E"}
@@ -1,36 +1,36 @@
1
- import { OystehrClientRequest, SecretDeleteParams, SecretGetParams, SecretGetResponse, SecretListResponse, SecretSetParams, SecretSetResponse } from '../..';
1
+ import { SijilClientRequest, SecretDeleteParams, SecretGetParams, SecretGetResponse, SecretListResponse, SecretSetParams, SecretSetResponse } from '../..';
2
2
  import { SDKResource } from '../../client/client';
3
- import { OystehrConfig } from '../../config';
3
+ import { SijilConfig } from '../../config';
4
4
  export declare class Secret extends SDKResource {
5
5
  #private;
6
- constructor(config: OystehrConfig);
6
+ constructor(config: SijilConfig);
7
7
  /**
8
8
  * Get a list of all secrets in the Project.
9
9
  *
10
10
  * Access Policy Action: `Zambda:ListAllSecrets`
11
11
  * Access Policy Resource: `Zambda:Secret`
12
12
  */
13
- list(request?: OystehrClientRequest): Promise<SecretListResponse>;
13
+ list(request?: SijilClientRequest): Promise<SecretListResponse>;
14
14
  /**
15
15
  * Create a secret for a project. If the secret is already defined, update it.
16
16
  *
17
17
  * Access Policy Action: `Zambda:CreateSecret`
18
18
  * Access Policy Resource: `Zambda:Secret`
19
19
  */
20
- set(params: SecretSetParams, request?: OystehrClientRequest): Promise<SecretSetResponse>;
20
+ set(params: SecretSetParams, request?: SijilClientRequest): Promise<SecretSetResponse>;
21
21
  /**
22
22
  * Get the secret with the provided name.
23
23
  *
24
24
  * Access Policy Action: `Zambda:GetSecret`
25
25
  * Access Policy Resource: `Zambda:Secret`
26
26
  */
27
- get(params: SecretGetParams, request?: OystehrClientRequest): Promise<SecretGetResponse>;
27
+ get(params: SecretGetParams, request?: SijilClientRequest): Promise<SecretGetResponse>;
28
28
  /**
29
29
  * Delete the secret with the provided name.
30
30
  *
31
31
  * Access Policy Action: `Zambda:DeleteSecret`
32
32
  * Access Policy Resource: `Zambda:Secret`
33
33
  */
34
- delete(params: SecretDeleteParams, request?: OystehrClientRequest): Promise<void>;
34
+ delete(params: SecretDeleteParams, request?: SijilClientRequest): Promise<void>;
35
35
  }
36
36
  //# sourceMappingURL=secret.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"secret.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/secret.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,oBAAoB,EACpB,kBAAkB,EAClB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,iBAAiB,EAClB,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,qBAAa,MAAO,SAAQ,WAAW;;gBACzB,MAAM,EAAE,aAAa;IAMjC;;;;;OAKG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAGjE;;;;;OAKG;IACH,GAAG,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAGxF;;;;;OAKG;IACH,GAAG,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAGxF;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC;CAGlF"}
1
+ {"version":3,"file":"secret.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/secret.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,kBAAkB,EAClB,kBAAkB,EAClB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,iBAAiB,EAClB,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,qBAAa,MAAO,SAAQ,WAAW;;gBACzB,MAAM,EAAE,WAAW;IAM/B;;;;;OAKG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,kBAAkB,CAAC;IAG/D;;;;;OAKG;IACH,GAAG,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAGtF;;;;;OAKG;IACH,GAAG,CAAC,MAAM,EAAE,eAAe,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAGtF;;;;;OAKG;IACH,MAAM,CAAC,MAAM,EAAE,kBAAkB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;CAGhF"}
@@ -1,11 +1,11 @@
1
- import { OystehrClientRequest, TelemedCreateMeetingParams, TelemedCreateMeetingResponse, TelemedJoinMeetingParams, TelemedJoinMeetingResponse } from '../..';
1
+ import { SijilClientRequest, TelemedCreateMeetingParams, TelemedCreateMeetingResponse, TelemedJoinMeetingParams, TelemedJoinMeetingResponse } from '../..';
2
2
  import { SDKResource } from '../../client/client';
3
- import { OystehrConfig } from '../../config';
3
+ import { SijilConfig } from '../../config';
4
4
  export declare class Telemed extends SDKResource {
5
5
  #private;
6
- constructor(config: OystehrConfig);
6
+ constructor(config: SijilConfig);
7
7
  /**
8
- * Create a [telemedicine video meeting](https://docs.oystehr.com/oystehr/services/telemed/).
8
+ * Create a [telemedicine video meeting](https://docs.sijil.com/sijil/services/telemed/).
9
9
  *
10
10
  * Access Policy Requirements:
11
11
  * Action: `Telemed:CreateMeeting`
@@ -15,7 +15,7 @@ export declare class Telemed extends SDKResource {
15
15
  * Action: `FHIR:Update`
16
16
  * Access Policy Resource: `FHIR:Encounter`
17
17
  */
18
- createMeeting(params: TelemedCreateMeetingParams, request?: OystehrClientRequest): Promise<TelemedCreateMeetingResponse>;
18
+ createMeeting(params: TelemedCreateMeetingParams, request?: SijilClientRequest): Promise<TelemedCreateMeetingResponse>;
19
19
  /**
20
20
  * Get Meeting and Attendee objects necessary to join a telemedicine video meeting.
21
21
  *
@@ -26,6 +26,6 @@ export declare class Telemed extends SDKResource {
26
26
  * Action: `Telemed:AddAnonymousToMeeting`
27
27
  * Access Policy Resource: `Telemed:Meeting`
28
28
  */
29
- joinMeeting(params: TelemedJoinMeetingParams, request?: OystehrClientRequest): Promise<TelemedJoinMeetingResponse>;
29
+ joinMeeting(params: TelemedJoinMeetingParams, request?: SijilClientRequest): Promise<TelemedJoinMeetingResponse>;
30
30
  }
31
31
  //# sourceMappingURL=telemed.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"telemed.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/telemed.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,oBAAoB,EACpB,0BAA0B,EAC1B,4BAA4B,EAC5B,wBAAwB,EACxB,0BAA0B,EAC3B,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,qBAAa,OAAQ,SAAQ,WAAW;;gBAC1B,MAAM,EAAE,aAAa;IAMjC;;;;;;;;;;OAUG;IACH,aAAa,CACX,MAAM,EAAE,0BAA0B,EAClC,OAAO,CAAC,EAAE,oBAAoB,GAC7B,OAAO,CAAC,4BAA4B,CAAC;IAGxC;;;;;;;;;OASG;IACH,WAAW,CAAC,MAAM,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,0BAA0B,CAAC;CAOnH"}
1
+ {"version":3,"file":"telemed.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/telemed.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,kBAAkB,EAClB,0BAA0B,EAC1B,4BAA4B,EAC5B,wBAAwB,EACxB,0BAA0B,EAC3B,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,qBAAa,OAAQ,SAAQ,WAAW;;gBAC1B,MAAM,EAAE,WAAW;IAM/B;;;;;;;;;;OAUG;IACH,aAAa,CACX,MAAM,EAAE,0BAA0B,EAClC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,OAAO,CAAC,4BAA4B,CAAC;IAGxC;;;;;;;;;OASG;IACH,WAAW,CAAC,MAAM,EAAE,wBAAwB,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,0BAA0B,CAAC;CAOjH"}
@@ -1,22 +1,22 @@
1
- import { OystehrClientRequest, TerminologySearchCptParams, TerminologySearchCptResponse, TerminologySearchHcpcsParams, TerminologySearchHcpcsResponse } from '../..';
1
+ import { SijilClientRequest, TerminologySearchCptParams, TerminologySearchCptResponse, TerminologySearchHcpcsParams, TerminologySearchHcpcsResponse } from '../..';
2
2
  import { SDKResource } from '../../client/client';
3
- import { OystehrConfig } from '../../config';
3
+ import { SijilConfig } from '../../config';
4
4
  export declare class Terminology extends SDKResource {
5
5
  #private;
6
- constructor(config: OystehrConfig);
6
+ constructor(config: SijilConfig);
7
7
  /**
8
8
  * Search CPT (Current Procedural Terminology) codes by code or description. Supports exact matches, prefix searches, and full-text search with BM25 ranking.
9
9
  *
10
10
  * Access Policy Action: `Terminology:SearchCodes`
11
11
  * Access Policy Resource: `Terminology:Code:*`
12
12
  */
13
- searchCpt(params: TerminologySearchCptParams, request?: OystehrClientRequest): Promise<TerminologySearchCptResponse>;
13
+ searchCpt(params: TerminologySearchCptParams, request?: SijilClientRequest): Promise<TerminologySearchCptResponse>;
14
14
  /**
15
15
  * Search HCPCS (Healthcare Common Procedure Coding System) Level II codes by code or description. Supports exact matches, prefix searches, and full-text search with BM25 ranking.
16
16
  *
17
17
  * Access Policy Action: `Terminology:SearchCodes`
18
18
  * Access Policy Resource: `Terminology:Code:*`
19
19
  */
20
- searchHcpcs(params: TerminologySearchHcpcsParams, request?: OystehrClientRequest): Promise<TerminologySearchHcpcsResponse>;
20
+ searchHcpcs(params: TerminologySearchHcpcsParams, request?: SijilClientRequest): Promise<TerminologySearchHcpcsResponse>;
21
21
  }
22
22
  //# sourceMappingURL=terminology.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"terminology.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/terminology.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,oBAAoB,EACpB,0BAA0B,EAC1B,4BAA4B,EAC5B,4BAA4B,EAC5B,8BAA8B,EAC/B,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,qBAAa,WAAY,SAAQ,WAAW;;gBAC9B,MAAM,EAAE,aAAa;IAMjC;;;;;OAKG;IACH,SAAS,CAAC,MAAM,EAAE,0BAA0B,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,4BAA4B,CAAC;IAGpH;;;;;OAKG;IACH,WAAW,CACT,MAAM,EAAE,4BAA4B,EACpC,OAAO,CAAC,EAAE,oBAAoB,GAC7B,OAAO,CAAC,8BAA8B,CAAC;CAG3C"}
1
+ {"version":3,"file":"terminology.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/terminology.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,kBAAkB,EAClB,0BAA0B,EAC1B,4BAA4B,EAC5B,4BAA4B,EAC5B,8BAA8B,EAC/B,MAAM,OAAO,CAAC;AACf,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,qBAAa,WAAY,SAAQ,WAAW;;gBAC9B,MAAM,EAAE,WAAW;IAM/B;;;;;OAKG;IACH,SAAS,CAAC,MAAM,EAAE,0BAA0B,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,4BAA4B,CAAC;IAGlH;;;;;OAKG;IACH,WAAW,CACT,MAAM,EAAE,4BAA4B,EACpC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,OAAO,CAAC,8BAA8B,CAAC;CAG3C"}
@@ -1,11 +1,11 @@
1
- import { OystehrClientRequest, TransactionalSMSSendParams, TransactionalSMSSendResponse } from '../..';
1
+ import { SijilClientRequest, TransactionalSMSSendParams, TransactionalSMSSendResponse } from '../..';
2
2
  import { SDKResource } from '../../client/client';
3
- import { OystehrConfig } from '../../config';
3
+ import { SijilConfig } from '../../config';
4
4
  export declare class TransactionalSMS extends SDKResource {
5
5
  #private;
6
- constructor(config: OystehrConfig);
6
+ constructor(config: SijilConfig);
7
7
  /**
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.
8
+ * Send an SMS to any phone number. Sijil's [Transactional SMS](https://docs.sijil.com/sijil/services/messaging/transactional-sms/) feature makes it easy to send a text message to your [Users](https://docs.sijil.com/sijil/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`
@@ -19,6 +19,6 @@ export declare class TransactionalSMS extends SDKResource {
19
19
  * Action: `FHIR:Read`
20
20
  * Access Policy Resource: `FHIR:Patient`
21
21
  */
22
- send(params: TransactionalSMSSendParams, request?: OystehrClientRequest): Promise<TransactionalSMSSendResponse>;
22
+ send(params: TransactionalSMSSendParams, request?: SijilClientRequest): Promise<TransactionalSMSSendResponse>;
23
23
  }
24
24
  //# sourceMappingURL=transactionalSMS.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"transactionalSMS.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/transactionalSMS.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,0BAA0B,EAAE,4BAA4B,EAAE,MAAM,OAAO,CAAC;AACvG,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,cAAc,CAAC;AAE7C,qBAAa,gBAAiB,SAAQ,WAAW;;gBACnC,MAAM,EAAE,aAAa;IAMjC;;;;;;;;;;;;;;OAcG;IACH,IAAI,CAAC,MAAM,EAAE,0BAA0B,EAAE,OAAO,CAAC,EAAE,oBAAoB,GAAG,OAAO,CAAC,4BAA4B,CAAC;CAGhH"}
1
+ {"version":3,"file":"transactionalSMS.d.ts","sourceRoot":"","sources":["../../../../src/resources/classes/transactionalSMS.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kBAAkB,EAAE,0BAA0B,EAAE,4BAA4B,EAAE,MAAM,OAAO,CAAC;AACrG,OAAO,EAAE,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAE3C,qBAAa,gBAAiB,SAAQ,WAAW;;gBACnC,MAAM,EAAE,WAAW;IAM/B;;;;;;;;;;;;;;OAcG;IACH,IAAI,CAAC,MAAM,EAAE,0BAA0B,EAAE,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,4BAA4B,CAAC;CAG9G"}