@unified-api/typescript-sdk 2.83.10 → 2.83.11

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 (66) hide show
  1. package/dist/commonjs/lib/config.d.ts +3 -3
  2. package/dist/commonjs/lib/config.js +3 -3
  3. package/dist/commonjs/sdk/models/operations/createaccountingjournal.d.ts +1 -0
  4. package/dist/commonjs/sdk/models/operations/createaccountingjournal.d.ts.map +1 -1
  5. package/dist/commonjs/sdk/models/operations/createaccountingjournal.js +1 -0
  6. package/dist/commonjs/sdk/models/operations/createaccountingjournal.js.map +1 -1
  7. package/dist/commonjs/sdk/models/operations/getaccountingjournal.d.ts +1 -0
  8. package/dist/commonjs/sdk/models/operations/getaccountingjournal.d.ts.map +1 -1
  9. package/dist/commonjs/sdk/models/operations/getaccountingjournal.js +1 -0
  10. package/dist/commonjs/sdk/models/operations/getaccountingjournal.js.map +1 -1
  11. package/dist/commonjs/sdk/models/operations/listaccountingjournals.d.ts +1 -0
  12. package/dist/commonjs/sdk/models/operations/listaccountingjournals.d.ts.map +1 -1
  13. package/dist/commonjs/sdk/models/operations/listaccountingjournals.js +1 -0
  14. package/dist/commonjs/sdk/models/operations/listaccountingjournals.js.map +1 -1
  15. package/dist/commonjs/sdk/models/operations/patchaccountingjournal.d.ts +1 -0
  16. package/dist/commonjs/sdk/models/operations/patchaccountingjournal.d.ts.map +1 -1
  17. package/dist/commonjs/sdk/models/operations/patchaccountingjournal.js +1 -0
  18. package/dist/commonjs/sdk/models/operations/patchaccountingjournal.js.map +1 -1
  19. package/dist/commonjs/sdk/models/operations/updateaccountingjournal.d.ts +1 -0
  20. package/dist/commonjs/sdk/models/operations/updateaccountingjournal.d.ts.map +1 -1
  21. package/dist/commonjs/sdk/models/operations/updateaccountingjournal.js +1 -0
  22. package/dist/commonjs/sdk/models/operations/updateaccountingjournal.js.map +1 -1
  23. package/dist/commonjs/sdk/models/shared/accountingjournal.d.ts +2 -0
  24. package/dist/commonjs/sdk/models/shared/accountingjournal.d.ts.map +1 -1
  25. package/dist/commonjs/sdk/models/shared/accountingjournal.js +2 -0
  26. package/dist/commonjs/sdk/models/shared/accountingjournal.js.map +1 -1
  27. package/dist/esm/lib/config.d.ts +3 -3
  28. package/dist/esm/lib/config.js +3 -3
  29. package/dist/esm/sdk/models/operations/createaccountingjournal.d.ts +1 -0
  30. package/dist/esm/sdk/models/operations/createaccountingjournal.d.ts.map +1 -1
  31. package/dist/esm/sdk/models/operations/createaccountingjournal.js +1 -0
  32. package/dist/esm/sdk/models/operations/createaccountingjournal.js.map +1 -1
  33. package/dist/esm/sdk/models/operations/getaccountingjournal.d.ts +1 -0
  34. package/dist/esm/sdk/models/operations/getaccountingjournal.d.ts.map +1 -1
  35. package/dist/esm/sdk/models/operations/getaccountingjournal.js +1 -0
  36. package/dist/esm/sdk/models/operations/getaccountingjournal.js.map +1 -1
  37. package/dist/esm/sdk/models/operations/listaccountingjournals.d.ts +1 -0
  38. package/dist/esm/sdk/models/operations/listaccountingjournals.d.ts.map +1 -1
  39. package/dist/esm/sdk/models/operations/listaccountingjournals.js +1 -0
  40. package/dist/esm/sdk/models/operations/listaccountingjournals.js.map +1 -1
  41. package/dist/esm/sdk/models/operations/patchaccountingjournal.d.ts +1 -0
  42. package/dist/esm/sdk/models/operations/patchaccountingjournal.d.ts.map +1 -1
  43. package/dist/esm/sdk/models/operations/patchaccountingjournal.js +1 -0
  44. package/dist/esm/sdk/models/operations/patchaccountingjournal.js.map +1 -1
  45. package/dist/esm/sdk/models/operations/updateaccountingjournal.d.ts +1 -0
  46. package/dist/esm/sdk/models/operations/updateaccountingjournal.d.ts.map +1 -1
  47. package/dist/esm/sdk/models/operations/updateaccountingjournal.js +1 -0
  48. package/dist/esm/sdk/models/operations/updateaccountingjournal.js.map +1 -1
  49. package/dist/esm/sdk/models/shared/accountingjournal.d.ts +2 -0
  50. package/dist/esm/sdk/models/shared/accountingjournal.d.ts.map +1 -1
  51. package/dist/esm/sdk/models/shared/accountingjournal.js +2 -0
  52. package/dist/esm/sdk/models/shared/accountingjournal.js.map +1 -1
  53. package/jsr.json +1 -1
  54. package/package.json +1 -1
  55. package/src/lib/config.ts +3 -3
  56. package/src/sdk/models/operations/createaccountingjournal.ts +1 -0
  57. package/src/sdk/models/operations/getaccountingjournal.ts +1 -0
  58. package/src/sdk/models/operations/listaccountingjournals.ts +1 -0
  59. package/src/sdk/models/operations/patchaccountingjournal.ts +1 -0
  60. package/src/sdk/models/operations/updateaccountingjournal.ts +1 -0
  61. package/src/sdk/models/shared/accountingjournal.ts +4 -0
  62. package/_speakeasy/.github/action-inputs-config.json +0 -53
  63. package/_speakeasy/.github/action-security-config.json +0 -88
  64. package/examples/package-lock.json +0 -611
  65. package/examples/package.json +0 -18
  66. package/tsconfig.json +0 -40
