@vercel/sdk 1.6.12 → 1.7.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/bin/mcp-server.js +573 -107
- package/bin/mcp-server.js.map +18 -18
- package/docs/sdks/deployments/README.md +1 -1
- package/docs/sdks/user/README.md +2 -0
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts +8 -2
- package/esm/funcs/deploymentsGetDeploymentEvents.d.ts.map +1 -1
- package/esm/funcs/deploymentsGetDeploymentEvents.js +11 -4
- package/esm/funcs/deploymentsGetDeploymentEvents.js.map +1 -1
- package/esm/funcs/userListUserEvents.js +1 -0
- package/esm/funcs/userListUserEvents.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/lib/config.js.map +1 -1
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/mcp-server.js.map +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +28 -28
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +12 -12
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createprojectenvop.d.ts +6 -6
- package/esm/models/createprojectenvop.js +2 -2
- package/esm/models/createprojectenvop.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/editprojectenvop.d.ts +3 -3
- package/esm/models/editprojectenvop.js +1 -1
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +9 -9
- package/esm/models/filterprojectenvsop.js +3 -3
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getdeploymenteventsop.d.ts +908 -74
- package/esm/models/getdeploymenteventsop.d.ts.map +1 -1
- package/esm/models/getdeploymenteventsop.js +784 -43
- package/esm/models/getdeploymenteventsop.js.map +1 -1
- package/esm/models/getdeploymentop.d.ts +16 -16
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +25 -24
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/listusereventsop.d.ts +5 -0
- package/esm/models/listusereventsop.d.ts.map +1 -1
- package/esm/models/listusereventsop.js +2 -0
- package/esm/models/listusereventsop.js.map +1 -1
- package/esm/models/removeprojectenvop.d.ts +9 -9
- package/esm/models/removeprojectenvop.js +3 -3
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/teamlimited.d.ts +3 -3
- package/esm/models/teamlimited.js +1 -1
- package/esm/models/teamlimited.js.map +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/sdk/deployments.d.ts +6 -2
- package/esm/sdk/deployments.d.ts.map +1 -1
- package/esm/sdk/deployments.js +2 -1
- package/esm/sdk/deployments.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/deploymentsGetDeploymentEvents.ts +22 -10
- package/src/funcs/userListUserEvents.ts +1 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/createdeploymentop.ts +16 -16
- package/src/models/createprojectenvop.ts +2 -2
- package/src/models/createprojectop.ts +3 -3
- package/src/models/editprojectenvop.ts +1 -1
- package/src/models/filterprojectenvsop.ts +3 -3
- package/src/models/getdeploymenteventsop.ts +1602 -132
- package/src/models/getdeploymentop.ts +37 -33
- package/src/models/listusereventsop.ts +7 -0
- package/src/models/removeprojectenvop.ts +3 -3
- package/src/models/teamlimited.ts +1 -1
- package/src/models/updateprojectop.ts +3 -3
- package/src/sdk/deployments.ts +11 -4
- package/vercel-spec.json +609 -121
package/vercel-spec.json
CHANGED
|
@@ -8173,6 +8173,557 @@
|
|
|
8173
8173
|
"deployments"
|
|
8174
8174
|
],
|
|
8175
8175
|
"responses": {
|
|
8176
|
+
"200": {
|
|
8177
|
+
"description": "",
|
|
8178
|
+
"content": {
|
|
8179
|
+
"application/json": {
|
|
8180
|
+
"schema": {
|
|
8181
|
+
"type": "array",
|
|
8182
|
+
"items": {
|
|
8183
|
+
"oneOf": [
|
|
8184
|
+
{
|
|
8185
|
+
"properties": {
|
|
8186
|
+
"type": {
|
|
8187
|
+
"type": "string",
|
|
8188
|
+
"enum": [
|
|
8189
|
+
"delimiter",
|
|
8190
|
+
"command",
|
|
8191
|
+
"stdout",
|
|
8192
|
+
"stderr",
|
|
8193
|
+
"exit",
|
|
8194
|
+
"deployment-state",
|
|
8195
|
+
"middleware",
|
|
8196
|
+
"middleware-invocation",
|
|
8197
|
+
"edge-function-invocation",
|
|
8198
|
+
"metric",
|
|
8199
|
+
"report",
|
|
8200
|
+
"fatal"
|
|
8201
|
+
]
|
|
8202
|
+
},
|
|
8203
|
+
"created": {
|
|
8204
|
+
"type": "number"
|
|
8205
|
+
},
|
|
8206
|
+
"payload": {
|
|
8207
|
+
"properties": {
|
|
8208
|
+
"deploymentId": {
|
|
8209
|
+
"type": "string"
|
|
8210
|
+
},
|
|
8211
|
+
"info": {
|
|
8212
|
+
"properties": {
|
|
8213
|
+
"type": {
|
|
8214
|
+
"type": "string"
|
|
8215
|
+
},
|
|
8216
|
+
"name": {
|
|
8217
|
+
"type": "string"
|
|
8218
|
+
},
|
|
8219
|
+
"entrypoint": {
|
|
8220
|
+
"type": "string"
|
|
8221
|
+
},
|
|
8222
|
+
"path": {
|
|
8223
|
+
"type": "string"
|
|
8224
|
+
},
|
|
8225
|
+
"step": {
|
|
8226
|
+
"type": "string"
|
|
8227
|
+
},
|
|
8228
|
+
"readyState": {
|
|
8229
|
+
"type": "string"
|
|
8230
|
+
}
|
|
8231
|
+
},
|
|
8232
|
+
"required": [
|
|
8233
|
+
"type",
|
|
8234
|
+
"name"
|
|
8235
|
+
],
|
|
8236
|
+
"type": "object"
|
|
8237
|
+
},
|
|
8238
|
+
"text": {
|
|
8239
|
+
"type": "string"
|
|
8240
|
+
},
|
|
8241
|
+
"id": {
|
|
8242
|
+
"type": "string"
|
|
8243
|
+
},
|
|
8244
|
+
"date": {
|
|
8245
|
+
"type": "number"
|
|
8246
|
+
},
|
|
8247
|
+
"serial": {
|
|
8248
|
+
"type": "string"
|
|
8249
|
+
},
|
|
8250
|
+
"created": {
|
|
8251
|
+
"type": "number"
|
|
8252
|
+
},
|
|
8253
|
+
"statusCode": {
|
|
8254
|
+
"type": "number"
|
|
8255
|
+
},
|
|
8256
|
+
"requestId": {
|
|
8257
|
+
"type": "string"
|
|
8258
|
+
},
|
|
8259
|
+
"proxy": {
|
|
8260
|
+
"properties": {
|
|
8261
|
+
"timestamp": {
|
|
8262
|
+
"type": "number"
|
|
8263
|
+
},
|
|
8264
|
+
"method": {
|
|
8265
|
+
"type": "string"
|
|
8266
|
+
},
|
|
8267
|
+
"host": {
|
|
8268
|
+
"type": "string"
|
|
8269
|
+
},
|
|
8270
|
+
"path": {
|
|
8271
|
+
"type": "string"
|
|
8272
|
+
},
|
|
8273
|
+
"statusCode": {
|
|
8274
|
+
"type": "number"
|
|
8275
|
+
},
|
|
8276
|
+
"userAgent": {
|
|
8277
|
+
"items": {
|
|
8278
|
+
"type": "string"
|
|
8279
|
+
},
|
|
8280
|
+
"type": "array"
|
|
8281
|
+
},
|
|
8282
|
+
"referer": {
|
|
8283
|
+
"type": "string"
|
|
8284
|
+
},
|
|
8285
|
+
"clientIp": {
|
|
8286
|
+
"type": "string"
|
|
8287
|
+
},
|
|
8288
|
+
"region": {
|
|
8289
|
+
"type": "string"
|
|
8290
|
+
},
|
|
8291
|
+
"scheme": {
|
|
8292
|
+
"type": "string"
|
|
8293
|
+
},
|
|
8294
|
+
"responseByteSize": {
|
|
8295
|
+
"type": "number"
|
|
8296
|
+
},
|
|
8297
|
+
"cacheId": {
|
|
8298
|
+
"type": "string"
|
|
8299
|
+
},
|
|
8300
|
+
"pathType": {
|
|
8301
|
+
"type": "string"
|
|
8302
|
+
},
|
|
8303
|
+
"pathTypeVariant": {
|
|
8304
|
+
"type": "string"
|
|
8305
|
+
},
|
|
8306
|
+
"vercelId": {
|
|
8307
|
+
"type": "string"
|
|
8308
|
+
},
|
|
8309
|
+
"vercelCache": {
|
|
8310
|
+
"type": "string",
|
|
8311
|
+
"enum": [
|
|
8312
|
+
"MISS",
|
|
8313
|
+
"HIT",
|
|
8314
|
+
"STALE",
|
|
8315
|
+
"BYPASS",
|
|
8316
|
+
"PRERENDER",
|
|
8317
|
+
"REVALIDATED"
|
|
8318
|
+
]
|
|
8319
|
+
},
|
|
8320
|
+
"lambdaRegion": {
|
|
8321
|
+
"type": "string"
|
|
8322
|
+
},
|
|
8323
|
+
"wafAction": {
|
|
8324
|
+
"type": "string",
|
|
8325
|
+
"enum": [
|
|
8326
|
+
"log",
|
|
8327
|
+
"challenge",
|
|
8328
|
+
"deny",
|
|
8329
|
+
"bypass",
|
|
8330
|
+
"rate_limit"
|
|
8331
|
+
]
|
|
8332
|
+
},
|
|
8333
|
+
"wafRuleId": {
|
|
8334
|
+
"type": "string"
|
|
8335
|
+
}
|
|
8336
|
+
},
|
|
8337
|
+
"required": [
|
|
8338
|
+
"timestamp",
|
|
8339
|
+
"method",
|
|
8340
|
+
"host",
|
|
8341
|
+
"path",
|
|
8342
|
+
"userAgent",
|
|
8343
|
+
"referer",
|
|
8344
|
+
"region"
|
|
8345
|
+
],
|
|
8346
|
+
"type": "object"
|
|
8347
|
+
}
|
|
8348
|
+
},
|
|
8349
|
+
"required": [
|
|
8350
|
+
"deploymentId",
|
|
8351
|
+
"id",
|
|
8352
|
+
"date",
|
|
8353
|
+
"serial"
|
|
8354
|
+
],
|
|
8355
|
+
"type": "object"
|
|
8356
|
+
}
|
|
8357
|
+
},
|
|
8358
|
+
"required": [
|
|
8359
|
+
"type",
|
|
8360
|
+
"created",
|
|
8361
|
+
"payload"
|
|
8362
|
+
],
|
|
8363
|
+
"type": "object"
|
|
8364
|
+
},
|
|
8365
|
+
{
|
|
8366
|
+
"properties": {
|
|
8367
|
+
"created": {
|
|
8368
|
+
"type": "number"
|
|
8369
|
+
},
|
|
8370
|
+
"date": {
|
|
8371
|
+
"type": "number"
|
|
8372
|
+
},
|
|
8373
|
+
"deploymentId": {
|
|
8374
|
+
"type": "string"
|
|
8375
|
+
},
|
|
8376
|
+
"id": {
|
|
8377
|
+
"type": "string"
|
|
8378
|
+
},
|
|
8379
|
+
"info": {
|
|
8380
|
+
"properties": {
|
|
8381
|
+
"type": {
|
|
8382
|
+
"type": "string"
|
|
8383
|
+
},
|
|
8384
|
+
"name": {
|
|
8385
|
+
"type": "string"
|
|
8386
|
+
},
|
|
8387
|
+
"entrypoint": {
|
|
8388
|
+
"type": "string"
|
|
8389
|
+
},
|
|
8390
|
+
"path": {
|
|
8391
|
+
"type": "string"
|
|
8392
|
+
},
|
|
8393
|
+
"step": {
|
|
8394
|
+
"type": "string"
|
|
8395
|
+
},
|
|
8396
|
+
"readyState": {
|
|
8397
|
+
"type": "string"
|
|
8398
|
+
}
|
|
8399
|
+
},
|
|
8400
|
+
"required": [
|
|
8401
|
+
"type",
|
|
8402
|
+
"name"
|
|
8403
|
+
],
|
|
8404
|
+
"type": "object"
|
|
8405
|
+
},
|
|
8406
|
+
"serial": {
|
|
8407
|
+
"type": "string"
|
|
8408
|
+
},
|
|
8409
|
+
"text": {
|
|
8410
|
+
"type": "string"
|
|
8411
|
+
},
|
|
8412
|
+
"type": {
|
|
8413
|
+
"type": "string",
|
|
8414
|
+
"enum": [
|
|
8415
|
+
"delimiter",
|
|
8416
|
+
"command",
|
|
8417
|
+
"stdout",
|
|
8418
|
+
"stderr",
|
|
8419
|
+
"exit",
|
|
8420
|
+
"deployment-state",
|
|
8421
|
+
"middleware",
|
|
8422
|
+
"middleware-invocation",
|
|
8423
|
+
"edge-function-invocation",
|
|
8424
|
+
"metric",
|
|
8425
|
+
"report",
|
|
8426
|
+
"fatal"
|
|
8427
|
+
]
|
|
8428
|
+
},
|
|
8429
|
+
"level": {
|
|
8430
|
+
"type": "string",
|
|
8431
|
+
"enum": [
|
|
8432
|
+
"error",
|
|
8433
|
+
"warning"
|
|
8434
|
+
]
|
|
8435
|
+
}
|
|
8436
|
+
},
|
|
8437
|
+
"required": [
|
|
8438
|
+
"created",
|
|
8439
|
+
"date",
|
|
8440
|
+
"deploymentId",
|
|
8441
|
+
"id",
|
|
8442
|
+
"info",
|
|
8443
|
+
"serial",
|
|
8444
|
+
"type"
|
|
8445
|
+
],
|
|
8446
|
+
"type": "object"
|
|
8447
|
+
}
|
|
8448
|
+
],
|
|
8449
|
+
"nullable": true
|
|
8450
|
+
},
|
|
8451
|
+
"nullable": true
|
|
8452
|
+
}
|
|
8453
|
+
},
|
|
8454
|
+
"application/stream+json": {
|
|
8455
|
+
"schema": {
|
|
8456
|
+
"oneOf": [
|
|
8457
|
+
{
|
|
8458
|
+
"properties": {
|
|
8459
|
+
"type": {
|
|
8460
|
+
"type": "string",
|
|
8461
|
+
"enum": [
|
|
8462
|
+
"delimiter",
|
|
8463
|
+
"command",
|
|
8464
|
+
"stdout",
|
|
8465
|
+
"stderr",
|
|
8466
|
+
"exit",
|
|
8467
|
+
"deployment-state",
|
|
8468
|
+
"middleware",
|
|
8469
|
+
"middleware-invocation",
|
|
8470
|
+
"edge-function-invocation",
|
|
8471
|
+
"metric",
|
|
8472
|
+
"report",
|
|
8473
|
+
"fatal"
|
|
8474
|
+
]
|
|
8475
|
+
},
|
|
8476
|
+
"created": {
|
|
8477
|
+
"type": "number"
|
|
8478
|
+
},
|
|
8479
|
+
"payload": {
|
|
8480
|
+
"properties": {
|
|
8481
|
+
"deploymentId": {
|
|
8482
|
+
"type": "string"
|
|
8483
|
+
},
|
|
8484
|
+
"info": {
|
|
8485
|
+
"properties": {
|
|
8486
|
+
"type": {
|
|
8487
|
+
"type": "string"
|
|
8488
|
+
},
|
|
8489
|
+
"name": {
|
|
8490
|
+
"type": "string"
|
|
8491
|
+
},
|
|
8492
|
+
"entrypoint": {
|
|
8493
|
+
"type": "string"
|
|
8494
|
+
},
|
|
8495
|
+
"path": {
|
|
8496
|
+
"type": "string"
|
|
8497
|
+
},
|
|
8498
|
+
"step": {
|
|
8499
|
+
"type": "string"
|
|
8500
|
+
},
|
|
8501
|
+
"readyState": {
|
|
8502
|
+
"type": "string"
|
|
8503
|
+
}
|
|
8504
|
+
},
|
|
8505
|
+
"required": [
|
|
8506
|
+
"type",
|
|
8507
|
+
"name"
|
|
8508
|
+
],
|
|
8509
|
+
"type": "object"
|
|
8510
|
+
},
|
|
8511
|
+
"text": {
|
|
8512
|
+
"type": "string"
|
|
8513
|
+
},
|
|
8514
|
+
"id": {
|
|
8515
|
+
"type": "string"
|
|
8516
|
+
},
|
|
8517
|
+
"date": {
|
|
8518
|
+
"type": "number"
|
|
8519
|
+
},
|
|
8520
|
+
"serial": {
|
|
8521
|
+
"type": "string"
|
|
8522
|
+
},
|
|
8523
|
+
"created": {
|
|
8524
|
+
"type": "number"
|
|
8525
|
+
},
|
|
8526
|
+
"statusCode": {
|
|
8527
|
+
"type": "number"
|
|
8528
|
+
},
|
|
8529
|
+
"requestId": {
|
|
8530
|
+
"type": "string"
|
|
8531
|
+
},
|
|
8532
|
+
"proxy": {
|
|
8533
|
+
"properties": {
|
|
8534
|
+
"timestamp": {
|
|
8535
|
+
"type": "number"
|
|
8536
|
+
},
|
|
8537
|
+
"method": {
|
|
8538
|
+
"type": "string"
|
|
8539
|
+
},
|
|
8540
|
+
"host": {
|
|
8541
|
+
"type": "string"
|
|
8542
|
+
},
|
|
8543
|
+
"path": {
|
|
8544
|
+
"type": "string"
|
|
8545
|
+
},
|
|
8546
|
+
"statusCode": {
|
|
8547
|
+
"type": "number"
|
|
8548
|
+
},
|
|
8549
|
+
"userAgent": {
|
|
8550
|
+
"items": {
|
|
8551
|
+
"type": "string"
|
|
8552
|
+
},
|
|
8553
|
+
"type": "array"
|
|
8554
|
+
},
|
|
8555
|
+
"referer": {
|
|
8556
|
+
"type": "string"
|
|
8557
|
+
},
|
|
8558
|
+
"clientIp": {
|
|
8559
|
+
"type": "string"
|
|
8560
|
+
},
|
|
8561
|
+
"region": {
|
|
8562
|
+
"type": "string"
|
|
8563
|
+
},
|
|
8564
|
+
"scheme": {
|
|
8565
|
+
"type": "string"
|
|
8566
|
+
},
|
|
8567
|
+
"responseByteSize": {
|
|
8568
|
+
"type": "number"
|
|
8569
|
+
},
|
|
8570
|
+
"cacheId": {
|
|
8571
|
+
"type": "string"
|
|
8572
|
+
},
|
|
8573
|
+
"pathType": {
|
|
8574
|
+
"type": "string"
|
|
8575
|
+
},
|
|
8576
|
+
"pathTypeVariant": {
|
|
8577
|
+
"type": "string"
|
|
8578
|
+
},
|
|
8579
|
+
"vercelId": {
|
|
8580
|
+
"type": "string"
|
|
8581
|
+
},
|
|
8582
|
+
"vercelCache": {
|
|
8583
|
+
"type": "string",
|
|
8584
|
+
"enum": [
|
|
8585
|
+
"MISS",
|
|
8586
|
+
"HIT",
|
|
8587
|
+
"STALE",
|
|
8588
|
+
"BYPASS",
|
|
8589
|
+
"PRERENDER",
|
|
8590
|
+
"REVALIDATED"
|
|
8591
|
+
]
|
|
8592
|
+
},
|
|
8593
|
+
"lambdaRegion": {
|
|
8594
|
+
"type": "string"
|
|
8595
|
+
},
|
|
8596
|
+
"wafAction": {
|
|
8597
|
+
"type": "string",
|
|
8598
|
+
"enum": [
|
|
8599
|
+
"log",
|
|
8600
|
+
"challenge",
|
|
8601
|
+
"deny",
|
|
8602
|
+
"bypass",
|
|
8603
|
+
"rate_limit"
|
|
8604
|
+
]
|
|
8605
|
+
},
|
|
8606
|
+
"wafRuleId": {
|
|
8607
|
+
"type": "string"
|
|
8608
|
+
}
|
|
8609
|
+
},
|
|
8610
|
+
"required": [
|
|
8611
|
+
"timestamp",
|
|
8612
|
+
"method",
|
|
8613
|
+
"host",
|
|
8614
|
+
"path",
|
|
8615
|
+
"userAgent",
|
|
8616
|
+
"referer",
|
|
8617
|
+
"region"
|
|
8618
|
+
],
|
|
8619
|
+
"type": "object"
|
|
8620
|
+
}
|
|
8621
|
+
},
|
|
8622
|
+
"required": [
|
|
8623
|
+
"deploymentId",
|
|
8624
|
+
"id",
|
|
8625
|
+
"date",
|
|
8626
|
+
"serial"
|
|
8627
|
+
],
|
|
8628
|
+
"type": "object"
|
|
8629
|
+
}
|
|
8630
|
+
},
|
|
8631
|
+
"required": [
|
|
8632
|
+
"type",
|
|
8633
|
+
"created",
|
|
8634
|
+
"payload"
|
|
8635
|
+
],
|
|
8636
|
+
"type": "object"
|
|
8637
|
+
},
|
|
8638
|
+
{
|
|
8639
|
+
"properties": {
|
|
8640
|
+
"created": {
|
|
8641
|
+
"type": "number"
|
|
8642
|
+
},
|
|
8643
|
+
"date": {
|
|
8644
|
+
"type": "number"
|
|
8645
|
+
},
|
|
8646
|
+
"deploymentId": {
|
|
8647
|
+
"type": "string"
|
|
8648
|
+
},
|
|
8649
|
+
"id": {
|
|
8650
|
+
"type": "string"
|
|
8651
|
+
},
|
|
8652
|
+
"info": {
|
|
8653
|
+
"properties": {
|
|
8654
|
+
"type": {
|
|
8655
|
+
"type": "string"
|
|
8656
|
+
},
|
|
8657
|
+
"name": {
|
|
8658
|
+
"type": "string"
|
|
8659
|
+
},
|
|
8660
|
+
"entrypoint": {
|
|
8661
|
+
"type": "string"
|
|
8662
|
+
},
|
|
8663
|
+
"path": {
|
|
8664
|
+
"type": "string"
|
|
8665
|
+
},
|
|
8666
|
+
"step": {
|
|
8667
|
+
"type": "string"
|
|
8668
|
+
},
|
|
8669
|
+
"readyState": {
|
|
8670
|
+
"type": "string"
|
|
8671
|
+
}
|
|
8672
|
+
},
|
|
8673
|
+
"required": [
|
|
8674
|
+
"type",
|
|
8675
|
+
"name"
|
|
8676
|
+
],
|
|
8677
|
+
"type": "object"
|
|
8678
|
+
},
|
|
8679
|
+
"serial": {
|
|
8680
|
+
"type": "string"
|
|
8681
|
+
},
|
|
8682
|
+
"text": {
|
|
8683
|
+
"type": "string"
|
|
8684
|
+
},
|
|
8685
|
+
"type": {
|
|
8686
|
+
"type": "string",
|
|
8687
|
+
"enum": [
|
|
8688
|
+
"delimiter",
|
|
8689
|
+
"command",
|
|
8690
|
+
"stdout",
|
|
8691
|
+
"stderr",
|
|
8692
|
+
"exit",
|
|
8693
|
+
"deployment-state",
|
|
8694
|
+
"middleware",
|
|
8695
|
+
"middleware-invocation",
|
|
8696
|
+
"edge-function-invocation",
|
|
8697
|
+
"metric",
|
|
8698
|
+
"report",
|
|
8699
|
+
"fatal"
|
|
8700
|
+
]
|
|
8701
|
+
},
|
|
8702
|
+
"level": {
|
|
8703
|
+
"type": "string",
|
|
8704
|
+
"enum": [
|
|
8705
|
+
"error",
|
|
8706
|
+
"warning"
|
|
8707
|
+
]
|
|
8708
|
+
}
|
|
8709
|
+
},
|
|
8710
|
+
"required": [
|
|
8711
|
+
"created",
|
|
8712
|
+
"date",
|
|
8713
|
+
"deploymentId",
|
|
8714
|
+
"id",
|
|
8715
|
+
"info",
|
|
8716
|
+
"serial",
|
|
8717
|
+
"type"
|
|
8718
|
+
],
|
|
8719
|
+
"type": "object"
|
|
8720
|
+
}
|
|
8721
|
+
],
|
|
8722
|
+
"nullable": true
|
|
8723
|
+
}
|
|
8724
|
+
}
|
|
8725
|
+
}
|
|
8726
|
+
},
|
|
8176
8727
|
"400": {
|
|
8177
8728
|
"description": "One of the provided values in the request query is invalid.",
|
|
8178
8729
|
"content": {
|
|
@@ -8198,80 +8749,6 @@
|
|
|
8198
8749
|
},
|
|
8199
8750
|
"500": {
|
|
8200
8751
|
"description": ""
|
|
8201
|
-
},
|
|
8202
|
-
"200": {
|
|
8203
|
-
"description": "Successfully retrieved deployment logs",
|
|
8204
|
-
"content": {
|
|
8205
|
-
"application/json": {
|
|
8206
|
-
"schema": {
|
|
8207
|
-
"type": "array",
|
|
8208
|
-
"items": {
|
|
8209
|
-
"type": "object",
|
|
8210
|
-
"properties": {
|
|
8211
|
-
"created": {
|
|
8212
|
-
"type": "number",
|
|
8213
|
-
"description": "Unix timestamp when the log entry was created",
|
|
8214
|
-
"example": 1744583330135
|
|
8215
|
-
},
|
|
8216
|
-
"date": {
|
|
8217
|
-
"type": "number",
|
|
8218
|
-
"description": "Unix timestamp of the log entry date",
|
|
8219
|
-
"example": 1744583330135
|
|
8220
|
-
},
|
|
8221
|
-
"deploymentId": {
|
|
8222
|
-
"type": "string",
|
|
8223
|
-
"description": "Unique identifier for the deployment",
|
|
8224
|
-
"example": "dpl_GjyjUDa3gESegReEzVREj1sQ92b7"
|
|
8225
|
-
},
|
|
8226
|
-
"id": {
|
|
8227
|
-
"type": "string",
|
|
8228
|
-
"description": "Unique identifier for the log entry",
|
|
8229
|
-
"example": "1744583330135959366434900001"
|
|
8230
|
-
},
|
|
8231
|
-
"text": {
|
|
8232
|
-
"type": "string",
|
|
8233
|
-
"description": "Log message content",
|
|
8234
|
-
"example": "Cloning github link (Branch: yourbranchname, Commit: commithash)"
|
|
8235
|
-
},
|
|
8236
|
-
"type": {
|
|
8237
|
-
"type": "string",
|
|
8238
|
-
"description": "Type of log entry",
|
|
8239
|
-
"enum": [
|
|
8240
|
-
"stdout",
|
|
8241
|
-
"stderr"
|
|
8242
|
-
],
|
|
8243
|
-
"example": "stdout"
|
|
8244
|
-
},
|
|
8245
|
-
"serial": {
|
|
8246
|
-
"type": "string",
|
|
8247
|
-
"description": "Serial identifier for the log entry",
|
|
8248
|
-
"example": "1744583330135959366434900001"
|
|
8249
|
-
},
|
|
8250
|
-
"info": {
|
|
8251
|
-
"type": "object",
|
|
8252
|
-
"properties": {
|
|
8253
|
-
"type": {
|
|
8254
|
-
"type": "string",
|
|
8255
|
-
"description": "Type of operation",
|
|
8256
|
-
"example": "build"
|
|
8257
|
-
},
|
|
8258
|
-
"name": {
|
|
8259
|
-
"type": "string",
|
|
8260
|
-
"description": "Name of the build",
|
|
8261
|
-
"example": "bld_by3kz18kn"
|
|
8262
|
-
},
|
|
8263
|
-
"entrypoint": {
|
|
8264
|
-
"type": "string",
|
|
8265
|
-
"description": "Entrypoint for the build",
|
|
8266
|
-
"example": "."
|
|
8267
|
-
}
|
|
8268
|
-
}
|
|
8269
|
-
}
|
|
8270
|
-
}
|
|
8271
|
-
}
|
|
8272
|
-
}
|
|
8273
|
-
}
|
|
8274
|
-
}
|
|
8275
8752
|
}
|
|
8276
8753
|
},
|
|
8277
8754
|
"parameters": [
|
|
@@ -12056,25 +12533,25 @@
|
|
|
12056
12533
|
"lambdas": {
|
|
12057
12534
|
"items": {
|
|
12058
12535
|
"properties": {
|
|
12536
|
+
"id": {
|
|
12537
|
+
"type": "string"
|
|
12538
|
+
},
|
|
12059
12539
|
"createdAt": {
|
|
12060
12540
|
"type": "number"
|
|
12061
12541
|
},
|
|
12062
|
-
"
|
|
12542
|
+
"entrypoint": {
|
|
12543
|
+
"nullable": true,
|
|
12063
12544
|
"type": "string"
|
|
12064
12545
|
},
|
|
12065
12546
|
"readyState": {
|
|
12066
12547
|
"type": "string",
|
|
12067
12548
|
"enum": [
|
|
12068
|
-
"ERROR",
|
|
12069
12549
|
"BUILDING",
|
|
12550
|
+
"ERROR",
|
|
12070
12551
|
"INITIALIZING",
|
|
12071
12552
|
"READY"
|
|
12072
12553
|
]
|
|
12073
12554
|
},
|
|
12074
|
-
"entrypoint": {
|
|
12075
|
-
"nullable": true,
|
|
12076
|
-
"type": "string"
|
|
12077
|
-
},
|
|
12078
12555
|
"readyStateAt": {
|
|
12079
12556
|
"type": "number"
|
|
12080
12557
|
},
|
|
@@ -12186,9 +12663,9 @@
|
|
|
12186
12663
|
"type": {
|
|
12187
12664
|
"type": "string",
|
|
12188
12665
|
"enum": [
|
|
12189
|
-
"endsWith",
|
|
12190
12666
|
"startsWith",
|
|
12191
|
-
"equals"
|
|
12667
|
+
"equals",
|
|
12668
|
+
"endsWith"
|
|
12192
12669
|
],
|
|
12193
12670
|
"description": "The type of matching to perform"
|
|
12194
12671
|
},
|
|
@@ -13105,15 +13582,15 @@
|
|
|
13105
13582
|
"functionType": {
|
|
13106
13583
|
"type": "string",
|
|
13107
13584
|
"enum": [
|
|
13108
|
-
"
|
|
13109
|
-
"
|
|
13585
|
+
"fluid",
|
|
13586
|
+
"standard"
|
|
13110
13587
|
]
|
|
13111
13588
|
},
|
|
13112
13589
|
"functionMemoryType": {
|
|
13113
13590
|
"type": "string",
|
|
13114
13591
|
"enum": [
|
|
13115
|
-
"standard_legacy",
|
|
13116
13592
|
"standard",
|
|
13593
|
+
"standard_legacy",
|
|
13117
13594
|
"performance"
|
|
13118
13595
|
]
|
|
13119
13596
|
},
|
|
@@ -13343,11 +13820,11 @@
|
|
|
13343
13820
|
"type": "string",
|
|
13344
13821
|
"enum": [
|
|
13345
13822
|
"error",
|
|
13346
|
-
"resource",
|
|
13347
13823
|
"filesystem",
|
|
13348
13824
|
"hit",
|
|
13349
13825
|
"miss",
|
|
13350
|
-
"rewrite"
|
|
13826
|
+
"rewrite",
|
|
13827
|
+
"resource"
|
|
13351
13828
|
]
|
|
13352
13829
|
},
|
|
13353
13830
|
"src": {
|
|
@@ -13457,8 +13934,8 @@
|
|
|
13457
13934
|
"ownerType": {
|
|
13458
13935
|
"type": "string",
|
|
13459
13936
|
"enum": [
|
|
13460
|
-
"
|
|
13461
|
-
"
|
|
13937
|
+
"team",
|
|
13938
|
+
"user"
|
|
13462
13939
|
]
|
|
13463
13940
|
}
|
|
13464
13941
|
},
|
|
@@ -13510,8 +13987,8 @@
|
|
|
13510
13987
|
"ownerType": {
|
|
13511
13988
|
"type": "string",
|
|
13512
13989
|
"enum": [
|
|
13513
|
-
"
|
|
13514
|
-
"
|
|
13990
|
+
"team",
|
|
13991
|
+
"user"
|
|
13515
13992
|
]
|
|
13516
13993
|
}
|
|
13517
13994
|
},
|
|
@@ -13564,8 +14041,8 @@
|
|
|
13564
14041
|
"ownerType": {
|
|
13565
14042
|
"type": "string",
|
|
13566
14043
|
"enum": [
|
|
13567
|
-
"
|
|
13568
|
-
"
|
|
14044
|
+
"team",
|
|
14045
|
+
"user"
|
|
13569
14046
|
]
|
|
13570
14047
|
}
|
|
13571
14048
|
},
|
|
@@ -22113,6 +22590,16 @@
|
|
|
22113
22590
|
"type": "string"
|
|
22114
22591
|
}
|
|
22115
22592
|
},
|
|
22593
|
+
{
|
|
22594
|
+
"name": "projectIds",
|
|
22595
|
+
"description": "Comma-delimited list of project IDs to filter the results by.",
|
|
22596
|
+
"in": "query",
|
|
22597
|
+
"schema": {
|
|
22598
|
+
"description": "Comma-delimited list of project IDs to filter the results by.",
|
|
22599
|
+
"example": "aeIInYVk59zbFF2SxfyxxmuO",
|
|
22600
|
+
"type": "string"
|
|
22601
|
+
}
|
|
22602
|
+
},
|
|
22116
22603
|
{
|
|
22117
22604
|
"name": "withPayload",
|
|
22118
22605
|
"description": "When set to `true`, the response will include the `payload` field for each event.",
|
|
@@ -30768,7 +31255,8 @@
|
|
|
30768
31255
|
"in": "query",
|
|
30769
31256
|
"schema": {
|
|
30770
31257
|
"description": "Search projects by the name field",
|
|
30771
|
-
"type": "string"
|
|
31258
|
+
"type": "string",
|
|
31259
|
+
"maxLength": 511
|
|
30772
31260
|
}
|
|
30773
31261
|
},
|
|
30774
31262
|
{
|
|
@@ -31108,10 +31596,10 @@
|
|
|
31108
31596
|
"type": "string",
|
|
31109
31597
|
"enum": [
|
|
31110
31598
|
"system",
|
|
31111
|
-
"secret",
|
|
31112
31599
|
"encrypted",
|
|
31113
31600
|
"plain",
|
|
31114
|
-
"sensitive"
|
|
31601
|
+
"sensitive",
|
|
31602
|
+
"secret"
|
|
31115
31603
|
]
|
|
31116
31604
|
},
|
|
31117
31605
|
"sunsetSecretId": {
|
|
@@ -34439,8 +34927,8 @@
|
|
|
34439
34927
|
"type": {
|
|
34440
34928
|
"type": "string",
|
|
34441
34929
|
"enum": [
|
|
34442
|
-
"host",
|
|
34443
34930
|
"path",
|
|
34931
|
+
"host",
|
|
34444
34932
|
"method",
|
|
34445
34933
|
"header",
|
|
34446
34934
|
"cookie",
|
|
@@ -34521,8 +35009,8 @@
|
|
|
34521
35009
|
"type": {
|
|
34522
35010
|
"type": "string",
|
|
34523
35011
|
"enum": [
|
|
34524
|
-
"host",
|
|
34525
35012
|
"path",
|
|
35013
|
+
"host",
|
|
34526
35014
|
"method",
|
|
34527
35015
|
"header",
|
|
34528
35016
|
"cookie",
|
|
@@ -39308,10 +39796,10 @@
|
|
|
39308
39796
|
"type": "string",
|
|
39309
39797
|
"enum": [
|
|
39310
39798
|
"system",
|
|
39311
|
-
"secret",
|
|
39312
39799
|
"encrypted",
|
|
39313
39800
|
"plain",
|
|
39314
|
-
"sensitive"
|
|
39801
|
+
"sensitive",
|
|
39802
|
+
"secret"
|
|
39315
39803
|
]
|
|
39316
39804
|
},
|
|
39317
39805
|
"sunsetSecretId": {
|
|
@@ -42639,8 +43127,8 @@
|
|
|
42639
43127
|
"type": {
|
|
42640
43128
|
"type": "string",
|
|
42641
43129
|
"enum": [
|
|
42642
|
-
"host",
|
|
42643
43130
|
"path",
|
|
43131
|
+
"host",
|
|
42644
43132
|
"method",
|
|
42645
43133
|
"header",
|
|
42646
43134
|
"cookie",
|
|
@@ -42721,8 +43209,8 @@
|
|
|
42721
43209
|
"type": {
|
|
42722
43210
|
"type": "string",
|
|
42723
43211
|
"enum": [
|
|
42724
|
-
"host",
|
|
42725
43212
|
"path",
|
|
43213
|
+
"host",
|
|
42726
43214
|
"method",
|
|
42727
43215
|
"header",
|
|
42728
43216
|
"cookie",
|
|
@@ -46411,10 +46899,10 @@
|
|
|
46411
46899
|
"type": "string",
|
|
46412
46900
|
"enum": [
|
|
46413
46901
|
"system",
|
|
46414
|
-
"secret",
|
|
46415
46902
|
"encrypted",
|
|
46416
46903
|
"plain",
|
|
46417
|
-
"sensitive"
|
|
46904
|
+
"sensitive",
|
|
46905
|
+
"secret"
|
|
46418
46906
|
]
|
|
46419
46907
|
},
|
|
46420
46908
|
"sunsetSecretId": {
|
|
@@ -46824,10 +47312,10 @@
|
|
|
46824
47312
|
"type": "string",
|
|
46825
47313
|
"enum": [
|
|
46826
47314
|
"system",
|
|
46827
|
-
"secret",
|
|
46828
47315
|
"encrypted",
|
|
46829
47316
|
"plain",
|
|
46830
|
-
"sensitive"
|
|
47317
|
+
"sensitive",
|
|
47318
|
+
"secret"
|
|
46831
47319
|
]
|
|
46832
47320
|
},
|
|
46833
47321
|
"sunsetSecretId": {
|
|
@@ -47249,10 +47737,10 @@
|
|
|
47249
47737
|
"type": "string",
|
|
47250
47738
|
"enum": [
|
|
47251
47739
|
"system",
|
|
47252
|
-
"secret",
|
|
47253
47740
|
"encrypted",
|
|
47254
47741
|
"plain",
|
|
47255
|
-
"sensitive"
|
|
47742
|
+
"sensitive",
|
|
47743
|
+
"secret"
|
|
47256
47744
|
]
|
|
47257
47745
|
},
|
|
47258
47746
|
"sunsetSecretId": {
|
|
@@ -47808,10 +48296,10 @@
|
|
|
47808
48296
|
"type": "string",
|
|
47809
48297
|
"enum": [
|
|
47810
48298
|
"system",
|
|
47811
|
-
"secret",
|
|
47812
48299
|
"encrypted",
|
|
47813
48300
|
"plain",
|
|
47814
|
-
"sensitive"
|
|
48301
|
+
"sensitive",
|
|
48302
|
+
"secret"
|
|
47815
48303
|
]
|
|
47816
48304
|
},
|
|
47817
48305
|
"sunsetSecretId": {
|
|
@@ -48210,10 +48698,10 @@
|
|
|
48210
48698
|
"type": "string",
|
|
48211
48699
|
"enum": [
|
|
48212
48700
|
"system",
|
|
48213
|
-
"secret",
|
|
48214
48701
|
"encrypted",
|
|
48215
48702
|
"plain",
|
|
48216
|
-
"sensitive"
|
|
48703
|
+
"sensitive",
|
|
48704
|
+
"secret"
|
|
48217
48705
|
]
|
|
48218
48706
|
},
|
|
48219
48707
|
"sunsetSecretId": {
|
|
@@ -50293,10 +50781,10 @@
|
|
|
50293
50781
|
"type": "string",
|
|
50294
50782
|
"enum": [
|
|
50295
50783
|
"system",
|
|
50296
|
-
"secret",
|
|
50297
50784
|
"encrypted",
|
|
50298
50785
|
"plain",
|
|
50299
|
-
"sensitive"
|
|
50786
|
+
"sensitive",
|
|
50787
|
+
"secret"
|
|
50300
50788
|
]
|
|
50301
50789
|
},
|
|
50302
50790
|
"sunsetSecretId": {
|
|
@@ -50708,10 +51196,10 @@
|
|
|
50708
51196
|
"type": "string",
|
|
50709
51197
|
"enum": [
|
|
50710
51198
|
"system",
|
|
50711
|
-
"secret",
|
|
50712
51199
|
"encrypted",
|
|
50713
51200
|
"plain",
|
|
50714
|
-
"sensitive"
|
|
51201
|
+
"sensitive",
|
|
51202
|
+
"secret"
|
|
50715
51203
|
]
|
|
50716
51204
|
},
|
|
50717
51205
|
"sunsetSecretId": {
|
|
@@ -51118,10 +51606,10 @@
|
|
|
51118
51606
|
"type": "string",
|
|
51119
51607
|
"enum": [
|
|
51120
51608
|
"system",
|
|
51121
|
-
"secret",
|
|
51122
51609
|
"encrypted",
|
|
51123
51610
|
"plain",
|
|
51124
|
-
"sensitive"
|
|
51611
|
+
"sensitive",
|
|
51612
|
+
"secret"
|
|
51125
51613
|
]
|
|
51126
51614
|
},
|
|
51127
51615
|
"sunsetSecretId": {
|
|
@@ -51636,10 +52124,10 @@
|
|
|
51636
52124
|
"type": "string",
|
|
51637
52125
|
"enum": [
|
|
51638
52126
|
"system",
|
|
51639
|
-
"secret",
|
|
51640
52127
|
"encrypted",
|
|
51641
52128
|
"plain",
|
|
51642
|
-
"sensitive"
|
|
52129
|
+
"sensitive",
|
|
52130
|
+
"secret"
|
|
51643
52131
|
]
|
|
51644
52132
|
},
|
|
51645
52133
|
"sunsetSecretId": {
|
|
@@ -71806,7 +72294,7 @@
|
|
|
71806
72294
|
"items": {
|
|
71807
72295
|
"type": "string",
|
|
71808
72296
|
"enum": [
|
|
71809
|
-
"
|
|
72297
|
+
"scope",
|
|
71810
72298
|
"mfa"
|
|
71811
72299
|
]
|
|
71812
72300
|
},
|