@vercel/sdk 1.13.9 → 1.14.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/README.md +25 -21
- package/bin/mcp-server.js +1006 -658
- package/bin/mcp-server.js.map +34 -29
- package/docs/sdks/domainsregistrar/README.md +6 -0
- package/docs/sdks/projects/README.md +2 -0
- package/docs/sdks/security/README.md +70 -0
- package/esm/__tests__/accessgroups.test.js +3 -1
- package/esm/__tests__/accessgroups.test.js.map +1 -1
- package/esm/__tests__/domains.test.js +11 -3
- package/esm/__tests__/domains.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +6 -6
- package/esm/__tests__/integrations.test.js +1 -1
- package/esm/__tests__/logdrains.test.js +6 -2
- package/esm/__tests__/logdrains.test.js.map +1 -1
- package/esm/__tests__/rollingrelease.test.js +2 -6
- package/esm/__tests__/rollingrelease.test.js.map +1 -1
- package/esm/__tests__/security.test.js +18 -4
- package/esm/__tests__/security.test.js.map +1 -1
- package/esm/funcs/integrationsDeleteConfiguration.js +2 -2
- package/esm/funcs/integrationsDeleteConfiguration.js.map +1 -1
- package/esm/funcs/projectsGetProjects.js +1 -0
- package/esm/funcs/projectsGetProjects.js.map +1 -1
- package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts +17 -0
- package/esm/funcs/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
- package/esm/funcs/securityGetV1SecurityFirewallEvents.js +78 -0
- package/esm/funcs/securityGetV1SecurityFirewallEvents.js.map +1 -0
- 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/server.d.ts.map +1 -1
- package/esm/mcp-server/server.js +3 -1
- package/esm/mcp-server/server.js.map +1 -1
- package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts +7 -0
- package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.d.ts.map +1 -0
- package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js +28 -0
- package/esm/mcp-server/tools/securityGetV1SecurityFirewallEvents.js.map +1 -0
- package/esm/models/acceptprojecttransferrequestop.d.ts +1 -1
- package/esm/models/acceptprojecttransferrequestop.d.ts.map +1 -1
- package/esm/models/acceptprojecttransferrequestop.js +2 -1
- package/esm/models/acceptprojecttransferrequestop.js.map +1 -1
- package/esm/models/authtoken.d.ts +6 -0
- package/esm/models/authtoken.d.ts.map +1 -1
- package/esm/models/authtoken.js +2 -0
- package/esm/models/authtoken.js.map +1 -1
- package/esm/models/buydomainsop.d.ts +3 -2
- package/esm/models/buydomainsop.d.ts.map +1 -1
- package/esm/models/buydomainsop.js +3 -0
- package/esm/models/buydomainsop.js.map +1 -1
- package/esm/models/buysingledomainop.d.ts +3 -2
- package/esm/models/buysingledomainop.d.ts.map +1 -1
- package/esm/models/buysingledomainop.js +3 -0
- package/esm/models/buysingledomainop.js.map +1 -1
- package/esm/models/createeventop.d.ts +2 -2
- package/esm/models/createeventop.d.ts.map +1 -1
- package/esm/models/createeventop.js +2 -2
- package/esm/models/createeventop.js.map +1 -1
- package/esm/models/createintegrationstoredirectop.d.ts +340 -315
- package/esm/models/createintegrationstoredirectop.d.ts.map +1 -1
- package/esm/models/createintegrationstoredirectop.js +392 -381
- package/esm/models/createintegrationstoredirectop.js.map +1 -1
- package/esm/models/createwebhookop.d.ts +12 -0
- package/esm/models/createwebhookop.d.ts.map +1 -1
- package/esm/models/createwebhookop.js +4 -0
- package/esm/models/createwebhookop.js.map +1 -1
- package/esm/models/dnssecenabled.d.ts +70 -0
- package/esm/models/dnssecenabled.d.ts.map +1 -0
- package/esm/models/dnssecenabled.js +72 -0
- package/esm/models/dnssecenabled.js.map +1 -0
- package/esm/models/domaintooshort.d.ts +70 -0
- package/esm/models/domaintooshort.d.ts.map +1 -0
- package/esm/models/domaintooshort.js +72 -0
- package/esm/models/domaintooshort.js.map +1 -0
- package/esm/models/filetree.d.ts +0 -5
- package/esm/models/filetree.d.ts.map +1 -1
- package/esm/models/filetree.js +0 -2
- package/esm/models/filetree.js.map +1 -1
- package/esm/models/getconfigurationproductsop.d.ts +375 -375
- package/esm/models/getconfigurationproductsop.js +465 -465
- package/esm/models/getconfigurationsop.d.ts +18 -0
- package/esm/models/getconfigurationsop.d.ts.map +1 -1
- package/esm/models/getconfigurationsop.js +6 -0
- package/esm/models/getconfigurationsop.js.map +1 -1
- package/esm/models/getdomainpriceop.d.ts +3 -2
- package/esm/models/getdomainpriceop.d.ts.map +1 -1
- package/esm/models/getdomainpriceop.js +3 -0
- package/esm/models/getdomainpriceop.js.map +1 -1
- package/esm/models/getprojectsop.d.ts +5 -0
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +2 -0
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getv1securityfirewalleventsop.d.ts +95 -0
- package/esm/models/getv1securityfirewalleventsop.d.ts.map +1 -0
- package/esm/models/getv1securityfirewalleventsop.js +108 -0
- package/esm/models/getv1securityfirewalleventsop.js.map +1 -0
- package/esm/models/getwebhookop.d.ts +6 -0
- package/esm/models/getwebhookop.d.ts.map +1 -1
- package/esm/models/getwebhookop.js +2 -0
- package/esm/models/getwebhookop.js.map +1 -1
- package/esm/models/getwebhooksop.d.ts +12 -0
- package/esm/models/getwebhooksop.d.ts.map +1 -1
- package/esm/models/getwebhooksop.js +4 -0
- package/esm/models/getwebhooksop.js.map +1 -1
- package/esm/models/importresourceop.d.ts +1 -1
- package/esm/models/importresourceop.d.ts.map +1 -1
- package/esm/models/importresourceop.js +1 -1
- package/esm/models/importresourceop.js.map +1 -1
- package/esm/models/renewdomainop.d.ts +3 -2
- package/esm/models/renewdomainop.d.ts.map +1 -1
- package/esm/models/renewdomainop.js +3 -0
- package/esm/models/renewdomainop.js.map +1 -1
- package/esm/models/team.d.ts +1 -1
- package/esm/models/team.d.ts.map +1 -1
- package/esm/models/team.js +1 -1
- package/esm/models/team.js.map +1 -1
- package/esm/models/transferindomainop.d.ts +4 -2
- package/esm/models/transferindomainop.d.ts.map +1 -1
- package/esm/models/transferindomainop.js +6 -0
- package/esm/models/transferindomainop.js.map +1 -1
- package/esm/models/updateinstallationop.d.ts +1 -1
- package/esm/models/updateinstallationop.d.ts.map +1 -1
- package/esm/models/updateinstallationop.js +1 -1
- package/esm/models/updateinstallationop.js.map +1 -1
- package/esm/models/updateresourceop.d.ts +1 -1
- package/esm/models/updateresourceop.d.ts.map +1 -1
- package/esm/models/updateresourceop.js +1 -1
- package/esm/models/updateresourceop.js.map +1 -1
- package/esm/models/userevent.d.ts +77 -11
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +67 -9
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/security.d.ts +8 -0
- package/esm/sdk/security.d.ts.map +1 -1
- package/esm/sdk/security.js +10 -0
- package/esm/sdk/security.js.map +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/accessgroups.test.ts +3 -1
- package/src/__tests__/domains.test.ts +11 -3
- package/src/__tests__/edgeconfig.test.ts +6 -6
- package/src/__tests__/integrations.test.ts +1 -1
- package/src/__tests__/logdrains.test.ts +6 -2
- package/src/__tests__/rollingrelease.test.ts +2 -6
- package/src/__tests__/security.test.ts +23 -4
- package/src/funcs/integrationsDeleteConfiguration.ts +2 -2
- package/src/funcs/projectsGetProjects.ts +1 -0
- package/src/funcs/securityGetV1SecurityFirewallEvents.ts +165 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +3 -1
- package/src/mcp-server/tools/securityGetV1SecurityFirewallEvents.ts +39 -0
- package/src/models/acceptprojecttransferrequestop.ts +3 -2
- package/src/models/authtoken.ts +2 -0
- package/src/models/buydomainsop.ts +10 -0
- package/src/models/buysingledomainop.ts +10 -0
- package/src/models/createeventop.ts +4 -4
- package/src/models/createintegrationstoredirectop.ts +714 -668
- package/src/models/createwebhookop.ts +4 -0
- package/src/models/dnssecenabled.ts +120 -0
- package/src/models/domaintooshort.ts +120 -0
- package/src/models/filetree.ts +0 -7
- package/src/models/getconfigurationproductsop.ts +802 -802
- package/src/models/getconfigurationsop.ts +6 -0
- package/src/models/getdomainpriceop.ts +10 -0
- package/src/models/getprojectsop.ts +7 -0
- package/src/models/getv1securityfirewalleventsop.ts +233 -0
- package/src/models/getwebhookop.ts +2 -0
- package/src/models/getwebhooksop.ts +4 -0
- package/src/models/importresourceop.ts +2 -2
- package/src/models/renewdomainop.ts +10 -0
- package/src/models/team.ts +2 -2
- package/src/models/transferindomainop.ts +20 -0
- package/src/models/updateinstallationop.ts +2 -2
- package/src/models/updateresourceop.ts +2 -2
- package/src/models/userevent.ts +140 -17
- package/src/sdk/security.ts +22 -0
- package/vercel-spec.json +351 -109
package/vercel-spec.json
CHANGED
|
@@ -20979,6 +20979,9 @@
|
|
|
20979
20979
|
{
|
|
20980
20980
|
"$ref": "#/components/schemas/BadRequest"
|
|
20981
20981
|
},
|
|
20982
|
+
{
|
|
20983
|
+
"$ref": "#/components/schemas/DomainTooShort"
|
|
20984
|
+
},
|
|
20982
20985
|
{
|
|
20983
20986
|
"$ref": "#/components/schemas/TldNotSupported"
|
|
20984
20987
|
},
|
|
@@ -21386,6 +21389,9 @@
|
|
|
21386
21389
|
"application/json": {
|
|
21387
21390
|
"schema": {
|
|
21388
21391
|
"anyOf": [
|
|
21392
|
+
{
|
|
21393
|
+
"$ref": "#/components/schemas/DomainTooShort"
|
|
21394
|
+
},
|
|
21389
21395
|
{
|
|
21390
21396
|
"$ref": "#/components/schemas/OrderTooExpensive"
|
|
21391
21397
|
},
|
|
@@ -21629,6 +21635,9 @@
|
|
|
21629
21635
|
"application/json": {
|
|
21630
21636
|
"schema": {
|
|
21631
21637
|
"anyOf": [
|
|
21638
|
+
{
|
|
21639
|
+
"$ref": "#/components/schemas/DomainTooShort"
|
|
21640
|
+
},
|
|
21632
21641
|
{
|
|
21633
21642
|
"$ref": "#/components/schemas/OrderTooExpensive"
|
|
21634
21643
|
},
|
|
@@ -21906,6 +21915,12 @@
|
|
|
21906
21915
|
{
|
|
21907
21916
|
"$ref": "#/components/schemas/BadRequest"
|
|
21908
21917
|
},
|
|
21918
|
+
{
|
|
21919
|
+
"$ref": "#/components/schemas/DomainTooShort"
|
|
21920
|
+
},
|
|
21921
|
+
{
|
|
21922
|
+
"$ref": "#/components/schemas/DNSSECEnabled"
|
|
21923
|
+
},
|
|
21909
21924
|
{
|
|
21910
21925
|
"$ref": "#/components/schemas/ExpectedPriceMismatch"
|
|
21911
21926
|
},
|
|
@@ -22284,6 +22299,9 @@
|
|
|
22284
22299
|
{
|
|
22285
22300
|
"$ref": "#/components/schemas/BadRequest"
|
|
22286
22301
|
},
|
|
22302
|
+
{
|
|
22303
|
+
"$ref": "#/components/schemas/DomainTooShort"
|
|
22304
|
+
},
|
|
22287
22305
|
{
|
|
22288
22306
|
"$ref": "#/components/schemas/DomainNotRegistered"
|
|
22289
22307
|
},
|
|
@@ -27736,7 +27754,6 @@
|
|
|
27736
27754
|
},
|
|
27737
27755
|
"required": [
|
|
27738
27756
|
"type",
|
|
27739
|
-
"productId",
|
|
27740
27757
|
"resourceId"
|
|
27741
27758
|
],
|
|
27742
27759
|
"additionalProperties": false
|
|
@@ -30063,11 +30080,15 @@
|
|
|
30063
30080
|
"items": {
|
|
30064
30081
|
"type": "string",
|
|
30065
30082
|
"enum": [
|
|
30083
|
+
"tag_agents",
|
|
30066
30084
|
"tag_ai",
|
|
30067
30085
|
"tag_analytics",
|
|
30068
30086
|
"tag_authentication",
|
|
30069
30087
|
"tag_cms",
|
|
30070
30088
|
"tag_code_repository",
|
|
30089
|
+
"tag_code_review",
|
|
30090
|
+
"tag_code_security",
|
|
30091
|
+
"tag_code_testing",
|
|
30071
30092
|
"tag_commerce",
|
|
30072
30093
|
"tag_databases",
|
|
30073
30094
|
"tag_dev_tools",
|
|
@@ -30082,8 +30103,10 @@
|
|
|
30082
30103
|
"tag_productivity",
|
|
30083
30104
|
"tag_searching",
|
|
30084
30105
|
"tag_security",
|
|
30106
|
+
"tag_support_agent",
|
|
30085
30107
|
"tag_testing",
|
|
30086
30108
|
"tag_video",
|
|
30109
|
+
"tag_web_automation",
|
|
30087
30110
|
"tag_workflow"
|
|
30088
30111
|
]
|
|
30089
30112
|
},
|
|
@@ -30888,9 +30911,6 @@
|
|
|
30888
30911
|
},
|
|
30889
30912
|
"404": {
|
|
30890
30913
|
"description": "The configuration was not found"
|
|
30891
|
-
},
|
|
30892
|
-
"409": {
|
|
30893
|
-
"description": ""
|
|
30894
30914
|
}
|
|
30895
30915
|
},
|
|
30896
30916
|
"parameters": [
|
|
@@ -31245,34 +31265,34 @@
|
|
|
31245
31265
|
"minLength": {
|
|
31246
31266
|
"type": "object",
|
|
31247
31267
|
"properties": {
|
|
31248
|
-
"__@BRAND@
|
|
31268
|
+
"__@BRAND@628700": {
|
|
31249
31269
|
"type": "object"
|
|
31250
31270
|
}
|
|
31251
31271
|
},
|
|
31252
31272
|
"required": [
|
|
31253
|
-
"__@BRAND@
|
|
31273
|
+
"__@BRAND@628700"
|
|
31254
31274
|
]
|
|
31255
31275
|
},
|
|
31256
31276
|
"maxLength": {
|
|
31257
31277
|
"type": "object",
|
|
31258
31278
|
"properties": {
|
|
31259
|
-
"__@BRAND@
|
|
31279
|
+
"__@BRAND@628700": {
|
|
31260
31280
|
"type": "object"
|
|
31261
31281
|
}
|
|
31262
31282
|
},
|
|
31263
31283
|
"required": [
|
|
31264
|
-
"__@BRAND@
|
|
31284
|
+
"__@BRAND@628700"
|
|
31265
31285
|
]
|
|
31266
31286
|
},
|
|
31267
31287
|
"pattern": {
|
|
31268
31288
|
"type": "object",
|
|
31269
31289
|
"properties": {
|
|
31270
|
-
"__@BRAND@
|
|
31290
|
+
"__@BRAND@628700": {
|
|
31271
31291
|
"type": "object"
|
|
31272
31292
|
}
|
|
31273
31293
|
},
|
|
31274
31294
|
"required": [
|
|
31275
|
-
"__@BRAND@
|
|
31295
|
+
"__@BRAND@628700"
|
|
31276
31296
|
]
|
|
31277
31297
|
},
|
|
31278
31298
|
"default": {
|
|
@@ -31955,34 +31975,34 @@
|
|
|
31955
31975
|
"minLength": {
|
|
31956
31976
|
"type": "object",
|
|
31957
31977
|
"properties": {
|
|
31958
|
-
"__@BRAND@
|
|
31978
|
+
"__@BRAND@628700": {
|
|
31959
31979
|
"type": "object"
|
|
31960
31980
|
}
|
|
31961
31981
|
},
|
|
31962
31982
|
"required": [
|
|
31963
|
-
"__@BRAND@
|
|
31983
|
+
"__@BRAND@628700"
|
|
31964
31984
|
]
|
|
31965
31985
|
},
|
|
31966
31986
|
"maxLength": {
|
|
31967
31987
|
"type": "object",
|
|
31968
31988
|
"properties": {
|
|
31969
|
-
"__@BRAND@
|
|
31989
|
+
"__@BRAND@628700": {
|
|
31970
31990
|
"type": "object"
|
|
31971
31991
|
}
|
|
31972
31992
|
},
|
|
31973
31993
|
"required": [
|
|
31974
|
-
"__@BRAND@
|
|
31994
|
+
"__@BRAND@628700"
|
|
31975
31995
|
]
|
|
31976
31996
|
},
|
|
31977
31997
|
"pattern": {
|
|
31978
31998
|
"type": "object",
|
|
31979
31999
|
"properties": {
|
|
31980
|
-
"__@BRAND@
|
|
32000
|
+
"__@BRAND@628700": {
|
|
31981
32001
|
"type": "object"
|
|
31982
32002
|
}
|
|
31983
32003
|
},
|
|
31984
32004
|
"required": [
|
|
31985
|
-
"__@BRAND@
|
|
32005
|
+
"__@BRAND@628700"
|
|
31986
32006
|
]
|
|
31987
32007
|
},
|
|
31988
32008
|
"default": {
|
|
@@ -32140,34 +32160,34 @@
|
|
|
32140
32160
|
"minLength": {
|
|
32141
32161
|
"type": "object",
|
|
32142
32162
|
"properties": {
|
|
32143
|
-
"__@BRAND@
|
|
32163
|
+
"__@BRAND@628700": {
|
|
32144
32164
|
"type": "object"
|
|
32145
32165
|
}
|
|
32146
32166
|
},
|
|
32147
32167
|
"required": [
|
|
32148
|
-
"__@BRAND@
|
|
32168
|
+
"__@BRAND@628700"
|
|
32149
32169
|
]
|
|
32150
32170
|
},
|
|
32151
32171
|
"maxLength": {
|
|
32152
32172
|
"type": "object",
|
|
32153
32173
|
"properties": {
|
|
32154
|
-
"__@BRAND@
|
|
32174
|
+
"__@BRAND@628700": {
|
|
32155
32175
|
"type": "object"
|
|
32156
32176
|
}
|
|
32157
32177
|
},
|
|
32158
32178
|
"required": [
|
|
32159
|
-
"__@BRAND@
|
|
32179
|
+
"__@BRAND@628700"
|
|
32160
32180
|
]
|
|
32161
32181
|
},
|
|
32162
32182
|
"pattern": {
|
|
32163
32183
|
"type": "object",
|
|
32164
32184
|
"properties": {
|
|
32165
|
-
"__@BRAND@
|
|
32185
|
+
"__@BRAND@628700": {
|
|
32166
32186
|
"type": "object"
|
|
32167
32187
|
}
|
|
32168
32188
|
},
|
|
32169
32189
|
"required": [
|
|
32170
|
-
"__@BRAND@
|
|
32190
|
+
"__@BRAND@628700"
|
|
32171
32191
|
]
|
|
32172
32192
|
},
|
|
32173
32193
|
"default": {
|
|
@@ -32478,12 +32498,12 @@
|
|
|
32478
32498
|
{
|
|
32479
32499
|
"type": "object",
|
|
32480
32500
|
"properties": {
|
|
32481
|
-
"__@BRAND@
|
|
32501
|
+
"__@BRAND@628700": {
|
|
32482
32502
|
"type": "object"
|
|
32483
32503
|
}
|
|
32484
32504
|
},
|
|
32485
32505
|
"required": [
|
|
32486
|
-
"__@BRAND@
|
|
32506
|
+
"__@BRAND@628700"
|
|
32487
32507
|
]
|
|
32488
32508
|
},
|
|
32489
32509
|
{
|
|
@@ -32491,12 +32511,12 @@
|
|
|
32491
32511
|
"value": {
|
|
32492
32512
|
"type": "object",
|
|
32493
32513
|
"properties": {
|
|
32494
|
-
"__@BRAND@
|
|
32514
|
+
"__@BRAND@628700": {
|
|
32495
32515
|
"type": "object"
|
|
32496
32516
|
}
|
|
32497
32517
|
},
|
|
32498
32518
|
"required": [
|
|
32499
|
-
"__@BRAND@
|
|
32519
|
+
"__@BRAND@628700"
|
|
32500
32520
|
]
|
|
32501
32521
|
},
|
|
32502
32522
|
"disabled": {
|
|
@@ -32565,34 +32585,34 @@
|
|
|
32565
32585
|
"minLength": {
|
|
32566
32586
|
"type": "object",
|
|
32567
32587
|
"properties": {
|
|
32568
|
-
"__@BRAND@
|
|
32588
|
+
"__@BRAND@628700": {
|
|
32569
32589
|
"type": "object"
|
|
32570
32590
|
}
|
|
32571
32591
|
},
|
|
32572
32592
|
"required": [
|
|
32573
|
-
"__@BRAND@
|
|
32593
|
+
"__@BRAND@628700"
|
|
32574
32594
|
]
|
|
32575
32595
|
},
|
|
32576
32596
|
"maxLength": {
|
|
32577
32597
|
"type": "object",
|
|
32578
32598
|
"properties": {
|
|
32579
|
-
"__@BRAND@
|
|
32599
|
+
"__@BRAND@628700": {
|
|
32580
32600
|
"type": "object"
|
|
32581
32601
|
}
|
|
32582
32602
|
},
|
|
32583
32603
|
"required": [
|
|
32584
|
-
"__@BRAND@
|
|
32604
|
+
"__@BRAND@628700"
|
|
32585
32605
|
]
|
|
32586
32606
|
},
|
|
32587
32607
|
"pattern": {
|
|
32588
32608
|
"type": "object",
|
|
32589
32609
|
"properties": {
|
|
32590
|
-
"__@BRAND@
|
|
32610
|
+
"__@BRAND@628700": {
|
|
32591
32611
|
"type": "object"
|
|
32592
32612
|
}
|
|
32593
32613
|
},
|
|
32594
32614
|
"required": [
|
|
32595
|
-
"__@BRAND@
|
|
32615
|
+
"__@BRAND@628700"
|
|
32596
32616
|
]
|
|
32597
32617
|
},
|
|
32598
32618
|
"default": {
|
|
@@ -32750,34 +32770,34 @@
|
|
|
32750
32770
|
"minLength": {
|
|
32751
32771
|
"type": "object",
|
|
32752
32772
|
"properties": {
|
|
32753
|
-
"__@BRAND@
|
|
32773
|
+
"__@BRAND@628700": {
|
|
32754
32774
|
"type": "object"
|
|
32755
32775
|
}
|
|
32756
32776
|
},
|
|
32757
32777
|
"required": [
|
|
32758
|
-
"__@BRAND@
|
|
32778
|
+
"__@BRAND@628700"
|
|
32759
32779
|
]
|
|
32760
32780
|
},
|
|
32761
32781
|
"maxLength": {
|
|
32762
32782
|
"type": "object",
|
|
32763
32783
|
"properties": {
|
|
32764
|
-
"__@BRAND@
|
|
32784
|
+
"__@BRAND@628700": {
|
|
32765
32785
|
"type": "object"
|
|
32766
32786
|
}
|
|
32767
32787
|
},
|
|
32768
32788
|
"required": [
|
|
32769
|
-
"__@BRAND@
|
|
32789
|
+
"__@BRAND@628700"
|
|
32770
32790
|
]
|
|
32771
32791
|
},
|
|
32772
32792
|
"pattern": {
|
|
32773
32793
|
"type": "object",
|
|
32774
32794
|
"properties": {
|
|
32775
|
-
"__@BRAND@
|
|
32795
|
+
"__@BRAND@628700": {
|
|
32776
32796
|
"type": "object"
|
|
32777
32797
|
}
|
|
32778
32798
|
},
|
|
32779
32799
|
"required": [
|
|
32780
|
-
"__@BRAND@
|
|
32800
|
+
"__@BRAND@628700"
|
|
32781
32801
|
]
|
|
32782
32802
|
},
|
|
32783
32803
|
"default": {
|
|
@@ -32866,12 +32886,12 @@
|
|
|
32866
32886
|
{
|
|
32867
32887
|
"type": "object",
|
|
32868
32888
|
"properties": {
|
|
32869
|
-
"__@BRAND@
|
|
32889
|
+
"__@BRAND@628700": {
|
|
32870
32890
|
"type": "object"
|
|
32871
32891
|
}
|
|
32872
32892
|
},
|
|
32873
32893
|
"required": [
|
|
32874
|
-
"__@BRAND@
|
|
32894
|
+
"__@BRAND@628700"
|
|
32875
32895
|
]
|
|
32876
32896
|
},
|
|
32877
32897
|
{
|
|
@@ -32879,12 +32899,12 @@
|
|
|
32879
32899
|
"value": {
|
|
32880
32900
|
"type": "object",
|
|
32881
32901
|
"properties": {
|
|
32882
|
-
"__@BRAND@
|
|
32902
|
+
"__@BRAND@628700": {
|
|
32883
32903
|
"type": "object"
|
|
32884
32904
|
}
|
|
32885
32905
|
},
|
|
32886
32906
|
"required": [
|
|
32887
|
-
"__@BRAND@
|
|
32907
|
+
"__@BRAND@628700"
|
|
32888
32908
|
]
|
|
32889
32909
|
},
|
|
32890
32910
|
"disabled": {
|
|
@@ -33070,12 +33090,12 @@
|
|
|
33070
33090
|
"items": {
|
|
33071
33091
|
"type": "object",
|
|
33072
33092
|
"properties": {
|
|
33073
|
-
"__@BRAND@
|
|
33093
|
+
"__@BRAND@628700": {
|
|
33074
33094
|
"type": "object"
|
|
33075
33095
|
}
|
|
33076
33096
|
},
|
|
33077
33097
|
"required": [
|
|
33078
|
-
"__@BRAND@
|
|
33098
|
+
"__@BRAND@628700"
|
|
33079
33099
|
]
|
|
33080
33100
|
},
|
|
33081
33101
|
"type": "array"
|
|
@@ -33084,12 +33104,12 @@
|
|
|
33084
33104
|
"items": {
|
|
33085
33105
|
"type": "object",
|
|
33086
33106
|
"properties": {
|
|
33087
|
-
"__@BRAND@
|
|
33107
|
+
"__@BRAND@628700": {
|
|
33088
33108
|
"type": "object"
|
|
33089
33109
|
}
|
|
33090
33110
|
},
|
|
33091
33111
|
"required": [
|
|
33092
|
-
"__@BRAND@
|
|
33112
|
+
"__@BRAND@628700"
|
|
33093
33113
|
]
|
|
33094
33114
|
},
|
|
33095
33115
|
"type": "array"
|
|
@@ -33123,34 +33143,34 @@
|
|
|
33123
33143
|
"minLength": {
|
|
33124
33144
|
"type": "object",
|
|
33125
33145
|
"properties": {
|
|
33126
|
-
"__@BRAND@
|
|
33146
|
+
"__@BRAND@628700": {
|
|
33127
33147
|
"type": "object"
|
|
33128
33148
|
}
|
|
33129
33149
|
},
|
|
33130
33150
|
"required": [
|
|
33131
|
-
"__@BRAND@
|
|
33151
|
+
"__@BRAND@628700"
|
|
33132
33152
|
]
|
|
33133
33153
|
},
|
|
33134
33154
|
"maxLength": {
|
|
33135
33155
|
"type": "object",
|
|
33136
33156
|
"properties": {
|
|
33137
|
-
"__@BRAND@
|
|
33157
|
+
"__@BRAND@628700": {
|
|
33138
33158
|
"type": "object"
|
|
33139
33159
|
}
|
|
33140
33160
|
},
|
|
33141
33161
|
"required": [
|
|
33142
|
-
"__@BRAND@
|
|
33162
|
+
"__@BRAND@628700"
|
|
33143
33163
|
]
|
|
33144
33164
|
},
|
|
33145
33165
|
"pattern": {
|
|
33146
33166
|
"type": "object",
|
|
33147
33167
|
"properties": {
|
|
33148
|
-
"__@BRAND@
|
|
33168
|
+
"__@BRAND@628700": {
|
|
33149
33169
|
"type": "object"
|
|
33150
33170
|
}
|
|
33151
33171
|
},
|
|
33152
33172
|
"required": [
|
|
33153
|
-
"__@BRAND@
|
|
33173
|
+
"__@BRAND@628700"
|
|
33154
33174
|
]
|
|
33155
33175
|
},
|
|
33156
33176
|
"default": {
|
|
@@ -33284,12 +33304,12 @@
|
|
|
33284
33304
|
"value": {
|
|
33285
33305
|
"type": "object",
|
|
33286
33306
|
"properties": {
|
|
33287
|
-
"__@BRAND@
|
|
33307
|
+
"__@BRAND@628700": {
|
|
33288
33308
|
"type": "object"
|
|
33289
33309
|
}
|
|
33290
33310
|
},
|
|
33291
33311
|
"required": [
|
|
33292
|
-
"__@BRAND@
|
|
33312
|
+
"__@BRAND@628700"
|
|
33293
33313
|
]
|
|
33294
33314
|
},
|
|
33295
33315
|
"disabled": {
|
|
@@ -34166,7 +34186,7 @@
|
|
|
34166
34186
|
"description": "You do not have permission to access this resource."
|
|
34167
34187
|
},
|
|
34168
34188
|
"404": {
|
|
34169
|
-
"description": "
|
|
34189
|
+
"description": ""
|
|
34170
34190
|
}
|
|
34171
34191
|
},
|
|
34172
34192
|
"parameters": [
|
|
@@ -40005,6 +40025,16 @@
|
|
|
40005
40025
|
"type": "string"
|
|
40006
40026
|
}
|
|
40007
40027
|
},
|
|
40028
|
+
{
|
|
40029
|
+
"name": "buildMachineTypes",
|
|
40030
|
+
"description": "Filter results by build machine types. Accepts comma-separated values. Use \\\"default\\\" for projects without a build machine type set.",
|
|
40031
|
+
"in": "query",
|
|
40032
|
+
"schema": {
|
|
40033
|
+
"description": "Filter results by build machine types. Accepts comma-separated values. Use \\\"default\\\" for projects without a build machine type set.",
|
|
40034
|
+
"type": "string",
|
|
40035
|
+
"example": "default,enhanced"
|
|
40036
|
+
}
|
|
40037
|
+
},
|
|
40008
40038
|
{
|
|
40009
40039
|
"description": "The Team identifier to perform the request on behalf of.",
|
|
40010
40040
|
"in": "query",
|
|
@@ -70141,6 +70171,112 @@
|
|
|
70141
70171
|
}
|
|
70142
70172
|
}
|
|
70143
70173
|
},
|
|
70174
|
+
"/v1/security/firewall/events": {
|
|
70175
|
+
"get": {
|
|
70176
|
+
"description": "Retrieve firewall actions for a project",
|
|
70177
|
+
"security": [],
|
|
70178
|
+
"summary": "Read Firewall Actions by Project",
|
|
70179
|
+
"tags": [
|
|
70180
|
+
"security"
|
|
70181
|
+
],
|
|
70182
|
+
"responses": {
|
|
70183
|
+
"200": {
|
|
70184
|
+
"description": "",
|
|
70185
|
+
"content": {
|
|
70186
|
+
"application/json": {
|
|
70187
|
+
"schema": {
|
|
70188
|
+
"properties": {
|
|
70189
|
+
"actions": {
|
|
70190
|
+
"items": {
|
|
70191
|
+
"properties": {
|
|
70192
|
+
"startTime": {
|
|
70193
|
+
"type": "string"
|
|
70194
|
+
},
|
|
70195
|
+
"endTime": {
|
|
70196
|
+
"type": "string"
|
|
70197
|
+
},
|
|
70198
|
+
"isActive": {
|
|
70199
|
+
"type": "boolean"
|
|
70200
|
+
},
|
|
70201
|
+
"action_type": {
|
|
70202
|
+
"type": "string"
|
|
70203
|
+
},
|
|
70204
|
+
"host": {
|
|
70205
|
+
"type": "string"
|
|
70206
|
+
},
|
|
70207
|
+
"public_ip": {
|
|
70208
|
+
"type": "string"
|
|
70209
|
+
},
|
|
70210
|
+
"count": {
|
|
70211
|
+
"type": "number"
|
|
70212
|
+
}
|
|
70213
|
+
},
|
|
70214
|
+
"required": [
|
|
70215
|
+
"startTime",
|
|
70216
|
+
"endTime",
|
|
70217
|
+
"isActive",
|
|
70218
|
+
"action_type",
|
|
70219
|
+
"host",
|
|
70220
|
+
"public_ip",
|
|
70221
|
+
"count"
|
|
70222
|
+
],
|
|
70223
|
+
"type": "object"
|
|
70224
|
+
},
|
|
70225
|
+
"type": "array"
|
|
70226
|
+
}
|
|
70227
|
+
},
|
|
70228
|
+
"required": [
|
|
70229
|
+
"actions"
|
|
70230
|
+
],
|
|
70231
|
+
"type": "object"
|
|
70232
|
+
}
|
|
70233
|
+
}
|
|
70234
|
+
}
|
|
70235
|
+
},
|
|
70236
|
+
"400": {
|
|
70237
|
+
"description": "One of the provided values in the request query is invalid."
|
|
70238
|
+
},
|
|
70239
|
+
"401": {
|
|
70240
|
+
"description": "The request is not authorized."
|
|
70241
|
+
},
|
|
70242
|
+
"403": {
|
|
70243
|
+
"description": "You do not have permission to access this resource."
|
|
70244
|
+
},
|
|
70245
|
+
"404": {
|
|
70246
|
+
"description": ""
|
|
70247
|
+
},
|
|
70248
|
+
"500": {
|
|
70249
|
+
"description": ""
|
|
70250
|
+
}
|
|
70251
|
+
},
|
|
70252
|
+
"parameters": [
|
|
70253
|
+
{
|
|
70254
|
+
"name": "projectId",
|
|
70255
|
+
"in": "query",
|
|
70256
|
+
"required": true,
|
|
70257
|
+
"schema": {
|
|
70258
|
+
"type": "string"
|
|
70259
|
+
}
|
|
70260
|
+
},
|
|
70261
|
+
{
|
|
70262
|
+
"name": "startTimestamp",
|
|
70263
|
+
"in": "query",
|
|
70264
|
+
"required": false,
|
|
70265
|
+
"schema": {
|
|
70266
|
+
"type": "number"
|
|
70267
|
+
}
|
|
70268
|
+
},
|
|
70269
|
+
{
|
|
70270
|
+
"name": "endTimestamp",
|
|
70271
|
+
"in": "query",
|
|
70272
|
+
"required": false,
|
|
70273
|
+
"schema": {
|
|
70274
|
+
"type": "number"
|
|
70275
|
+
}
|
|
70276
|
+
}
|
|
70277
|
+
]
|
|
70278
|
+
}
|
|
70279
|
+
},
|
|
70144
70280
|
"/v1/storage/stores/integration/direct": {
|
|
70145
70281
|
"post": {
|
|
70146
70282
|
"description": "Creates an integration store for both FREE and PAID billing plans. This simplified endpoint automatically provisions real integration storage resources while handling billing complexity behind the scenes. It supports both free and paid billing plans with automatic authorization creation for paid resources. ## How it works 1. Validates the integration configuration and product 2. For free resources: Auto-discovers available free billing plans 3. For paid resources: Creates billing authorization inline using provided billingPlanId 4. Provisions real resources through the Vercel Marketplace 5. Returns the created store with connection details ## Workflow Before using this endpoint, discover available products and billing plans: 1. List your configurations: `GET /v1/integrations/configurations` 2. Get products for a configuration: `GET /v1/integrations/configuration/{id}/products` 3. Get billing plans for a product: `GET /integrations/integration/{integrationId}/products/{productId}/plans` 4. Review the `metadataSchema` for each product to understand required metadata 5. Create storage with discovered product: `POST /v1/storage/stores/integration/direct` ## Usage Patterns - **Free resources**: Omit `billingPlanId` - endpoint will auto-discover free plans - **Paid resources**: Provide `billingPlanId` from billing plans discovery - **Prepayment plans**: Also provide `prepaymentAmountCents` for variable amount plans ## Limitations - **Admin access required**: Only integration configuration admins can create stores - **Storage limits apply**: Subject to your team's storage quotas - **Payment method required**: For paid plans, ensure valid payment method is configured ## Error Responses - `400 Bad Request`: Invalid input, no plans available, or billing issues - `403 Forbidden`: Insufficient permissions (non-admin users) - `404 Not Found`: Integration configuration or product not found - `429 Too Many Requests`: Rate limit exceeded",
|
|
@@ -70399,6 +70535,9 @@
|
|
|
70399
70535
|
},
|
|
70400
70536
|
"secretsSync": {
|
|
70401
70537
|
"type": "boolean"
|
|
70538
|
+
},
|
|
70539
|
+
"projects": {
|
|
70540
|
+
"type": "boolean"
|
|
70402
70541
|
}
|
|
70403
70542
|
},
|
|
70404
70543
|
"type": "object"
|
|
@@ -70480,6 +70619,9 @@
|
|
|
70480
70619
|
},
|
|
70481
70620
|
"linking": {
|
|
70482
70621
|
"type": "boolean"
|
|
70622
|
+
},
|
|
70623
|
+
"projects": {
|
|
70624
|
+
"type": "boolean"
|
|
70483
70625
|
}
|
|
70484
70626
|
},
|
|
70485
70627
|
"type": "object"
|
|
@@ -70521,34 +70663,34 @@
|
|
|
70521
70663
|
"maxLength": {
|
|
70522
70664
|
"type": "object",
|
|
70523
70665
|
"properties": {
|
|
70524
|
-
"__@BRAND@
|
|
70666
|
+
"__@BRAND@8646": {
|
|
70525
70667
|
"type": "object"
|
|
70526
70668
|
}
|
|
70527
70669
|
},
|
|
70528
70670
|
"required": [
|
|
70529
|
-
"__@BRAND@
|
|
70671
|
+
"__@BRAND@8646"
|
|
70530
70672
|
]
|
|
70531
70673
|
},
|
|
70532
70674
|
"minLength": {
|
|
70533
70675
|
"type": "object",
|
|
70534
70676
|
"properties": {
|
|
70535
|
-
"__@BRAND@
|
|
70677
|
+
"__@BRAND@8646": {
|
|
70536
70678
|
"type": "object"
|
|
70537
70679
|
}
|
|
70538
70680
|
},
|
|
70539
70681
|
"required": [
|
|
70540
|
-
"__@BRAND@
|
|
70682
|
+
"__@BRAND@8646"
|
|
70541
70683
|
]
|
|
70542
70684
|
},
|
|
70543
70685
|
"pattern": {
|
|
70544
70686
|
"type": "object",
|
|
70545
70687
|
"properties": {
|
|
70546
|
-
"__@BRAND@
|
|
70688
|
+
"__@BRAND@8646": {
|
|
70547
70689
|
"type": "object"
|
|
70548
70690
|
}
|
|
70549
70691
|
},
|
|
70550
70692
|
"required": [
|
|
70551
|
-
"__@BRAND@
|
|
70693
|
+
"__@BRAND@8646"
|
|
70552
70694
|
]
|
|
70553
70695
|
},
|
|
70554
70696
|
"description": {
|
|
@@ -71231,34 +71373,34 @@
|
|
|
71231
71373
|
"maxLength": {
|
|
71232
71374
|
"type": "object",
|
|
71233
71375
|
"properties": {
|
|
71234
|
-
"__@BRAND@
|
|
71376
|
+
"__@BRAND@8646": {
|
|
71235
71377
|
"type": "object"
|
|
71236
71378
|
}
|
|
71237
71379
|
},
|
|
71238
71380
|
"required": [
|
|
71239
|
-
"__@BRAND@
|
|
71381
|
+
"__@BRAND@8646"
|
|
71240
71382
|
]
|
|
71241
71383
|
},
|
|
71242
71384
|
"minLength": {
|
|
71243
71385
|
"type": "object",
|
|
71244
71386
|
"properties": {
|
|
71245
|
-
"__@BRAND@
|
|
71387
|
+
"__@BRAND@8646": {
|
|
71246
71388
|
"type": "object"
|
|
71247
71389
|
}
|
|
71248
71390
|
},
|
|
71249
71391
|
"required": [
|
|
71250
|
-
"__@BRAND@
|
|
71392
|
+
"__@BRAND@8646"
|
|
71251
71393
|
]
|
|
71252
71394
|
},
|
|
71253
71395
|
"pattern": {
|
|
71254
71396
|
"type": "object",
|
|
71255
71397
|
"properties": {
|
|
71256
|
-
"__@BRAND@
|
|
71398
|
+
"__@BRAND@8646": {
|
|
71257
71399
|
"type": "object"
|
|
71258
71400
|
}
|
|
71259
71401
|
},
|
|
71260
71402
|
"required": [
|
|
71261
|
-
"__@BRAND@
|
|
71403
|
+
"__@BRAND@8646"
|
|
71262
71404
|
]
|
|
71263
71405
|
},
|
|
71264
71406
|
"description": {
|
|
@@ -71407,34 +71549,34 @@
|
|
|
71407
71549
|
"minLength": {
|
|
71408
71550
|
"type": "object",
|
|
71409
71551
|
"properties": {
|
|
71410
|
-
"__@BRAND@
|
|
71552
|
+
"__@BRAND@8646": {
|
|
71411
71553
|
"type": "object"
|
|
71412
71554
|
}
|
|
71413
71555
|
},
|
|
71414
71556
|
"required": [
|
|
71415
|
-
"__@BRAND@
|
|
71557
|
+
"__@BRAND@8646"
|
|
71416
71558
|
]
|
|
71417
71559
|
},
|
|
71418
71560
|
"maxLength": {
|
|
71419
71561
|
"type": "object",
|
|
71420
71562
|
"properties": {
|
|
71421
|
-
"__@BRAND@
|
|
71563
|
+
"__@BRAND@8646": {
|
|
71422
71564
|
"type": "object"
|
|
71423
71565
|
}
|
|
71424
71566
|
},
|
|
71425
71567
|
"required": [
|
|
71426
|
-
"__@BRAND@
|
|
71568
|
+
"__@BRAND@8646"
|
|
71427
71569
|
]
|
|
71428
71570
|
},
|
|
71429
71571
|
"pattern": {
|
|
71430
71572
|
"type": "object",
|
|
71431
71573
|
"properties": {
|
|
71432
|
-
"__@BRAND@
|
|
71574
|
+
"__@BRAND@8646": {
|
|
71433
71575
|
"type": "object"
|
|
71434
71576
|
}
|
|
71435
71577
|
},
|
|
71436
71578
|
"required": [
|
|
71437
|
-
"__@BRAND@
|
|
71579
|
+
"__@BRAND@8646"
|
|
71438
71580
|
]
|
|
71439
71581
|
},
|
|
71440
71582
|
"default": {
|
|
@@ -71751,12 +71893,12 @@
|
|
|
71751
71893
|
{
|
|
71752
71894
|
"type": "object",
|
|
71753
71895
|
"properties": {
|
|
71754
|
-
"__@BRAND@
|
|
71896
|
+
"__@BRAND@8646": {
|
|
71755
71897
|
"type": "object"
|
|
71756
71898
|
}
|
|
71757
71899
|
},
|
|
71758
71900
|
"required": [
|
|
71759
|
-
"__@BRAND@
|
|
71901
|
+
"__@BRAND@8646"
|
|
71760
71902
|
]
|
|
71761
71903
|
},
|
|
71762
71904
|
{
|
|
@@ -71764,12 +71906,12 @@
|
|
|
71764
71906
|
"value": {
|
|
71765
71907
|
"type": "object",
|
|
71766
71908
|
"properties": {
|
|
71767
|
-
"__@BRAND@
|
|
71909
|
+
"__@BRAND@8646": {
|
|
71768
71910
|
"type": "object"
|
|
71769
71911
|
}
|
|
71770
71912
|
},
|
|
71771
71913
|
"required": [
|
|
71772
|
-
"__@BRAND@
|
|
71914
|
+
"__@BRAND@8646"
|
|
71773
71915
|
]
|
|
71774
71916
|
},
|
|
71775
71917
|
"disabled": {
|
|
@@ -71841,34 +71983,34 @@
|
|
|
71841
71983
|
"maxLength": {
|
|
71842
71984
|
"type": "object",
|
|
71843
71985
|
"properties": {
|
|
71844
|
-
"__@BRAND@
|
|
71986
|
+
"__@BRAND@8646": {
|
|
71845
71987
|
"type": "object"
|
|
71846
71988
|
}
|
|
71847
71989
|
},
|
|
71848
71990
|
"required": [
|
|
71849
|
-
"__@BRAND@
|
|
71991
|
+
"__@BRAND@8646"
|
|
71850
71992
|
]
|
|
71851
71993
|
},
|
|
71852
71994
|
"minLength": {
|
|
71853
71995
|
"type": "object",
|
|
71854
71996
|
"properties": {
|
|
71855
|
-
"__@BRAND@
|
|
71997
|
+
"__@BRAND@8646": {
|
|
71856
71998
|
"type": "object"
|
|
71857
71999
|
}
|
|
71858
72000
|
},
|
|
71859
72001
|
"required": [
|
|
71860
|
-
"__@BRAND@
|
|
72002
|
+
"__@BRAND@8646"
|
|
71861
72003
|
]
|
|
71862
72004
|
},
|
|
71863
72005
|
"pattern": {
|
|
71864
72006
|
"type": "object",
|
|
71865
72007
|
"properties": {
|
|
71866
|
-
"__@BRAND@
|
|
72008
|
+
"__@BRAND@8646": {
|
|
71867
72009
|
"type": "object"
|
|
71868
72010
|
}
|
|
71869
72011
|
},
|
|
71870
72012
|
"required": [
|
|
71871
|
-
"__@BRAND@
|
|
72013
|
+
"__@BRAND@8646"
|
|
71872
72014
|
]
|
|
71873
72015
|
},
|
|
71874
72016
|
"description": {
|
|
@@ -72018,34 +72160,34 @@
|
|
|
72018
72160
|
"maxLength": {
|
|
72019
72161
|
"type": "object",
|
|
72020
72162
|
"properties": {
|
|
72021
|
-
"__@BRAND@
|
|
72163
|
+
"__@BRAND@8646": {
|
|
72022
72164
|
"type": "object"
|
|
72023
72165
|
}
|
|
72024
72166
|
},
|
|
72025
72167
|
"required": [
|
|
72026
|
-
"__@BRAND@
|
|
72168
|
+
"__@BRAND@8646"
|
|
72027
72169
|
]
|
|
72028
72170
|
},
|
|
72029
72171
|
"minLength": {
|
|
72030
72172
|
"type": "object",
|
|
72031
72173
|
"properties": {
|
|
72032
|
-
"__@BRAND@
|
|
72174
|
+
"__@BRAND@8646": {
|
|
72033
72175
|
"type": "object"
|
|
72034
72176
|
}
|
|
72035
72177
|
},
|
|
72036
72178
|
"required": [
|
|
72037
|
-
"__@BRAND@
|
|
72179
|
+
"__@BRAND@8646"
|
|
72038
72180
|
]
|
|
72039
72181
|
},
|
|
72040
72182
|
"pattern": {
|
|
72041
72183
|
"type": "object",
|
|
72042
72184
|
"properties": {
|
|
72043
|
-
"__@BRAND@
|
|
72185
|
+
"__@BRAND@8646": {
|
|
72044
72186
|
"type": "object"
|
|
72045
72187
|
}
|
|
72046
72188
|
},
|
|
72047
72189
|
"required": [
|
|
72048
|
-
"__@BRAND@
|
|
72190
|
+
"__@BRAND@8646"
|
|
72049
72191
|
]
|
|
72050
72192
|
},
|
|
72051
72193
|
"description": {
|
|
@@ -72176,12 +72318,12 @@
|
|
|
72176
72318
|
"value": {
|
|
72177
72319
|
"type": "object",
|
|
72178
72320
|
"properties": {
|
|
72179
|
-
"__@BRAND@
|
|
72321
|
+
"__@BRAND@8646": {
|
|
72180
72322
|
"type": "object"
|
|
72181
72323
|
}
|
|
72182
72324
|
},
|
|
72183
72325
|
"required": [
|
|
72184
|
-
"__@BRAND@
|
|
72326
|
+
"__@BRAND@8646"
|
|
72185
72327
|
]
|
|
72186
72328
|
},
|
|
72187
72329
|
"disabled": {
|
|
@@ -72297,11 +72439,15 @@
|
|
|
72297
72439
|
"other",
|
|
72298
72440
|
"mysql",
|
|
72299
72441
|
"vector",
|
|
72442
|
+
"tag_agents",
|
|
72300
72443
|
"tag_ai",
|
|
72301
72444
|
"tag_analytics",
|
|
72302
72445
|
"tag_authentication",
|
|
72303
72446
|
"tag_cms",
|
|
72304
72447
|
"tag_code_repository",
|
|
72448
|
+
"tag_code_review",
|
|
72449
|
+
"tag_code_security",
|
|
72450
|
+
"tag_code_testing",
|
|
72305
72451
|
"tag_commerce",
|
|
72306
72452
|
"tag_databases",
|
|
72307
72453
|
"tag_dev_tools",
|
|
@@ -72316,8 +72462,10 @@
|
|
|
72316
72462
|
"tag_productivity",
|
|
72317
72463
|
"tag_searching",
|
|
72318
72464
|
"tag_security",
|
|
72465
|
+
"tag_support_agent",
|
|
72319
72466
|
"tag_testing",
|
|
72320
72467
|
"tag_video",
|
|
72468
|
+
"tag_web_automation",
|
|
72321
72469
|
"tag_workflow",
|
|
72322
72470
|
"tag_checks",
|
|
72323
72471
|
"tag_storage",
|
|
@@ -72397,7 +72545,8 @@
|
|
|
72397
72545
|
"type": "string",
|
|
72398
72546
|
"enum": [
|
|
72399
72547
|
"connect_to_project",
|
|
72400
|
-
"configure_project_connections"
|
|
72548
|
+
"configure_project_connections",
|
|
72549
|
+
"add_drain"
|
|
72401
72550
|
]
|
|
72402
72551
|
}
|
|
72403
72552
|
},
|
|
@@ -72430,12 +72579,12 @@
|
|
|
72430
72579
|
"value": {
|
|
72431
72580
|
"type": "object",
|
|
72432
72581
|
"properties": {
|
|
72433
|
-
"__@BRAND@
|
|
72582
|
+
"__@BRAND@8646": {
|
|
72434
72583
|
"type": "object"
|
|
72435
72584
|
}
|
|
72436
72585
|
},
|
|
72437
72586
|
"required": [
|
|
72438
|
-
"__@BRAND@
|
|
72587
|
+
"__@BRAND@8646"
|
|
72439
72588
|
]
|
|
72440
72589
|
},
|
|
72441
72590
|
"disabled": {
|
|
@@ -75704,6 +75853,8 @@
|
|
|
75704
75853
|
"marketplace.invoice.refunded",
|
|
75705
75854
|
"observability.anomaly",
|
|
75706
75855
|
"observability.anomaly-error",
|
|
75856
|
+
"observability.usage-anomaly",
|
|
75857
|
+
"observability.error-anomaly",
|
|
75707
75858
|
"observability.anomaly-botId",
|
|
75708
75859
|
"test-webhook"
|
|
75709
75860
|
],
|
|
@@ -75960,6 +76111,8 @@
|
|
|
75960
76111
|
"marketplace.invoice.refunded",
|
|
75961
76112
|
"observability.anomaly",
|
|
75962
76113
|
"observability.anomaly-error",
|
|
76114
|
+
"observability.usage-anomaly",
|
|
76115
|
+
"observability.error-anomaly",
|
|
75963
76116
|
"observability.anomaly-botId",
|
|
75964
76117
|
"test-webhook"
|
|
75965
76118
|
],
|
|
@@ -76233,6 +76386,8 @@
|
|
|
76233
76386
|
"marketplace.invoice.refunded",
|
|
76234
76387
|
"observability.anomaly",
|
|
76235
76388
|
"observability.anomaly-error",
|
|
76389
|
+
"observability.usage-anomaly",
|
|
76390
|
+
"observability.error-anomaly",
|
|
76236
76391
|
"observability.anomaly-botId",
|
|
76237
76392
|
"test-webhook"
|
|
76238
76393
|
],
|
|
@@ -76443,6 +76598,8 @@
|
|
|
76443
76598
|
"marketplace.invoice.refunded",
|
|
76444
76599
|
"observability.anomaly",
|
|
76445
76600
|
"observability.anomaly-error",
|
|
76601
|
+
"observability.usage-anomaly",
|
|
76602
|
+
"observability.error-anomaly",
|
|
76446
76603
|
"observability.anomaly-botId",
|
|
76447
76604
|
"test-webhook"
|
|
76448
76605
|
],
|
|
@@ -76714,6 +76871,8 @@
|
|
|
76714
76871
|
"marketplace.invoice.refunded",
|
|
76715
76872
|
"observability.anomaly",
|
|
76716
76873
|
"observability.anomaly-error",
|
|
76874
|
+
"observability.usage-anomaly",
|
|
76875
|
+
"observability.error-anomaly",
|
|
76717
76876
|
"observability.anomaly-botId",
|
|
76718
76877
|
"test-webhook"
|
|
76719
76878
|
],
|
|
@@ -80292,6 +80451,33 @@
|
|
|
80292
80451
|
},
|
|
80293
80452
|
"additionalProperties": false
|
|
80294
80453
|
},
|
|
80454
|
+
"DomainTooShort": {
|
|
80455
|
+
"type": "object",
|
|
80456
|
+
"required": [
|
|
80457
|
+
"status",
|
|
80458
|
+
"code",
|
|
80459
|
+
"message"
|
|
80460
|
+
],
|
|
80461
|
+
"properties": {
|
|
80462
|
+
"status": {
|
|
80463
|
+
"type": "number",
|
|
80464
|
+
"enum": [
|
|
80465
|
+
400
|
|
80466
|
+
]
|
|
80467
|
+
},
|
|
80468
|
+
"code": {
|
|
80469
|
+
"type": "string",
|
|
80470
|
+
"enum": [
|
|
80471
|
+
"domain_too_short"
|
|
80472
|
+
]
|
|
80473
|
+
},
|
|
80474
|
+
"message": {
|
|
80475
|
+
"type": "string"
|
|
80476
|
+
}
|
|
80477
|
+
},
|
|
80478
|
+
"additionalProperties": false,
|
|
80479
|
+
"description": "The domain name (excluding the TLD) is too short."
|
|
80480
|
+
},
|
|
80295
80481
|
"BadRequest": {
|
|
80296
80482
|
"type": "object",
|
|
80297
80483
|
"required": [
|
|
@@ -80614,6 +80800,33 @@
|
|
|
80614
80800
|
"additionalProperties": false,
|
|
80615
80801
|
"description": "The number of domains in the order is too high."
|
|
80616
80802
|
},
|
|
80803
|
+
"DNSSECEnabled": {
|
|
80804
|
+
"type": "object",
|
|
80805
|
+
"required": [
|
|
80806
|
+
"status",
|
|
80807
|
+
"code",
|
|
80808
|
+
"message"
|
|
80809
|
+
],
|
|
80810
|
+
"properties": {
|
|
80811
|
+
"status": {
|
|
80812
|
+
"type": "number",
|
|
80813
|
+
"enum": [
|
|
80814
|
+
400
|
|
80815
|
+
]
|
|
80816
|
+
},
|
|
80817
|
+
"code": {
|
|
80818
|
+
"type": "string",
|
|
80819
|
+
"enum": [
|
|
80820
|
+
"dnssec_enabled"
|
|
80821
|
+
]
|
|
80822
|
+
},
|
|
80823
|
+
"message": {
|
|
80824
|
+
"type": "string"
|
|
80825
|
+
}
|
|
80826
|
+
},
|
|
80827
|
+
"additionalProperties": false,
|
|
80828
|
+
"description": "The operation cannot be completed because DNSSEC is enabled for the domain."
|
|
80829
|
+
},
|
|
80617
80830
|
"DomainNotRenewable": {
|
|
80618
80831
|
"type": "object",
|
|
80619
80832
|
"required": [
|
|
@@ -83553,6 +83766,7 @@
|
|
|
83553
83766
|
"gitlab",
|
|
83554
83767
|
"bitbucket",
|
|
83555
83768
|
"google",
|
|
83769
|
+
"apple",
|
|
83556
83770
|
"github-oauth",
|
|
83557
83771
|
"github-oauth-limited"
|
|
83558
83772
|
]
|
|
@@ -84179,15 +84393,6 @@
|
|
|
84179
84393
|
"CONTRIBUTOR"
|
|
84180
84394
|
]
|
|
84181
84395
|
},
|
|
84182
|
-
"confirmed": {
|
|
84183
|
-
"type": "boolean"
|
|
84184
|
-
},
|
|
84185
|
-
"confirmedAt": {
|
|
84186
|
-
"type": "number"
|
|
84187
|
-
},
|
|
84188
|
-
"accessRequestedAt": {
|
|
84189
|
-
"type": "number"
|
|
84190
|
-
},
|
|
84191
84396
|
"teamRoles": {
|
|
84192
84397
|
"items": {
|
|
84193
84398
|
"type": "string",
|
|
@@ -84221,6 +84426,15 @@
|
|
|
84221
84426
|
},
|
|
84222
84427
|
"type": "array"
|
|
84223
84428
|
},
|
|
84429
|
+
"confirmed": {
|
|
84430
|
+
"type": "boolean"
|
|
84431
|
+
},
|
|
84432
|
+
"confirmedAt": {
|
|
84433
|
+
"type": "number"
|
|
84434
|
+
},
|
|
84435
|
+
"accessRequestedAt": {
|
|
84436
|
+
"type": "number"
|
|
84437
|
+
},
|
|
84224
84438
|
"joinedFrom": {
|
|
84225
84439
|
"properties": {
|
|
84226
84440
|
"origin": {
|
|
@@ -85507,6 +85721,31 @@
|
|
|
85507
85721
|
"overageReason"
|
|
85508
85722
|
],
|
|
85509
85723
|
"type": "object"
|
|
85724
|
+
},
|
|
85725
|
+
"microfrontendsRequest": {
|
|
85726
|
+
"properties": {
|
|
85727
|
+
"updatedAt": {
|
|
85728
|
+
"type": "number"
|
|
85729
|
+
},
|
|
85730
|
+
"blockedFrom": {
|
|
85731
|
+
"type": "number"
|
|
85732
|
+
},
|
|
85733
|
+
"blockedUntil": {
|
|
85734
|
+
"type": "number"
|
|
85735
|
+
},
|
|
85736
|
+
"blockReason": {
|
|
85737
|
+
"type": "string",
|
|
85738
|
+
"enum": [
|
|
85739
|
+
"admin_override",
|
|
85740
|
+
"limits_exceeded"
|
|
85741
|
+
]
|
|
85742
|
+
}
|
|
85743
|
+
},
|
|
85744
|
+
"required": [
|
|
85745
|
+
"updatedAt",
|
|
85746
|
+
"blockReason"
|
|
85747
|
+
],
|
|
85748
|
+
"type": "object"
|
|
85510
85749
|
}
|
|
85511
85750
|
},
|
|
85512
85751
|
"type": "object",
|
|
@@ -85955,6 +86194,9 @@
|
|
|
85955
86194
|
"viaGoogle": {
|
|
85956
86195
|
"type": "boolean"
|
|
85957
86196
|
},
|
|
86197
|
+
"viaApple": {
|
|
86198
|
+
"type": "boolean"
|
|
86199
|
+
},
|
|
85958
86200
|
"viaSamlSso": {
|
|
85959
86201
|
"type": "boolean"
|
|
85960
86202
|
},
|
|
@@ -85979,6 +86221,7 @@
|
|
|
85979
86221
|
"viaGitlab",
|
|
85980
86222
|
"viaBitbucket",
|
|
85981
86223
|
"viaGoogle",
|
|
86224
|
+
"viaApple",
|
|
85982
86225
|
"viaSamlSso",
|
|
85983
86226
|
"viaPasskey"
|
|
85984
86227
|
],
|
|
@@ -87534,8 +87777,8 @@
|
|
|
87534
87777
|
"type": "string",
|
|
87535
87778
|
"enum": [
|
|
87536
87779
|
"redis",
|
|
87537
|
-
"postgres",
|
|
87538
87780
|
"edge-config",
|
|
87781
|
+
"postgres",
|
|
87539
87782
|
"blob",
|
|
87540
87783
|
"integration"
|
|
87541
87784
|
]
|
|
@@ -89271,7 +89514,8 @@
|
|
|
89271
89514
|
"otp",
|
|
89272
89515
|
"sms",
|
|
89273
89516
|
"invite",
|
|
89274
|
-
"google"
|
|
89517
|
+
"google",
|
|
89518
|
+
"apple"
|
|
89275
89519
|
]
|
|
89276
89520
|
},
|
|
89277
89521
|
"app": {
|
|
@@ -90293,6 +90537,7 @@
|
|
|
90293
90537
|
"sms",
|
|
90294
90538
|
"invite",
|
|
90295
90539
|
"google",
|
|
90540
|
+
"apple",
|
|
90296
90541
|
"app"
|
|
90297
90542
|
]
|
|
90298
90543
|
},
|
|
@@ -90335,6 +90580,7 @@
|
|
|
90335
90580
|
"sms",
|
|
90336
90581
|
"invite",
|
|
90337
90582
|
"google",
|
|
90583
|
+
"apple",
|
|
90338
90584
|
"app"
|
|
90339
90585
|
]
|
|
90340
90586
|
},
|
|
@@ -90968,10 +91214,6 @@
|
|
|
90968
91214
|
"mode": {
|
|
90969
91215
|
"type": "number",
|
|
90970
91216
|
"description": "The file \"mode\" indicating file type and permissions."
|
|
90971
|
-
},
|
|
90972
|
-
"symlink": {
|
|
90973
|
-
"type": "string",
|
|
90974
|
-
"description": "Not currently used. See `file-list-to-tree.ts`."
|
|
90975
91217
|
}
|
|
90976
91218
|
},
|
|
90977
91219
|
"required": [
|