kleisterjs 3.5.0 → 3.6.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.
package/.github/RELEASE CHANGED
@@ -1 +1 @@
1
- Mon Mar 9 08:38:03 UTC 2026
1
+ Mon Mar 16 08:50:26 UTC 2026
@@ -20,7 +20,7 @@ jobs:
20
20
  steps:
21
21
  - name: Generate token
22
22
  id: token
23
- uses: actions/create-github-app-token@v2
23
+ uses: actions/create-github-app-token@v3
24
24
  with:
25
25
  app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
26
26
  private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
@@ -17,7 +17,7 @@ jobs:
17
17
  steps:
18
18
  - name: Generate token
19
19
  id: token
20
- uses: actions/create-github-app-token@v2
20
+ uses: actions/create-github-app-token@v3
21
21
  with:
22
22
  app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
23
23
  private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
@@ -18,7 +18,7 @@ jobs:
18
18
  steps:
19
19
  - name: Generate token
20
20
  id: token
21
- uses: actions/create-github-app-token@v2
21
+ uses: actions/create-github-app-token@v3
22
22
  with:
23
23
  app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
24
24
  private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
@@ -25,7 +25,7 @@ jobs:
25
25
 
26
26
  - name: Generate token
27
27
  id: token
28
- uses: actions/create-github-app-token@v2
28
+ uses: actions/create-github-app-token@v3
29
29
  with:
30
30
  app-id: ${{ secrets.TOKEN_EXCHANGE_APP }}
