@lessly/sdk-app 6.1.2 → 6.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/dist/analytics/index.cjs +11 -0
  2. package/dist/analytics/index.cjs.map +1 -0
  3. package/dist/analytics/index.d.cts +8 -0
  4. package/dist/analytics/index.d.ts +8 -0
  5. package/dist/analytics/index.js +9 -0
  6. package/dist/analytics/index.js.map +1 -0
  7. package/dist/brain/index.cjs +0 -10
  8. package/dist/brain/index.cjs.map +1 -1
  9. package/dist/brain/index.d.cts +2 -10
  10. package/dist/brain/index.d.ts +2 -10
  11. package/dist/brain/index.js +1 -9
  12. package/dist/brain/index.js.map +1 -1
  13. package/dist/{client.gen-CJ4W5FzA.d.cts → client.gen-Q9n-n5S8.d.cts} +2809 -242
  14. package/dist/{client.gen-CJ4W5FzA.d.ts → client.gen-Q9n-n5S8.d.ts} +2809 -242
  15. package/dist/consent/index.d.cts +1 -1
  16. package/dist/consent/index.d.ts +1 -1
  17. package/dist/deployment/index.cjs +531 -0
  18. package/dist/deployment/index.cjs.map +1 -0
  19. package/dist/deployment/index.d.cts +424 -0
  20. package/dist/deployment/index.d.ts +424 -0
  21. package/dist/deployment/index.js +425 -0
  22. package/dist/deployment/index.js.map +1 -0
  23. package/dist/index.cjs +1895 -146
  24. package/dist/index.cjs.map +1 -1
  25. package/dist/index.d.cts +1 -1
  26. package/dist/index.d.ts +1 -1
  27. package/dist/index.js +1895 -146
  28. package/dist/index.js.map +1 -1
  29. package/dist/mail/index.d.cts +2 -2
  30. package/dist/mail/index.d.ts +2 -2
  31. package/dist/organization/index.cjs +5 -0
  32. package/dist/organization/index.cjs.map +1 -1
  33. package/dist/organization/index.d.cts +6 -2
  34. package/dist/organization/index.d.ts +6 -2
  35. package/dist/organization/index.js +5 -1
  36. package/dist/organization/index.js.map +1 -1
  37. package/dist/playground/index.cjs +66 -0
  38. package/dist/playground/index.cjs.map +1 -0
  39. package/dist/playground/index.d.cts +52 -0
  40. package/dist/playground/index.d.ts +52 -0
  41. package/dist/playground/index.js +53 -0
  42. package/dist/playground/index.js.map +1 -0
  43. package/dist/tracking/index.d.cts +1 -1
  44. package/dist/tracking/index.d.ts +1 -1
  45. package/dist/waitlist/index.d.cts +1 -1
  46. package/dist/waitlist/index.d.ts +1 -1
  47. package/package.json +17 -2
  48. package/src/gen/analytics/index.ts +3 -0
  49. package/src/gen/analytics/queryOptions.gen.ts +11 -0
  50. package/src/gen/bindings.gen.ts +1895 -146
  51. package/src/gen/brain/index.ts +1 -1
  52. package/src/gen/brain/queryOptions.gen.ts +0 -14
  53. package/src/gen/client.gen.ts +455 -8
  54. package/src/gen/deployment/index.ts +3 -0
  55. package/src/gen/deployment/queryOptions.gen.ts +681 -0
  56. package/src/gen/manifest.gen.ts +1 -1
  57. package/src/gen/organization/index.ts +1 -1
  58. package/src/gen/organization/queryOptions.gen.ts +6 -0
  59. package/src/gen/playground/index.ts +3 -0
  60. package/src/gen/playground/queryOptions.gen.ts +86 -0
  61. package/src/gen/types.gen.ts +2840 -234
