vercel-api-js 1.7.0 → 1.7.1
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/README.md +68 -0
- package/dist/components.cjs +218 -218
- package/dist/components.d.mts +1582 -1582
- package/dist/components.d.mts.map +1 -1
- package/dist/components.mjs +218 -218
- package/dist/effect.cjs +41 -41
- package/dist/effect.d.mts +1582 -1582
- package/dist/effect.d.mts.map +1 -1
- package/dist/effect.mjs +41 -41
- package/dist/index.cjs +4333 -4321
- package/dist/index.d.ts +11831 -11803
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +4333 -4321
- package/dist/schemas.cjs +4124 -4115
- package/dist/schemas.d.mts +8 -0
- package/dist/schemas.d.mts.map +1 -1
- package/dist/schemas.mjs +4109 -4100
- package/dist/types.cjs +6 -3
- package/dist/types.d.mts +10240 -10220
- package/dist/types.d.mts.map +1 -1
- package/dist/types.mjs +6 -3
- package/package.json +4 -4
package/dist/types.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by Kubb (https://kubb.dev/).
|
|
3
|
-
* Do not edit manually.
|
|
4
|
-
*/ const aiGatewayRuleTypeEnum = {
|
|
2
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
3
|
+
* Do not edit manually.
|
|
4
|
+
*/ const aiGatewayRuleTypeEnum = {
|
|
5
5
|
deny: "deny",
|
|
6
6
|
rewrite: "rewrite"
|
|
7
7
|
};
|
|
@@ -570,6 +570,7 @@ const userEventTypeEnum = {
|
|
|
570
570
|
"project-root-directory-updated": "project-root-directory-updated",
|
|
571
571
|
"project-routes-version-promoted": "project-routes-version-promoted",
|
|
572
572
|
"project-routes-version-restored": "project-routes-version-restored",
|
|
573
|
+
"project-sandbox-config-updated": "project-sandbox-config-updated",
|
|
573
574
|
"project-sandbox-url-protection-updated": "project-sandbox-url-protection-updated",
|
|
574
575
|
"project-skew-protection-allowed-domains-updated": "project-skew-protection-allowed-domains-updated",
|
|
575
576
|
"project-skew-protection-max-age-updated": "project-skew-protection-max-age-updated",
|
|
@@ -1651,6 +1652,7 @@ const listEventTypeNameEnum = {
|
|
|
1651
1652
|
"project-root-directory-updated": "project-root-directory-updated",
|
|
1652
1653
|
"project-routes-version-promoted": "project-routes-version-promoted",
|
|
1653
1654
|
"project-routes-version-restored": "project-routes-version-restored",
|
|
1655
|
+
"project-sandbox-config-updated": "project-sandbox-config-updated",
|
|
1654
1656
|
"project-sandbox-url-protection-updated": "project-sandbox-url-protection-updated",
|
|
1655
1657
|
"project-skew-protection-allowed-domains-updated": "project-skew-protection-allowed-domains-updated",
|
|
1656
1658
|
"project-skew-protection-max-age-updated": "project-skew-protection-max-age-updated",
|
|
@@ -2249,6 +2251,7 @@ const listEventTypeReplacedByEnum = {
|
|
|
2249
2251
|
"project-root-directory-updated": "project-root-directory-updated",
|
|
2250
2252
|
"project-routes-version-promoted": "project-routes-version-promoted",
|
|
2251
2253
|
"project-routes-version-restored": "project-routes-version-restored",
|
|
2254
|
+
"project-sandbox-config-updated": "project-sandbox-config-updated",
|
|
2252
2255
|
"project-sandbox-url-protection-updated": "project-sandbox-url-protection-updated",
|
|
2253
2256
|
"project-skew-protection-allowed-domains-updated": "project-skew-protection-allowed-domains-updated",
|
|
2254
2257
|
"project-skew-protection-max-age-updated": "project-skew-protection-max-age-updated",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vercel-api-js",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"description": "Vercel auto-generated type-safe API client",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "SferaDev",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"@kubb/cli": "5.0.0-beta.10",
|
|
22
22
|
"kubb": "5.0.0-beta.10",
|
|
23
23
|
"openapi3-ts": "4.6.0",
|
|
24
|
-
"@types/node": "
|
|
25
|
-
"bunchee": "6.
|
|
26
|
-
"effect": "3.
|
|
24
|
+
"@types/node": "26.1.1",
|
|
25
|
+
"bunchee": "6.12.1",
|
|
26
|
+
"effect": "3.22.0",
|
|
27
27
|
"rimraf": "6.1.3",
|
|
28
28
|
"typescript": "6.0.3",
|
|
29
29
|
"@sferadev/tsconfig": "0.0.0"
|