@vercel/sdk 1.7.5 → 1.7.6
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/bin/mcp-server.js +37 -83
- package/bin/mcp-server.js.map +13 -13
- package/esm/__tests__/projects.test.js +15 -13
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/lib/config.d.ts +2 -2
- package/esm/lib/config.js +2 -2
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/authuser.d.ts +0 -93
- package/esm/models/authuser.d.ts.map +1 -1
- package/esm/models/authuser.js +0 -64
- package/esm/models/authuser.js.map +1 -1
- package/esm/models/authuserlimited.d.ts +0 -34
- package/esm/models/authuserlimited.d.ts.map +1 -1
- package/esm/models/authuserlimited.js +0 -23
- package/esm/models/authuserlimited.js.map +1 -1
- package/esm/models/createprojectop.d.ts +9 -9
- package/esm/models/createprojectop.js +3 -3
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +1 -1
- package/esm/models/updateprojectop.d.ts +9 -9
- package/esm/models/updateprojectop.js +3 -3
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateresourcesecretsbyidop.d.ts +2 -2
- package/esm/models/updateresourcesecretsop.d.ts +1 -1
- package/esm/models/userevent.d.ts +23 -23
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +28 -28
- package/esm/models/userevent.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/projects.test.ts +15 -13
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/authuser.ts +0 -145
- package/src/models/authuserlimited.ts +0 -40
- package/src/models/createprojectop.ts +3 -3
- package/src/models/importresourceop.ts +1 -1
- package/src/models/updateprojectop.ts +3 -3
- package/src/models/updateresourcesecretsbyidop.ts +2 -2
- package/src/models/updateresourcesecretsop.ts +1 -1
- package/src/models/userevent.ts +39 -42
- package/vercel-spec.json +14 -72
package/vercel-spec.json
CHANGED
|
@@ -24158,7 +24158,7 @@
|
|
|
24158
24158
|
},
|
|
24159
24159
|
"environmentOverrides": {
|
|
24160
24160
|
"type": "object",
|
|
24161
|
-
"description": "
|
|
24161
|
+
"description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
|
|
24162
24162
|
"additionalProperties": {
|
|
24163
24163
|
"type": "string"
|
|
24164
24164
|
}
|
|
@@ -24281,7 +24281,7 @@
|
|
|
24281
24281
|
},
|
|
24282
24282
|
"environmentOverrides": {
|
|
24283
24283
|
"type": "object",
|
|
24284
|
-
"description": "
|
|
24284
|
+
"description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
|
|
24285
24285
|
"additionalProperties": {
|
|
24286
24286
|
"type": "string"
|
|
24287
24287
|
}
|
|
@@ -24292,7 +24292,7 @@
|
|
|
24292
24292
|
},
|
|
24293
24293
|
"partial": {
|
|
24294
24294
|
"type": "boolean",
|
|
24295
|
-
"description": "If true, will only
|
|
24295
|
+
"description": "If true, will only overwrite the provided secrets instead of replacing all secrets."
|
|
24296
24296
|
}
|
|
24297
24297
|
},
|
|
24298
24298
|
"additionalProperties": false
|
|
@@ -24537,7 +24537,7 @@
|
|
|
24537
24537
|
},
|
|
24538
24538
|
"environmentOverrides": {
|
|
24539
24539
|
"type": "object",
|
|
24540
|
-
"description": "
|
|
24540
|
+
"description": "A map of environments to override values for the secret, used for setting different values across deployments in production, preview, and development environments. Note: the same value will be used for all deployments in the given environment.",
|
|
24541
24541
|
"additionalProperties": {
|
|
24542
24542
|
"type": "string"
|
|
24543
24543
|
}
|
|
@@ -32271,10 +32271,10 @@
|
|
|
32271
32271
|
"type": "string",
|
|
32272
32272
|
"enum": [
|
|
32273
32273
|
"system",
|
|
32274
|
+
"secret",
|
|
32274
32275
|
"encrypted",
|
|
32275
32276
|
"plain",
|
|
32276
|
-
"sensitive"
|
|
32277
|
-
"secret"
|
|
32277
|
+
"sensitive"
|
|
32278
32278
|
]
|
|
32279
32279
|
},
|
|
32280
32280
|
"sunsetSecretId": {
|
|
@@ -35608,8 +35608,8 @@
|
|
|
35608
35608
|
"type": {
|
|
35609
35609
|
"type": "string",
|
|
35610
35610
|
"enum": [
|
|
35611
|
-
"path",
|
|
35612
35611
|
"host",
|
|
35612
|
+
"path",
|
|
35613
35613
|
"method",
|
|
35614
35614
|
"header",
|
|
35615
35615
|
"cookie",
|
|
@@ -35690,8 +35690,8 @@
|
|
|
35690
35690
|
"type": {
|
|
35691
35691
|
"type": "string",
|
|
35692
35692
|
"enum": [
|
|
35693
|
-
"path",
|
|
35694
35693
|
"host",
|
|
35694
|
+
"path",
|
|
35695
35695
|
"method",
|
|
35696
35696
|
"header",
|
|
35697
35697
|
"cookie",
|
|
@@ -40619,10 +40619,10 @@
|
|
|
40619
40619
|
"type": "string",
|
|
40620
40620
|
"enum": [
|
|
40621
40621
|
"system",
|
|
40622
|
+
"secret",
|
|
40622
40623
|
"encrypted",
|
|
40623
40624
|
"plain",
|
|
40624
|
-
"sensitive"
|
|
40625
|
-
"secret"
|
|
40625
|
+
"sensitive"
|
|
40626
40626
|
]
|
|
40627
40627
|
},
|
|
40628
40628
|
"sunsetSecretId": {
|
|
@@ -43956,8 +43956,8 @@
|
|
|
43956
43956
|
"type": {
|
|
43957
43957
|
"type": "string",
|
|
43958
43958
|
"enum": [
|
|
43959
|
-
"path",
|
|
43960
43959
|
"host",
|
|
43960
|
+
"path",
|
|
43961
43961
|
"method",
|
|
43962
43962
|
"header",
|
|
43963
43963
|
"cookie",
|
|
@@ -44038,8 +44038,8 @@
|
|
|
44038
44038
|
"type": {
|
|
44039
44039
|
"type": "string",
|
|
44040
44040
|
"enum": [
|
|
44041
|
-
"path",
|
|
44042
44041
|
"host",
|
|
44042
|
+
"path",
|
|
44043
44043
|
"method",
|
|
44044
44044
|
"header",
|
|
44045
44045
|
"cookie",
|
|
@@ -74151,48 +74151,6 @@
|
|
|
74151
74151
|
"type": "object",
|
|
74152
74152
|
"description": "Feature blocks for the user"
|
|
74153
74153
|
},
|
|
74154
|
-
"northstarMigration": {
|
|
74155
|
-
"properties": {
|
|
74156
|
-
"teamId": {
|
|
74157
|
-
"type": "string",
|
|
74158
|
-
"description": "The ID of the team we created for this user."
|
|
74159
|
-
},
|
|
74160
|
-
"projects": {
|
|
74161
|
-
"type": "number",
|
|
74162
|
-
"description": "The number of projects migrated for this user."
|
|
74163
|
-
},
|
|
74164
|
-
"stores": {
|
|
74165
|
-
"type": "number",
|
|
74166
|
-
"description": "The number of stores migrated for this user."
|
|
74167
|
-
},
|
|
74168
|
-
"integrationConfigurations": {
|
|
74169
|
-
"type": "number",
|
|
74170
|
-
"description": "The number of integration configurations migrated for this user."
|
|
74171
|
-
},
|
|
74172
|
-
"integrationClients": {
|
|
74173
|
-
"type": "number",
|
|
74174
|
-
"description": "The number of integration clients migrated for this user."
|
|
74175
|
-
},
|
|
74176
|
-
"startTime": {
|
|
74177
|
-
"type": "number",
|
|
74178
|
-
"description": "The migration start time timestamp for this user."
|
|
74179
|
-
},
|
|
74180
|
-
"endTime": {
|
|
74181
|
-
"type": "number",
|
|
74182
|
-
"description": "The migration end time timestamp for this user."
|
|
74183
|
-
}
|
|
74184
|
-
},
|
|
74185
|
-
"required": [
|
|
74186
|
-
"teamId",
|
|
74187
|
-
"projects",
|
|
74188
|
-
"stores",
|
|
74189
|
-
"integrationConfigurations",
|
|
74190
|
-
"integrationClients",
|
|
74191
|
-
"startTime",
|
|
74192
|
-
"endTime"
|
|
74193
|
-
],
|
|
74194
|
-
"type": "object"
|
|
74195
|
-
},
|
|
74196
74154
|
"id": {
|
|
74197
74155
|
"type": "string",
|
|
74198
74156
|
"description": "The User's unique identifier.",
|
|
@@ -74224,13 +74182,6 @@
|
|
|
74224
74182
|
"nullable": true,
|
|
74225
74183
|
"type": "string",
|
|
74226
74184
|
"description": "The user's default team."
|
|
74227
|
-
},
|
|
74228
|
-
"version": {
|
|
74229
|
-
"type": "string",
|
|
74230
|
-
"enum": [
|
|
74231
|
-
"northstar"
|
|
74232
|
-
],
|
|
74233
|
-
"description": "The user's version. Will always be `northstar`."
|
|
74234
74185
|
}
|
|
74235
74186
|
},
|
|
74236
74187
|
"required": [
|
|
@@ -74245,8 +74196,7 @@
|
|
|
74245
74196
|
"name",
|
|
74246
74197
|
"username",
|
|
74247
74198
|
"avatar",
|
|
74248
|
-
"defaultTeamId"
|
|
74249
|
-
"version"
|
|
74199
|
+
"defaultTeamId"
|
|
74250
74200
|
],
|
|
74251
74201
|
"type": "object",
|
|
74252
74202
|
"description": "Data for the currently authenticated User."
|
|
@@ -74288,13 +74238,6 @@
|
|
|
74288
74238
|
"nullable": true,
|
|
74289
74239
|
"type": "string",
|
|
74290
74240
|
"description": "The user's default team."
|
|
74291
|
-
},
|
|
74292
|
-
"version": {
|
|
74293
|
-
"type": "string",
|
|
74294
|
-
"enum": [
|
|
74295
|
-
"northstar"
|
|
74296
|
-
],
|
|
74297
|
-
"description": "The user's version. Will always be `northstar`."
|
|
74298
74241
|
}
|
|
74299
74242
|
},
|
|
74300
74243
|
"required": [
|
|
@@ -74304,8 +74247,7 @@
|
|
|
74304
74247
|
"name",
|
|
74305
74248
|
"username",
|
|
74306
74249
|
"avatar",
|
|
74307
|
-
"defaultTeamId"
|
|
74308
|
-
"version"
|
|
74250
|
+
"defaultTeamId"
|
|
74309
74251
|
],
|
|
74310
74252
|
"type": "object",
|
|
74311
74253
|
"description": "A limited form of data for the currently authenticated User, due to the authentication token missing privileges to read the full User data."
|