@lessly/sdk-app 6.0.0 → 6.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/analytics/index.cjs +11 -0
- package/dist/analytics/index.cjs.map +1 -0
- package/dist/analytics/index.d.cts +8 -0
- package/dist/analytics/index.d.ts +8 -0
- package/dist/analytics/index.js +9 -0
- package/dist/analytics/index.js.map +1 -0
- package/dist/brain/index.d.cts +1 -1
- package/dist/brain/index.d.ts +1 -1
- package/dist/{client.gen-lqYZj1I0.d.cts → client.gen-DrOaKXOV.d.cts} +21 -1
- package/dist/{client.gen-lqYZj1I0.d.ts → client.gen-DrOaKXOV.d.ts} +21 -1
- package/dist/consent/index.d.cts +1 -1
- package/dist/consent/index.d.ts +1 -1
- package/dist/deployment/index.d.cts +1 -1
- package/dist/deployment/index.d.ts +1 -1
- package/dist/index.cjs +205 -190
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +205 -190
- package/dist/index.js.map +1 -1
- package/dist/mail/index.d.cts +2 -2
- package/dist/mail/index.d.ts +2 -2
- package/dist/organization/index.d.cts +1 -1
- package/dist/organization/index.d.ts +1 -1
- package/dist/playground/index.d.cts +1 -1
- package/dist/playground/index.d.ts +1 -1
- package/dist/tracking/index.d.cts +1 -1
- package/dist/tracking/index.d.ts +1 -1
- package/dist/waitlist/index.d.cts +1 -1
- package/dist/waitlist/index.d.ts +1 -1
- package/package.json +7 -2
- package/src/gen/analytics/index.ts +3 -0
- package/src/gen/analytics/queryOptions.gen.ts +11 -0
- package/src/gen/bindings.gen.ts +205 -190
- package/src/gen/client.gen.ts +7 -0
- package/src/gen/manifest.gen.ts +1 -1
- package/src/gen/types.gen.ts +17 -0
package/src/gen/bindings.gen.ts
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
import type { BindingsMap } from '../runtime/types';
|
|
3
3
|
|
|
4
4
|
export const bindings: BindingsMap = {
|
|
5
|
+
"analytics": {
|
|
6
|
+
"query": {
|
|
7
|
+
"run": {
|
|
8
|
+
"method": "POST",
|
|
9
|
+
"params": [
|
|
10
|
+
{
|
|
11
|
+
"in": "body",
|
|
12
|
+
"name": "q"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"path": "/analytics/query",
|
|
16
|
+
"readOnly": true
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
},
|
|
5
20
|
"brain": {
|
|
6
21
|
"backup": {
|
|
7
22
|
"create": {
|
|
@@ -640,7 +655,7 @@ export const bindings: BindingsMap = {
|
|
|
640
655
|
"name": "cookieDomain"
|
|
641
656
|
}
|
|
642
657
|
],
|
|
643
|
-
"path": "/
|
|
658
|
+
"path": "/consent/config/cookie-domain",
|
|
644
659
|
"readOnly": false
|
|
645
660
|
}
|
|
646
661
|
},
|
|
@@ -669,7 +684,7 @@ export const bindings: BindingsMap = {
|
|
|
669
684
|
"name": "contentAlign"
|
|
670
685
|
}
|
|
671
686
|
],
|
|
672
|
-
"path": "/
|
|
687
|
+
"path": "/consent/config/customization",
|
|
673
688
|
"readOnly": false
|
|
674
689
|
}
|
|
675
690
|
},
|
|
@@ -682,7 +697,7 @@ export const bindings: BindingsMap = {
|
|
|
682
697
|
"name": "floatingIcon"
|
|
683
698
|
}
|
|
684
699
|
],
|
|
685
|
-
"path": "/
|
|
700
|
+
"path": "/consent/config",
|
|
686
701
|
"readOnly": false
|
|
687
702
|
}
|
|
688
703
|
},
|
|
@@ -711,14 +726,14 @@ export const bindings: BindingsMap = {
|
|
|
711
726
|
"name": "overrides"
|
|
712
727
|
}
|
|
713
728
|
],
|
|
714
|
-
"path": "/
|
|
729
|
+
"path": "/consent/config/theme",
|
|
715
730
|
"readOnly": false
|
|
716
731
|
}
|
|
717
732
|
},
|
|
718
733
|
"dashboard-config": {
|
|
719
734
|
"get": {
|
|
720
735
|
"method": "GET",
|
|
721
|
-
"path": "/
|
|
736
|
+
"path": "/consent/consent/dashboard/config",
|
|
722
737
|
"readOnly": true
|
|
723
738
|
}
|
|
724
739
|
},
|
|
@@ -735,28 +750,28 @@ export const bindings: BindingsMap = {
|
|
|
735
750
|
"name": "offset"
|
|
736
751
|
}
|
|
737
752
|
],
|
|
738
|
-
"path": "/
|
|
753
|
+
"path": "/consent/consent/dashboard/decisions",
|
|
739
754
|
"readOnly": true
|
|
740
755
|
}
|
|
741
756
|
},
|
|
742
757
|
"dashboard-embed-snippet": {
|
|
743
758
|
"get": {
|
|
744
759
|
"method": "GET",
|
|
745
|
-
"path": "/
|
|
760
|
+
"path": "/consent/consent/dashboard/embed-snippet",
|
|
746
761
|
"readOnly": true
|
|
747
762
|
}
|
|
748
763
|
},
|
|
749
764
|
"dashboard-stats": {
|
|
750
765
|
"get": {
|
|
751
766
|
"method": "GET",
|
|
752
|
-
"path": "/
|
|
767
|
+
"path": "/consent/consent/dashboard/stats",
|
|
753
768
|
"readOnly": true
|
|
754
769
|
}
|
|
755
770
|
},
|
|
756
771
|
"embed": {
|
|
757
772
|
"get": {
|
|
758
773
|
"method": "GET",
|
|
759
|
-
"path": "/
|
|
774
|
+
"path": "/consent/embed",
|
|
760
775
|
"readOnly": true
|
|
761
776
|
}
|
|
762
777
|
},
|
|
@@ -797,7 +812,7 @@ export const bindings: BindingsMap = {
|
|
|
797
812
|
"name": "catalogKey"
|
|
798
813
|
}
|
|
799
814
|
],
|
|
800
|
-
"path": "/
|
|
815
|
+
"path": "/consent/consent/providers",
|
|
801
816
|
"readOnly": false
|
|
802
817
|
},
|
|
803
818
|
"delete": {
|
|
@@ -808,12 +823,12 @@ export const bindings: BindingsMap = {
|
|
|
808
823
|
"name": "id"
|
|
809
824
|
}
|
|
810
825
|
],
|
|
811
|
-
"path": "/
|
|
826
|
+
"path": "/consent/consent/providers/:id",
|
|
812
827
|
"readOnly": false
|
|
813
828
|
},
|
|
814
829
|
"list": {
|
|
815
830
|
"method": "GET",
|
|
816
|
-
"path": "/
|
|
831
|
+
"path": "/consent/consent/providers",
|
|
817
832
|
"readOnly": true
|
|
818
833
|
},
|
|
819
834
|
"update": {
|
|
@@ -852,7 +867,7 @@ export const bindings: BindingsMap = {
|
|
|
852
867
|
"name": "cookies"
|
|
853
868
|
}
|
|
854
869
|
],
|
|
855
|
-
"path": "/
|
|
870
|
+
"path": "/consent/consent/providers/:id",
|
|
856
871
|
"readOnly": false
|
|
857
872
|
}
|
|
858
873
|
},
|
|
@@ -877,7 +892,7 @@ export const bindings: BindingsMap = {
|
|
|
877
892
|
"name": "record_id"
|
|
878
893
|
}
|
|
879
894
|
],
|
|
880
|
-
"path": "/
|
|
895
|
+
"path": "/consent/consent/dashboard/export",
|
|
881
896
|
"readOnly": true
|
|
882
897
|
}
|
|
883
898
|
},
|
|
@@ -890,7 +905,7 @@ export const bindings: BindingsMap = {
|
|
|
890
905
|
"name": "range"
|
|
891
906
|
}
|
|
892
907
|
],
|
|
893
|
-
"path": "/
|
|
908
|
+
"path": "/consent/consent/stats",
|
|
894
909
|
"readOnly": true
|
|
895
910
|
}
|
|
896
911
|
}
|
|
@@ -925,7 +940,7 @@ export const bindings: BindingsMap = {
|
|
|
925
940
|
"name": "enabled"
|
|
926
941
|
}
|
|
927
942
|
],
|
|
928
|
-
"path": "/
|
|
943
|
+
"path": "/deployment/alerts",
|
|
929
944
|
"readOnly": false
|
|
930
945
|
},
|
|
931
946
|
"delete": {
|
|
@@ -936,7 +951,7 @@ export const bindings: BindingsMap = {
|
|
|
936
951
|
"name": "id"
|
|
937
952
|
}
|
|
938
953
|
],
|
|
939
|
-
"path": "/
|
|
954
|
+
"path": "/deployment/alerts/:id",
|
|
940
955
|
"readOnly": false
|
|
941
956
|
},
|
|
942
957
|
"list": {
|
|
@@ -947,7 +962,7 @@ export const bindings: BindingsMap = {
|
|
|
947
962
|
"name": "environmentId"
|
|
948
963
|
}
|
|
949
964
|
],
|
|
950
|
-
"path": "/
|
|
965
|
+
"path": "/deployment/environments/:environmentId/alerts",
|
|
951
966
|
"readOnly": true
|
|
952
967
|
},
|
|
953
968
|
"update": {
|
|
@@ -970,7 +985,7 @@ export const bindings: BindingsMap = {
|
|
|
970
985
|
"name": "id"
|
|
971
986
|
}
|
|
972
987
|
],
|
|
973
|
-
"path": "/
|
|
988
|
+
"path": "/deployment/alerts/:id",
|
|
974
989
|
"readOnly": false
|
|
975
990
|
}
|
|
976
991
|
},
|
|
@@ -987,7 +1002,7 @@ export const bindings: BindingsMap = {
|
|
|
987
1002
|
"name": "limit"
|
|
988
1003
|
}
|
|
989
1004
|
],
|
|
990
|
-
"path": "/
|
|
1005
|
+
"path": "/deployment/environments/:environmentId/alert-events",
|
|
991
1006
|
"readOnly": true
|
|
992
1007
|
}
|
|
993
1008
|
},
|
|
@@ -1000,7 +1015,7 @@ export const bindings: BindingsMap = {
|
|
|
1000
1015
|
"name": "q"
|
|
1001
1016
|
}
|
|
1002
1017
|
],
|
|
1003
|
-
"path": "/
|
|
1018
|
+
"path": "/deployment/analytics/query",
|
|
1004
1019
|
"readOnly": true
|
|
1005
1020
|
}
|
|
1006
1021
|
},
|
|
@@ -1033,7 +1048,7 @@ export const bindings: BindingsMap = {
|
|
|
1033
1048
|
"name": "limit"
|
|
1034
1049
|
}
|
|
1035
1050
|
],
|
|
1036
|
-
"path": "/
|
|
1051
|
+
"path": "/deployment/environments/:environmentId/audit",
|
|
1037
1052
|
"readOnly": true
|
|
1038
1053
|
}
|
|
1039
1054
|
},
|
|
@@ -1046,7 +1061,7 @@ export const bindings: BindingsMap = {
|
|
|
1046
1061
|
"name": "id"
|
|
1047
1062
|
}
|
|
1048
1063
|
],
|
|
1049
|
-
"path": "/
|
|
1064
|
+
"path": "/deployment/builds/:id",
|
|
1050
1065
|
"readOnly": true
|
|
1051
1066
|
},
|
|
1052
1067
|
"list": {
|
|
@@ -1057,7 +1072,7 @@ export const bindings: BindingsMap = {
|
|
|
1057
1072
|
"name": "serviceId"
|
|
1058
1073
|
}
|
|
1059
1074
|
],
|
|
1060
|
-
"path": "/
|
|
1075
|
+
"path": "/deployment/services/:serviceId/builds",
|
|
1061
1076
|
"readOnly": true
|
|
1062
1077
|
},
|
|
1063
1078
|
"logs": {
|
|
@@ -1080,7 +1095,7 @@ export const bindings: BindingsMap = {
|
|
|
1080
1095
|
"name": "since"
|
|
1081
1096
|
}
|
|
1082
1097
|
],
|
|
1083
|
-
"path": "/
|
|
1098
|
+
"path": "/deployment/services/:serviceId/deployments/:deploymentId/build-logs",
|
|
1084
1099
|
"readOnly": true
|
|
1085
1100
|
}
|
|
1086
1101
|
},
|
|
@@ -1093,7 +1108,7 @@ export const bindings: BindingsMap = {
|
|
|
1093
1108
|
"name": "environmentId"
|
|
1094
1109
|
}
|
|
1095
1110
|
],
|
|
1096
|
-
"path": "/
|
|
1111
|
+
"path": "/deployment/environments/:environmentId/canvas",
|
|
1097
1112
|
"readOnly": true
|
|
1098
1113
|
}
|
|
1099
1114
|
},
|
|
@@ -1126,7 +1141,7 @@ export const bindings: BindingsMap = {
|
|
|
1126
1141
|
"name": "height"
|
|
1127
1142
|
}
|
|
1128
1143
|
],
|
|
1129
|
-
"path": "/
|
|
1144
|
+
"path": "/deployment/environments/:environmentId/canvas/nodes/:nodeId",
|
|
1130
1145
|
"readOnly": false
|
|
1131
1146
|
}
|
|
1132
1147
|
},
|
|
@@ -1143,7 +1158,7 @@ export const bindings: BindingsMap = {
|
|
|
1143
1158
|
"name": "tail"
|
|
1144
1159
|
}
|
|
1145
1160
|
],
|
|
1146
|
-
"path": "/
|
|
1161
|
+
"path": "/deployment/cloud-sql/instances/:instanceId/logs",
|
|
1147
1162
|
"readOnly": true
|
|
1148
1163
|
}
|
|
1149
1164
|
},
|
|
@@ -1156,7 +1171,7 @@ export const bindings: BindingsMap = {
|
|
|
1156
1171
|
"name": "instanceId"
|
|
1157
1172
|
}
|
|
1158
1173
|
],
|
|
1159
|
-
"path": "/
|
|
1174
|
+
"path": "/deployment/cloud-sql/instances/backfill-log-flags",
|
|
1160
1175
|
"readOnly": false
|
|
1161
1176
|
}
|
|
1162
1177
|
},
|
|
@@ -1177,7 +1192,7 @@ export const bindings: BindingsMap = {
|
|
|
1177
1192
|
"name": "environmentId"
|
|
1178
1193
|
}
|
|
1179
1194
|
],
|
|
1180
|
-
"path": "/
|
|
1195
|
+
"path": "/deployment/cloud-sql/databases/attach",
|
|
1181
1196
|
"readOnly": false
|
|
1182
1197
|
},
|
|
1183
1198
|
"create": {
|
|
@@ -1192,7 +1207,7 @@ export const bindings: BindingsMap = {
|
|
|
1192
1207
|
"name": "label"
|
|
1193
1208
|
}
|
|
1194
1209
|
],
|
|
1195
|
-
"path": "/
|
|
1210
|
+
"path": "/deployment/cloud-sql/databases",
|
|
1196
1211
|
"readOnly": false
|
|
1197
1212
|
},
|
|
1198
1213
|
"delete": {
|
|
@@ -1203,7 +1218,7 @@ export const bindings: BindingsMap = {
|
|
|
1203
1218
|
"name": "databaseId"
|
|
1204
1219
|
}
|
|
1205
1220
|
],
|
|
1206
|
-
"path": "/
|
|
1221
|
+
"path": "/deployment/cloud-sql/databases/:databaseId",
|
|
1207
1222
|
"readOnly": false
|
|
1208
1223
|
},
|
|
1209
1224
|
"detach": {
|
|
@@ -1214,7 +1229,7 @@ export const bindings: BindingsMap = {
|
|
|
1214
1229
|
"name": "attachmentId"
|
|
1215
1230
|
}
|
|
1216
1231
|
],
|
|
1217
|
-
"path": "/
|
|
1232
|
+
"path": "/deployment/cloud-sql/databases/detach",
|
|
1218
1233
|
"readOnly": false
|
|
1219
1234
|
},
|
|
1220
1235
|
"get": {
|
|
@@ -1225,7 +1240,7 @@ export const bindings: BindingsMap = {
|
|
|
1225
1240
|
"name": "databaseId"
|
|
1226
1241
|
}
|
|
1227
1242
|
],
|
|
1228
|
-
"path": "/
|
|
1243
|
+
"path": "/deployment/cloud-sql/databases/:databaseId",
|
|
1229
1244
|
"readOnly": true
|
|
1230
1245
|
},
|
|
1231
1246
|
"list": {
|
|
@@ -1236,7 +1251,7 @@ export const bindings: BindingsMap = {
|
|
|
1236
1251
|
"name": "instanceId"
|
|
1237
1252
|
}
|
|
1238
1253
|
],
|
|
1239
|
-
"path": "/
|
|
1254
|
+
"path": "/deployment/cloud-sql/instances/:instanceId/databases",
|
|
1240
1255
|
"readOnly": true
|
|
1241
1256
|
}
|
|
1242
1257
|
},
|
|
@@ -1249,7 +1264,7 @@ export const bindings: BindingsMap = {
|
|
|
1249
1264
|
"name": "instanceId"
|
|
1250
1265
|
}
|
|
1251
1266
|
],
|
|
1252
|
-
"path": "/
|
|
1267
|
+
"path": "/deployment/cloud-sql/instances/:instanceId/backups",
|
|
1253
1268
|
"readOnly": false
|
|
1254
1269
|
},
|
|
1255
1270
|
"create": {
|
|
@@ -1268,7 +1283,7 @@ export const bindings: BindingsMap = {
|
|
|
1268
1283
|
"name": "pgVersion"
|
|
1269
1284
|
}
|
|
1270
1285
|
],
|
|
1271
|
-
"path": "/
|
|
1286
|
+
"path": "/deployment/cloud-sql/instances",
|
|
1272
1287
|
"readOnly": false
|
|
1273
1288
|
},
|
|
1274
1289
|
"delete": {
|
|
@@ -1279,7 +1294,7 @@ export const bindings: BindingsMap = {
|
|
|
1279
1294
|
"name": "instanceId"
|
|
1280
1295
|
}
|
|
1281
1296
|
],
|
|
1282
|
-
"path": "/
|
|
1297
|
+
"path": "/deployment/cloud-sql/instances/:instanceId",
|
|
1283
1298
|
"readOnly": false
|
|
1284
1299
|
},
|
|
1285
1300
|
"get": {
|
|
@@ -1290,12 +1305,12 @@ export const bindings: BindingsMap = {
|
|
|
1290
1305
|
"name": "instanceId"
|
|
1291
1306
|
}
|
|
1292
1307
|
],
|
|
1293
|
-
"path": "/
|
|
1308
|
+
"path": "/deployment/cloud-sql/instances/:instanceId",
|
|
1294
1309
|
"readOnly": true
|
|
1295
1310
|
},
|
|
1296
1311
|
"list": {
|
|
1297
1312
|
"method": "GET",
|
|
1298
|
-
"path": "/
|
|
1313
|
+
"path": "/deployment/cloud-sql/instances",
|
|
1299
1314
|
"readOnly": true
|
|
1300
1315
|
},
|
|
1301
1316
|
"resize": {
|
|
@@ -1310,7 +1325,7 @@ export const bindings: BindingsMap = {
|
|
|
1310
1325
|
"name": "tier"
|
|
1311
1326
|
}
|
|
1312
1327
|
],
|
|
1313
|
-
"path": "/
|
|
1328
|
+
"path": "/deployment/cloud-sql/instances/:instanceId/resize",
|
|
1314
1329
|
"readOnly": false
|
|
1315
1330
|
},
|
|
1316
1331
|
"restore": {
|
|
@@ -1325,7 +1340,7 @@ export const bindings: BindingsMap = {
|
|
|
1325
1340
|
"name": "instanceId"
|
|
1326
1341
|
}
|
|
1327
1342
|
],
|
|
1328
|
-
"path": "/
|
|
1343
|
+
"path": "/deployment/cloud-sql/instances/:instanceId/restore",
|
|
1329
1344
|
"readOnly": false
|
|
1330
1345
|
}
|
|
1331
1346
|
},
|
|
@@ -1338,7 +1353,7 @@ export const bindings: BindingsMap = {
|
|
|
1338
1353
|
"name": "instanceId"
|
|
1339
1354
|
}
|
|
1340
1355
|
],
|
|
1341
|
-
"path": "/
|
|
1356
|
+
"path": "/deployment/cloud-sql/instances/:instanceId/backups",
|
|
1342
1357
|
"readOnly": true
|
|
1343
1358
|
}
|
|
1344
1359
|
},
|
|
@@ -1355,7 +1370,7 @@ export const bindings: BindingsMap = {
|
|
|
1355
1370
|
"name": "deploymentId"
|
|
1356
1371
|
}
|
|
1357
1372
|
],
|
|
1358
|
-
"path": "/
|
|
1373
|
+
"path": "/deployment/services/:serviceId/cancel",
|
|
1359
1374
|
"readOnly": false
|
|
1360
1375
|
},
|
|
1361
1376
|
"get": {
|
|
@@ -1366,7 +1381,7 @@ export const bindings: BindingsMap = {
|
|
|
1366
1381
|
"name": "id"
|
|
1367
1382
|
}
|
|
1368
1383
|
],
|
|
1369
|
-
"path": "/
|
|
1384
|
+
"path": "/deployment/deployments/:id",
|
|
1370
1385
|
"readOnly": true
|
|
1371
1386
|
},
|
|
1372
1387
|
"list": {
|
|
@@ -1377,7 +1392,7 @@ export const bindings: BindingsMap = {
|
|
|
1377
1392
|
"name": "serviceId"
|
|
1378
1393
|
}
|
|
1379
1394
|
],
|
|
1380
|
-
"path": "/
|
|
1395
|
+
"path": "/deployment/services/:serviceId/deployments",
|
|
1381
1396
|
"readOnly": true
|
|
1382
1397
|
}
|
|
1383
1398
|
},
|
|
@@ -1406,7 +1421,7 @@ export const bindings: BindingsMap = {
|
|
|
1406
1421
|
"name": "redirectWww"
|
|
1407
1422
|
}
|
|
1408
1423
|
],
|
|
1409
|
-
"path": "/
|
|
1424
|
+
"path": "/deployment/environments/:environmentId/domains",
|
|
1410
1425
|
"readOnly": false
|
|
1411
1426
|
},
|
|
1412
1427
|
"get": {
|
|
@@ -1417,7 +1432,7 @@ export const bindings: BindingsMap = {
|
|
|
1417
1432
|
"name": "id"
|
|
1418
1433
|
}
|
|
1419
1434
|
],
|
|
1420
|
-
"path": "/
|
|
1435
|
+
"path": "/deployment/domains/:id",
|
|
1421
1436
|
"readOnly": true
|
|
1422
1437
|
},
|
|
1423
1438
|
"list": {
|
|
@@ -1428,7 +1443,7 @@ export const bindings: BindingsMap = {
|
|
|
1428
1443
|
"name": "environmentId"
|
|
1429
1444
|
}
|
|
1430
1445
|
],
|
|
1431
|
-
"path": "/
|
|
1446
|
+
"path": "/deployment/environments/:environmentId/domains",
|
|
1432
1447
|
"readOnly": true
|
|
1433
1448
|
},
|
|
1434
1449
|
"remove": {
|
|
@@ -1439,7 +1454,7 @@ export const bindings: BindingsMap = {
|
|
|
1439
1454
|
"name": "id"
|
|
1440
1455
|
}
|
|
1441
1456
|
],
|
|
1442
|
-
"path": "/
|
|
1457
|
+
"path": "/deployment/domains/:id",
|
|
1443
1458
|
"readOnly": false
|
|
1444
1459
|
},
|
|
1445
1460
|
"verify": {
|
|
@@ -1450,14 +1465,14 @@ export const bindings: BindingsMap = {
|
|
|
1450
1465
|
"name": "id"
|
|
1451
1466
|
}
|
|
1452
1467
|
],
|
|
1453
|
-
"path": "/
|
|
1468
|
+
"path": "/deployment/domains/:id/verify",
|
|
1454
1469
|
"readOnly": false
|
|
1455
1470
|
}
|
|
1456
1471
|
},
|
|
1457
1472
|
"domain-allowed": {
|
|
1458
1473
|
"list": {
|
|
1459
1474
|
"method": "GET",
|
|
1460
|
-
"path": "/
|
|
1475
|
+
"path": "/deployment/governance/domains",
|
|
1461
1476
|
"readOnly": true
|
|
1462
1477
|
}
|
|
1463
1478
|
},
|
|
@@ -1470,7 +1485,7 @@ export const bindings: BindingsMap = {
|
|
|
1470
1485
|
"name": "serviceId"
|
|
1471
1486
|
}
|
|
1472
1487
|
],
|
|
1473
|
-
"path": "/
|
|
1488
|
+
"path": "/deployment/services/:serviceId/domains",
|
|
1474
1489
|
"readOnly": true
|
|
1475
1490
|
}
|
|
1476
1491
|
},
|
|
@@ -1487,7 +1502,7 @@ export const bindings: BindingsMap = {
|
|
|
1487
1502
|
"name": "enabled"
|
|
1488
1503
|
}
|
|
1489
1504
|
],
|
|
1490
|
-
"path": "/
|
|
1505
|
+
"path": "/deployment/domains/:id/redirect-www",
|
|
1491
1506
|
"readOnly": false
|
|
1492
1507
|
}
|
|
1493
1508
|
},
|
|
@@ -1516,7 +1531,7 @@ export const bindings: BindingsMap = {
|
|
|
1516
1531
|
"name": "priority"
|
|
1517
1532
|
}
|
|
1518
1533
|
],
|
|
1519
|
-
"path": "/
|
|
1534
|
+
"path": "/deployment/domains/:domainId/routes",
|
|
1520
1535
|
"readOnly": false
|
|
1521
1536
|
},
|
|
1522
1537
|
"list": {
|
|
@@ -1527,7 +1542,7 @@ export const bindings: BindingsMap = {
|
|
|
1527
1542
|
"name": "domainId"
|
|
1528
1543
|
}
|
|
1529
1544
|
],
|
|
1530
|
-
"path": "/
|
|
1545
|
+
"path": "/deployment/domains/:domainId/routes",
|
|
1531
1546
|
"readOnly": true
|
|
1532
1547
|
},
|
|
1533
1548
|
"remove": {
|
|
@@ -1542,7 +1557,7 @@ export const bindings: BindingsMap = {
|
|
|
1542
1557
|
"name": "routeId"
|
|
1543
1558
|
}
|
|
1544
1559
|
],
|
|
1545
|
-
"path": "/
|
|
1560
|
+
"path": "/deployment/domains/:domainId/routes/:routeId",
|
|
1546
1561
|
"readOnly": false
|
|
1547
1562
|
},
|
|
1548
1563
|
"update": {
|
|
@@ -1569,7 +1584,7 @@ export const bindings: BindingsMap = {
|
|
|
1569
1584
|
"name": "priority"
|
|
1570
1585
|
}
|
|
1571
1586
|
],
|
|
1572
|
-
"path": "/
|
|
1587
|
+
"path": "/deployment/domains/:domainId/routes/:routeId",
|
|
1573
1588
|
"readOnly": false
|
|
1574
1589
|
}
|
|
1575
1590
|
},
|
|
@@ -1586,7 +1601,7 @@ export const bindings: BindingsMap = {
|
|
|
1586
1601
|
"name": "slug"
|
|
1587
1602
|
}
|
|
1588
1603
|
],
|
|
1589
|
-
"path": "/
|
|
1604
|
+
"path": "/deployment/environments",
|
|
1590
1605
|
"readOnly": false
|
|
1591
1606
|
},
|
|
1592
1607
|
"delete": {
|
|
@@ -1597,7 +1612,7 @@ export const bindings: BindingsMap = {
|
|
|
1597
1612
|
"name": "id"
|
|
1598
1613
|
}
|
|
1599
1614
|
],
|
|
1600
|
-
"path": "/
|
|
1615
|
+
"path": "/deployment/environments/:id",
|
|
1601
1616
|
"readOnly": false
|
|
1602
1617
|
},
|
|
1603
1618
|
"fork": {
|
|
@@ -1616,7 +1631,7 @@ export const bindings: BindingsMap = {
|
|
|
1616
1631
|
"name": "slug"
|
|
1617
1632
|
}
|
|
1618
1633
|
],
|
|
1619
|
-
"path": "/
|
|
1634
|
+
"path": "/deployment/environments/fork",
|
|
1620
1635
|
"readOnly": false
|
|
1621
1636
|
},
|
|
1622
1637
|
"get": {
|
|
@@ -1627,7 +1642,7 @@ export const bindings: BindingsMap = {
|
|
|
1627
1642
|
"name": "id"
|
|
1628
1643
|
}
|
|
1629
1644
|
],
|
|
1630
|
-
"path": "/
|
|
1645
|
+
"path": "/deployment/environments/:id",
|
|
1631
1646
|
"readOnly": true
|
|
1632
1647
|
},
|
|
1633
1648
|
"list": {
|
|
@@ -1638,7 +1653,7 @@ export const bindings: BindingsMap = {
|
|
|
1638
1653
|
"name": "type"
|
|
1639
1654
|
}
|
|
1640
1655
|
],
|
|
1641
|
-
"path": "/
|
|
1656
|
+
"path": "/deployment/environments",
|
|
1642
1657
|
"readOnly": true
|
|
1643
1658
|
},
|
|
1644
1659
|
"reconcile": {
|
|
@@ -1653,7 +1668,7 @@ export const bindings: BindingsMap = {
|
|
|
1653
1668
|
"name": "force"
|
|
1654
1669
|
}
|
|
1655
1670
|
],
|
|
1656
|
-
"path": "/
|
|
1671
|
+
"path": "/deployment/environments/:id/reconcile",
|
|
1657
1672
|
"readOnly": false
|
|
1658
1673
|
},
|
|
1659
1674
|
"update": {
|
|
@@ -1668,7 +1683,7 @@ export const bindings: BindingsMap = {
|
|
|
1668
1683
|
"name": "id"
|
|
1669
1684
|
}
|
|
1670
1685
|
],
|
|
1671
|
-
"path": "/
|
|
1686
|
+
"path": "/deployment/environments/:id",
|
|
1672
1687
|
"readOnly": false
|
|
1673
1688
|
}
|
|
1674
1689
|
},
|
|
@@ -1697,7 +1712,7 @@ export const bindings: BindingsMap = {
|
|
|
1697
1712
|
"name": "limit"
|
|
1698
1713
|
}
|
|
1699
1714
|
],
|
|
1700
|
-
"path": "/
|
|
1715
|
+
"path": "/deployment/environments/:environmentId/events",
|
|
1701
1716
|
"readOnly": true
|
|
1702
1717
|
},
|
|
1703
1718
|
"service": {
|
|
@@ -1728,7 +1743,7 @@ export const bindings: BindingsMap = {
|
|
|
1728
1743
|
"name": "deploymentId"
|
|
1729
1744
|
}
|
|
1730
1745
|
],
|
|
1731
|
-
"path": "/
|
|
1746
|
+
"path": "/deployment/services/:serviceId/events",
|
|
1732
1747
|
"readOnly": true
|
|
1733
1748
|
}
|
|
1734
1749
|
},
|
|
@@ -1741,7 +1756,7 @@ export const bindings: BindingsMap = {
|
|
|
1741
1756
|
"name": "id"
|
|
1742
1757
|
}
|
|
1743
1758
|
],
|
|
1744
|
-
"path": "/
|
|
1759
|
+
"path": "/deployment/managed-services/:id/backup",
|
|
1745
1760
|
"readOnly": false
|
|
1746
1761
|
},
|
|
1747
1762
|
"delete": {
|
|
@@ -1752,7 +1767,7 @@ export const bindings: BindingsMap = {
|
|
|
1752
1767
|
"name": "id"
|
|
1753
1768
|
}
|
|
1754
1769
|
],
|
|
1755
|
-
"path": "/
|
|
1770
|
+
"path": "/deployment/managed-services/:id",
|
|
1756
1771
|
"readOnly": false
|
|
1757
1772
|
},
|
|
1758
1773
|
"get": {
|
|
@@ -1763,7 +1778,7 @@ export const bindings: BindingsMap = {
|
|
|
1763
1778
|
"name": "id"
|
|
1764
1779
|
}
|
|
1765
1780
|
],
|
|
1766
|
-
"path": "/
|
|
1781
|
+
"path": "/deployment/managed-services/:id",
|
|
1767
1782
|
"readOnly": true
|
|
1768
1783
|
},
|
|
1769
1784
|
"list": {
|
|
@@ -1774,7 +1789,7 @@ export const bindings: BindingsMap = {
|
|
|
1774
1789
|
"name": "environmentId"
|
|
1775
1790
|
}
|
|
1776
1791
|
],
|
|
1777
|
-
"path": "/
|
|
1792
|
+
"path": "/deployment/environments/:environmentId/managed-services",
|
|
1778
1793
|
"readOnly": true
|
|
1779
1794
|
},
|
|
1780
1795
|
"logs": {
|
|
@@ -1789,7 +1804,7 @@ export const bindings: BindingsMap = {
|
|
|
1789
1804
|
"name": "tail"
|
|
1790
1805
|
}
|
|
1791
1806
|
],
|
|
1792
|
-
"path": "/
|
|
1807
|
+
"path": "/deployment/managed-services/:id/logs",
|
|
1793
1808
|
"readOnly": true
|
|
1794
1809
|
},
|
|
1795
1810
|
"provision": {
|
|
@@ -1824,7 +1839,7 @@ export const bindings: BindingsMap = {
|
|
|
1824
1839
|
"name": "databaseName"
|
|
1825
1840
|
}
|
|
1826
1841
|
],
|
|
1827
|
-
"path": "/
|
|
1842
|
+
"path": "/deployment/environments/:environmentId/managed-services",
|
|
1828
1843
|
"readOnly": false
|
|
1829
1844
|
},
|
|
1830
1845
|
"reconcile": {
|
|
@@ -1835,7 +1850,7 @@ export const bindings: BindingsMap = {
|
|
|
1835
1850
|
"name": "id"
|
|
1836
1851
|
}
|
|
1837
1852
|
],
|
|
1838
|
-
"path": "/
|
|
1853
|
+
"path": "/deployment/managed-services/:id/reconcile",
|
|
1839
1854
|
"readOnly": false
|
|
1840
1855
|
},
|
|
1841
1856
|
"resize": {
|
|
@@ -1850,7 +1865,7 @@ export const bindings: BindingsMap = {
|
|
|
1850
1865
|
"name": "storageGiB"
|
|
1851
1866
|
}
|
|
1852
1867
|
],
|
|
1853
|
-
"path": "/
|
|
1868
|
+
"path": "/deployment/managed-services/:id/resize",
|
|
1854
1869
|
"readOnly": false
|
|
1855
1870
|
},
|
|
1856
1871
|
"restore": {
|
|
@@ -1865,7 +1880,7 @@ export const bindings: BindingsMap = {
|
|
|
1865
1880
|
"name": "snapshotName"
|
|
1866
1881
|
}
|
|
1867
1882
|
],
|
|
1868
|
-
"path": "/
|
|
1883
|
+
"path": "/deployment/managed-services/:id/restore",
|
|
1869
1884
|
"readOnly": false
|
|
1870
1885
|
},
|
|
1871
1886
|
"start": {
|
|
@@ -1876,7 +1891,7 @@ export const bindings: BindingsMap = {
|
|
|
1876
1891
|
"name": "id"
|
|
1877
1892
|
}
|
|
1878
1893
|
],
|
|
1879
|
-
"path": "/
|
|
1894
|
+
"path": "/deployment/managed-services/:id/start",
|
|
1880
1895
|
"readOnly": false
|
|
1881
1896
|
},
|
|
1882
1897
|
"stop": {
|
|
@@ -1887,12 +1902,12 @@ export const bindings: BindingsMap = {
|
|
|
1887
1902
|
"name": "id"
|
|
1888
1903
|
}
|
|
1889
1904
|
],
|
|
1890
|
-
"path": "/
|
|
1905
|
+
"path": "/deployment/managed-services/:id/stop",
|
|
1891
1906
|
"readOnly": false
|
|
1892
1907
|
},
|
|
1893
1908
|
"types": {
|
|
1894
1909
|
"method": "GET",
|
|
1895
|
-
"path": "/
|
|
1910
|
+
"path": "/deployment/managed-service-types",
|
|
1896
1911
|
"readOnly": true
|
|
1897
1912
|
}
|
|
1898
1913
|
},
|
|
@@ -1905,7 +1920,7 @@ export const bindings: BindingsMap = {
|
|
|
1905
1920
|
"name": "id"
|
|
1906
1921
|
}
|
|
1907
1922
|
],
|
|
1908
|
-
"path": "/
|
|
1923
|
+
"path": "/deployment/managed-services/:id/backups",
|
|
1909
1924
|
"readOnly": true
|
|
1910
1925
|
}
|
|
1911
1926
|
},
|
|
@@ -1918,7 +1933,7 @@ export const bindings: BindingsMap = {
|
|
|
1918
1933
|
"name": "id"
|
|
1919
1934
|
}
|
|
1920
1935
|
],
|
|
1921
|
-
"path": "/
|
|
1936
|
+
"path": "/deployment/managed-services/:id/connect-info",
|
|
1922
1937
|
"readOnly": true
|
|
1923
1938
|
}
|
|
1924
1939
|
},
|
|
@@ -1939,7 +1954,7 @@ export const bindings: BindingsMap = {
|
|
|
1939
1954
|
"name": "window"
|
|
1940
1955
|
}
|
|
1941
1956
|
],
|
|
1942
|
-
"path": "/
|
|
1957
|
+
"path": "/deployment/metrics",
|
|
1943
1958
|
"readOnly": true
|
|
1944
1959
|
}
|
|
1945
1960
|
},
|
|
@@ -1960,7 +1975,7 @@ export const bindings: BindingsMap = {
|
|
|
1960
1975
|
"name": "prBranch"
|
|
1961
1976
|
}
|
|
1962
1977
|
],
|
|
1963
|
-
"path": "/
|
|
1978
|
+
"path": "/deployment/preview-environments",
|
|
1964
1979
|
"readOnly": false
|
|
1965
1980
|
},
|
|
1966
1981
|
"delete": {
|
|
@@ -1971,12 +1986,12 @@ export const bindings: BindingsMap = {
|
|
|
1971
1986
|
"name": "id"
|
|
1972
1987
|
}
|
|
1973
1988
|
],
|
|
1974
|
-
"path": "/
|
|
1989
|
+
"path": "/deployment/preview-environments/:id",
|
|
1975
1990
|
"readOnly": false
|
|
1976
1991
|
},
|
|
1977
1992
|
"list": {
|
|
1978
1993
|
"method": "GET",
|
|
1979
|
-
"path": "/
|
|
1994
|
+
"path": "/deployment/preview-environments",
|
|
1980
1995
|
"readOnly": true
|
|
1981
1996
|
}
|
|
1982
1997
|
},
|
|
@@ -1989,7 +2004,7 @@ export const bindings: BindingsMap = {
|
|
|
1989
2004
|
"name": "baseEnvironmentId"
|
|
1990
2005
|
}
|
|
1991
2006
|
],
|
|
1992
|
-
"path": "/
|
|
2007
|
+
"path": "/deployment/preview-policies/:baseEnvironmentId",
|
|
1993
2008
|
"readOnly": true
|
|
1994
2009
|
},
|
|
1995
2010
|
"set": {
|
|
@@ -2012,7 +2027,7 @@ export const bindings: BindingsMap = {
|
|
|
2012
2027
|
"name": "ttlHours"
|
|
2013
2028
|
}
|
|
2014
2029
|
],
|
|
2015
|
-
"path": "/
|
|
2030
|
+
"path": "/deployment/preview-policies/:baseEnvironmentId",
|
|
2016
2031
|
"readOnly": false
|
|
2017
2032
|
}
|
|
2018
2033
|
},
|
|
@@ -2057,7 +2072,7 @@ export const bindings: BindingsMap = {
|
|
|
2057
2072
|
"name": "canvas"
|
|
2058
2073
|
}
|
|
2059
2074
|
],
|
|
2060
|
-
"path": "/
|
|
2075
|
+
"path": "/deployment/environments/:environmentId/services",
|
|
2061
2076
|
"readOnly": false
|
|
2062
2077
|
},
|
|
2063
2078
|
"delete": {
|
|
@@ -2068,7 +2083,7 @@ export const bindings: BindingsMap = {
|
|
|
2068
2083
|
"name": "id"
|
|
2069
2084
|
}
|
|
2070
2085
|
],
|
|
2071
|
-
"path": "/
|
|
2086
|
+
"path": "/deployment/services/:id",
|
|
2072
2087
|
"readOnly": false
|
|
2073
2088
|
},
|
|
2074
2089
|
"exec": {
|
|
@@ -2091,7 +2106,7 @@ export const bindings: BindingsMap = {
|
|
|
2091
2106
|
"name": "serviceId"
|
|
2092
2107
|
}
|
|
2093
2108
|
],
|
|
2094
|
-
"path": "/
|
|
2109
|
+
"path": "/deployment/services/:serviceId/exec",
|
|
2095
2110
|
"readOnly": false
|
|
2096
2111
|
},
|
|
2097
2112
|
"get": {
|
|
@@ -2102,7 +2117,7 @@ export const bindings: BindingsMap = {
|
|
|
2102
2117
|
"name": "id"
|
|
2103
2118
|
}
|
|
2104
2119
|
],
|
|
2105
|
-
"path": "/
|
|
2120
|
+
"path": "/deployment/services/:id",
|
|
2106
2121
|
"readOnly": true
|
|
2107
2122
|
},
|
|
2108
2123
|
"list": {
|
|
@@ -2113,7 +2128,7 @@ export const bindings: BindingsMap = {
|
|
|
2113
2128
|
"name": "environmentId"
|
|
2114
2129
|
}
|
|
2115
2130
|
],
|
|
2116
|
-
"path": "/
|
|
2131
|
+
"path": "/deployment/environments/:environmentId/services",
|
|
2117
2132
|
"readOnly": true
|
|
2118
2133
|
},
|
|
2119
2134
|
"logs": {
|
|
@@ -2128,7 +2143,7 @@ export const bindings: BindingsMap = {
|
|
|
2128
2143
|
"name": "tail"
|
|
2129
2144
|
}
|
|
2130
2145
|
],
|
|
2131
|
-
"path": "/
|
|
2146
|
+
"path": "/deployment/services/:serviceId/logs",
|
|
2132
2147
|
"readOnly": true
|
|
2133
2148
|
},
|
|
2134
2149
|
"redeploy": {
|
|
@@ -2139,7 +2154,7 @@ export const bindings: BindingsMap = {
|
|
|
2139
2154
|
"name": "serviceId"
|
|
2140
2155
|
}
|
|
2141
2156
|
],
|
|
2142
|
-
"path": "/
|
|
2157
|
+
"path": "/deployment/services/:serviceId/redeploy",
|
|
2143
2158
|
"readOnly": false
|
|
2144
2159
|
},
|
|
2145
2160
|
"restart": {
|
|
@@ -2150,7 +2165,7 @@ export const bindings: BindingsMap = {
|
|
|
2150
2165
|
"name": "id"
|
|
2151
2166
|
}
|
|
2152
2167
|
],
|
|
2153
|
-
"path": "/
|
|
2168
|
+
"path": "/deployment/services/:id/restart",
|
|
2154
2169
|
"readOnly": false
|
|
2155
2170
|
},
|
|
2156
2171
|
"rollback": {
|
|
@@ -2165,7 +2180,7 @@ export const bindings: BindingsMap = {
|
|
|
2165
2180
|
"name": "deploymentId"
|
|
2166
2181
|
}
|
|
2167
2182
|
],
|
|
2168
|
-
"path": "/
|
|
2183
|
+
"path": "/deployment/services/:serviceId/rollback",
|
|
2169
2184
|
"readOnly": false
|
|
2170
2185
|
},
|
|
2171
2186
|
"scale": {
|
|
@@ -2180,7 +2195,7 @@ export const bindings: BindingsMap = {
|
|
|
2180
2195
|
"name": "replicas"
|
|
2181
2196
|
}
|
|
2182
2197
|
],
|
|
2183
|
-
"path": "/
|
|
2198
|
+
"path": "/deployment/services/:id/scale",
|
|
2184
2199
|
"readOnly": false
|
|
2185
2200
|
},
|
|
2186
2201
|
"update": {
|
|
@@ -2215,7 +2230,7 @@ export const bindings: BindingsMap = {
|
|
|
2215
2230
|
"name": "id"
|
|
2216
2231
|
}
|
|
2217
2232
|
],
|
|
2218
|
-
"path": "/
|
|
2233
|
+
"path": "/deployment/services/:id",
|
|
2219
2234
|
"readOnly": false
|
|
2220
2235
|
}
|
|
2221
2236
|
},
|
|
@@ -2228,7 +2243,7 @@ export const bindings: BindingsMap = {
|
|
|
2228
2243
|
"name": "serviceId"
|
|
2229
2244
|
}
|
|
2230
2245
|
],
|
|
2231
|
-
"path": "/
|
|
2246
|
+
"path": "/deployment/services/:serviceId/ssh-command",
|
|
2232
2247
|
"readOnly": true
|
|
2233
2248
|
}
|
|
2234
2249
|
},
|
|
@@ -2241,12 +2256,12 @@ export const bindings: BindingsMap = {
|
|
|
2241
2256
|
"name": "id"
|
|
2242
2257
|
}
|
|
2243
2258
|
],
|
|
2244
|
-
"path": "/
|
|
2259
|
+
"path": "/deployment/ssh-keys/:id",
|
|
2245
2260
|
"readOnly": false
|
|
2246
2261
|
},
|
|
2247
2262
|
"list": {
|
|
2248
2263
|
"method": "GET",
|
|
2249
|
-
"path": "/
|
|
2264
|
+
"path": "/deployment/ssh-keys",
|
|
2250
2265
|
"readOnly": true
|
|
2251
2266
|
},
|
|
2252
2267
|
"register": {
|
|
@@ -2261,7 +2276,7 @@ export const bindings: BindingsMap = {
|
|
|
2261
2276
|
"name": "publicKey"
|
|
2262
2277
|
}
|
|
2263
2278
|
],
|
|
2264
|
-
"path": "/
|
|
2279
|
+
"path": "/deployment/ssh-keys",
|
|
2265
2280
|
"readOnly": false
|
|
2266
2281
|
}
|
|
2267
2282
|
},
|
|
@@ -2274,7 +2289,7 @@ export const bindings: BindingsMap = {
|
|
|
2274
2289
|
"name": "serviceId"
|
|
2275
2290
|
}
|
|
2276
2291
|
],
|
|
2277
|
-
"path": "/
|
|
2292
|
+
"path": "/deployment/services/:serviceId/variables",
|
|
2278
2293
|
"readOnly": true
|
|
2279
2294
|
},
|
|
2280
2295
|
"set": {
|
|
@@ -2297,7 +2312,7 @@ export const bindings: BindingsMap = {
|
|
|
2297
2312
|
"name": "isSecret"
|
|
2298
2313
|
}
|
|
2299
2314
|
],
|
|
2300
|
-
"path": "/
|
|
2315
|
+
"path": "/deployment/services/:serviceId/variables/:key",
|
|
2301
2316
|
"readOnly": false
|
|
2302
2317
|
},
|
|
2303
2318
|
"unset": {
|
|
@@ -2312,7 +2327,7 @@ export const bindings: BindingsMap = {
|
|
|
2312
2327
|
"name": "key"
|
|
2313
2328
|
}
|
|
2314
2329
|
],
|
|
2315
|
-
"path": "/
|
|
2330
|
+
"path": "/deployment/services/:serviceId/variables/:key",
|
|
2316
2331
|
"readOnly": false
|
|
2317
2332
|
}
|
|
2318
2333
|
},
|
|
@@ -2325,12 +2340,12 @@ export const bindings: BindingsMap = {
|
|
|
2325
2340
|
"name": "environmentId"
|
|
2326
2341
|
}
|
|
2327
2342
|
],
|
|
2328
|
-
"path": "/
|
|
2343
|
+
"path": "/deployment/environments/:environmentId/variables",
|
|
2329
2344
|
"readOnly": true
|
|
2330
2345
|
},
|
|
2331
2346
|
"product": {
|
|
2332
2347
|
"method": "GET",
|
|
2333
|
-
"path": "/
|
|
2348
|
+
"path": "/deployment/product/variables",
|
|
2334
2349
|
"readOnly": true
|
|
2335
2350
|
}
|
|
2336
2351
|
},
|
|
@@ -2355,7 +2370,7 @@ export const bindings: BindingsMap = {
|
|
|
2355
2370
|
"name": "isSecret"
|
|
2356
2371
|
}
|
|
2357
2372
|
],
|
|
2358
|
-
"path": "/
|
|
2373
|
+
"path": "/deployment/environments/:environmentId/variables/:key",
|
|
2359
2374
|
"readOnly": false
|
|
2360
2375
|
},
|
|
2361
2376
|
"product": {
|
|
@@ -2374,7 +2389,7 @@ export const bindings: BindingsMap = {
|
|
|
2374
2389
|
"name": "isSecret"
|
|
2375
2390
|
}
|
|
2376
2391
|
],
|
|
2377
|
-
"path": "/
|
|
2392
|
+
"path": "/deployment/product/variables/:key",
|
|
2378
2393
|
"readOnly": false
|
|
2379
2394
|
}
|
|
2380
2395
|
},
|
|
@@ -2391,7 +2406,7 @@ export const bindings: BindingsMap = {
|
|
|
2391
2406
|
"name": "key"
|
|
2392
2407
|
}
|
|
2393
2408
|
],
|
|
2394
|
-
"path": "/
|
|
2409
|
+
"path": "/deployment/environments/:environmentId/variables/:key",
|
|
2395
2410
|
"readOnly": false
|
|
2396
2411
|
},
|
|
2397
2412
|
"product": {
|
|
@@ -2402,7 +2417,7 @@ export const bindings: BindingsMap = {
|
|
|
2402
2417
|
"name": "key"
|
|
2403
2418
|
}
|
|
2404
2419
|
],
|
|
2405
|
-
"path": "/
|
|
2420
|
+
"path": "/deployment/product/variables/:key",
|
|
2406
2421
|
"readOnly": false
|
|
2407
2422
|
}
|
|
2408
2423
|
},
|
|
@@ -2419,14 +2434,14 @@ export const bindings: BindingsMap = {
|
|
|
2419
2434
|
"name": "repoFullName"
|
|
2420
2435
|
}
|
|
2421
2436
|
],
|
|
2422
|
-
"path": "/
|
|
2437
|
+
"path": "/deployment/vcs/branches",
|
|
2423
2438
|
"readOnly": true
|
|
2424
2439
|
}
|
|
2425
2440
|
},
|
|
2426
2441
|
"vcs-connection": {
|
|
2427
2442
|
"list": {
|
|
2428
2443
|
"method": "GET",
|
|
2429
|
-
"path": "/
|
|
2444
|
+
"path": "/deployment/vcs/connections",
|
|
2430
2445
|
"readOnly": true
|
|
2431
2446
|
}
|
|
2432
2447
|
},
|
|
@@ -2447,7 +2462,7 @@ export const bindings: BindingsMap = {
|
|
|
2447
2462
|
"name": "search"
|
|
2448
2463
|
}
|
|
2449
2464
|
],
|
|
2450
|
-
"path": "/
|
|
2465
|
+
"path": "/deployment/vcs/repos",
|
|
2451
2466
|
"readOnly": true
|
|
2452
2467
|
}
|
|
2453
2468
|
},
|
|
@@ -2480,7 +2495,7 @@ export const bindings: BindingsMap = {
|
|
|
2480
2495
|
"name": "attachedServiceId"
|
|
2481
2496
|
}
|
|
2482
2497
|
],
|
|
2483
|
-
"path": "/
|
|
2498
|
+
"path": "/deployment/environments/:environmentId/volumes",
|
|
2484
2499
|
"readOnly": false
|
|
2485
2500
|
},
|
|
2486
2501
|
"delete": {
|
|
@@ -2491,7 +2506,7 @@ export const bindings: BindingsMap = {
|
|
|
2491
2506
|
"name": "id"
|
|
2492
2507
|
}
|
|
2493
2508
|
],
|
|
2494
|
-
"path": "/
|
|
2509
|
+
"path": "/deployment/volumes/:id",
|
|
2495
2510
|
"readOnly": false
|
|
2496
2511
|
},
|
|
2497
2512
|
"detach": {
|
|
@@ -2502,7 +2517,7 @@ export const bindings: BindingsMap = {
|
|
|
2502
2517
|
"name": "id"
|
|
2503
2518
|
}
|
|
2504
2519
|
],
|
|
2505
|
-
"path": "/
|
|
2520
|
+
"path": "/deployment/volumes/:id/detach",
|
|
2506
2521
|
"readOnly": false
|
|
2507
2522
|
},
|
|
2508
2523
|
"get": {
|
|
@@ -2513,7 +2528,7 @@ export const bindings: BindingsMap = {
|
|
|
2513
2528
|
"name": "id"
|
|
2514
2529
|
}
|
|
2515
2530
|
],
|
|
2516
|
-
"path": "/
|
|
2531
|
+
"path": "/deployment/volumes/:id",
|
|
2517
2532
|
"readOnly": true
|
|
2518
2533
|
},
|
|
2519
2534
|
"list": {
|
|
@@ -2524,7 +2539,7 @@ export const bindings: BindingsMap = {
|
|
|
2524
2539
|
"name": "environmentId"
|
|
2525
2540
|
}
|
|
2526
2541
|
],
|
|
2527
|
-
"path": "/
|
|
2542
|
+
"path": "/deployment/environments/:environmentId/volumes",
|
|
2528
2543
|
"readOnly": true
|
|
2529
2544
|
},
|
|
2530
2545
|
"resize": {
|
|
@@ -2539,7 +2554,7 @@ export const bindings: BindingsMap = {
|
|
|
2539
2554
|
"name": "sizeGb"
|
|
2540
2555
|
}
|
|
2541
2556
|
],
|
|
2542
|
-
"path": "/
|
|
2557
|
+
"path": "/deployment/volumes/:id/resize",
|
|
2543
2558
|
"readOnly": false
|
|
2544
2559
|
}
|
|
2545
2560
|
}
|
|
@@ -2562,7 +2577,7 @@ export const bindings: BindingsMap = {
|
|
|
2562
2577
|
"name": "domainId"
|
|
2563
2578
|
}
|
|
2564
2579
|
],
|
|
2565
|
-
"path": "/
|
|
2580
|
+
"path": "/mail/api-keys",
|
|
2566
2581
|
"readOnly": false
|
|
2567
2582
|
},
|
|
2568
2583
|
"delete": {
|
|
@@ -2573,12 +2588,12 @@ export const bindings: BindingsMap = {
|
|
|
2573
2588
|
"name": "id"
|
|
2574
2589
|
}
|
|
2575
2590
|
],
|
|
2576
|
-
"path": "/
|
|
2591
|
+
"path": "/mail/api-keys/:id",
|
|
2577
2592
|
"readOnly": false
|
|
2578
2593
|
},
|
|
2579
2594
|
"list": {
|
|
2580
2595
|
"method": "GET",
|
|
2581
|
-
"path": "/
|
|
2596
|
+
"path": "/mail/api-keys",
|
|
2582
2597
|
"readOnly": true
|
|
2583
2598
|
}
|
|
2584
2599
|
},
|
|
@@ -2591,7 +2606,7 @@ export const bindings: BindingsMap = {
|
|
|
2591
2606
|
"name": "name"
|
|
2592
2607
|
}
|
|
2593
2608
|
],
|
|
2594
|
-
"path": "/
|
|
2609
|
+
"path": "/mail/audiences",
|
|
2595
2610
|
"readOnly": false
|
|
2596
2611
|
},
|
|
2597
2612
|
"delete": {
|
|
@@ -2602,7 +2617,7 @@ export const bindings: BindingsMap = {
|
|
|
2602
2617
|
"name": "id"
|
|
2603
2618
|
}
|
|
2604
2619
|
],
|
|
2605
|
-
"path": "/
|
|
2620
|
+
"path": "/mail/audiences/:id",
|
|
2606
2621
|
"readOnly": false
|
|
2607
2622
|
},
|
|
2608
2623
|
"get": {
|
|
@@ -2613,12 +2628,12 @@ export const bindings: BindingsMap = {
|
|
|
2613
2628
|
"name": "id"
|
|
2614
2629
|
}
|
|
2615
2630
|
],
|
|
2616
|
-
"path": "/
|
|
2631
|
+
"path": "/mail/audiences/:id",
|
|
2617
2632
|
"readOnly": true
|
|
2618
2633
|
},
|
|
2619
2634
|
"list": {
|
|
2620
2635
|
"method": "GET",
|
|
2621
|
-
"path": "/
|
|
2636
|
+
"path": "/mail/audiences",
|
|
2622
2637
|
"readOnly": true
|
|
2623
2638
|
},
|
|
2624
2639
|
"update": {
|
|
@@ -2633,7 +2648,7 @@ export const bindings: BindingsMap = {
|
|
|
2633
2648
|
"name": "name"
|
|
2634
2649
|
}
|
|
2635
2650
|
],
|
|
2636
|
-
"path": "/
|
|
2651
|
+
"path": "/mail/audiences/:id",
|
|
2637
2652
|
"readOnly": false
|
|
2638
2653
|
}
|
|
2639
2654
|
},
|
|
@@ -2646,7 +2661,7 @@ export const bindings: BindingsMap = {
|
|
|
2646
2661
|
"name": "id"
|
|
2647
2662
|
}
|
|
2648
2663
|
],
|
|
2649
|
-
"path": "/
|
|
2664
|
+
"path": "/mail/broadcasts/:id/cancel",
|
|
2650
2665
|
"readOnly": false
|
|
2651
2666
|
},
|
|
2652
2667
|
"create": {
|
|
@@ -2689,7 +2704,7 @@ export const bindings: BindingsMap = {
|
|
|
2689
2704
|
"name": "template"
|
|
2690
2705
|
}
|
|
2691
2706
|
],
|
|
2692
|
-
"path": "/
|
|
2707
|
+
"path": "/mail/broadcasts",
|
|
2693
2708
|
"readOnly": false
|
|
2694
2709
|
},
|
|
2695
2710
|
"delete": {
|
|
@@ -2700,7 +2715,7 @@ export const bindings: BindingsMap = {
|
|
|
2700
2715
|
"name": "id"
|
|
2701
2716
|
}
|
|
2702
2717
|
],
|
|
2703
|
-
"path": "/
|
|
2718
|
+
"path": "/mail/broadcasts/:id",
|
|
2704
2719
|
"readOnly": false
|
|
2705
2720
|
},
|
|
2706
2721
|
"get": {
|
|
@@ -2711,7 +2726,7 @@ export const bindings: BindingsMap = {
|
|
|
2711
2726
|
"name": "id"
|
|
2712
2727
|
}
|
|
2713
2728
|
],
|
|
2714
|
-
"path": "/
|
|
2729
|
+
"path": "/mail/broadcasts/:id",
|
|
2715
2730
|
"readOnly": true
|
|
2716
2731
|
},
|
|
2717
2732
|
"list": {
|
|
@@ -2726,7 +2741,7 @@ export const bindings: BindingsMap = {
|
|
|
2726
2741
|
"name": "limit"
|
|
2727
2742
|
}
|
|
2728
2743
|
],
|
|
2729
|
-
"path": "/
|
|
2744
|
+
"path": "/mail/broadcasts",
|
|
2730
2745
|
"readOnly": true
|
|
2731
2746
|
},
|
|
2732
2747
|
"queue": {
|
|
@@ -2737,7 +2752,7 @@ export const bindings: BindingsMap = {
|
|
|
2737
2752
|
"name": "id"
|
|
2738
2753
|
}
|
|
2739
2754
|
],
|
|
2740
|
-
"path": "/
|
|
2755
|
+
"path": "/mail/broadcasts/:id/queue",
|
|
2741
2756
|
"readOnly": false
|
|
2742
2757
|
},
|
|
2743
2758
|
"stats": {
|
|
@@ -2748,7 +2763,7 @@ export const bindings: BindingsMap = {
|
|
|
2748
2763
|
"name": "id"
|
|
2749
2764
|
}
|
|
2750
2765
|
],
|
|
2751
|
-
"path": "/
|
|
2766
|
+
"path": "/mail/broadcasts/:id/stats",
|
|
2752
2767
|
"readOnly": true
|
|
2753
2768
|
},
|
|
2754
2769
|
"update": {
|
|
@@ -2795,7 +2810,7 @@ export const bindings: BindingsMap = {
|
|
|
2795
2810
|
"name": "id"
|
|
2796
2811
|
}
|
|
2797
2812
|
],
|
|
2798
|
-
"path": "/
|
|
2813
|
+
"path": "/mail/broadcasts/:id",
|
|
2799
2814
|
"readOnly": false
|
|
2800
2815
|
}
|
|
2801
2816
|
},
|
|
@@ -2824,7 +2839,7 @@ export const bindings: BindingsMap = {
|
|
|
2824
2839
|
"name": "audienceId"
|
|
2825
2840
|
}
|
|
2826
2841
|
],
|
|
2827
|
-
"path": "/
|
|
2842
|
+
"path": "/mail/audiences/:audienceId/contacts",
|
|
2828
2843
|
"readOnly": false
|
|
2829
2844
|
},
|
|
2830
2845
|
"delete": {
|
|
@@ -2843,7 +2858,7 @@ export const bindings: BindingsMap = {
|
|
|
2843
2858
|
"name": "audienceId"
|
|
2844
2859
|
}
|
|
2845
2860
|
],
|
|
2846
|
-
"path": "/
|
|
2861
|
+
"path": "/mail/audiences/:audienceId/contacts/:id",
|
|
2847
2862
|
"readOnly": false
|
|
2848
2863
|
},
|
|
2849
2864
|
"get": {
|
|
@@ -2862,7 +2877,7 @@ export const bindings: BindingsMap = {
|
|
|
2862
2877
|
"name": "audienceId"
|
|
2863
2878
|
}
|
|
2864
2879
|
],
|
|
2865
|
-
"path": "/
|
|
2880
|
+
"path": "/mail/audiences/:audienceId/contacts/:id",
|
|
2866
2881
|
"readOnly": true
|
|
2867
2882
|
},
|
|
2868
2883
|
"list": {
|
|
@@ -2889,7 +2904,7 @@ export const bindings: BindingsMap = {
|
|
|
2889
2904
|
"name": "audienceId"
|
|
2890
2905
|
}
|
|
2891
2906
|
],
|
|
2892
|
-
"path": "/
|
|
2907
|
+
"path": "/mail/audiences/:audienceId/contacts",
|
|
2893
2908
|
"readOnly": true
|
|
2894
2909
|
},
|
|
2895
2910
|
"update": {
|
|
@@ -2916,7 +2931,7 @@ export const bindings: BindingsMap = {
|
|
|
2916
2931
|
"name": "audienceId"
|
|
2917
2932
|
}
|
|
2918
2933
|
],
|
|
2919
|
-
"path": "/
|
|
2934
|
+
"path": "/mail/audiences/:audienceId/contacts/:id",
|
|
2920
2935
|
"readOnly": false
|
|
2921
2936
|
}
|
|
2922
2937
|
},
|
|
@@ -2933,7 +2948,7 @@ export const bindings: BindingsMap = {
|
|
|
2933
2948
|
"name": "region"
|
|
2934
2949
|
}
|
|
2935
2950
|
],
|
|
2936
|
-
"path": "/
|
|
2951
|
+
"path": "/mail/domains",
|
|
2937
2952
|
"readOnly": false
|
|
2938
2953
|
},
|
|
2939
2954
|
"delete": {
|
|
@@ -2944,7 +2959,7 @@ export const bindings: BindingsMap = {
|
|
|
2944
2959
|
"name": "id"
|
|
2945
2960
|
}
|
|
2946
2961
|
],
|
|
2947
|
-
"path": "/
|
|
2962
|
+
"path": "/mail/domains/:id",
|
|
2948
2963
|
"readOnly": false
|
|
2949
2964
|
},
|
|
2950
2965
|
"get": {
|
|
@@ -2955,12 +2970,12 @@ export const bindings: BindingsMap = {
|
|
|
2955
2970
|
"name": "id"
|
|
2956
2971
|
}
|
|
2957
2972
|
],
|
|
2958
|
-
"path": "/
|
|
2973
|
+
"path": "/mail/domains/:id",
|
|
2959
2974
|
"readOnly": true
|
|
2960
2975
|
},
|
|
2961
2976
|
"list": {
|
|
2962
2977
|
"method": "GET",
|
|
2963
|
-
"path": "/
|
|
2978
|
+
"path": "/mail/domains",
|
|
2964
2979
|
"readOnly": true
|
|
2965
2980
|
},
|
|
2966
2981
|
"update": {
|
|
@@ -2987,7 +3002,7 @@ export const bindings: BindingsMap = {
|
|
|
2987
3002
|
"name": "tls"
|
|
2988
3003
|
}
|
|
2989
3004
|
],
|
|
2990
|
-
"path": "/
|
|
3005
|
+
"path": "/mail/domains/:id",
|
|
2991
3006
|
"readOnly": false
|
|
2992
3007
|
},
|
|
2993
3008
|
"verify": {
|
|
@@ -2998,14 +3013,14 @@ export const bindings: BindingsMap = {
|
|
|
2998
3013
|
"name": "id"
|
|
2999
3014
|
}
|
|
3000
3015
|
],
|
|
3001
|
-
"path": "/
|
|
3016
|
+
"path": "/mail/domains/:id/verify",
|
|
3002
3017
|
"readOnly": false
|
|
3003
3018
|
}
|
|
3004
3019
|
},
|
|
3005
3020
|
"domain-allowed": {
|
|
3006
3021
|
"list": {
|
|
3007
3022
|
"method": "GET",
|
|
3008
|
-
"path": "/
|
|
3023
|
+
"path": "/mail/domains/allowed",
|
|
3009
3024
|
"readOnly": true
|
|
3010
3025
|
}
|
|
3011
3026
|
},
|
|
@@ -3018,7 +3033,7 @@ export const bindings: BindingsMap = {
|
|
|
3018
3033
|
"name": "id"
|
|
3019
3034
|
}
|
|
3020
3035
|
],
|
|
3021
|
-
"path": "/
|
|
3036
|
+
"path": "/mail/emails/:id/cancel",
|
|
3022
3037
|
"readOnly": false
|
|
3023
3038
|
},
|
|
3024
3039
|
"get": {
|
|
@@ -3029,7 +3044,7 @@ export const bindings: BindingsMap = {
|
|
|
3029
3044
|
"name": "id"
|
|
3030
3045
|
}
|
|
3031
3046
|
],
|
|
3032
|
-
"path": "/
|
|
3047
|
+
"path": "/mail/emails/:id",
|
|
3033
3048
|
"readOnly": true
|
|
3034
3049
|
},
|
|
3035
3050
|
"send": {
|
|
@@ -3084,7 +3099,7 @@ export const bindings: BindingsMap = {
|
|
|
3084
3099
|
"name": "scheduled_at"
|
|
3085
3100
|
}
|
|
3086
3101
|
],
|
|
3087
|
-
"path": "/
|
|
3102
|
+
"path": "/mail/emails",
|
|
3088
3103
|
"readOnly": false
|
|
3089
3104
|
},
|
|
3090
3105
|
"update": {
|
|
@@ -3099,7 +3114,7 @@ export const bindings: BindingsMap = {
|
|
|
3099
3114
|
"name": "id"
|
|
3100
3115
|
}
|
|
3101
3116
|
],
|
|
3102
|
-
"path": "/
|
|
3117
|
+
"path": "/mail/emails/:id",
|
|
3103
3118
|
"readOnly": false
|
|
3104
3119
|
}
|
|
3105
3120
|
},
|
|
@@ -3112,14 +3127,14 @@ export const bindings: BindingsMap = {
|
|
|
3112
3127
|
"name": "emails"
|
|
3113
3128
|
}
|
|
3114
3129
|
],
|
|
3115
|
-
"path": "/
|
|
3130
|
+
"path": "/mail/emails/batch",
|
|
3116
3131
|
"readOnly": false
|
|
3117
3132
|
}
|
|
3118
3133
|
},
|
|
3119
3134
|
"reputation": {
|
|
3120
3135
|
"get": {
|
|
3121
3136
|
"method": "GET",
|
|
3122
|
-
"path": "/
|
|
3137
|
+
"path": "/mail/reputation",
|
|
3123
3138
|
"readOnly": true
|
|
3124
3139
|
}
|
|
3125
3140
|
},
|
|
@@ -3132,7 +3147,7 @@ export const bindings: BindingsMap = {
|
|
|
3132
3147
|
"name": "period"
|
|
3133
3148
|
}
|
|
3134
3149
|
],
|
|
3135
|
-
"path": "/
|
|
3150
|
+
"path": "/mail/stats",
|
|
3136
3151
|
"readOnly": true
|
|
3137
3152
|
}
|
|
3138
3153
|
},
|
|
@@ -3149,7 +3164,7 @@ export const bindings: BindingsMap = {
|
|
|
3149
3164
|
"name": "note"
|
|
3150
3165
|
}
|
|
3151
3166
|
],
|
|
3152
|
-
"path": "/
|
|
3167
|
+
"path": "/mail/suppressions",
|
|
3153
3168
|
"readOnly": false
|
|
3154
3169
|
},
|
|
3155
3170
|
"list": {
|
|
@@ -3172,7 +3187,7 @@ export const bindings: BindingsMap = {
|
|
|
3172
3187
|
"name": "limit"
|
|
3173
3188
|
}
|
|
3174
3189
|
],
|
|
3175
|
-
"path": "/
|
|
3190
|
+
"path": "/mail/suppressions",
|
|
3176
3191
|
"readOnly": true
|
|
3177
3192
|
},
|
|
3178
3193
|
"remove": {
|
|
@@ -3183,7 +3198,7 @@ export const bindings: BindingsMap = {
|
|
|
3183
3198
|
"name": "address"
|
|
3184
3199
|
}
|
|
3185
3200
|
],
|
|
3186
|
-
"path": "/
|
|
3201
|
+
"path": "/mail/suppressions/:address",
|
|
3187
3202
|
"readOnly": false
|
|
3188
3203
|
}
|
|
3189
3204
|
},
|
|
@@ -3212,7 +3227,7 @@ export const bindings: BindingsMap = {
|
|
|
3212
3227
|
"name": "variables"
|
|
3213
3228
|
}
|
|
3214
3229
|
],
|
|
3215
|
-
"path": "/
|
|
3230
|
+
"path": "/mail/templates",
|
|
3216
3231
|
"readOnly": false
|
|
3217
3232
|
},
|
|
3218
3233
|
"delete": {
|
|
@@ -3223,7 +3238,7 @@ export const bindings: BindingsMap = {
|
|
|
3223
3238
|
"name": "id"
|
|
3224
3239
|
}
|
|
3225
3240
|
],
|
|
3226
|
-
"path": "/
|
|
3241
|
+
"path": "/mail/templates/:id",
|
|
3227
3242
|
"readOnly": false
|
|
3228
3243
|
},
|
|
3229
3244
|
"get": {
|
|
@@ -3234,12 +3249,12 @@ export const bindings: BindingsMap = {
|
|
|
3234
3249
|
"name": "id"
|
|
3235
3250
|
}
|
|
3236
3251
|
],
|
|
3237
|
-
"path": "/
|
|
3252
|
+
"path": "/mail/templates/:id",
|
|
3238
3253
|
"readOnly": true
|
|
3239
3254
|
},
|
|
3240
3255
|
"list": {
|
|
3241
3256
|
"method": "GET",
|
|
3242
|
-
"path": "/
|
|
3257
|
+
"path": "/mail/templates",
|
|
3243
3258
|
"readOnly": true
|
|
3244
3259
|
},
|
|
3245
3260
|
"publish": {
|
|
@@ -3250,7 +3265,7 @@ export const bindings: BindingsMap = {
|
|
|
3250
3265
|
"name": "id"
|
|
3251
3266
|
}
|
|
3252
3267
|
],
|
|
3253
|
-
"path": "/
|
|
3268
|
+
"path": "/mail/templates/:id/publish",
|
|
3254
3269
|
"readOnly": false
|
|
3255
3270
|
},
|
|
3256
3271
|
"update": {
|
|
@@ -3281,14 +3296,14 @@ export const bindings: BindingsMap = {
|
|
|
3281
3296
|
"name": "variables"
|
|
3282
3297
|
}
|
|
3283
3298
|
],
|
|
3284
|
-
"path": "/
|
|
3299
|
+
"path": "/mail/templates/:id",
|
|
3285
3300
|
"readOnly": false
|
|
3286
3301
|
}
|
|
3287
3302
|
},
|
|
3288
3303
|
"usage": {
|
|
3289
3304
|
"get": {
|
|
3290
3305
|
"method": "GET",
|
|
3291
|
-
"path": "/
|
|
3306
|
+
"path": "/mail/usage",
|
|
3292
3307
|
"readOnly": true
|
|
3293
3308
|
}
|
|
3294
3309
|
},
|
|
@@ -3309,7 +3324,7 @@ export const bindings: BindingsMap = {
|
|
|
3309
3324
|
"name": "description"
|
|
3310
3325
|
}
|
|
3311
3326
|
],
|
|
3312
|
-
"path": "/
|
|
3327
|
+
"path": "/mail/webhooks",
|
|
3313
3328
|
"readOnly": false
|
|
3314
3329
|
},
|
|
3315
3330
|
"delete": {
|
|
@@ -3320,7 +3335,7 @@ export const bindings: BindingsMap = {
|
|
|
3320
3335
|
"name": "id"
|
|
3321
3336
|
}
|
|
3322
3337
|
],
|
|
3323
|
-
"path": "/
|
|
3338
|
+
"path": "/mail/webhooks/:id",
|
|
3324
3339
|
"readOnly": false
|
|
3325
3340
|
},
|
|
3326
3341
|
"get": {
|
|
@@ -3331,12 +3346,12 @@ export const bindings: BindingsMap = {
|
|
|
3331
3346
|
"name": "id"
|
|
3332
3347
|
}
|
|
3333
3348
|
],
|
|
3334
|
-
"path": "/
|
|
3349
|
+
"path": "/mail/webhooks/:id",
|
|
3335
3350
|
"readOnly": true
|
|
3336
3351
|
},
|
|
3337
3352
|
"list": {
|
|
3338
3353
|
"method": "GET",
|
|
3339
|
-
"path": "/
|
|
3354
|
+
"path": "/mail/webhooks",
|
|
3340
3355
|
"readOnly": true
|
|
3341
3356
|
},
|
|
3342
3357
|
"update": {
|
|
@@ -3363,7 +3378,7 @@ export const bindings: BindingsMap = {
|
|
|
3363
3378
|
"name": "enabled"
|
|
3364
3379
|
}
|
|
3365
3380
|
],
|
|
3366
|
-
"path": "/
|
|
3381
|
+
"path": "/mail/webhooks/:id",
|
|
3367
3382
|
"readOnly": false
|
|
3368
3383
|
}
|
|
3369
3384
|
},
|
|
@@ -3380,7 +3395,7 @@ export const bindings: BindingsMap = {
|
|
|
3380
3395
|
"name": "limit"
|
|
3381
3396
|
}
|
|
3382
3397
|
],
|
|
3383
|
-
"path": "/
|
|
3398
|
+
"path": "/mail/webhooks/:id/deliveries",
|
|
3384
3399
|
"readOnly": true
|
|
3385
3400
|
}
|
|
3386
3401
|
}
|
|
@@ -4171,14 +4186,14 @@ export const bindings: BindingsMap = {
|
|
|
4171
4186
|
"name": "limit"
|
|
4172
4187
|
}
|
|
4173
4188
|
],
|
|
4174
|
-
"path": "/
|
|
4189
|
+
"path": "/playground/analytics/overview",
|
|
4175
4190
|
"readOnly": true
|
|
4176
4191
|
}
|
|
4177
4192
|
},
|
|
4178
4193
|
"billing": {
|
|
4179
4194
|
"entitlements": {
|
|
4180
4195
|
"method": "POST",
|
|
4181
|
-
"path": "/
|
|
4196
|
+
"path": "/playground/billing/entitlements",
|
|
4182
4197
|
"readOnly": true
|
|
4183
4198
|
},
|
|
4184
4199
|
"record-usage": {
|
|
@@ -4189,7 +4204,7 @@ export const bindings: BindingsMap = {
|
|
|
4189
4204
|
"name": "value"
|
|
4190
4205
|
}
|
|
4191
4206
|
],
|
|
4192
|
-
"path": "/
|
|
4207
|
+
"path": "/playground/billing/usage",
|
|
4193
4208
|
"readOnly": false
|
|
4194
4209
|
}
|
|
4195
4210
|
},
|
|
@@ -4206,24 +4221,24 @@ export const bindings: BindingsMap = {
|
|
|
4206
4221
|
"name": "name"
|
|
4207
4222
|
}
|
|
4208
4223
|
],
|
|
4209
|
-
"path": "/
|
|
4224
|
+
"path": "/playground/clickup/tasks",
|
|
4210
4225
|
"readOnly": false
|
|
4211
4226
|
},
|
|
4212
4227
|
"get-last-webhook": {
|
|
4213
4228
|
"method": "GET",
|
|
4214
|
-
"path": "/
|
|
4229
|
+
"path": "/playground/clickup/webhooks/last",
|
|
4215
4230
|
"readOnly": true
|
|
4216
4231
|
},
|
|
4217
4232
|
"get-overview": {
|
|
4218
4233
|
"method": "GET",
|
|
4219
|
-
"path": "/
|
|
4234
|
+
"path": "/playground/clickup/overview",
|
|
4220
4235
|
"readOnly": true
|
|
4221
4236
|
}
|
|
4222
4237
|
},
|
|
4223
4238
|
"gdrive": {
|
|
4224
4239
|
"get-last-change": {
|
|
4225
4240
|
"method": "GET",
|
|
4226
|
-
"path": "/
|
|
4241
|
+
"path": "/playground/gdrive/changes/last",
|
|
4227
4242
|
"readOnly": true
|
|
4228
4243
|
},
|
|
4229
4244
|
"read-file": {
|
|
@@ -4234,33 +4249,33 @@ export const bindings: BindingsMap = {
|
|
|
4234
4249
|
"name": "fileId"
|
|
4235
4250
|
}
|
|
4236
4251
|
],
|
|
4237
|
-
"path": "/
|
|
4252
|
+
"path": "/playground/gdrive/file",
|
|
4238
4253
|
"readOnly": true
|
|
4239
4254
|
}
|
|
4240
4255
|
},
|
|
4241
4256
|
"googleads": {
|
|
4242
4257
|
"read-customer": {
|
|
4243
4258
|
"method": "POST",
|
|
4244
|
-
"path": "/
|
|
4259
|
+
"path": "/playground/googleads/customer",
|
|
4245
4260
|
"readOnly": true
|
|
4246
4261
|
}
|
|
4247
4262
|
},
|
|
4248
4263
|
"lifecycle": {
|
|
4249
4264
|
"get-state": {
|
|
4250
4265
|
"method": "GET",
|
|
4251
|
-
"path": "/
|
|
4266
|
+
"path": "/playground/lifecycle/state",
|
|
4252
4267
|
"readOnly": true
|
|
4253
4268
|
},
|
|
4254
4269
|
"list-events": {
|
|
4255
4270
|
"method": "GET",
|
|
4256
|
-
"path": "/
|
|
4271
|
+
"path": "/playground/lifecycle/events",
|
|
4257
4272
|
"readOnly": true
|
|
4258
4273
|
}
|
|
4259
4274
|
},
|
|
4260
4275
|
"webhook": {
|
|
4261
4276
|
"get-last": {
|
|
4262
4277
|
"method": "GET",
|
|
4263
|
-
"path": "/
|
|
4278
|
+
"path": "/playground/webhooks/last",
|
|
4264
4279
|
"readOnly": true
|
|
4265
4280
|
}
|
|
4266
4281
|
}
|
|
@@ -4860,7 +4875,7 @@ export const bindings: BindingsMap = {
|
|
|
4860
4875
|
"config": {
|
|
4861
4876
|
"get": {
|
|
4862
4877
|
"method": "GET",
|
|
4863
|
-
"path": "/
|
|
4878
|
+
"path": "/waitlist/config",
|
|
4864
4879
|
"readOnly": true
|
|
4865
4880
|
},
|
|
4866
4881
|
"upsert": {
|
|
@@ -4903,14 +4918,14 @@ export const bindings: BindingsMap = {
|
|
|
4903
4918
|
"name": "siteBaseUrl"
|
|
4904
4919
|
}
|
|
4905
4920
|
],
|
|
4906
|
-
"path": "/
|
|
4921
|
+
"path": "/waitlist/config",
|
|
4907
4922
|
"readOnly": false
|
|
4908
4923
|
}
|
|
4909
4924
|
},
|
|
4910
4925
|
"embed": {
|
|
4911
4926
|
"get": {
|
|
4912
4927
|
"method": "GET",
|
|
4913
|
-
"path": "/
|
|
4928
|
+
"path": "/waitlist/embed",
|
|
4914
4929
|
"readOnly": true
|
|
4915
4930
|
}
|
|
4916
4931
|
},
|
|
@@ -4931,7 +4946,7 @@ export const bindings: BindingsMap = {
|
|
|
4931
4946
|
"name": "force"
|
|
4932
4947
|
}
|
|
4933
4948
|
],
|
|
4934
|
-
"path": "/
|
|
4949
|
+
"path": "/waitlist/invites/send",
|
|
4935
4950
|
"readOnly": false
|
|
4936
4951
|
}
|
|
4937
4952
|
},
|
|
@@ -4944,7 +4959,7 @@ export const bindings: BindingsMap = {
|
|
|
4944
4959
|
"name": "email"
|
|
4945
4960
|
}
|
|
4946
4961
|
],
|
|
4947
|
-
"path": "/
|
|
4962
|
+
"path": "/waitlist/erasure",
|
|
4948
4963
|
"readOnly": false
|
|
4949
4964
|
},
|
|
4950
4965
|
"funnel": {
|
|
@@ -4955,7 +4970,7 @@ export const bindings: BindingsMap = {
|
|
|
4955
4970
|
"name": "period"
|
|
4956
4971
|
}
|
|
4957
4972
|
],
|
|
4958
|
-
"path": "/
|
|
4973
|
+
"path": "/waitlist/signups/stats",
|
|
4959
4974
|
"readOnly": true
|
|
4960
4975
|
},
|
|
4961
4976
|
"list": {
|
|
@@ -4986,7 +5001,7 @@ export const bindings: BindingsMap = {
|
|
|
4986
5001
|
"name": "q"
|
|
4987
5002
|
}
|
|
4988
5003
|
],
|
|
4989
|
-
"path": "/
|
|
5004
|
+
"path": "/waitlist/signups",
|
|
4990
5005
|
"readOnly": true
|
|
4991
5006
|
}
|
|
4992
5007
|
}
|