@@ -1,611 +0,0 @@
1
- {
2
- "name": "@unified-api/typescript-sdk-examples",
3
- "version": "1.0.0",
4
- "lockfileVersion": 3,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "@unified-api/typescript-sdk-examples",
9
- "version": "1.0.0",
10
- "dependencies": {
11
- "@unified-api/typescript-sdk": "file:.."
12
- },
13
- "devDependencies": {
14
- "@types/node": "^20.0.0",
15
- "dotenv": "^16.4.5",
16
- "tsx": "^4.19.2"
17
- }
18
- },
19
- "..": {
20
- "name": "@unified-api/typescript-sdk",
21
- "version": "2.83.10",
22
- "dependencies": {
23
- "zod": "^3.25.0 || ^4.0.0"
24
- },
25
- "devDependencies": {
26
- "@eslint/js": "^9.26.0",
27
- "eslint": "^9.26.0",
28
- "globals": "^15.14.0",
29
- "tshy": "^2.0.0",
30
- "typescript": "~5.8.3",
31
- "typescript-eslint": "^8.26.0"
32
- }
33
- },
34
- "node_modules/@esbuild/aix-ppc64": {
35
- "version": "0.25.6",
36
- "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.6.tgz",
37
- "integrity": "sha512-ShbM/3XxwuxjFiuVBHA+d3j5dyac0aEVVq1oluIDf71hUw0aRF59dV/efUsIwFnR6m8JNM2FjZOzmaZ8yG61kw==",
38
- "cpu": [
39
- "ppc64"
40
- ],
41
- "dev": true,
42
- "license": "MIT",
43
- "optional": true,
44
- "os": [
45
- "aix"
46
- ],
47
- "engines": {
48
- "node": ">=18"
49
- }
50
- },
51
- "node_modules/@esbuild/android-arm": {
52
- "version": "0.25.6",
53
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.6.tgz",
54
- "integrity": "sha512-S8ToEOVfg++AU/bHwdksHNnyLyVM+eMVAOf6yRKFitnwnbwwPNqKr3srzFRe7nzV69RQKb5DgchIX5pt3L53xg==",
55
- "cpu": [
56
- "arm"
57
- ],
58
- "dev": true,
59
- "license": "MIT",
60
- "optional": true,
61
- "os": [
62
- "android"
63
- ],
64
- "engines": {
65
- "node": ">=18"
66
- }
67
- },
68
- "node_modules/@esbuild/android-arm64": {
69
- "version": "0.25.6",
70
- "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.6.tgz",
71
- "integrity": "sha512-hd5zdUarsK6strW+3Wxi5qWws+rJhCCbMiC9QZyzoxfk5uHRIE8T287giQxzVpEvCwuJ9Qjg6bEjcRJcgfLqoA==",
72
- "cpu": [
73
- "arm64"
74
- ],
75
- "dev": true,
76
- "license": "MIT",
77
- "optional": true,
78
- "os": [
79
- "android"
80
- ],
81
- "engines": {
82
- "node": ">=18"
83
- }
84
- },
85
- "node_modules/@esbuild/android-x64": {
86
- "version": "0.25.6",
87
- "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.6.tgz",
88
- "integrity": "sha512-0Z7KpHSr3VBIO9A/1wcT3NTy7EB4oNC4upJ5ye3R7taCc2GUdeynSLArnon5G8scPwaU866d3H4BCrE5xLW25A==",
89
- "cpu": [
90
- "x64"
91
- ],
92
- "dev": true,
93
- "license": "MIT",
94
- "optional": true,
95
- "os": [
96
- "android"
97
- ],
98
- "engines": {
99
- "node": ">=18"
100
- }
101
- },
102
- "node_modules/@esbuild/darwin-arm64": {
103
- "version": "0.25.6",
104
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.6.tgz",
105
- "integrity": "sha512-FFCssz3XBavjxcFxKsGy2DYK5VSvJqa6y5HXljKzhRZ87LvEi13brPrf/wdyl/BbpbMKJNOr1Sd0jtW4Ge1pAA==",
106
- "cpu": [
107
- "arm64"
108
- ],
109
- "dev": true,
110
- "license": "MIT",
111
- "optional": true,
112
- "os": [
113
- "darwin"
114
- ],
115
- "engines": {
116
- "node": ">=18"
117
- }
118
- },
119
- "node_modules/@esbuild/darwin-x64": {
120
- "version": "0.25.6",
121
- "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.6.tgz",
122
- "integrity": "sha512-GfXs5kry/TkGM2vKqK2oyiLFygJRqKVhawu3+DOCk7OxLy/6jYkWXhlHwOoTb0WqGnWGAS7sooxbZowy+pK9Yg==",
123
- "cpu": [
124
- "x64"
125
- ],
126
- "dev": true,
127
- "license": "MIT",
128
- "optional": true,
129
- "os": [
130
- "darwin"
131
- ],
132
- "engines": {
133
- "node": ">=18"
134
- }
135
- },
136
- "node_modules/@esbuild/freebsd-arm64": {
137
- "version": "0.25.6",
138
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.6.tgz",
139
- "integrity": "sha512-aoLF2c3OvDn2XDTRvn8hN6DRzVVpDlj2B/F66clWd/FHLiHaG3aVZjxQX2DYphA5y/evbdGvC6Us13tvyt4pWg==",
140
- "cpu": [
141
- "arm64"
142
- ],
143
- "dev": true,
144
- "license": "MIT",
145
- "optional": true,
146
- "os": [
147
- "freebsd"
148
- ],
149
- "engines": {
150
- "node": ">=18"
151
- }
152
- },
153
- "node_modules/@esbuild/freebsd-x64": {
154
- "version": "0.25.6",
155
- "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.6.tgz",
156
- "integrity": "sha512-2SkqTjTSo2dYi/jzFbU9Plt1vk0+nNg8YC8rOXXea+iA3hfNJWebKYPs3xnOUf9+ZWhKAaxnQNUf2X9LOpeiMQ==",
157
- "cpu": [
158
- "x64"
159
- ],
160
- "dev": true,
161
- "license": "MIT",
162
- "optional": true,
163
- "os": [
164
- "freebsd"
165
- ],
166
- "engines": {
167
- "node": ">=18"
168
- }
169
- },
170
- "node_modules/@esbuild/linux-arm": {
171
- "version": "0.25.6",
172
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.6.tgz",
173
- "integrity": "sha512-SZHQlzvqv4Du5PrKE2faN0qlbsaW/3QQfUUc6yO2EjFcA83xnwm91UbEEVx4ApZ9Z5oG8Bxz4qPE+HFwtVcfyw==",
174
- "cpu": [
175
- "arm"
176
- ],
177
- "dev": true,
178
- "license": "MIT",
179
- "optional": true,
180
- "os": [
181
- "linux"
182
- ],
183
- "engines": {
184
- "node": ">=18"
185
- }
186
- },
187
- "node_modules/@esbuild/linux-arm64": {
188
- "version": "0.25.6",
189
- "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.6.tgz",
190
- "integrity": "sha512-b967hU0gqKd9Drsh/UuAm21Khpoh6mPBSgz8mKRq4P5mVK8bpA+hQzmm/ZwGVULSNBzKdZPQBRT3+WuVavcWsQ==",
191
- "cpu": [
192
- "arm64"
193
- ],
194
- "dev": true,
195
- "license": "MIT",
196
- "optional": true,
197
- "os": [
198
- "linux"
199
- ],
200
- "engines": {
201
- "node": ">=18"
202
- }
203
- },
204
- "node_modules/@esbuild/linux-ia32": {
205
- "version": "0.25.6",
206
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.6.tgz",
207
- "integrity": "sha512-aHWdQ2AAltRkLPOsKdi3xv0mZ8fUGPdlKEjIEhxCPm5yKEThcUjHpWB1idN74lfXGnZ5SULQSgtr5Qos5B0bPw==",
208
- "cpu": [
209
- "ia32"
210
- ],
211
- "dev": true,
212
- "license": "MIT",
213
- "optional": true,
214
- "os": [
215
- "linux"
216
- ],
217
- "engines": {
218
- "node": ">=18"
219
- }
220
- },
221
- "node_modules/@esbuild/linux-loong64": {
222
- "version": "0.25.6",
223
- "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.6.tgz",
224
- "integrity": "sha512-VgKCsHdXRSQ7E1+QXGdRPlQ/e08bN6WMQb27/TMfV+vPjjTImuT9PmLXupRlC90S1JeNNW5lzkAEO/McKeJ2yg==",
225
- "cpu": [
226
- "loong64"
227
- ],
228
- "dev": true,
229
- "license": "MIT",
230
- "optional": true,
231
- "os": [
232
- "linux"
233
- ],
234
- "engines": {
235
- "node": ">=18"
236
- }
237
- },
238
- "node_modules/@esbuild/linux-mips64el": {
239
- "version": "0.25.6",
240
- "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.6.tgz",
241
- "integrity": "sha512-WViNlpivRKT9/py3kCmkHnn44GkGXVdXfdc4drNmRl15zVQ2+D2uFwdlGh6IuK5AAnGTo2qPB1Djppj+t78rzw==",
242
- "cpu": [
243
- "mips64el"
244
- ],
245
- "dev": true,
246
- "license": "MIT",
247
- "optional": true,
248
- "os": [
249
- "linux"
250
- ],
251
- "engines": {
252
- "node": ">=18"
253
- }
254
- },
255
- "node_modules/@esbuild/linux-ppc64": {
256
- "version": "0.25.6",
257
- "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.6.tgz",
258
- "integrity": "sha512-wyYKZ9NTdmAMb5730I38lBqVu6cKl4ZfYXIs31Baf8aoOtB4xSGi3THmDYt4BTFHk7/EcVixkOV2uZfwU3Q2Jw==",
259
- "cpu": [
260
- "ppc64"
261
- ],
262
- "dev": true,
263
- "license": "MIT",
264
- "optional": true,
265
- "os": [
266
- "linux"
267
- ],
268
- "engines": {
269
- "node": ">=18"
270
- }
271
- },
272
- "node_modules/@esbuild/linux-riscv64": {
273
- "version": "0.25.6",
274
- "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.6.tgz",
275
- "integrity": "sha512-KZh7bAGGcrinEj4qzilJ4hqTY3Dg2U82c8bv+e1xqNqZCrCyc+TL9AUEn5WGKDzm3CfC5RODE/qc96OcbIe33w==",
276
- "cpu": [
277
- "riscv64"
278
- ],
279
- "dev": true,
280
- "license": "MIT",
281
- "optional": true,
282
- "os": [
283
- "linux"
284
- ],
285
- "engines": {
286
- "node": ">=18"
287
- }
288
- },
289
- "node_modules/@esbuild/linux-s390x": {
290
- "version": "0.25.6",
291
- "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.6.tgz",
292
- "integrity": "sha512-9N1LsTwAuE9oj6lHMyyAM+ucxGiVnEqUdp4v7IaMmrwb06ZTEVCIs3oPPplVsnjPfyjmxwHxHMF8b6vzUVAUGw==",
293
- "cpu": [
294
- "s390x"
295
- ],
296
- "dev": true,
297
- "license": "MIT",
298
- "optional": true,
299
- "os": [
300
- "linux"
301
- ],
302
- "engines": {
303
- "node": ">=18"
304
- }
305
- },
306
- "node_modules/@esbuild/linux-x64": {
307
- "version": "0.25.6",
308
- "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.6.tgz",
309
- "integrity": "sha512-A6bJB41b4lKFWRKNrWoP2LHsjVzNiaurf7wyj/XtFNTsnPuxwEBWHLty+ZE0dWBKuSK1fvKgrKaNjBS7qbFKig==",
310
- "cpu": [
311
- "x64"
312
- ],
313
- "dev": true,
314
- "license": "MIT",
315
- "optional": true,
316
- "os": [
317
- "linux"
318
- ],
319
- "engines": {
320
- "node": ">=18"
321
- }
322
- },
323
- "node_modules/@esbuild/netbsd-arm64": {
324
- "version": "0.25.6",
325
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.6.tgz",
326
- "integrity": "sha512-IjA+DcwoVpjEvyxZddDqBY+uJ2Snc6duLpjmkXm/v4xuS3H+3FkLZlDm9ZsAbF9rsfP3zeA0/ArNDORZgrxR/Q==",
327
- "cpu": [
328
- "arm64"
329
- ],
330
- "dev": true,
331
- "license": "MIT",
332
- "optional": true,
333
- "os": [
334
- "netbsd"
335
- ],
336
- "engines": {
337
- "node": ">=18"
338
- }
339
- },
340
- "node_modules/@esbuild/netbsd-x64": {
341
- "version": "0.25.6",
342
- "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.6.tgz",
343
- "integrity": "sha512-dUXuZr5WenIDlMHdMkvDc1FAu4xdWixTCRgP7RQLBOkkGgwuuzaGSYcOpW4jFxzpzL1ejb8yF620UxAqnBrR9g==",
344
- "cpu": [
345
- "x64"
346
- ],
347
- "dev": true,
348
- "license": "MIT",
349
- "optional": true,
350
- "os": [
351
- "netbsd"
352
- ],
353
- "engines": {
354
- "node": ">=18"
355
- }
356
- },
357
- "node_modules/@esbuild/openbsd-arm64": {
358
- "version": "0.25.6",
359
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.6.tgz",
360
- "integrity": "sha512-l8ZCvXP0tbTJ3iaqdNf3pjaOSd5ex/e6/omLIQCVBLmHTlfXW3zAxQ4fnDmPLOB1x9xrcSi/xtCWFwCZRIaEwg==",
361
- "cpu": [
362
- "arm64"
363
- ],
364
- "dev": true,
365
- "license": "MIT",
366
- "optional": true,
367
- "os": [
368
- "openbsd"
369
- ],
370
- "engines": {
371
- "node": ">=18"
372
- }
373
- },
374
- "node_modules/@esbuild/openbsd-x64": {
375
- "version": "0.25.6",
376
- "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.6.tgz",
377
- "integrity": "sha512-hKrmDa0aOFOr71KQ/19JC7az1P0GWtCN1t2ahYAf4O007DHZt/dW8ym5+CUdJhQ/qkZmI1HAF8KkJbEFtCL7gw==",
378
- "cpu": [
379
- "x64"
380
- ],
381
- "dev": true,
382
- "license": "MIT",
383
- "optional": true,
384
- "os": [
385
- "openbsd"
386
- ],
387
- "engines": {
388
- "node": ">=18"
389
- }
390
- },
391
- "node_modules/@esbuild/openharmony-arm64": {
392
- "version": "0.25.6",
393
- "resolved": "https://registry.npmjs.org/@esbuild/openharmony-arm64/-/openharmony-arm64-0.25.6.tgz",
394
- "integrity": "sha512-+SqBcAWoB1fYKmpWoQP4pGtx+pUUC//RNYhFdbcSA16617cchuryuhOCRpPsjCblKukAckWsV+aQ3UKT/RMPcA==",
395
- "cpu": [
396
- "arm64"
397
- ],
398
- "dev": true,
399
- "license": "MIT",
400
- "optional": true,
401
- "os": [
402
- "openharmony"
403
- ],
404
- "engines": {
405
- "node": ">=18"
406
- }
407
- },
408
- "node_modules/@esbuild/sunos-x64": {
409
- "version": "0.25.6",
410
- "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.6.tgz",
411
- "integrity": "sha512-dyCGxv1/Br7MiSC42qinGL8KkG4kX0pEsdb0+TKhmJZgCUDBGmyo1/ArCjNGiOLiIAgdbWgmWgib4HoCi5t7kA==",
412
- "cpu": [
413
- "x64"
414
- ],
415
- "dev": true,
416
- "license": "MIT",
417
- "optional": true,
418
- "os": [
419
- "sunos"
420
- ],
421
- "engines": {
422
- "node": ">=18"
423
- }
424
- },
425
- "node_modules/@esbuild/win32-arm64": {
426
- "version": "0.25.6",
427
- "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.6.tgz",
428
- "integrity": "sha512-42QOgcZeZOvXfsCBJF5Afw73t4veOId//XD3i+/9gSkhSV6Gk3VPlWncctI+JcOyERv85FUo7RxuxGy+z8A43Q==",
429
- "cpu": [
430
- "arm64"
431
- ],
432
- "dev": true,
433
- "license": "MIT",
434
- "optional": true,
435
- "os": [
436
- "win32"
437
- ],
438
- "engines": {
439
- "node": ">=18"
440
- }
441
- },
442
- "node_modules/@esbuild/win32-ia32": {
443
- "version": "0.25.6",
444
- "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.6.tgz",
445
- "integrity": "sha512-4AWhgXmDuYN7rJI6ORB+uU9DHLq/erBbuMoAuB4VWJTu5KtCgcKYPynF0YI1VkBNuEfjNlLrFr9KZPJzrtLkrQ==",
446
- "cpu": [
447
- "ia32"
448
- ],
449
- "dev": true,
450
- "license": "MIT",
451
- "optional": true,
452
- "os": [
453
- "win32"
454
- ],
455
- "engines": {
456
- "node": ">=18"
457
- }
458
- },
459
- "node_modules/@esbuild/win32-x64": {
460
- "version": "0.25.6",
461
- "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.6.tgz",
462
- "integrity": "sha512-NgJPHHbEpLQgDH2MjQu90pzW/5vvXIZ7KOnPyNBm92A6WgZ/7b6fJyUBjoumLqeOQQGqY2QjQxRo97ah4Sj0cA==",
463
- "cpu": [
464
- "x64"
465
- ],
466
- "dev": true,
467
- "license": "MIT",
468
- "optional": true,
469
- "os": [
470
- "win32"
471
- ],
472
- "engines": {
473
- "node": ">=18"
474
- }
475
- },
476
- "node_modules/@types/node": {
477
- "version": "20.19.6",
478
- "resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.6.tgz",
479
- "integrity": "sha512-uYssdp9z5zH5GQ0L4zEJ2ZuavYsJwkozjiUzCRfGtaaQcyjAMJ34aP8idv61QlqTozu6kudyr6JMq9Chf09dfA==",
480
- "dev": true,
481
- "license": "MIT",
482
- "dependencies": {
483
- "undici-types": "~6.21.0"
484
- }
485
- },
486
- "node_modules/@unified-api/typescript-sdk": {
487
- "resolved": "..",
488
- "link": true
489
- },
490
- "node_modules/dotenv": {
491
- "version": "16.6.1",
492
- "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
493
- "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
494
- "dev": true,
495
- "license": "BSD-2-Clause",
496
- "engines": {
497
- "node": ">=12"
498
- },
499
- "funding": {
500
- "url": "https://dotenvx.com"
501
- }
502
- },
503
- "node_modules/esbuild": {
504
- "version": "0.25.6",
505
- "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.6.tgz",
506
- "integrity": "sha512-GVuzuUwtdsghE3ocJ9Bs8PNoF13HNQ5TXbEi2AhvVb8xU1Iwt9Fos9FEamfoee+u/TOsn7GUWc04lz46n2bbTg==",
507
- "dev": true,
508
- "hasInstallScript": true,
509
- "license": "MIT",
510
- "bin": {
511
- "esbuild": "bin/esbuild"
512
- },
513
- "engines": {
514
- "node": ">=18"
515
- },
516
- "optionalDependencies": {
517
- "@esbuild/aix-ppc64": "0.25.6",
518
- "@esbuild/android-arm": "0.25.6",
519
- "@esbuild/android-arm64": "0.25.6",
520
- "@esbuild/android-x64": "0.25.6",
521
- "@esbuild/darwin-arm64": "0.25.6",
522
- "@esbuild/darwin-x64": "0.25.6",
523
- "@esbuild/freebsd-arm64": "0.25.6",
524
- "@esbuild/freebsd-x64": "0.25.6",
525
- "@esbuild/linux-arm": "0.25.6",
526
- "@esbuild/linux-arm64": "0.25.6",
527
- "@esbuild/linux-ia32": "0.25.6",
528
- "@esbuild/linux-loong64": "0.25.6",
529
- "@esbuild/linux-mips64el": "0.25.6",
530
- "@esbuild/linux-ppc64": "0.25.6",
531
- "@esbuild/linux-riscv64": "0.25.6",
532
- "@esbuild/linux-s390x": "0.25.6",
533
- "@esbuild/linux-x64": "0.25.6",
534
- "@esbuild/netbsd-arm64": "0.25.6",
535
- "@esbuild/netbsd-x64": "0.25.6",
536
- "@esbuild/openbsd-arm64": "0.25.6",
537
- "@esbuild/openbsd-x64": "0.25.6",
538
- "@esbuild/openharmony-arm64": "0.25.6",
539
- "@esbuild/sunos-x64": "0.25.6",
540
- "@esbuild/win32-arm64": "0.25.6",
541
- "@esbuild/win32-ia32": "0.25.6",
542
- "@esbuild/win32-x64": "0.25.6"
543
- }
544
- },
545
- "node_modules/fsevents": {
546
- "version": "2.3.3",
547
- "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
548
- "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
549
- "dev": true,
550
- "hasInstallScript": true,
551
- "license": "MIT",
552
- "optional": true,
553
- "os": [
554
- "darwin"
555
- ],
556
- "engines": {
557
- "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
558
- }
559
- },
560
- "node_modules/get-tsconfig": {
561
- "version": "4.10.1",
562
- "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.10.1.tgz",
563
- "integrity": "sha512-auHyJ4AgMz7vgS8Hp3N6HXSmlMdUyhSUrfBF16w153rxtLIEOE+HGqaBppczZvnHLqQJfiHotCYpNhl0lUROFQ==",
564
- "dev": true,
565
- "license": "MIT",
566
- "dependencies": {
567
- "resolve-pkg-maps": "^1.0.0"
568
- },
569
- "funding": {
570
- "url": "https://github.com/privatenumber/get-tsconfig?sponsor=1"
571
- }
572
- },
573
- "node_modules/resolve-pkg-maps": {
574
- "version": "1.0.0",
575
- "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz",
576
- "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==",
577
- "dev": true,
578
- "license": "MIT",
579
- "funding": {
580
- "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1"
581
- }
582
- },
583
- "node_modules/tsx": {
584
- "version": "4.20.3",
585
- "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.20.3.tgz",
586
- "integrity": "sha512-qjbnuR9Tr+FJOMBqJCW5ehvIo/buZq7vH7qD7JziU98h6l3qGy0a/yPFjwO+y0/T7GFpNgNAvEcPPVfyT8rrPQ==",
587
- "dev": true,
588
- "license": "MIT",
589
- "dependencies": {
590
- "esbuild": "~0.25.0",
591
- "get-tsconfig": "^4.7.5"
592
- },
593
- "bin": {
594
- "tsx": "dist/cli.mjs"
595
- },
596
- "engines": {
597
- "node": ">=18.0.0"
598
- },
599
- "optionalDependencies": {
600
- "fsevents": "~2.3.3"
601
- }
602
- },
603
- "node_modules/undici-types": {
604
- "version": "6.21.0",
605
- "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
606
- "integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
607
- "dev": true,
608
- "license": "MIT"
609
- }
610
- }
611
- }
@@ -1,18 +0,0 @@
1
- {
2
- "name": "@unified-api/typescript-sdk-examples",
3
- "version": "1.0.0",
4
- "private": true,
5
- "scripts": {
6
- "build:parent": "cd .. && npm i && npm run build && cd -",
7
- "build:examples": "npm i",
8
- "build": "npm run build:parent && npm run build:examples"
9
- },
10
- "devDependencies": {
11
- "@types/node": "^20.0.0",
12
- "dotenv": "^16.4.5",
13
- "tsx": "^4.19.2"
14
- },
15
- "dependencies": {
16
- "@unified-api/typescript-sdk": "file:.."
17
- }
18
- }
package/tsconfig.json DELETED
@@ -1,40 +0,0 @@
1
- {
2
- "compilerOptions": {
3
- "incremental": false,
4
- "target": "ES2020",
5
- "lib": ["ES2022", "DOM", "DOM.Iterable"],
6
- "jsx": "react-jsx",
7
-
8
- "module": "Node16",
9
- "moduleResolution": "Node16",
10
-
11
- "allowJs": true,
12
-
13
- "declaration": true,
14
- "declarationMap": true,
15
- "sourceMap": true,
16
- "outDir": ".",
17
-
18
-
19
- // https://github.com/tsconfig/bases/blob/a1bf7c0fa2e094b068ca3e1448ca2ece4157977e/bases/strictest.json
20
- "strict": true,
21
- "allowUnusedLabels": false,
22
- "allowUnreachableCode": false,
23
- "exactOptionalPropertyTypes": true,
24
- "useUnknownInCatchVariables": true,
25
- "noFallthroughCasesInSwitch": true,
26
- "noImplicitOverride": true,
27
- "noImplicitReturns": true,
28
- "noPropertyAccessFromIndexSignature": true,
29
- "noUncheckedIndexedAccess": true,
30
- "noUnusedLocals": true,
31
- "noUnusedParameters": true,
32
- "isolatedModules": true,
33
- "checkJs": true,
34
- "esModuleInterop": true,
35
- "skipLibCheck": true,
36
- "forceConsistentCasingInFileNames": true
37
- },
38
- "include": ["src"],
39
- "exclude": ["node_modules"]
40
- }