@vercel/sdk 1.8.3 → 1.8.5
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 +2214 -1517
- package/bin/mcp-server.js.map +44 -44
- package/docs/sdks/edgeconfig/README.md +1 -1
- package/esm/__tests__/deployments.test.js +1 -1
- package/esm/__tests__/deployments.test.js.map +1 -1
- package/esm/__tests__/edgeconfig.test.js +1 -22
- package/esm/__tests__/edgeconfig.test.js.map +1 -1
- package/esm/__tests__/projects.test.js +15 -13
- package/esm/__tests__/projects.test.js.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.d.ts.map +1 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js +2 -1
- package/esm/funcs/edgeConfigGetEdgeConfigItems.js.map +1 -1
- package/esm/lib/config.d.ts +3 -3
- package/esm/lib/config.js +3 -3
- package/esm/mcp-server/mcp-server.js +1 -1
- package/esm/mcp-server/server.js +1 -1
- package/esm/models/addbypassipop.d.ts +2 -2
- package/esm/models/addbypassipop.js +2 -2
- package/esm/models/artifactqueryop.d.ts +2 -2
- package/esm/models/artifactqueryop.js +2 -2
- package/esm/models/authtoken.d.ts +4 -4
- package/esm/models/authtoken.js +4 -4
- package/esm/models/canceldeploymentop.d.ts +428 -28
- package/esm/models/canceldeploymentop.d.ts.map +1 -1
- package/esm/models/canceldeploymentop.js +490 -52
- package/esm/models/canceldeploymentop.js.map +1 -1
- package/esm/models/createdeploymentop.d.ts +462 -62
- package/esm/models/createdeploymentop.d.ts.map +1 -1
- package/esm/models/createdeploymentop.js +526 -86
- package/esm/models/createdeploymentop.js.map +1 -1
- package/esm/models/createeventop.d.ts +4 -4
- package/esm/models/createeventop.js +4 -4
- package/esm/models/createortransferdomainop.d.ts +4 -4
- package/esm/models/createortransferdomainop.js +4 -4
- package/esm/models/createprojectenvop.d.ts +14 -14
- package/esm/models/createprojectenvop.d.ts.map +1 -1
- package/esm/models/createprojectenvop.js +10 -10
- package/esm/models/createprojectenvop.js.map +1 -1
- package/esm/models/createprojectop.d.ts +157 -157
- package/esm/models/createprojectop.d.ts.map +1 -1
- package/esm/models/createprojectop.js +155 -155
- package/esm/models/createprojectop.js.map +1 -1
- package/esm/models/createrecordop.d.ts +6 -6
- package/esm/models/createrecordop.d.ts.map +1 -1
- package/esm/models/createrecordop.js +18 -18
- package/esm/models/createrecordop.js.map +1 -1
- package/esm/models/editprojectenvop.d.ts +9 -9
- package/esm/models/editprojectenvop.d.ts.map +1 -1
- package/esm/models/editprojectenvop.js +7 -7
- package/esm/models/editprojectenvop.js.map +1 -1
- package/esm/models/filterprojectenvsop.d.ts +14 -14
- package/esm/models/filterprojectenvsop.d.ts.map +1 -1
- package/esm/models/filterprojectenvsop.js +14 -14
- package/esm/models/filterprojectenvsop.js.map +1 -1
- package/esm/models/getactiveattackstatusop.d.ts +2 -2
- package/esm/models/getactiveattackstatusop.js +2 -2
- package/esm/models/getaliasop.d.ts +4 -4
- package/esm/models/getaliasop.d.ts.map +1 -1
- package/esm/models/getaliasop.js +8 -8
- package/esm/models/getaliasop.js.map +1 -1
- package/esm/models/getauthuserop.d.ts +4 -4
- package/esm/models/getauthuserop.d.ts.map +1 -1
- package/esm/models/getauthuserop.js +4 -4
- package/esm/models/getauthuserop.js.map +1 -1
- package/esm/models/getconfigurationop.d.ts +6 -6
- package/esm/models/getconfigurationop.js +6 -6
- package/esm/models/getdeploymenteventsop.d.ts +6 -6
- package/esm/models/getdeploymenteventsop.js +8 -8
- package/esm/models/getdeploymentop.d.ts +438 -38
- package/esm/models/getdeploymentop.d.ts.map +1 -1
- package/esm/models/getdeploymentop.js +519 -86
- package/esm/models/getdeploymentop.js.map +1 -1
- package/esm/models/getedgeconfigbackupop.d.ts +2 -2
- package/esm/models/getedgeconfigbackupop.js +2 -2
- package/esm/models/getprojectenvop.d.ts +14 -14
- package/esm/models/getprojectenvop.d.ts.map +1 -1
- package/esm/models/getprojectenvop.js +14 -14
- package/esm/models/getprojectenvop.js.map +1 -1
- package/esm/models/getprojectmembersop.d.ts +2 -2
- package/esm/models/getprojectmembersop.js +2 -2
- package/esm/models/getprojectsop.d.ts +20 -20
- package/esm/models/getprojectsop.d.ts.map +1 -1
- package/esm/models/getprojectsop.js +20 -20
- package/esm/models/getprojectsop.js.map +1 -1
- package/esm/models/getrecordsop.d.ts +2 -2
- package/esm/models/getrecordsop.d.ts.map +1 -1
- package/esm/models/getrecordsop.js +2 -2
- package/esm/models/getrecordsop.js.map +1 -1
- package/esm/models/getteamsop.d.ts +4 -4
- package/esm/models/getteamsop.d.ts.map +1 -1
- package/esm/models/getteamsop.js +4 -4
- package/esm/models/getteamsop.js.map +1 -1
- package/esm/models/inviteusertoteamop.d.ts +2 -2
- package/esm/models/inviteusertoteamop.js +2 -2
- package/esm/models/listaccessgroupsop.d.ts +2 -2
- package/esm/models/listaccessgroupsop.js +2 -2
- package/esm/models/listaliasesop.d.ts +4 -4
- package/esm/models/listaliasesop.js +8 -8
- package/esm/models/listdeploymentaliasesop.d.ts +4 -4
- package/esm/models/listdeploymentaliasesop.js +8 -8
- package/esm/models/listpromotealiasesop.d.ts +2 -2
- package/esm/models/listpromotealiasesop.js +2 -2
- package/esm/models/patchdomainop.d.ts +6 -6
- package/esm/models/patchdomainop.js +6 -6
- package/esm/models/patchurlprotectionbypassop.d.ts +4 -4
- package/esm/models/patchurlprotectionbypassop.js +4 -4
- package/esm/models/removeprojectenvop.d.ts +23 -23
- package/esm/models/removeprojectenvop.d.ts.map +1 -1
- package/esm/models/removeprojectenvop.js +17 -17
- package/esm/models/removeprojectenvop.js.map +1 -1
- package/esm/models/updatefirewallconfigop.d.ts +4 -4
- package/esm/models/updatefirewallconfigop.d.ts.map +1 -1
- package/esm/models/updatefirewallconfigop.js +24 -24
- package/esm/models/updatefirewallconfigop.js.map +1 -1
- package/esm/models/updateprojectdatacacheop.d.ts +20 -20
- package/esm/models/updateprojectdatacacheop.d.ts.map +1 -1
- package/esm/models/updateprojectdatacacheop.js +20 -20
- package/esm/models/updateprojectdatacacheop.js.map +1 -1
- package/esm/models/updateprojectop.d.ts +157 -157
- package/esm/models/updateprojectop.d.ts.map +1 -1
- package/esm/models/updateprojectop.js +155 -155
- package/esm/models/updateprojectop.js.map +1 -1
- package/esm/models/updateprojectprotectionbypassop.d.ts +4 -4
- package/esm/models/updateprojectprotectionbypassop.js +4 -4
- package/esm/models/uploadfileop.d.ts +2 -2
- package/esm/models/uploadfileop.js +2 -2
- package/esm/models/userevent.d.ts +24 -24
- package/esm/models/userevent.d.ts.map +1 -1
- package/esm/models/userevent.js +467 -467
- package/esm/models/userevent.js.map +1 -1
- package/esm/sdk/edgeconfig.d.ts +1 -1
- package/esm/sdk/edgeconfig.d.ts.map +1 -1
- package/esm/types/constdatetime.js +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/__tests__/deployments.test.ts +1 -1
- package/src/__tests__/edgeconfig.test.ts +1 -22
- package/src/__tests__/projects.test.ts +15 -13
- package/src/funcs/edgeConfigGetEdgeConfigItems.ts +5 -4
- 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/addbypassipop.ts +6 -6
- package/src/models/artifactqueryop.ts +5 -5
- package/src/models/authtoken.ts +8 -8
- package/src/models/canceldeploymentop.ts +1192 -169
- package/src/models/createdeploymentop.ts +1110 -169
- package/src/models/createeventop.ts +8 -8
- package/src/models/createortransferdomainop.ts +10 -10
- package/src/models/createprojectenvop.ts +22 -22
- package/src/models/createprojectop.ts +315 -315
- package/src/models/createrecordop.ts +38 -38
- package/src/models/editprojectenvop.ts +17 -17
- package/src/models/filterprojectenvsop.ts +38 -40
- package/src/models/getactiveattackstatusop.ts +6 -6
- package/src/models/getaliasop.ts +20 -20
- package/src/models/getauthuserop.ts +9 -9
- package/src/models/getconfigurationop.ts +15 -15
- package/src/models/getdeploymenteventsop.ts +26 -26
- package/src/models/getdeploymentop.ts +1245 -254
- package/src/models/getedgeconfigbackupop.ts +6 -6
- package/src/models/getprojectenvop.ts +36 -36
- package/src/models/getprojectmembersop.ts +6 -6
- package/src/models/getprojectsop.ts +51 -51
- package/src/models/getrecordsop.ts +4 -4
- package/src/models/getteamsop.ts +8 -8
- package/src/models/inviteusertoteamop.ts +6 -6
- package/src/models/listaccessgroupsop.ts +6 -6
- package/src/models/listaliasesop.ts +20 -20
- package/src/models/listdeploymentaliasesop.ts +20 -20
- package/src/models/listpromotealiasesop.ts +6 -6
- package/src/models/patchdomainop.ts +15 -15
- package/src/models/patchurlprotectionbypassop.ts +10 -10
- package/src/models/removeprojectenvop.ts +39 -41
- package/src/models/updatefirewallconfigop.ts +52 -52
- package/src/models/updateprojectdatacacheop.ts +47 -47
- package/src/models/updateprojectop.ts +315 -315
- package/src/models/updateprojectprotectionbypassop.ts +14 -14
- package/src/models/uploadfileop.ts +6 -6
- package/src/models/userevent.ts +955 -955
- package/src/sdk/edgeconfig.ts +1 -1
- package/src/types/constdatetime.ts +1 -1
- package/vercel-spec.json +1645 -937
package/vercel-spec.json
CHANGED
|
@@ -10602,7 +10602,62 @@
|
|
|
10602
10602
|
]
|
|
10603
10603
|
},
|
|
10604
10604
|
"value": {
|
|
10605
|
-
"
|
|
10605
|
+
"oneOf": [
|
|
10606
|
+
{
|
|
10607
|
+
"type": "string"
|
|
10608
|
+
},
|
|
10609
|
+
{
|
|
10610
|
+
"properties": {
|
|
10611
|
+
"eq": {
|
|
10612
|
+
"oneOf": [
|
|
10613
|
+
{
|
|
10614
|
+
"type": "string"
|
|
10615
|
+
},
|
|
10616
|
+
{
|
|
10617
|
+
"type": "number"
|
|
10618
|
+
}
|
|
10619
|
+
]
|
|
10620
|
+
},
|
|
10621
|
+
"neq": {
|
|
10622
|
+
"type": "string"
|
|
10623
|
+
},
|
|
10624
|
+
"inc": {
|
|
10625
|
+
"items": {
|
|
10626
|
+
"type": "string"
|
|
10627
|
+
},
|
|
10628
|
+
"type": "array"
|
|
10629
|
+
},
|
|
10630
|
+
"ninc": {
|
|
10631
|
+
"items": {
|
|
10632
|
+
"type": "string"
|
|
10633
|
+
},
|
|
10634
|
+
"type": "array"
|
|
10635
|
+
},
|
|
10636
|
+
"pre": {
|
|
10637
|
+
"type": "string"
|
|
10638
|
+
},
|
|
10639
|
+
"suf": {
|
|
10640
|
+
"type": "string"
|
|
10641
|
+
},
|
|
10642
|
+
"re": {
|
|
10643
|
+
"type": "string"
|
|
10644
|
+
},
|
|
10645
|
+
"gt": {
|
|
10646
|
+
"type": "number"
|
|
10647
|
+
},
|
|
10648
|
+
"gte": {
|
|
10649
|
+
"type": "number"
|
|
10650
|
+
},
|
|
10651
|
+
"lt": {
|
|
10652
|
+
"type": "number"
|
|
10653
|
+
},
|
|
10654
|
+
"lte": {
|
|
10655
|
+
"type": "number"
|
|
10656
|
+
}
|
|
10657
|
+
},
|
|
10658
|
+
"type": "object"
|
|
10659
|
+
}
|
|
10660
|
+
]
|
|
10606
10661
|
}
|
|
10607
10662
|
},
|
|
10608
10663
|
"required": [
|
|
@@ -10625,7 +10680,62 @@
|
|
|
10625
10680
|
"type": "string"
|
|
10626
10681
|
},
|
|
10627
10682
|
"value": {
|
|
10628
|
-
"
|
|
10683
|
+
"oneOf": [
|
|
10684
|
+
{
|
|
10685
|
+
"type": "string"
|
|
10686
|
+
},
|
|
10687
|
+
{
|
|
10688
|
+
"properties": {
|
|
10689
|
+
"eq": {
|
|
10690
|
+
"oneOf": [
|
|
10691
|
+
{
|
|
10692
|
+
"type": "string"
|
|
10693
|
+
},
|
|
10694
|
+
{
|
|
10695
|
+
"type": "number"
|
|
10696
|
+
}
|
|
10697
|
+
]
|
|
10698
|
+
},
|
|
10699
|
+
"neq": {
|
|
10700
|
+
"type": "string"
|
|
10701
|
+
},
|
|
10702
|
+
"inc": {
|
|
10703
|
+
"items": {
|
|
10704
|
+
"type": "string"
|
|
10705
|
+
},
|
|
10706
|
+
"type": "array"
|
|
10707
|
+
},
|
|
10708
|
+
"ninc": {
|
|
10709
|
+
"items": {
|
|
10710
|
+
"type": "string"
|
|
10711
|
+
},
|
|
10712
|
+
"type": "array"
|
|
10713
|
+
},
|
|
10714
|
+
"pre": {
|
|
10715
|
+
"type": "string"
|
|
10716
|
+
},
|
|
10717
|
+
"suf": {
|
|
10718
|
+
"type": "string"
|
|
10719
|
+
},
|
|
10720
|
+
"re": {
|
|
10721
|
+
"type": "string"
|
|
10722
|
+
},
|
|
10723
|
+
"gt": {
|
|
10724
|
+
"type": "number"
|
|
10725
|
+
},
|
|
10726
|
+
"gte": {
|
|
10727
|
+
"type": "number"
|
|
10728
|
+
},
|
|
10729
|
+
"lt": {
|
|
10730
|
+
"type": "number"
|
|
10731
|
+
},
|
|
10732
|
+
"lte": {
|
|
10733
|
+
"type": "number"
|
|
10734
|
+
}
|
|
10735
|
+
},
|
|
10736
|
+
"type": "object"
|
|
10737
|
+
}
|
|
10738
|
+
]
|
|
10629
10739
|
}
|
|
10630
10740
|
},
|
|
10631
10741
|
"required": [
|
|
@@ -10650,7 +10760,62 @@
|
|
|
10650
10760
|
]
|
|
10651
10761
|
},
|
|
10652
10762
|
"value": {
|
|
10653
|
-
"
|
|
10763
|
+
"oneOf": [
|
|
10764
|
+
{
|
|
10765
|
+
"type": "string"
|
|
10766
|
+
},
|
|
10767
|
+
{
|
|
10768
|
+
"properties": {
|
|
10769
|
+
"eq": {
|
|
10770
|
+
"oneOf": [
|
|
10771
|
+
{
|
|
10772
|
+
"type": "string"
|
|
10773
|
+
},
|
|
10774
|
+
{
|
|
10775
|
+
"type": "number"
|
|
10776
|
+
}
|
|
10777
|
+
]
|
|
10778
|
+
},
|
|
10779
|
+
"neq": {
|
|
10780
|
+
"type": "string"
|
|
10781
|
+
},
|
|
10782
|
+
"inc": {
|
|
10783
|
+
"items": {
|
|
10784
|
+
"type": "string"
|
|
10785
|
+
},
|
|
10786
|
+
"type": "array"
|
|
10787
|
+
},
|
|
10788
|
+
"ninc": {
|
|
10789
|
+
"items": {
|
|
10790
|
+
"type": "string"
|
|
10791
|
+
},
|
|
10792
|
+
"type": "array"
|
|
10793
|
+
},
|
|
10794
|
+
"pre": {
|
|
10795
|
+
"type": "string"
|
|
10796
|
+
},
|
|
10797
|
+
"suf": {
|
|
10798
|
+
"type": "string"
|
|
10799
|
+
},
|
|
10800
|
+
"re": {
|
|
10801
|
+
"type": "string"
|
|
10802
|
+
},
|
|
10803
|
+
"gt": {
|
|
10804
|
+
"type": "number"
|
|
10805
|
+
},
|
|
10806
|
+
"gte": {
|
|
10807
|
+
"type": "number"
|
|
10808
|
+
},
|
|
10809
|
+
"lt": {
|
|
10810
|
+
"type": "number"
|
|
10811
|
+
},
|
|
10812
|
+
"lte": {
|
|
10813
|
+
"type": "number"
|
|
10814
|
+
}
|
|
10815
|
+
},
|
|
10816
|
+
"type": "object"
|
|
10817
|
+
}
|
|
10818
|
+
]
|
|
10654
10819
|
}
|
|
10655
10820
|
},
|
|
10656
10821
|
"required": [
|
|
@@ -10673,7 +10838,62 @@
|
|
|
10673
10838
|
"type": "string"
|
|
10674
10839
|
},
|
|
10675
10840
|
"value": {
|
|
10676
|
-
"
|
|
10841
|
+
"oneOf": [
|
|
10842
|
+
{
|
|
10843
|
+
"type": "string"
|
|
10844
|
+
},
|
|
10845
|
+
{
|
|
10846
|
+
"properties": {
|
|
10847
|
+
"eq": {
|
|
10848
|
+
"oneOf": [
|
|
10849
|
+
{
|
|
10850
|
+
"type": "string"
|
|
10851
|
+
},
|
|
10852
|
+
{
|
|
10853
|
+
"type": "number"
|
|
10854
|
+
}
|
|
10855
|
+
]
|
|
10856
|
+
},
|
|
10857
|
+
"neq": {
|
|
10858
|
+
"type": "string"
|
|
10859
|
+
},
|
|
10860
|
+
"inc": {
|
|
10861
|
+
"items": {
|
|
10862
|
+
"type": "string"
|
|
10863
|
+
},
|
|
10864
|
+
"type": "array"
|
|
10865
|
+
},
|
|
10866
|
+
"ninc": {
|
|
10867
|
+
"items": {
|
|
10868
|
+
"type": "string"
|
|
10869
|
+
},
|
|
10870
|
+
"type": "array"
|
|
10871
|
+
},
|
|
10872
|
+
"pre": {
|
|
10873
|
+
"type": "string"
|
|
10874
|
+
},
|
|
10875
|
+
"suf": {
|
|
10876
|
+
"type": "string"
|
|
10877
|
+
},
|
|
10878
|
+
"re": {
|
|
10879
|
+
"type": "string"
|
|
10880
|
+
},
|
|
10881
|
+
"gt": {
|
|
10882
|
+
"type": "number"
|
|
10883
|
+
},
|
|
10884
|
+
"gte": {
|
|
10885
|
+
"type": "number"
|
|
10886
|
+
},
|
|
10887
|
+
"lt": {
|
|
10888
|
+
"type": "number"
|
|
10889
|
+
},
|
|
10890
|
+
"lte": {
|
|
10891
|
+
"type": "number"
|
|
10892
|
+
}
|
|
10893
|
+
},
|
|
10894
|
+
"type": "object"
|
|
10895
|
+
}
|
|
10896
|
+
]
|
|
10677
10897
|
}
|
|
10678
10898
|
},
|
|
10679
10899
|
"required": [
|
|
@@ -10686,6 +10906,21 @@
|
|
|
10686
10906
|
},
|
|
10687
10907
|
"type": "array"
|
|
10688
10908
|
},
|
|
10909
|
+
"mitigate": {
|
|
10910
|
+
"properties": {
|
|
10911
|
+
"action": {
|
|
10912
|
+
"type": "string",
|
|
10913
|
+
"enum": [
|
|
10914
|
+
"challenge",
|
|
10915
|
+
"deny"
|
|
10916
|
+
]
|
|
10917
|
+
}
|
|
10918
|
+
},
|
|
10919
|
+
"required": [
|
|
10920
|
+
"action"
|
|
10921
|
+
],
|
|
10922
|
+
"type": "object"
|
|
10923
|
+
},
|
|
10689
10924
|
"locale": {
|
|
10690
10925
|
"properties": {
|
|
10691
10926
|
"redirect": {
|
|
@@ -13631,6 +13866,14 @@
|
|
|
13631
13866
|
"nullable": true,
|
|
13632
13867
|
"type": "string"
|
|
13633
13868
|
},
|
|
13869
|
+
"plan": {
|
|
13870
|
+
"type": "string",
|
|
13871
|
+
"enum": [
|
|
13872
|
+
"pro",
|
|
13873
|
+
"enterprise",
|
|
13874
|
+
"hobby"
|
|
13875
|
+
]
|
|
13876
|
+
},
|
|
13634
13877
|
"config": {
|
|
13635
13878
|
"properties": {
|
|
13636
13879
|
"version": {
|
|
@@ -13762,7 +14005,62 @@
|
|
|
13762
14005
|
]
|
|
13763
14006
|
},
|
|
13764
14007
|
"value": {
|
|
13765
|
-
"
|
|
14008
|
+
"oneOf": [
|
|
14009
|
+
{
|
|
14010
|
+
"type": "string"
|
|
14011
|
+
},
|
|
14012
|
+
{
|
|
14013
|
+
"properties": {
|
|
14014
|
+
"eq": {
|
|
14015
|
+
"oneOf": [
|
|
14016
|
+
{
|
|
14017
|
+
"type": "string"
|
|
14018
|
+
},
|
|
14019
|
+
{
|
|
14020
|
+
"type": "number"
|
|
14021
|
+
}
|
|
14022
|
+
]
|
|
14023
|
+
},
|
|
14024
|
+
"neq": {
|
|
14025
|
+
"type": "string"
|
|
14026
|
+
},
|
|
14027
|
+
"inc": {
|
|
14028
|
+
"items": {
|
|
14029
|
+
"type": "string"
|
|
14030
|
+
},
|
|
14031
|
+
"type": "array"
|
|
14032
|
+
},
|
|
14033
|
+
"ninc": {
|
|
14034
|
+
"items": {
|
|
14035
|
+
"type": "string"
|
|
14036
|
+
},
|
|
14037
|
+
"type": "array"
|
|
14038
|
+
},
|
|
14039
|
+
"pre": {
|
|
14040
|
+
"type": "string"
|
|
14041
|
+
},
|
|
14042
|
+
"suf": {
|
|
14043
|
+
"type": "string"
|
|
14044
|
+
},
|
|
14045
|
+
"re": {
|
|
14046
|
+
"type": "string"
|
|
14047
|
+
},
|
|
14048
|
+
"gt": {
|
|
14049
|
+
"type": "number"
|
|
14050
|
+
},
|
|
14051
|
+
"gte": {
|
|
14052
|
+
"type": "number"
|
|
14053
|
+
},
|
|
14054
|
+
"lt": {
|
|
14055
|
+
"type": "number"
|
|
14056
|
+
},
|
|
14057
|
+
"lte": {
|
|
14058
|
+
"type": "number"
|
|
14059
|
+
}
|
|
14060
|
+
},
|
|
14061
|
+
"type": "object"
|
|
14062
|
+
}
|
|
14063
|
+
]
|
|
13766
14064
|
}
|
|
13767
14065
|
},
|
|
13768
14066
|
"required": [
|
|
@@ -13785,7 +14083,62 @@
|
|
|
13785
14083
|
"type": "string"
|
|
13786
14084
|
},
|
|
13787
14085
|
"value": {
|
|
13788
|
-
"
|
|
14086
|
+
"oneOf": [
|
|
14087
|
+
{
|
|
14088
|
+
"type": "string"
|
|
14089
|
+
},
|
|
14090
|
+
{
|
|
14091
|
+
"properties": {
|
|
14092
|
+
"eq": {
|
|
14093
|
+
"oneOf": [
|
|
14094
|
+
{
|
|
14095
|
+
"type": "string"
|
|
14096
|
+
},
|
|
14097
|
+
{
|
|
14098
|
+
"type": "number"
|
|
14099
|
+
}
|
|
14100
|
+
]
|
|
14101
|
+
},
|
|
14102
|
+
"neq": {
|
|
14103
|
+
"type": "string"
|
|
14104
|
+
},
|
|
14105
|
+
"inc": {
|
|
14106
|
+
"items": {
|
|
14107
|
+
"type": "string"
|
|
14108
|
+
},
|
|
14109
|
+
"type": "array"
|
|
14110
|
+
},
|
|
14111
|
+
"ninc": {
|
|
14112
|
+
"items": {
|
|
14113
|
+
"type": "string"
|
|
14114
|
+
},
|
|
14115
|
+
"type": "array"
|
|
14116
|
+
},
|
|
14117
|
+
"pre": {
|
|
14118
|
+
"type": "string"
|
|
14119
|
+
},
|
|
14120
|
+
"suf": {
|
|
14121
|
+
"type": "string"
|
|
14122
|
+
},
|
|
14123
|
+
"re": {
|
|
14124
|
+
"type": "string"
|
|
14125
|
+
},
|
|
14126
|
+
"gt": {
|
|
14127
|
+
"type": "number"
|
|
14128
|
+
},
|
|
14129
|
+
"gte": {
|
|
14130
|
+
"type": "number"
|
|
14131
|
+
},
|
|
14132
|
+
"lt": {
|
|
14133
|
+
"type": "number"
|
|
14134
|
+
},
|
|
14135
|
+
"lte": {
|
|
14136
|
+
"type": "number"
|
|
14137
|
+
}
|
|
14138
|
+
},
|
|
14139
|
+
"type": "object"
|
|
14140
|
+
}
|
|
14141
|
+
]
|
|
13789
14142
|
}
|
|
13790
14143
|
},
|
|
13791
14144
|
"required": [
|
|
@@ -13810,7 +14163,62 @@
|
|
|
13810
14163
|
]
|
|
13811
14164
|
},
|
|
13812
14165
|
"value": {
|
|
13813
|
-
"
|
|
14166
|
+
"oneOf": [
|
|
14167
|
+
{
|
|
14168
|
+
"type": "string"
|
|
14169
|
+
},
|
|
14170
|
+
{
|
|
14171
|
+
"properties": {
|
|
14172
|
+
"eq": {
|
|
14173
|
+
"oneOf": [
|
|
14174
|
+
{
|
|
14175
|
+
"type": "string"
|
|
14176
|
+
},
|
|
14177
|
+
{
|
|
14178
|
+
"type": "number"
|
|
14179
|
+
}
|
|
14180
|
+
]
|
|
14181
|
+
},
|
|
14182
|
+
"neq": {
|
|
14183
|
+
"type": "string"
|
|
14184
|
+
},
|
|
14185
|
+
"inc": {
|
|
14186
|
+
"items": {
|
|
14187
|
+
"type": "string"
|
|
14188
|
+
},
|
|
14189
|
+
"type": "array"
|
|
14190
|
+
},
|
|
14191
|
+
"ninc": {
|
|
14192
|
+
"items": {
|
|
14193
|
+
"type": "string"
|
|
14194
|
+
},
|
|
14195
|
+
"type": "array"
|
|
14196
|
+
},
|
|
14197
|
+
"pre": {
|
|
14198
|
+
"type": "string"
|
|
14199
|
+
},
|
|
14200
|
+
"suf": {
|
|
14201
|
+
"type": "string"
|
|
14202
|
+
},
|
|
14203
|
+
"re": {
|
|
14204
|
+
"type": "string"
|
|
14205
|
+
},
|
|
14206
|
+
"gt": {
|
|
14207
|
+
"type": "number"
|
|
14208
|
+
},
|
|
14209
|
+
"gte": {
|
|
14210
|
+
"type": "number"
|
|
14211
|
+
},
|
|
14212
|
+
"lt": {
|
|
14213
|
+
"type": "number"
|
|
14214
|
+
},
|
|
14215
|
+
"lte": {
|
|
14216
|
+
"type": "number"
|
|
14217
|
+
}
|
|
14218
|
+
},
|
|
14219
|
+
"type": "object"
|
|
14220
|
+
}
|
|
14221
|
+
]
|
|
13814
14222
|
}
|
|
13815
14223
|
},
|
|
13816
14224
|
"required": [
|
|
@@ -13833,7 +14241,62 @@
|
|
|
13833
14241
|
"type": "string"
|
|
13834
14242
|
},
|
|
13835
14243
|
"value": {
|
|
13836
|
-
"
|
|
14244
|
+
"oneOf": [
|
|
14245
|
+
{
|
|
14246
|
+
"type": "string"
|
|
14247
|
+
},
|
|
14248
|
+
{
|
|
14249
|
+
"properties": {
|
|
14250
|
+
"eq": {
|
|
14251
|
+
"oneOf": [
|
|
14252
|
+
{
|
|
14253
|
+
"type": "string"
|
|
14254
|
+
},
|
|
14255
|
+
{
|
|
14256
|
+
"type": "number"
|
|
14257
|
+
}
|
|
14258
|
+
]
|
|
14259
|
+
},
|
|
14260
|
+
"neq": {
|
|
14261
|
+
"type": "string"
|
|
14262
|
+
},
|
|
14263
|
+
"inc": {
|
|
14264
|
+
"items": {
|
|
14265
|
+
"type": "string"
|
|
14266
|
+
},
|
|
14267
|
+
"type": "array"
|
|
14268
|
+
},
|
|
14269
|
+
"ninc": {
|
|
14270
|
+
"items": {
|
|
14271
|
+
"type": "string"
|
|
14272
|
+
},
|
|
14273
|
+
"type": "array"
|
|
14274
|
+
},
|
|
14275
|
+
"pre": {
|
|
14276
|
+
"type": "string"
|
|
14277
|
+
},
|
|
14278
|
+
"suf": {
|
|
14279
|
+
"type": "string"
|
|
14280
|
+
},
|
|
14281
|
+
"re": {
|
|
14282
|
+
"type": "string"
|
|
14283
|
+
},
|
|
14284
|
+
"gt": {
|
|
14285
|
+
"type": "number"
|
|
14286
|
+
},
|
|
14287
|
+
"gte": {
|
|
14288
|
+
"type": "number"
|
|
14289
|
+
},
|
|
14290
|
+
"lt": {
|
|
14291
|
+
"type": "number"
|
|
14292
|
+
},
|
|
14293
|
+
"lte": {
|
|
14294
|
+
"type": "number"
|
|
14295
|
+
}
|
|
14296
|
+
},
|
|
14297
|
+
"type": "object"
|
|
14298
|
+
}
|
|
14299
|
+
]
|
|
13837
14300
|
}
|
|
13838
14301
|
},
|
|
13839
14302
|
"required": [
|
|
@@ -13846,6 +14309,21 @@
|
|
|
13846
14309
|
},
|
|
13847
14310
|
"type": "array"
|
|
13848
14311
|
},
|
|
14312
|
+
"mitigate": {
|
|
14313
|
+
"properties": {
|
|
14314
|
+
"action": {
|
|
14315
|
+
"type": "string",
|
|
14316
|
+
"enum": [
|
|
14317
|
+
"challenge",
|
|
14318
|
+
"deny"
|
|
14319
|
+
]
|
|
14320
|
+
}
|
|
14321
|
+
},
|
|
14322
|
+
"required": [
|
|
14323
|
+
"action"
|
|
14324
|
+
],
|
|
14325
|
+
"type": "object"
|
|
14326
|
+
},
|
|
13849
14327
|
"locale": {
|
|
13850
14328
|
"properties": {
|
|
13851
14329
|
"redirect": {
|
|
@@ -14087,14 +14565,6 @@
|
|
|
14087
14565
|
],
|
|
14088
14566
|
"type": "object"
|
|
14089
14567
|
},
|
|
14090
|
-
"plan": {
|
|
14091
|
-
"type": "string",
|
|
14092
|
-
"enum": [
|
|
14093
|
-
"pro",
|
|
14094
|
-
"enterprise",
|
|
14095
|
-
"hobby"
|
|
14096
|
-
]
|
|
14097
|
-
},
|
|
14098
14568
|
"connectBuildsEnabled": {
|
|
14099
14569
|
"type": "boolean"
|
|
14100
14570
|
},
|
|
@@ -14349,8 +14819,8 @@
|
|
|
14349
14819
|
"url",
|
|
14350
14820
|
"projectId",
|
|
14351
14821
|
"ownerId",
|
|
14352
|
-
"routes",
|
|
14353
14822
|
"plan",
|
|
14823
|
+
"routes",
|
|
14354
14824
|
"createdIn"
|
|
14355
14825
|
],
|
|
14356
14826
|
"type": "object",
|
|
@@ -14380,7 +14850,7 @@
|
|
|
14380
14850
|
}
|
|
14381
14851
|
},
|
|
14382
14852
|
"402": {
|
|
14383
|
-
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated\nPro customers are allowed to deploy Serverless Functions to up to
|
|
14853
|
+
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated\nPro customers are allowed to deploy Serverless Functions to up to `proMaxRegions` regions, or if the project was created before the limit was introduced.\nDeploying to Serverless Functions to multiple regions requires a plan update"
|
|
14384
14854
|
},
|
|
14385
14855
|
"403": {
|
|
14386
14856
|
"description": "You do not have permission to access this resource."
|
|
@@ -16410,7 +16880,62 @@
|
|
|
16410
16880
|
]
|
|
16411
16881
|
},
|
|
16412
16882
|
"value": {
|
|
16413
|
-
"
|
|
16883
|
+
"oneOf": [
|
|
16884
|
+
{
|
|
16885
|
+
"type": "string"
|
|
16886
|
+
},
|
|
16887
|
+
{
|
|
16888
|
+
"properties": {
|
|
16889
|
+
"eq": {
|
|
16890
|
+
"oneOf": [
|
|
16891
|
+
{
|
|
16892
|
+
"type": "string"
|
|
16893
|
+
},
|
|
16894
|
+
{
|
|
16895
|
+
"type": "number"
|
|
16896
|
+
}
|
|
16897
|
+
]
|
|
16898
|
+
},
|
|
16899
|
+
"neq": {
|
|
16900
|
+
"type": "string"
|
|
16901
|
+
},
|
|
16902
|
+
"inc": {
|
|
16903
|
+
"items": {
|
|
16904
|
+
"type": "string"
|
|
16905
|
+
},
|
|
16906
|
+
"type": "array"
|
|
16907
|
+
},
|
|
16908
|
+
"ninc": {
|
|
16909
|
+
"items": {
|
|
16910
|
+
"type": "string"
|
|
16911
|
+
},
|
|
16912
|
+
"type": "array"
|
|
16913
|
+
},
|
|
16914
|
+
"pre": {
|
|
16915
|
+
"type": "string"
|
|
16916
|
+
},
|
|
16917
|
+
"suf": {
|
|
16918
|
+
"type": "string"
|
|
16919
|
+
},
|
|
16920
|
+
"re": {
|
|
16921
|
+
"type": "string"
|
|
16922
|
+
},
|
|
16923
|
+
"gt": {
|
|
16924
|
+
"type": "number"
|
|
16925
|
+
},
|
|
16926
|
+
"gte": {
|
|
16927
|
+
"type": "number"
|
|
16928
|
+
},
|
|
16929
|
+
"lt": {
|
|
16930
|
+
"type": "number"
|
|
16931
|
+
},
|
|
16932
|
+
"lte": {
|
|
16933
|
+
"type": "number"
|
|
16934
|
+
}
|
|
16935
|
+
},
|
|
16936
|
+
"type": "object"
|
|
16937
|
+
}
|
|
16938
|
+
]
|
|
16414
16939
|
}
|
|
16415
16940
|
},
|
|
16416
16941
|
"required": [
|
|
@@ -16433,7 +16958,62 @@
|
|
|
16433
16958
|
"type": "string"
|
|
16434
16959
|
},
|
|
16435
16960
|
"value": {
|
|
16436
|
-
"
|
|
16961
|
+
"oneOf": [
|
|
16962
|
+
{
|
|
16963
|
+
"type": "string"
|
|
16964
|
+
},
|
|
16965
|
+
{
|
|
16966
|
+
"properties": {
|
|
16967
|
+
"eq": {
|
|
16968
|
+
"oneOf": [
|
|
16969
|
+
{
|
|
16970
|
+
"type": "string"
|
|
16971
|
+
},
|
|
16972
|
+
{
|
|
16973
|
+
"type": "number"
|
|
16974
|
+
}
|
|
16975
|
+
]
|
|
16976
|
+
},
|
|
16977
|
+
"neq": {
|
|
16978
|
+
"type": "string"
|
|
16979
|
+
},
|
|
16980
|
+
"inc": {
|
|
16981
|
+
"items": {
|
|
16982
|
+
"type": "string"
|
|
16983
|
+
},
|
|
16984
|
+
"type": "array"
|
|
16985
|
+
},
|
|
16986
|
+
"ninc": {
|
|
16987
|
+
"items": {
|
|
16988
|
+
"type": "string"
|
|
16989
|
+
},
|
|
16990
|
+
"type": "array"
|
|
16991
|
+
},
|
|
16992
|
+
"pre": {
|
|
16993
|
+
"type": "string"
|
|
16994
|
+
},
|
|
16995
|
+
"suf": {
|
|
16996
|
+
"type": "string"
|
|
16997
|
+
},
|
|
16998
|
+
"re": {
|
|
16999
|
+
"type": "string"
|
|
17000
|
+
},
|
|
17001
|
+
"gt": {
|
|
17002
|
+
"type": "number"
|
|
17003
|
+
},
|
|
17004
|
+
"gte": {
|
|
17005
|
+
"type": "number"
|
|
17006
|
+
},
|
|
17007
|
+
"lt": {
|
|
17008
|
+
"type": "number"
|
|
17009
|
+
},
|
|
17010
|
+
"lte": {
|
|
17011
|
+
"type": "number"
|
|
17012
|
+
}
|
|
17013
|
+
},
|
|
17014
|
+
"type": "object"
|
|
17015
|
+
}
|
|
17016
|
+
]
|
|
16437
17017
|
}
|
|
16438
17018
|
},
|
|
16439
17019
|
"required": [
|
|
@@ -16458,7 +17038,62 @@
|
|
|
16458
17038
|
]
|
|
16459
17039
|
},
|
|
16460
17040
|
"value": {
|
|
16461
|
-
"
|
|
17041
|
+
"oneOf": [
|
|
17042
|
+
{
|
|
17043
|
+
"type": "string"
|
|
17044
|
+
},
|
|
17045
|
+
{
|
|
17046
|
+
"properties": {
|
|
17047
|
+
"eq": {
|
|
17048
|
+
"oneOf": [
|
|
17049
|
+
{
|
|
17050
|
+
"type": "string"
|
|
17051
|
+
},
|
|
17052
|
+
{
|
|
17053
|
+
"type": "number"
|
|
17054
|
+
}
|
|
17055
|
+
]
|
|
17056
|
+
},
|
|
17057
|
+
"neq": {
|
|
17058
|
+
"type": "string"
|
|
17059
|
+
},
|
|
17060
|
+
"inc": {
|
|
17061
|
+
"items": {
|
|
17062
|
+
"type": "string"
|
|
17063
|
+
},
|
|
17064
|
+
"type": "array"
|
|
17065
|
+
},
|
|
17066
|
+
"ninc": {
|
|
17067
|
+
"items": {
|
|
17068
|
+
"type": "string"
|
|
17069
|
+
},
|
|
17070
|
+
"type": "array"
|
|
17071
|
+
},
|
|
17072
|
+
"pre": {
|
|
17073
|
+
"type": "string"
|
|
17074
|
+
},
|
|
17075
|
+
"suf": {
|
|
17076
|
+
"type": "string"
|
|
17077
|
+
},
|
|
17078
|
+
"re": {
|
|
17079
|
+
"type": "string"
|
|
17080
|
+
},
|
|
17081
|
+
"gt": {
|
|
17082
|
+
"type": "number"
|
|
17083
|
+
},
|
|
17084
|
+
"gte": {
|
|
17085
|
+
"type": "number"
|
|
17086
|
+
},
|
|
17087
|
+
"lt": {
|
|
17088
|
+
"type": "number"
|
|
17089
|
+
},
|
|
17090
|
+
"lte": {
|
|
17091
|
+
"type": "number"
|
|
17092
|
+
}
|
|
17093
|
+
},
|
|
17094
|
+
"type": "object"
|
|
17095
|
+
}
|
|
17096
|
+
]
|
|
16462
17097
|
}
|
|
16463
17098
|
},
|
|
16464
17099
|
"required": [
|
|
@@ -16481,7 +17116,62 @@
|
|
|
16481
17116
|
"type": "string"
|
|
16482
17117
|
},
|
|
16483
17118
|
"value": {
|
|
16484
|
-
"
|
|
17119
|
+
"oneOf": [
|
|
17120
|
+
{
|
|
17121
|
+
"type": "string"
|
|
17122
|
+
},
|
|
17123
|
+
{
|
|
17124
|
+
"properties": {
|
|
17125
|
+
"eq": {
|
|
17126
|
+
"oneOf": [
|
|
17127
|
+
{
|
|
17128
|
+
"type": "string"
|
|
17129
|
+
},
|
|
17130
|
+
{
|
|
17131
|
+
"type": "number"
|
|
17132
|
+
}
|
|
17133
|
+
]
|
|
17134
|
+
},
|
|
17135
|
+
"neq": {
|
|
17136
|
+
"type": "string"
|
|
17137
|
+
},
|
|
17138
|
+
"inc": {
|
|
17139
|
+
"items": {
|
|
17140
|
+
"type": "string"
|
|
17141
|
+
},
|
|
17142
|
+
"type": "array"
|
|
17143
|
+
},
|
|
17144
|
+
"ninc": {
|
|
17145
|
+
"items": {
|
|
17146
|
+
"type": "string"
|
|
17147
|
+
},
|
|
17148
|
+
"type": "array"
|
|
17149
|
+
},
|
|
17150
|
+
"pre": {
|
|
17151
|
+
"type": "string"
|
|
17152
|
+
},
|
|
17153
|
+
"suf": {
|
|
17154
|
+
"type": "string"
|
|
17155
|
+
},
|
|
17156
|
+
"re": {
|
|
17157
|
+
"type": "string"
|
|
17158
|
+
},
|
|
17159
|
+
"gt": {
|
|
17160
|
+
"type": "number"
|
|
17161
|
+
},
|
|
17162
|
+
"gte": {
|
|
17163
|
+
"type": "number"
|
|
17164
|
+
},
|
|
17165
|
+
"lt": {
|
|
17166
|
+
"type": "number"
|
|
17167
|
+
},
|
|
17168
|
+
"lte": {
|
|
17169
|
+
"type": "number"
|
|
17170
|
+
}
|
|
17171
|
+
},
|
|
17172
|
+
"type": "object"
|
|
17173
|
+
}
|
|
17174
|
+
]
|
|
16485
17175
|
}
|
|
16486
17176
|
},
|
|
16487
17177
|
"required": [
|
|
@@ -16494,6 +17184,21 @@
|
|
|
16494
17184
|
},
|
|
16495
17185
|
"type": "array"
|
|
16496
17186
|
},
|
|
17187
|
+
"mitigate": {
|
|
17188
|
+
"properties": {
|
|
17189
|
+
"action": {
|
|
17190
|
+
"type": "string",
|
|
17191
|
+
"enum": [
|
|
17192
|
+
"challenge",
|
|
17193
|
+
"deny"
|
|
17194
|
+
]
|
|
17195
|
+
}
|
|
17196
|
+
},
|
|
17197
|
+
"required": [
|
|
17198
|
+
"action"
|
|
17199
|
+
],
|
|
17200
|
+
"type": "object"
|
|
17201
|
+
},
|
|
16497
17202
|
"locale": {
|
|
16498
17203
|
"properties": {
|
|
16499
17204
|
"redirect": {
|
|
@@ -21156,313 +21861,316 @@
|
|
|
21156
21861
|
],
|
|
21157
21862
|
"responses": {
|
|
21158
21863
|
"200": {
|
|
21159
|
-
"description": "
|
|
21864
|
+
"description": "List of all Edge Config items.",
|
|
21160
21865
|
"content": {
|
|
21161
21866
|
"application/json": {
|
|
21162
21867
|
"schema": {
|
|
21163
|
-
"$ref": "#/components/schemas/EdgeConfigItem"
|
|
21164
|
-
}
|
|
21165
|
-
}
|
|
21166
|
-
}
|
|
21167
|
-
},
|
|
21168
|
-
"400": {
|
|
21169
|
-
"description": "One of the provided values in the request query is invalid.",
|
|
21170
|
-
"content": {
|
|
21171
|
-
"application/json": {
|
|
21172
|
-
"schema": {
|
|
21173
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
21174
|
-
}
|
|
21175
|
-
}
|
|
21176
|
-
}
|
|
21177
|
-
},
|
|
21178
|
-
"401": {
|
|
21179
|
-
"description": "",
|
|
21180
|
-
"content": {
|
|
21181
|
-
"application/json": {
|
|
21182
|
-
"schema": {
|
|
21183
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
21184
|
-
}
|
|
21185
|
-
}
|
|
21186
|
-
}
|
|
21187
|
-
},
|
|
21188
|
-
"403": {
|
|
21189
|
-
"description": "You do not have permission to access this resource."
|
|
21190
|
-
},
|
|
21191
|
-
"404": {
|
|
21192
|
-
"description": "",
|
|
21193
|
-
"content": {
|
|
21194
|
-
"application/json": {
|
|
21195
|
-
"schema": {
|
|
21196
|
-
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
21197
|
-
}
|
|
21198
|
-
}
|
|
21199
|
-
}
|
|
21200
|
-
}
|
|
21201
|
-
},
|
|
21202
|
-
"parameters": [
|
|
21203
|
-
{
|
|
21204
|
-
"name": "edgeConfigId",
|
|
21205
|
-
"in": "path",
|
|
21206
|
-
"required": true,
|
|
21207
|
-
"schema": {
|
|
21208
|
-
"type": "string",
|
|
21209
|
-
"pattern": "^ecfg_"
|
|
21210
|
-
}
|
|
21211
|
-
},
|
|
21212
|
-
{
|
|
21213
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
21214
|
-
"in": "query",
|
|
21215
|
-
"name": "teamId",
|
|
21216
|
-
"schema": {
|
|
21217
|
-
"type": "string",
|
|
21218
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
21219
|
-
}
|
|
21220
|
-
},
|
|
21221
|
-
{
|
|
21222
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
21223
|
-
"in": "query",
|
|
21224
|
-
"name": "slug",
|
|
21225
|
-
"schema": {
|
|
21226
|
-
"type": "string",
|
|
21227
|
-
"example": "my-team-url-slug"
|
|
21228
|
-
}
|
|
21229
|
-
}
|
|
21230
|
-
]
|
|
21231
|
-
},
|
|
21232
|
-
"patch": {
|
|
21233
|
-
"description": "Update multiple Edge Config Items in batch.",
|
|
21234
|
-
"operationId": "patchEdgeConfigItems",
|
|
21235
|
-
"security": [
|
|
21236
|
-
{
|
|
21237
|
-
"bearerToken": []
|
|
21238
|
-
}
|
|
21239
|
-
],
|
|
21240
|
-
"summary": "Update Edge Config items in batch",
|
|
21241
|
-
"tags": [
|
|
21242
|
-
"edge-config"
|
|
21243
|
-
],
|
|
21244
|
-
"responses": {
|
|
21245
|
-
"200": {
|
|
21246
|
-
"description": "",
|
|
21247
|
-
"content": {
|
|
21248
|
-
"application/json": {
|
|
21249
|
-
"schema": {
|
|
21250
|
-
"properties": {
|
|
21251
|
-
"status": {
|
|
21252
|
-
"type": "string"
|
|
21253
|
-
}
|
|
21254
|
-
},
|
|
21255
|
-
"required": [
|
|
21256
|
-
"status"
|
|
21257
|
-
],
|
|
21258
|
-
"type": "object"
|
|
21259
|
-
}
|
|
21260
|
-
}
|
|
21261
|
-
}
|
|
21262
|
-
},
|
|
21263
|
-
"400": {
|
|
21264
|
-
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
21265
|
-
"content": {
|
|
21266
|
-
"application/json": {
|
|
21267
|
-
"schema": {
|
|
21268
|
-
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
21269
|
-
}
|
|
21270
|
-
}
|
|
21271
|
-
}
|
|
21272
|
-
},
|
|
21273
|
-
"401": {
|
|
21274
|
-
"description": "",
|
|
21275
|
-
"content": {
|
|
21276
|
-
"application/json": {
|
|
21277
|
-
"schema": {
|
|
21278
|
-
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
21279
|
-
}
|
|
21280
|
-
}
|
|
21281
|
-
}
|
|
21282
|
-
},
|
|
21283
|
-
"402": {
|
|
21284
|
-
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated"
|
|
21285
|
-
},
|
|
21286
|
-
"403": {
|
|
21287
|
-
"description": "You do not have permission to access this resource."
|
|
21288
|
-
},
|
|
21289
|
-
"404": {
|
|
21290
|
-
"description": "",
|
|
21291
|
-
"content": {
|
|
21292
|
-
"application/json": {
|
|
21293
|
-
"schema": {
|
|
21294
|
-
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
21295
|
-
}
|
|
21296
|
-
}
|
|
21297
|
-
}
|
|
21298
|
-
},
|
|
21299
|
-
"409": {
|
|
21300
|
-
"description": ""
|
|
21301
|
-
}
|
|
21302
|
-
},
|
|
21303
|
-
"parameters": [
|
|
21304
|
-
{
|
|
21305
|
-
"name": "edgeConfigId",
|
|
21306
|
-
"in": "path",
|
|
21307
|
-
"required": true,
|
|
21308
|
-
"schema": {
|
|
21309
|
-
"type": "string",
|
|
21310
|
-
"pattern": "^ecfg_"
|
|
21311
|
-
}
|
|
21312
|
-
},
|
|
21313
|
-
{
|
|
21314
|
-
"name": "dryRun",
|
|
21315
|
-
"in": "query",
|
|
21316
|
-
"required": false,
|
|
21317
|
-
"schema": {
|
|
21318
|
-
"type": "string"
|
|
21319
|
-
}
|
|
21320
|
-
},
|
|
21321
|
-
{
|
|
21322
|
-
"description": "The Team identifier to perform the request on behalf of.",
|
|
21323
|
-
"in": "query",
|
|
21324
|
-
"name": "teamId",
|
|
21325
|
-
"schema": {
|
|
21326
|
-
"type": "string",
|
|
21327
|
-
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
21328
|
-
}
|
|
21329
|
-
},
|
|
21330
|
-
{
|
|
21331
|
-
"description": "The Team slug to perform the request on behalf of.",
|
|
21332
|
-
"in": "query",
|
|
21333
|
-
"name": "slug",
|
|
21334
|
-
"schema": {
|
|
21335
|
-
"type": "string",
|
|
21336
|
-
"example": "my-team-url-slug"
|
|
21337
|
-
}
|
|
21338
|
-
}
|
|
21339
|
-
],
|
|
21340
|
-
"requestBody": {
|
|
21341
|
-
"content": {
|
|
21342
|
-
"application/json": {
|
|
21343
|
-
"schema": {
|
|
21344
|
-
"type": "object",
|
|
21345
|
-
"additionalProperties": false,
|
|
21346
|
-
"required": [
|
|
21347
|
-
"items",
|
|
21348
|
-
"definition"
|
|
21349
|
-
],
|
|
21350
|
-
"properties": {
|
|
21351
21868
|
"items": {
|
|
21352
|
-
"
|
|
21353
|
-
"items": {
|
|
21354
|
-
"oneOf": [
|
|
21355
|
-
{
|
|
21356
|
-
"type": "object",
|
|
21357
|
-
"properties": {
|
|
21358
|
-
"operation": {
|
|
21359
|
-
"enum": [
|
|
21360
|
-
"create",
|
|
21361
|
-
"update",
|
|
21362
|
-
"upsert",
|
|
21363
|
-
"delete"
|
|
21364
|
-
]
|
|
21365
|
-
},
|
|
21366
|
-
"key": {
|
|
21367
|
-
"maxLength": 256,
|
|
21368
|
-
"pattern": "^[\\\\w-]+$",
|
|
21369
|
-
"type": "string"
|
|
21370
|
-
},
|
|
21371
|
-
"value": {
|
|
21372
|
-
"nullable": true
|
|
21373
|
-
},
|
|
21374
|
-
"description": {
|
|
21375
|
-
"oneOf": [
|
|
21376
|
-
{
|
|
21377
|
-
"type": "string",
|
|
21378
|
-
"maxLength": 512
|
|
21379
|
-
},
|
|
21380
|
-
{}
|
|
21381
|
-
],
|
|
21382
|
-
"nullable": true
|
|
21383
|
-
}
|
|
21384
|
-
},
|
|
21385
|
-
"anyOf": [
|
|
21386
|
-
{
|
|
21387
|
-
"properties": {
|
|
21388
|
-
"operation": {
|
|
21389
|
-
"type": "string",
|
|
21390
|
-
"enum": [
|
|
21391
|
-
"create"
|
|
21392
|
-
]
|
|
21393
|
-
}
|
|
21394
|
-
},
|
|
21395
|
-
"required": [
|
|
21396
|
-
"operation",
|
|
21397
|
-
"key",
|
|
21398
|
-
"value"
|
|
21399
|
-
]
|
|
21400
|
-
},
|
|
21401
|
-
{
|
|
21402
|
-
"properties": {
|
|
21403
|
-
"operation": {
|
|
21404
|
-
"enum": [
|
|
21405
|
-
"update",
|
|
21406
|
-
"upsert"
|
|
21407
|
-
]
|
|
21408
|
-
}
|
|
21409
|
-
},
|
|
21410
|
-
"required": [
|
|
21411
|
-
"operation",
|
|
21412
|
-
"key",
|
|
21413
|
-
"value"
|
|
21414
|
-
]
|
|
21415
|
-
},
|
|
21416
|
-
{
|
|
21417
|
-
"properties": {
|
|
21418
|
-
"operation": {
|
|
21419
|
-
"enum": [
|
|
21420
|
-
"update",
|
|
21421
|
-
"upsert"
|
|
21422
|
-
]
|
|
21423
|
-
}
|
|
21424
|
-
},
|
|
21425
|
-
"required": [
|
|
21426
|
-
"operation",
|
|
21427
|
-
"key",
|
|
21428
|
-
"description"
|
|
21429
|
-
]
|
|
21430
|
-
}
|
|
21431
|
-
]
|
|
21432
|
-
}
|
|
21433
|
-
]
|
|
21434
|
-
}
|
|
21869
|
+
"$ref": "#/components/schemas/EdgeConfigItem"
|
|
21435
21870
|
},
|
|
21436
|
-
"
|
|
21437
|
-
}
|
|
21438
|
-
}
|
|
21439
|
-
}
|
|
21440
|
-
}
|
|
21441
|
-
|
|
21442
|
-
|
|
21443
|
-
|
|
21444
|
-
|
|
21445
|
-
|
|
21446
|
-
|
|
21447
|
-
|
|
21448
|
-
|
|
21449
|
-
|
|
21450
|
-
|
|
21451
|
-
|
|
21452
|
-
|
|
21453
|
-
|
|
21454
|
-
|
|
21455
|
-
|
|
21456
|
-
|
|
21457
|
-
|
|
21458
|
-
|
|
21459
|
-
|
|
21460
|
-
|
|
21461
|
-
|
|
21462
|
-
|
|
21463
|
-
|
|
21464
|
-
|
|
21465
|
-
|
|
21871
|
+
"type": "array"
|
|
21872
|
+
}
|
|
21873
|
+
}
|
|
21874
|
+
}
|
|
21875
|
+
},
|
|
21876
|
+
"400": {
|
|
21877
|
+
"description": "One of the provided values in the request query is invalid.",
|
|
21878
|
+
"content": {
|
|
21879
|
+
"application/json": {
|
|
21880
|
+
"schema": {
|
|
21881
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
21882
|
+
}
|
|
21883
|
+
}
|
|
21884
|
+
}
|
|
21885
|
+
},
|
|
21886
|
+
"401": {
|
|
21887
|
+
"description": "",
|
|
21888
|
+
"content": {
|
|
21889
|
+
"application/json": {
|
|
21890
|
+
"schema": {
|
|
21891
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
21892
|
+
}
|
|
21893
|
+
}
|
|
21894
|
+
}
|
|
21895
|
+
},
|
|
21896
|
+
"403": {
|
|
21897
|
+
"description": "You do not have permission to access this resource."
|
|
21898
|
+
},
|
|
21899
|
+
"404": {
|
|
21900
|
+
"description": "",
|
|
21901
|
+
"content": {
|
|
21902
|
+
"application/json": {
|
|
21903
|
+
"schema": {
|
|
21904
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
21905
|
+
}
|
|
21906
|
+
}
|
|
21907
|
+
}
|
|
21908
|
+
}
|
|
21909
|
+
},
|
|
21910
|
+
"parameters": [
|
|
21911
|
+
{
|
|
21912
|
+
"name": "edgeConfigId",
|
|
21913
|
+
"in": "path",
|
|
21914
|
+
"required": true,
|
|
21915
|
+
"schema": {
|
|
21916
|
+
"type": "string",
|
|
21917
|
+
"pattern": "^ecfg_"
|
|
21918
|
+
}
|
|
21919
|
+
},
|
|
21920
|
+
{
|
|
21921
|
+
"description": "The Team identifier to perform the request on behalf of.",
|
|
21922
|
+
"in": "query",
|
|
21923
|
+
"name": "teamId",
|
|
21924
|
+
"schema": {
|
|
21925
|
+
"type": "string",
|
|
21926
|
+
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
21927
|
+
}
|
|
21928
|
+
},
|
|
21929
|
+
{
|
|
21930
|
+
"description": "The Team slug to perform the request on behalf of.",
|
|
21931
|
+
"in": "query",
|
|
21932
|
+
"name": "slug",
|
|
21933
|
+
"schema": {
|
|
21934
|
+
"type": "string",
|
|
21935
|
+
"example": "my-team-url-slug"
|
|
21936
|
+
}
|
|
21937
|
+
}
|
|
21938
|
+
]
|
|
21939
|
+
},
|
|
21940
|
+
"patch": {
|
|
21941
|
+
"description": "Update multiple Edge Config Items in batch.",
|
|
21942
|
+
"operationId": "patchEdgeConfigItems",
|
|
21943
|
+
"security": [
|
|
21944
|
+
{
|
|
21945
|
+
"bearerToken": []
|
|
21946
|
+
}
|
|
21947
|
+
],
|
|
21948
|
+
"summary": "Update Edge Config items in batch",
|
|
21949
|
+
"tags": [
|
|
21950
|
+
"edge-config"
|
|
21951
|
+
],
|
|
21952
|
+
"responses": {
|
|
21953
|
+
"200": {
|
|
21954
|
+
"description": "",
|
|
21955
|
+
"content": {
|
|
21956
|
+
"application/json": {
|
|
21957
|
+
"schema": {
|
|
21958
|
+
"properties": {
|
|
21959
|
+
"status": {
|
|
21960
|
+
"type": "string"
|
|
21961
|
+
}
|
|
21962
|
+
},
|
|
21963
|
+
"required": [
|
|
21964
|
+
"status"
|
|
21965
|
+
],
|
|
21966
|
+
"type": "object"
|
|
21967
|
+
}
|
|
21968
|
+
}
|
|
21969
|
+
}
|
|
21970
|
+
},
|
|
21971
|
+
"400": {
|
|
21972
|
+
"description": "One of the provided values in the request body is invalid.\nOne of the provided values in the request query is invalid.",
|
|
21973
|
+
"content": {
|
|
21974
|
+
"application/json": {
|
|
21975
|
+
"schema": {
|
|
21976
|
+
"$ref": "#/components/schemas/VercelBadRequestError"
|
|
21977
|
+
}
|
|
21978
|
+
}
|
|
21979
|
+
}
|
|
21980
|
+
},
|
|
21981
|
+
"401": {
|
|
21982
|
+
"description": "",
|
|
21983
|
+
"content": {
|
|
21984
|
+
"application/json": {
|
|
21985
|
+
"schema": {
|
|
21986
|
+
"$ref": "#/components/schemas/VercelForbiddenError"
|
|
21987
|
+
}
|
|
21988
|
+
}
|
|
21989
|
+
}
|
|
21990
|
+
},
|
|
21991
|
+
"402": {
|
|
21992
|
+
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated"
|
|
21993
|
+
},
|
|
21994
|
+
"403": {
|
|
21995
|
+
"description": "You do not have permission to access this resource."
|
|
21996
|
+
},
|
|
21997
|
+
"404": {
|
|
21998
|
+
"description": "",
|
|
21999
|
+
"content": {
|
|
22000
|
+
"application/json": {
|
|
22001
|
+
"schema": {
|
|
22002
|
+
"$ref": "#/components/schemas/VercelNotFoundError"
|
|
22003
|
+
}
|
|
22004
|
+
}
|
|
22005
|
+
}
|
|
22006
|
+
},
|
|
22007
|
+
"409": {
|
|
22008
|
+
"description": ""
|
|
22009
|
+
}
|
|
22010
|
+
},
|
|
22011
|
+
"parameters": [
|
|
22012
|
+
{
|
|
22013
|
+
"name": "edgeConfigId",
|
|
22014
|
+
"in": "path",
|
|
22015
|
+
"required": true,
|
|
22016
|
+
"schema": {
|
|
22017
|
+
"type": "string",
|
|
22018
|
+
"pattern": "^ecfg_"
|
|
22019
|
+
}
|
|
22020
|
+
},
|
|
22021
|
+
{
|
|
22022
|
+
"name": "dryRun",
|
|
22023
|
+
"in": "query",
|
|
22024
|
+
"required": false,
|
|
22025
|
+
"schema": {
|
|
22026
|
+
"type": "string"
|
|
22027
|
+
}
|
|
22028
|
+
},
|
|
22029
|
+
{
|
|
22030
|
+
"description": "The Team identifier to perform the request on behalf of.",
|
|
22031
|
+
"in": "query",
|
|
22032
|
+
"name": "teamId",
|
|
22033
|
+
"schema": {
|
|
22034
|
+
"type": "string",
|
|
22035
|
+
"example": "team_1a2b3c4d5e6f7g8h9i0j1k2l"
|
|
22036
|
+
}
|
|
22037
|
+
},
|
|
22038
|
+
{
|
|
22039
|
+
"description": "The Team slug to perform the request on behalf of.",
|
|
22040
|
+
"in": "query",
|
|
22041
|
+
"name": "slug",
|
|
22042
|
+
"schema": {
|
|
22043
|
+
"type": "string",
|
|
22044
|
+
"example": "my-team-url-slug"
|
|
22045
|
+
}
|
|
22046
|
+
}
|
|
22047
|
+
],
|
|
22048
|
+
"requestBody": {
|
|
22049
|
+
"content": {
|
|
22050
|
+
"application/json": {
|
|
22051
|
+
"schema": {
|
|
22052
|
+
"type": "object",
|
|
22053
|
+
"additionalProperties": false,
|
|
22054
|
+
"required": [
|
|
22055
|
+
"items",
|
|
22056
|
+
"definition"
|
|
22057
|
+
],
|
|
22058
|
+
"properties": {
|
|
22059
|
+
"items": {
|
|
22060
|
+
"type": "array",
|
|
22061
|
+
"items": {
|
|
22062
|
+
"oneOf": [
|
|
22063
|
+
{
|
|
22064
|
+
"type": "object",
|
|
22065
|
+
"properties": {
|
|
22066
|
+
"operation": {
|
|
22067
|
+
"enum": [
|
|
22068
|
+
"create",
|
|
22069
|
+
"update",
|
|
22070
|
+
"upsert",
|
|
22071
|
+
"delete"
|
|
22072
|
+
]
|
|
22073
|
+
},
|
|
22074
|
+
"key": {
|
|
22075
|
+
"maxLength": 256,
|
|
22076
|
+
"pattern": "^[\\\\w-]+$",
|
|
22077
|
+
"type": "string"
|
|
22078
|
+
},
|
|
22079
|
+
"value": {
|
|
22080
|
+
"nullable": true
|
|
22081
|
+
},
|
|
22082
|
+
"description": {
|
|
22083
|
+
"oneOf": [
|
|
22084
|
+
{
|
|
22085
|
+
"type": "string",
|
|
22086
|
+
"maxLength": 512
|
|
22087
|
+
},
|
|
22088
|
+
{}
|
|
22089
|
+
],
|
|
22090
|
+
"nullable": true
|
|
22091
|
+
}
|
|
22092
|
+
},
|
|
22093
|
+
"anyOf": [
|
|
22094
|
+
{
|
|
22095
|
+
"properties": {
|
|
22096
|
+
"operation": {
|
|
22097
|
+
"type": "string",
|
|
22098
|
+
"enum": [
|
|
22099
|
+
"create"
|
|
22100
|
+
]
|
|
22101
|
+
}
|
|
22102
|
+
},
|
|
22103
|
+
"required": [
|
|
22104
|
+
"operation",
|
|
22105
|
+
"key",
|
|
22106
|
+
"value"
|
|
22107
|
+
]
|
|
22108
|
+
},
|
|
22109
|
+
{
|
|
22110
|
+
"properties": {
|
|
22111
|
+
"operation": {
|
|
22112
|
+
"enum": [
|
|
22113
|
+
"update",
|
|
22114
|
+
"upsert"
|
|
22115
|
+
]
|
|
22116
|
+
}
|
|
22117
|
+
},
|
|
22118
|
+
"required": [
|
|
22119
|
+
"operation",
|
|
22120
|
+
"key",
|
|
22121
|
+
"value"
|
|
22122
|
+
]
|
|
22123
|
+
},
|
|
22124
|
+
{
|
|
22125
|
+
"properties": {
|
|
22126
|
+
"operation": {
|
|
22127
|
+
"enum": [
|
|
22128
|
+
"update",
|
|
22129
|
+
"upsert"
|
|
22130
|
+
]
|
|
22131
|
+
}
|
|
22132
|
+
},
|
|
22133
|
+
"required": [
|
|
22134
|
+
"operation",
|
|
22135
|
+
"key",
|
|
22136
|
+
"description"
|
|
22137
|
+
]
|
|
22138
|
+
}
|
|
22139
|
+
]
|
|
22140
|
+
}
|
|
22141
|
+
]
|
|
22142
|
+
}
|
|
22143
|
+
},
|
|
22144
|
+
"definition": {}
|
|
22145
|
+
}
|
|
22146
|
+
}
|
|
22147
|
+
}
|
|
22148
|
+
}
|
|
22149
|
+
}
|
|
22150
|
+
}
|
|
22151
|
+
},
|
|
22152
|
+
"/v1/edge-config/{edgeConfigId}/schema": {
|
|
22153
|
+
"get": {
|
|
22154
|
+
"description": "Returns the schema of an Edge Config.",
|
|
22155
|
+
"operationId": "getEdgeConfigSchema",
|
|
22156
|
+
"security": [
|
|
22157
|
+
{
|
|
22158
|
+
"bearerToken": []
|
|
22159
|
+
}
|
|
22160
|
+
],
|
|
22161
|
+
"summary": "Get Edge Config schema",
|
|
22162
|
+
"tags": [
|
|
22163
|
+
"edge-config"
|
|
22164
|
+
],
|
|
22165
|
+
"responses": {
|
|
22166
|
+
"200": {
|
|
22167
|
+
"description": "The EdgeConfig.",
|
|
22168
|
+
"content": {
|
|
22169
|
+
"application/json": {
|
|
22170
|
+
"schema": {
|
|
22171
|
+
"nullable": true,
|
|
22172
|
+
"type": "object",
|
|
22173
|
+
"description": "The EdgeConfig."
|
|
21466
22174
|
}
|
|
21467
22175
|
}
|
|
21468
22176
|
}
|
|
@@ -32382,10 +33090,10 @@
|
|
|
32382
33090
|
"type": "string",
|
|
32383
33091
|
"enum": [
|
|
32384
33092
|
"system",
|
|
32385
|
-
"secret",
|
|
32386
33093
|
"encrypted",
|
|
32387
33094
|
"plain",
|
|
32388
|
-
"sensitive"
|
|
33095
|
+
"sensitive",
|
|
33096
|
+
"secret"
|
|
32389
33097
|
]
|
|
32390
33098
|
},
|
|
32391
33099
|
"sunsetSecretId": {
|
|
@@ -34253,6 +34961,390 @@
|
|
|
34253
34961
|
},
|
|
34254
34962
|
"permissions": {
|
|
34255
34963
|
"properties": {
|
|
34964
|
+
"aliasProject": {
|
|
34965
|
+
"items": {
|
|
34966
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
34967
|
+
},
|
|
34968
|
+
"type": "array"
|
|
34969
|
+
},
|
|
34970
|
+
"aliasProtectionBypass": {
|
|
34971
|
+
"items": {
|
|
34972
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
34973
|
+
},
|
|
34974
|
+
"type": "array"
|
|
34975
|
+
},
|
|
34976
|
+
"buildMachine": {
|
|
34977
|
+
"items": {
|
|
34978
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
34979
|
+
},
|
|
34980
|
+
"type": "array"
|
|
34981
|
+
},
|
|
34982
|
+
"productionAliasProtectionBypass": {
|
|
34983
|
+
"items": {
|
|
34984
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
34985
|
+
},
|
|
34986
|
+
"type": "array"
|
|
34987
|
+
},
|
|
34988
|
+
"connectConfigurationLink": {
|
|
34989
|
+
"items": {
|
|
34990
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
34991
|
+
},
|
|
34992
|
+
"type": "array"
|
|
34993
|
+
},
|
|
34994
|
+
"dataCacheNamespace": {
|
|
34995
|
+
"items": {
|
|
34996
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
34997
|
+
},
|
|
34998
|
+
"type": "array"
|
|
34999
|
+
},
|
|
35000
|
+
"deployment": {
|
|
35001
|
+
"items": {
|
|
35002
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35003
|
+
},
|
|
35004
|
+
"type": "array"
|
|
35005
|
+
},
|
|
35006
|
+
"deploymentCheck": {
|
|
35007
|
+
"items": {
|
|
35008
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35009
|
+
},
|
|
35010
|
+
"type": "array"
|
|
35011
|
+
},
|
|
35012
|
+
"deploymentCheckPreview": {
|
|
35013
|
+
"items": {
|
|
35014
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35015
|
+
},
|
|
35016
|
+
"type": "array"
|
|
35017
|
+
},
|
|
35018
|
+
"deploymentCheckReRunFromProductionBranch": {
|
|
35019
|
+
"items": {
|
|
35020
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35021
|
+
},
|
|
35022
|
+
"type": "array"
|
|
35023
|
+
},
|
|
35024
|
+
"deploymentProductionGit": {
|
|
35025
|
+
"items": {
|
|
35026
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35027
|
+
},
|
|
35028
|
+
"type": "array"
|
|
35029
|
+
},
|
|
35030
|
+
"deploymentV0": {
|
|
35031
|
+
"items": {
|
|
35032
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35033
|
+
},
|
|
35034
|
+
"type": "array"
|
|
35035
|
+
},
|
|
35036
|
+
"deploymentPreview": {
|
|
35037
|
+
"items": {
|
|
35038
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35039
|
+
},
|
|
35040
|
+
"type": "array"
|
|
35041
|
+
},
|
|
35042
|
+
"deploymentPrivate": {
|
|
35043
|
+
"items": {
|
|
35044
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35045
|
+
},
|
|
35046
|
+
"type": "array"
|
|
35047
|
+
},
|
|
35048
|
+
"deploymentPromote": {
|
|
35049
|
+
"items": {
|
|
35050
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35051
|
+
},
|
|
35052
|
+
"type": "array"
|
|
35053
|
+
},
|
|
35054
|
+
"deploymentRollback": {
|
|
35055
|
+
"items": {
|
|
35056
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35057
|
+
},
|
|
35058
|
+
"type": "array"
|
|
35059
|
+
},
|
|
35060
|
+
"edgeCacheNamespace": {
|
|
35061
|
+
"items": {
|
|
35062
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35063
|
+
},
|
|
35064
|
+
"type": "array"
|
|
35065
|
+
},
|
|
35066
|
+
"environments": {
|
|
35067
|
+
"items": {
|
|
35068
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35069
|
+
},
|
|
35070
|
+
"type": "array"
|
|
35071
|
+
},
|
|
35072
|
+
"logs": {
|
|
35073
|
+
"items": {
|
|
35074
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35075
|
+
},
|
|
35076
|
+
"type": "array"
|
|
35077
|
+
},
|
|
35078
|
+
"logsPreset": {
|
|
35079
|
+
"items": {
|
|
35080
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35081
|
+
},
|
|
35082
|
+
"type": "array"
|
|
35083
|
+
},
|
|
35084
|
+
"passwordProtection": {
|
|
35085
|
+
"items": {
|
|
35086
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35087
|
+
},
|
|
35088
|
+
"type": "array"
|
|
35089
|
+
},
|
|
35090
|
+
"optionsAllowlist": {
|
|
35091
|
+
"items": {
|
|
35092
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35093
|
+
},
|
|
35094
|
+
"type": "array"
|
|
35095
|
+
},
|
|
35096
|
+
"job": {
|
|
35097
|
+
"items": {
|
|
35098
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35099
|
+
},
|
|
35100
|
+
"type": "array"
|
|
35101
|
+
},
|
|
35102
|
+
"observabilityData": {
|
|
35103
|
+
"items": {
|
|
35104
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35105
|
+
},
|
|
35106
|
+
"type": "array"
|
|
35107
|
+
},
|
|
35108
|
+
"onDemandBuild": {
|
|
35109
|
+
"items": {
|
|
35110
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35111
|
+
},
|
|
35112
|
+
"type": "array"
|
|
35113
|
+
},
|
|
35114
|
+
"onDemandConcurrency": {
|
|
35115
|
+
"items": {
|
|
35116
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35117
|
+
},
|
|
35118
|
+
"type": "array"
|
|
35119
|
+
},
|
|
35120
|
+
"project": {
|
|
35121
|
+
"items": {
|
|
35122
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35123
|
+
},
|
|
35124
|
+
"type": "array"
|
|
35125
|
+
},
|
|
35126
|
+
"projectFromV0": {
|
|
35127
|
+
"items": {
|
|
35128
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35129
|
+
},
|
|
35130
|
+
"type": "array"
|
|
35131
|
+
},
|
|
35132
|
+
"projectAccessGroup": {
|
|
35133
|
+
"items": {
|
|
35134
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35135
|
+
},
|
|
35136
|
+
"type": "array"
|
|
35137
|
+
},
|
|
35138
|
+
"projectAnalyticsSampling": {
|
|
35139
|
+
"items": {
|
|
35140
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35141
|
+
},
|
|
35142
|
+
"type": "array"
|
|
35143
|
+
},
|
|
35144
|
+
"projectCheck": {
|
|
35145
|
+
"items": {
|
|
35146
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35147
|
+
},
|
|
35148
|
+
"type": "array"
|
|
35149
|
+
},
|
|
35150
|
+
"projectCheckRun": {
|
|
35151
|
+
"items": {
|
|
35152
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35153
|
+
},
|
|
35154
|
+
"type": "array"
|
|
35155
|
+
},
|
|
35156
|
+
"projectDeploymentHook": {
|
|
35157
|
+
"items": {
|
|
35158
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35159
|
+
},
|
|
35160
|
+
"type": "array"
|
|
35161
|
+
},
|
|
35162
|
+
"projectDomain": {
|
|
35163
|
+
"items": {
|
|
35164
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35165
|
+
},
|
|
35166
|
+
"type": "array"
|
|
35167
|
+
},
|
|
35168
|
+
"projectDomainMove": {
|
|
35169
|
+
"items": {
|
|
35170
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35171
|
+
},
|
|
35172
|
+
"type": "array"
|
|
35173
|
+
},
|
|
35174
|
+
"projectDomainCheckConfig": {
|
|
35175
|
+
"items": {
|
|
35176
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35177
|
+
},
|
|
35178
|
+
"type": "array"
|
|
35179
|
+
},
|
|
35180
|
+
"projectEnvVars": {
|
|
35181
|
+
"items": {
|
|
35182
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35183
|
+
},
|
|
35184
|
+
"type": "array"
|
|
35185
|
+
},
|
|
35186
|
+
"projectEnvVarsProduction": {
|
|
35187
|
+
"items": {
|
|
35188
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35189
|
+
},
|
|
35190
|
+
"type": "array"
|
|
35191
|
+
},
|
|
35192
|
+
"projectEnvVarsUnownedByIntegration": {
|
|
35193
|
+
"items": {
|
|
35194
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35195
|
+
},
|
|
35196
|
+
"type": "array"
|
|
35197
|
+
},
|
|
35198
|
+
"projectFlags": {
|
|
35199
|
+
"items": {
|
|
35200
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35201
|
+
},
|
|
35202
|
+
"type": "array"
|
|
35203
|
+
},
|
|
35204
|
+
"projectId": {
|
|
35205
|
+
"items": {
|
|
35206
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35207
|
+
},
|
|
35208
|
+
"type": "array"
|
|
35209
|
+
},
|
|
35210
|
+
"projectIntegrationConfiguration": {
|
|
35211
|
+
"items": {
|
|
35212
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35213
|
+
},
|
|
35214
|
+
"type": "array"
|
|
35215
|
+
},
|
|
35216
|
+
"projectLink": {
|
|
35217
|
+
"items": {
|
|
35218
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35219
|
+
},
|
|
35220
|
+
"type": "array"
|
|
35221
|
+
},
|
|
35222
|
+
"projectMember": {
|
|
35223
|
+
"items": {
|
|
35224
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35225
|
+
},
|
|
35226
|
+
"type": "array"
|
|
35227
|
+
},
|
|
35228
|
+
"projectMonitoring": {
|
|
35229
|
+
"items": {
|
|
35230
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35231
|
+
},
|
|
35232
|
+
"type": "array"
|
|
35233
|
+
},
|
|
35234
|
+
"projectPermissions": {
|
|
35235
|
+
"items": {
|
|
35236
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35237
|
+
},
|
|
35238
|
+
"type": "array"
|
|
35239
|
+
},
|
|
35240
|
+
"projectProductionBranch": {
|
|
35241
|
+
"items": {
|
|
35242
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35243
|
+
},
|
|
35244
|
+
"type": "array"
|
|
35245
|
+
},
|
|
35246
|
+
"projectTransfer": {
|
|
35247
|
+
"items": {
|
|
35248
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35249
|
+
},
|
|
35250
|
+
"type": "array"
|
|
35251
|
+
},
|
|
35252
|
+
"projectTransferOut": {
|
|
35253
|
+
"items": {
|
|
35254
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35255
|
+
},
|
|
35256
|
+
"type": "array"
|
|
35257
|
+
},
|
|
35258
|
+
"projectProtectionBypass": {
|
|
35259
|
+
"items": {
|
|
35260
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35261
|
+
},
|
|
35262
|
+
"type": "array"
|
|
35263
|
+
},
|
|
35264
|
+
"projectUsage": {
|
|
35265
|
+
"items": {
|
|
35266
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35267
|
+
},
|
|
35268
|
+
"type": "array"
|
|
35269
|
+
},
|
|
35270
|
+
"projectAnalyticsUsage": {
|
|
35271
|
+
"items": {
|
|
35272
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35273
|
+
},
|
|
35274
|
+
"type": "array"
|
|
35275
|
+
},
|
|
35276
|
+
"projectSupportCase": {
|
|
35277
|
+
"items": {
|
|
35278
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35279
|
+
},
|
|
35280
|
+
"type": "array"
|
|
35281
|
+
},
|
|
35282
|
+
"projectSupportCaseComment": {
|
|
35283
|
+
"items": {
|
|
35284
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35285
|
+
},
|
|
35286
|
+
"type": "array"
|
|
35287
|
+
},
|
|
35288
|
+
"projectDeploymentExpiration": {
|
|
35289
|
+
"items": {
|
|
35290
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35291
|
+
},
|
|
35292
|
+
"type": "array"
|
|
35293
|
+
},
|
|
35294
|
+
"projectRollingRelease": {
|
|
35295
|
+
"items": {
|
|
35296
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35297
|
+
},
|
|
35298
|
+
"type": "array"
|
|
35299
|
+
},
|
|
35300
|
+
"projectTier": {
|
|
35301
|
+
"items": {
|
|
35302
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35303
|
+
},
|
|
35304
|
+
"type": "array"
|
|
35305
|
+
},
|
|
35306
|
+
"seawallConfig": {
|
|
35307
|
+
"items": {
|
|
35308
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35309
|
+
},
|
|
35310
|
+
"type": "array"
|
|
35311
|
+
},
|
|
35312
|
+
"skewProtection": {
|
|
35313
|
+
"items": {
|
|
35314
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35315
|
+
},
|
|
35316
|
+
"type": "array"
|
|
35317
|
+
},
|
|
35318
|
+
"analytics": {
|
|
35319
|
+
"items": {
|
|
35320
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35321
|
+
},
|
|
35322
|
+
"type": "array"
|
|
35323
|
+
},
|
|
35324
|
+
"trustedIps": {
|
|
35325
|
+
"items": {
|
|
35326
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35327
|
+
},
|
|
35328
|
+
"type": "array"
|
|
35329
|
+
},
|
|
35330
|
+
"webAnalytics": {
|
|
35331
|
+
"items": {
|
|
35332
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35333
|
+
},
|
|
35334
|
+
"type": "array"
|
|
35335
|
+
},
|
|
35336
|
+
"sharedEnvVarConnection": {
|
|
35337
|
+
"items": {
|
|
35338
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35339
|
+
},
|
|
35340
|
+
"type": "array"
|
|
35341
|
+
},
|
|
35342
|
+
"sonar": {
|
|
35343
|
+
"items": {
|
|
35344
|
+
"$ref": "#/components/schemas/ACLAction"
|
|
35345
|
+
},
|
|
35346
|
+
"type": "array"
|
|
35347
|
+
},
|
|
34256
35348
|
"user": {
|
|
34257
35349
|
"items": {
|
|
34258
35350
|
"$ref": "#/components/schemas/ACLAction"
|
|
@@ -35086,390 +36178,6 @@
|
|
|
35086
36178
|
"$ref": "#/components/schemas/ACLAction"
|
|
35087
36179
|
},
|
|
35088
36180
|
"type": "array"
|
|
35089
|
-
},
|
|
35090
|
-
"aliasProject": {
|
|
35091
|
-
"items": {
|
|
35092
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35093
|
-
},
|
|
35094
|
-
"type": "array"
|
|
35095
|
-
},
|
|
35096
|
-
"aliasProtectionBypass": {
|
|
35097
|
-
"items": {
|
|
35098
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35099
|
-
},
|
|
35100
|
-
"type": "array"
|
|
35101
|
-
},
|
|
35102
|
-
"buildMachine": {
|
|
35103
|
-
"items": {
|
|
35104
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35105
|
-
},
|
|
35106
|
-
"type": "array"
|
|
35107
|
-
},
|
|
35108
|
-
"productionAliasProtectionBypass": {
|
|
35109
|
-
"items": {
|
|
35110
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35111
|
-
},
|
|
35112
|
-
"type": "array"
|
|
35113
|
-
},
|
|
35114
|
-
"connectConfigurationLink": {
|
|
35115
|
-
"items": {
|
|
35116
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35117
|
-
},
|
|
35118
|
-
"type": "array"
|
|
35119
|
-
},
|
|
35120
|
-
"dataCacheNamespace": {
|
|
35121
|
-
"items": {
|
|
35122
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35123
|
-
},
|
|
35124
|
-
"type": "array"
|
|
35125
|
-
},
|
|
35126
|
-
"deployment": {
|
|
35127
|
-
"items": {
|
|
35128
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35129
|
-
},
|
|
35130
|
-
"type": "array"
|
|
35131
|
-
},
|
|
35132
|
-
"deploymentCheck": {
|
|
35133
|
-
"items": {
|
|
35134
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35135
|
-
},
|
|
35136
|
-
"type": "array"
|
|
35137
|
-
},
|
|
35138
|
-
"deploymentCheckPreview": {
|
|
35139
|
-
"items": {
|
|
35140
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35141
|
-
},
|
|
35142
|
-
"type": "array"
|
|
35143
|
-
},
|
|
35144
|
-
"deploymentCheckReRunFromProductionBranch": {
|
|
35145
|
-
"items": {
|
|
35146
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35147
|
-
},
|
|
35148
|
-
"type": "array"
|
|
35149
|
-
},
|
|
35150
|
-
"deploymentProductionGit": {
|
|
35151
|
-
"items": {
|
|
35152
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35153
|
-
},
|
|
35154
|
-
"type": "array"
|
|
35155
|
-
},
|
|
35156
|
-
"deploymentV0": {
|
|
35157
|
-
"items": {
|
|
35158
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35159
|
-
},
|
|
35160
|
-
"type": "array"
|
|
35161
|
-
},
|
|
35162
|
-
"deploymentPreview": {
|
|
35163
|
-
"items": {
|
|
35164
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35165
|
-
},
|
|
35166
|
-
"type": "array"
|
|
35167
|
-
},
|
|
35168
|
-
"deploymentPrivate": {
|
|
35169
|
-
"items": {
|
|
35170
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35171
|
-
},
|
|
35172
|
-
"type": "array"
|
|
35173
|
-
},
|
|
35174
|
-
"deploymentPromote": {
|
|
35175
|
-
"items": {
|
|
35176
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35177
|
-
},
|
|
35178
|
-
"type": "array"
|
|
35179
|
-
},
|
|
35180
|
-
"deploymentRollback": {
|
|
35181
|
-
"items": {
|
|
35182
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35183
|
-
},
|
|
35184
|
-
"type": "array"
|
|
35185
|
-
},
|
|
35186
|
-
"edgeCacheNamespace": {
|
|
35187
|
-
"items": {
|
|
35188
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35189
|
-
},
|
|
35190
|
-
"type": "array"
|
|
35191
|
-
},
|
|
35192
|
-
"environments": {
|
|
35193
|
-
"items": {
|
|
35194
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35195
|
-
},
|
|
35196
|
-
"type": "array"
|
|
35197
|
-
},
|
|
35198
|
-
"logs": {
|
|
35199
|
-
"items": {
|
|
35200
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35201
|
-
},
|
|
35202
|
-
"type": "array"
|
|
35203
|
-
},
|
|
35204
|
-
"logsPreset": {
|
|
35205
|
-
"items": {
|
|
35206
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35207
|
-
},
|
|
35208
|
-
"type": "array"
|
|
35209
|
-
},
|
|
35210
|
-
"passwordProtection": {
|
|
35211
|
-
"items": {
|
|
35212
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35213
|
-
},
|
|
35214
|
-
"type": "array"
|
|
35215
|
-
},
|
|
35216
|
-
"optionsAllowlist": {
|
|
35217
|
-
"items": {
|
|
35218
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35219
|
-
},
|
|
35220
|
-
"type": "array"
|
|
35221
|
-
},
|
|
35222
|
-
"job": {
|
|
35223
|
-
"items": {
|
|
35224
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35225
|
-
},
|
|
35226
|
-
"type": "array"
|
|
35227
|
-
},
|
|
35228
|
-
"observabilityData": {
|
|
35229
|
-
"items": {
|
|
35230
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35231
|
-
},
|
|
35232
|
-
"type": "array"
|
|
35233
|
-
},
|
|
35234
|
-
"onDemandBuild": {
|
|
35235
|
-
"items": {
|
|
35236
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35237
|
-
},
|
|
35238
|
-
"type": "array"
|
|
35239
|
-
},
|
|
35240
|
-
"onDemandConcurrency": {
|
|
35241
|
-
"items": {
|
|
35242
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35243
|
-
},
|
|
35244
|
-
"type": "array"
|
|
35245
|
-
},
|
|
35246
|
-
"project": {
|
|
35247
|
-
"items": {
|
|
35248
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35249
|
-
},
|
|
35250
|
-
"type": "array"
|
|
35251
|
-
},
|
|
35252
|
-
"projectFromV0": {
|
|
35253
|
-
"items": {
|
|
35254
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35255
|
-
},
|
|
35256
|
-
"type": "array"
|
|
35257
|
-
},
|
|
35258
|
-
"projectAccessGroup": {
|
|
35259
|
-
"items": {
|
|
35260
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35261
|
-
},
|
|
35262
|
-
"type": "array"
|
|
35263
|
-
},
|
|
35264
|
-
"projectAnalyticsSampling": {
|
|
35265
|
-
"items": {
|
|
35266
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35267
|
-
},
|
|
35268
|
-
"type": "array"
|
|
35269
|
-
},
|
|
35270
|
-
"projectCheck": {
|
|
35271
|
-
"items": {
|
|
35272
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35273
|
-
},
|
|
35274
|
-
"type": "array"
|
|
35275
|
-
},
|
|
35276
|
-
"projectCheckRun": {
|
|
35277
|
-
"items": {
|
|
35278
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35279
|
-
},
|
|
35280
|
-
"type": "array"
|
|
35281
|
-
},
|
|
35282
|
-
"projectDeploymentHook": {
|
|
35283
|
-
"items": {
|
|
35284
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35285
|
-
},
|
|
35286
|
-
"type": "array"
|
|
35287
|
-
},
|
|
35288
|
-
"projectDomain": {
|
|
35289
|
-
"items": {
|
|
35290
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35291
|
-
},
|
|
35292
|
-
"type": "array"
|
|
35293
|
-
},
|
|
35294
|
-
"projectDomainMove": {
|
|
35295
|
-
"items": {
|
|
35296
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35297
|
-
},
|
|
35298
|
-
"type": "array"
|
|
35299
|
-
},
|
|
35300
|
-
"projectDomainCheckConfig": {
|
|
35301
|
-
"items": {
|
|
35302
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35303
|
-
},
|
|
35304
|
-
"type": "array"
|
|
35305
|
-
},
|
|
35306
|
-
"projectEnvVars": {
|
|
35307
|
-
"items": {
|
|
35308
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35309
|
-
},
|
|
35310
|
-
"type": "array"
|
|
35311
|
-
},
|
|
35312
|
-
"projectEnvVarsProduction": {
|
|
35313
|
-
"items": {
|
|
35314
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35315
|
-
},
|
|
35316
|
-
"type": "array"
|
|
35317
|
-
},
|
|
35318
|
-
"projectEnvVarsUnownedByIntegration": {
|
|
35319
|
-
"items": {
|
|
35320
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35321
|
-
},
|
|
35322
|
-
"type": "array"
|
|
35323
|
-
},
|
|
35324
|
-
"projectFlags": {
|
|
35325
|
-
"items": {
|
|
35326
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35327
|
-
},
|
|
35328
|
-
"type": "array"
|
|
35329
|
-
},
|
|
35330
|
-
"projectId": {
|
|
35331
|
-
"items": {
|
|
35332
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35333
|
-
},
|
|
35334
|
-
"type": "array"
|
|
35335
|
-
},
|
|
35336
|
-
"projectIntegrationConfiguration": {
|
|
35337
|
-
"items": {
|
|
35338
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35339
|
-
},
|
|
35340
|
-
"type": "array"
|
|
35341
|
-
},
|
|
35342
|
-
"projectLink": {
|
|
35343
|
-
"items": {
|
|
35344
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35345
|
-
},
|
|
35346
|
-
"type": "array"
|
|
35347
|
-
},
|
|
35348
|
-
"projectMember": {
|
|
35349
|
-
"items": {
|
|
35350
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35351
|
-
},
|
|
35352
|
-
"type": "array"
|
|
35353
|
-
},
|
|
35354
|
-
"projectMonitoring": {
|
|
35355
|
-
"items": {
|
|
35356
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35357
|
-
},
|
|
35358
|
-
"type": "array"
|
|
35359
|
-
},
|
|
35360
|
-
"projectPermissions": {
|
|
35361
|
-
"items": {
|
|
35362
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35363
|
-
},
|
|
35364
|
-
"type": "array"
|
|
35365
|
-
},
|
|
35366
|
-
"projectProductionBranch": {
|
|
35367
|
-
"items": {
|
|
35368
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35369
|
-
},
|
|
35370
|
-
"type": "array"
|
|
35371
|
-
},
|
|
35372
|
-
"projectTransfer": {
|
|
35373
|
-
"items": {
|
|
35374
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35375
|
-
},
|
|
35376
|
-
"type": "array"
|
|
35377
|
-
},
|
|
35378
|
-
"projectTransferOut": {
|
|
35379
|
-
"items": {
|
|
35380
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35381
|
-
},
|
|
35382
|
-
"type": "array"
|
|
35383
|
-
},
|
|
35384
|
-
"projectProtectionBypass": {
|
|
35385
|
-
"items": {
|
|
35386
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35387
|
-
},
|
|
35388
|
-
"type": "array"
|
|
35389
|
-
},
|
|
35390
|
-
"projectUsage": {
|
|
35391
|
-
"items": {
|
|
35392
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35393
|
-
},
|
|
35394
|
-
"type": "array"
|
|
35395
|
-
},
|
|
35396
|
-
"projectAnalyticsUsage": {
|
|
35397
|
-
"items": {
|
|
35398
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35399
|
-
},
|
|
35400
|
-
"type": "array"
|
|
35401
|
-
},
|
|
35402
|
-
"projectSupportCase": {
|
|
35403
|
-
"items": {
|
|
35404
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35405
|
-
},
|
|
35406
|
-
"type": "array"
|
|
35407
|
-
},
|
|
35408
|
-
"projectSupportCaseComment": {
|
|
35409
|
-
"items": {
|
|
35410
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35411
|
-
},
|
|
35412
|
-
"type": "array"
|
|
35413
|
-
},
|
|
35414
|
-
"projectDeploymentExpiration": {
|
|
35415
|
-
"items": {
|
|
35416
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35417
|
-
},
|
|
35418
|
-
"type": "array"
|
|
35419
|
-
},
|
|
35420
|
-
"projectRollingRelease": {
|
|
35421
|
-
"items": {
|
|
35422
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35423
|
-
},
|
|
35424
|
-
"type": "array"
|
|
35425
|
-
},
|
|
35426
|
-
"projectTier": {
|
|
35427
|
-
"items": {
|
|
35428
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35429
|
-
},
|
|
35430
|
-
"type": "array"
|
|
35431
|
-
},
|
|
35432
|
-
"seawallConfig": {
|
|
35433
|
-
"items": {
|
|
35434
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35435
|
-
},
|
|
35436
|
-
"type": "array"
|
|
35437
|
-
},
|
|
35438
|
-
"skewProtection": {
|
|
35439
|
-
"items": {
|
|
35440
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35441
|
-
},
|
|
35442
|
-
"type": "array"
|
|
35443
|
-
},
|
|
35444
|
-
"analytics": {
|
|
35445
|
-
"items": {
|
|
35446
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35447
|
-
},
|
|
35448
|
-
"type": "array"
|
|
35449
|
-
},
|
|
35450
|
-
"trustedIps": {
|
|
35451
|
-
"items": {
|
|
35452
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35453
|
-
},
|
|
35454
|
-
"type": "array"
|
|
35455
|
-
},
|
|
35456
|
-
"webAnalytics": {
|
|
35457
|
-
"items": {
|
|
35458
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35459
|
-
},
|
|
35460
|
-
"type": "array"
|
|
35461
|
-
},
|
|
35462
|
-
"sharedEnvVarConnection": {
|
|
35463
|
-
"items": {
|
|
35464
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35465
|
-
},
|
|
35466
|
-
"type": "array"
|
|
35467
|
-
},
|
|
35468
|
-
"sonar": {
|
|
35469
|
-
"items": {
|
|
35470
|
-
"$ref": "#/components/schemas/ACLAction"
|
|
35471
|
-
},
|
|
35472
|
-
"type": "array"
|
|
35473
36181
|
}
|
|
35474
36182
|
},
|
|
35475
36183
|
"type": "object"
|
|
@@ -35791,8 +36499,8 @@
|
|
|
35791
36499
|
"type": {
|
|
35792
36500
|
"type": "string",
|
|
35793
36501
|
"enum": [
|
|
35794
|
-
"host",
|
|
35795
36502
|
"path",
|
|
36503
|
+
"host",
|
|
35796
36504
|
"method",
|
|
35797
36505
|
"header",
|
|
35798
36506
|
"cookie",
|
|
@@ -35873,8 +36581,8 @@
|
|
|
35873
36581
|
"type": {
|
|
35874
36582
|
"type": "string",
|
|
35875
36583
|
"enum": [
|
|
35876
|
-
"host",
|
|
35877
36584
|
"path",
|
|
36585
|
+
"host",
|
|
35878
36586
|
"method",
|
|
35879
36587
|
"header",
|
|
35880
36588
|
"cookie",
|
|
@@ -36178,7 +36886,7 @@
|
|
|
36178
36886
|
}
|
|
36179
36887
|
},
|
|
36180
36888
|
"402": {
|
|
36181
|
-
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated\nPro customers are allowed to deploy Serverless Functions to up to
|
|
36889
|
+
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated\nPro customers are allowed to deploy Serverless Functions to up to `proMaxRegions` regions, or if the project was created before the limit was introduced.\nDeploying to Serverless Functions to multiple regions requires a plan update"
|
|
36182
36890
|
},
|
|
36183
36891
|
"403": {
|
|
36184
36892
|
"description": "You do not have permission to access this resource."
|
|
@@ -36861,10 +37569,10 @@
|
|
|
36861
37569
|
"type": "string",
|
|
36862
37570
|
"enum": [
|
|
36863
37571
|
"system",
|
|
36864
|
-
"secret",
|
|
36865
37572
|
"encrypted",
|
|
36866
37573
|
"plain",
|
|
36867
|
-
"sensitive"
|
|
37574
|
+
"sensitive",
|
|
37575
|
+
"secret"
|
|
36868
37576
|
]
|
|
36869
37577
|
},
|
|
36870
37578
|
"sunsetSecretId": {
|
|
@@ -40270,8 +40978,8 @@
|
|
|
40270
40978
|
"type": {
|
|
40271
40979
|
"type": "string",
|
|
40272
40980
|
"enum": [
|
|
40273
|
-
"host",
|
|
40274
40981
|
"path",
|
|
40982
|
+
"host",
|
|
40275
40983
|
"method",
|
|
40276
40984
|
"header",
|
|
40277
40985
|
"cookie",
|
|
@@ -40352,8 +41060,8 @@
|
|
|
40352
41060
|
"type": {
|
|
40353
41061
|
"type": "string",
|
|
40354
41062
|
"enum": [
|
|
40355
|
-
"host",
|
|
40356
41063
|
"path",
|
|
41064
|
+
"host",
|
|
40357
41065
|
"method",
|
|
40358
41066
|
"header",
|
|
40359
41067
|
"cookie",
|
|
@@ -41010,10 +41718,10 @@
|
|
|
41010
41718
|
"type": "string",
|
|
41011
41719
|
"enum": [
|
|
41012
41720
|
"system",
|
|
41013
|
-
"secret",
|
|
41014
41721
|
"encrypted",
|
|
41015
41722
|
"plain",
|
|
41016
|
-
"sensitive"
|
|
41723
|
+
"sensitive",
|
|
41724
|
+
"secret"
|
|
41017
41725
|
]
|
|
41018
41726
|
},
|
|
41019
41727
|
"sunsetSecretId": {
|
|
@@ -42881,1219 +43589,1219 @@
|
|
|
42881
43589
|
},
|
|
42882
43590
|
"permissions": {
|
|
42883
43591
|
"properties": {
|
|
42884
|
-
"
|
|
43592
|
+
"aliasProject": {
|
|
42885
43593
|
"items": {
|
|
42886
43594
|
"$ref": "#/components/schemas/ACLAction"
|
|
42887
43595
|
},
|
|
42888
43596
|
"type": "array"
|
|
42889
43597
|
},
|
|
42890
|
-
"
|
|
43598
|
+
"aliasProtectionBypass": {
|
|
42891
43599
|
"items": {
|
|
42892
43600
|
"$ref": "#/components/schemas/ACLAction"
|
|
42893
43601
|
},
|
|
42894
43602
|
"type": "array"
|
|
42895
43603
|
},
|
|
42896
|
-
"
|
|
43604
|
+
"buildMachine": {
|
|
42897
43605
|
"items": {
|
|
42898
43606
|
"$ref": "#/components/schemas/ACLAction"
|
|
42899
43607
|
},
|
|
42900
43608
|
"type": "array"
|
|
42901
43609
|
},
|
|
42902
|
-
"
|
|
43610
|
+
"productionAliasProtectionBypass": {
|
|
42903
43611
|
"items": {
|
|
42904
43612
|
"$ref": "#/components/schemas/ACLAction"
|
|
42905
43613
|
},
|
|
42906
43614
|
"type": "array"
|
|
42907
43615
|
},
|
|
42908
|
-
"
|
|
43616
|
+
"connectConfigurationLink": {
|
|
42909
43617
|
"items": {
|
|
42910
43618
|
"$ref": "#/components/schemas/ACLAction"
|
|
42911
43619
|
},
|
|
42912
43620
|
"type": "array"
|
|
42913
43621
|
},
|
|
42914
|
-
"
|
|
43622
|
+
"dataCacheNamespace": {
|
|
42915
43623
|
"items": {
|
|
42916
43624
|
"$ref": "#/components/schemas/ACLAction"
|
|
42917
43625
|
},
|
|
42918
43626
|
"type": "array"
|
|
42919
43627
|
},
|
|
42920
|
-
"
|
|
43628
|
+
"deployment": {
|
|
42921
43629
|
"items": {
|
|
42922
43630
|
"$ref": "#/components/schemas/ACLAction"
|
|
42923
43631
|
},
|
|
42924
43632
|
"type": "array"
|
|
42925
43633
|
},
|
|
42926
|
-
"
|
|
43634
|
+
"deploymentCheck": {
|
|
42927
43635
|
"items": {
|
|
42928
43636
|
"$ref": "#/components/schemas/ACLAction"
|
|
42929
43637
|
},
|
|
42930
43638
|
"type": "array"
|
|
42931
43639
|
},
|
|
42932
|
-
"
|
|
43640
|
+
"deploymentCheckPreview": {
|
|
42933
43641
|
"items": {
|
|
42934
43642
|
"$ref": "#/components/schemas/ACLAction"
|
|
42935
43643
|
},
|
|
42936
43644
|
"type": "array"
|
|
42937
43645
|
},
|
|
42938
|
-
"
|
|
43646
|
+
"deploymentCheckReRunFromProductionBranch": {
|
|
42939
43647
|
"items": {
|
|
42940
43648
|
"$ref": "#/components/schemas/ACLAction"
|
|
42941
43649
|
},
|
|
42942
43650
|
"type": "array"
|
|
42943
43651
|
},
|
|
42944
|
-
"
|
|
43652
|
+
"deploymentProductionGit": {
|
|
42945
43653
|
"items": {
|
|
42946
43654
|
"$ref": "#/components/schemas/ACLAction"
|
|
42947
43655
|
},
|
|
42948
43656
|
"type": "array"
|
|
42949
43657
|
},
|
|
42950
|
-
"
|
|
43658
|
+
"deploymentV0": {
|
|
42951
43659
|
"items": {
|
|
42952
43660
|
"$ref": "#/components/schemas/ACLAction"
|
|
42953
43661
|
},
|
|
42954
43662
|
"type": "array"
|
|
42955
43663
|
},
|
|
42956
|
-
"
|
|
43664
|
+
"deploymentPreview": {
|
|
42957
43665
|
"items": {
|
|
42958
43666
|
"$ref": "#/components/schemas/ACLAction"
|
|
42959
43667
|
},
|
|
42960
43668
|
"type": "array"
|
|
42961
43669
|
},
|
|
42962
|
-
"
|
|
43670
|
+
"deploymentPrivate": {
|
|
42963
43671
|
"items": {
|
|
42964
43672
|
"$ref": "#/components/schemas/ACLAction"
|
|
42965
43673
|
},
|
|
42966
43674
|
"type": "array"
|
|
42967
43675
|
},
|
|
42968
|
-
"
|
|
43676
|
+
"deploymentPromote": {
|
|
42969
43677
|
"items": {
|
|
42970
43678
|
"$ref": "#/components/schemas/ACLAction"
|
|
42971
43679
|
},
|
|
42972
43680
|
"type": "array"
|
|
42973
43681
|
},
|
|
42974
|
-
"
|
|
43682
|
+
"deploymentRollback": {
|
|
42975
43683
|
"items": {
|
|
42976
43684
|
"$ref": "#/components/schemas/ACLAction"
|
|
42977
43685
|
},
|
|
42978
43686
|
"type": "array"
|
|
42979
43687
|
},
|
|
42980
|
-
"
|
|
43688
|
+
"edgeCacheNamespace": {
|
|
42981
43689
|
"items": {
|
|
42982
43690
|
"$ref": "#/components/schemas/ACLAction"
|
|
42983
43691
|
},
|
|
42984
43692
|
"type": "array"
|
|
42985
43693
|
},
|
|
42986
|
-
"
|
|
43694
|
+
"environments": {
|
|
42987
43695
|
"items": {
|
|
42988
43696
|
"$ref": "#/components/schemas/ACLAction"
|
|
42989
43697
|
},
|
|
42990
43698
|
"type": "array"
|
|
42991
43699
|
},
|
|
42992
|
-
"
|
|
43700
|
+
"logs": {
|
|
42993
43701
|
"items": {
|
|
42994
43702
|
"$ref": "#/components/schemas/ACLAction"
|
|
42995
43703
|
},
|
|
42996
43704
|
"type": "array"
|
|
42997
43705
|
},
|
|
42998
|
-
"
|
|
43706
|
+
"logsPreset": {
|
|
42999
43707
|
"items": {
|
|
43000
43708
|
"$ref": "#/components/schemas/ACLAction"
|
|
43001
43709
|
},
|
|
43002
43710
|
"type": "array"
|
|
43003
43711
|
},
|
|
43004
|
-
"
|
|
43712
|
+
"passwordProtection": {
|
|
43005
43713
|
"items": {
|
|
43006
43714
|
"$ref": "#/components/schemas/ACLAction"
|
|
43007
43715
|
},
|
|
43008
43716
|
"type": "array"
|
|
43009
43717
|
},
|
|
43010
|
-
"
|
|
43718
|
+
"optionsAllowlist": {
|
|
43011
43719
|
"items": {
|
|
43012
43720
|
"$ref": "#/components/schemas/ACLAction"
|
|
43013
43721
|
},
|
|
43014
43722
|
"type": "array"
|
|
43015
43723
|
},
|
|
43016
|
-
"
|
|
43724
|
+
"job": {
|
|
43017
43725
|
"items": {
|
|
43018
43726
|
"$ref": "#/components/schemas/ACLAction"
|
|
43019
43727
|
},
|
|
43020
43728
|
"type": "array"
|
|
43021
43729
|
},
|
|
43022
|
-
"
|
|
43730
|
+
"observabilityData": {
|
|
43023
43731
|
"items": {
|
|
43024
43732
|
"$ref": "#/components/schemas/ACLAction"
|
|
43025
43733
|
},
|
|
43026
43734
|
"type": "array"
|
|
43027
43735
|
},
|
|
43028
|
-
"
|
|
43736
|
+
"onDemandBuild": {
|
|
43029
43737
|
"items": {
|
|
43030
43738
|
"$ref": "#/components/schemas/ACLAction"
|
|
43031
43739
|
},
|
|
43032
43740
|
"type": "array"
|
|
43033
43741
|
},
|
|
43034
|
-
"
|
|
43742
|
+
"onDemandConcurrency": {
|
|
43035
43743
|
"items": {
|
|
43036
43744
|
"$ref": "#/components/schemas/ACLAction"
|
|
43037
43745
|
},
|
|
43038
43746
|
"type": "array"
|
|
43039
43747
|
},
|
|
43040
|
-
"
|
|
43748
|
+
"project": {
|
|
43041
43749
|
"items": {
|
|
43042
43750
|
"$ref": "#/components/schemas/ACLAction"
|
|
43043
43751
|
},
|
|
43044
43752
|
"type": "array"
|
|
43045
43753
|
},
|
|
43046
|
-
"
|
|
43754
|
+
"projectFromV0": {
|
|
43047
43755
|
"items": {
|
|
43048
43756
|
"$ref": "#/components/schemas/ACLAction"
|
|
43049
43757
|
},
|
|
43050
43758
|
"type": "array"
|
|
43051
43759
|
},
|
|
43052
|
-
"
|
|
43760
|
+
"projectAccessGroup": {
|
|
43053
43761
|
"items": {
|
|
43054
43762
|
"$ref": "#/components/schemas/ACLAction"
|
|
43055
43763
|
},
|
|
43056
43764
|
"type": "array"
|
|
43057
43765
|
},
|
|
43058
|
-
"
|
|
43766
|
+
"projectAnalyticsSampling": {
|
|
43059
43767
|
"items": {
|
|
43060
43768
|
"$ref": "#/components/schemas/ACLAction"
|
|
43061
43769
|
},
|
|
43062
43770
|
"type": "array"
|
|
43063
43771
|
},
|
|
43064
|
-
"
|
|
43772
|
+
"projectCheck": {
|
|
43065
43773
|
"items": {
|
|
43066
43774
|
"$ref": "#/components/schemas/ACLAction"
|
|
43067
43775
|
},
|
|
43068
43776
|
"type": "array"
|
|
43069
43777
|
},
|
|
43070
|
-
"
|
|
43778
|
+
"projectCheckRun": {
|
|
43071
43779
|
"items": {
|
|
43072
43780
|
"$ref": "#/components/schemas/ACLAction"
|
|
43073
43781
|
},
|
|
43074
43782
|
"type": "array"
|
|
43075
43783
|
},
|
|
43076
|
-
"
|
|
43784
|
+
"projectDeploymentHook": {
|
|
43077
43785
|
"items": {
|
|
43078
43786
|
"$ref": "#/components/schemas/ACLAction"
|
|
43079
43787
|
},
|
|
43080
43788
|
"type": "array"
|
|
43081
43789
|
},
|
|
43082
|
-
"
|
|
43790
|
+
"projectDomain": {
|
|
43083
43791
|
"items": {
|
|
43084
43792
|
"$ref": "#/components/schemas/ACLAction"
|
|
43085
43793
|
},
|
|
43086
43794
|
"type": "array"
|
|
43087
43795
|
},
|
|
43088
|
-
"
|
|
43796
|
+
"projectDomainMove": {
|
|
43089
43797
|
"items": {
|
|
43090
43798
|
"$ref": "#/components/schemas/ACLAction"
|
|
43091
43799
|
},
|
|
43092
43800
|
"type": "array"
|
|
43093
43801
|
},
|
|
43094
|
-
"
|
|
43802
|
+
"projectDomainCheckConfig": {
|
|
43095
43803
|
"items": {
|
|
43096
43804
|
"$ref": "#/components/schemas/ACLAction"
|
|
43097
43805
|
},
|
|
43098
43806
|
"type": "array"
|
|
43099
43807
|
},
|
|
43100
|
-
"
|
|
43808
|
+
"projectEnvVars": {
|
|
43101
43809
|
"items": {
|
|
43102
43810
|
"$ref": "#/components/schemas/ACLAction"
|
|
43103
43811
|
},
|
|
43104
43812
|
"type": "array"
|
|
43105
43813
|
},
|
|
43106
|
-
"
|
|
43814
|
+
"projectEnvVarsProduction": {
|
|
43107
43815
|
"items": {
|
|
43108
43816
|
"$ref": "#/components/schemas/ACLAction"
|
|
43109
43817
|
},
|
|
43110
43818
|
"type": "array"
|
|
43111
43819
|
},
|
|
43112
|
-
"
|
|
43820
|
+
"projectEnvVarsUnownedByIntegration": {
|
|
43113
43821
|
"items": {
|
|
43114
43822
|
"$ref": "#/components/schemas/ACLAction"
|
|
43115
43823
|
},
|
|
43116
43824
|
"type": "array"
|
|
43117
43825
|
},
|
|
43118
|
-
"
|
|
43826
|
+
"projectFlags": {
|
|
43119
43827
|
"items": {
|
|
43120
43828
|
"$ref": "#/components/schemas/ACLAction"
|
|
43121
43829
|
},
|
|
43122
43830
|
"type": "array"
|
|
43123
43831
|
},
|
|
43124
|
-
"
|
|
43832
|
+
"projectId": {
|
|
43125
43833
|
"items": {
|
|
43126
43834
|
"$ref": "#/components/schemas/ACLAction"
|
|
43127
43835
|
},
|
|
43128
43836
|
"type": "array"
|
|
43129
43837
|
},
|
|
43130
|
-
"
|
|
43838
|
+
"projectIntegrationConfiguration": {
|
|
43131
43839
|
"items": {
|
|
43132
43840
|
"$ref": "#/components/schemas/ACLAction"
|
|
43133
43841
|
},
|
|
43134
43842
|
"type": "array"
|
|
43135
43843
|
},
|
|
43136
|
-
"
|
|
43844
|
+
"projectLink": {
|
|
43137
43845
|
"items": {
|
|
43138
43846
|
"$ref": "#/components/schemas/ACLAction"
|
|
43139
43847
|
},
|
|
43140
43848
|
"type": "array"
|
|
43141
43849
|
},
|
|
43142
|
-
"
|
|
43850
|
+
"projectMember": {
|
|
43143
43851
|
"items": {
|
|
43144
43852
|
"$ref": "#/components/schemas/ACLAction"
|
|
43145
43853
|
},
|
|
43146
43854
|
"type": "array"
|
|
43147
43855
|
},
|
|
43148
|
-
"
|
|
43856
|
+
"projectMonitoring": {
|
|
43149
43857
|
"items": {
|
|
43150
43858
|
"$ref": "#/components/schemas/ACLAction"
|
|
43151
43859
|
},
|
|
43152
43860
|
"type": "array"
|
|
43153
43861
|
},
|
|
43154
|
-
"
|
|
43862
|
+
"projectPermissions": {
|
|
43155
43863
|
"items": {
|
|
43156
43864
|
"$ref": "#/components/schemas/ACLAction"
|
|
43157
43865
|
},
|
|
43158
43866
|
"type": "array"
|
|
43159
43867
|
},
|
|
43160
|
-
"
|
|
43868
|
+
"projectProductionBranch": {
|
|
43161
43869
|
"items": {
|
|
43162
43870
|
"$ref": "#/components/schemas/ACLAction"
|
|
43163
43871
|
},
|
|
43164
43872
|
"type": "array"
|
|
43165
43873
|
},
|
|
43166
|
-
"
|
|
43874
|
+
"projectTransfer": {
|
|
43167
43875
|
"items": {
|
|
43168
43876
|
"$ref": "#/components/schemas/ACLAction"
|
|
43169
43877
|
},
|
|
43170
43878
|
"type": "array"
|
|
43171
43879
|
},
|
|
43172
|
-
"
|
|
43880
|
+
"projectTransferOut": {
|
|
43173
43881
|
"items": {
|
|
43174
43882
|
"$ref": "#/components/schemas/ACLAction"
|
|
43175
43883
|
},
|
|
43176
43884
|
"type": "array"
|
|
43177
43885
|
},
|
|
43178
|
-
"
|
|
43886
|
+
"projectProtectionBypass": {
|
|
43179
43887
|
"items": {
|
|
43180
43888
|
"$ref": "#/components/schemas/ACLAction"
|
|
43181
43889
|
},
|
|
43182
43890
|
"type": "array"
|
|
43183
43891
|
},
|
|
43184
|
-
"
|
|
43892
|
+
"projectUsage": {
|
|
43185
43893
|
"items": {
|
|
43186
43894
|
"$ref": "#/components/schemas/ACLAction"
|
|
43187
43895
|
},
|
|
43188
43896
|
"type": "array"
|
|
43189
43897
|
},
|
|
43190
|
-
"
|
|
43898
|
+
"projectAnalyticsUsage": {
|
|
43191
43899
|
"items": {
|
|
43192
43900
|
"$ref": "#/components/schemas/ACLAction"
|
|
43193
43901
|
},
|
|
43194
43902
|
"type": "array"
|
|
43195
43903
|
},
|
|
43196
|
-
"
|
|
43904
|
+
"projectSupportCase": {
|
|
43197
43905
|
"items": {
|
|
43198
43906
|
"$ref": "#/components/schemas/ACLAction"
|
|
43199
43907
|
},
|
|
43200
43908
|
"type": "array"
|
|
43201
43909
|
},
|
|
43202
|
-
"
|
|
43910
|
+
"projectSupportCaseComment": {
|
|
43203
43911
|
"items": {
|
|
43204
43912
|
"$ref": "#/components/schemas/ACLAction"
|
|
43205
43913
|
},
|
|
43206
43914
|
"type": "array"
|
|
43207
43915
|
},
|
|
43208
|
-
"
|
|
43916
|
+
"projectDeploymentExpiration": {
|
|
43209
43917
|
"items": {
|
|
43210
43918
|
"$ref": "#/components/schemas/ACLAction"
|
|
43211
43919
|
},
|
|
43212
43920
|
"type": "array"
|
|
43213
43921
|
},
|
|
43214
|
-
"
|
|
43922
|
+
"projectRollingRelease": {
|
|
43215
43923
|
"items": {
|
|
43216
43924
|
"$ref": "#/components/schemas/ACLAction"
|
|
43217
43925
|
},
|
|
43218
43926
|
"type": "array"
|
|
43219
43927
|
},
|
|
43220
|
-
"
|
|
43928
|
+
"projectTier": {
|
|
43221
43929
|
"items": {
|
|
43222
43930
|
"$ref": "#/components/schemas/ACLAction"
|
|
43223
43931
|
},
|
|
43224
43932
|
"type": "array"
|
|
43225
43933
|
},
|
|
43226
|
-
"
|
|
43934
|
+
"seawallConfig": {
|
|
43227
43935
|
"items": {
|
|
43228
43936
|
"$ref": "#/components/schemas/ACLAction"
|
|
43229
43937
|
},
|
|
43230
43938
|
"type": "array"
|
|
43231
43939
|
},
|
|
43232
|
-
"
|
|
43940
|
+
"skewProtection": {
|
|
43233
43941
|
"items": {
|
|
43234
43942
|
"$ref": "#/components/schemas/ACLAction"
|
|
43235
43943
|
},
|
|
43236
43944
|
"type": "array"
|
|
43237
43945
|
},
|
|
43238
|
-
"
|
|
43946
|
+
"analytics": {
|
|
43239
43947
|
"items": {
|
|
43240
43948
|
"$ref": "#/components/schemas/ACLAction"
|
|
43241
43949
|
},
|
|
43242
43950
|
"type": "array"
|
|
43243
43951
|
},
|
|
43244
|
-
"
|
|
43952
|
+
"trustedIps": {
|
|
43245
43953
|
"items": {
|
|
43246
43954
|
"$ref": "#/components/schemas/ACLAction"
|
|
43247
43955
|
},
|
|
43248
43956
|
"type": "array"
|
|
43249
43957
|
},
|
|
43250
|
-
"
|
|
43958
|
+
"webAnalytics": {
|
|
43251
43959
|
"items": {
|
|
43252
43960
|
"$ref": "#/components/schemas/ACLAction"
|
|
43253
43961
|
},
|
|
43254
43962
|
"type": "array"
|
|
43255
43963
|
},
|
|
43256
|
-
"
|
|
43964
|
+
"sharedEnvVarConnection": {
|
|
43257
43965
|
"items": {
|
|
43258
43966
|
"$ref": "#/components/schemas/ACLAction"
|
|
43259
43967
|
},
|
|
43260
43968
|
"type": "array"
|
|
43261
43969
|
},
|
|
43262
|
-
"
|
|
43970
|
+
"sonar": {
|
|
43263
43971
|
"items": {
|
|
43264
43972
|
"$ref": "#/components/schemas/ACLAction"
|
|
43265
43973
|
},
|
|
43266
43974
|
"type": "array"
|
|
43267
43975
|
},
|
|
43268
|
-
"
|
|
43976
|
+
"user": {
|
|
43269
43977
|
"items": {
|
|
43270
43978
|
"$ref": "#/components/schemas/ACLAction"
|
|
43271
43979
|
},
|
|
43272
43980
|
"type": "array"
|
|
43273
43981
|
},
|
|
43274
|
-
"
|
|
43982
|
+
"userConnection": {
|
|
43275
43983
|
"items": {
|
|
43276
43984
|
"$ref": "#/components/schemas/ACLAction"
|
|
43277
43985
|
},
|
|
43278
43986
|
"type": "array"
|
|
43279
43987
|
},
|
|
43280
|
-
"
|
|
43988
|
+
"userSudo": {
|
|
43281
43989
|
"items": {
|
|
43282
43990
|
"$ref": "#/components/schemas/ACLAction"
|
|
43283
43991
|
},
|
|
43284
43992
|
"type": "array"
|
|
43285
43993
|
},
|
|
43286
|
-
"
|
|
43994
|
+
"webAuthn": {
|
|
43287
43995
|
"items": {
|
|
43288
43996
|
"$ref": "#/components/schemas/ACLAction"
|
|
43289
43997
|
},
|
|
43290
43998
|
"type": "array"
|
|
43291
43999
|
},
|
|
43292
|
-
"
|
|
44000
|
+
"oauth2Connection": {
|
|
43293
44001
|
"items": {
|
|
43294
44002
|
"$ref": "#/components/schemas/ACLAction"
|
|
43295
44003
|
},
|
|
43296
44004
|
"type": "array"
|
|
43297
44005
|
},
|
|
43298
|
-
"
|
|
44006
|
+
"accessGroup": {
|
|
43299
44007
|
"items": {
|
|
43300
44008
|
"$ref": "#/components/schemas/ACLAction"
|
|
43301
44009
|
},
|
|
43302
44010
|
"type": "array"
|
|
43303
44011
|
},
|
|
43304
|
-
"
|
|
44012
|
+
"aliasGlobal": {
|
|
43305
44013
|
"items": {
|
|
43306
44014
|
"$ref": "#/components/schemas/ACLAction"
|
|
43307
44015
|
},
|
|
43308
44016
|
"type": "array"
|
|
43309
44017
|
},
|
|
43310
|
-
"
|
|
44018
|
+
"analyticsSampling": {
|
|
43311
44019
|
"items": {
|
|
43312
44020
|
"$ref": "#/components/schemas/ACLAction"
|
|
43313
44021
|
},
|
|
43314
44022
|
"type": "array"
|
|
43315
44023
|
},
|
|
43316
|
-
"
|
|
44024
|
+
"analyticsUsage": {
|
|
43317
44025
|
"items": {
|
|
43318
44026
|
"$ref": "#/components/schemas/ACLAction"
|
|
43319
44027
|
},
|
|
43320
44028
|
"type": "array"
|
|
43321
44029
|
},
|
|
43322
|
-
"
|
|
44030
|
+
"auditLog": {
|
|
43323
44031
|
"items": {
|
|
43324
44032
|
"$ref": "#/components/schemas/ACLAction"
|
|
43325
44033
|
},
|
|
43326
44034
|
"type": "array"
|
|
43327
44035
|
},
|
|
43328
|
-
"
|
|
44036
|
+
"billingAddress": {
|
|
43329
44037
|
"items": {
|
|
43330
44038
|
"$ref": "#/components/schemas/ACLAction"
|
|
43331
44039
|
},
|
|
43332
44040
|
"type": "array"
|
|
43333
44041
|
},
|
|
43334
|
-
"
|
|
44042
|
+
"billingInformation": {
|
|
43335
44043
|
"items": {
|
|
43336
44044
|
"$ref": "#/components/schemas/ACLAction"
|
|
43337
44045
|
},
|
|
43338
44046
|
"type": "array"
|
|
43339
44047
|
},
|
|
43340
|
-
"
|
|
44048
|
+
"billingInvoice": {
|
|
43341
44049
|
"items": {
|
|
43342
44050
|
"$ref": "#/components/schemas/ACLAction"
|
|
43343
44051
|
},
|
|
43344
44052
|
"type": "array"
|
|
43345
44053
|
},
|
|
43346
|
-
"
|
|
44054
|
+
"billingInvoiceEmailRecipient": {
|
|
43347
44055
|
"items": {
|
|
43348
44056
|
"$ref": "#/components/schemas/ACLAction"
|
|
43349
44057
|
},
|
|
43350
44058
|
"type": "array"
|
|
43351
44059
|
},
|
|
43352
|
-
"
|
|
44060
|
+
"billingInvoiceLanguage": {
|
|
43353
44061
|
"items": {
|
|
43354
44062
|
"$ref": "#/components/schemas/ACLAction"
|
|
43355
44063
|
},
|
|
43356
44064
|
"type": "array"
|
|
43357
44065
|
},
|
|
43358
|
-
"
|
|
44066
|
+
"billingPlan": {
|
|
43359
44067
|
"items": {
|
|
43360
44068
|
"$ref": "#/components/schemas/ACLAction"
|
|
43361
44069
|
},
|
|
43362
44070
|
"type": "array"
|
|
43363
44071
|
},
|
|
43364
|
-
"
|
|
44072
|
+
"billingPurchaseOrder": {
|
|
43365
44073
|
"items": {
|
|
43366
44074
|
"$ref": "#/components/schemas/ACLAction"
|
|
43367
44075
|
},
|
|
43368
44076
|
"type": "array"
|
|
43369
44077
|
},
|
|
43370
|
-
"
|
|
44078
|
+
"billingTaxId": {
|
|
43371
44079
|
"items": {
|
|
43372
44080
|
"$ref": "#/components/schemas/ACLAction"
|
|
43373
44081
|
},
|
|
43374
44082
|
"type": "array"
|
|
43375
44083
|
},
|
|
43376
|
-
"
|
|
44084
|
+
"blob": {
|
|
43377
44085
|
"items": {
|
|
43378
44086
|
"$ref": "#/components/schemas/ACLAction"
|
|
43379
44087
|
},
|
|
43380
44088
|
"type": "array"
|
|
43381
44089
|
},
|
|
43382
|
-
"
|
|
44090
|
+
"budget": {
|
|
43383
44091
|
"items": {
|
|
43384
44092
|
"$ref": "#/components/schemas/ACLAction"
|
|
43385
44093
|
},
|
|
43386
44094
|
"type": "array"
|
|
43387
44095
|
},
|
|
43388
|
-
"
|
|
44096
|
+
"cacheArtifact": {
|
|
43389
44097
|
"items": {
|
|
43390
44098
|
"$ref": "#/components/schemas/ACLAction"
|
|
43391
44099
|
},
|
|
43392
44100
|
"type": "array"
|
|
43393
44101
|
},
|
|
43394
|
-
"
|
|
44102
|
+
"cacheArtifactUsageEvent": {
|
|
43395
44103
|
"items": {
|
|
43396
44104
|
"$ref": "#/components/schemas/ACLAction"
|
|
43397
44105
|
},
|
|
43398
44106
|
"type": "array"
|
|
43399
44107
|
},
|
|
43400
|
-
"
|
|
44108
|
+
"codeChecks": {
|
|
43401
44109
|
"items": {
|
|
43402
44110
|
"$ref": "#/components/schemas/ACLAction"
|
|
43403
44111
|
},
|
|
43404
44112
|
"type": "array"
|
|
43405
44113
|
},
|
|
43406
|
-
"
|
|
44114
|
+
"concurrentBuilds": {
|
|
43407
44115
|
"items": {
|
|
43408
44116
|
"$ref": "#/components/schemas/ACLAction"
|
|
43409
44117
|
},
|
|
43410
44118
|
"type": "array"
|
|
43411
44119
|
},
|
|
43412
|
-
"
|
|
44120
|
+
"connect": {
|
|
43413
44121
|
"items": {
|
|
43414
44122
|
"$ref": "#/components/schemas/ACLAction"
|
|
43415
44123
|
},
|
|
43416
44124
|
"type": "array"
|
|
43417
44125
|
},
|
|
43418
|
-
"
|
|
44126
|
+
"connectConfiguration": {
|
|
43419
44127
|
"items": {
|
|
43420
44128
|
"$ref": "#/components/schemas/ACLAction"
|
|
43421
44129
|
},
|
|
43422
44130
|
"type": "array"
|
|
43423
44131
|
},
|
|
43424
|
-
"
|
|
44132
|
+
"domain": {
|
|
43425
44133
|
"items": {
|
|
43426
44134
|
"$ref": "#/components/schemas/ACLAction"
|
|
43427
44135
|
},
|
|
43428
44136
|
"type": "array"
|
|
43429
44137
|
},
|
|
43430
|
-
"
|
|
44138
|
+
"domainAcceptDelegation": {
|
|
43431
44139
|
"items": {
|
|
43432
44140
|
"$ref": "#/components/schemas/ACLAction"
|
|
43433
44141
|
},
|
|
43434
44142
|
"type": "array"
|
|
43435
44143
|
},
|
|
43436
|
-
"
|
|
44144
|
+
"domainAuthCodes": {
|
|
43437
44145
|
"items": {
|
|
43438
44146
|
"$ref": "#/components/schemas/ACLAction"
|
|
43439
44147
|
},
|
|
43440
44148
|
"type": "array"
|
|
43441
44149
|
},
|
|
43442
|
-
"
|
|
44150
|
+
"domainCertificate": {
|
|
43443
44151
|
"items": {
|
|
43444
44152
|
"$ref": "#/components/schemas/ACLAction"
|
|
43445
44153
|
},
|
|
43446
44154
|
"type": "array"
|
|
43447
44155
|
},
|
|
43448
|
-
"
|
|
44156
|
+
"domainCheckConfig": {
|
|
43449
44157
|
"items": {
|
|
43450
44158
|
"$ref": "#/components/schemas/ACLAction"
|
|
43451
44159
|
},
|
|
43452
44160
|
"type": "array"
|
|
43453
44161
|
},
|
|
43454
|
-
"
|
|
44162
|
+
"domainMove": {
|
|
43455
44163
|
"items": {
|
|
43456
44164
|
"$ref": "#/components/schemas/ACLAction"
|
|
43457
44165
|
},
|
|
43458
44166
|
"type": "array"
|
|
43459
44167
|
},
|
|
43460
|
-
"
|
|
44168
|
+
"domainPurchase": {
|
|
43461
44169
|
"items": {
|
|
43462
44170
|
"$ref": "#/components/schemas/ACLAction"
|
|
43463
44171
|
},
|
|
43464
44172
|
"type": "array"
|
|
43465
44173
|
},
|
|
43466
|
-
"
|
|
44174
|
+
"domainRecord": {
|
|
43467
44175
|
"items": {
|
|
43468
44176
|
"$ref": "#/components/schemas/ACLAction"
|
|
43469
44177
|
},
|
|
43470
44178
|
"type": "array"
|
|
43471
44179
|
},
|
|
43472
|
-
"
|
|
44180
|
+
"domainTransferIn": {
|
|
43473
44181
|
"items": {
|
|
43474
44182
|
"$ref": "#/components/schemas/ACLAction"
|
|
43475
44183
|
},
|
|
43476
44184
|
"type": "array"
|
|
43477
44185
|
},
|
|
43478
|
-
"
|
|
44186
|
+
"event": {
|
|
43479
44187
|
"items": {
|
|
43480
44188
|
"$ref": "#/components/schemas/ACLAction"
|
|
43481
44189
|
},
|
|
43482
44190
|
"type": "array"
|
|
43483
44191
|
},
|
|
43484
|
-
"
|
|
44192
|
+
"ownEvent": {
|
|
43485
44193
|
"items": {
|
|
43486
44194
|
"$ref": "#/components/schemas/ACLAction"
|
|
43487
44195
|
},
|
|
43488
44196
|
"type": "array"
|
|
43489
44197
|
},
|
|
43490
|
-
"
|
|
44198
|
+
"sensitiveEnvironmentVariablePolicy": {
|
|
43491
44199
|
"items": {
|
|
43492
44200
|
"$ref": "#/components/schemas/ACLAction"
|
|
43493
44201
|
},
|
|
43494
44202
|
"type": "array"
|
|
43495
44203
|
},
|
|
43496
|
-
"
|
|
44204
|
+
"fileUpload": {
|
|
43497
44205
|
"items": {
|
|
43498
44206
|
"$ref": "#/components/schemas/ACLAction"
|
|
43499
44207
|
},
|
|
43500
44208
|
"type": "array"
|
|
43501
44209
|
},
|
|
43502
|
-
"
|
|
44210
|
+
"flagsExplorerSubscription": {
|
|
43503
44211
|
"items": {
|
|
43504
44212
|
"$ref": "#/components/schemas/ACLAction"
|
|
43505
44213
|
},
|
|
43506
44214
|
"type": "array"
|
|
43507
44215
|
},
|
|
43508
|
-
"
|
|
44216
|
+
"gitRepository": {
|
|
43509
44217
|
"items": {
|
|
43510
44218
|
"$ref": "#/components/schemas/ACLAction"
|
|
43511
44219
|
},
|
|
43512
44220
|
"type": "array"
|
|
43513
44221
|
},
|
|
43514
|
-
"
|
|
44222
|
+
"ipBlocking": {
|
|
43515
44223
|
"items": {
|
|
43516
44224
|
"$ref": "#/components/schemas/ACLAction"
|
|
43517
44225
|
},
|
|
43518
44226
|
"type": "array"
|
|
43519
44227
|
},
|
|
43520
|
-
"
|
|
44228
|
+
"imageOptimizationNewPrice": {
|
|
43521
44229
|
"items": {
|
|
43522
44230
|
"$ref": "#/components/schemas/ACLAction"
|
|
43523
44231
|
},
|
|
43524
44232
|
"type": "array"
|
|
43525
44233
|
},
|
|
43526
|
-
"
|
|
44234
|
+
"integration": {
|
|
43527
44235
|
"items": {
|
|
43528
44236
|
"$ref": "#/components/schemas/ACLAction"
|
|
43529
44237
|
},
|
|
43530
44238
|
"type": "array"
|
|
43531
44239
|
},
|
|
43532
|
-
"
|
|
44240
|
+
"integrationAccount": {
|
|
43533
44241
|
"items": {
|
|
43534
44242
|
"$ref": "#/components/schemas/ACLAction"
|
|
43535
44243
|
},
|
|
43536
44244
|
"type": "array"
|
|
43537
44245
|
},
|
|
43538
|
-
"
|
|
44246
|
+
"integrationConfiguration": {
|
|
43539
44247
|
"items": {
|
|
43540
44248
|
"$ref": "#/components/schemas/ACLAction"
|
|
43541
44249
|
},
|
|
43542
44250
|
"type": "array"
|
|
43543
44251
|
},
|
|
43544
|
-
"
|
|
44252
|
+
"integrationConfigurationTransfer": {
|
|
43545
44253
|
"items": {
|
|
43546
44254
|
"$ref": "#/components/schemas/ACLAction"
|
|
43547
44255
|
},
|
|
43548
44256
|
"type": "array"
|
|
43549
44257
|
},
|
|
43550
|
-
"
|
|
44258
|
+
"integrationConfigurationProjects": {
|
|
43551
44259
|
"items": {
|
|
43552
44260
|
"$ref": "#/components/schemas/ACLAction"
|
|
43553
44261
|
},
|
|
43554
44262
|
"type": "array"
|
|
43555
44263
|
},
|
|
43556
|
-
"
|
|
44264
|
+
"integrationVercelConfigurationOverride": {
|
|
43557
44265
|
"items": {
|
|
43558
44266
|
"$ref": "#/components/schemas/ACLAction"
|
|
43559
44267
|
},
|
|
43560
44268
|
"type": "array"
|
|
43561
44269
|
},
|
|
43562
|
-
"
|
|
44270
|
+
"integrationConfigurationRole": {
|
|
43563
44271
|
"items": {
|
|
43564
44272
|
"$ref": "#/components/schemas/ACLAction"
|
|
43565
44273
|
},
|
|
43566
44274
|
"type": "array"
|
|
43567
44275
|
},
|
|
43568
|
-
"
|
|
44276
|
+
"integrationSSOSession": {
|
|
43569
44277
|
"items": {
|
|
43570
44278
|
"$ref": "#/components/schemas/ACLAction"
|
|
43571
44279
|
},
|
|
43572
44280
|
"type": "array"
|
|
43573
44281
|
},
|
|
43574
|
-
"
|
|
44282
|
+
"integrationResource": {
|
|
43575
44283
|
"items": {
|
|
43576
44284
|
"$ref": "#/components/schemas/ACLAction"
|
|
43577
44285
|
},
|
|
43578
44286
|
"type": "array"
|
|
43579
44287
|
},
|
|
43580
|
-
"
|
|
44288
|
+
"integrationEvent": {
|
|
43581
44289
|
"items": {
|
|
43582
44290
|
"$ref": "#/components/schemas/ACLAction"
|
|
43583
44291
|
},
|
|
43584
44292
|
"type": "array"
|
|
43585
44293
|
},
|
|
43586
|
-
"
|
|
44294
|
+
"integrationResourceSecrets": {
|
|
43587
44295
|
"items": {
|
|
43588
44296
|
"$ref": "#/components/schemas/ACLAction"
|
|
43589
44297
|
},
|
|
43590
44298
|
"type": "array"
|
|
43591
44299
|
},
|
|
43592
|
-
"
|
|
44300
|
+
"integrationDeploymentAction": {
|
|
43593
44301
|
"items": {
|
|
43594
44302
|
"$ref": "#/components/schemas/ACLAction"
|
|
43595
44303
|
},
|
|
43596
44304
|
"type": "array"
|
|
43597
44305
|
},
|
|
43598
|
-
"
|
|
44306
|
+
"marketplaceInstallationMember": {
|
|
43599
44307
|
"items": {
|
|
43600
44308
|
"$ref": "#/components/schemas/ACLAction"
|
|
43601
44309
|
},
|
|
43602
44310
|
"type": "array"
|
|
43603
44311
|
},
|
|
43604
|
-
"
|
|
44312
|
+
"marketplaceBillingData": {
|
|
43605
44313
|
"items": {
|
|
43606
44314
|
"$ref": "#/components/schemas/ACLAction"
|
|
43607
44315
|
},
|
|
43608
44316
|
"type": "array"
|
|
43609
44317
|
},
|
|
43610
|
-
"
|
|
44318
|
+
"marketplaceInvoice": {
|
|
43611
44319
|
"items": {
|
|
43612
44320
|
"$ref": "#/components/schemas/ACLAction"
|
|
43613
44321
|
},
|
|
43614
44322
|
"type": "array"
|
|
43615
44323
|
},
|
|
43616
|
-
"
|
|
44324
|
+
"marketplaceExperimentationItem": {
|
|
43617
44325
|
"items": {
|
|
43618
44326
|
"$ref": "#/components/schemas/ACLAction"
|
|
43619
44327
|
},
|
|
43620
44328
|
"type": "array"
|
|
43621
44329
|
},
|
|
43622
|
-
"
|
|
44330
|
+
"marketplaceExperimentationEdgeConfigData": {
|
|
43623
44331
|
"items": {
|
|
43624
44332
|
"$ref": "#/components/schemas/ACLAction"
|
|
43625
44333
|
},
|
|
43626
44334
|
"type": "array"
|
|
43627
44335
|
},
|
|
43628
|
-
"
|
|
44336
|
+
"jobGlobal": {
|
|
43629
44337
|
"items": {
|
|
43630
44338
|
"$ref": "#/components/schemas/ACLAction"
|
|
43631
44339
|
},
|
|
43632
44340
|
"type": "array"
|
|
43633
44341
|
},
|
|
43634
|
-
"
|
|
44342
|
+
"drain": {
|
|
43635
44343
|
"items": {
|
|
43636
44344
|
"$ref": "#/components/schemas/ACLAction"
|
|
43637
44345
|
},
|
|
43638
44346
|
"type": "array"
|
|
43639
44347
|
},
|
|
43640
|
-
"
|
|
44348
|
+
"logDrain": {
|
|
43641
44349
|
"items": {
|
|
43642
44350
|
"$ref": "#/components/schemas/ACLAction"
|
|
43643
44351
|
},
|
|
43644
44352
|
"type": "array"
|
|
43645
44353
|
},
|
|
43646
|
-
"
|
|
44354
|
+
"Monitoring": {
|
|
43647
44355
|
"items": {
|
|
43648
44356
|
"$ref": "#/components/schemas/ACLAction"
|
|
43649
44357
|
},
|
|
43650
44358
|
"type": "array"
|
|
43651
44359
|
},
|
|
43652
|
-
"
|
|
44360
|
+
"monitoringSettings": {
|
|
43653
44361
|
"items": {
|
|
43654
44362
|
"$ref": "#/components/schemas/ACLAction"
|
|
43655
44363
|
},
|
|
43656
44364
|
"type": "array"
|
|
43657
44365
|
},
|
|
43658
|
-
"
|
|
44366
|
+
"monitoringQuery": {
|
|
43659
44367
|
"items": {
|
|
43660
44368
|
"$ref": "#/components/schemas/ACLAction"
|
|
43661
44369
|
},
|
|
43662
44370
|
"type": "array"
|
|
43663
44371
|
},
|
|
43664
|
-
"
|
|
44372
|
+
"monitoringChart": {
|
|
43665
44373
|
"items": {
|
|
43666
44374
|
"$ref": "#/components/schemas/ACLAction"
|
|
43667
44375
|
},
|
|
43668
44376
|
"type": "array"
|
|
43669
44377
|
},
|
|
43670
|
-
"
|
|
44378
|
+
"monitoringAlert": {
|
|
43671
44379
|
"items": {
|
|
43672
44380
|
"$ref": "#/components/schemas/ACLAction"
|
|
43673
44381
|
},
|
|
43674
44382
|
"type": "array"
|
|
43675
44383
|
},
|
|
43676
|
-
"
|
|
44384
|
+
"notificationDeploymentFailed": {
|
|
43677
44385
|
"items": {
|
|
43678
44386
|
"$ref": "#/components/schemas/ACLAction"
|
|
43679
44387
|
},
|
|
43680
44388
|
"type": "array"
|
|
43681
44389
|
},
|
|
43682
|
-
"
|
|
44390
|
+
"notificationDomainConfiguration": {
|
|
43683
44391
|
"items": {
|
|
43684
44392
|
"$ref": "#/components/schemas/ACLAction"
|
|
43685
44393
|
},
|
|
43686
44394
|
"type": "array"
|
|
43687
44395
|
},
|
|
43688
|
-
"
|
|
44396
|
+
"notificationDomainExpire": {
|
|
43689
44397
|
"items": {
|
|
43690
44398
|
"$ref": "#/components/schemas/ACLAction"
|
|
43691
44399
|
},
|
|
43692
44400
|
"type": "array"
|
|
43693
44401
|
},
|
|
43694
|
-
"
|
|
44402
|
+
"notificationDomainMoved": {
|
|
43695
44403
|
"items": {
|
|
43696
44404
|
"$ref": "#/components/schemas/ACLAction"
|
|
43697
44405
|
},
|
|
43698
44406
|
"type": "array"
|
|
43699
44407
|
},
|
|
43700
|
-
"
|
|
44408
|
+
"notificationDomainPurchase": {
|
|
43701
44409
|
"items": {
|
|
43702
44410
|
"$ref": "#/components/schemas/ACLAction"
|
|
43703
44411
|
},
|
|
43704
44412
|
"type": "array"
|
|
43705
44413
|
},
|
|
43706
|
-
"
|
|
44414
|
+
"notificationDomainRenewal": {
|
|
43707
44415
|
"items": {
|
|
43708
44416
|
"$ref": "#/components/schemas/ACLAction"
|
|
43709
44417
|
},
|
|
43710
44418
|
"type": "array"
|
|
43711
44419
|
},
|
|
43712
|
-
"
|
|
44420
|
+
"notificationDomainTransfer": {
|
|
43713
44421
|
"items": {
|
|
43714
44422
|
"$ref": "#/components/schemas/ACLAction"
|
|
43715
44423
|
},
|
|
43716
44424
|
"type": "array"
|
|
43717
44425
|
},
|
|
43718
|
-
"
|
|
44426
|
+
"notificationDomainUnverified": {
|
|
43719
44427
|
"items": {
|
|
43720
44428
|
"$ref": "#/components/schemas/ACLAction"
|
|
43721
44429
|
},
|
|
43722
44430
|
"type": "array"
|
|
43723
44431
|
},
|
|
43724
|
-
"
|
|
44432
|
+
"NotificationMonitoringAlert": {
|
|
43725
44433
|
"items": {
|
|
43726
44434
|
"$ref": "#/components/schemas/ACLAction"
|
|
43727
44435
|
},
|
|
43728
44436
|
"type": "array"
|
|
43729
44437
|
},
|
|
43730
|
-
"
|
|
44438
|
+
"notificationPaymentFailed": {
|
|
43731
44439
|
"items": {
|
|
43732
44440
|
"$ref": "#/components/schemas/ACLAction"
|
|
43733
44441
|
},
|
|
43734
44442
|
"type": "array"
|
|
43735
44443
|
},
|
|
43736
|
-
"
|
|
44444
|
+
"notificationUsageAlert": {
|
|
43737
44445
|
"items": {
|
|
43738
44446
|
"$ref": "#/components/schemas/ACLAction"
|
|
43739
44447
|
},
|
|
43740
44448
|
"type": "array"
|
|
43741
44449
|
},
|
|
43742
|
-
"
|
|
44450
|
+
"notificationCustomerBudget": {
|
|
43743
44451
|
"items": {
|
|
43744
44452
|
"$ref": "#/components/schemas/ACLAction"
|
|
43745
44453
|
},
|
|
43746
44454
|
"type": "array"
|
|
43747
44455
|
},
|
|
43748
|
-
"
|
|
44456
|
+
"notificationStatementOfReasons": {
|
|
43749
44457
|
"items": {
|
|
43750
44458
|
"$ref": "#/components/schemas/ACLAction"
|
|
43751
44459
|
},
|
|
43752
44460
|
"type": "array"
|
|
43753
44461
|
},
|
|
43754
|
-
"
|
|
44462
|
+
"observabilityConfiguration": {
|
|
43755
44463
|
"items": {
|
|
43756
44464
|
"$ref": "#/components/schemas/ACLAction"
|
|
43757
44465
|
},
|
|
43758
44466
|
"type": "array"
|
|
43759
44467
|
},
|
|
43760
|
-
"
|
|
44468
|
+
"observabilityNotebook": {
|
|
43761
44469
|
"items": {
|
|
43762
44470
|
"$ref": "#/components/schemas/ACLAction"
|
|
43763
44471
|
},
|
|
43764
44472
|
"type": "array"
|
|
43765
44473
|
},
|
|
43766
|
-
"
|
|
44474
|
+
"openTelemetryEndpoint": {
|
|
43767
44475
|
"items": {
|
|
43768
44476
|
"$ref": "#/components/schemas/ACLAction"
|
|
43769
44477
|
},
|
|
43770
44478
|
"type": "array"
|
|
43771
44479
|
},
|
|
43772
|
-
"
|
|
44480
|
+
"vercelAppInstallation": {
|
|
43773
44481
|
"items": {
|
|
43774
44482
|
"$ref": "#/components/schemas/ACLAction"
|
|
43775
44483
|
},
|
|
43776
44484
|
"type": "array"
|
|
43777
44485
|
},
|
|
43778
|
-
"
|
|
44486
|
+
"paymentMethod": {
|
|
43779
44487
|
"items": {
|
|
43780
44488
|
"$ref": "#/components/schemas/ACLAction"
|
|
43781
44489
|
},
|
|
43782
44490
|
"type": "array"
|
|
43783
44491
|
},
|
|
43784
|
-
"
|
|
44492
|
+
"permissions": {
|
|
43785
44493
|
"items": {
|
|
43786
44494
|
"$ref": "#/components/schemas/ACLAction"
|
|
43787
44495
|
},
|
|
43788
44496
|
"type": "array"
|
|
43789
44497
|
},
|
|
43790
|
-
"
|
|
44498
|
+
"postgres": {
|
|
43791
44499
|
"items": {
|
|
43792
44500
|
"$ref": "#/components/schemas/ACLAction"
|
|
43793
44501
|
},
|
|
43794
44502
|
"type": "array"
|
|
43795
44503
|
},
|
|
43796
|
-
"
|
|
44504
|
+
"previewDeploymentSuffix": {
|
|
43797
44505
|
"items": {
|
|
43798
44506
|
"$ref": "#/components/schemas/ACLAction"
|
|
43799
44507
|
},
|
|
43800
44508
|
"type": "array"
|
|
43801
44509
|
},
|
|
43802
|
-
"
|
|
44510
|
+
"proTrialOnboarding": {
|
|
43803
44511
|
"items": {
|
|
43804
44512
|
"$ref": "#/components/schemas/ACLAction"
|
|
43805
44513
|
},
|
|
43806
44514
|
"type": "array"
|
|
43807
44515
|
},
|
|
43808
|
-
"
|
|
44516
|
+
"sharedEnvVars": {
|
|
43809
44517
|
"items": {
|
|
43810
44518
|
"$ref": "#/components/schemas/ACLAction"
|
|
43811
44519
|
},
|
|
43812
44520
|
"type": "array"
|
|
43813
44521
|
},
|
|
43814
|
-
"
|
|
44522
|
+
"sharedEnvVarsProduction": {
|
|
43815
44523
|
"items": {
|
|
43816
44524
|
"$ref": "#/components/schemas/ACLAction"
|
|
43817
44525
|
},
|
|
43818
44526
|
"type": "array"
|
|
43819
44527
|
},
|
|
43820
|
-
"
|
|
44528
|
+
"space": {
|
|
43821
44529
|
"items": {
|
|
43822
44530
|
"$ref": "#/components/schemas/ACLAction"
|
|
43823
44531
|
},
|
|
43824
44532
|
"type": "array"
|
|
43825
44533
|
},
|
|
43826
|
-
"
|
|
44534
|
+
"spaceRun": {
|
|
43827
44535
|
"items": {
|
|
43828
44536
|
"$ref": "#/components/schemas/ACLAction"
|
|
43829
44537
|
},
|
|
43830
44538
|
"type": "array"
|
|
43831
44539
|
},
|
|
43832
|
-
"
|
|
44540
|
+
"passwordProtectionInvoiceItem": {
|
|
43833
44541
|
"items": {
|
|
43834
44542
|
"$ref": "#/components/schemas/ACLAction"
|
|
43835
44543
|
},
|
|
43836
44544
|
"type": "array"
|
|
43837
44545
|
},
|
|
43838
|
-
"
|
|
44546
|
+
"rateLimit": {
|
|
43839
44547
|
"items": {
|
|
43840
44548
|
"$ref": "#/components/schemas/ACLAction"
|
|
43841
44549
|
},
|
|
43842
44550
|
"type": "array"
|
|
43843
44551
|
},
|
|
43844
|
-
"
|
|
44552
|
+
"redis": {
|
|
43845
44553
|
"items": {
|
|
43846
44554
|
"$ref": "#/components/schemas/ACLAction"
|
|
43847
44555
|
},
|
|
43848
44556
|
"type": "array"
|
|
43849
44557
|
},
|
|
43850
|
-
"
|
|
44558
|
+
"repository": {
|
|
43851
44559
|
"items": {
|
|
43852
44560
|
"$ref": "#/components/schemas/ACLAction"
|
|
43853
44561
|
},
|
|
43854
44562
|
"type": "array"
|
|
43855
44563
|
},
|
|
43856
|
-
"
|
|
44564
|
+
"remoteCaching": {
|
|
43857
44565
|
"items": {
|
|
43858
44566
|
"$ref": "#/components/schemas/ACLAction"
|
|
43859
44567
|
},
|
|
43860
44568
|
"type": "array"
|
|
43861
44569
|
},
|
|
43862
|
-
"
|
|
44570
|
+
"samlConfig": {
|
|
43863
44571
|
"items": {
|
|
43864
44572
|
"$ref": "#/components/schemas/ACLAction"
|
|
43865
44573
|
},
|
|
43866
44574
|
"type": "array"
|
|
43867
44575
|
},
|
|
43868
|
-
"
|
|
44576
|
+
"secret": {
|
|
43869
44577
|
"items": {
|
|
43870
44578
|
"$ref": "#/components/schemas/ACLAction"
|
|
43871
44579
|
},
|
|
43872
44580
|
"type": "array"
|
|
43873
44581
|
},
|
|
43874
|
-
"
|
|
44582
|
+
"redisStoreTokenSet": {
|
|
43875
44583
|
"items": {
|
|
43876
44584
|
"$ref": "#/components/schemas/ACLAction"
|
|
43877
44585
|
},
|
|
43878
44586
|
"type": "array"
|
|
43879
44587
|
},
|
|
43880
|
-
"
|
|
44588
|
+
"blobStoreTokenSet": {
|
|
43881
44589
|
"items": {
|
|
43882
44590
|
"$ref": "#/components/schemas/ACLAction"
|
|
43883
44591
|
},
|
|
43884
44592
|
"type": "array"
|
|
43885
44593
|
},
|
|
43886
|
-
"
|
|
44594
|
+
"postgresStoreTokenSet": {
|
|
43887
44595
|
"items": {
|
|
43888
44596
|
"$ref": "#/components/schemas/ACLAction"
|
|
43889
44597
|
},
|
|
43890
44598
|
"type": "array"
|
|
43891
44599
|
},
|
|
43892
|
-
"
|
|
44600
|
+
"integrationStoreTokenSet": {
|
|
43893
44601
|
"items": {
|
|
43894
44602
|
"$ref": "#/components/schemas/ACLAction"
|
|
43895
44603
|
},
|
|
43896
44604
|
"type": "array"
|
|
43897
44605
|
},
|
|
43898
|
-
"
|
|
44606
|
+
"integrationResourceReplCommand": {
|
|
43899
44607
|
"items": {
|
|
43900
44608
|
"$ref": "#/components/schemas/ACLAction"
|
|
43901
44609
|
},
|
|
43902
44610
|
"type": "array"
|
|
43903
44611
|
},
|
|
43904
|
-
"
|
|
44612
|
+
"storeTransfer": {
|
|
43905
44613
|
"items": {
|
|
43906
44614
|
"$ref": "#/components/schemas/ACLAction"
|
|
43907
44615
|
},
|
|
43908
44616
|
"type": "array"
|
|
43909
44617
|
},
|
|
43910
|
-
"
|
|
44618
|
+
"supportCase": {
|
|
43911
44619
|
"items": {
|
|
43912
44620
|
"$ref": "#/components/schemas/ACLAction"
|
|
43913
44621
|
},
|
|
43914
44622
|
"type": "array"
|
|
43915
44623
|
},
|
|
43916
|
-
"
|
|
44624
|
+
"supportCaseComment": {
|
|
43917
44625
|
"items": {
|
|
43918
44626
|
"$ref": "#/components/schemas/ACLAction"
|
|
43919
44627
|
},
|
|
43920
44628
|
"type": "array"
|
|
43921
44629
|
},
|
|
43922
|
-
"
|
|
44630
|
+
"dataCacheBillingSettings": {
|
|
43923
44631
|
"items": {
|
|
43924
44632
|
"$ref": "#/components/schemas/ACLAction"
|
|
43925
44633
|
},
|
|
43926
44634
|
"type": "array"
|
|
43927
44635
|
},
|
|
43928
|
-
"
|
|
44636
|
+
"team": {
|
|
43929
44637
|
"items": {
|
|
43930
44638
|
"$ref": "#/components/schemas/ACLAction"
|
|
43931
44639
|
},
|
|
43932
44640
|
"type": "array"
|
|
43933
44641
|
},
|
|
43934
|
-
"
|
|
44642
|
+
"teamAccessRequest": {
|
|
43935
44643
|
"items": {
|
|
43936
44644
|
"$ref": "#/components/schemas/ACLAction"
|
|
43937
44645
|
},
|
|
43938
44646
|
"type": "array"
|
|
43939
44647
|
},
|
|
43940
|
-
"
|
|
44648
|
+
"teamFellowMembership": {
|
|
43941
44649
|
"items": {
|
|
43942
44650
|
"$ref": "#/components/schemas/ACLAction"
|
|
43943
44651
|
},
|
|
43944
44652
|
"type": "array"
|
|
43945
44653
|
},
|
|
43946
|
-
"
|
|
44654
|
+
"teamGitExclusivity": {
|
|
43947
44655
|
"items": {
|
|
43948
44656
|
"$ref": "#/components/schemas/ACLAction"
|
|
43949
44657
|
},
|
|
43950
44658
|
"type": "array"
|
|
43951
44659
|
},
|
|
43952
|
-
"
|
|
44660
|
+
"teamInvite": {
|
|
43953
44661
|
"items": {
|
|
43954
44662
|
"$ref": "#/components/schemas/ACLAction"
|
|
43955
44663
|
},
|
|
43956
44664
|
"type": "array"
|
|
43957
44665
|
},
|
|
43958
|
-
"
|
|
44666
|
+
"teamInviteCode": {
|
|
43959
44667
|
"items": {
|
|
43960
44668
|
"$ref": "#/components/schemas/ACLAction"
|
|
43961
44669
|
},
|
|
43962
44670
|
"type": "array"
|
|
43963
44671
|
},
|
|
43964
|
-
"
|
|
44672
|
+
"teamJoin": {
|
|
43965
44673
|
"items": {
|
|
43966
44674
|
"$ref": "#/components/schemas/ACLAction"
|
|
43967
44675
|
},
|
|
43968
44676
|
"type": "array"
|
|
43969
44677
|
},
|
|
43970
|
-
"
|
|
44678
|
+
"teamMemberMfaStatus": {
|
|
43971
44679
|
"items": {
|
|
43972
44680
|
"$ref": "#/components/schemas/ACLAction"
|
|
43973
44681
|
},
|
|
43974
44682
|
"type": "array"
|
|
43975
44683
|
},
|
|
43976
|
-
"
|
|
44684
|
+
"teamMicrofrontends": {
|
|
43977
44685
|
"items": {
|
|
43978
44686
|
"$ref": "#/components/schemas/ACLAction"
|
|
43979
44687
|
},
|
|
43980
44688
|
"type": "array"
|
|
43981
44689
|
},
|
|
43982
|
-
"
|
|
44690
|
+
"teamOwnMembership": {
|
|
43983
44691
|
"items": {
|
|
43984
44692
|
"$ref": "#/components/schemas/ACLAction"
|
|
43985
44693
|
},
|
|
43986
44694
|
"type": "array"
|
|
43987
44695
|
},
|
|
43988
|
-
"
|
|
44696
|
+
"teamOwnMembershipDisconnectSAML": {
|
|
43989
44697
|
"items": {
|
|
43990
44698
|
"$ref": "#/components/schemas/ACLAction"
|
|
43991
44699
|
},
|
|
43992
44700
|
"type": "array"
|
|
43993
44701
|
},
|
|
43994
|
-
"
|
|
44702
|
+
"token": {
|
|
43995
44703
|
"items": {
|
|
43996
44704
|
"$ref": "#/components/schemas/ACLAction"
|
|
43997
44705
|
},
|
|
43998
44706
|
"type": "array"
|
|
43999
44707
|
},
|
|
44000
|
-
"
|
|
44708
|
+
"usage": {
|
|
44001
44709
|
"items": {
|
|
44002
44710
|
"$ref": "#/components/schemas/ACLAction"
|
|
44003
44711
|
},
|
|
44004
44712
|
"type": "array"
|
|
44005
44713
|
},
|
|
44006
|
-
"
|
|
44714
|
+
"usageCycle": {
|
|
44007
44715
|
"items": {
|
|
44008
44716
|
"$ref": "#/components/schemas/ACLAction"
|
|
44009
44717
|
},
|
|
44010
44718
|
"type": "array"
|
|
44011
44719
|
},
|
|
44012
|
-
"
|
|
44720
|
+
"vpcPeeringConnection": {
|
|
44013
44721
|
"items": {
|
|
44014
44722
|
"$ref": "#/components/schemas/ACLAction"
|
|
44015
44723
|
},
|
|
44016
44724
|
"type": "array"
|
|
44017
44725
|
},
|
|
44018
|
-
"
|
|
44726
|
+
"webAnalyticsPlan": {
|
|
44019
44727
|
"items": {
|
|
44020
44728
|
"$ref": "#/components/schemas/ACLAction"
|
|
44021
44729
|
},
|
|
44022
44730
|
"type": "array"
|
|
44023
44731
|
},
|
|
44024
|
-
"
|
|
44732
|
+
"edgeConfig": {
|
|
44025
44733
|
"items": {
|
|
44026
44734
|
"$ref": "#/components/schemas/ACLAction"
|
|
44027
44735
|
},
|
|
44028
44736
|
"type": "array"
|
|
44029
44737
|
},
|
|
44030
|
-
"
|
|
44738
|
+
"edgeConfigItem": {
|
|
44031
44739
|
"items": {
|
|
44032
44740
|
"$ref": "#/components/schemas/ACLAction"
|
|
44033
44741
|
},
|
|
44034
44742
|
"type": "array"
|
|
44035
44743
|
},
|
|
44036
|
-
"
|
|
44744
|
+
"edgeConfigSchema": {
|
|
44037
44745
|
"items": {
|
|
44038
44746
|
"$ref": "#/components/schemas/ACLAction"
|
|
44039
44747
|
},
|
|
44040
44748
|
"type": "array"
|
|
44041
44749
|
},
|
|
44042
|
-
"
|
|
44750
|
+
"edgeConfigToken": {
|
|
44043
44751
|
"items": {
|
|
44044
44752
|
"$ref": "#/components/schemas/ACLAction"
|
|
44045
44753
|
},
|
|
44046
44754
|
"type": "array"
|
|
44047
44755
|
},
|
|
44048
|
-
"
|
|
44756
|
+
"webhook": {
|
|
44049
44757
|
"items": {
|
|
44050
44758
|
"$ref": "#/components/schemas/ACLAction"
|
|
44051
44759
|
},
|
|
44052
44760
|
"type": "array"
|
|
44053
44761
|
},
|
|
44054
|
-
"
|
|
44762
|
+
"webhook-event": {
|
|
44055
44763
|
"items": {
|
|
44056
44764
|
"$ref": "#/components/schemas/ACLAction"
|
|
44057
44765
|
},
|
|
44058
44766
|
"type": "array"
|
|
44059
44767
|
},
|
|
44060
|
-
"
|
|
44768
|
+
"endpointVerification": {
|
|
44061
44769
|
"items": {
|
|
44062
44770
|
"$ref": "#/components/schemas/ACLAction"
|
|
44063
44771
|
},
|
|
44064
44772
|
"type": "array"
|
|
44065
44773
|
},
|
|
44066
|
-
"
|
|
44774
|
+
"projectTransferIn": {
|
|
44067
44775
|
"items": {
|
|
44068
44776
|
"$ref": "#/components/schemas/ACLAction"
|
|
44069
44777
|
},
|
|
44070
44778
|
"type": "array"
|
|
44071
44779
|
},
|
|
44072
|
-
"
|
|
44780
|
+
"oauth2Application": {
|
|
44073
44781
|
"items": {
|
|
44074
44782
|
"$ref": "#/components/schemas/ACLAction"
|
|
44075
44783
|
},
|
|
44076
44784
|
"type": "array"
|
|
44077
44785
|
},
|
|
44078
|
-
"
|
|
44786
|
+
"vercelRun": {
|
|
44079
44787
|
"items": {
|
|
44080
44788
|
"$ref": "#/components/schemas/ACLAction"
|
|
44081
44789
|
},
|
|
44082
44790
|
"type": "array"
|
|
44083
44791
|
},
|
|
44084
|
-
"
|
|
44792
|
+
"vercelRunExec": {
|
|
44085
44793
|
"items": {
|
|
44086
44794
|
"$ref": "#/components/schemas/ACLAction"
|
|
44087
44795
|
},
|
|
44088
44796
|
"type": "array"
|
|
44089
44797
|
},
|
|
44090
|
-
"
|
|
44798
|
+
"apiKey": {
|
|
44091
44799
|
"items": {
|
|
44092
44800
|
"$ref": "#/components/schemas/ACLAction"
|
|
44093
44801
|
},
|
|
44094
44802
|
"type": "array"
|
|
44095
44803
|
},
|
|
44096
|
-
"
|
|
44804
|
+
"apiKeyOwnedBySelf": {
|
|
44097
44805
|
"items": {
|
|
44098
44806
|
"$ref": "#/components/schemas/ACLAction"
|
|
44099
44807
|
},
|
|
@@ -44419,8 +45127,8 @@
|
|
|
44419
45127
|
"type": {
|
|
44420
45128
|
"type": "string",
|
|
44421
45129
|
"enum": [
|
|
44422
|
-
"host",
|
|
44423
45130
|
"path",
|
|
45131
|
+
"host",
|
|
44424
45132
|
"method",
|
|
44425
45133
|
"header",
|
|
44426
45134
|
"cookie",
|
|
@@ -44501,8 +45209,8 @@
|
|
|
44501
45209
|
"type": {
|
|
44502
45210
|
"type": "string",
|
|
44503
45211
|
"enum": [
|
|
44504
|
-
"host",
|
|
44505
45212
|
"path",
|
|
45213
|
+
"host",
|
|
44506
45214
|
"method",
|
|
44507
45215
|
"header",
|
|
44508
45216
|
"cookie",
|
|
@@ -44806,7 +45514,7 @@
|
|
|
44806
45514
|
}
|
|
44807
45515
|
},
|
|
44808
45516
|
"402": {
|
|
44809
|
-
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated\nPro customers are allowed to deploy Serverless Functions to up to
|
|
45517
|
+
"description": "The account was soft-blocked for an unhandled reason.\nThe account is missing a payment so payment method must be updated\nPro customers are allowed to deploy Serverless Functions to up to `proMaxRegions` regions, or if the project was created before the limit was introduced.\nDeploying to Serverless Functions to multiple regions requires a plan update"
|
|
44810
45518
|
},
|
|
44811
45519
|
"403": {
|
|
44812
45520
|
"description": "You do not have permission to access this resource."
|
|
@@ -49655,10 +50363,10 @@
|
|
|
49655
50363
|
"type": "string",
|
|
49656
50364
|
"enum": [
|
|
49657
50365
|
"system",
|
|
49658
|
-
"secret",
|
|
49659
50366
|
"encrypted",
|
|
49660
50367
|
"plain",
|
|
49661
|
-
"sensitive"
|
|
50368
|
+
"sensitive",
|
|
50369
|
+
"secret"
|
|
49662
50370
|
]
|
|
49663
50371
|
},
|
|
49664
50372
|
"sunsetSecretId": {
|
|
@@ -50057,10 +50765,10 @@
|
|
|
50057
50765
|
"type": "string",
|
|
50058
50766
|
"enum": [
|
|
50059
50767
|
"system",
|
|
50060
|
-
"secret",
|
|
50061
50768
|
"encrypted",
|
|
50062
50769
|
"plain",
|
|
50063
|
-
"sensitive"
|
|
50770
|
+
"sensitive",
|
|
50771
|
+
"secret"
|
|
50064
50772
|
]
|
|
50065
50773
|
},
|
|
50066
50774
|
"sunsetSecretId": {
|
|
@@ -52140,10 +52848,10 @@
|
|
|
52140
52848
|
"type": "string",
|
|
52141
52849
|
"enum": [
|
|
52142
52850
|
"system",
|
|
52143
|
-
"secret",
|
|
52144
52851
|
"encrypted",
|
|
52145
52852
|
"plain",
|
|
52146
|
-
"sensitive"
|
|
52853
|
+
"sensitive",
|
|
52854
|
+
"secret"
|
|
52147
52855
|
]
|
|
52148
52856
|
},
|
|
52149
52857
|
"sunsetSecretId": {
|
|
@@ -52555,10 +53263,10 @@
|
|
|
52555
53263
|
"type": "string",
|
|
52556
53264
|
"enum": [
|
|
52557
53265
|
"system",
|
|
52558
|
-
"secret",
|
|
52559
53266
|
"encrypted",
|
|
52560
53267
|
"plain",
|
|
52561
|
-
"sensitive"
|
|
53268
|
+
"sensitive",
|
|
53269
|
+
"secret"
|
|
52562
53270
|
]
|
|
52563
53271
|
},
|
|
52564
53272
|
"sunsetSecretId": {
|
|
@@ -52965,10 +53673,10 @@
|
|
|
52965
53673
|
"type": "string",
|
|
52966
53674
|
"enum": [
|
|
52967
53675
|
"system",
|
|
52968
|
-
"secret",
|
|
52969
53676
|
"encrypted",
|
|
52970
53677
|
"plain",
|
|
52971
|
-
"sensitive"
|
|
53678
|
+
"sensitive",
|
|
53679
|
+
"secret"
|
|
52972
53680
|
]
|
|
52973
53681
|
},
|
|
52974
53682
|
"sunsetSecretId": {
|
|
@@ -53483,10 +54191,10 @@
|
|
|
53483
54191
|
"type": "string",
|
|
53484
54192
|
"enum": [
|
|
53485
54193
|
"system",
|
|
53486
|
-
"secret",
|
|
53487
54194
|
"encrypted",
|
|
53488
54195
|
"plain",
|
|
53489
|
-
"sensitive"
|
|
54196
|
+
"sensitive",
|
|
54197
|
+
"secret"
|
|
53490
54198
|
]
|
|
53491
54199
|
},
|
|
53492
54200
|
"sunsetSecretId": {
|