@extrahorizon/javascript-sdk 8.2.0 → 8.2.1-dev-49-61b4511

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 (152) hide show
  1. package/CHANGELOG.md +1182 -1161
  2. package/README.md +108 -119
  3. package/build/index.cjs.js +1 -1
  4. package/build/index.mjs +1 -1
  5. package/build/types/btoa.d.ts +6 -6
  6. package/build/types/client.d.ts +136 -136
  7. package/build/types/constants.d.ts +15 -15
  8. package/build/types/errorHandler.d.ts +2 -2
  9. package/build/types/errors.d.ts +332 -332
  10. package/build/types/http/client.d.ts +2 -2
  11. package/build/types/http/index.d.ts +4 -4
  12. package/build/types/http/interceptors.d.ts +9 -9
  13. package/build/types/http/oAuth1Signature.d.ts +14 -14
  14. package/build/types/http/oauth1.d.ts +3 -3
  15. package/build/types/http/oauth2.d.ts +3 -3
  16. package/build/types/http/proxy.d.ts +3 -3
  17. package/build/types/http/types.d.ts +331 -331
  18. package/build/types/http/utils.d.ts +21 -21
  19. package/build/types/index.d.ts +9 -9
  20. package/build/types/mock.d.ts +43 -43
  21. package/build/types/mockType.d.ts +1547 -1511
  22. package/build/types/parseStoredCredentials.d.ts +11 -11
  23. package/build/types/rql/index.d.ts +16 -16
  24. package/build/types/rql/parser.d.ts +1 -1
  25. package/build/types/rql/types.d.ts +168 -168
  26. package/build/types/services/auth/applications/index.d.ts +5 -5
  27. package/build/types/services/auth/applications/types.d.ts +260 -190
  28. package/build/types/services/auth/index.d.ts +3 -3
  29. package/build/types/services/auth/oauth1/index.d.ts +5 -5
  30. package/build/types/services/auth/oauth1/types.d.ts +63 -63
  31. package/build/types/services/auth/oauth2/index.d.ts +5 -5
  32. package/build/types/services/auth/oauth2/types.d.ts +52 -52
  33. package/build/types/services/auth/oidc/index.d.ts +5 -5
  34. package/build/types/services/auth/oidc/loginAttempts/index.d.ts +5 -5
  35. package/build/types/services/auth/oidc/loginAttempts/types.d.ts +67 -67
  36. package/build/types/services/auth/oidc/providers/index.d.ts +5 -5
  37. package/build/types/services/auth/oidc/providers/types.d.ts +144 -144
  38. package/build/types/services/auth/oidc/types.d.ts +40 -40
  39. package/build/types/services/auth/types.d.ts +39 -39
  40. package/build/types/services/auth/users/index.d.ts +5 -5
  41. package/build/types/services/auth/users/types.d.ts +121 -121
  42. package/build/types/services/configurations/general.d.ts +5 -5
  43. package/build/types/services/configurations/groups.d.ts +5 -5
  44. package/build/types/services/configurations/index.d.ts +10 -10
  45. package/build/types/services/configurations/patients.d.ts +5 -5
  46. package/build/types/services/configurations/staff.d.ts +5 -5
  47. package/build/types/services/configurations/types.d.ts +222 -222
  48. package/build/types/services/configurations/users.d.ts +5 -5
  49. package/build/types/services/data/comments.d.ts +5 -5
  50. package/build/types/services/data/documents.d.ts +5 -5
  51. package/build/types/services/data/index.d.ts +13 -13
  52. package/build/types/services/data/indexes.d.ts +5 -5
  53. package/build/types/services/data/infrastructure.d.ts +10 -10
  54. package/build/types/services/data/json-schema.d.ts +121 -121
  55. package/build/types/services/data/properties.d.ts +5 -5
  56. package/build/types/services/data/schemas.d.ts +5 -5
  57. package/build/types/services/data/statuses.d.ts +5 -5
  58. package/build/types/services/data/transitions.d.ts +5 -5
  59. package/build/types/services/data/types.d.ts +899 -899
  60. package/build/types/services/dispatchers/actions/index.d.ts +5 -5
  61. package/build/types/services/dispatchers/actions/types.d.ts +78 -78
  62. package/build/types/services/dispatchers/dispatchers/index.d.ts +5 -5
  63. package/build/types/services/dispatchers/dispatchers/types.d.ts +111 -111
  64. package/build/types/services/dispatchers/index.d.ts +7 -7
  65. package/build/types/services/dispatchers/types.d.ts +2 -2
  66. package/build/types/services/events/events.d.ts +5 -5
  67. package/build/types/services/events/health.d.ts +9 -9
  68. package/build/types/services/events/index.d.ts +6 -6
  69. package/build/types/services/events/subscriptions.d.ts +5 -5
  70. package/build/types/services/events/types.d.ts +90 -90
  71. package/build/types/services/files/files.d.ts +5 -5
  72. package/build/types/services/files/formHelpers.d.ts +3 -3
  73. package/build/types/services/files/index.d.ts +6 -6
  74. package/build/types/services/files/settings/index.d.ts +5 -5
  75. package/build/types/services/files/settings/types.d.ts +38 -38
  76. package/build/types/services/files/tokens.d.ts +5 -5
  77. package/build/types/services/files/types.d.ts +185 -185
  78. package/build/types/services/helpers.d.ts +7 -7
  79. package/build/types/services/http-client.d.ts +22 -22
  80. package/build/types/services/index.d.ts +15 -15
  81. package/build/types/services/localizations/countries.d.ts +5 -5
  82. package/build/types/services/localizations/health.d.ts +9 -9
  83. package/build/types/services/localizations/index.d.ts +4 -4
  84. package/build/types/services/localizations/languages.d.ts +5 -5
  85. package/build/types/services/localizations/localizations.d.ts +5 -5
  86. package/build/types/services/localizations/types.d.ts +145 -145
  87. package/build/types/services/logs/access/index.d.ts +5 -5
  88. package/build/types/services/logs/access/types.d.ts +41 -41
  89. package/build/types/services/logs/index.d.ts +3 -3
  90. package/build/types/services/logs/types.d.ts +4 -4
  91. package/build/types/services/mails/index.d.ts +3 -3
  92. package/build/types/services/mails/mails.d.ts +5 -5
  93. package/build/types/services/mails/types.d.ts +141 -141
  94. package/build/types/services/notifications/health.d.ts +9 -9
  95. package/build/types/services/notifications/index.d.ts +7 -7
  96. package/build/types/services/notifications/notifications.d.ts +5 -5
  97. package/build/types/services/notifications/settings.d.ts +5 -5
  98. package/build/types/services/notifications/types.d.ts +222 -222
  99. package/build/types/services/payments/appStore.d.ts +5 -5
  100. package/build/types/services/payments/appStoreSubscriptions.d.ts +5 -5
  101. package/build/types/services/payments/health.d.ts +9 -9
  102. package/build/types/services/payments/index.d.ts +15 -15
  103. package/build/types/services/payments/orders.d.ts +5 -5
  104. package/build/types/services/payments/playStore.d.ts +5 -5
  105. package/build/types/services/payments/playStoreHistory.d.ts +5 -5
  106. package/build/types/services/payments/playStoreSubscriptions.d.ts +5 -5
  107. package/build/types/services/payments/products.d.ts +5 -5
  108. package/build/types/services/payments/stripe.d.ts +5 -5
  109. package/build/types/services/payments/subscriptions.d.ts +5 -5
  110. package/build/types/services/payments/types.d.ts +1189 -1189
  111. package/build/types/services/profiles/groups.d.ts +5 -5
  112. package/build/types/services/profiles/health.d.ts +9 -9
  113. package/build/types/services/profiles/index.d.ts +9 -9
  114. package/build/types/services/profiles/logs.d.ts +5 -5
  115. package/build/types/services/profiles/profiles.d.ts +5 -5
  116. package/build/types/services/profiles/types.d.ts +370 -369
  117. package/build/types/services/tasks/api/index.d.ts +5 -5
  118. package/build/types/services/tasks/api/types.d.ts +146 -146
  119. package/build/types/services/tasks/apiRequests/index.d.ts +5 -5
  120. package/build/types/services/tasks/apiRequests/logs/index.d.ts +5 -5
  121. package/build/types/services/tasks/apiRequests/logs/types.d.ts +25 -25
  122. package/build/types/services/tasks/apiRequests/types.d.ts +83 -83
  123. package/build/types/services/tasks/functions/index.d.ts +5 -5
  124. package/build/types/services/tasks/functions/types.d.ts +27 -27
  125. package/build/types/services/tasks/index.d.ts +15 -15
  126. package/build/types/services/tasks/logs/index.d.ts +5 -5
  127. package/build/types/services/tasks/logs/types.d.ts +28 -28
  128. package/build/types/services/tasks/schedules/index.d.ts +5 -5
  129. package/build/types/services/tasks/schedules/types.d.ts +88 -88
  130. package/build/types/services/tasks/tasks.d.ts +5 -5
  131. package/build/types/services/tasks/types.d.ts +107 -107
  132. package/build/types/services/templates/index.d.ts +3 -3
  133. package/build/types/services/templates/templates.d.ts +5 -5
  134. package/build/types/services/templates/types.d.ts +202 -202
  135. package/build/types/services/types.d.ts +77 -77
  136. package/build/types/services/users/activationRequests/index.d.ts +4 -4
  137. package/build/types/services/users/activationRequests/types.d.ts +70 -70
  138. package/build/types/services/users/forgotPasswordRequests/index.d.ts +4 -4
  139. package/build/types/services/users/forgotPasswordRequests/types.d.ts +70 -70
  140. package/build/types/services/users/globalRoles.d.ts +5 -5
  141. package/build/types/services/users/groupRoles.d.ts +5 -5
  142. package/build/types/services/users/health.d.ts +9 -9
  143. package/build/types/services/users/index.d.ts +16 -16
  144. package/build/types/services/users/settings/index.d.ts +4 -4
  145. package/build/types/services/users/settings/types.d.ts +47 -47
  146. package/build/types/services/users/types.d.ts +1202 -1055
  147. package/build/types/services/users/users.d.ts +5 -5
  148. package/build/types/sha1.d.ts +11 -11
  149. package/build/types/types.d.ts +102 -102
  150. package/build/types/utils.d.ts +4 -4
  151. package/build/types/version.d.ts +1 -1
  152. package/package.json +62 -62
