@valtown/sdk 0.18.0 → 0.20.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 (87) hide show
  1. package/CHANGELOG.md +113 -0
  2. package/LICENSE +0 -0
  3. package/README.md +0 -0
  4. package/_shims/README.md +0 -0
  5. package/_shims/auto/types.d.ts +0 -0
  6. package/_shims/auto/types.js +0 -0
  7. package/_shims/auto/types.mjs +0 -0
  8. package/_shims/index.d.ts +0 -0
  9. package/_shims/index.js +0 -0
  10. package/_shims/index.mjs +0 -0
  11. package/_shims/manual-types.d.ts +0 -0
  12. package/_shims/manual-types.js +0 -0
  13. package/_shims/manual-types.mjs +0 -0
  14. package/_shims/node-types.d.ts +0 -0
  15. package/_shims/node-types.js +0 -0
  16. package/_shims/node-types.mjs +0 -0
  17. package/_shims/web-types.d.ts +0 -0
  18. package/_shims/web-types.js +0 -0
  19. package/_shims/web-types.mjs +0 -0
  20. package/package.json +1 -1
  21. package/resources/sqlite.d.ts +2 -2
  22. package/resources/sqlite.d.ts.map +1 -1
  23. package/src/_shims/MultipartBody.ts +0 -0
  24. package/src/_shims/README.md +0 -0
  25. package/src/_shims/auto/runtime-bun.ts +0 -0
  26. package/src/_shims/auto/runtime-node.ts +0 -0
  27. package/src/_shims/auto/runtime.ts +0 -0
  28. package/src/_shims/auto/types-node.ts +0 -0
  29. package/src/_shims/auto/types.d.ts +0 -0
  30. package/src/_shims/auto/types.js +0 -0
  31. package/src/_shims/auto/types.mjs +0 -0
  32. package/src/_shims/bun-runtime.ts +0 -0
  33. package/src/_shims/index.d.ts +0 -0
  34. package/src/_shims/index.js +0 -0
  35. package/src/_shims/index.mjs +0 -0
  36. package/src/_shims/manual-types.d.ts +0 -0
  37. package/src/_shims/manual-types.js +0 -0
  38. package/src/_shims/manual-types.mjs +0 -0
  39. package/src/_shims/node-runtime.ts +0 -0
  40. package/src/_shims/node-types.d.ts +0 -0
  41. package/src/_shims/node-types.js +0 -0
  42. package/src/_shims/node-types.mjs +0 -0
  43. package/src/_shims/registry.ts +0 -0
  44. package/src/_shims/web-runtime.ts +0 -0
  45. package/src/_shims/web-types.d.ts +0 -0
  46. package/src/_shims/web-types.js +0 -0
  47. package/src/_shims/web-types.mjs +0 -0
  48. package/src/core.ts +0 -0
  49. package/src/error.ts +0 -0
  50. package/src/index.ts +0 -0
  51. package/src/lib/.keep +0 -0
  52. package/src/pagination.ts +0 -0
  53. package/src/resource.ts +0 -0
  54. package/src/resources/alias/alias.ts +0 -0
  55. package/src/resources/alias/index.ts +0 -0
  56. package/src/resources/alias/username/index.ts +0 -0
  57. package/src/resources/alias/username/username.ts +0 -0
  58. package/src/resources/alias/username/val-name.ts +0 -0
  59. package/src/resources/blobs.ts +0 -0
  60. package/src/resources/emails.ts +0 -0
  61. package/src/resources/eval.ts +0 -0
  62. package/src/resources/index.ts +0 -0
  63. package/src/resources/me/comments.ts +0 -0
  64. package/src/resources/me/index.ts +0 -0
  65. package/src/resources/me/likes.ts +0 -0
  66. package/src/resources/me/me.ts +0 -0
  67. package/src/resources/me/profile.ts +0 -0
  68. package/src/resources/me/references.ts +0 -0
  69. package/src/resources/search/index.ts +0 -0
  70. package/src/resources/search/search.ts +0 -0
  71. package/src/resources/search/vals.ts +0 -0
  72. package/src/resources/shared.ts +0 -0
  73. package/src/resources/sqlite.ts +2 -2
  74. package/src/resources/users/index.ts +0 -0
  75. package/src/resources/users/users.ts +0 -0
  76. package/src/resources/users/vals.ts +0 -0
  77. package/src/resources/vals/index.ts +0 -0
  78. package/src/resources/vals/vals.ts +0 -0
  79. package/src/resources/vals/versions.ts +0 -0
  80. package/src/shims/node.ts +0 -0
  81. package/src/shims/web.ts +0 -0
  82. package/src/tsconfig.json +0 -0
  83. package/src/uploads.ts +0 -0
  84. package/src/version.ts +1 -1
  85. package/version.d.ts +1 -1
  86. package/version.js +1 -1
  87. package/version.mjs +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,118 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.20.0 (2024-08-27)
