@lessly/sdk-app 6.1.1 → 6.1.2

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