@accounter/modern-poalim-scraper 0.10.3-alpha-20251215090447-91424d5ba7df785d34765e5a0cea3426137cfd9c → 0.10.3-alpha-20251215093337-929a5da0305cf98fb4397748ee8321bbe93f1524

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 (54) hide show
  1. package/CHANGELOG.md +22 -5
  2. package/dist/index.d.ts +394 -17
  3. package/dist/index.js +1 -0
  4. package/dist/index.js.map +1 -1
  5. package/dist/scrapers/amex.d.ts +194 -7
  6. package/dist/scrapers/amex.js +6 -6
  7. package/dist/scrapers/amex.js.map +1 -1
  8. package/dist/scrapers/hapoalim.d.ts +11 -11
  9. package/dist/scrapers/hapoalim.js +35 -23
  10. package/dist/scrapers/hapoalim.js.map +1 -1
  11. package/dist/scrapers/isracard.d.ts +194 -7
  12. package/dist/scrapers/isracard.js +6 -6
  13. package/dist/scrapers/isracard.js.map +1 -1
  14. package/dist/zod-schemas/hapoalim-account-data-schema.d.ts +38 -0
  15. package/dist/zod-schemas/hapoalim-account-data-schema.js +42 -0
  16. package/dist/zod-schemas/hapoalim-account-data-schema.js.map +1 -0
  17. package/dist/zod-schemas/hapoalim-deposits-schema.d.ts +204 -0
  18. package/dist/zod-schemas/hapoalim-deposits-schema.js +145 -0
  19. package/dist/zod-schemas/hapoalim-deposits-schema.js.map +1 -0
  20. package/dist/zod-schemas/hapoalim-foreign-deposits-schema.d.ts +200 -0
  21. package/dist/zod-schemas/hapoalim-foreign-deposits-schema.js +166 -0
  22. package/dist/zod-schemas/hapoalim-foreign-deposits-schema.js.map +1 -0
  23. package/dist/zod-schemas/hapoalim-foreign-transactions-business-schema.d.ts +143 -0
  24. package/dist/zod-schemas/hapoalim-foreign-transactions-business-schema.js +159 -0
  25. package/dist/zod-schemas/hapoalim-foreign-transactions-business-schema.js.map +1 -0
  26. package/dist/zod-schemas/hapoalim-foreign-transactions-personal-schema.d.ts +122 -0
  27. package/dist/zod-schemas/hapoalim-foreign-transactions-personal-schema.js +140 -0
  28. package/dist/zod-schemas/hapoalim-foreign-transactions-personal-schema.js.map +1 -0
  29. package/dist/zod-schemas/hapoalim-ils-checking-transactions-schema.d.ts +90 -0
  30. package/dist/zod-schemas/hapoalim-ils-checking-transactions-schema.js +110 -0
  31. package/dist/zod-schemas/hapoalim-ils-checking-transactions-schema.js.map +1 -0
  32. package/dist/zod-schemas/isracard-dashboard-month-schema.d.ts +49 -0
  33. package/dist/zod-schemas/isracard-dashboard-month-schema.js +63 -0
  34. package/dist/zod-schemas/isracard-dashboard-month-schema.js.map +1 -0
  35. package/dist/zod-schemas/types.d.ts +10 -0
  36. package/dist/zod-schemas/types.js +2 -0
  37. package/dist/zod-schemas/types.js.map +1 -0
  38. package/package.json +2 -4
  39. package/dist/__generated__/accountDataSchema.d.ts +0 -60
  40. package/dist/__generated__/foreignTransactionsBusinessSchema.d.ts +0 -161
  41. package/dist/__generated__/foreignTransactionsPersonalSchema.d.ts +0 -136
  42. package/dist/__generated__/hapoalimDepositsSchema.d.ts +0 -146
  43. package/dist/__generated__/hapoalimForeignDepositsSchema.d.ts +0 -219
  44. package/dist/__generated__/isracardDashboardMonth.d.ts +0 -54
  45. package/dist/schemas/ILSCheckingTransactionsDataSchema.json +0 -392
  46. package/dist/schemas/accountDataSchema.json +0 -105
  47. package/dist/schemas/foreignTransactionsBusinessSchema.json +0 -582
  48. package/dist/schemas/foreignTransactionsPersonalSchema.json +0 -498
  49. package/dist/schemas/hapoalimDepositsSchema.json +0 -458
  50. package/dist/schemas/hapoalimForeignDepositsSchema.json +0 -657
  51. package/dist/schemas/isracardDashboardMonth.json +0 -192
  52. package/dist/utils/validate-schema.d.ts +0 -4
  53. package/dist/utils/validate-schema.js +0 -16
  54. package/dist/utils/validate-schema.js.map +0 -1
