@corsa-labs/sdk 4.17.0 → 4.19.0

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 (112) hide show
  1. package/dist/ComplianceClient.d.ts +6 -0
  2. package/dist/ComplianceClient.js +9 -0
  3. package/dist/ComplianceClient.js.map +1 -1
  4. package/dist/models/ActionConfigDto.d.ts +19 -0
  5. package/dist/models/ActionConfigDto.js +15 -0
  6. package/dist/models/ActionConfigDto.js.map +1 -0
  7. package/dist/models/ActivateRuleDto.d.ts +6 -0
  8. package/dist/models/ActivateRuleDto.js +3 -0
  9. package/dist/models/ActivateRuleDto.js.map +1 -0
  10. package/dist/models/AggregationFilterDto.d.ts +20 -0
  11. package/dist/models/AggregationFilterDto.js +21 -0
  12. package/dist/models/AggregationFilterDto.js.map +1 -0
  13. package/dist/models/AlertCustomFieldDataDto.d.ts +22 -0
  14. package/dist/models/AlertCustomFieldDataDto.js +3 -0
  15. package/dist/models/AlertCustomFieldDataDto.js.map +1 -0
  16. package/dist/models/AlertDto.d.ts +2 -1
  17. package/dist/models/AlertDto.js.map +1 -1
  18. package/dist/models/BankAccountCustomFieldDataDto.d.ts +22 -0
  19. package/dist/models/BankAccountCustomFieldDataDto.js +3 -0
  20. package/dist/models/BankAccountCustomFieldDataDto.js.map +1 -0
  21. package/dist/models/BankAccountDto.d.ts +2 -1
  22. package/dist/models/BlockchainWalletCustomFieldDataDto.d.ts +22 -0
  23. package/dist/models/BlockchainWalletCustomFieldDataDto.js +3 -0
  24. package/dist/models/BlockchainWalletCustomFieldDataDto.js.map +1 -0
  25. package/dist/models/BlockchainWalletDto.d.ts +2 -1
  26. package/dist/models/ConditionDto.d.ts +146 -0
  27. package/dist/models/ConditionDto.js +81 -0
  28. package/dist/models/ConditionDto.js.map +1 -0
  29. package/dist/models/ConditionResultDto.d.ts +30 -0
  30. package/dist/models/ConditionResultDto.js +3 -0
  31. package/dist/models/ConditionResultDto.js.map +1 -0
  32. package/dist/models/ConditionsDto.d.ts +11 -0
  33. package/dist/models/ConditionsDto.js +3 -0
  34. package/dist/models/ConditionsDto.js.map +1 -0
  35. package/dist/models/CopyRuleTemplateResponseDto.d.ts +3 -0
  36. package/dist/models/CopyRuleTemplateResponseDto.js +3 -0
  37. package/dist/models/CopyRuleTemplateResponseDto.js.map +1 -0
  38. package/dist/models/CorporateClientCustomFieldDataDto.d.ts +40 -0
  39. package/dist/models/CorporateClientCustomFieldDataDto.js +20 -0
  40. package/dist/models/CorporateClientCustomFieldDataDto.js.map +1 -0
  41. package/dist/models/CorporateClientDto.d.ts +2 -1
  42. package/dist/models/CorporateClientDto.js.map +1 -1
  43. package/dist/models/CreateAlertDto.d.ts +2 -1
  44. package/dist/models/CreateAlertDto.js.map +1 -1
  45. package/dist/models/CreateBankAccountDto.d.ts +2 -1
  46. package/dist/models/CreateBankAccountDto.js.map +1 -1
  47. package/dist/models/CreateBlockchainWalletDto.d.ts +2 -1
  48. package/dist/models/CreateCorporateClientDto.d.ts +2 -1
  49. package/dist/models/CreateCorporateClientDto.js.map +1 -1
  50. package/dist/models/CreateIndividualClientDto.d.ts +2 -1
  51. package/dist/models/CreateIndividualClientDto.js.map +1 -1
  52. package/dist/models/CreateRuleDto.d.ts +20 -0
  53. package/dist/models/CreateRuleDto.js +3 -0
  54. package/dist/models/CreateRuleDto.js.map +1 -0
  55. package/dist/models/CreateTransactionDto.d.ts +2 -1
  56. package/dist/models/DisableRuleDto.d.ts +6 -0
  57. package/dist/models/DisableRuleDto.js +3 -0
  58. package/dist/models/DisableRuleDto.js.map +1 -0
  59. package/dist/models/EvaluationRequestDto.d.ts +10 -0
  60. package/dist/models/EvaluationRequestDto.js +3 -0
  61. package/dist/models/EvaluationRequestDto.js.map +1 -0
  62. package/dist/models/EvaluationResultDto.d.ts +27 -0
  63. package/dist/models/EvaluationResultDto.js +15 -0
  64. package/dist/models/EvaluationResultDto.js.map +1 -0
  65. package/dist/models/FactPathDto.d.ts +26 -0
  66. package/dist/models/FactPathDto.js +17 -0
  67. package/dist/models/FactPathDto.js.map +1 -0
  68. package/dist/models/IndividualClientCustomFieldDataDto.d.ts +40 -0
  69. package/dist/models/IndividualClientCustomFieldDataDto.js +20 -0
  70. package/dist/models/IndividualClientCustomFieldDataDto.js.map +1 -0
  71. package/dist/models/IndividualClientDto.d.ts +2 -1
  72. package/dist/models/IndividualClientDto.js.map +1 -1
  73. package/dist/models/ParticipantDto.d.ts +28 -0
  74. package/dist/models/ParticipantDto.js +25 -0
  75. package/dist/models/ParticipantDto.js.map +1 -0
  76. package/dist/models/RuleMatchDto.d.ts +28 -0
  77. package/dist/models/RuleMatchDto.js +15 -0
  78. package/dist/models/RuleMatchDto.js.map +1 -0
  79. package/dist/models/RuleResponseDto.d.ts +18 -0
  80. package/dist/models/RuleResponseDto.js +13 -0
  81. package/dist/models/RuleResponseDto.js.map +1 -0
  82. package/dist/models/RuleTemplateResponseDto.d.ts +12 -0
  83. package/dist/models/RuleTemplateResponseDto.js +3 -0
  84. package/dist/models/RuleTemplateResponseDto.js.map +1 -0
  85. package/dist/models/TransactionCustomFieldDto.d.ts +22 -0
  86. package/dist/models/TransactionCustomFieldDto.js +3 -0
  87. package/dist/models/TransactionCustomFieldDto.js.map +1 -0
  88. package/dist/models/TransactionDto.d.ts +2 -1
  89. package/dist/models/TransactionDto.js.map +1 -1
  90. package/dist/models/UpdateAlertDto.d.ts +2 -1
  91. package/dist/models/UpdateAlertDto.js.map +1 -1
  92. package/dist/models/UpdateBankAccountDto.d.ts +2 -1
  93. package/dist/models/UpdateBankAccountDto.js.map +1 -1
  94. package/dist/models/UpdateBlockchainWalletDto.d.ts +2 -1
  95. package/dist/models/UpdateCorporateClientDto.d.ts +2 -1
  96. package/dist/models/UpdateCorporateClientDto.js.map +1 -1
  97. package/dist/models/UpdateIndividualClientDto.d.ts +2 -1
  98. package/dist/models/UpdateIndividualClientDto.js.map +1 -1
  99. package/dist/models/UpdateRuleDto.d.ts +15 -0
  100. package/dist/models/UpdateRuleDto.js +3 -0
  101. package/dist/models/UpdateRuleDto.js.map +1 -0
  102. package/dist/models/UpdateTransactionDto.d.ts +2 -1
  103. package/dist/services/EvaluationService.d.ts +16 -0
  104. package/dist/services/EvaluationService.js +26 -0
  105. package/dist/services/EvaluationService.js.map +1 -0
  106. package/dist/services/RuleTemplatesService.d.ts +157 -0
  107. package/dist/services/RuleTemplatesService.js +192 -0
  108. package/dist/services/RuleTemplatesService.js.map +1 -0
  109. package/dist/services/RulesService.d.ts +223 -0
  110. package/dist/services/RulesService.js +299 -0
  111. package/dist/services/RulesService.js.map +1 -0
  112. package/package.json +1 -1