31
31
  private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.6.0](https://github.com/kleister/kleister-js/compare/v3.5.0...v3.6.0) (2026-03-16)
4
+
5
+ ### Dependencies
6
+
7
+ * **minor:** update dependency @types/node to v24.12.0 ([#253](https://github.com/kleister/kleister-js/issues/253)) ([33f7bb6](https://github.com/kleister/kleister-js/commit/33f7bb63b16294da256ad7afe5aa4b113a018e82))
8
+
9
+ ### Miscellaneous
10
+
11
+ * **flake:** updated lockfile [skip ci] ([974e5f2](https://github.com/kleister/kleister-js/commit/974e5f2b9b203f0c301925d98aec95b65539a831))
12
+
3
13
  ## [3.5.0](https://github.com/kleister/kleister-js/compare/v3.4.5...v3.5.0) (2026-03-09)
4
14
 
5
15
  ### Dependencies
package/README.md CHANGED
@@ -6,7 +6,7 @@ This repository provides a client SDK for Typescript/Javascript. This SDK is
6
6
  automatically generated by the [OpenAPI Generator][generator] project:
7
7
 
8
8
  - API version: 1.0.0-alpha1
9
- - Package version: 3.5.0
9
+ - Package version: 3.6.0
10
10
  - Build package: org.openapitools.codegen.languages.TypeScriptAxiosClientCodegen
11
11
 
12
12
  For more information, please visit [https://kleister.eu](https://kleister.eu)
@@ -39,7 +39,7 @@ the following command within your project directory, after that you can import
39
39
  it as other libraries:
40
40
 
41
41
  ```console
42
- npm install --save kleisterjs@3.5.0
42
+ npm install --save kleisterjs@3.6.0
43
43
  ```
44
44
 
45
45
  ### Installation with Git
package/flake.lock CHANGED
@@ -33,22 +33,140 @@
33
33
  "type": "github"
34
34
  }
35
35
  },
36
- "devenv": {
36
+ "cachix_2": {
37
37
  "inputs": {
38
- "cachix": "cachix",
38
+ "devenv": [
39
+ "devenv",
40
+ "crate2nix"
41
+ ],
42
+ "flake-compat": [
43
+ "devenv",
44
+ "crate2nix"
45
+ ],
46
+ "git-hooks": "git-hooks",
47
+ "nixpkgs": "nixpkgs"
48
+ },
49
+ "locked": {
50
+ "lastModified": 1767714506,
51
+ "narHash": "sha256-WaTs0t1CxhgxbIuvQ97OFhDTVUGd1HA+KzLZUZBhe0s=",
52
+ "owner": "cachix",
53
+ "repo": "cachix",
54
+ "rev": "894c649f0daaa38bbcfb21de64be47dfa7cd0ec9",
55
+ "type": "github"
56
+ },
57
+ "original": {
58
+ "owner": "cachix",
59
+ "ref": "latest",
60
+ "repo": "cachix",
61
+ "type": "github"
62
+ }
63
+ },
64
+ "cachix_3": {
65
+ "inputs": {
66
+ "devenv": [
67
+ "devenv",
68
+ "crate2nix",
69
+ "crate2nix_stable"
70
+ ],
71
+ "flake-compat": [
72
+ "devenv",
73
+ "crate2nix",
74
+ "crate2nix_stable"
75
+ ],
76
+ "git-hooks": "git-hooks_2",
77
+ "nixpkgs": "nixpkgs_2"
78
+ },
79
+ "locked": {
80
+ "lastModified": 1767714506,
81
+ "narHash": "sha256-WaTs0t1CxhgxbIuvQ97OFhDTVUGd1HA+KzLZUZBhe0s=",
82
+ "owner": "cachix",
83
+ "repo": "cachix",
84
+ "rev": "894c649f0daaa38bbcfb21de64be47dfa7cd0ec9",
85
+ "type": "github"
86
+ },
87
+ "original": {
88
+ "owner": "cachix",
89
+ "ref": "latest",
90
+ "repo": "cachix",
91
+ "type": "github"
92
+ }
93
+ },
94
+ "crate2nix": {
95
+ "inputs": {
96
+ "cachix": "cachix_2",
97
+ "crate2nix_stable": "crate2nix_stable",
98
+ "devshell": "devshell_2",
99
+ "flake-compat": "flake-compat_2",
100
+ "flake-parts": "flake-parts_2",
101
+ "nix-test-runner": "nix-test-runner_2",
102
+ "nixpkgs": [
103
+ "devenv",
104
+ "nixpkgs"
105
+ ],
106
+ "pre-commit-hooks": "pre-commit-hooks_2"
107
+ },
108
+ "locked": {
109
+ "lastModified": 1770646848,
110
+ "narHash": "sha256-0aZjR0id5glnZaKpu/nCwoLON4r5m6q6IDU06YvwT44=",
111
+ "owner": "nix-community",
112
+ "repo": "crate2nix",
113
+ "rev": "26b698e804dd32dc5bb1995028fef00cc87d603a",
114
+ "type": "github"
115
+ },
116
+ "original": {
117
+ "owner": "nix-community",
118
+ "repo": "crate2nix",
119
+ "type": "github"
120
+ }
121
+ },
122
+ "crate2nix_stable": {
123
+ "inputs": {
124
+ "cachix": "cachix_3",
125
+ "crate2nix_stable": [
126
+ "devenv",
127
+ "crate2nix",
128
+ "crate2nix_stable"
129
+ ],
130
+ "devshell": "devshell",
39
131
  "flake-compat": "flake-compat",
40
132
  "flake-parts": "flake-parts",
41
- "git-hooks": "git-hooks",
133
+ "nix-test-runner": "nix-test-runner",
134
+ "nixpkgs": "nixpkgs_3",
135
+ "pre-commit-hooks": "pre-commit-hooks"
136
+ },
137
+ "locked": {
138
+ "lastModified": 1769627083,
139
+ "narHash": "sha256-SUuruvw1/moNzCZosHaa60QMTL+L9huWdsCBN6XZIic=",
140
+ "owner": "nix-community",
141
+ "repo": "crate2nix",
142
+ "rev": "7c33e664668faecf7655fa53861d7a80c9e464a2",
143
+ "type": "github"
144
+ },
145
+ "original": {
146
+ "owner": "nix-community",
147
+ "ref": "0.15.0",
148
+ "repo": "crate2nix",
149
+ "type": "github"
150
+ }
151
+ },
152
+ "devenv": {
153
+ "inputs": {
154
+ "cachix": "cachix",
155
+ "crate2nix": "crate2nix",
156
+ "flake-compat": "flake-compat_3",
157
+ "flake-parts": "flake-parts_3",
158
+ "git-hooks": "git-hooks_3",
42
159
  "nix": "nix",
43
160
  "nixd": "nixd",
44
- "nixpkgs": "nixpkgs"
161
+ "nixpkgs": "nixpkgs_4",
162
+ "rust-overlay": "rust-overlay"
45
163
  },
46
164
  "locked": {
47
- "lastModified": 1773034036,
48
- "narHash": "sha256-J03ioow4WAtkKmZQ04cCXhar4UwW2RrpXzk7msFJUUA=",
165
+ "lastModified": 1773601573,
166
+ "narHash": "sha256-BfvITApDYOzWL7Yxf3nt2DMqfXngV8Mku2Evx7TKBkE=",
49
167
  "owner": "cachix",
50
168
  "repo": "devenv",
51
- "rev": "32c9ecdacbd7093ae096e5ca312c4497e3758159",
169
+ "rev": "7cd1a09b33234c7d6fdc4a07d0c23a6831a09eda",
52
170
  "type": "github"
53
171
  },
54
172
  "original": {
@@ -57,7 +175,80 @@
57
175
  "type": "github"
58
176
  }
59
177
  },
178
+ "devshell": {
179
+ "inputs": {
180
+ "nixpkgs": [
181
+ "devenv",
182
+ "crate2nix",
183
+ "crate2nix_stable",
184
+ "nixpkgs"
185
+ ]
186
+ },
187
+ "locked": {
188
+ "lastModified": 1768818222,
189
+ "narHash": "sha256-460jc0+CZfyaO8+w8JNtlClB2n4ui1RbHfPTLkpwhU8=",
190
+ "owner": "numtide",
191
+ "repo": "devshell",
192
+ "rev": "255a2b1725a20d060f566e4755dbf571bbbb5f76",
193
+ "type": "github"
194
+ },
195
+ "original": {
196
+ "owner": "numtide",
197
+ "repo": "devshell",
198
+ "type": "github"
199
+ }
200
+ },
201
+ "devshell_2": {
202
+ "inputs": {
203
+ "nixpkgs": [
204
+ "devenv",
205
+ "crate2nix",
206
+ "nixpkgs"
207
+ ]
208
+ },
209
+ "locked": {
210
+ "lastModified": 1768818222,
211
+ "narHash": "sha256-460jc0+CZfyaO8+w8JNtlClB2n4ui1RbHfPTLkpwhU8=",
212
+ "owner": "numtide",
213
+ "repo": "devshell",
214
+ "rev": "255a2b1725a20d060f566e4755dbf571bbbb5f76",
215
+ "type": "github"
216
+ },
217
+ "original": {
218
+ "owner": "numtide",
219
+ "repo": "devshell",
220
+ "type": "github"
221
+ }
222
+ },
60
223
  "flake-compat": {
224
+ "locked": {
225
+ "lastModified": 1733328505,
226
+ "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
227
+ "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
228
+ "revCount": 69,
229
+ "type": "tarball",
230
+ "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz"
231
+ },
232
+ "original": {
233
+ "type": "tarball",
234
+ "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
235
+ }
236
+ },
237
+ "flake-compat_2": {
238
+ "locked": {
239
+ "lastModified": 1733328505,
240
+ "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
241
+ "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
242
+ "revCount": 69,
243
+ "type": "tarball",
244
+ "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz"
245
+ },
246
+ "original": {
247
+ "type": "tarball",
248
+ "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
249
+ }
250
+ },
251
+ "flake-compat_3": {
61
252
  "flake": false,
62
253
  "locked": {
63
254
  "lastModified": 1767039857,
@@ -73,7 +264,7 @@
73
264
  "type": "github"
74
265
  }
75
266
  },
76
- "flake-compat_2": {
267
+ "flake-compat_4": {
77
268
  "flake": false,
78
269
  "locked": {
79
270
  "lastModified": 1767039857,
@@ -90,6 +281,51 @@
90
281
  }
91
282
  },
92
283
  "flake-parts": {
284
+ "inputs": {
285
+ "nixpkgs-lib": [
286
+ "devenv",
287
+ "crate2nix",
288
+ "crate2nix_stable",
289
+ "nixpkgs"
290
+ ]
291
+ },
292
+ "locked": {
293
+ "lastModified": 1768135262,
294
+ "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=",
295
+ "owner": "hercules-ci",
296
+ "repo": "flake-parts",
297
+ "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac",
298
+ "type": "github"
299
+ },
300
+ "original": {
301
+ "owner": "hercules-ci",
302
+ "repo": "flake-parts",
303
+ "type": "github"
304
+ }
305
+ },
306
+ "flake-parts_2": {
307
+ "inputs": {
308
+ "nixpkgs-lib": [
309
+ "devenv",
310
+ "crate2nix",
311
+ "nixpkgs"
312
+ ]
313
+ },
314
+ "locked": {
315
+ "lastModified": 1768135262,
316
+ "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=",
317
+ "owner": "hercules-ci",
318
+ "repo": "flake-parts",
319
+ "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac",
320
+ "type": "github"
321
+ },
322
+ "original": {
323
+ "owner": "hercules-ci",
324
+ "repo": "flake-parts",
325
+ "type": "github"
326
+ }
327
+ },
328
+ "flake-parts_3": {
93
329
  "inputs": {
94
330
  "nixpkgs-lib": [
95
331
  "devenv",
@@ -110,7 +346,7 @@
110
346
  "type": "github"
111
347
  }
112
348
  },
113
- "flake-parts_2": {
349
+ "flake-parts_4": {
114
350
  "inputs": {
115
351
  "nixpkgs-lib": "nixpkgs-lib"
116
352
  },
@@ -147,9 +383,71 @@
147
383
  "inputs": {
148
384
  "flake-compat": [
149
385
  "devenv",
386
+ "crate2nix",
387
+ "cachix",
150
388
  "flake-compat"
151
389
  ],
152
390
  "gitignore": "gitignore",
391
+ "nixpkgs": [
392
+ "devenv",
393
+ "crate2nix",
394
+ "cachix",
395
+ "nixpkgs"
396
+ ]
397
+ },
398
+ "locked": {
399
+ "lastModified": 1765404074,
400
+ "narHash": "sha256-+ZDU2d+vzWkEJiqprvV5PR26DVFN2vgddwG5SnPZcUM=",
401
+ "owner": "cachix",
402
+ "repo": "git-hooks.nix",
403
+ "rev": "2d6f58930fbcd82f6f9fd59fb6d13e37684ca529",
404
+ "type": "github"
405
+ },
406
+ "original": {
407
+ "owner": "cachix",
408
+ "repo": "git-hooks.nix",
409
+ "type": "github"
410
+ }
411
+ },
412
+ "git-hooks_2": {
413
+ "inputs": {
414
+ "flake-compat": [
415
+ "devenv",
416
+ "crate2nix",
417
+ "crate2nix_stable",
418
+ "cachix",
419
+ "flake-compat"
420
+ ],
421
+ "gitignore": "gitignore_2",
422
+ "nixpkgs": [
423
+ "devenv",
424
+ "crate2nix",
425
+ "crate2nix_stable",
426
+ "cachix",
427
+ "nixpkgs"
428
+ ]
429
+ },
430
+ "locked": {
431
+ "lastModified": 1765404074,
432
+ "narHash": "sha256-+ZDU2d+vzWkEJiqprvV5PR26DVFN2vgddwG5SnPZcUM=",
433
+ "owner": "cachix",
434
+ "repo": "git-hooks.nix",
435
+ "rev": "2d6f58930fbcd82f6f9fd59fb6d13e37684ca529",
436
+ "type": "github"
437
+ },
438
+ "original": {
439
+ "owner": "cachix",
440
+ "repo": "git-hooks.nix",
441
+ "type": "github"
442
+ }
443
+ },
444
+ "git-hooks_3": {
445
+ "inputs": {
446
+ "flake-compat": [
447
+ "devenv",
448
+ "flake-compat"
449
+ ],
450
+ "gitignore": "gitignore_5",
153
451
  "nixpkgs": [
154
452
  "devenv",
155
453
  "nixpkgs"
@@ -169,11 +467,11 @@
169
467
  "type": "github"
170
468
  }
171
469
  },
172
- "git-hooks_2": {
470
+ "git-hooks_4": {
173
471
  "inputs": {
174
- "flake-compat": "flake-compat_2",
175
- "gitignore": "gitignore_2",
176
- "nixpkgs": "nixpkgs_2"
472
+ "flake-compat": "flake-compat_4",
473
+ "gitignore": "gitignore_6",
474
+ "nixpkgs": "nixpkgs_5"
177
475
  },
178
476
  "locked": {
179
477
  "lastModified": 1772893680,
@@ -193,6 +491,8 @@
193
491
  "inputs": {
194
492
  "nixpkgs": [
195
493
  "devenv",
494
+ "crate2nix",
495
+ "cachix",
196
496
  "git-hooks",
197
497
  "nixpkgs"
198
498
  ]
@@ -212,6 +512,100 @@
212
512
  }
213
513
  },
214
514
  "gitignore_2": {
515
+ "inputs": {
516
+ "nixpkgs": [
517
+ "devenv",
518
+ "crate2nix",
519
+ "crate2nix_stable",
520
+ "cachix",
521
+ "git-hooks",
522
+ "nixpkgs"
523
+ ]
524
+ },
525
+ "locked": {
526
+ "lastModified": 1709087332,
527
+ "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
528
+ "owner": "hercules-ci",
529
+ "repo": "gitignore.nix",
530
+ "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
531
+ "type": "github"
532
+ },
533
+ "original": {
534
+ "owner": "hercules-ci",
535
+ "repo": "gitignore.nix",
536
+ "type": "github"
537
+ }
538
+ },
539
+ "gitignore_3": {
540
+ "inputs": {
541
+ "nixpkgs": [
542
+ "devenv",
543
+ "crate2nix",
544
+ "crate2nix_stable",
545
+ "pre-commit-hooks",
546
+ "nixpkgs"
547
+ ]
548
+ },
549
+ "locked": {
550
+ "lastModified": 1709087332,
551
+ "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
552
+ "owner": "hercules-ci",
553
+ "repo": "gitignore.nix",
554
+ "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
555
+ "type": "github"
556
+ },
557
+ "original": {
558
+ "owner": "hercules-ci",
559
+ "repo": "gitignore.nix",
560
+ "type": "github"
561
+ }
562
+ },
563
+ "gitignore_4": {
564
+ "inputs": {
565
+ "nixpkgs": [
566
+ "devenv",
567
+ "crate2nix",
568
+ "pre-commit-hooks",
569
+ "nixpkgs"
570
+ ]
571
+ },
572
+ "locked": {
573
+ "lastModified": 1709087332,
574
+ "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
575
+ "owner": "hercules-ci",
576
+ "repo": "gitignore.nix",
577
+ "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
578
+ "type": "github"
579
+ },
580
+ "original": {
581
+ "owner": "hercules-ci",
582
+ "repo": "gitignore.nix",
583
+ "type": "github"
584
+ }
585
+ },
586
+ "gitignore_5": {
587
+ "inputs": {
588
+ "nixpkgs": [
589
+ "devenv",
590
+ "git-hooks",
591
+ "nixpkgs"
592
+ ]
593
+ },
594
+ "locked": {
595
+ "lastModified": 1709087332,
596
+ "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
597
+ "owner": "hercules-ci",
598
+ "repo": "gitignore.nix",
599
+ "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
600
+ "type": "github"
601
+ },
602
+ "original": {
603
+ "owner": "hercules-ci",
604
+ "repo": "gitignore.nix",
605
+ "type": "github"
606
+ }
607
+ },
608
+ "gitignore_6": {
215
609
  "inputs": {
216
610
  "nixpkgs": [
217
611
  "git-hooks",
@@ -258,11 +652,11 @@
258
652
  ]
259
653
  },
260
654
  "locked": {
261
- "lastModified": 1772748357,
262
- "narHash": "sha256-vtf03lfgQKNkPH9FdXdboBDS5DtFkXB8xRw5EBpuDas=",
655
+ "lastModified": 1773600612,
656
+ "narHash": "sha256-eY8JFns4OeEidye8VIW68LSoykbPO0bQujvQVLLK7Qg=",
263
657
  "owner": "cachix",
264
658
  "repo": "nix",
265
- "rev": "41eee9d3b1f611b1b90d51caa858b6d83834c44a",
659
+ "rev": "ef483d53f25990bf0b4fd39f5414f885977ebd85",
266
660
  "type": "github"
267
661
  },
268
662
  "original": {
@@ -272,6 +666,38 @@
272
666
  "type": "github"
273
667
  }
274
668
  },
669
+ "nix-test-runner": {
670
+ "flake": false,
671
+ "locked": {
672
+ "lastModified": 1588761593,
673
+ "narHash": "sha256-FKJykltAN/g3eIceJl4SfDnnyuH2jHImhMrXS2KvGIs=",
674
+ "owner": "stoeffel",
675
+ "repo": "nix-test-runner",
676
+ "rev": "c45d45b11ecef3eb9d834c3b6304c05c49b06ca2",
677
+ "type": "github"
678
+ },
679
+ "original": {
680
+ "owner": "stoeffel",
681
+ "repo": "nix-test-runner",
682
+ "type": "github"
683
+ }
684
+ },
685
+ "nix-test-runner_2": {
686
+ "flake": false,
687
+ "locked": {
688
+ "lastModified": 1588761593,
689
+ "narHash": "sha256-FKJykltAN/g3eIceJl4SfDnnyuH2jHImhMrXS2KvGIs=",
690
+ "owner": "stoeffel",
691
+ "repo": "nix-test-runner",
692
+ "rev": "c45d45b11ecef3eb9d834c3b6304c05c49b06ca2",
693
+ "type": "github"
694
+ },
695
+ "original": {
696
+ "owner": "stoeffel",
697
+ "repo": "nix-test-runner",
698
+ "type": "github"
699
+ }
700
+ },
275
701
  "nixd": {
276
702
  "inputs": {
277
703
  "flake-parts": [
@@ -300,21 +726,18 @@
300
726
  }
301
727
  },
302
728
  "nixpkgs": {
303
- "inputs": {
304
- "nixpkgs-src": "nixpkgs-src"
305
- },
306
729
  "locked": {
307
- "lastModified": 1772749504,
308
- "narHash": "sha256-eqtQIz0alxkQPym+Zh/33gdDjkkch9o6eHnMPnXFXN0=",
309
- "owner": "cachix",
310
- "repo": "devenv-nixpkgs",
311
- "rev": "08543693199362c1fddb8f52126030d0d374ba2e",
730
+ "lastModified": 1765186076,
731
+ "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=",
732
+ "owner": "NixOS",
733
+ "repo": "nixpkgs",
734
+ "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8",
312
735
  "type": "github"
313
736
  },
314
737
  "original": {
315
- "owner": "cachix",
316
- "ref": "rolling",
317
- "repo": "devenv-nixpkgs",
738
+ "owner": "NixOS",
739
+ "ref": "nixos-unstable",
740
+ "repo": "nixpkgs",
318
741
  "type": "github"
319
742
  }
320
743
  },
@@ -351,6 +774,57 @@
351
774
  }
352
775
  },
353
776
  "nixpkgs_2": {
777
+ "locked": {
778
+ "lastModified": 1765186076,
779
+ "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=",
780
+ "owner": "NixOS",
781
+ "repo": "nixpkgs",
782
+ "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8",
783
+ "type": "github"
784
+ },
785
+ "original": {
786
+ "owner": "NixOS",
787
+ "ref": "nixos-unstable",
788
+ "repo": "nixpkgs",
789
+ "type": "github"
790
+ }
791
+ },
792
+ "nixpkgs_3": {
793
+ "locked": {
794
+ "lastModified": 1769433173,
795
+ "narHash": "sha256-Gf1dFYgD344WZ3q0LPlRoWaNdNQq8kSBDLEWulRQSEs=",
796
+ "owner": "NixOS",
797
+ "repo": "nixpkgs",
798
+ "rev": "13b0f9e6ac78abbbb736c635d87845c4f4bee51b",
799
+ "type": "github"
800
+ },
801
+ "original": {
802
+ "owner": "NixOS",
803
+ "ref": "nixpkgs-unstable",
804
+ "repo": "nixpkgs",
805
+ "type": "github"
806
+ }
807
+ },
808
+ "nixpkgs_4": {
809
+ "inputs": {
810
+ "nixpkgs-src": "nixpkgs-src"
811
+ },
812
+ "locked": {
813
+ "lastModified": 1772749504,
814
+ "narHash": "sha256-eqtQIz0alxkQPym+Zh/33gdDjkkch9o6eHnMPnXFXN0=",
815
+ "owner": "cachix",
816
+ "repo": "devenv-nixpkgs",
817
+ "rev": "08543693199362c1fddb8f52126030d0d374ba2e",
818
+ "type": "github"
819
+ },
820
+ "original": {
821
+ "owner": "cachix",
822
+ "ref": "rolling",
823
+ "repo": "devenv-nixpkgs",
824
+ "type": "github"
825
+ }
826
+ },
827
+ "nixpkgs_5": {
354
828
  "locked": {
355
829
  "lastModified": 1770073757,
356
830
  "narHash": "sha256-Vy+G+F+3E/Tl+GMNgiHl9Pah2DgShmIUBJXmbiQPHbI=",
@@ -366,13 +840,13 @@
366
840
  "type": "github"
367
841
  }
368
842
  },
369
- "nixpkgs_3": {
843
+ "nixpkgs_6": {
370
844
  "locked": {
371
- "lastModified": 1772773019,
372
- "narHash": "sha256-E1bxHxNKfDoQUuvriG71+f+s/NT0qWkImXsYZNFFfCs=",
845
+ "lastModified": 1773579282,
846
+ "narHash": "sha256-LWvZj9Bvm1EuoO6zbX4yjZebwnZNfeTbmCJGS7RGQ3Y=",
373
847
  "owner": "NixOS",
374
848
  "repo": "nixpkgs",
375
- "rev": "aca4d95fce4914b3892661bcb80b8087293536c6",
849
+ "rev": "5a88de74db0e948139be4b46f9a94d64aa11391c",
376
850
  "type": "github"
377
851
  },
378
852
  "original": {
@@ -382,12 +856,91 @@
382
856
  "type": "github"
383
857
  }
384
858
  },
859
+ "pre-commit-hooks": {
860
+ "inputs": {
861
+ "flake-compat": [
862
+ "devenv",
863
+ "crate2nix",
864
+ "crate2nix_stable",
865
+ "flake-compat"
866
+ ],
867
+ "gitignore": "gitignore_3",
868
+ "nixpkgs": [
869
+ "devenv",
870
+ "crate2nix",
871
+ "crate2nix_stable",
872
+ "nixpkgs"
873
+ ]
874
+ },
875
+ "locked": {
876
+ "lastModified": 1769069492,
877
+ "narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=",
878
+ "owner": "cachix",
879
+ "repo": "pre-commit-hooks.nix",
880
+ "rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23",
881
+ "type": "github"
882
+ },
883
+ "original": {
884
+ "owner": "cachix",
885
+ "repo": "pre-commit-hooks.nix",
886
+ "type": "github"
887
+ }
888
+ },
889
+ "pre-commit-hooks_2": {
890
+ "inputs": {
891
+ "flake-compat": [
892
+ "devenv",
893
+ "crate2nix",
894
+ "flake-compat"
895
+ ],
896
+ "gitignore": "gitignore_4",
897
+ "nixpkgs": [
898
+ "devenv",
899
+ "crate2nix",
900
+ "nixpkgs"
901
+ ]
902
+ },
903
+ "locked": {
904
+ "lastModified": 1769069492,
905
+ "narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=",
906
+ "owner": "cachix",
907
+ "repo": "pre-commit-hooks.nix",
908
+ "rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23",
909
+ "type": "github"
910
+ },
911
+ "original": {
912
+ "owner": "cachix",
913
+ "repo": "pre-commit-hooks.nix",
914
+ "type": "github"
915
+ }
916
+ },
385
917
  "root": {
386
918
  "inputs": {
387
919
  "devenv": "devenv",
388
- "flake-parts": "flake-parts_2",
389
- "git-hooks": "git-hooks_2",
390
- "nixpkgs": "nixpkgs_3"
920
+ "flake-parts": "flake-parts_4",
921
+ "git-hooks": "git-hooks_4",
922
+ "nixpkgs": "nixpkgs_6"
923
+ }
924
+ },
925
+ "rust-overlay": {
926
+ "inputs": {
927
+ "nixpkgs": [
928
+ "devenv",
929
+ "nixpkgs"
930
+ ]
931
+ },
932
+ "locked": {
933
+ "lastModified": 1772852295,
934
+ "narHash": "sha256-3FB/WzLZSiU2Mc50C9q9VXU1LRUZbsU6UHKmZG1C+hU=",
935
+ "owner": "oxalica",
936
+ "repo": "rust-overlay",
937
+ "rev": "c10801f59c68e14c308aea8fa6b0b3d81d43c61e",
938
+ "type": "github"
939
+ },
940
+ "original": {
941
+ "owner": "oxalica",
942
+ "repo": "rust-overlay",
943
+ "type": "github"
391
944
  }
392
945
  },
393
946
  "treefmt-nix": {
package/openapi.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  npmName: kleisterjs
3
- npmVersion: 3.5.0
3
+ npmVersion: 3.6.0
4
4
  supportsES6: true
5
5
  useSingleRequestParameter: true
6
6
  withNodeImports: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kleisterjs",
3
- "version": "3.5.0",
3
+ "version": "3.6.0",
4
4
  "description": "OpenAPI client for Kleister",
5
5
  "homepage": "https://github.com/kleister/kleister-js#readme",
6
6
  "license": "Apache-2.0",
@@ -34,7 +34,7 @@
34
34
  "axios": "^1.6.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/node": "24.11.2",
37
+ "@types/node": "24.12.0",
38
38
  "prettier": "3.8.1",
39
39
  "typescript": "5.9.3"
40
40
  },