@@ -1,498 +0,0 @@
1
- {
2
- "$schema": "http://json-schema.org/draft-07/schema#",
3
- "type": "object",
4
- "additionalProperties": false,
5
- "required": [
6
- "balancesAndLimitsDataList",
7
- "currencyCode",
8
- "currencyLongDescription",
9
- "detailedAccountTypeCode",
10
- "displayedRevaluationCurrencyCode",
11
- "formattedValidityDate",
12
- "messages",
13
- "outputArrayRecordSum2",
14
- "totalRevaluatedCurrentBalance",
15
- "validityDate"
16
- ],
17
- "properties": {
18
- "balancesAndLimitsDataList": {
19
- "type": "array",
20
- "items": {
21
- "type": "object",
22
- "additionalProperties": false,
23
- "required": [
24
- "creditLimits",
25
- "currencyCode",
26
- "currencyLongDescription",
27
- "currencyShortedDescription",
28
- "currencySwiftCode",
29
- "currencySwiftDescription",
30
- "currentAccountLimitsAmount",
31
- "currentBalance",
32
- "currentBalanceExchangeRateWayDescription",
33
- "currentBalanceExchangeRateWayCode",
34
- "detailedAccountTypeCode",
35
- "detailedAccountTypeShortedDescription",
36
- "formattedLastEventDate",
37
- "formattedRetrievalMaxDate",
38
- "formattedRetrievalMinDate",
39
- "lastBalanceExchangeRateWayCode",
40
- "lastEventDate",
41
- "messages",
42
- "outputArrayRecordSum3",
43
- "outputArrayRecordSum4",
44
- "pendingBalance",
45
- "rateExerciseDescription",
46
- "rateRealizationCode",
47
- "retrievalMaxDate",
48
- "retrievalMinDate",
49
- "revaluatedCurrentBalance",
50
- "transactionResultCode",
51
- "transactions",
52
- "withdrawalBalance"
53
- ],
54
- "properties": {
55
- "creditLimits": {
56
- "type": "array",
57
- "items": {
58
- "type": "string"
59
- }
60
- },
61
- "currencyCode": {
62
- "type": "number"
63
- },
64
- "currencyLongDescription": {
65
- "type": "string"
66
- },
67
- "currencyShortedDescription": {
68
- "type": "string"
69
- },
70
- "currencySwiftCode": {
71
- "type": "string"
72
- },
73
- "currencySwiftDescription": {
74
- "type": "string"
75
- },
76
- "currentAccountLimitsAmount": {
77
- "type": "number",
78
- "enum": [0]
79
- },
80
- "currentBalance": {
81
- "type": "number",
82
- "enum": [0]
83
- },
84
- "currentBalanceExchangeRateWayDescription": {
85
- "type": "null"
86
- },
87
- "currentBalanceExchangeRateWayCode": {
88
- "type": "number",
89
- "enum": [0]
90
- },
91
- "detailedAccountTypeCode": {
92
- "type": "number",
93
- "enum": [142]
94
- },
95
- "detailedAccountTypeShortedDescription": {
96
- "type": "string"
97
- },
98
- "formattedLastEventDate": {
99
- "type": "null"
100
- },
101
- "formattedRetrievalMaxDate": {
102
- "type": ["string", "null"]
103
- },
104
- "formattedRetrievalMinDate": {
105
- "type": ["string", "null"]
106
- },
107
- "lastBalanceExchangeRateWayCode": {
108
- "type": "number",
109
- "enum": [0]
110
- },
111
- "lastEventDate": {
112
- "type": "number",
113
- "enum": [0]
114
- },
115
- "messages": {
116
- "type": ["array", "null"],
117
- "items": {
118
- "type": "object",
119
- "additionalProperties": false,
120
- "required": ["messageDescription", "messageCode"],
121
- "properties": {
122
- "messageDescription": {
123
- "type": "string"
124
- },
125
- "messageCode": {
126
- "type": "number",
127
- "enum": [3]
128
- }
129
- }
130
- }
131
- },
132
- "outputArrayRecordSum3": {
133
- "type": "number",
134
- "enum": [0]
135
- },
136
- "outputArrayRecordSum4": {
137
- "type": "number",
138
- "enum": [0]
139
- },
140
- "pendingBalance": {
141
- "type": "number",
142
- "enum": [0]
143
- },
144
- "rateExerciseDescription": {
145
- "type": "null"
146
- },
147
- "rateRealizationCode": {
148
- "type": "number",
149
- "enum": [0]
150
- },
151
- "retrievalMaxDate": {
152
- "type": "number"
153
- },
154
- "retrievalMinDate": {
155
- "type": "number"
156
- },
157
- "revaluatedCurrentBalance": {
158
- "type": "number",
159
- "enum": [0]
160
- },
161
- "transactionResultCode": {
162
- "type": "number"
163
- },
164
- "transactions": {
165
- "type": "array",
166
- "items": {
167
- "type": "object",
168
- "additionalProperties": false,
169
- "required": [
170
- "activityDescription",
171
- "activityTypeCode",
172
- "contraCurrencyCode",
173
- "currencyLongDescription",
174
- "currencyRate",
175
- "currencySwiftCode",
176
- "currentBalance",
177
- "eventActivityTypeCode",
178
- "eventAmount",
179
- "eventDetails",
180
- "eventNumber",
181
- "executingDate",
182
- "formattedExecutingDate",
183
- "formattedValueDate",
184
- "originalSystemId",
185
- "rateFixingCode",
186
- "rateFixingDescription",
187
- "rateFixingShortDescription",
188
- "referenceCatenatedNumber",
189
- "referenceNumber",
190
- "transactionType",
191
- "urlAddress",
192
- "validityDate",
193
- "valueDate"
194
- ],
195
- "properties": {
196
- "activityDescription": {
197
- "type": "string"
198
- },
199
- "activityTypeCode": {
200
- "type": "number"
201
- },
202
- "contraCurrencyCode": {
203
- "type": "integer",
204
- "enum": [0, 1, 19, 27, 36, 51, 78, 100, 140, 248]
205
- },
206
- "currencyLongDescription": {
207
- "type": "string"
208
- },
209
- "currencyRate": {
210
- "type": "number"
211
- },
212
- "currencySwiftCode": {
213
- "type": "string"
214
- },
215
- "currentBalance": {
216
- "type": "number"
217
- },
218
- "displayCreditAccountDetails": {
219
- "type": "integer",
220
- "enum": [0, 1]
221
- },
222
- "eventActivityTypeCode": {
223
- "type": "number"
224
- },
225
- "eventAmount": {
226
- "type": "number"
227
- },
228
- "eventDetails": {
229
- "type": ["string", "null"]
230
- },
231
- "eventNumber": {
232
- "type": "number"
233
- },
234
- "executingDate": {
235
- "type": "number"
236
- },
237
- "formattedExecutingDate": {
238
- "type": "string"
239
- },
240
- "formattedValueDate": {
241
- "type": ["string", "null"]
242
- },
243
- "metadata": {
244
- "type": "object",
245
- "additionalProperties": false,
246
- "required": ["attributes", "links"],
247
- "properties": {
248
- "attributes": {
249
- "type": "object",
250
- "additionalProperties": false,
251
- "required": [],
252
- "properties": {
253
- "contraAccountFieldNameLable": {
254
- "type": "object",
255
- "additionalProperties": false,
256
- "required": [],
257
- "properties": {
258
- "disabled": {
259
- "type": "string",
260
- "enum": ["true"]
261
- },
262
- "hidden": {
263
- "type": "string",
264
- "enum": ["true"]
265
- }
266
- }
267
- },
268
- "contraAccountNumber": {
269
- "type": "object",
270
- "additionalProperties": false,
271
- "required": [],
272
- "properties": {
273
- "disabled": {
274
- "type": "string",
275
- "enum": ["true"]
276
- },
277
- "hidden": {
278
- "type": "string",
279
- "enum": ["true"]
280
- }
281
- }
282
- },
283
- "contraBankNumber": {
284
- "type": "object",
285
- "required": [],
286
- "properties": {
287
- "disabled": {
288
- "type": "string",
289
- "enum": ["true"]
290
- },
291
- "hidden": {
292
- "type": "string",
293
- "enum": ["true"]
294
- }
295
- }
296
- },
297
- "contraBranchNumber": {
298
- "type": "object",
299
- "required": [],
300
- "properties": {
301
- "disabled": {
302
- "type": "string",
303
- "enum": ["true"]
304
- },
305
- "hidden": {
306
- "type": "string",
307
- "enum": ["true"]
308
- }
309
- }
310
- },
311
- "contraCurrencyCode": {
312
- "type": "object",
313
- "required": [],
314
- "properties": {
315
- "disabled": {
316
- "type": "string",
317
- "enum": ["true"]
318
- },
319
- "hidden": {
320
- "type": "string",
321
- "enum": ["true"]
322
- }
323
- }
324
- },
325
- "currencyRate": {
326
- "type": "object",
327
- "required": [],
328
- "properties": {
329
- "disabled": {
330
- "type": "string",
331
- "enum": ["true"]
332
- },
333
- "hidden": {
334
- "type": "string",
335
- "enum": ["true"]
336
- }
337
- }
338
- },
339
- "dataGroupCode": {
340
- "type": "object",
341
- "required": [],
342
- "properties": {
343
- "disabled": {
344
- "type": "string",
345
- "enum": ["true"]
346
- },
347
- "hidden": {
348
- "type": "string",
349
- "enum": ["true"]
350
- }
351
- }
352
- },
353
- "originalEventKey": {
354
- "type": "object",
355
- "required": [],
356
- "properties": {
357
- "disabled": {
358
- "type": "string",
359
- "enum": ["true"]
360
- },
361
- "hidden": {
362
- "type": "string",
363
- "enum": ["true"]
364
- }
365
- }
366
- },
367
- "rateFixingCode": {
368
- "type": "object",
369
- "required": [],
370
- "properties": {
371
- "disabled": {
372
- "type": "string",
373
- "enum": ["true"]
374
- },
375
- "hidden": {
376
- "type": "string",
377
- "enum": ["true"]
378
- }
379
- }
380
- }
381
- }
382
- },
383
- "links": {
384
- "type": "object",
385
- "additionalProperties": false,
386
- "required": [],
387
- "properties": {}
388
- }
389
- }
390
- },
391
- "originalSystemId": {
392
- "type": "number"
393
- },
394
- "rateFixingCode": {
395
- "type": "integer"
396
- },
397
- "rateFixingDescription": {
398
- "type": "string"
399
- },
400
- "rateFixingShortDescription": {
401
- "type": "string"
402
- },
403
- "referenceCatenatedNumber": {
404
- "type": "number"
405
- },
406
- "referenceNumber": {
407
- "type": "number"
408
- },
409
- "transactionType": {
410
- "type": "string"
411
- },
412
- "urlAddress": {
413
- "type": ["string", "null"]
414
- },
415
- "validityDate": {
416
- "type": "number"
417
- },
418
- "valueDate": {
419
- "type": "number"
420
- }
421
- }
422
- }
423
- },
424
- "withdrawalBalance": {
425
- "type": "number",
426
- "enum": [0]
427
- }
428
- }
429
- }
430
- },
431
- "currencyCode": {
432
- "type": "null"
433
- },
434
- "currencyLongDescription": {
435
- "type": "string",
436
- "enum": ["שקל חדש"]
437
- },
438
- "detailedAccountTypeCode": {
439
- "type": "null"
440
- },
441
- "displayedRevaluationCurrencyCode": {
442
- "type": "number",
443
- "enum": [0]
444
- },
445
- "formattedValidityDate": {
446
- "type": "null"
447
- },
448
- "messages": {
449
- "type": "null"
450
- },
451
- "metadata": {
452
- "type": "object",
453
- "additionalProperties": false,
454
- "required": ["links", "messages"],
455
- "properties": {
456
- "links": {
457
- "type": "object",
458
- "additionalProperties": false,
459
- "required": [],
460
- "properties": {}
461
- },
462
- "messages": {
463
- "type": "array",
464
- "items": {
465
- "type": "object",
466
- "additionalProperties": false,
467
- "required": ["messageCode", "messageDescription", "severity"],
468
- "properties": {
469
- "messageCode": {
470
- "type": "number",
471
- "enum": [330, 11003, 11038, 11039, 11040]
472
- },
473
- "messageDescription": {
474
- "type": "string"
475
- },
476
- "severity": {
477
- "type": "string",
478
- "enum": ["I", "E"]
479
- }
480
- }
481
- }
482
- }
483
- }
484
- },
485
- "outputArrayRecordSum2": {
486
- "type": "number",
487
- "enum": [0]
488
- },
489
- "totalRevaluatedCurrentBalance": {
490
- "type": "number",
491
- "enum": [0]
492
- },
493
- "validityDate": {
494
- "type": "number",
495
- "enum": [0]
496
- }
497
- }
498
- }