@@ -0,0 +1,223 @@
1
+ import type { ActivateRuleDto } from '../models/ActivateRuleDto';
2
+ import type { CreateRuleDto } from '../models/CreateRuleDto';
3
+ import type { DisableRuleDto } from '../models/DisableRuleDto';
4
+ import type { RuleResponseDto } from '../models/RuleResponseDto';
5
+ import type { UpdateRuleDto } from '../models/UpdateRuleDto';
6
+ import type { CancelablePromise } from '../core/CancelablePromise';
7
+ import type { BaseHttpRequest } from '../core/BaseHttpRequest';
8
+ export declare class RulesService {
9
+ readonly httpRequest: BaseHttpRequest;
10
+ constructor(httpRequest: BaseHttpRequest);
11
+ /**
12
+ * Create a new rule (draft)
13
+ * Create a new rule (draft)
14
+ * @param requestBody
15
+ * @returns RuleResponseDto
16
+ * @throws ApiError
17
+ */
18
+ createRule(requestBody: CreateRuleDto): CancelablePromise<RuleResponseDto>;
19
+ /**
20
+ * List rules with pagination
21
+ * List rules with pagination
22
+ * @param page Page number to retrieve. If you provide invalid value the default page number will applied
23
+ *
24
+ * **Example:** 1
25
+ *
26
+ *
27
+ * **Default Value:** 1
28
+ *
29
+ *
30
+ * @param limit Number of records per page.
31
+ *
32
+ *
33
+ * **Example:** 20
34
+ *
35
+ *
36
+ *
37
+ * **Default Value:** 20
38
+ *
39
+ *
40
+ *
41
+ * **Max Value:** 100
42
+ *
43
+ *
44
+ * If provided value is greater than max value, max value will be applied.
45
+ *
46
+ * @param filterId Filter by id query param.
47
+ *
48
+ * **Format:** filter.id={$not}:OPERATION:VALUE
49
+ *
50
+ *
51
+ *
52
+ * **Example:** filter.id=$eq:John Doe&filter.id=$in:John Doe
53
+ *
54
+ * **Available Operations**
55
+ * - $eq
56
+ *
57
+ * - $in
58
+ *
59
+ * - $and
60
+ *
61
+ * - $or
62
+ * @param filterName Filter by name query param.
63
+ *
64
+ * **Format:** filter.name={$not}:OPERATION:VALUE
65
+ *
66
+ *
67
+ *
68
+ * **Example:** filter.name=$eq:John Doe&filter.name=$ilike:John Doe
69
+ *
70
+ * **Available Operations**
71
+ * - $eq
72
+ *
73
+ * - $ilike
74
+ *
75
+ * - $in
76
+ *
77
+ * - $and
78
+ *
79
+ * - $or
80
+ * @param filterStatus Filter by status query param.
81
+ *
82
+ * **Format:** filter.status={$not}:OPERATION:VALUE
83
+ *
84
+ *
85
+ *
86
+ * **Example:** filter.status=$eq:John Doe&filter.status=$in:John Doe
87
+ *
88
+ * **Available Operations**
89
+ * - $eq
90
+ *
91
+ * - $in
92
+ *
93
+ * - $and
94
+ *
95
+ * - $or
96
+ * @param filterUpdatedAt Filter by updatedAt query param.
97
+ *
98
+ * **Format:** filter.updatedAt={$not}:OPERATION:VALUE
99
+ *
100
+ *
101
+ *
102
+ * **Example:** filter.updatedAt=$btw:John Doe&filter.updatedAt=$gte:John Doe
103
+ *
104
+ * **Available Operations**
105
+ * - $gte
106
+ *
107
+ * - $lte
108
+ *
109
+ * - $btw
110
+ *
111
+ * - $and
112
+ *
113
+ * - $or
114
+ * @param filterCreatedAt Filter by createdAt query param.
115
+ *
116
+ * **Format:** filter.createdAt={$not}:OPERATION:VALUE
117
+ *
118
+ *
119
+ *
120
+ * **Example:** filter.createdAt=$btw:John Doe&filter.createdAt=$gte:John Doe
121
+ *
122
+ * **Available Operations**
123
+ * - $gte
124
+ *
125
+ * - $lte
126
+ *
127
+ * - $btw
128
+ *
129
+ * - $and
130
+ *
131
+ * - $or
132
+ * @param sortBy Parameter to sort by.
133
+ * To sort by multiple fields, just provide query param multiple types. The order in url defines an order of sorting
134
+ *
135
+ * **Format:** {fieldName}:{DIRECTION}
136
+ *
137
+ *
138
+ * **Example:** sortBy=id:DESC&sortBy=name:DESC
139
+ *
140
+ *
141
+ * **Default Value:** updatedAt:DESC
142
+ *
143
+ * **Available Fields**
144
+ * - id
145
+ *
146
+ * - name
147
+ *
148
+ * - updatedAt
149
+ *
150
+ * - createdAt
151
+ *
152
+ * - status
153
+ *
154
+ * @param search Search term to filter result values
155
+ *
156
+ * **Example:** John
157
+ *
158
+ *
159
+ * **Default Value:** No default value
160
+ *
161
+ *
162
+ * @param searchBy List of fields to search by term to filter result values
163
+ *
164
+ * **Example:** name,description
165
+ *
166
+ *
167
+ * **Default Value:** By default all fields mentioned below will be used to search by term
168
+ *
169
+ * **Available Fields**
170
+ * - name
171
+ *
172
+ * - description
173
+ *
174
+ * @returns any
175
+ * @throws ApiError
176
+ */
177
+ listRules(page?: number, limit?: number, filterId?: Array<string>, filterName?: Array<string>, filterStatus?: Array<string>, filterUpdatedAt?: Array<string>, filterCreatedAt?: Array<string>, sortBy?: Array<'id:ASC' | 'id:DESC' | 'name:ASC' | 'name:DESC' | 'updatedAt:ASC' | 'updatedAt:DESC' | 'createdAt:ASC' | 'createdAt:DESC' | 'status:ASC' | 'status:DESC'>, search?: string, searchBy?: Array<string>): CancelablePromise<any>;
178
+ /**
179
+ * Update a rule
180
+ * Update a rule
181
+ * @param id
182
+ * @param requestBody
183
+ * @returns RuleResponseDto
184
+ * @throws ApiError
185
+ */
186
+ updateRule(id: string, requestBody: UpdateRuleDto): CancelablePromise<RuleResponseDto>;
187
+ /**
188
+ * Delete a non-active rule (soft delete)
189
+ * Delete a non-active rule (soft delete)
190
+ * @param id
191
+ * @param reason
192
+ * @returns any
193
+ * @throws ApiError
194
+ */
195
+ deleteRule(id: string, reason?: string): CancelablePromise<any>;
196
+ /**
197
+ * Get a rule by ID
198
+ * Get a rule by ID
199
+ * @param id
200
+ * @param version
201
+ * @returns RuleResponseDto
202
+ * @throws ApiError
203
+ */
204
+ getRule(id: string, version?: number): CancelablePromise<RuleResponseDto>;
205
+ /**
206
+ * Activate a rule
207
+ * Activate a rule
208
+ * @param id
209
+ * @param requestBody
210
+ * @returns RuleResponseDto
211
+ * @throws ApiError
212
+ */
213
+ activateRule(id: string, requestBody?: ActivateRuleDto): CancelablePromise<RuleResponseDto>;
214
+ /**
215
+ * Disable an active rule
216
+ * Disable an active rule
217
+ * @param id
218
+ * @param requestBody
219
+ * @returns RuleResponseDto
220
+ * @throws ApiError
221
+ */
222
+ disableRule(id: string, requestBody?: DisableRuleDto): CancelablePromise<RuleResponseDto>;
223
+ }
@@ -0,0 +1,299 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RulesService = void 0;
4
+ class RulesService {
5
+ httpRequest;
6
+ constructor(httpRequest) {
7
+ this.httpRequest = httpRequest;
8
+ }
9
+ /**
10
+ * Create a new rule (draft)
11
+ * Create a new rule (draft)
12
+ * @param requestBody
13
+ * @returns RuleResponseDto
14
+ * @throws ApiError
15
+ */
16
+ createRule(requestBody) {
17
+ return this.httpRequest.request({
18
+ method: 'POST',
19
+ url: '/v1/rules',
20
+ body: requestBody,
21
+ mediaType: 'application/json',
22
+ });
23
+ }
24
+ /**
25
+ * List rules with pagination
26
+ * List rules with pagination
27
+ * @param page Page number to retrieve. If you provide invalid value the default page number will applied
28
+ *
29
+ * **Example:** 1
30
+ *
31
+ *
32
+ * **Default Value:** 1
33
+ *
34
+ *
35
+ * @param limit Number of records per page.
36
+ *
37
+ *
38
+ * **Example:** 20
39
+ *
40
+ *
41
+ *
42
+ * **Default Value:** 20
43
+ *
44
+ *
45
+ *
46
+ * **Max Value:** 100
47
+ *
48
+ *
49
+ * If provided value is greater than max value, max value will be applied.
50
+ *
51
+ * @param filterId Filter by id query param.
52
+ *
53
+ * **Format:** filter.id={$not}:OPERATION:VALUE
54
+ *
55
+ *
56
+ *
57
+ * **Example:** filter.id=$eq:John Doe&filter.id=$in:John Doe
58
+ *
59
+ * **Available Operations**
60
+ * - $eq
61
+ *
62
+ * - $in
63
+ *
64
+ * - $and
65
+ *
66
+ * - $or
67
+ * @param filterName Filter by name query param.
68
+ *
69
+ * **Format:** filter.name={$not}:OPERATION:VALUE
70
+ *
71
+ *
72
+ *
73
+ * **Example:** filter.name=$eq:John Doe&filter.name=$ilike:John Doe
74
+ *
75
+ * **Available Operations**
76
+ * - $eq
77
+ *
78
+ * - $ilike
79
+ *
80
+ * - $in
81
+ *
82
+ * - $and
83
+ *
84
+ * - $or
85
+ * @param filterStatus Filter by status query param.
86
+ *
87
+ * **Format:** filter.status={$not}:OPERATION:VALUE
88
+ *
89
+ *
90
+ *
91
+ * **Example:** filter.status=$eq:John Doe&filter.status=$in:John Doe
92
+ *
93
+ * **Available Operations**
94
+ * - $eq
95
+ *
96
+ * - $in
97
+ *
98
+ * - $and
99
+ *
100
+ * - $or
101
+ * @param filterUpdatedAt Filter by updatedAt query param.
102
+ *
103
+ * **Format:** filter.updatedAt={$not}:OPERATION:VALUE
104
+ *
105
+ *
106
+ *
107
+ * **Example:** filter.updatedAt=$btw:John Doe&filter.updatedAt=$gte:John Doe
108
+ *
109
+ * **Available Operations**
110
+ * - $gte
111
+ *
112
+ * - $lte
113
+ *
114
+ * - $btw
115
+ *
116
+ * - $and
117
+ *
118
+ * - $or
119
+ * @param filterCreatedAt Filter by createdAt query param.
120
+ *
121
+ * **Format:** filter.createdAt={$not}:OPERATION:VALUE
122
+ *
123
+ *
124
+ *
125
+ * **Example:** filter.createdAt=$btw:John Doe&filter.createdAt=$gte:John Doe
126
+ *
127
+ * **Available Operations**
128
+ * - $gte
129
+ *
130
+ * - $lte
131
+ *
132
+ * - $btw
133
+ *
134
+ * - $and
135
+ *
136
+ * - $or
137
+ * @param sortBy Parameter to sort by.
138
+ * To sort by multiple fields, just provide query param multiple types. The order in url defines an order of sorting
139
+ *
140
+ * **Format:** {fieldName}:{DIRECTION}
141
+ *
142
+ *
143
+ * **Example:** sortBy=id:DESC&sortBy=name:DESC
144
+ *
145
+ *
146
+ * **Default Value:** updatedAt:DESC
147
+ *
148
+ * **Available Fields**
149
+ * - id
150
+ *
151
+ * - name
152
+ *
153
+ * - updatedAt
154
+ *
155
+ * - createdAt
156
+ *
157
+ * - status
158
+ *
159
+ * @param search Search term to filter result values
160
+ *
161
+ * **Example:** John
162
+ *
163
+ *
164
+ * **Default Value:** No default value
165
+ *
166
+ *
167
+ * @param searchBy List of fields to search by term to filter result values
168
+ *
169
+ * **Example:** name,description
170
+ *
171
+ *
172
+ * **Default Value:** By default all fields mentioned below will be used to search by term
173
+ *
174
+ * **Available Fields**
175
+ * - name
176
+ *
177
+ * - description
178
+ *
179
+ * @returns any
180
+ * @throws ApiError
181
+ */
182
+ listRules(page, limit, filterId, filterName, filterStatus, filterUpdatedAt, filterCreatedAt, sortBy, search, searchBy) {
183
+ return this.httpRequest.request({
184
+ method: 'GET',
185
+ url: '/v1/rules',
186
+ query: {
187
+ 'page': page,
188
+ 'limit': limit,
189
+ 'filter.id': filterId,
190
+ 'filter.name': filterName,
191
+ 'filter.status': filterStatus,
192
+ 'filter.updatedAt': filterUpdatedAt,
193
+ 'filter.createdAt': filterCreatedAt,
194
+ 'sortBy': sortBy,
195
+ 'search': search,
196
+ 'searchBy': searchBy,
197
+ },
198
+ });
199
+ }
200
+ /**
201
+ * Update a rule
202
+ * Update a rule
203
+ * @param id
204
+ * @param requestBody
205
+ * @returns RuleResponseDto
206
+ * @throws ApiError
207
+ */
208
+ updateRule(id, requestBody) {
209
+ return this.httpRequest.request({
210
+ method: 'PUT',
211
+ url: '/v1/rules/{id}',
212
+ path: {
213
+ 'id': id,
214
+ },
215
+ body: requestBody,
216
+ mediaType: 'application/json',
217
+ });
218
+ }
219
+ /**
220
+ * Delete a non-active rule (soft delete)
221
+ * Delete a non-active rule (soft delete)
222
+ * @param id
223
+ * @param reason
224
+ * @returns any
225
+ * @throws ApiError
226
+ */
227
+ deleteRule(id, reason) {
228
+ return this.httpRequest.request({
229
+ method: 'DELETE',
230
+ url: '/v1/rules/{id}',
231
+ path: {
232
+ 'id': id,
233
+ },
234
+ query: {
235
+ 'reason': reason,
236
+ },
237
+ });
238
+ }
239
+ /**
240
+ * Get a rule by ID
241
+ * Get a rule by ID
242
+ * @param id
243
+ * @param version
244
+ * @returns RuleResponseDto
245
+ * @throws ApiError
246
+ */
247
+ getRule(id, version) {
248
+ return this.httpRequest.request({
249
+ method: 'GET',
250
+ url: '/v1/rules/{id}',
251
+ path: {
252
+ 'id': id,
253
+ },
254
+ query: {
255
+ 'version': version,
256
+ },
257
+ });
258
+ }
259
+ /**
260
+ * Activate a rule
261
+ * Activate a rule
262
+ * @param id
263
+ * @param requestBody
264
+ * @returns RuleResponseDto
265
+ * @throws ApiError
266
+ */
267
+ activateRule(id, requestBody) {
268
+ return this.httpRequest.request({
269
+ method: 'POST',
270
+ url: '/v1/rules/{id}/activate',
271
+ path: {
272
+ 'id': id,
273
+ },
274
+ body: requestBody,
275
+ mediaType: 'application/json',
276
+ });
277
+ }
278
+ /**
279
+ * Disable an active rule
280
+ * Disable an active rule
281
+ * @param id
282
+ * @param requestBody
283
+ * @returns RuleResponseDto
284
+ * @throws ApiError
285
+ */
286
+ disableRule(id, requestBody) {
287
+ return this.httpRequest.request({
288
+ method: 'POST',
289
+ url: '/v1/rules/{id}/disable',
290
+ path: {
291
+ 'id': id,
292
+ },
293
+ body: requestBody,
294
+ mediaType: 'application/json',
295
+ });
296
+ }
297
+ }
298
+ exports.RulesService = RulesService;
299
+ //# sourceMappingURL=RulesService.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RulesService.js","sourceRoot":"","sources":["../../services/RulesService.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corsa-labs/sdk",
3
- "version": "4.17.0",
3
+ "version": "4.19.0",
4
4
  "description": "SDK for Corsa API",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",