kleisterjs 3.4.5 → 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 2 08:37:36 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,26 @@
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
+
13
+ ## [3.5.0](https://github.com/kleister/kleister-js/compare/v3.4.5...v3.5.0) (2026-03-09)
14
+
15
+ ### Dependencies
16
+
17
+ * **minor:** update dependency @types/node to v24.11.0 ([#251](https://github.com/kleister/kleister-js/issues/251)) ([7167986](https://github.com/kleister/kleister-js/commit/71679861703d39a68cd3ba8b1b4deccec0bb5a96))
18
+ * **patch:** update dependency @types/node to v24.11.2 ([#252](https://github.com/kleister/kleister-js/issues/252)) ([acdea4c](https://github.com/kleister/kleister-js/commit/acdea4c3d9fe8189402f9e3e41828cf76ccea191))
19
+
20
+ ### Miscellaneous
21
+
22
+ * **flake:** updated lockfile [skip ci] ([0f8a944](https://github.com/kleister/kleister-js/commit/0f8a9442d457db13b4e8303fc231ee16ee1207f6))
23
+
3
24
  ## [3.4.5](https://github.com/kleister/kleister-js/compare/v3.4.4...v3.4.5) (2026-03-02)
4
25
 
5
26
  ### 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.4.5
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.4.5
42
+ npm install --save kleisterjs@3.6.0
43
43
  ```
44
44
 
45
45
  ### Installation with Git
package/flake.lock CHANGED
@@ -19,11 +19,11 @@
19
19
  ]
20
20
  },
21
21
  "locked": {
22
- "lastModified": 1760971495,
23
- "narHash": "sha256-IwnNtbNVrlZIHh7h4Wz6VP0Furxg9Hh0ycighvL5cZc=",
22
+ "lastModified": 1767714506,
23
+ "narHash": "sha256-WaTs0t1CxhgxbIuvQ97OFhDTVUGd1HA+KzLZUZBhe0s=",
24
24
  "owner": "cachix",
25
25
  "repo": "cachix",
26
- "rev": "c5bfd933d1033672f51a863c47303fc0e093c2d2",
26
+ "rev": "894c649f0daaa38bbcfb21de64be47dfa7cd0ec9",
27
27
  "type": "github"
28
28
  },
29
29
  "original": {
@@ -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": 1772417348,
48
- "narHash": "sha256-aP2ub7SgCexFXYHAhsnIHM4erCuqPWq9Xn56yGIxIOY=",
165
+ "lastModified": 1773601573,
166
+ "narHash": "sha256-BfvITApDYOzWL7Yxf3nt2DMqfXngV8Mku2Evx7TKBkE=",
49
167
  "owner": "cachix",
50
168
  "repo": "devenv",
51
- "rev": "ba33cb60518dd0792bc6dd7cf4c6861b7e700cda",
169
+ "rev": "7cd1a09b33234c7d6fdc4a07d0c23a6831a09eda",
52
170
  "type": "github"
53
171
  },
54
172
  "original": {
@@ -57,14 +175,87 @@
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
- "lastModified": 1761588595,
64
- "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
254
+ "lastModified": 1767039857,
255
+ "narHash": "sha256-vNpUSpF5Nuw8xvDLj2KCwwksIbjua2LZCqhV1LNRDns=",
65
256
  "owner": "edolstra",
66
257
  "repo": "flake-compat",
67
- "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
258
+ "rev": "5edf11c44bc78a0d334f6334cdaf7d60d732daab",
68
259
  "type": "github"
69
260
  },
70
261
  "original": {
@@ -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,
@@ -93,15 +284,17 @@
93
284
  "inputs": {
94
285
  "nixpkgs-lib": [
95
286
  "devenv",
287
+ "crate2nix",
288
+ "crate2nix_stable",
96
289
  "nixpkgs"
97
290
  ]
98
291
  },
99
292
  "locked": {
100
- "lastModified": 1760948891,
101
- "narHash": "sha256-TmWcdiUUaWk8J4lpjzu4gCGxWY6/Ok7mOK4fIFfBuU4=",
293
+ "lastModified": 1768135262,
294
+ "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=",
102
295
  "owner": "hercules-ci",
103
296
  "repo": "flake-parts",
104
- "rev": "864599284fc7c0ba6357ed89ed5e2cd5040f0c04",
297
+ "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac",
105
298
  "type": "github"
106
299
  },
107
300
  "original": {
@@ -111,6 +304,49 @@
111
304
  }
112
305
  },
113
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": {
329
+ "inputs": {
330
+ "nixpkgs-lib": [
331
+ "devenv",
332
+ "nixpkgs"
333
+ ]
334
+ },
335
+ "locked": {
336
+ "lastModified": 1772408722,
337
+ "narHash": "sha256-rHuJtdcOjK7rAHpHphUb1iCvgkU3GpfvicLMwwnfMT0=",
338
+ "owner": "hercules-ci",
339
+ "repo": "flake-parts",
340
+ "rev": "f20dc5d9b8027381c474144ecabc9034d6a839a3",
341
+ "type": "github"
342
+ },
343
+ "original": {
344
+ "owner": "hercules-ci",
345
+ "repo": "flake-parts",
346
+ "type": "github"
347
+ }
348
+ },
349
+ "flake-parts_4": {
114
350
  "inputs": {
115
351
  "nixpkgs-lib": "nixpkgs-lib"
116
352
  },
@@ -147,20 +383,24 @@
147
383
  "inputs": {
148
384
  "flake-compat": [
149
385
  "devenv",
386
+ "crate2nix",
387
+ "cachix",
150
388
  "flake-compat"
151
389
  ],
152
390
  "gitignore": "gitignore",
153
391
  "nixpkgs": [
154
392
  "devenv",
393
+ "crate2nix",
394
+ "cachix",
155
395
  "nixpkgs"
156
396
  ]
157
397
  },
158
398
  "locked": {
159
- "lastModified": 1760663237,
160
- "narHash": "sha256-BflA6U4AM1bzuRMR8QqzPXqh8sWVCNDzOdsxXEguJIc=",
399
+ "lastModified": 1765404074,
400
+ "narHash": "sha256-+ZDU2d+vzWkEJiqprvV5PR26DVFN2vgddwG5SnPZcUM=",
161
401
  "owner": "cachix",
162
402
  "repo": "git-hooks.nix",
163
- "rev": "ca5b894d3e3e151ffc1db040b6ce4dcc75d31c37",
403
+ "rev": "2d6f58930fbcd82f6f9fd59fb6d13e37684ca529",
164
404
  "type": "github"
165
405
  },
166
406
  "original": {
@@ -171,16 +411,74 @@
171
411
  },
172
412
  "git-hooks_2": {
173
413
  "inputs": {
174
- "flake-compat": "flake-compat_2",
414
+ "flake-compat": [
415
+ "devenv",
416
+ "crate2nix",
417
+ "crate2nix_stable",
418
+ "cachix",
419
+ "flake-compat"
420
+ ],
175
421
  "gitignore": "gitignore_2",
176
- "nixpkgs": "nixpkgs_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",
451
+ "nixpkgs": [
452
+ "devenv",
453
+ "nixpkgs"
454
+ ]
455
+ },
456
+ "locked": {
457
+ "lastModified": 1772665116,
458
+ "narHash": "sha256-XmjUDG/J8Z8lY5DVNVUf5aoZGc400FxcjsNCqHKiKtc=",
459
+ "owner": "cachix",
460
+ "repo": "git-hooks.nix",
461
+ "rev": "39f53203a8458c330f61cc0759fe243f0ac0d198",
462
+ "type": "github"
463
+ },
464
+ "original": {
465
+ "owner": "cachix",
466
+ "repo": "git-hooks.nix",
467
+ "type": "github"
468
+ }
469
+ },
470
+ "git-hooks_4": {
471
+ "inputs": {
472
+ "flake-compat": "flake-compat_4",
473
+ "gitignore": "gitignore_6",
474
+ "nixpkgs": "nixpkgs_5"
177
475
  },
178
476
  "locked": {
179
- "lastModified": 1772024342,
180
- "narHash": "sha256-+eXlIc4/7dE6EcPs9a2DaSY3fTA9AE526hGqkNID3Wg=",
477
+ "lastModified": 1772893680,
478
+ "narHash": "sha256-JDqZMgxUTCq85ObSaFw0HhE+lvdOre1lx9iI6vYyOEs=",
181
479
  "owner": "cachix",
182
480
  "repo": "git-hooks.nix",
183
- "rev": "6e34e97ed9788b17796ee43ccdbaf871a5c2b476",
481
+ "rev": "8baab586afc9c9b57645a734c820e4ac0a604af9",
184
482
  "type": "github"
185
483
  },
186
484
  "original": {
@@ -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": 1771532737,
262
- "narHash": "sha256-H26FQmOyvIGnedfAioparJQD8Oe+/byD6OpUpnI/hkE=",
655
+ "lastModified": 1773600612,
656
+ "narHash": "sha256-eY8JFns4OeEidye8VIW68LSoykbPO0bQujvQVLLK7Qg=",
263
657
  "owner": "cachix",
264
658
  "repo": "nix",
265
- "rev": "7eb6c427c7a86fdc3ebf9e6cbf2a84e80e8974fd",
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": [
@@ -286,11 +712,11 @@
286
712
  "treefmt-nix": "treefmt-nix"
287
713
  },
288
714
  "locked": {
289
- "lastModified": 1763964548,
290
- "narHash": "sha256-JTRoaEWvPsVIMFJWeS4G2isPo15wqXY/otsiHPN0zww=",
715
+ "lastModified": 1772441848,
716
+ "narHash": "sha256-H3W5PSJQTh8Yp51PGU3GUoGCcrD+y7nCsxYHQr+Orvw=",
291
717
  "owner": "nix-community",
292
718
  "repo": "nixd",
293
- "rev": "d4bf15e56540422e2acc7bc26b20b0a0934e3f5e",
719
+ "rev": "c896f916addae5b133ee0f4f01f9cd93906f62ea",
294
720
  "type": "github"
295
721
  },
296
722
  "original": {
@@ -301,17 +727,17 @@
301
727
  },
302
728
  "nixpkgs": {
303
729
  "locked": {
304
- "lastModified": 1761313199,
305
- "narHash": "sha256-wCIACXbNtXAlwvQUo1Ed++loFALPjYUA3dpcUJiXO44=",
306
- "owner": "cachix",
307
- "repo": "devenv-nixpkgs",
308
- "rev": "d1c30452ebecfc55185ae6d1c983c09da0c274ff",
730
+ "lastModified": 1765186076,
731
+ "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=",
732
+ "owner": "NixOS",
733
+ "repo": "nixpkgs",
734
+ "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8",
309
735
  "type": "github"
310
736
  },
311
737
  "original": {
312
- "owner": "cachix",
313
- "ref": "rolling",
314
- "repo": "devenv-nixpkgs",
738
+ "owner": "NixOS",
739
+ "ref": "nixos-unstable",
740
+ "repo": "nixpkgs",
315
741
  "type": "github"
316
742
  }
317
743
  },
@@ -330,7 +756,75 @@
330
756
  "type": "github"
331
757
  }
332
758
  },
759
+ "nixpkgs-src": {
760
+ "flake": false,
761
+ "locked": {
762
+ "lastModified": 1772173633,
763
+ "narHash": "sha256-MOH58F4AIbCkh6qlQcwMycyk5SWvsqnS/TCfnqDlpj4=",
764
+ "owner": "NixOS",
765
+ "repo": "nixpkgs",
766
+ "rev": "c0f3d81a7ddbc2b1332be0d8481a672b4f6004d6",
767
+ "type": "github"
768
+ },
769
+ "original": {
770
+ "owner": "NixOS",
771
+ "ref": "nixpkgs-unstable",
772
+ "repo": "nixpkgs",
773
+ "type": "github"
774
+ }
775
+ },
333
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": {
334
828
  "locked": {
335
829
  "lastModified": 1770073757,
336
830
  "narHash": "sha256-Vy+G+F+3E/Tl+GMNgiHl9Pah2DgShmIUBJXmbiQPHbI=",
@@ -346,13 +840,13 @@
346
840
  "type": "github"
347
841
  }
348
842
  },
349
- "nixpkgs_3": {
843
+ "nixpkgs_6": {
350
844
  "locked": {
351
- "lastModified": 1772198003,
352
- "narHash": "sha256-I45esRSssFtJ8p/gLHUZ1OUaaTaVLluNkABkk6arQwE=",
845
+ "lastModified": 1773579282,
846
+ "narHash": "sha256-LWvZj9Bvm1EuoO6zbX4yjZebwnZNfeTbmCJGS7RGQ3Y=",
353
847
  "owner": "NixOS",
354
848
  "repo": "nixpkgs",
355
- "rev": "dd9b079222d43e1943b6ebd802f04fd959dc8e61",
849
+ "rev": "5a88de74db0e948139be4b46f9a94d64aa11391c",
356
850
  "type": "github"
357
851
  },
358
852
  "original": {
@@ -362,12 +856,91 @@
362
856
  "type": "github"
363
857
  }
364
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
+ },
365
917
  "root": {
366
918
  "inputs": {
367
919
  "devenv": "devenv",
368
- "flake-parts": "flake-parts_2",
369
- "git-hooks": "git-hooks_2",
370
- "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"
371
944
  }
372
945
  },
373
946
  "treefmt-nix": {
package/openapi.yml CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  npmName: kleisterjs
3
- npmVersion: 3.4.5
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.4.5",
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.10.15",
37
+ "@types/node": "24.12.0",
38
38
  "prettier": "3.8.1",
39
39
  "typescript": "5.9.3"
40
40
  },