package/dist/index.js CHANGED
@@ -114,6 +114,21 @@ function splitToolName(name) {
114
114
 
115
115
  // src/gen/bindings.gen.ts
116
116
  var bindings = {
117
+ "analytics": {
118
+ "query": {
119
+ "run": {
120
+ "method": "POST",
121
+ "params": [
122
+ {
123
+ "in": "body",
124
+ "name": "q"
125
+ }
126
+ ],
127
+ "path": "/analytics/query",
128
+ "readOnly": true
129
+ }
130
+ }
131
+ },
117
132
  "brain": {
118
133
  "backup": {
119
134
  "create": {
@@ -506,21 +521,6 @@ var bindings = {
506
521
  }
507
522
  },
508
523
  "knowledge": {
509
- "graph": {
510
- "method": "GET",
511
- "params": [
512
- {
513
- "in": "query",
514
- "name": "limit"
515
- },
516
- {
517
- "in": "query",
518
- "name": "scope"
519
- }
520
- ],
521
- "path": "/brain/knowledge/graph",
522
- "readOnly": true
523
- },
524
524
  "neighborhood": {
525
525
  "method": "GET",
526
526
  "params": [
@@ -607,31 +607,6 @@ var bindings = {
607
607
  "readOnly": true
608
608
  }
609
609
  },
610
- "knowledge-entity": {
611
- "memories": {
612
- "method": "GET",
613
- "params": [
614
- {
615
- "in": "path",
616
- "name": "entity_ref"
617
- },
618
- {
619
- "in": "query",
620
- "name": "limit"
621
- },
622
- {
623
- "in": "query",
624
- "name": "offset"
625
- },
626
- {
627
- "in": "query",
628
- "name": "scope"
629
- }
630
- ],
631
- "path": "/brain/knowledge/entities/:entity_ref/memories",
632
- "readOnly": true
633
- }
634
- },
635
610
  "memory": {
636
611
  "add": {
637
612
  "method": "POST",
@@ -856,100 +831,1783 @@ var bindings = {
856
831
  },
857
832
  {
858
833
  "in": "body",
859
- "name": "font"
834
+ "name": "font"
835
+ },
836
+ {
837
+ "in": "body",
838
+ "name": "overrides"
839
+ }
840
+ ],
841
+ "path": "/consent/config/theme",
842
+ "readOnly": false
843
+ }
844
+ },
845
+ "dashboard-config": {
846
+ "get": {
847
+ "method": "GET",
848
+ "path": "/consent/consent/dashboard/config",
849
+ "readOnly": true
850
+ }
851
+ },
852
+ "dashboard-decisions": {
853
+ "list": {
854
+ "method": "GET",
855
+ "params": [
856
+ {
857
+ "in": "query",
858
+ "name": "limit"
859
+ },
860
+ {
861
+ "in": "query",
862
+ "name": "offset"
863
+ }
864
+ ],
865
+ "path": "/consent/consent/dashboard/decisions",
866
+ "readOnly": true
867
+ }
868
+ },
869
+ "dashboard-embed-snippet": {
870
+ "get": {
871
+ "method": "GET",
872
+ "path": "/consent/consent/dashboard/embed-snippet",
873
+ "readOnly": true
874
+ }
875
+ },
876
+ "dashboard-stats": {
877
+ "get": {
878
+ "method": "GET",
879
+ "path": "/consent/consent/dashboard/stats",
880
+ "readOnly": true
881
+ }
882
+ },
883
+ "embed": {
884
+ "get": {
885
+ "method": "GET",
886
+ "path": "/consent/embed",
887
+ "readOnly": true
888
+ }
889
+ },
890
+ "providers": {
891
+ "create": {
892
+ "method": "POST",
893
+ "params": [
894
+ {
895
+ "in": "body",
896
+ "name": "name"
897
+ },
898
+ {
899
+ "in": "body",
900
+ "name": "category"
901
+ },
902
+ {
903
+ "in": "body",
904
+ "name": "hosts"
905
+ },
906
+ {
907
+ "in": "body",
908
+ "name": "privacyUrl"
909
+ },
910
+ {
911
+ "in": "body",
912
+ "name": "description"
913
+ },
914
+ {
915
+ "in": "body",
916
+ "name": "orderIndex"
917
+ },
918
+ {
919
+ "in": "body",
920
+ "name": "cookies"
921
+ },
922
+ {
923
+ "in": "body",
924
+ "name": "catalogKey"
925
+ }
926
+ ],
927
+ "path": "/consent/consent/providers",
928
+ "readOnly": false
929
+ },
930
+ "delete": {
931
+ "method": "DELETE",
932
+ "params": [
933
+ {
934
+ "in": "path",
935
+ "name": "id"
936
+ }
937
+ ],
938
+ "path": "/consent/consent/providers/:id",
939
+ "readOnly": false
940
+ },
941
+ "list": {
942
+ "method": "GET",
943
+ "path": "/consent/consent/providers",
944
+ "readOnly": true
945
+ },
946
+ "update": {
947
+ "method": "PATCH",
948
+ "params": [
949
+ {
950
+ "in": "path",
951
+ "name": "id"
952
+ },
953
+ {
954
+ "in": "body",
955
+ "name": "name"
956
+ },
957
+ {
958
+ "in": "body",
959
+ "name": "category"
960
+ },
961
+ {
962
+ "in": "body",
963
+ "name": "hosts"
964
+ },
965
+ {
966
+ "in": "body",
967
+ "name": "privacyUrl"
968
+ },
969
+ {
970
+ "in": "body",
971
+ "name": "description"
972
+ },
973
+ {
974
+ "in": "body",
975
+ "name": "orderIndex"
976
+ },
977
+ {
978
+ "in": "body",
979
+ "name": "cookies"
980
+ }
981
+ ],
982
+ "path": "/consent/consent/providers/:id",
983
+ "readOnly": false
984
+ }
985
+ },
986
+ "records": {
987
+ "export": {
988
+ "method": "POST",
989
+ "params": [
990
+ {
991
+ "in": "body",
992
+ "name": "from"
993
+ },
994
+ {
995
+ "in": "body",
996
+ "name": "to"
997
+ },
998
+ {
999
+ "in": "body",
1000
+ "name": "limit"
1001
+ },
1002
+ {
1003
+ "in": "body",
1004
+ "name": "record_id"
1005
+ }
1006
+ ],
1007
+ "path": "/consent/consent/dashboard/export",
1008
+ "readOnly": true
1009
+ }
1010
+ },
1011
+ "stats": {
1012
+ "get": {
1013
+ "method": "GET",
1014
+ "params": [
1015
+ {
1016
+ "in": "query",
1017
+ "name": "range"
1018
+ }
1019
+ ],
1020
+ "path": "/consent/consent/stats",
1021
+ "readOnly": true
1022
+ }
1023
+ }
1024
+ },
1025
+ "deployment": {
1026
+ "alert": {
1027
+ "create": {
1028
+ "method": "POST",
1029
+ "params": [
1030
+ {
1031
+ "in": "body",
1032
+ "name": "targetKind"
1033
+ },
1034
+ {
1035
+ "in": "body",
1036
+ "name": "targetId"
1037
+ },
1038
+ {
1039
+ "in": "body",
1040
+ "name": "metric"
1041
+ },
1042
+ {
1043
+ "in": "body",
1044
+ "name": "comparator"
1045
+ },
1046
+ {
1047
+ "in": "body",
1048
+ "name": "threshold"
1049
+ },
1050
+ {
1051
+ "in": "body",
1052
+ "name": "enabled"
1053
+ }
1054
+ ],
1055
+ "path": "/deployment/alerts",
1056
+ "readOnly": false
1057
+ },
1058
+ "delete": {
1059
+ "method": "DELETE",
1060
+ "params": [
1061
+ {
1062
+ "in": "path",
1063
+ "name": "id"
1064
+ }
1065
+ ],
1066
+ "path": "/deployment/alerts/:id",
1067
+ "readOnly": false
1068
+ },
1069
+ "list": {
1070
+ "method": "GET",
1071
+ "params": [
1072
+ {
1073
+ "in": "path",
1074
+ "name": "environmentId"
1075
+ }
1076
+ ],
1077
+ "path": "/deployment/environments/:environmentId/alerts",
1078
+ "readOnly": true
1079
+ },
1080
+ "update": {
1081
+ "method": "PATCH",
1082
+ "params": [
1083
+ {
1084
+ "in": "body",
1085
+ "name": "comparator"
1086
+ },
1087
+ {
1088
+ "in": "body",
1089
+ "name": "threshold"
1090
+ },
1091
+ {
1092
+ "in": "body",
1093
+ "name": "enabled"
1094
+ },
1095
+ {
1096
+ "in": "path",
1097
+ "name": "id"
1098
+ }
1099
+ ],
1100
+ "path": "/deployment/alerts/:id",
1101
+ "readOnly": false
1102
+ }
1103
+ },
1104
+ "alert-events": {
1105
+ "list": {
1106
+ "method": "GET",
1107
+ "params": [
1108
+ {
1109
+ "in": "path",
1110
+ "name": "environmentId"
1111
+ },
1112
+ {
1113
+ "in": "query",
1114
+ "name": "limit"
1115
+ }
1116
+ ],
1117
+ "path": "/deployment/environments/:environmentId/alert-events",
1118
+ "readOnly": true
1119
+ }
1120
+ },
1121
+ "analytics": {
1122
+ "query": {
1123
+ "method": "POST",
1124
+ "params": [
1125
+ {
1126
+ "in": "body",
1127
+ "name": "q"
1128
+ }
1129
+ ],
1130
+ "path": "/deployment/analytics/query",
1131
+ "readOnly": true
1132
+ }
1133
+ },
1134
+ "audit": {
1135
+ "list": {
1136
+ "method": "GET",
1137
+ "params": [
1138
+ {
1139
+ "in": "path",
1140
+ "name": "environmentId"
1141
+ },
1142
+ {
1143
+ "in": "query",
1144
+ "name": "entityType"
1145
+ },
1146
+ {
1147
+ "in": "query",
1148
+ "name": "action"
1149
+ },
1150
+ {
1151
+ "in": "query",
1152
+ "name": "actorId"
1153
+ },
1154
+ {
1155
+ "in": "query",
1156
+ "name": "serviceId"
1157
+ },
1158
+ {
1159
+ "in": "query",
1160
+ "name": "limit"
1161
+ }
1162
+ ],
1163
+ "path": "/deployment/environments/:environmentId/audit",
1164
+ "readOnly": true
1165
+ }
1166
+ },
1167
+ "build": {
1168
+ "get": {
1169
+ "method": "GET",
1170
+ "params": [
1171
+ {
1172
+ "in": "path",
1173
+ "name": "id"
1174
+ }
1175
+ ],
1176
+ "path": "/deployment/builds/:id",
1177
+ "readOnly": true
1178
+ },
1179
+ "list": {
1180
+ "method": "GET",
1181
+ "params": [
1182
+ {
1183
+ "in": "path",
1184
+ "name": "serviceId"
1185
+ }
1186
+ ],
1187
+ "path": "/deployment/services/:serviceId/builds",
1188
+ "readOnly": true
1189
+ },
1190
+ "logs": {
1191
+ "method": "GET",
1192
+ "params": [
1193
+ {
1194
+ "in": "path",
1195
+ "name": "serviceId"
1196
+ },
1197
+ {
1198
+ "in": "path",
1199
+ "name": "deploymentId"
1200
+ },
1201
+ {
1202
+ "in": "query",
1203
+ "name": "tail"
1204
+ },
1205
+ {
1206
+ "in": "query",
1207
+ "name": "since"
1208
+ }
1209
+ ],
1210
+ "path": "/deployment/services/:serviceId/deployments/:deploymentId/build-logs",
1211
+ "readOnly": true
1212
+ }
1213
+ },
1214
+ "canvas": {
1215
+ "get": {
1216
+ "method": "GET",
1217
+ "params": [
1218
+ {
1219
+ "in": "path",
1220
+ "name": "environmentId"
1221
+ }
1222
+ ],
1223
+ "path": "/deployment/environments/:environmentId/canvas",
1224
+ "readOnly": true
1225
+ }
1226
+ },
1227
+ "canvas-move": {
1228
+ "node": {
1229
+ "method": "PUT",
1230
+ "params": [
1231
+ {
1232
+ "in": "path",
1233
+ "name": "environmentId"
1234
+ },
1235
+ {
1236
+ "in": "path",
1237
+ "name": "nodeId"
1238
+ },
1239
+ {
1240
+ "in": "body",
1241
+ "name": "x"
1242
+ },
1243
+ {
1244
+ "in": "body",
1245
+ "name": "y"
1246
+ },
1247
+ {
1248
+ "in": "body",
1249
+ "name": "width"
1250
+ },
1251
+ {
1252
+ "in": "body",
1253
+ "name": "height"
1254
+ }
1255
+ ],
1256
+ "path": "/deployment/environments/:environmentId/canvas/nodes/:nodeId",
1257
+ "readOnly": false
1258
+ }
1259
+ },
1260
+ "cloud-sql": {
1261
+ "logs": {
1262
+ "method": "GET",
1263
+ "params": [
1264
+ {
1265
+ "in": "path",
1266
+ "name": "instanceId"
1267
+ },
1268
+ {
1269
+ "in": "query",
1270
+ "name": "tail"
1271
+ }
1272
+ ],
1273
+ "path": "/deployment/cloud-sql/instances/:instanceId/logs",
1274
+ "readOnly": true
1275
+ }
1276
+ },
1277
+ "cloud-sql-backfill-log": {
1278
+ "flags": {
1279
+ "method": "POST",
1280
+ "params": [
1281
+ {
1282
+ "in": "body",
1283
+ "name": "instanceId"
1284
+ }
1285
+ ],
1286
+ "path": "/deployment/cloud-sql/instances/backfill-log-flags",
1287
+ "readOnly": false
1288
+ }
1289
+ },
1290
+ "cloud-sql-database": {
1291
+ "attach": {
1292
+ "method": "POST",
1293
+ "params": [
1294
+ {
1295
+ "in": "body",
1296
+ "name": "databaseId"
1297
+ },
1298
+ {
1299
+ "in": "body",
1300
+ "name": "serviceId"
1301
+ },
1302
+ {
1303
+ "in": "body",
1304
+ "name": "environmentId"
1305
+ }
1306
+ ],
1307
+ "path": "/deployment/cloud-sql/databases/attach",
1308
+ "readOnly": false
1309
+ },
1310
+ "create": {
1311
+ "method": "POST",
1312
+ "params": [
1313
+ {
1314
+ "in": "body",
1315
+ "name": "instanceId"
1316
+ },
1317
+ {
1318
+ "in": "body",
1319
+ "name": "label"
1320
+ }
1321
+ ],
1322
+ "path": "/deployment/cloud-sql/databases",
1323
+ "readOnly": false
1324
+ },
1325
+ "delete": {
1326
+ "method": "DELETE",
1327
+ "params": [
1328
+ {
1329
+ "in": "path",
1330
+ "name": "databaseId"
1331
+ }
1332
+ ],
1333
+ "path": "/deployment/cloud-sql/databases/:databaseId",
1334
+ "readOnly": false
1335
+ },
1336
+ "detach": {
1337
+ "method": "POST",
1338
+ "params": [
1339
+ {
1340
+ "in": "body",
1341
+ "name": "attachmentId"
1342
+ }
1343
+ ],
1344
+ "path": "/deployment/cloud-sql/databases/detach",
1345
+ "readOnly": false
1346
+ },
1347
+ "get": {
1348
+ "method": "GET",
1349
+ "params": [
1350
+ {
1351
+ "in": "path",
1352
+ "name": "databaseId"
1353
+ }
1354
+ ],
1355
+ "path": "/deployment/cloud-sql/databases/:databaseId",
1356
+ "readOnly": true
1357
+ },
1358
+ "list": {
1359
+ "method": "GET",
1360
+ "params": [
1361
+ {
1362
+ "in": "path",
1363
+ "name": "instanceId"
1364
+ }
1365
+ ],
1366
+ "path": "/deployment/cloud-sql/instances/:instanceId/databases",
1367
+ "readOnly": true
1368
+ }
1369
+ },
1370
+ "cloud-sql-instance": {
1371
+ "backup": {
1372
+ "method": "POST",
1373
+ "params": [
1374
+ {
1375
+ "in": "path",
1376
+ "name": "instanceId"
1377
+ }
1378
+ ],
1379
+ "path": "/deployment/cloud-sql/instances/:instanceId/backups",
1380
+ "readOnly": false
1381
+ },
1382
+ "create": {
1383
+ "method": "POST",
1384
+ "params": [
1385
+ {
1386
+ "in": "body",
1387
+ "name": "label"
1388
+ },
1389
+ {
1390
+ "in": "body",
1391
+ "name": "tier"
1392
+ },
1393
+ {
1394
+ "in": "body",
1395
+ "name": "pgVersion"
1396
+ }
1397
+ ],
1398
+ "path": "/deployment/cloud-sql/instances",
1399
+ "readOnly": false
1400
+ },
1401
+ "delete": {
1402
+ "method": "DELETE",
1403
+ "params": [
1404
+ {
1405
+ "in": "path",
1406
+ "name": "instanceId"
1407
+ }
1408
+ ],
1409
+ "path": "/deployment/cloud-sql/instances/:instanceId",
1410
+ "readOnly": false
1411
+ },
1412
+ "get": {
1413
+ "method": "GET",
1414
+ "params": [
1415
+ {
1416
+ "in": "path",
1417
+ "name": "instanceId"
1418
+ }
1419
+ ],
1420
+ "path": "/deployment/cloud-sql/instances/:instanceId",
1421
+ "readOnly": true
1422
+ },
1423
+ "list": {
1424
+ "method": "GET",
1425
+ "path": "/deployment/cloud-sql/instances",
1426
+ "readOnly": true
1427
+ },
1428
+ "resize": {
1429
+ "method": "PATCH",
1430
+ "params": [
1431
+ {
1432
+ "in": "path",
1433
+ "name": "instanceId"
1434
+ },
1435
+ {
1436
+ "in": "body",
1437
+ "name": "tier"
1438
+ }
1439
+ ],
1440
+ "path": "/deployment/cloud-sql/instances/:instanceId/resize",
1441
+ "readOnly": false
1442
+ },
1443
+ "restore": {
1444
+ "method": "POST",
1445
+ "params": [
1446
+ {
1447
+ "in": "body",
1448
+ "name": "backupRunId"
1449
+ },
1450
+ {
1451
+ "in": "path",
1452
+ "name": "instanceId"
1453
+ }
1454
+ ],
1455
+ "path": "/deployment/cloud-sql/instances/:instanceId/restore",
1456
+ "readOnly": false
1457
+ }
1458
+ },
1459
+ "cloud-sql-instance-backup": {
1460
+ "list": {
1461
+ "method": "GET",
1462
+ "params": [
1463
+ {
1464
+ "in": "path",
1465
+ "name": "instanceId"
1466
+ }
1467
+ ],
1468
+ "path": "/deployment/cloud-sql/instances/:instanceId/backups",
1469
+ "readOnly": true
1470
+ }
1471
+ },
1472
+ "deployment": {
1473
+ "cancel": {
1474
+ "method": "POST",
1475
+ "params": [
1476
+ {
1477
+ "in": "path",
1478
+ "name": "serviceId"
1479
+ },
1480
+ {
1481
+ "in": "body",
1482
+ "name": "deploymentId"
1483
+ }
1484
+ ],
1485
+ "path": "/deployment/services/:serviceId/cancel",
1486
+ "readOnly": false
1487
+ },
1488
+ "get": {
1489
+ "method": "GET",
1490
+ "params": [
1491
+ {
1492
+ "in": "path",
1493
+ "name": "id"
1494
+ }
1495
+ ],
1496
+ "path": "/deployment/deployments/:id",
1497
+ "readOnly": true
1498
+ },
1499
+ "list": {
1500
+ "method": "GET",
1501
+ "params": [
1502
+ {
1503
+ "in": "path",
1504
+ "name": "serviceId"
1505
+ }
1506
+ ],
1507
+ "path": "/deployment/services/:serviceId/deployments",
1508
+ "readOnly": true
1509
+ }
1510
+ },
1511
+ "domain": {
1512
+ "add": {
1513
+ "method": "POST",
1514
+ "params": [
1515
+ {
1516
+ "in": "path",
1517
+ "name": "environmentId"
1518
+ },
1519
+ {
1520
+ "in": "body",
1521
+ "name": "hostname"
1522
+ },
1523
+ {
1524
+ "in": "body",
1525
+ "name": "defaultServiceId"
1526
+ },
1527
+ {
1528
+ "in": "body",
1529
+ "name": "pathPrefix"
1530
+ },
1531
+ {
1532
+ "in": "body",
1533
+ "name": "redirectWww"
1534
+ }
1535
+ ],
1536
+ "path": "/deployment/environments/:environmentId/domains",
1537
+ "readOnly": false
1538
+ },
1539
+ "get": {
1540
+ "method": "GET",
1541
+ "params": [
1542
+ {
1543
+ "in": "path",
1544
+ "name": "id"
1545
+ }
1546
+ ],
1547
+ "path": "/deployment/domains/:id",
1548
+ "readOnly": true
1549
+ },
1550
+ "list": {
1551
+ "method": "GET",
1552
+ "params": [
1553
+ {
1554
+ "in": "path",
1555
+ "name": "environmentId"
1556
+ }
1557
+ ],
1558
+ "path": "/deployment/environments/:environmentId/domains",
1559
+ "readOnly": true
1560
+ },
1561
+ "remove": {
1562
+ "method": "DELETE",
1563
+ "params": [
1564
+ {
1565
+ "in": "path",
1566
+ "name": "id"
1567
+ }
1568
+ ],
1569
+ "path": "/deployment/domains/:id",
1570
+ "readOnly": false
1571
+ },
1572
+ "verify": {
1573
+ "method": "POST",
1574
+ "params": [
1575
+ {
1576
+ "in": "path",
1577
+ "name": "id"
1578
+ }
1579
+ ],
1580
+ "path": "/deployment/domains/:id/verify",
1581
+ "readOnly": false
1582
+ }
1583
+ },
1584
+ "domain-allowed": {
1585
+ "list": {
1586
+ "method": "GET",
1587
+ "path": "/deployment/governance/domains",
1588
+ "readOnly": true
1589
+ }
1590
+ },
1591
+ "domain-list-by": {
1592
+ "service": {
1593
+ "method": "GET",
1594
+ "params": [
1595
+ {
1596
+ "in": "path",
1597
+ "name": "serviceId"
1598
+ }
1599
+ ],
1600
+ "path": "/deployment/services/:serviceId/domains",
1601
+ "readOnly": true
1602
+ }
1603
+ },
1604
+ "domain-redirect": {
1605
+ "www": {
1606
+ "method": "PATCH",
1607
+ "params": [
1608
+ {
1609
+ "in": "path",
1610
+ "name": "id"
1611
+ },
1612
+ {
1613
+ "in": "body",
1614
+ "name": "enabled"
1615
+ }
1616
+ ],
1617
+ "path": "/deployment/domains/:id/redirect-www",
1618
+ "readOnly": false
1619
+ }
1620
+ },
1621
+ "domain-routes": {
1622
+ "add": {
1623
+ "method": "POST",
1624
+ "params": [
1625
+ {
1626
+ "in": "path",
1627
+ "name": "domainId"
1628
+ },
1629
+ {
1630
+ "in": "body",
1631
+ "name": "pathPrefix"
1632
+ },
1633
+ {
1634
+ "in": "body",
1635
+ "name": "serviceId"
1636
+ },
1637
+ {
1638
+ "in": "body",
1639
+ "name": "isDefault"
1640
+ },
1641
+ {
1642
+ "in": "body",
1643
+ "name": "priority"
1644
+ }
1645
+ ],
1646
+ "path": "/deployment/domains/:domainId/routes",
1647
+ "readOnly": false
1648
+ },
1649
+ "list": {
1650
+ "method": "GET",
1651
+ "params": [
1652
+ {
1653
+ "in": "path",
1654
+ "name": "domainId"
1655
+ }
1656
+ ],
1657
+ "path": "/deployment/domains/:domainId/routes",
1658
+ "readOnly": true
1659
+ },
1660
+ "remove": {
1661
+ "method": "DELETE",
1662
+ "params": [
1663
+ {
1664
+ "in": "path",
1665
+ "name": "domainId"
1666
+ },
1667
+ {
1668
+ "in": "path",
1669
+ "name": "routeId"
1670
+ }
1671
+ ],
1672
+ "path": "/deployment/domains/:domainId/routes/:routeId",
1673
+ "readOnly": false
1674
+ },
1675
+ "update": {
1676
+ "method": "PATCH",
1677
+ "params": [
1678
+ {
1679
+ "in": "path",
1680
+ "name": "domainId"
1681
+ },
1682
+ {
1683
+ "in": "path",
1684
+ "name": "routeId"
1685
+ },
1686
+ {
1687
+ "in": "body",
1688
+ "name": "pathPrefix"
1689
+ },
1690
+ {
1691
+ "in": "body",
1692
+ "name": "serviceId"
1693
+ },
1694
+ {
1695
+ "in": "body",
1696
+ "name": "priority"
1697
+ }
1698
+ ],
1699
+ "path": "/deployment/domains/:domainId/routes/:routeId",
1700
+ "readOnly": false
1701
+ }
1702
+ },
1703
+ "environment": {
1704
+ "create": {
1705
+ "method": "POST",
1706
+ "params": [
1707
+ {
1708
+ "in": "body",
1709
+ "name": "name"
1710
+ },
1711
+ {
1712
+ "in": "body",
1713
+ "name": "slug"
1714
+ }
1715
+ ],
1716
+ "path": "/deployment/environments",
1717
+ "readOnly": false
1718
+ },
1719
+ "delete": {
1720
+ "method": "DELETE",
1721
+ "params": [
1722
+ {
1723
+ "in": "path",
1724
+ "name": "id"
1725
+ }
1726
+ ],
1727
+ "path": "/deployment/environments/:id",
1728
+ "readOnly": false
1729
+ },
1730
+ "fork": {
1731
+ "method": "POST",
1732
+ "params": [
1733
+ {
1734
+ "in": "body",
1735
+ "name": "baseEnvironmentId"
1736
+ },
1737
+ {
1738
+ "in": "body",
1739
+ "name": "name"
1740
+ },
1741
+ {
1742
+ "in": "body",
1743
+ "name": "slug"
1744
+ }
1745
+ ],
1746
+ "path": "/deployment/environments/fork",
1747
+ "readOnly": false
1748
+ },
1749
+ "get": {
1750
+ "method": "GET",
1751
+ "params": [
1752
+ {
1753
+ "in": "path",
1754
+ "name": "id"
1755
+ }
1756
+ ],
1757
+ "path": "/deployment/environments/:id",
1758
+ "readOnly": true
1759
+ },
1760
+ "list": {
1761
+ "method": "GET",
1762
+ "params": [
1763
+ {
1764
+ "in": "query",
1765
+ "name": "type"
1766
+ }
1767
+ ],
1768
+ "path": "/deployment/environments",
1769
+ "readOnly": true
1770
+ },
1771
+ "reconcile": {
1772
+ "method": "POST",
1773
+ "params": [
1774
+ {
1775
+ "in": "path",
1776
+ "name": "id"
1777
+ },
1778
+ {
1779
+ "in": "body",
1780
+ "name": "force"
1781
+ }
1782
+ ],
1783
+ "path": "/deployment/environments/:id/reconcile",
1784
+ "readOnly": false
1785
+ },
1786
+ "update": {
1787
+ "method": "PATCH",
1788
+ "params": [
1789
+ {
1790
+ "in": "body",
1791
+ "name": "name"
1792
+ },
1793
+ {
1794
+ "in": "path",
1795
+ "name": "id"
1796
+ }
1797
+ ],
1798
+ "path": "/deployment/environments/:id",
1799
+ "readOnly": false
1800
+ }
1801
+ },
1802
+ "events-list-by": {
1803
+ "environment": {
1804
+ "method": "GET",
1805
+ "params": [
1806
+ {
1807
+ "in": "path",
1808
+ "name": "environmentId"
1809
+ },
1810
+ {
1811
+ "in": "query",
1812
+ "name": "type"
1813
+ },
1814
+ {
1815
+ "in": "query",
1816
+ "name": "since"
1817
+ },
1818
+ {
1819
+ "in": "query",
1820
+ "name": "until"
1821
+ },
1822
+ {
1823
+ "in": "query",
1824
+ "name": "limit"
1825
+ }
1826
+ ],
1827
+ "path": "/deployment/environments/:environmentId/events",
1828
+ "readOnly": true
1829
+ },
1830
+ "service": {
1831
+ "method": "GET",
1832
+ "params": [
1833
+ {
1834
+ "in": "path",
1835
+ "name": "serviceId"
1836
+ },
1837
+ {
1838
+ "in": "query",
1839
+ "name": "type"
1840
+ },
1841
+ {
1842
+ "in": "query",
1843
+ "name": "since"
1844
+ },
1845
+ {
1846
+ "in": "query",
1847
+ "name": "until"
1848
+ },
1849
+ {
1850
+ "in": "query",
1851
+ "name": "limit"
1852
+ },
1853
+ {
1854
+ "in": "query",
1855
+ "name": "deploymentId"
1856
+ }
1857
+ ],
1858
+ "path": "/deployment/services/:serviceId/events",
1859
+ "readOnly": true
1860
+ }
1861
+ },
1862
+ "managed-service": {
1863
+ "backup": {
1864
+ "method": "POST",
1865
+ "params": [
1866
+ {
1867
+ "in": "path",
1868
+ "name": "id"
1869
+ }
1870
+ ],
1871
+ "path": "/deployment/managed-services/:id/backup",
1872
+ "readOnly": false
1873
+ },
1874
+ "delete": {
1875
+ "method": "DELETE",
1876
+ "params": [
1877
+ {
1878
+ "in": "path",
1879
+ "name": "id"
1880
+ }
1881
+ ],
1882
+ "path": "/deployment/managed-services/:id",
1883
+ "readOnly": false
1884
+ },
1885
+ "get": {
1886
+ "method": "GET",
1887
+ "params": [
1888
+ {
1889
+ "in": "path",
1890
+ "name": "id"
1891
+ }
1892
+ ],
1893
+ "path": "/deployment/managed-services/:id",
1894
+ "readOnly": true
1895
+ },
1896
+ "list": {
1897
+ "method": "GET",
1898
+ "params": [
1899
+ {
1900
+ "in": "path",
1901
+ "name": "environmentId"
1902
+ }
1903
+ ],
1904
+ "path": "/deployment/environments/:environmentId/managed-services",
1905
+ "readOnly": true
1906
+ },
1907
+ "logs": {
1908
+ "method": "GET",
1909
+ "params": [
1910
+ {
1911
+ "in": "path",
1912
+ "name": "id"
1913
+ },
1914
+ {
1915
+ "in": "query",
1916
+ "name": "tail"
1917
+ }
1918
+ ],
1919
+ "path": "/deployment/managed-services/:id/logs",
1920
+ "readOnly": true
1921
+ },
1922
+ "provision": {
1923
+ "method": "POST",
1924
+ "params": [
1925
+ {
1926
+ "in": "path",
1927
+ "name": "environmentId"
1928
+ },
1929
+ {
1930
+ "in": "body",
1931
+ "name": "name"
1932
+ },
1933
+ {
1934
+ "in": "body",
1935
+ "name": "slug"
1936
+ },
1937
+ {
1938
+ "in": "body",
1939
+ "name": "engine"
1940
+ },
1941
+ {
1942
+ "in": "body",
1943
+ "name": "version"
1944
+ },
1945
+ {
1946
+ "in": "body",
1947
+ "name": "storageGiB"
1948
+ },
1949
+ {
1950
+ "in": "body",
1951
+ "name": "databaseName"
1952
+ }
1953
+ ],
1954
+ "path": "/deployment/environments/:environmentId/managed-services",
1955
+ "readOnly": false
1956
+ },
1957
+ "reconcile": {
1958
+ "method": "POST",
1959
+ "params": [
1960
+ {
1961
+ "in": "path",
1962
+ "name": "id"
1963
+ }
1964
+ ],
1965
+ "path": "/deployment/managed-services/:id/reconcile",
1966
+ "readOnly": false
1967
+ },
1968
+ "resize": {
1969
+ "method": "POST",
1970
+ "params": [
1971
+ {
1972
+ "in": "path",
1973
+ "name": "id"
1974
+ },
1975
+ {
1976
+ "in": "body",
1977
+ "name": "storageGiB"
1978
+ }
1979
+ ],
1980
+ "path": "/deployment/managed-services/:id/resize",
1981
+ "readOnly": false
1982
+ },
1983
+ "restore": {
1984
+ "method": "POST",
1985
+ "params": [
1986
+ {
1987
+ "in": "path",
1988
+ "name": "id"
1989
+ },
1990
+ {
1991
+ "in": "body",
1992
+ "name": "snapshotName"
1993
+ }
1994
+ ],
1995
+ "path": "/deployment/managed-services/:id/restore",
1996
+ "readOnly": false
1997
+ },
1998
+ "start": {
1999
+ "method": "POST",
2000
+ "params": [
2001
+ {
2002
+ "in": "path",
2003
+ "name": "id"
2004
+ }
2005
+ ],
2006
+ "path": "/deployment/managed-services/:id/start",
2007
+ "readOnly": false
2008
+ },
2009
+ "stop": {
2010
+ "method": "POST",
2011
+ "params": [
2012
+ {
2013
+ "in": "path",
2014
+ "name": "id"
2015
+ }
2016
+ ],
2017
+ "path": "/deployment/managed-services/:id/stop",
2018
+ "readOnly": false
2019
+ },
2020
+ "types": {
2021
+ "method": "GET",
2022
+ "path": "/deployment/managed-service-types",
2023
+ "readOnly": true
2024
+ }
2025
+ },
2026
+ "managed-service-backup": {
2027
+ "list": {
2028
+ "method": "GET",
2029
+ "params": [
2030
+ {
2031
+ "in": "path",
2032
+ "name": "id"
2033
+ }
2034
+ ],
2035
+ "path": "/deployment/managed-services/:id/backups",
2036
+ "readOnly": true
2037
+ }
2038
+ },
2039
+ "managed-service-connect": {
2040
+ "info": {
2041
+ "method": "GET",
2042
+ "params": [
2043
+ {
2044
+ "in": "path",
2045
+ "name": "id"
2046
+ }
2047
+ ],
2048
+ "path": "/deployment/managed-services/:id/connect-info",
2049
+ "readOnly": true
2050
+ }
2051
+ },
2052
+ "metrics": {
2053
+ "get": {
2054
+ "method": "GET",
2055
+ "params": [
2056
+ {
2057
+ "in": "query",
2058
+ "name": "targetKind"
2059
+ },
2060
+ {
2061
+ "in": "query",
2062
+ "name": "targetId"
2063
+ },
2064
+ {
2065
+ "in": "query",
2066
+ "name": "window"
2067
+ }
2068
+ ],
2069
+ "path": "/deployment/metrics",
2070
+ "readOnly": true
2071
+ }
2072
+ },
2073
+ "preview-environment": {
2074
+ "create": {
2075
+ "method": "POST",
2076
+ "params": [
2077
+ {
2078
+ "in": "body",
2079
+ "name": "baseEnvironmentId"
2080
+ },
2081
+ {
2082
+ "in": "body",
2083
+ "name": "prNumber"
2084
+ },
2085
+ {
2086
+ "in": "body",
2087
+ "name": "prBranch"
2088
+ }
2089
+ ],
2090
+ "path": "/deployment/preview-environments",
2091
+ "readOnly": false
2092
+ },
2093
+ "delete": {
2094
+ "method": "DELETE",
2095
+ "params": [
2096
+ {
2097
+ "in": "path",
2098
+ "name": "id"
2099
+ }
2100
+ ],
2101
+ "path": "/deployment/preview-environments/:id",
2102
+ "readOnly": false
2103
+ },
2104
+ "list": {
2105
+ "method": "GET",
2106
+ "path": "/deployment/preview-environments",
2107
+ "readOnly": true
2108
+ }
2109
+ },
2110
+ "preview-policy": {
2111
+ "get": {
2112
+ "method": "GET",
2113
+ "params": [
2114
+ {
2115
+ "in": "path",
2116
+ "name": "baseEnvironmentId"
2117
+ }
2118
+ ],
2119
+ "path": "/deployment/preview-policies/:baseEnvironmentId",
2120
+ "readOnly": true
2121
+ },
2122
+ "set": {
2123
+ "method": "PUT",
2124
+ "params": [
2125
+ {
2126
+ "in": "path",
2127
+ "name": "baseEnvironmentId"
2128
+ },
2129
+ {
2130
+ "in": "body",
2131
+ "name": "enabled"
2132
+ },
2133
+ {
2134
+ "in": "body",
2135
+ "name": "maxPreviews"
2136
+ },
2137
+ {
2138
+ "in": "body",
2139
+ "name": "ttlHours"
2140
+ }
2141
+ ],
2142
+ "path": "/deployment/preview-policies/:baseEnvironmentId",
2143
+ "readOnly": false
2144
+ }
2145
+ },
2146
+ "service": {
2147
+ "create": {
2148
+ "method": "POST",
2149
+ "params": [
2150
+ {
2151
+ "in": "path",
2152
+ "name": "environmentId"
2153
+ },
2154
+ {
2155
+ "in": "body",
2156
+ "name": "name"
2157
+ },
2158
+ {
2159
+ "in": "body",
2160
+ "name": "slug"
2161
+ },
2162
+ {
2163
+ "in": "body",
2164
+ "name": "source"
2165
+ },
2166
+ {
2167
+ "in": "body",
2168
+ "name": "containerPort"
2169
+ },
2170
+ {
2171
+ "in": "body",
2172
+ "name": "replicas"
2173
+ },
2174
+ {
2175
+ "in": "body",
2176
+ "name": "probes"
2177
+ },
2178
+ {
2179
+ "in": "body",
2180
+ "name": "resources"
2181
+ },
2182
+ {
2183
+ "in": "body",
2184
+ "name": "canvas"
2185
+ }
2186
+ ],
2187
+ "path": "/deployment/environments/:environmentId/services",
2188
+ "readOnly": false
2189
+ },
2190
+ "delete": {
2191
+ "method": "DELETE",
2192
+ "params": [
2193
+ {
2194
+ "in": "path",
2195
+ "name": "id"
2196
+ }
2197
+ ],
2198
+ "path": "/deployment/services/:id",
2199
+ "readOnly": false
2200
+ },
2201
+ "exec": {
2202
+ "method": "POST",
2203
+ "params": [
2204
+ {
2205
+ "in": "body",
2206
+ "name": "command"
2207
+ },
2208
+ {
2209
+ "in": "body",
2210
+ "name": "mode"
2211
+ },
2212
+ {
2213
+ "in": "body",
2214
+ "name": "timeoutSec"
2215
+ },
2216
+ {
2217
+ "in": "path",
2218
+ "name": "serviceId"
2219
+ }
2220
+ ],
2221
+ "path": "/deployment/services/:serviceId/exec",
2222
+ "readOnly": false
2223
+ },
2224
+ "get": {
2225
+ "method": "GET",
2226
+ "params": [
2227
+ {
2228
+ "in": "path",
2229
+ "name": "id"
2230
+ }
2231
+ ],
2232
+ "path": "/deployment/services/:id",
2233
+ "readOnly": true
2234
+ },
2235
+ "list": {
2236
+ "method": "GET",
2237
+ "params": [
2238
+ {
2239
+ "in": "path",
2240
+ "name": "environmentId"
2241
+ }
2242
+ ],
2243
+ "path": "/deployment/environments/:environmentId/services",
2244
+ "readOnly": true
2245
+ },
2246
+ "logs": {
2247
+ "method": "GET",
2248
+ "params": [
2249
+ {
2250
+ "in": "path",
2251
+ "name": "serviceId"
2252
+ },
2253
+ {
2254
+ "in": "query",
2255
+ "name": "tail"
2256
+ }
2257
+ ],
2258
+ "path": "/deployment/services/:serviceId/logs",
2259
+ "readOnly": true
2260
+ },
2261
+ "redeploy": {
2262
+ "method": "POST",
2263
+ "params": [
2264
+ {
2265
+ "in": "path",
2266
+ "name": "serviceId"
2267
+ }
2268
+ ],
2269
+ "path": "/deployment/services/:serviceId/redeploy",
2270
+ "readOnly": false
2271
+ },
2272
+ "restart": {
2273
+ "method": "POST",
2274
+ "params": [
2275
+ {
2276
+ "in": "path",
2277
+ "name": "id"
2278
+ }
2279
+ ],
2280
+ "path": "/deployment/services/:id/restart",
2281
+ "readOnly": false
2282
+ },
2283
+ "rollback": {
2284
+ "method": "POST",
2285
+ "params": [
2286
+ {
2287
+ "in": "path",
2288
+ "name": "serviceId"
2289
+ },
2290
+ {
2291
+ "in": "body",
2292
+ "name": "deploymentId"
2293
+ }
2294
+ ],
2295
+ "path": "/deployment/services/:serviceId/rollback",
2296
+ "readOnly": false
2297
+ },
2298
+ "scale": {
2299
+ "method": "POST",
2300
+ "params": [
2301
+ {
2302
+ "in": "path",
2303
+ "name": "id"
2304
+ },
2305
+ {
2306
+ "in": "body",
2307
+ "name": "replicas"
2308
+ }
2309
+ ],
2310
+ "path": "/deployment/services/:id/scale",
2311
+ "readOnly": false
2312
+ },
2313
+ "update": {
2314
+ "method": "PATCH",
2315
+ "params": [
2316
+ {
2317
+ "in": "body",
2318
+ "name": "name"
2319
+ },
2320
+ {
2321
+ "in": "body",
2322
+ "name": "source"
2323
+ },
2324
+ {
2325
+ "in": "body",
2326
+ "name": "containerPort"
2327
+ },
2328
+ {
2329
+ "in": "body",
2330
+ "name": "replicas"
2331
+ },
2332
+ {
2333
+ "in": "body",
2334
+ "name": "probes"
2335
+ },
2336
+ {
2337
+ "in": "body",
2338
+ "name": "resources"
2339
+ },
2340
+ {
2341
+ "in": "path",
2342
+ "name": "id"
2343
+ }
2344
+ ],
2345
+ "path": "/deployment/services/:id",
2346
+ "readOnly": false
2347
+ }
2348
+ },
2349
+ "ssh": {
2350
+ "command": {
2351
+ "method": "GET",
2352
+ "params": [
2353
+ {
2354
+ "in": "path",
2355
+ "name": "serviceId"
2356
+ }
2357
+ ],
2358
+ "path": "/deployment/services/:serviceId/ssh-command",
2359
+ "readOnly": true
2360
+ }
2361
+ },
2362
+ "ssh-key": {
2363
+ "delete": {
2364
+ "method": "DELETE",
2365
+ "params": [
2366
+ {
2367
+ "in": "path",
2368
+ "name": "id"
2369
+ }
2370
+ ],
2371
+ "path": "/deployment/ssh-keys/:id",
2372
+ "readOnly": false
2373
+ },
2374
+ "list": {
2375
+ "method": "GET",
2376
+ "path": "/deployment/ssh-keys",
2377
+ "readOnly": true
2378
+ },
2379
+ "register": {
2380
+ "method": "POST",
2381
+ "params": [
2382
+ {
2383
+ "in": "body",
2384
+ "name": "name"
2385
+ },
2386
+ {
2387
+ "in": "body",
2388
+ "name": "publicKey"
2389
+ }
2390
+ ],
2391
+ "path": "/deployment/ssh-keys",
2392
+ "readOnly": false
2393
+ }
2394
+ },
2395
+ "variable": {
2396
+ "list": {
2397
+ "method": "GET",
2398
+ "params": [
2399
+ {
2400
+ "in": "path",
2401
+ "name": "serviceId"
2402
+ }
2403
+ ],
2404
+ "path": "/deployment/services/:serviceId/variables",
2405
+ "readOnly": true
2406
+ },
2407
+ "set": {
2408
+ "method": "PUT",
2409
+ "params": [
2410
+ {
2411
+ "in": "path",
2412
+ "name": "serviceId"
2413
+ },
2414
+ {
2415
+ "in": "path",
2416
+ "name": "key"
2417
+ },
2418
+ {
2419
+ "in": "body",
2420
+ "name": "value"
2421
+ },
2422
+ {
2423
+ "in": "body",
2424
+ "name": "isSecret"
2425
+ }
2426
+ ],
2427
+ "path": "/deployment/services/:serviceId/variables/:key",
2428
+ "readOnly": false
2429
+ },
2430
+ "unset": {
2431
+ "method": "DELETE",
2432
+ "params": [
2433
+ {
2434
+ "in": "path",
2435
+ "name": "serviceId"
2436
+ },
2437
+ {
2438
+ "in": "path",
2439
+ "name": "key"
2440
+ }
2441
+ ],
2442
+ "path": "/deployment/services/:serviceId/variables/:key",
2443
+ "readOnly": false
2444
+ }
2445
+ },
2446
+ "variable-list": {
2447
+ "env": {
2448
+ "method": "GET",
2449
+ "params": [
2450
+ {
2451
+ "in": "path",
2452
+ "name": "environmentId"
2453
+ }
2454
+ ],
2455
+ "path": "/deployment/environments/:environmentId/variables",
2456
+ "readOnly": true
2457
+ },
2458
+ "product": {
2459
+ "method": "GET",
2460
+ "path": "/deployment/product/variables",
2461
+ "readOnly": true
2462
+ }
2463
+ },
2464
+ "variable-set": {
2465
+ "env": {
2466
+ "method": "PUT",
2467
+ "params": [
2468
+ {
2469
+ "in": "path",
2470
+ "name": "environmentId"
2471
+ },
2472
+ {
2473
+ "in": "path",
2474
+ "name": "key"
2475
+ },
2476
+ {
2477
+ "in": "body",
2478
+ "name": "value"
2479
+ },
2480
+ {
2481
+ "in": "body",
2482
+ "name": "isSecret"
2483
+ }
2484
+ ],
2485
+ "path": "/deployment/environments/:environmentId/variables/:key",
2486
+ "readOnly": false
2487
+ },
2488
+ "product": {
2489
+ "method": "PUT",
2490
+ "params": [
2491
+ {
2492
+ "in": "path",
2493
+ "name": "key"
2494
+ },
2495
+ {
2496
+ "in": "body",
2497
+ "name": "value"
860
2498
  },
861
2499
  {
862
2500
  "in": "body",
863
- "name": "overrides"
2501
+ "name": "isSecret"
864
2502
  }
865
2503
  ],
866
- "path": "/consent/config/theme",
2504
+ "path": "/deployment/product/variables/:key",
867
2505
  "readOnly": false
868
2506
  }
869
2507
  },
870
- "dashboard-config": {
871
- "get": {
872
- "method": "GET",
873
- "path": "/consent/consent/dashboard/config",
874
- "readOnly": true
2508
+ "variable-unset": {
2509
+ "env": {
2510
+ "method": "DELETE",
2511
+ "params": [
2512
+ {
2513
+ "in": "path",
2514
+ "name": "environmentId"
2515
+ },
2516
+ {
2517
+ "in": "path",
2518
+ "name": "key"
2519
+ }
2520
+ ],
2521
+ "path": "/deployment/environments/:environmentId/variables/:key",
2522
+ "readOnly": false
2523
+ },
2524
+ "product": {
2525
+ "method": "DELETE",
2526
+ "params": [
2527
+ {
2528
+ "in": "path",
2529
+ "name": "key"
2530
+ }
2531
+ ],
2532
+ "path": "/deployment/product/variables/:key",
2533
+ "readOnly": false
875
2534
  }
876
2535
  },
877
- "dashboard-decisions": {
2536
+ "vcs-branch": {
878
2537
  "list": {
879
2538
  "method": "GET",
880
2539
  "params": [
881
2540
  {
882
2541
  "in": "query",
883
- "name": "limit"
2542
+ "name": "connectorId"
884
2543
  },
885
2544
  {
886
2545
  "in": "query",
887
- "name": "offset"
2546
+ "name": "repoFullName"
888
2547
  }
889
2548
  ],
890
- "path": "/consent/consent/dashboard/decisions",
891
- "readOnly": true
892
- }
893
- },
894
- "dashboard-embed-snippet": {
895
- "get": {
896
- "method": "GET",
897
- "path": "/consent/consent/dashboard/embed-snippet",
2549
+ "path": "/deployment/vcs/branches",
898
2550
  "readOnly": true
899
2551
  }
900
2552
  },
901
- "dashboard-stats": {
902
- "get": {
2553
+ "vcs-connection": {
2554
+ "list": {
903
2555
  "method": "GET",
904
- "path": "/consent/consent/dashboard/stats",
2556
+ "path": "/deployment/vcs/connections",
905
2557
  "readOnly": true
906
2558
  }
907
2559
  },
908
- "embed": {
909
- "get": {
2560
+ "vcs-repo": {
2561
+ "list": {
910
2562
  "method": "GET",
911
- "path": "/consent/embed",
2563
+ "params": [
2564
+ {
2565
+ "in": "query",
2566
+ "name": "connectorId"
2567
+ },
2568
+ {
2569
+ "in": "query",
2570
+ "name": "page"
2571
+ },
2572
+ {
2573
+ "in": "query",
2574
+ "name": "search"
2575
+ }
2576
+ ],
2577
+ "path": "/deployment/vcs/repos",
912
2578
  "readOnly": true
913
2579
  }
914
2580
  },
915
- "providers": {
2581
+ "volume": {
916
2582
  "create": {
917
2583
  "method": "POST",
918
2584
  "params": [
919
2585
  {
920
- "in": "body",
921
- "name": "name"
922
- },
923
- {
924
- "in": "body",
925
- "name": "category"
926
- },
927
- {
928
- "in": "body",
929
- "name": "hosts"
2586
+ "in": "path",
2587
+ "name": "environmentId"
930
2588
  },
931
2589
  {
932
2590
  "in": "body",
933
- "name": "privacyUrl"
2591
+ "name": "name"
934
2592
  },
935
2593
  {
936
2594
  "in": "body",
937
- "name": "description"
2595
+ "name": "slug"
938
2596
  },
939
2597
  {
940
2598
  "in": "body",
941
- "name": "orderIndex"
2599
+ "name": "sizeGb"
942
2600
  },
943
2601
  {
944
2602
  "in": "body",
945
- "name": "cookies"
2603
+ "name": "mountPath"
946
2604
  },
947
2605
  {
948
2606
  "in": "body",
949
- "name": "catalogKey"
2607
+ "name": "attachedServiceId"
950
2608
  }
951
2609
  ],
952
- "path": "/consent/consent/providers",
2610
+ "path": "/deployment/environments/:environmentId/volumes",
953
2611
  "readOnly": false
954
2612
  },
955
2613
  "delete": {
@@ -960,90 +2618,56 @@ var bindings = {
960
2618
  "name": "id"
961
2619
  }
962
2620
  ],
963
- "path": "/consent/consent/providers/:id",
2621
+ "path": "/deployment/volumes/:id",
964
2622
  "readOnly": false
965
2623
  },
966
- "list": {
967
- "method": "GET",
968
- "path": "/consent/consent/providers",
969
- "readOnly": true
970
- },
971
- "update": {
972
- "method": "PATCH",
2624
+ "detach": {
2625
+ "method": "POST",
973
2626
  "params": [
974
2627
  {
975
2628
  "in": "path",
976
2629
  "name": "id"
977
- },
978
- {
979
- "in": "body",
980
- "name": "name"
981
- },
982
- {
983
- "in": "body",
984
- "name": "category"
985
- },
986
- {
987
- "in": "body",
988
- "name": "hosts"
989
- },
990
- {
991
- "in": "body",
992
- "name": "privacyUrl"
993
- },
994
- {
995
- "in": "body",
996
- "name": "description"
997
- },
998
- {
999
- "in": "body",
1000
- "name": "orderIndex"
1001
- },
1002
- {
1003
- "in": "body",
1004
- "name": "cookies"
1005
2630
  }
1006
2631
  ],
1007
- "path": "/consent/consent/providers/:id",
2632
+ "path": "/deployment/volumes/:id/detach",
1008
2633
  "readOnly": false
1009
- }
1010
- },
1011
- "records": {
1012
- "export": {
1013
- "method": "POST",
2634
+ },
2635
+ "get": {
2636
+ "method": "GET",
1014
2637
  "params": [
1015
2638
  {
1016
- "in": "body",
1017
- "name": "from"
1018
- },
1019
- {
1020
- "in": "body",
1021
- "name": "to"
1022
- },
1023
- {
1024
- "in": "body",
1025
- "name": "limit"
1026
- },
1027
- {
1028
- "in": "body",
1029
- "name": "record_id"
2639
+ "in": "path",
2640
+ "name": "id"
1030
2641
  }
1031
2642
  ],
1032
- "path": "/consent/consent/dashboard/export",
2643
+ "path": "/deployment/volumes/:id",
1033
2644
  "readOnly": true
1034
- }
1035
- },
1036
- "stats": {
1037
- "get": {
2645
+ },
2646
+ "list": {
1038
2647
  "method": "GET",
1039
2648
  "params": [
1040
2649
  {
1041
- "in": "query",
1042
- "name": "range"
2650
+ "in": "path",
2651
+ "name": "environmentId"
1043
2652
  }
1044
2653
  ],
1045
- "path": "/consent/consent/stats",
2654
+ "path": "/deployment/environments/:environmentId/volumes",
1046
2655
  "readOnly": true
2656
+ },
2657
+ "resize": {
2658
+ "method": "POST",
2659
+ "params": [
2660
+ {
2661
+ "in": "path",
2662
+ "name": "id"
2663
+ },
2664
+ {
2665
+ "in": "body",
2666
+ "name": "sizeGb"
2667
+ }
2668
+ ],
2669
+ "path": "/deployment/volumes/:id/resize",
2670
+ "readOnly": false
1047
2671
  }
1048
2672
  }
1049
2673
  },
@@ -2225,6 +3849,27 @@ var bindings = {
2225
3849
  "readOnly": false
2226
3850
  }
2227
3851
  },
3852
+ "feedback": {
3853
+ "submit": {
3854
+ "method": "POST",
3855
+ "params": [
3856
+ {
3857
+ "in": "body",
3858
+ "name": "title"
3859
+ },
3860
+ {
3861
+ "in": "body",
3862
+ "name": "details"
3863
+ },
3864
+ {
3865
+ "in": "body",
3866
+ "name": "page"
3867
+ }
3868
+ ],
3869
+ "path": "/governance/api/v1/feedback",
3870
+ "readOnly": false
3871
+ }
3872
+ },
2228
3873
  "gdrive": {
2229
3874
  "install": {
2230
3875
  "method": "GET",
@@ -2664,6 +4309,110 @@ var bindings = {
2664
4309
  }
2665
4310
  }
2666
4311
  },
4312
+ "playground": {
4313
+ "analytics": {
4314
+ "overview": {
4315
+ "method": "POST",
4316
+ "params": [
4317
+ {
4318
+ "in": "body",
4319
+ "name": "limit"
4320
+ }
4321
+ ],
4322
+ "path": "/playground/analytics/overview",
4323
+ "readOnly": true
4324
+ }
4325
+ },
4326
+ "billing": {
4327
+ "entitlements": {
4328
+ "method": "POST",
4329
+ "path": "/playground/billing/entitlements",
4330
+ "readOnly": true
4331
+ },
4332
+ "record-usage": {
4333
+ "method": "POST",
4334
+ "params": [
4335
+ {
4336
+ "in": "body",
4337
+ "name": "value"
4338
+ }
4339
+ ],
4340
+ "path": "/playground/billing/usage",
4341
+ "readOnly": false
4342
+ }
4343
+ },
4344
+ "clickup": {
4345
+ "create-task": {
4346
+ "method": "POST",
4347
+ "params": [
4348
+ {
4349
+ "in": "body",
4350
+ "name": "listId"
4351
+ },
4352
+ {
4353
+ "in": "body",
4354
+ "name": "name"
4355
+ }
4356
+ ],
4357
+ "path": "/playground/clickup/tasks",
4358
+ "readOnly": false
4359
+ },
4360
+ "get-last-webhook": {
4361
+ "method": "GET",
4362
+ "path": "/playground/clickup/webhooks/last",
4363
+ "readOnly": true
4364
+ },
4365
+ "get-overview": {
4366
+ "method": "GET",
4367
+ "path": "/playground/clickup/overview",
4368
+ "readOnly": true
4369
+ }
4370
+ },
4371
+ "gdrive": {
4372
+ "get-last-change": {
4373
+ "method": "GET",
4374
+ "path": "/playground/gdrive/changes/last",
4375
+ "readOnly": true
4376
+ },
4377
+ "read-file": {
4378
+ "method": "POST",
4379
+ "params": [
4380
+ {
4381
+ "in": "body",
4382
+ "name": "fileId"
4383
+ }
4384
+ ],
4385
+ "path": "/playground/gdrive/file",
4386
+ "readOnly": true
4387
+ }
4388
+ },
4389
+ "googleads": {
4390
+ "read-customer": {
4391
+ "method": "POST",
4392
+ "path": "/playground/googleads/customer",
4393
+ "readOnly": true
4394
+ }
4395
+ },
4396
+ "lifecycle": {
4397
+ "get-state": {
4398
+ "method": "GET",
4399
+ "path": "/playground/lifecycle/state",
4400
+ "readOnly": true
4401
+ },
4402
+ "list-events": {
4403
+ "method": "GET",
4404
+ "path": "/playground/lifecycle/events",
4405
+ "readOnly": true
4406
+ }
4407
+ },
4408
+ "webhook": {
4409
+ "get-last": {
4410
+ "method": "GET",
4411
+ "path": "/playground/webhooks/last",
4412
+ "readOnly": true
4413
+ }
4414
+ }
4415
+ },
2667
4416
  "tracking": {
2668
4417
  "api-keys": {
2669
4418
  "create": {