4
+
5
+ Full Changelog: [v0.19.0...v0.20.0](https://github.com/val-town/sdk/compare/v0.19.0...v0.20.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** OpenAPI spec update via Stainless API ([#335](https://github.com/val-town/sdk/issues/335)) ([903cb41](https://github.com/val-town/sdk/commit/903cb41de1fe2eadaf5a1cf3bf89b5a082dab8b8))
10
+ * **api:** OpenAPI spec update via Stainless API ([#337](https://github.com/val-town/sdk/issues/337)) ([4397421](https://github.com/val-town/sdk/commit/4397421ddc606ec58295f504c976a8249c8ac49d))
11
+ * **api:** OpenAPI spec update via Stainless API ([#338](https://github.com/val-town/sdk/issues/338)) ([85694fe](https://github.com/val-town/sdk/commit/85694fe3af1c5c2c89e678b7281462c1476ba267))
12
+ * **api:** OpenAPI spec update via Stainless API ([#341](https://github.com/val-town/sdk/issues/341)) ([c6e5632](https://github.com/val-town/sdk/commit/c6e563226a32f206359391ab1ab83bbb162dc905))
13
+ * **api:** OpenAPI spec update via Stainless API ([#342](https://github.com/val-town/sdk/issues/342)) ([f093c8f](https://github.com/val-town/sdk/commit/f093c8faf478db6ba9c6a33c631e12463e3debb2))
14
+ * **api:** OpenAPI spec update via Stainless API ([#343](https://github.com/val-town/sdk/issues/343)) ([d3c658d](https://github.com/val-town/sdk/commit/d3c658d28495b6954b5fadf2efddb66f218f4c23))
15
+ * **api:** OpenAPI spec update via Stainless API ([#344](https://github.com/val-town/sdk/issues/344)) ([2f9533e](https://github.com/val-town/sdk/commit/2f9533ea39b5274289b8a90a6fffdd33357772d0))
16
+ * **api:** OpenAPI spec update via Stainless API ([#345](https://github.com/val-town/sdk/issues/345)) ([472c98d](https://github.com/val-town/sdk/commit/472c98d2385d4b72aeb5f758e32a4a5ad0bb16c4))
17
+ * **api:** OpenAPI spec update via Stainless API ([#346](https://github.com/val-town/sdk/issues/346)) ([f934d19](https://github.com/val-town/sdk/commit/f934d1955a1acdbdb4f2bb4bf7ced08d00f0225d))
18
+ * **api:** OpenAPI spec update via Stainless API ([#348](https://github.com/val-town/sdk/issues/348)) ([9068a46](https://github.com/val-town/sdk/commit/9068a46b534d2925b99858c95714d12a6c77b678))
19
+ * **api:** OpenAPI spec update via Stainless API ([#349](https://github.com/val-town/sdk/issues/349)) ([6e41565](https://github.com/val-town/sdk/commit/6e41565fa6217490b30a4c788e463e27d973a9c6))
20
+ * **api:** OpenAPI spec update via Stainless API ([#350](https://github.com/val-town/sdk/issues/350)) ([930553f](https://github.com/val-town/sdk/commit/930553f0c3389e6640e203634da3cf180c4ceefd))
21
+ * **api:** OpenAPI spec update via Stainless API ([#351](https://github.com/val-town/sdk/issues/351)) ([4aacc77](https://github.com/val-town/sdk/commit/4aacc772a54c5d0821efe8871175f6dbe7d1e9f3))
22
+ * **api:** OpenAPI spec update via Stainless API ([#352](https://github.com/val-town/sdk/issues/352)) ([9e87c4e](https://github.com/val-town/sdk/commit/9e87c4efa302511e0df5f019aaab423200b1a5e7))
23
+ * **api:** OpenAPI spec update via Stainless API ([#353](https://github.com/val-town/sdk/issues/353)) ([d2a937f](https://github.com/val-town/sdk/commit/d2a937f8215abd07a67f8309fc239b890a532b8d))
24
+ * **api:** OpenAPI spec update via Stainless API ([#354](https://github.com/val-town/sdk/issues/354)) ([e42ac62](https://github.com/val-town/sdk/commit/e42ac62c78948097cb47a2be706acf0fdd0e5db2))
25
+ * **api:** OpenAPI spec update via Stainless API ([#355](https://github.com/val-town/sdk/issues/355)) ([d4edbba](https://github.com/val-town/sdk/commit/d4edbba02e8dc1e8bc0f38dfc6aad6b277fac397))
26
+ * **api:** OpenAPI spec update via Stainless API ([#356](https://github.com/val-town/sdk/issues/356)) ([86d0a8c](https://github.com/val-town/sdk/commit/86d0a8ca0576de6b223bf2fa69c92e5729b458b9))
27
+ * **api:** OpenAPI spec update via Stainless API ([#357](https://github.com/val-town/sdk/issues/357)) ([c4dd54a](https://github.com/val-town/sdk/commit/c4dd54a39e8761fd77602e38398c3b4e58ba2ab4))
28
+ * **api:** OpenAPI spec update via Stainless API ([#358](https://github.com/val-town/sdk/issues/358)) ([617c38c](https://github.com/val-town/sdk/commit/617c38c287ba4e95d53f36851f247a56f0bdf343))
29
+ * **api:** OpenAPI spec update via Stainless API ([#359](https://github.com/val-town/sdk/issues/359)) ([3ba5f68](https://github.com/val-town/sdk/commit/3ba5f687b15fae369fed39468c05c765ba2efb6a))
30
+ * **api:** OpenAPI spec update via Stainless API ([#360](https://github.com/val-town/sdk/issues/360)) ([3bffb63](https://github.com/val-town/sdk/commit/3bffb630650e360eb709133b6ed6947819a11169))
31
+ * **api:** OpenAPI spec update via Stainless API ([#361](https://github.com/val-town/sdk/issues/361)) ([1a3ee28](https://github.com/val-town/sdk/commit/1a3ee288ebd18fab7471146ae0e27cd32f49aa68))
32
+ * **api:** OpenAPI spec update via Stainless API ([#362](https://github.com/val-town/sdk/issues/362)) ([4cd1f85](https://github.com/val-town/sdk/commit/4cd1f85983efe8772dc092b13f52777f985e6afb))
33
+ * **api:** OpenAPI spec update via Stainless API ([#363](https://github.com/val-town/sdk/issues/363)) ([f71f26a](https://github.com/val-town/sdk/commit/f71f26ae22ffa06d57d6fa3573a3a0b06dc2744b))
34
+ * **api:** OpenAPI spec update via Stainless API ([#364](https://github.com/val-town/sdk/issues/364)) ([9b17200](https://github.com/val-town/sdk/commit/9b172008bf3ce5d81411223ff2ff8f9cd696f6ea))
35
+ * **api:** OpenAPI spec update via Stainless API ([#365](https://github.com/val-town/sdk/issues/365)) ([bca0a41](https://github.com/val-town/sdk/commit/bca0a41cb3af66f62e3d5af912d75fa38078bf22))
36
+ * **api:** OpenAPI spec update via Stainless API ([#368](https://github.com/val-town/sdk/issues/368)) ([49f4095](https://github.com/val-town/sdk/commit/49f4095eeefffa0d3b332d7a5e5f567cbc8da287))
37
+ * **api:** OpenAPI spec update via Stainless API ([#369](https://github.com/val-town/sdk/issues/369)) ([52cd97e](https://github.com/val-town/sdk/commit/52cd97e898d0c6e10eda57d234683eee5c59c365))
38
+ * **api:** OpenAPI spec update via Stainless API ([#370](https://github.com/val-town/sdk/issues/370)) ([0e5e8e7](https://github.com/val-town/sdk/commit/0e5e8e7cabea2d1de9e433844fb2d8c2deeac5c9))
39
+ * **api:** OpenAPI spec update via Stainless API ([#371](https://github.com/val-town/sdk/issues/371)) ([7bcd085](https://github.com/val-town/sdk/commit/7bcd0854df2a9d6541dcfab3e2062045b5b08f64))
40
+ * **api:** OpenAPI spec update via Stainless API ([#372](https://github.com/val-town/sdk/issues/372)) ([a35559a](https://github.com/val-town/sdk/commit/a35559a61bd6f7efb2d9bbfdc33f86ef48aa1f4e))
41
+ * **api:** OpenAPI spec update via Stainless API ([#373](https://github.com/val-town/sdk/issues/373)) ([a79ba82](https://github.com/val-town/sdk/commit/a79ba820f4a38a48fdfa8cf5aa7698386da5ecac))
42
+ * **api:** OpenAPI spec update via Stainless API ([#374](https://github.com/val-town/sdk/issues/374)) ([0c19ddc](https://github.com/val-town/sdk/commit/0c19ddcb53a8695b2ecc6d1f3c10336fae04276d))
43
+ * **api:** OpenAPI spec update via Stainless API ([#375](https://github.com/val-town/sdk/issues/375)) ([5111dad](https://github.com/val-town/sdk/commit/5111dad29b9d8e699d61cd95f0dbf3ad45e3666f))
44
+ * **api:** OpenAPI spec update via Stainless API ([#376](https://github.com/val-town/sdk/issues/376)) ([f7e6f23](https://github.com/val-town/sdk/commit/f7e6f23e95530d819afa1650a18ec5eb3b2da460))
45
+ * **api:** OpenAPI spec update via Stainless API ([#377](https://github.com/val-town/sdk/issues/377)) ([46ff708](https://github.com/val-town/sdk/commit/46ff7081a2c00e85e8231f869edb1cba8bff65e5))
46
+ * **api:** OpenAPI spec update via Stainless API ([#378](https://github.com/val-town/sdk/issues/378)) ([c161713](https://github.com/val-town/sdk/commit/c161713c546aed8dd43cb11ca82a5946fbdb2d70))
47
+ * **api:** OpenAPI spec update via Stainless API ([#379](https://github.com/val-town/sdk/issues/379)) ([24508b2](https://github.com/val-town/sdk/commit/24508b23553a7af664a58a63029903ad98987e95))
48
+ * **api:** OpenAPI spec update via Stainless API ([#380](https://github.com/val-town/sdk/issues/380)) ([a23989c](https://github.com/val-town/sdk/commit/a23989cee9d2d97dfb67c9908d4285c0b7808b2d))
49
+ * **api:** OpenAPI spec update via Stainless API ([#381](https://github.com/val-town/sdk/issues/381)) ([7c0f896](https://github.com/val-town/sdk/commit/7c0f896828406b37c48a8e814cb1c6bda6ccf226))
50
+ * **api:** OpenAPI spec update via Stainless API ([#382](https://github.com/val-town/sdk/issues/382)) ([e97549f](https://github.com/val-town/sdk/commit/e97549fc818f49b9d00ba6d3ab98c05b989b9ec4))
51
+ * **api:** OpenAPI spec update via Stainless API ([#383](https://github.com/val-town/sdk/issues/383)) ([dff5834](https://github.com/val-town/sdk/commit/dff583411422521685892829791e4c3c81e7ff54))
52
+ * **api:** OpenAPI spec update via Stainless API ([#384](https://github.com/val-town/sdk/issues/384)) ([62eb298](https://github.com/val-town/sdk/commit/62eb298c0de64879a844cec4afe7a4336a04f7ca))
53
+ * **api:** OpenAPI spec update via Stainless API ([#385](https://github.com/val-town/sdk/issues/385)) ([27cf63b](https://github.com/val-town/sdk/commit/27cf63b6a204f16f4b7ab9f5ad15ea54da2b0c94))
54
+ * **api:** OpenAPI spec update via Stainless API ([#386](https://github.com/val-town/sdk/issues/386)) ([fec78b9](https://github.com/val-town/sdk/commit/fec78b98bc8b349a4cb0d5e2eb682340b653258b))
55
+ * **api:** OpenAPI spec update via Stainless API ([#387](https://github.com/val-town/sdk/issues/387)) ([2205a56](https://github.com/val-town/sdk/commit/2205a56a6fceff6652f4c02be612bd5a187e1dba))
56
+ * **api:** OpenAPI spec update via Stainless API ([#388](https://github.com/val-town/sdk/issues/388)) ([8eec519](https://github.com/val-town/sdk/commit/8eec5196e07db746aeb0421e8b44ce47d7747e3c))
57
+ * **api:** OpenAPI spec update via Stainless API ([#389](https://github.com/val-town/sdk/issues/389)) ([aa75eee](https://github.com/val-town/sdk/commit/aa75eee587f3f09e5a1ed57f65707920b1234453))
58
+ * **api:** OpenAPI spec update via Stainless API ([#390](https://github.com/val-town/sdk/issues/390)) ([b71f688](https://github.com/val-town/sdk/commit/b71f68854f40d3e6447458cf5becd2ced60e0358))
59
+ * **api:** OpenAPI spec update via Stainless API ([#391](https://github.com/val-town/sdk/issues/391)) ([ad15875](https://github.com/val-town/sdk/commit/ad15875b2427deb17e820fe7a7619ec3398be672))
60
+ * **api:** OpenAPI spec update via Stainless API ([#393](https://github.com/val-town/sdk/issues/393)) ([0fd279b](https://github.com/val-town/sdk/commit/0fd279b6dffb9f0a67dc73f0f7db3c713324af31))
61
+ * **api:** OpenAPI spec update via Stainless API ([#394](https://github.com/val-town/sdk/issues/394)) ([b7f122c](https://github.com/val-town/sdk/commit/b7f122c98e1a7c2196691a2c511f4cb41009c07c))
62
+ * **api:** OpenAPI spec update via Stainless API ([#395](https://github.com/val-town/sdk/issues/395)) ([852c547](https://github.com/val-town/sdk/commit/852c54790d08e4cc167288460b9764c3a81569cc))
63
+ * **api:** OpenAPI spec update via Stainless API ([#396](https://github.com/val-town/sdk/issues/396)) ([5828d7f](https://github.com/val-town/sdk/commit/5828d7fb7c25aff8ca2aae0b389881aee53f6fde))
64
+ * **api:** OpenAPI spec update via Stainless API ([#397](https://github.com/val-town/sdk/issues/397)) ([f81ba1d](https://github.com/val-town/sdk/commit/f81ba1df523dd8331737009122b4bf90ce1fda99))
65
+ * **api:** OpenAPI spec update via Stainless API ([#398](https://github.com/val-town/sdk/issues/398)) ([e6b5c02](https://github.com/val-town/sdk/commit/e6b5c027b84d3333bb10431e90339489764b3448))
66
+ * **api:** OpenAPI spec update via Stainless API ([#399](https://github.com/val-town/sdk/issues/399)) ([eca9b44](https://github.com/val-town/sdk/commit/eca9b44b2406839b8539228532cc05b691b02cd5))
67
+ * **api:** OpenAPI spec update via Stainless API ([#400](https://github.com/val-town/sdk/issues/400)) ([31b917e](https://github.com/val-town/sdk/commit/31b917e1c8e20b6c7d674e9d6e8c85175484dc23))
68
+ * **api:** OpenAPI spec update via Stainless API ([#401](https://github.com/val-town/sdk/issues/401)) ([e58af88](https://github.com/val-town/sdk/commit/e58af88dc2c0a72682897792410627702c385216))
69
+
70
+
71
+ ### Chores
72
+
73
+ * **ci:** check for build errors ([#392](https://github.com/val-town/sdk/issues/392)) ([aa199f0](https://github.com/val-town/sdk/commit/aa199f00f1ffeda224fc25e694b2491626c5f3f3))
74
+ * **internal:** codegen related update ([#347](https://github.com/val-town/sdk/issues/347)) ([4a23d13](https://github.com/val-town/sdk/commit/4a23d13a7a400745d56e15be5abd97a5bdefaf2d))
75
+
76
+ ## 0.19.0 (2024-08-19)
77
+
78
+ Full Changelog: [v0.18.0...v0.19.0](https://github.com/val-town/sdk/compare/v0.18.0...v0.19.0)
79
+
80
+ ### Features
81
+
82
+ * **api:** OpenAPI spec update via Stainless API ([#333](https://github.com/val-town/sdk/issues/333)) ([e08ddc6](https://github.com/val-town/sdk/commit/e08ddc6554b3fe729cb843cb6645452f17e29a00))
83
+ * **api:** OpenAPI spec update via Stainless API ([#335](https://github.com/val-town/sdk/issues/335)) ([de10520](https://github.com/val-town/sdk/commit/de10520ff9b3c2ec9a38705631fe514730cf926e))
84
+ * **api:** OpenAPI spec update via Stainless API ([#337](https://github.com/val-town/sdk/issues/337)) ([86aef40](https://github.com/val-town/sdk/commit/86aef40b68e7df318c9802f08aa4e55318c5d8bd))
85
+ * **api:** OpenAPI spec update via Stainless API ([#338](https://github.com/val-town/sdk/issues/338)) ([fdc0d59](https://github.com/val-town/sdk/commit/fdc0d59d6a2fb91c1fa9daaf63374ada62615af1))
86
+ * **api:** OpenAPI spec update via Stainless API ([#341](https://github.com/val-town/sdk/issues/341)) ([62e9a78](https://github.com/val-town/sdk/commit/62e9a78ebea48177a63c91cdde6fb92f3aca61ad))
87
+ * **api:** OpenAPI spec update via Stainless API ([#342](https://github.com/val-town/sdk/issues/342)) ([89ec9d2](https://github.com/val-town/sdk/commit/89ec9d23a92d86a2c2e5a7ac9e4b4fbde0cb321c))
88
+ * **api:** OpenAPI spec update via Stainless API ([#343](https://github.com/val-town/sdk/issues/343)) ([ad48e41](https://github.com/val-town/sdk/commit/ad48e41463c69bbd50a86157f213223ff64fb4b2))
89
+ * **api:** OpenAPI spec update via Stainless API ([#344](https://github.com/val-town/sdk/issues/344)) ([b51e90a](https://github.com/val-town/sdk/commit/b51e90aa2f7c78e17fc5ccc68e818c248f8eaacf))
90
+ * **api:** OpenAPI spec update via Stainless API ([#345](https://github.com/val-town/sdk/issues/345)) ([2ba5ccb](https://github.com/val-town/sdk/commit/2ba5ccb2bdd77c0e50dcf5090aced20f6279a8ab))
91
+ * **api:** OpenAPI spec update via Stainless API ([#346](https://github.com/val-town/sdk/issues/346)) ([cd227b2](https://github.com/val-town/sdk/commit/cd227b21beba5a9d5a6700ca76cff3ff83aadf63))
92
+ * **api:** OpenAPI spec update via Stainless API ([#348](https://github.com/val-town/sdk/issues/348)) ([8c1f7d5](https://github.com/val-town/sdk/commit/8c1f7d543cbcfddf8ed2598cd54eb1cca533c9a2))
93
+ * **api:** OpenAPI spec update via Stainless API ([#349](https://github.com/val-town/sdk/issues/349)) ([619bff5](https://github.com/val-town/sdk/commit/619bff502768810021d3ecada36f06417e6e5646))
94
+ * **api:** OpenAPI spec update via Stainless API ([#350](https://github.com/val-town/sdk/issues/350)) ([694e4c4](https://github.com/val-town/sdk/commit/694e4c4cdf22ef6b25305057af8ec59cc196cecd))
95
+ * **api:** OpenAPI spec update via Stainless API ([#351](https://github.com/val-town/sdk/issues/351)) ([7e929fb](https://github.com/val-town/sdk/commit/7e929fbc9e22b8d4c9d5f20713ad0ead0be37106))
96
+ * **api:** OpenAPI spec update via Stainless API ([#352](https://github.com/val-town/sdk/issues/352)) ([763b28d](https://github.com/val-town/sdk/commit/763b28d771921cf71283e769409882c7bf1dc501))
97
+ * **api:** OpenAPI spec update via Stainless API ([#353](https://github.com/val-town/sdk/issues/353)) ([d750d66](https://github.com/val-town/sdk/commit/d750d66b20d0ef6eb885fe2a16ebffc85a565969))
98
+ * **api:** OpenAPI spec update via Stainless API ([#354](https://github.com/val-town/sdk/issues/354)) ([e5f9790](https://github.com/val-town/sdk/commit/e5f97901f8a23814738ea9fafcb1601a11b827c8))
99
+ * **api:** OpenAPI spec update via Stainless API ([#355](https://github.com/val-town/sdk/issues/355)) ([1cdd1b3](https://github.com/val-town/sdk/commit/1cdd1b395471954218a70ba678b7b56c57822849))
100
+ * **api:** OpenAPI spec update via Stainless API ([#356](https://github.com/val-town/sdk/issues/356)) ([0541427](https://github.com/val-town/sdk/commit/054142711c134cb7f72a67eff0e04565dad41405))
101
+ * **api:** OpenAPI spec update via Stainless API ([#357](https://github.com/val-town/sdk/issues/357)) ([d2704dd](https://github.com/val-town/sdk/commit/d2704dddc49e25d29a8434575a4190ac8ecac423))
102
+ * **api:** OpenAPI spec update via Stainless API ([#358](https://github.com/val-town/sdk/issues/358)) ([5f28555](https://github.com/val-town/sdk/commit/5f28555d4351a516a2d454361ada81a7073ea154))
103
+ * **api:** OpenAPI spec update via Stainless API ([#359](https://github.com/val-town/sdk/issues/359)) ([61bed42](https://github.com/val-town/sdk/commit/61bed4218da50acea8040fec61c01c562b2d0171))
104
+ * **api:** OpenAPI spec update via Stainless API ([#360](https://github.com/val-town/sdk/issues/360)) ([124db70](https://github.com/val-town/sdk/commit/124db7076471171c2e68c6c8f09fb91288dae770))
105
+ * **api:** OpenAPI spec update via Stainless API ([#361](https://github.com/val-town/sdk/issues/361)) ([bf20c02](https://github.com/val-town/sdk/commit/bf20c02855cadd438257fed9f56d38c13fadbeda))
106
+ * **api:** OpenAPI spec update via Stainless API ([#362](https://github.com/val-town/sdk/issues/362)) ([845dc4e](https://github.com/val-town/sdk/commit/845dc4e9821be11a333b07eca67887c728deced7))
107
+ * **api:** OpenAPI spec update via Stainless API ([#363](https://github.com/val-town/sdk/issues/363)) ([bc79645](https://github.com/val-town/sdk/commit/bc7964572c90b8e0acac37b85de8ead7a6978ce2))
108
+ * **api:** OpenAPI spec update via Stainless API ([#364](https://github.com/val-town/sdk/issues/364)) ([1857a9d](https://github.com/val-town/sdk/commit/1857a9d06ba6597a81e1690398ae873dae3e193b))
109
+ * **api:** OpenAPI spec update via Stainless API ([#365](https://github.com/val-town/sdk/issues/365)) ([c9ed470](https://github.com/val-town/sdk/commit/c9ed47057374277683d91eb4f5fc1f1056c1587f))
110
+
111
+
112
+ ### Chores
113
+
114
+ * **internal:** codegen related update ([#347](https://github.com/val-town/sdk/issues/347)) ([23417ed](https://github.com/val-town/sdk/commit/23417ed5b525813f74281f6fc23dd0663ea49df3))
115
+
3
116
  ## 0.18.0 (2024-08-13)
4
117
 
5
118
  Full Changelog: [v0.17.0...v0.18.0](https://github.com/val-town/sdk/compare/v0.17.0...v0.18.0)
package/LICENSE CHANGED
File without changes
package/README.md CHANGED
File without changes
package/_shims/README.md CHANGED
File without changes
File without changes
File without changes
File without changes
package/_shims/index.d.ts CHANGED
File without changes
package/_shims/index.js CHANGED
File without changes
package/_shims/index.mjs CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valtown/sdk",
3
- "version": "0.18.0",
3
+ "version": "0.20.0",
4
4
  "description": "The official TypeScript library for the Val Town API",
5
5
  "author": "Val Town <support@val.town>",
6
6
  "types": "./index.d.ts",
@@ -32,7 +32,7 @@ export declare namespace SqliteBatchParams {
32
32
  /**
33
33
  * List of arguments to be used in the given statement
34
34
  */
35
- args: Array<string | number | boolean | null> | Record<string, string | number | boolean | null>;
35
+ args: Array<unknown> | Record<string, unknown>;
36
36
  /**
37
37
  * SQL statement, with ? placeholders for arguments
38
38
  */
@@ -54,7 +54,7 @@ export declare namespace SqliteExecuteParams {
54
54
  /**
55
55
  * List of arguments to be used in the given statement
56
56
  */
57
- args: Array<string | number | boolean | null> | Record<string, string | number | boolean | null>;
57
+ args: Array<unknown> | Record<string, unknown>;
58
58
  /**
59
59
  * SQL statement, with ? placeholders for arguments
60
60
  */
@@ -1 +1 @@
1
- {"version":3,"file":"sqlite.d.ts","sourceRoot":"","sources":["../src/resources/sqlite.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAChC,OAAO,KAAK,SAAS,MAAM,UAAU,CAAC;AACtC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AAEnC;;GAEG;AACH,qBAAa,MAAO,SAAQ,WAAW;IACrC;;OAEG;IACH,KAAK,CAAC,IAAI,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,mBAAmB,CAAC;IAInG;;OAEG;IACH,OAAO,CAAC,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,SAAS,CAAC;CAGrG;AAED;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;AAE1D,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,KAAK,CAAC,MAAM,GAAG,iBAAiB,CAAC,kBAAkB,CAAC,CAAC;IAEjE,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,UAAU,CAAC;CACtC;AAED,yBAAiB,iBAAiB,CAAC;IACjC;;;OAGG;IACH,UAAiB,kBAAkB;QACjC;;WAEG;QACH,IAAI,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC,CAAC;QAEjG;;WAEG;QACH,GAAG,EAAE,MAAM,CAAC;KACb;CACF;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,mBAAmB,CAAC,kBAAkB,CAAC;CAC5D;AAED,yBAAiB,mBAAmB,CAAC;IACnC;;;OAGG;IACH,UAAiB,kBAAkB;QACjC;;WAEG;QACH,IAAI,EAAE,KAAK,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,IAAI,CAAC,CAAC;QAEjG;;WAEG;QACH,GAAG,EAAE,MAAM,CAAC;KACb;CACF;AAED,yBAAiB,MAAM,CAAC;IACtB,MAAM,QAAQ,mBAAmB,GAAG,SAAS,CAAC,mBAAmB,CAAC;IAClE,MAAM,QAAQ,iBAAiB,GAAG,SAAS,CAAC,iBAAiB,CAAC;IAC9D,MAAM,QAAQ,mBAAmB,GAAG,SAAS,CAAC,mBAAmB,CAAC;CACnE"}
1
+ {"version":3,"file":"sqlite.d.ts","sourceRoot":"","sources":["../src/resources/sqlite.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAC1C,OAAO,KAAK,IAAI,MAAM,SAAS,CAAC;AAChC,OAAO,KAAK,SAAS,MAAM,UAAU,CAAC;AACtC,OAAO,KAAK,MAAM,MAAM,UAAU,CAAC;AAEnC;;GAEG;AACH,qBAAa,MAAO,SAAQ,WAAW;IACrC;;OAEG;IACH,KAAK,CAAC,IAAI,EAAE,iBAAiB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,mBAAmB,CAAC;IAInG;;OAEG;IACH,OAAO,CAAC,IAAI,EAAE,mBAAmB,EAAE,OAAO,CAAC,EAAE,IAAI,CAAC,cAAc,GAAG,IAAI,CAAC,UAAU,CAAC,MAAM,CAAC,SAAS,CAAC;CAGrG;AAED;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,KAAK,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;AAE1D,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,KAAK,CAAC,MAAM,GAAG,iBAAiB,CAAC,kBAAkB,CAAC,CAAC;IAEjE,IAAI,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,UAAU,CAAC;CACtC;AAED,yBAAiB,iBAAiB,CAAC;IACjC;;;OAGG;IACH,UAAiB,kBAAkB;QACjC;;WAEG;QACH,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAE/C;;WAEG;QACH,GAAG,EAAE,MAAM,CAAC;KACb;CACF;AAED,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,mBAAmB,CAAC,kBAAkB,CAAC;CAC5D;AAED,yBAAiB,mBAAmB,CAAC;IACnC;;;OAGG;IACH,UAAiB,kBAAkB;QACjC;;WAEG;QACH,IAAI,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;QAE/C;;WAEG;QACH,GAAG,EAAE,MAAM,CAAC;KACb;CACF;AAED,yBAAiB,MAAM,CAAC;IACtB,MAAM,QAAQ,mBAAmB,GAAG,SAAS,CAAC,mBAAmB,CAAC;IAClE,MAAM,QAAQ,iBAAiB,GAAG,SAAS,CAAC,iBAAiB,CAAC;IAC9D,MAAM,QAAQ,mBAAmB,GAAG,SAAS,CAAC,mBAAmB,CAAC;CACnE"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/core.ts CHANGED
File without changes
package/src/error.ts CHANGED
File without changes
package/src/index.ts CHANGED
File without changes
package/src/lib/.keep CHANGED
File without changes
package/src/pagination.ts CHANGED
File without changes
package/src/resource.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -44,7 +44,7 @@ export namespace SqliteBatchParams {
44
44
  /**
45
45
  * List of arguments to be used in the given statement
46
46
  */
47
- args: Array<string | number | boolean | null> | Record<string, string | number | boolean | null>;
47
+ args: Array<unknown> | Record<string, unknown>;
48
48
 
49
49
  /**
50
50
  * SQL statement, with ? placeholders for arguments
@@ -69,7 +69,7 @@ export namespace SqliteExecuteParams {
69
69
  /**
70
70
  * List of arguments to be used in the given statement
71
71
  */
72
- args: Array<string | number | boolean | null> | Record<string, string | number | boolean | null>;
72
+ args: Array<unknown> | Record<string, unknown>;
73
73
 
74
74
  /**
75
75
  * SQL statement, with ? placeholders for arguments
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/src/shims/node.ts CHANGED
File without changes
package/src/shims/web.ts CHANGED
File without changes
package/src/tsconfig.json CHANGED
File without changes
package/src/uploads.ts CHANGED
File without changes
package/src/version.ts CHANGED
@@ -1 +1 @@
1
- export const VERSION = '0.18.0'; // x-release-please-version
1
+ export const VERSION = '0.20.0'; // x-release-please-version
package/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.18.0";
1
+ export declare const VERSION = "0.20.0";
2
2
  //# sourceMappingURL=version.d.ts.map
package/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
- exports.VERSION = '0.18.0'; // x-release-please-version
4
+ exports.VERSION = '0.20.0'; // x-release-please-version
5
5
  //# sourceMappingURL=version.js.map
package/version.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export const VERSION = '0.18.0'; // x-release-please-version
1
+ export const VERSION = '0.20.0'; // x-release-please-version
2
2
  //# sourceMappingURL=version.mjs.map