@@ -1,185 +1,185 @@
1
- /// <reference types="node" />
2
- import { ReadStream } from 'fs';
3
- import type { AffectedRecords, ObjectId, OptionsBase, OptionsWithRql, PagedResult } from '../types';
4
- import { FileUploadOptions } from '../types';
5
- export * from './settings/types';
6
- /**
7
- * The combination of a uuid and id that is used to retrieve the file and decide an access level for the request
8
- */
9
- export declare type Token = string;
10
- export declare enum TokenPermission {
11
- FULL = "full",
12
- READ = "read"
13
- }
14
- export interface TokenObject {
15
- token: Token;
16
- accessLevel: TokenPermission;
17
- }
18
- export interface FileDetails {
19
- tokens: Array<TokenObject>;
20
- creatorId: ObjectId;
21
- creationTimestamp: Date;
22
- updateTimestamp: Date;
23
- name: string;
24
- mimetype: string;
25
- size: number;
26
- tags?: Array<string>;
27
- }
28
- export interface CreateTokenRequest {
29
- accessLevel?: TokenPermission;
30
- }
31
- /**
32
- * As defined by React Native:
33
- * https://github.com/facebook/react-native/blob/v0.72.4/packages/react-native/Libraries/Network/FormData.js#L13
34
- */
35
- export declare type ReactNativeFile = {
36
- uri: string;
37
- name?: string;
38
- type?: string;
39
- };
40
- export declare type FileDataTypes = Blob | string | Buffer | ReadStream | ReactNativeFile;
41
- export interface FilesService {
42
- /**
43
- * List all files
44
- *
45
- * Permission | Scope | Effect
46
- * - | - | -
47
- * `VIEW_FILES` | `global` | **Required** for this endpoint
48
- * @param rql Add filters to the requested list.
49
- * @returns PagedResult<FileDetails>
50
- */
51
- find(options?: OptionsWithRql): Promise<PagedResult<FileDetails>>;
52
- /**
53
- * Find By Name
54
- * @param name the name to search for
55
- * @param rql an optional rql string
56
- * @returns the first element found
57
- */
58
- findByName(name: string, options?: OptionsWithRql): Promise<FileDetails>;
59
- /**
60
- * Find First
61
- * @param rql an optional rql string
62
- * @returns the first element found
63
- */
64
- findFirst(options?: OptionsWithRql): Promise<FileDetails>;
65
- /**
66
- * ## Add a new file from a plain text source
67
- *
68
- * **Default Permissions:**
69
- * Everyone can use this endpoint
70
- * @param text {@link string} - The text to upload as a file
71
- * @param options {@link FileUploadOptions} - Additional options for the request
72
- * @returns {@link FileDetails} - The persisted metadata after file creation {@link FileDetails}
73
- * @throws {FileTooLargeError} - An error if the uploaded file exceeds the maximum file size
74
- */
75
- createFromText(text: string, options?: FileUploadOptions): Promise<FileDetails>;
76
- /**
77
- * ## Add a new file
78
- *
79
- * Based on the platform `fileData` accepts different types:
80
- * - Web browsers: `Blob` or `File`
81
- * - Node.js: `string`, `Buffer` or `ReadStream`
82
- * - React Native: `{ uri: string, name?: string, type?: string }`
83
- *
84
- * **Default Permissions:**
85
- * Everyone can use this endpoint
86
- * @param fileName {@link string} - The name of the file to upload
87
- * @param fileData {@link FileDataTypes} - The data used for file creation
88
- * @param options {@link FileUploadOptions} - Additional options for the request
89
- * @throws {FileTooLargeError} - An error if the uploaded file exceeds the maximum file size
90
- * @returns {@link FileDetails} - The persisted metadata after file creation
91
- */
92
- create(fileName: string, fileData: FileDataTypes, options?: FileUploadOptions & {
93
- tags?: string[];
94
- }): Promise<FileDetails>;
95
- /**
96
- * Delete a file
97
- *
98
- * AccessLevel | Effect
99
- * - | -
100
- * `full` | **Required** to be able to delete the file
101
- * @param token
102
- * @returns AffectedRecords
103
- * @throws {InvalidTokenError}
104
- * @throws {UnauthorizedTokenError}
105
- */
106
- remove(token: Token, options?: OptionsBase): Promise<AffectedRecords>;
107
- /**
108
- * Retrieve a file from the object store
109
- *
110
- * Returns an `ArrayBuffer` in web browsers and React Native, a `Buffer` in Node.js
111
- *
112
- * Permission | Scope | Effect
113
- * - | - | -
114
- * none | | Everyone can use this endpoint
115
- * @param token
116
- * @returns Buffer
117
- * @throws {InvalidTokenError}
118
- * @throws {UnauthorizedTokenError}
119
- */
120
- retrieve(token: Token, options?: OptionsBase): Promise<Buffer>;
121
- /**
122
- * Retrieve a file stream from the object store
123
- *
124
- * Currently only supported in Node.js
125
- *
126
- * Permission | Scope | Effect
127
- * - | - | -
128
- * none | | Everyone can use this endpoint
129
- * @param token
130
- * @returns data as ReadStream
131
- * @throws {InvalidTokenError}
132
- * @throws {UnauthorizedTokenError}
133
- */
134
- retrieveStream(token: Token, options?: OptionsBase): Promise<{
135
- data: ReadStream;
136
- }>;
137
- /**
138
- * Get file details
139
- *
140
- * Permission | Scope | Effect
141
- * - | - | -
142
- * none | | Everyone can use this endpoint
143
- *
144
- * AccessLevel | Effect
145
- * - | -
146
- * `full` | **Required** to return file metadata with all tokens.
147
- * `read` | **Required** to return name, size, mimetype.
148
- * @param token
149
- * @returns FileDetails
150
- * @throws {InvalidTokenError}
151
- * @throws {UnauthorizedTokenError}
152
- */
153
- getDetails(token: Token, options?: OptionsBase): Promise<FileDetails>;
154
- }
155
- export interface FileTokensService {
156
- /**
157
- * Delete a token
158
- *
159
- * Permission | Scope | Effect
160
- * - | - | -
161
- * none | | Everyone can use this endpoint
162
- *
163
- * @param token
164
- * @param tokenToAccess The token that should be deleted
165
- * @returns void
166
- * @throws {InvalidTokenError}
167
- * @throws {UnauthorizedTokenError}
168
- * @throws {TokenNotDeleteableError}
169
- */
170
- deleteToken(token: Token, tokenToAccess: Token, options?: OptionsBase): Promise<void>;
171
- /**
172
- * Generate a token for a file
173
- *
174
- * Permission | Scope | Effect
175
- * - | - | -
176
- * none | | Everyone can use this endpoint
177
- *
178
- * @param token
179
- * @param requestBody
180
- * @returns TokenObject Success
181
- * @throws {InvalidTokenError}
182
- * @throws {UnauthorizedTokenError}
183
- */
184
- generateToken(token: Token, requestBody: CreateTokenRequest, options?: OptionsBase): Promise<TokenObject>;
185
- }
1
+ /// <reference types="node" />
2
+ import { ReadStream } from 'fs';
3
+ import type { AffectedRecords, ObjectId, OptionsBase, OptionsWithRql, PagedResult } from '../types';
4
+ import { FileUploadOptions } from '../types';
5
+ export * from './settings/types';
6
+ /**
7
+ * The combination of a uuid and id that is used to retrieve the file and decide an access level for the request
8
+ */
9
+ export declare type Token = string;
10
+ export declare enum TokenPermission {
11
+ FULL = "full",
12
+ READ = "read"
13
+ }
14
+ export interface TokenObject {
15
+ token: Token;
16
+ accessLevel: TokenPermission;
17
+ }
18
+ export interface FileDetails {
19
+ tokens: Array<TokenObject>;
20
+ creatorId: ObjectId;
21
+ creationTimestamp: Date;
22
+ updateTimestamp: Date;
23
+ name: string;
24
+ mimetype: string;
25
+ size: number;
26
+ tags?: Array<string>;
27
+ }
28
+ export interface CreateTokenRequest {
29
+ accessLevel?: TokenPermission;
30
+ }
31
+ /**
32
+ * As defined by React Native:
33
+ * https://github.com/facebook/react-native/blob/v0.72.4/packages/react-native/Libraries/Network/FormData.js#L13
34
+ */
35
+ export declare type ReactNativeFile = {
36
+ uri: string;
37
+ name?: string;
38
+ type?: string;
39
+ };
40
+ export declare type FileDataTypes = Blob | string | Buffer | ReadStream | ReactNativeFile;
41
+ export interface FilesService {
42
+ /**
43
+ * List all files
44
+ *
45
+ * Permission | Scope | Effect
46
+ * - | - | -
47
+ * `VIEW_FILES` | `global` | **Required** for this endpoint
48
+ * @param rql Add filters to the requested list.
49
+ * @returns PagedResult<FileDetails>
50
+ */
51
+ find(options?: OptionsWithRql): Promise<PagedResult<FileDetails>>;
52
+ /**
53
+ * Find By Name
54
+ * @param name the name to search for
55
+ * @param rql an optional rql string
56
+ * @returns the first element found
57
+ */
58
+ findByName(name: string, options?: OptionsWithRql): Promise<FileDetails>;
59
+ /**
60
+ * Find First
61
+ * @param rql an optional rql string
62
+ * @returns the first element found
63
+ */
64
+ findFirst(options?: OptionsWithRql): Promise<FileDetails>;
65
+ /**
66
+ * ## Add a new file from a plain text source
67
+ *
68
+ * **Default Permissions:**
69
+ * Everyone can use this endpoint
70
+ * @param text {@link string} - The text to upload as a file
71
+ * @param options {@link FileUploadOptions} - Additional options for the request
72
+ * @returns {@link FileDetails} - The persisted metadata after file creation {@link FileDetails}
73
+ * @throws {FileTooLargeError} - An error if the uploaded file exceeds the maximum file size
74
+ */
75
+ createFromText(text: string, options?: FileUploadOptions): Promise<FileDetails>;
76
+ /**
77
+ * ## Add a new file
78
+ *
79
+ * Based on the platform `fileData` accepts different types:
80
+ * - Web browsers: `Blob` or `File`
81
+ * - Node.js: `string`, `Buffer` or `ReadStream`
82
+ * - React Native: `{ uri: string, name?: string, type?: string }`
83
+ *
84
+ * **Default Permissions:**
85
+ * Everyone can use this endpoint
86
+ * @param fileName {@link string} - The name of the file to upload
87
+ * @param fileData {@link FileDataTypes} - The data used for file creation
88
+ * @param options {@link FileUploadOptions} - Additional options for the request
89
+ * @throws {FileTooLargeError} - An error if the uploaded file exceeds the maximum file size
90
+ * @returns {@link FileDetails} - The persisted metadata after file creation
91
+ */
92
+ create(fileName: string, fileData: FileDataTypes, options?: FileUploadOptions & {
93
+ tags?: string[];
94
+ }): Promise<FileDetails>;
95
+ /**
96
+ * Delete a file
97
+ *
98
+ * AccessLevel | Effect
99
+ * - | -
100
+ * `full` | **Required** to be able to delete the file
101
+ * @param token
102
+ * @returns AffectedRecords
103
+ * @throws {InvalidTokenError}
104
+ * @throws {UnauthorizedTokenError}
105
+ */
106
+ remove(token: Token, options?: OptionsBase): Promise<AffectedRecords>;
107
+ /**
108
+ * Retrieve a file from the object store
109
+ *
110
+ * Returns an `ArrayBuffer` in web browsers and React Native, a `Buffer` in Node.js
111
+ *
112
+ * Permission | Scope | Effect
113
+ * - | - | -
114
+ * none | | Everyone can use this endpoint
115
+ * @param token
116
+ * @returns Buffer
117
+ * @throws {InvalidTokenError}
118
+ * @throws {UnauthorizedTokenError}
119
+ */
120
+ retrieve(token: Token, options?: OptionsBase): Promise<Buffer>;
121
+ /**
122
+ * Retrieve a file stream from the object store
123
+ *
124
+ * Currently only supported in Node.js
125
+ *
126
+ * Permission | Scope | Effect
127
+ * - | - | -
128
+ * none | | Everyone can use this endpoint
129
+ * @param token
130
+ * @returns data as ReadStream
131
+ * @throws {InvalidTokenError}
132
+ * @throws {UnauthorizedTokenError}
133
+ */
134
+ retrieveStream(token: Token, options?: OptionsBase): Promise<{
135
+ data: ReadStream;
136
+ }>;
137
+ /**
138
+ * Get file details
139
+ *
140
+ * Permission | Scope | Effect
141
+ * - | - | -
142
+ * none | | Everyone can use this endpoint
143
+ *
144
+ * AccessLevel | Effect
145
+ * - | -
146
+ * `full` | **Required** to return file metadata with all tokens.
147
+ * `read` | **Required** to return name, size, mimetype.
148
+ * @param token
149
+ * @returns FileDetails
150
+ * @throws {InvalidTokenError}
151
+ * @throws {UnauthorizedTokenError}
152
+ */
153
+ getDetails(token: Token, options?: OptionsBase): Promise<FileDetails>;
154
+ }
155
+ export interface FileTokensService {
156
+ /**
157
+ * Delete a token
158
+ *
159
+ * Permission | Scope | Effect
160
+ * - | - | -
161
+ * none | | Everyone can use this endpoint
162
+ *
163
+ * @param token
164
+ * @param tokenToAccess The token that should be deleted
165
+ * @returns void
166
+ * @throws {InvalidTokenError}
167
+ * @throws {UnauthorizedTokenError}
168
+ * @throws {TokenNotDeleteableError}
169
+ */
170
+ deleteToken(token: Token, tokenToAccess: Token, options?: OptionsBase): Promise<void>;
171
+ /**
172
+ * Generate a token for a file
173
+ *
174
+ * Permission | Scope | Effect
175
+ * - | - | -
176
+ * none | | Everyone can use this endpoint
177
+ *
178
+ * @param token
179
+ * @param requestBody
180
+ * @returns TokenObject Success
181
+ * @throws {InvalidTokenError}
182
+ * @throws {UnauthorizedTokenError}
183
+ */
184
+ generateToken(token: Token, requestBody: CreateTokenRequest, options?: OptionsBase): Promise<TokenObject>;
185
+ }
@@ -1,7 +1,7 @@
1
- import { HttpInstance, HttpRequestConfig } from '../http/types';
2
- import { OptionsWithRql, PagedResult, PagedResultWithPager } from './types';
3
- export declare type FindAllIterator<T> = AsyncGenerator<PagedResult<T>, Record<string, never>, void>;
4
- export declare function findAllIterator<T>(find: (options: OptionsWithRql) => PagedResult<T> | Promise<PagedResult<T>>, options: OptionsWithRql): FindAllIterator<T>;
5
- export declare function findAllGeneric<T>(find: (options: OptionsWithRql) => PagedResult<T> | Promise<PagedResult<T>>, options: OptionsWithRql, level?: number): Promise<T[]>;
6
- export declare function addPagersFn<T>(find: (options: OptionsWithRql) => PagedResult<T> | Promise<PagedResult<T>>, options: OptionsWithRql, pagedResult: PagedResult<T>): PagedResultWithPager<T>;
7
- export declare function setCustomKeysConfigurationInRequestConfig(httpInstance: HttpInstance, requestOptions?: HttpRequestConfig): HttpRequestConfig;
1
+ import { HttpInstance, HttpRequestConfig } from '../http/types';
2
+ import { OptionsWithRql, PagedResult, PagedResultWithPager } from './types';
3
+ export declare type FindAllIterator<T> = AsyncGenerator<PagedResult<T>, Record<string, never>, void>;
4
+ export declare function findAllIterator<T>(find: (options: OptionsWithRql) => PagedResult<T> | Promise<PagedResult<T>>, options: OptionsWithRql): FindAllIterator<T>;
5
+ export declare function findAllGeneric<T>(find: (options: OptionsWithRql) => PagedResult<T> | Promise<PagedResult<T>>, options: OptionsWithRql, level?: number): Promise<T[]>;
6
+ export declare function addPagersFn<T>(find: (options: OptionsWithRql) => PagedResult<T> | Promise<PagedResult<T>>, options: OptionsWithRql, pagedResult: PagedResult<T>): PagedResultWithPager<T>;
7
+ export declare function setCustomKeysConfigurationInRequestConfig(httpInstance: HttpInstance, requestOptions?: HttpRequestConfig): HttpRequestConfig;
@@ -1,22 +1,22 @@
1
- import { HttpInstance, HttpRequestConfig } from '../http/types';
2
- interface HttpClientOptions {
3
- basePath: string;
4
- transformRequestData?(args: Record<string, unknown>, options?: HttpRequestConfig): Record<string, unknown>;
5
- }
6
- interface Options {
7
- gzip?: boolean;
8
- }
9
- interface GetOptions {
10
- shouldRetry?: boolean;
11
- }
12
- declare const httpClient: ({ basePath, transformRequestData, }: HttpClientOptions) => {
13
- get: (axios: HttpInstance, url: string, { shouldRetry, ...config }?: HttpRequestConfig & GetOptions) => Promise<import("axios").AxiosResponse<any, any>>;
14
- put: (axios: HttpInstance, url: string, data: any, config?: HttpRequestConfig) => Promise<import("axios").AxiosResponse<any, any>>;
15
- post: (axios: HttpInstance, url: string, data: any, config?: HttpRequestConfig, options?: Options) => Promise<import("axios").AxiosResponse<any, any>>;
16
- delete: (axios: HttpInstance, url: string, config?: HttpRequestConfig) => Promise<import("axios").AxiosResponse<any, any>>;
17
- patch: (axios: HttpInstance, url: string, data: any, config?: HttpRequestConfig) => Promise<import("axios").AxiosResponse<any, any>>;
18
- options: (axios: HttpInstance, url: string) => Promise<import("axios").AxiosResponse<any, any>>;
19
- head: (axios: HttpInstance, url: string) => Promise<import("axios").AxiosResponse<any, any>>;
20
- };
21
- export default httpClient;
22
- export declare type HttpClient = ReturnType<typeof httpClient>;
1
+ import { HttpInstance, HttpRequestConfig } from '../http/types';
2
+ interface HttpClientOptions {
3
+ basePath: string;
4
+ transformRequestData?(args: Record<string, unknown>, options?: HttpRequestConfig): Record<string, unknown>;
5
+ }
6
+ interface Options {
7
+ gzip?: boolean;
8
+ }
9
+ interface GetOptions {
10
+ shouldRetry?: boolean;
11
+ }
12
+ declare const httpClient: ({ basePath, transformRequestData, }: HttpClientOptions) => {
13
+ get: (axios: HttpInstance, url: string, { shouldRetry, ...config }?: HttpRequestConfig & GetOptions) => Promise<import("axios").AxiosResponse<any, any>>;
14
+ put: (axios: HttpInstance, url: string, data: any, config?: HttpRequestConfig) => Promise<import("axios").AxiosResponse<any, any>>;
15
+ post: (axios: HttpInstance, url: string, data: any, config?: HttpRequestConfig, options?: Options) => Promise<import("axios").AxiosResponse<any, any>>;
16
+ delete: (axios: HttpInstance, url: string, config?: HttpRequestConfig) => Promise<import("axios").AxiosResponse<any, any>>;
17
+ patch: (axios: HttpInstance, url: string, data: any, config?: HttpRequestConfig) => Promise<import("axios").AxiosResponse<any, any>>;
18
+ options: (axios: HttpInstance, url: string) => Promise<import("axios").AxiosResponse<any, any>>;
19
+ head: (axios: HttpInstance, url: string) => Promise<import("axios").AxiosResponse<any, any>>;
20
+ };
21
+ export default httpClient;
22
+ export declare type HttpClient = ReturnType<typeof httpClient>;
@@ -1,15 +1,15 @@
1
- export * from './auth';
2
- export * from './data';
3
- export * from './files';
4
- export * from './tasks';
5
- export * from './users';
6
- export * from './configurations';
7
- export * from './templates';
8
- export * from './mails';
9
- export * from './dispatchers';
10
- export * from './payments';
11
- export * from './localizations';
12
- export * from './profiles';
13
- export * from './notifications';
14
- export * from './events';
15
- export * from './logs';
1
+ export * from './auth';
2
+ export * from './data';
3
+ export * from './files';
4
+ export * from './tasks';
5
+ export * from './users';
6
+ export * from './configurations';
7
+ export * from './templates';
8
+ export * from './mails';
9
+ export * from './dispatchers';
10
+ export * from './payments';
11
+ export * from './localizations';
12
+ export * from './profiles';
13
+ export * from './notifications';
14
+ export * from './events';
15
+ export * from './logs';
@@ -1,5 +1,5 @@
1
- import type { HttpInstance } from '../../types';
2
- import { HttpClient } from '../http-client';
3
- import type { CountriesService } from './types';
4
- declare const _default: (client: HttpClient, httpAuth: HttpInstance) => CountriesService;
5
- export default _default;
1
+ import type { HttpInstance } from '../../types';
2
+ import { HttpClient } from '../http-client';
3
+ import type { CountriesService } from './types';
4
+ declare const _default: (client: HttpClient, httpAuth: HttpInstance) => CountriesService;
5
+ export default _default;
@@ -1,9 +1,9 @@
1
- import type { HttpInstance } from '../../types';
2
- declare const _default: (client: any, http: HttpInstance) => {
3
- /**
4
- * Perform a health check
5
- * @returns {boolean} success
6
- */
7
- health(): Promise<boolean>;
8
- };
9
- export default _default;
1
+ import type { HttpInstance } from '../../types';
2
+ declare const _default: (client: any, http: HttpInstance) => {
3
+ /**
4
+ * Perform a health check
5
+ * @returns {boolean} success
6
+ */
7
+ health(): Promise<boolean>;
8
+ };
9
+ export default _default;
@@ -1,4 +1,4 @@
1
- import type { HttpInstance } from '../../types';
2
- import health from './health';
3
- import { CountriesService, LanguagesService, LocalizationsService } from './types';
4
- export declare const localizationsService: (httpWithAuth: HttpInstance) => ReturnType<typeof health> & LocalizationsService & CountriesService & LanguagesService;
1
+ import type { HttpInstance } from '../../types';
2
+ import health from './health';
3
+ import { CountriesService, LanguagesService, LocalizationsService } from './types';
4
+ export declare const localizationsService: (httpWithAuth: HttpInstance) => ReturnType<typeof health> & LocalizationsService & CountriesService & LanguagesService;
@@ -1,5 +1,5 @@
1
- import type { HttpInstance } from '../../types';
2
- import { HttpClient } from '../http-client';
3
- import type { LanguagesService } from './types';
4
- declare const _default: (client: HttpClient, httpAuth: HttpInstance) => LanguagesService;
5
- export default _default;
1
+ import type { HttpInstance } from '../../types';
2
+ import { HttpClient } from '../http-client';
3
+ import type { LanguagesService } from './types';
4
+ declare const _default: (client: HttpClient, httpAuth: HttpInstance) => LanguagesService;
5
+ export default _default;
@@ -1,5 +1,5 @@
1
- import type { HttpInstance } from '../../types';
2
- import { HttpClient } from '../http-client';
3
- import type { LocalizationsService } from './types';
4
- declare const _default: (client: HttpClient, httpAuth: HttpInstance) => LocalizationsService;
5
- export default _default;
1
+ import type { HttpInstance } from '../../types';
2
+ import { HttpClient } from '../http-client';
3
+ import type { LocalizationsService } from './types';
4
+ declare const _default: (client: HttpClient, httpAuth: HttpInstance) => LocalizationsService;
5
+ export default _default;