@lessly/sdk-app 6.1.0 → 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 +235 -1963
  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 +235 -1963
  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 +235 -1963
  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
@@ -2,21 +2,6 @@
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": "/governance/query",
16
- "readOnly": true
17
- }
18
- }
19
- },
20
5
  "brain": {
21
6
  "backup": {
22
7
  "create": {
@@ -409,6 +394,21 @@ export const bindings: BindingsMap = {
409
394
  }
410
395
  },
411
396
  "knowledge": {
397
+ "graph": {
398
+ "method": "GET",
399
+ "params": [
400
+ {
401
+ "in": "query",
402
+ "name": "limit"
403
+ },
404
+ {
405
+ "in": "query",
406
+ "name": "scope"
407
+ }
408
+ ],
409
+ "path": "/brain/knowledge/graph",
410
+ "readOnly": true
411
+ },
412
412
  "neighborhood": {
413
413
  "method": "GET",
414
414
  "params": [
@@ -495,6 +495,31 @@ export const bindings: BindingsMap = {
495
495
  "readOnly": true
496
496
  }
497
497
  },
498
+ "knowledge-entity": {
499
+ "memories": {
500
+ "method": "GET",
501
+ "params": [
502
+ {
503
+ "in": "path",
504
+ "name": "entity_ref"
505
+ },
506
+ {
507
+ "in": "query",
508
+ "name": "limit"
509
+ },
510
+ {
511
+ "in": "query",
512
+ "name": "offset"
513
+ },
514
+ {
515
+ "in": "query",
516
+ "name": "scope"
517
+ }
518
+ ],
519
+ "path": "/brain/knowledge/entities/:entity_ref/memories",
520
+ "readOnly": true
521
+ }
522
+ },
498
523
  "memory": {
499
524
  "add": {
500
525
  "method": "POST",
@@ -655,7 +680,7 @@ export const bindings: BindingsMap = {
655
680
  "name": "cookieDomain"
656
681
  }
657
682
  ],
658
- "path": "/governance/config/cookie-domain",
683
+ "path": "/consent/config/cookie-domain",
659
684
  "readOnly": false
660
685
  }
661
686
  },
@@ -672,1830 +697,147 @@ export const bindings: BindingsMap = {
672
697
  "name": "coverUrl"
673
698
  },
674
699
  {
675
- "in": "body",
676
- "name": "position"
677
- },
678
- {
679
- "in": "body",
680
- "name": "logoAlign"
681
- },
682
- {
683
- "in": "body",
684
- "name": "contentAlign"
685
- }
686
- ],
687
- "path": "/governance/config/customization",
688
- "readOnly": false
689
- }
690
- },
691
- "config-floating-icon": {
692
- "upsert": {
693
- "method": "PATCH",
694
- "params": [
695
- {
696
- "in": "body",
697
- "name": "floatingIcon"
698
- }
699
- ],
700
- "path": "/governance/config",
701
- "readOnly": false
702
- }
703
- },
704
- "config-theme": {
705
- "upsert": {
706
- "method": "PATCH",
707
- "params": [
708
- {
709
- "in": "body",
710
- "name": "brandColor"
711
- },
712
- {
713
- "in": "body",
714
- "name": "surface"
715
- },
716
- {
717
- "in": "body",
718
- "name": "corners"
719
- },
720
- {
721
- "in": "body",
722
- "name": "font"
723
- },
724
- {
725
- "in": "body",
726
- "name": "overrides"
727
- }
728
- ],
729
- "path": "/governance/config/theme",
730
- "readOnly": false
731
- }
732
- },
733
- "dashboard-config": {
734
- "get": {
735
- "method": "GET",
736
- "path": "/governance/consent/dashboard/config",
737
- "readOnly": true
738
- }
739
- },
740
- "dashboard-decisions": {
741
- "list": {
742
- "method": "GET",
743
- "params": [
744
- {
745
- "in": "query",
746
- "name": "limit"
747
- },
748
- {
749
- "in": "query",
750
- "name": "offset"
751
- }
752
- ],
753
- "path": "/governance/consent/dashboard/decisions",
754
- "readOnly": true
755
- }
756
- },
757
- "dashboard-embed-snippet": {
758
- "get": {
759
- "method": "GET",
760
- "path": "/governance/consent/dashboard/embed-snippet",
761
- "readOnly": true
762
- }
763
- },
764
- "dashboard-stats": {
765
- "get": {
766
- "method": "GET",
767
- "path": "/governance/consent/dashboard/stats",
768
- "readOnly": true
769
- }
770
- },
771
- "embed": {
772
- "get": {
773
- "method": "GET",
774
- "path": "/governance/embed",
775
- "readOnly": true
776
- }
777
- },
778
- "providers": {
779
- "create": {
780
- "method": "POST",
781
- "params": [
782
- {
783
- "in": "body",
784
- "name": "name"
785
- },
786
- {
787
- "in": "body",
788
- "name": "category"
789
- },
790
- {
791
- "in": "body",
792
- "name": "hosts"
793
- },
794
- {
795
- "in": "body",
796
- "name": "privacyUrl"
797
- },
798
- {
799
- "in": "body",
800
- "name": "description"
801
- },
802
- {
803
- "in": "body",
804
- "name": "orderIndex"
805
- },
806
- {
807
- "in": "body",
808
- "name": "cookies"
809
- },
810
- {
811
- "in": "body",
812
- "name": "catalogKey"
813
- }
814
- ],
815
- "path": "/governance/consent/providers",
816
- "readOnly": false
817
- },
818
- "delete": {
819
- "method": "DELETE",
820
- "params": [
821
- {
822
- "in": "path",
823
- "name": "id"
824
- }
825
- ],
826
- "path": "/governance/consent/providers/:id",
827
- "readOnly": false
828
- },
829
- "list": {
830
- "method": "GET",
831
- "path": "/governance/consent/providers",
832
- "readOnly": true
833
- },
834
- "update": {
835
- "method": "PATCH",
836
- "params": [
837
- {
838
- "in": "path",
839
- "name": "id"
840
- },
841
- {
842
- "in": "body",
843
- "name": "name"
844
- },
845
- {
846
- "in": "body",
847
- "name": "category"
848
- },
849
- {
850
- "in": "body",
851
- "name": "hosts"
852
- },
853
- {
854
- "in": "body",
855
- "name": "privacyUrl"
856
- },
857
- {
858
- "in": "body",
859
- "name": "description"
860
- },
861
- {
862
- "in": "body",
863
- "name": "orderIndex"
864
- },
865
- {
866
- "in": "body",
867
- "name": "cookies"
868
- }
869
- ],
870
- "path": "/governance/consent/providers/:id",
871
- "readOnly": false
872
- }
873
- },
874
- "records": {
875
- "export": {
876
- "method": "POST",
877
- "params": [
878
- {
879
- "in": "body",
880
- "name": "from"
881
- },
882
- {
883
- "in": "body",
884
- "name": "to"
885
- },
886
- {
887
- "in": "body",
888
- "name": "limit"
889
- },
890
- {
891
- "in": "body",
892
- "name": "record_id"
893
- }
894
- ],
895
- "path": "/governance/consent/dashboard/export",
896
- "readOnly": true
897
- }
898
- },
899
- "stats": {
900
- "get": {
901
- "method": "GET",
902
- "params": [
903
- {
904
- "in": "query",
905
- "name": "range"
906
- }
907
- ],
908
- "path": "/governance/consent/stats",
909
- "readOnly": true
910
- }
911
- }
912
- },
913
- "deployment": {
914
- "alert": {
915
- "create": {
916
- "method": "POST",
917
- "params": [
918
- {
919
- "in": "body",
920
- "name": "targetKind"
921
- },
922
- {
923
- "in": "body",
924
- "name": "targetId"
925
- },
926
- {
927
- "in": "body",
928
- "name": "metric"
929
- },
930
- {
931
- "in": "body",
932
- "name": "comparator"
933
- },
934
- {
935
- "in": "body",
936
- "name": "threshold"
937
- },
938
- {
939
- "in": "body",
940
- "name": "enabled"
941
- }
942
- ],
943
- "path": "/governance/alerts",
944
- "readOnly": false
945
- },
946
- "delete": {
947
- "method": "DELETE",
948
- "params": [
949
- {
950
- "in": "path",
951
- "name": "id"
952
- }
953
- ],
954
- "path": "/governance/alerts/:id",
955
- "readOnly": false
956
- },
957
- "list": {
958
- "method": "GET",
959
- "params": [
960
- {
961
- "in": "path",
962
- "name": "environmentId"
963
- }
964
- ],
965
- "path": "/governance/environments/:environmentId/alerts",
966
- "readOnly": true
967
- },
968
- "update": {
969
- "method": "PATCH",
970
- "params": [
971
- {
972
- "in": "body",
973
- "name": "comparator"
974
- },
975
- {
976
- "in": "body",
977
- "name": "threshold"
978
- },
979
- {
980
- "in": "body",
981
- "name": "enabled"
982
- },
983
- {
984
- "in": "path",
985
- "name": "id"
986
- }
987
- ],
988
- "path": "/governance/alerts/:id",
989
- "readOnly": false
990
- }
991
- },
992
- "alert-events": {
993
- "list": {
994
- "method": "GET",
995
- "params": [
996
- {
997
- "in": "path",
998
- "name": "environmentId"
999
- },
1000
- {
1001
- "in": "query",
1002
- "name": "limit"
1003
- }
1004
- ],
1005
- "path": "/governance/environments/:environmentId/alert-events",
1006
- "readOnly": true
1007
- }
1008
- },
1009
- "analytics": {
1010
- "query": {
1011
- "method": "POST",
1012
- "params": [
1013
- {
1014
- "in": "body",
1015
- "name": "q"
1016
- }
1017
- ],
1018
- "path": "/governance/analytics/query",
1019
- "readOnly": true
1020
- }
1021
- },
1022
- "audit": {
1023
- "list": {
1024
- "method": "GET",
1025
- "params": [
1026
- {
1027
- "in": "path",
1028
- "name": "environmentId"
1029
- },
1030
- {
1031
- "in": "query",
1032
- "name": "entityType"
1033
- },
1034
- {
1035
- "in": "query",
1036
- "name": "action"
1037
- },
1038
- {
1039
- "in": "query",
1040
- "name": "actorId"
1041
- },
1042
- {
1043
- "in": "query",
1044
- "name": "serviceId"
1045
- },
1046
- {
1047
- "in": "query",
1048
- "name": "limit"
1049
- }
1050
- ],
1051
- "path": "/governance/environments/:environmentId/audit",
1052
- "readOnly": true
1053
- }
1054
- },
1055
- "build": {
1056
- "get": {
1057
- "method": "GET",
1058
- "params": [
1059
- {
1060
- "in": "path",
1061
- "name": "id"
1062
- }
1063
- ],
1064
- "path": "/governance/builds/:id",
1065
- "readOnly": true
1066
- },
1067
- "list": {
1068
- "method": "GET",
1069
- "params": [
1070
- {
1071
- "in": "path",
1072
- "name": "serviceId"
1073
- }
1074
- ],
1075
- "path": "/governance/services/:serviceId/builds",
1076
- "readOnly": true
1077
- },
1078
- "logs": {
1079
- "method": "GET",
1080
- "params": [
1081
- {
1082
- "in": "path",
1083
- "name": "serviceId"
1084
- },
1085
- {
1086
- "in": "path",
1087
- "name": "deploymentId"
1088
- },
1089
- {
1090
- "in": "query",
1091
- "name": "tail"
1092
- },
1093
- {
1094
- "in": "query",
1095
- "name": "since"
1096
- }
1097
- ],
1098
- "path": "/governance/services/:serviceId/deployments/:deploymentId/build-logs",
1099
- "readOnly": true
1100
- }
1101
- },
1102
- "canvas": {
1103
- "get": {
1104
- "method": "GET",
1105
- "params": [
1106
- {
1107
- "in": "path",
1108
- "name": "environmentId"
1109
- }
1110
- ],
1111
- "path": "/governance/environments/:environmentId/canvas",
1112
- "readOnly": true
1113
- }
1114
- },
1115
- "canvas-move": {
1116
- "node": {
1117
- "method": "PUT",
1118
- "params": [
1119
- {
1120
- "in": "path",
1121
- "name": "environmentId"
1122
- },
1123
- {
1124
- "in": "path",
1125
- "name": "nodeId"
1126
- },
1127
- {
1128
- "in": "body",
1129
- "name": "x"
1130
- },
1131
- {
1132
- "in": "body",
1133
- "name": "y"
1134
- },
1135
- {
1136
- "in": "body",
1137
- "name": "width"
1138
- },
1139
- {
1140
- "in": "body",
1141
- "name": "height"
1142
- }
1143
- ],
1144
- "path": "/governance/environments/:environmentId/canvas/nodes/:nodeId",
1145
- "readOnly": false
1146
- }
1147
- },
1148
- "cloud-sql": {
1149
- "logs": {
1150
- "method": "GET",
1151
- "params": [
1152
- {
1153
- "in": "path",
1154
- "name": "instanceId"
1155
- },
1156
- {
1157
- "in": "query",
1158
- "name": "tail"
1159
- }
1160
- ],
1161
- "path": "/governance/cloud-sql/instances/:instanceId/logs",
1162
- "readOnly": true
1163
- }
1164
- },
1165
- "cloud-sql-backfill-log": {
1166
- "flags": {
1167
- "method": "POST",
1168
- "params": [
1169
- {
1170
- "in": "body",
1171
- "name": "instanceId"
1172
- }
1173
- ],
1174
- "path": "/governance/cloud-sql/instances/backfill-log-flags",
1175
- "readOnly": false
1176
- }
1177
- },
1178
- "cloud-sql-database": {
1179
- "attach": {
1180
- "method": "POST",
1181
- "params": [
1182
- {
1183
- "in": "body",
1184
- "name": "databaseId"
1185
- },
1186
- {
1187
- "in": "body",
1188
- "name": "serviceId"
1189
- },
1190
- {
1191
- "in": "body",
1192
- "name": "environmentId"
1193
- }
1194
- ],
1195
- "path": "/governance/cloud-sql/databases/attach",
1196
- "readOnly": false
1197
- },
1198
- "create": {
1199
- "method": "POST",
1200
- "params": [
1201
- {
1202
- "in": "body",
1203
- "name": "instanceId"
1204
- },
1205
- {
1206
- "in": "body",
1207
- "name": "label"
1208
- }
1209
- ],
1210
- "path": "/governance/cloud-sql/databases",
1211
- "readOnly": false
1212
- },
1213
- "delete": {
1214
- "method": "DELETE",
1215
- "params": [
1216
- {
1217
- "in": "path",
1218
- "name": "databaseId"
1219
- }
1220
- ],
1221
- "path": "/governance/cloud-sql/databases/:databaseId",
1222
- "readOnly": false
1223
- },
1224
- "detach": {
1225
- "method": "POST",
1226
- "params": [
1227
- {
1228
- "in": "body",
1229
- "name": "attachmentId"
1230
- }
1231
- ],
1232
- "path": "/governance/cloud-sql/databases/detach",
1233
- "readOnly": false
1234
- },
1235
- "get": {
1236
- "method": "GET",
1237
- "params": [
1238
- {
1239
- "in": "path",
1240
- "name": "databaseId"
1241
- }
1242
- ],
1243
- "path": "/governance/cloud-sql/databases/:databaseId",
1244
- "readOnly": true
1245
- },
1246
- "list": {
1247
- "method": "GET",
1248
- "params": [
1249
- {
1250
- "in": "path",
1251
- "name": "instanceId"
1252
- }
1253
- ],
1254
- "path": "/governance/cloud-sql/instances/:instanceId/databases",
1255
- "readOnly": true
1256
- }
1257
- },
1258
- "cloud-sql-instance": {
1259
- "backup": {
1260
- "method": "POST",
1261
- "params": [
1262
- {
1263
- "in": "path",
1264
- "name": "instanceId"
1265
- }
1266
- ],
1267
- "path": "/governance/cloud-sql/instances/:instanceId/backups",
1268
- "readOnly": false
1269
- },
1270
- "create": {
1271
- "method": "POST",
1272
- "params": [
1273
- {
1274
- "in": "body",
1275
- "name": "label"
1276
- },
1277
- {
1278
- "in": "body",
1279
- "name": "tier"
1280
- },
1281
- {
1282
- "in": "body",
1283
- "name": "pgVersion"
1284
- }
1285
- ],
1286
- "path": "/governance/cloud-sql/instances",
1287
- "readOnly": false
1288
- },
1289
- "delete": {
1290
- "method": "DELETE",
1291
- "params": [
1292
- {
1293
- "in": "path",
1294
- "name": "instanceId"
1295
- }
1296
- ],
1297
- "path": "/governance/cloud-sql/instances/:instanceId",
1298
- "readOnly": false
1299
- },
1300
- "get": {
1301
- "method": "GET",
1302
- "params": [
1303
- {
1304
- "in": "path",
1305
- "name": "instanceId"
1306
- }
1307
- ],
1308
- "path": "/governance/cloud-sql/instances/:instanceId",
1309
- "readOnly": true
1310
- },
1311
- "list": {
1312
- "method": "GET",
1313
- "path": "/governance/cloud-sql/instances",
1314
- "readOnly": true
1315
- },
1316
- "resize": {
1317
- "method": "PATCH",
1318
- "params": [
1319
- {
1320
- "in": "path",
1321
- "name": "instanceId"
1322
- },
1323
- {
1324
- "in": "body",
1325
- "name": "tier"
1326
- }
1327
- ],
1328
- "path": "/governance/cloud-sql/instances/:instanceId/resize",
1329
- "readOnly": false
1330
- },
1331
- "restore": {
1332
- "method": "POST",
1333
- "params": [
1334
- {
1335
- "in": "body",
1336
- "name": "backupRunId"
1337
- },
1338
- {
1339
- "in": "path",
1340
- "name": "instanceId"
1341
- }
1342
- ],
1343
- "path": "/governance/cloud-sql/instances/:instanceId/restore",
1344
- "readOnly": false
1345
- }
1346
- },
1347
- "cloud-sql-instance-backup": {
1348
- "list": {
1349
- "method": "GET",
1350
- "params": [
1351
- {
1352
- "in": "path",
1353
- "name": "instanceId"
1354
- }
1355
- ],
1356
- "path": "/governance/cloud-sql/instances/:instanceId/backups",
1357
- "readOnly": true
1358
- }
1359
- },
1360
- "deployment": {
1361
- "cancel": {
1362
- "method": "POST",
1363
- "params": [
1364
- {
1365
- "in": "path",
1366
- "name": "serviceId"
1367
- },
1368
- {
1369
- "in": "body",
1370
- "name": "deploymentId"
1371
- }
1372
- ],
1373
- "path": "/governance/services/:serviceId/cancel",
1374
- "readOnly": false
1375
- },
1376
- "get": {
1377
- "method": "GET",
1378
- "params": [
1379
- {
1380
- "in": "path",
1381
- "name": "id"
1382
- }
1383
- ],
1384
- "path": "/governance/deployments/:id",
1385
- "readOnly": true
1386
- },
1387
- "list": {
1388
- "method": "GET",
1389
- "params": [
1390
- {
1391
- "in": "path",
1392
- "name": "serviceId"
1393
- }
1394
- ],
1395
- "path": "/governance/services/:serviceId/deployments",
1396
- "readOnly": true
1397
- }
1398
- },
1399
- "domain": {
1400
- "add": {
1401
- "method": "POST",
1402
- "params": [
1403
- {
1404
- "in": "path",
1405
- "name": "environmentId"
1406
- },
1407
- {
1408
- "in": "body",
1409
- "name": "hostname"
1410
- },
1411
- {
1412
- "in": "body",
1413
- "name": "defaultServiceId"
1414
- },
1415
- {
1416
- "in": "body",
1417
- "name": "pathPrefix"
1418
- },
1419
- {
1420
- "in": "body",
1421
- "name": "redirectWww"
1422
- }
1423
- ],
1424
- "path": "/governance/environments/:environmentId/domains",
1425
- "readOnly": false
1426
- },
1427
- "get": {
1428
- "method": "GET",
1429
- "params": [
1430
- {
1431
- "in": "path",
1432
- "name": "id"
1433
- }
1434
- ],
1435
- "path": "/governance/domains/:id",
1436
- "readOnly": true
1437
- },
1438
- "list": {
1439
- "method": "GET",
1440
- "params": [
1441
- {
1442
- "in": "path",
1443
- "name": "environmentId"
1444
- }
1445
- ],
1446
- "path": "/governance/environments/:environmentId/domains",
1447
- "readOnly": true
1448
- },
1449
- "remove": {
1450
- "method": "DELETE",
1451
- "params": [
1452
- {
1453
- "in": "path",
1454
- "name": "id"
1455
- }
1456
- ],
1457
- "path": "/governance/domains/:id",
1458
- "readOnly": false
1459
- },
1460
- "verify": {
1461
- "method": "POST",
1462
- "params": [
1463
- {
1464
- "in": "path",
1465
- "name": "id"
1466
- }
1467
- ],
1468
- "path": "/governance/domains/:id/verify",
1469
- "readOnly": false
1470
- }
1471
- },
1472
- "domain-allowed": {
1473
- "list": {
1474
- "method": "GET",
1475
- "path": "/governance/governance/domains",
1476
- "readOnly": true
1477
- }
1478
- },
1479
- "domain-list-by": {
1480
- "service": {
1481
- "method": "GET",
1482
- "params": [
1483
- {
1484
- "in": "path",
1485
- "name": "serviceId"
1486
- }
1487
- ],
1488
- "path": "/governance/services/:serviceId/domains",
1489
- "readOnly": true
1490
- }
1491
- },
1492
- "domain-redirect": {
1493
- "www": {
1494
- "method": "PATCH",
1495
- "params": [
1496
- {
1497
- "in": "path",
1498
- "name": "id"
1499
- },
1500
- {
1501
- "in": "body",
1502
- "name": "enabled"
1503
- }
1504
- ],
1505
- "path": "/governance/domains/:id/redirect-www",
1506
- "readOnly": false
1507
- }
1508
- },
1509
- "domain-routes": {
1510
- "add": {
1511
- "method": "POST",
1512
- "params": [
1513
- {
1514
- "in": "path",
1515
- "name": "domainId"
1516
- },
1517
- {
1518
- "in": "body",
1519
- "name": "pathPrefix"
1520
- },
1521
- {
1522
- "in": "body",
1523
- "name": "serviceId"
1524
- },
1525
- {
1526
- "in": "body",
1527
- "name": "isDefault"
1528
- },
1529
- {
1530
- "in": "body",
1531
- "name": "priority"
1532
- }
1533
- ],
1534
- "path": "/governance/domains/:domainId/routes",
1535
- "readOnly": false
1536
- },
1537
- "list": {
1538
- "method": "GET",
1539
- "params": [
1540
- {
1541
- "in": "path",
1542
- "name": "domainId"
1543
- }
1544
- ],
1545
- "path": "/governance/domains/:domainId/routes",
1546
- "readOnly": true
1547
- },
1548
- "remove": {
1549
- "method": "DELETE",
1550
- "params": [
1551
- {
1552
- "in": "path",
1553
- "name": "domainId"
1554
- },
1555
- {
1556
- "in": "path",
1557
- "name": "routeId"
1558
- }
1559
- ],
1560
- "path": "/governance/domains/:domainId/routes/:routeId",
1561
- "readOnly": false
1562
- },
1563
- "update": {
1564
- "method": "PATCH",
1565
- "params": [
1566
- {
1567
- "in": "path",
1568
- "name": "domainId"
1569
- },
1570
- {
1571
- "in": "path",
1572
- "name": "routeId"
1573
- },
1574
- {
1575
- "in": "body",
1576
- "name": "pathPrefix"
1577
- },
1578
- {
1579
- "in": "body",
1580
- "name": "serviceId"
1581
- },
1582
- {
1583
- "in": "body",
1584
- "name": "priority"
1585
- }
1586
- ],
1587
- "path": "/governance/domains/:domainId/routes/:routeId",
1588
- "readOnly": false
1589
- }
1590
- },
1591
- "environment": {
1592
- "create": {
1593
- "method": "POST",
1594
- "params": [
1595
- {
1596
- "in": "body",
1597
- "name": "name"
1598
- },
1599
- {
1600
- "in": "body",
1601
- "name": "slug"
1602
- }
1603
- ],
1604
- "path": "/governance/environments",
1605
- "readOnly": false
1606
- },
1607
- "delete": {
1608
- "method": "DELETE",
1609
- "params": [
1610
- {
1611
- "in": "path",
1612
- "name": "id"
1613
- }
1614
- ],
1615
- "path": "/governance/environments/:id",
1616
- "readOnly": false
1617
- },
1618
- "fork": {
1619
- "method": "POST",
1620
- "params": [
1621
- {
1622
- "in": "body",
1623
- "name": "baseEnvironmentId"
1624
- },
1625
- {
1626
- "in": "body",
1627
- "name": "name"
1628
- },
1629
- {
1630
- "in": "body",
1631
- "name": "slug"
1632
- }
1633
- ],
1634
- "path": "/governance/environments/fork",
1635
- "readOnly": false
1636
- },
1637
- "get": {
1638
- "method": "GET",
1639
- "params": [
1640
- {
1641
- "in": "path",
1642
- "name": "id"
1643
- }
1644
- ],
1645
- "path": "/governance/environments/:id",
1646
- "readOnly": true
1647
- },
1648
- "list": {
1649
- "method": "GET",
1650
- "params": [
1651
- {
1652
- "in": "query",
1653
- "name": "type"
1654
- }
1655
- ],
1656
- "path": "/governance/environments",
1657
- "readOnly": true
1658
- },
1659
- "reconcile": {
1660
- "method": "POST",
1661
- "params": [
1662
- {
1663
- "in": "path",
1664
- "name": "id"
1665
- },
1666
- {
1667
- "in": "body",
1668
- "name": "force"
1669
- }
1670
- ],
1671
- "path": "/governance/environments/:id/reconcile",
1672
- "readOnly": false
1673
- },
1674
- "update": {
1675
- "method": "PATCH",
1676
- "params": [
1677
- {
1678
- "in": "body",
1679
- "name": "name"
1680
- },
1681
- {
1682
- "in": "path",
1683
- "name": "id"
1684
- }
1685
- ],
1686
- "path": "/governance/environments/:id",
1687
- "readOnly": false
1688
- }
1689
- },
1690
- "events-list-by": {
1691
- "environment": {
1692
- "method": "GET",
1693
- "params": [
1694
- {
1695
- "in": "path",
1696
- "name": "environmentId"
1697
- },
1698
- {
1699
- "in": "query",
1700
- "name": "type"
1701
- },
1702
- {
1703
- "in": "query",
1704
- "name": "since"
1705
- },
1706
- {
1707
- "in": "query",
1708
- "name": "until"
1709
- },
1710
- {
1711
- "in": "query",
1712
- "name": "limit"
1713
- }
1714
- ],
1715
- "path": "/governance/environments/:environmentId/events",
1716
- "readOnly": true
1717
- },
1718
- "service": {
1719
- "method": "GET",
1720
- "params": [
1721
- {
1722
- "in": "path",
1723
- "name": "serviceId"
1724
- },
1725
- {
1726
- "in": "query",
1727
- "name": "type"
1728
- },
1729
- {
1730
- "in": "query",
1731
- "name": "since"
1732
- },
1733
- {
1734
- "in": "query",
1735
- "name": "until"
1736
- },
1737
- {
1738
- "in": "query",
1739
- "name": "limit"
1740
- },
1741
- {
1742
- "in": "query",
1743
- "name": "deploymentId"
1744
- }
1745
- ],
1746
- "path": "/governance/services/:serviceId/events",
1747
- "readOnly": true
1748
- }
1749
- },
1750
- "managed-service": {
1751
- "backup": {
1752
- "method": "POST",
1753
- "params": [
1754
- {
1755
- "in": "path",
1756
- "name": "id"
1757
- }
1758
- ],
1759
- "path": "/governance/managed-services/:id/backup",
1760
- "readOnly": false
1761
- },
1762
- "delete": {
1763
- "method": "DELETE",
1764
- "params": [
1765
- {
1766
- "in": "path",
1767
- "name": "id"
1768
- }
1769
- ],
1770
- "path": "/governance/managed-services/:id",
1771
- "readOnly": false
1772
- },
1773
- "get": {
1774
- "method": "GET",
1775
- "params": [
1776
- {
1777
- "in": "path",
1778
- "name": "id"
1779
- }
1780
- ],
1781
- "path": "/governance/managed-services/:id",
1782
- "readOnly": true
1783
- },
1784
- "list": {
1785
- "method": "GET",
1786
- "params": [
1787
- {
1788
- "in": "path",
1789
- "name": "environmentId"
1790
- }
1791
- ],
1792
- "path": "/governance/environments/:environmentId/managed-services",
1793
- "readOnly": true
1794
- },
1795
- "logs": {
1796
- "method": "GET",
1797
- "params": [
1798
- {
1799
- "in": "path",
1800
- "name": "id"
1801
- },
1802
- {
1803
- "in": "query",
1804
- "name": "tail"
1805
- }
1806
- ],
1807
- "path": "/governance/managed-services/:id/logs",
1808
- "readOnly": true
1809
- },
1810
- "provision": {
1811
- "method": "POST",
1812
- "params": [
1813
- {
1814
- "in": "path",
1815
- "name": "environmentId"
1816
- },
1817
- {
1818
- "in": "body",
1819
- "name": "name"
1820
- },
1821
- {
1822
- "in": "body",
1823
- "name": "slug"
1824
- },
1825
- {
1826
- "in": "body",
1827
- "name": "engine"
1828
- },
1829
- {
1830
- "in": "body",
1831
- "name": "version"
1832
- },
1833
- {
1834
- "in": "body",
1835
- "name": "storageGiB"
1836
- },
1837
- {
1838
- "in": "body",
1839
- "name": "databaseName"
1840
- }
1841
- ],
1842
- "path": "/governance/environments/:environmentId/managed-services",
1843
- "readOnly": false
1844
- },
1845
- "reconcile": {
1846
- "method": "POST",
1847
- "params": [
1848
- {
1849
- "in": "path",
1850
- "name": "id"
1851
- }
1852
- ],
1853
- "path": "/governance/managed-services/:id/reconcile",
1854
- "readOnly": false
1855
- },
1856
- "resize": {
1857
- "method": "POST",
1858
- "params": [
1859
- {
1860
- "in": "path",
1861
- "name": "id"
1862
- },
1863
- {
1864
- "in": "body",
1865
- "name": "storageGiB"
1866
- }
1867
- ],
1868
- "path": "/governance/managed-services/:id/resize",
1869
- "readOnly": false
1870
- },
1871
- "restore": {
1872
- "method": "POST",
1873
- "params": [
1874
- {
1875
- "in": "path",
1876
- "name": "id"
1877
- },
1878
- {
1879
- "in": "body",
1880
- "name": "snapshotName"
1881
- }
1882
- ],
1883
- "path": "/governance/managed-services/:id/restore",
1884
- "readOnly": false
1885
- },
1886
- "start": {
1887
- "method": "POST",
1888
- "params": [
1889
- {
1890
- "in": "path",
1891
- "name": "id"
1892
- }
1893
- ],
1894
- "path": "/governance/managed-services/:id/start",
1895
- "readOnly": false
1896
- },
1897
- "stop": {
1898
- "method": "POST",
1899
- "params": [
1900
- {
1901
- "in": "path",
1902
- "name": "id"
1903
- }
1904
- ],
1905
- "path": "/governance/managed-services/:id/stop",
1906
- "readOnly": false
1907
- },
1908
- "types": {
1909
- "method": "GET",
1910
- "path": "/governance/managed-service-types",
1911
- "readOnly": true
1912
- }
1913
- },
1914
- "managed-service-backup": {
1915
- "list": {
1916
- "method": "GET",
1917
- "params": [
1918
- {
1919
- "in": "path",
1920
- "name": "id"
1921
- }
1922
- ],
1923
- "path": "/governance/managed-services/:id/backups",
1924
- "readOnly": true
1925
- }
1926
- },
1927
- "managed-service-connect": {
1928
- "info": {
1929
- "method": "GET",
1930
- "params": [
1931
- {
1932
- "in": "path",
1933
- "name": "id"
1934
- }
1935
- ],
1936
- "path": "/governance/managed-services/:id/connect-info",
1937
- "readOnly": true
1938
- }
1939
- },
1940
- "metrics": {
1941
- "get": {
1942
- "method": "GET",
1943
- "params": [
1944
- {
1945
- "in": "query",
1946
- "name": "targetKind"
1947
- },
1948
- {
1949
- "in": "query",
1950
- "name": "targetId"
1951
- },
1952
- {
1953
- "in": "query",
1954
- "name": "window"
1955
- }
1956
- ],
1957
- "path": "/governance/metrics",
1958
- "readOnly": true
1959
- }
1960
- },
1961
- "preview-environment": {
1962
- "create": {
1963
- "method": "POST",
1964
- "params": [
1965
- {
1966
- "in": "body",
1967
- "name": "baseEnvironmentId"
1968
- },
1969
- {
1970
- "in": "body",
1971
- "name": "prNumber"
1972
- },
1973
- {
1974
- "in": "body",
1975
- "name": "prBranch"
1976
- }
1977
- ],
1978
- "path": "/governance/preview-environments",
1979
- "readOnly": false
1980
- },
1981
- "delete": {
1982
- "method": "DELETE",
1983
- "params": [
1984
- {
1985
- "in": "path",
1986
- "name": "id"
1987
- }
1988
- ],
1989
- "path": "/governance/preview-environments/:id",
1990
- "readOnly": false
1991
- },
1992
- "list": {
1993
- "method": "GET",
1994
- "path": "/governance/preview-environments",
1995
- "readOnly": true
1996
- }
1997
- },
1998
- "preview-policy": {
1999
- "get": {
2000
- "method": "GET",
2001
- "params": [
2002
- {
2003
- "in": "path",
2004
- "name": "baseEnvironmentId"
2005
- }
2006
- ],
2007
- "path": "/governance/preview-policies/:baseEnvironmentId",
2008
- "readOnly": true
2009
- },
2010
- "set": {
2011
- "method": "PUT",
2012
- "params": [
2013
- {
2014
- "in": "path",
2015
- "name": "baseEnvironmentId"
2016
- },
2017
- {
2018
- "in": "body",
2019
- "name": "enabled"
2020
- },
2021
- {
2022
- "in": "body",
2023
- "name": "maxPreviews"
2024
- },
2025
- {
2026
- "in": "body",
2027
- "name": "ttlHours"
2028
- }
2029
- ],
2030
- "path": "/governance/preview-policies/:baseEnvironmentId",
2031
- "readOnly": false
2032
- }
2033
- },
2034
- "service": {
2035
- "create": {
2036
- "method": "POST",
2037
- "params": [
2038
- {
2039
- "in": "path",
2040
- "name": "environmentId"
2041
- },
2042
- {
2043
- "in": "body",
2044
- "name": "name"
2045
- },
2046
- {
2047
- "in": "body",
2048
- "name": "slug"
2049
- },
2050
- {
2051
- "in": "body",
2052
- "name": "source"
2053
- },
2054
- {
2055
- "in": "body",
2056
- "name": "containerPort"
2057
- },
2058
- {
2059
- "in": "body",
2060
- "name": "replicas"
2061
- },
2062
- {
2063
- "in": "body",
2064
- "name": "probes"
2065
- },
2066
- {
2067
- "in": "body",
2068
- "name": "resources"
2069
- },
2070
- {
2071
- "in": "body",
2072
- "name": "canvas"
2073
- }
2074
- ],
2075
- "path": "/governance/environments/:environmentId/services",
2076
- "readOnly": false
2077
- },
2078
- "delete": {
2079
- "method": "DELETE",
2080
- "params": [
2081
- {
2082
- "in": "path",
2083
- "name": "id"
2084
- }
2085
- ],
2086
- "path": "/governance/services/:id",
2087
- "readOnly": false
2088
- },
2089
- "exec": {
2090
- "method": "POST",
2091
- "params": [
2092
- {
2093
- "in": "body",
2094
- "name": "command"
2095
- },
2096
- {
2097
- "in": "body",
2098
- "name": "mode"
2099
- },
2100
- {
2101
- "in": "body",
2102
- "name": "timeoutSec"
2103
- },
2104
- {
2105
- "in": "path",
2106
- "name": "serviceId"
2107
- }
2108
- ],
2109
- "path": "/governance/services/:serviceId/exec",
2110
- "readOnly": false
2111
- },
2112
- "get": {
2113
- "method": "GET",
2114
- "params": [
2115
- {
2116
- "in": "path",
2117
- "name": "id"
2118
- }
2119
- ],
2120
- "path": "/governance/services/:id",
2121
- "readOnly": true
2122
- },
2123
- "list": {
2124
- "method": "GET",
2125
- "params": [
2126
- {
2127
- "in": "path",
2128
- "name": "environmentId"
2129
- }
2130
- ],
2131
- "path": "/governance/environments/:environmentId/services",
2132
- "readOnly": true
2133
- },
2134
- "logs": {
2135
- "method": "GET",
2136
- "params": [
2137
- {
2138
- "in": "path",
2139
- "name": "serviceId"
2140
- },
2141
- {
2142
- "in": "query",
2143
- "name": "tail"
2144
- }
2145
- ],
2146
- "path": "/governance/services/:serviceId/logs",
2147
- "readOnly": true
2148
- },
2149
- "redeploy": {
2150
- "method": "POST",
2151
- "params": [
2152
- {
2153
- "in": "path",
2154
- "name": "serviceId"
2155
- }
2156
- ],
2157
- "path": "/governance/services/:serviceId/redeploy",
2158
- "readOnly": false
2159
- },
2160
- "restart": {
2161
- "method": "POST",
2162
- "params": [
2163
- {
2164
- "in": "path",
2165
- "name": "id"
2166
- }
2167
- ],
2168
- "path": "/governance/services/:id/restart",
2169
- "readOnly": false
2170
- },
2171
- "rollback": {
2172
- "method": "POST",
2173
- "params": [
2174
- {
2175
- "in": "path",
2176
- "name": "serviceId"
2177
- },
2178
- {
2179
- "in": "body",
2180
- "name": "deploymentId"
2181
- }
2182
- ],
2183
- "path": "/governance/services/:serviceId/rollback",
2184
- "readOnly": false
2185
- },
2186
- "scale": {
2187
- "method": "POST",
2188
- "params": [
2189
- {
2190
- "in": "path",
2191
- "name": "id"
2192
- },
2193
- {
2194
- "in": "body",
2195
- "name": "replicas"
2196
- }
2197
- ],
2198
- "path": "/governance/services/:id/scale",
2199
- "readOnly": false
2200
- },
2201
- "update": {
2202
- "method": "PATCH",
2203
- "params": [
2204
- {
2205
- "in": "body",
2206
- "name": "name"
2207
- },
2208
- {
2209
- "in": "body",
2210
- "name": "source"
2211
- },
2212
- {
2213
- "in": "body",
2214
- "name": "containerPort"
2215
- },
2216
- {
2217
- "in": "body",
2218
- "name": "replicas"
2219
- },
2220
- {
2221
- "in": "body",
2222
- "name": "probes"
2223
- },
2224
- {
2225
- "in": "body",
2226
- "name": "resources"
2227
- },
2228
- {
2229
- "in": "path",
2230
- "name": "id"
2231
- }
2232
- ],
2233
- "path": "/governance/services/:id",
2234
- "readOnly": false
2235
- }
2236
- },
2237
- "ssh": {
2238
- "command": {
2239
- "method": "GET",
2240
- "params": [
2241
- {
2242
- "in": "path",
2243
- "name": "serviceId"
2244
- }
2245
- ],
2246
- "path": "/governance/services/:serviceId/ssh-command",
2247
- "readOnly": true
2248
- }
2249
- },
2250
- "ssh-key": {
2251
- "delete": {
2252
- "method": "DELETE",
2253
- "params": [
2254
- {
2255
- "in": "path",
2256
- "name": "id"
2257
- }
2258
- ],
2259
- "path": "/governance/ssh-keys/:id",
2260
- "readOnly": false
2261
- },
2262
- "list": {
2263
- "method": "GET",
2264
- "path": "/governance/ssh-keys",
2265
- "readOnly": true
2266
- },
2267
- "register": {
2268
- "method": "POST",
2269
- "params": [
2270
- {
2271
- "in": "body",
2272
- "name": "name"
2273
- },
2274
- {
2275
- "in": "body",
2276
- "name": "publicKey"
2277
- }
2278
- ],
2279
- "path": "/governance/ssh-keys",
2280
- "readOnly": false
2281
- }
2282
- },
2283
- "variable": {
2284
- "list": {
2285
- "method": "GET",
2286
- "params": [
2287
- {
2288
- "in": "path",
2289
- "name": "serviceId"
2290
- }
2291
- ],
2292
- "path": "/governance/services/:serviceId/variables",
2293
- "readOnly": true
2294
- },
2295
- "set": {
2296
- "method": "PUT",
2297
- "params": [
2298
- {
2299
- "in": "path",
2300
- "name": "serviceId"
2301
- },
2302
- {
2303
- "in": "path",
2304
- "name": "key"
2305
- },
2306
- {
2307
- "in": "body",
2308
- "name": "value"
2309
- },
2310
- {
2311
- "in": "body",
2312
- "name": "isSecret"
2313
- }
2314
- ],
2315
- "path": "/governance/services/:serviceId/variables/:key",
2316
- "readOnly": false
2317
- },
2318
- "unset": {
2319
- "method": "DELETE",
2320
- "params": [
2321
- {
2322
- "in": "path",
2323
- "name": "serviceId"
2324
- },
2325
- {
2326
- "in": "path",
2327
- "name": "key"
2328
- }
2329
- ],
2330
- "path": "/governance/services/:serviceId/variables/:key",
2331
- "readOnly": false
2332
- }
2333
- },
2334
- "variable-list": {
2335
- "env": {
2336
- "method": "GET",
2337
- "params": [
2338
- {
2339
- "in": "path",
2340
- "name": "environmentId"
2341
- }
2342
- ],
2343
- "path": "/governance/environments/:environmentId/variables",
2344
- "readOnly": true
2345
- },
2346
- "product": {
2347
- "method": "GET",
2348
- "path": "/governance/product/variables",
2349
- "readOnly": true
2350
- }
2351
- },
2352
- "variable-set": {
2353
- "env": {
2354
- "method": "PUT",
2355
- "params": [
2356
- {
2357
- "in": "path",
2358
- "name": "environmentId"
2359
- },
2360
- {
2361
- "in": "path",
2362
- "name": "key"
700
+ "in": "body",
701
+ "name": "position"
2363
702
  },
2364
703
  {
2365
704
  "in": "body",
2366
- "name": "value"
705
+ "name": "logoAlign"
2367
706
  },
2368
707
  {
2369
708
  "in": "body",
2370
- "name": "isSecret"
709
+ "name": "contentAlign"
2371
710
  }
2372
711
  ],
2373
- "path": "/governance/environments/:environmentId/variables/:key",
712
+ "path": "/consent/config/customization",
2374
713
  "readOnly": false
2375
- },
2376
- "product": {
2377
- "method": "PUT",
714
+ }
715
+ },
716
+ "config-floating-icon": {
717
+ "upsert": {
718
+ "method": "PATCH",
2378
719
  "params": [
2379
- {
2380
- "in": "path",
2381
- "name": "key"
2382
- },
2383
- {
2384
- "in": "body",
2385
- "name": "value"
2386
- },
2387
720
  {
2388
721
  "in": "body",
2389
- "name": "isSecret"
722
+ "name": "floatingIcon"
2390
723
  }
2391
724
  ],
2392
- "path": "/governance/product/variables/:key",
725
+ "path": "/consent/config",
2393
726
  "readOnly": false
2394
727
  }
2395
728
  },
2396
- "variable-unset": {
2397
- "env": {
2398
- "method": "DELETE",
729
+ "config-theme": {
730
+ "upsert": {
731
+ "method": "PATCH",
2399
732
  "params": [
2400
733
  {
2401
- "in": "path",
2402
- "name": "environmentId"
734
+ "in": "body",
735
+ "name": "brandColor"
2403
736
  },
2404
737
  {
2405
- "in": "path",
2406
- "name": "key"
2407
- }
2408
- ],
2409
- "path": "/governance/environments/:environmentId/variables/:key",
2410
- "readOnly": false
2411
- },
2412
- "product": {
2413
- "method": "DELETE",
2414
- "params": [
738
+ "in": "body",
739
+ "name": "surface"
740
+ },
2415
741
  {
2416
- "in": "path",
2417
- "name": "key"
742
+ "in": "body",
743
+ "name": "corners"
744
+ },
745
+ {
746
+ "in": "body",
747
+ "name": "font"
748
+ },
749
+ {
750
+ "in": "body",
751
+ "name": "overrides"
2418
752
  }
2419
753
  ],
2420
- "path": "/governance/product/variables/:key",
754
+ "path": "/consent/config/theme",
2421
755
  "readOnly": false
2422
756
  }
2423
757
  },
2424
- "vcs-branch": {
758
+ "dashboard-config": {
759
+ "get": {
760
+ "method": "GET",
761
+ "path": "/consent/consent/dashboard/config",
762
+ "readOnly": true
763
+ }
764
+ },
765
+ "dashboard-decisions": {
2425
766
  "list": {
2426
767
  "method": "GET",
2427
768
  "params": [
2428
769
  {
2429
770
  "in": "query",
2430
- "name": "connectorId"
771
+ "name": "limit"
2431
772
  },
2432
773
  {
2433
774
  "in": "query",
2434
- "name": "repoFullName"
775
+ "name": "offset"
2435
776
  }
2436
777
  ],
2437
- "path": "/governance/vcs/branches",
778
+ "path": "/consent/consent/dashboard/decisions",
2438
779
  "readOnly": true
2439
780
  }
2440
781
  },
2441
- "vcs-connection": {
2442
- "list": {
782
+ "dashboard-embed-snippet": {
783
+ "get": {
2443
784
  "method": "GET",
2444
- "path": "/governance/vcs/connections",
785
+ "path": "/consent/consent/dashboard/embed-snippet",
2445
786
  "readOnly": true
2446
787
  }
2447
788
  },
2448
- "vcs-repo": {
2449
- "list": {
789
+ "dashboard-stats": {
790
+ "get": {
2450
791
  "method": "GET",
2451
- "params": [
2452
- {
2453
- "in": "query",
2454
- "name": "connectorId"
2455
- },
2456
- {
2457
- "in": "query",
2458
- "name": "page"
2459
- },
2460
- {
2461
- "in": "query",
2462
- "name": "search"
2463
- }
2464
- ],
2465
- "path": "/governance/vcs/repos",
792
+ "path": "/consent/consent/dashboard/stats",
793
+ "readOnly": true
794
+ }
795
+ },
796
+ "embed": {
797
+ "get": {
798
+ "method": "GET",
799
+ "path": "/consent/embed",
2466
800
  "readOnly": true
2467
801
  }
2468
802
  },
2469
- "volume": {
803
+ "providers": {
2470
804
  "create": {
2471
805
  "method": "POST",
2472
806
  "params": [
2473
807
  {
2474
- "in": "path",
2475
- "name": "environmentId"
808
+ "in": "body",
809
+ "name": "name"
2476
810
  },
2477
811
  {
2478
812
  "in": "body",
2479
- "name": "name"
813
+ "name": "category"
814
+ },
815
+ {
816
+ "in": "body",
817
+ "name": "hosts"
818
+ },
819
+ {
820
+ "in": "body",
821
+ "name": "privacyUrl"
2480
822
  },
2481
823
  {
2482
824
  "in": "body",
2483
- "name": "slug"
825
+ "name": "description"
2484
826
  },
2485
827
  {
2486
828
  "in": "body",
2487
- "name": "sizeGb"
829
+ "name": "orderIndex"
2488
830
  },
2489
831
  {
2490
832
  "in": "body",
2491
- "name": "mountPath"
833
+ "name": "cookies"
2492
834
  },
2493
835
  {
2494
836
  "in": "body",
2495
- "name": "attachedServiceId"
837
+ "name": "catalogKey"
2496
838
  }
2497
839
  ],
2498
- "path": "/governance/environments/:environmentId/volumes",
840
+ "path": "/consent/consent/providers",
2499
841
  "readOnly": false
2500
842
  },
2501
843
  "delete": {
@@ -2506,56 +848,90 @@ export const bindings: BindingsMap = {
2506
848
  "name": "id"
2507
849
  }
2508
850
  ],
2509
- "path": "/governance/volumes/:id",
851
+ "path": "/consent/consent/providers/:id",
2510
852
  "readOnly": false
2511
853
  },
2512
- "detach": {
2513
- "method": "POST",
854
+ "list": {
855
+ "method": "GET",
856
+ "path": "/consent/consent/providers",
857
+ "readOnly": true
858
+ },
859
+ "update": {
860
+ "method": "PATCH",
2514
861
  "params": [
2515
862
  {
2516
863
  "in": "path",
2517
864
  "name": "id"
865
+ },
866
+ {
867
+ "in": "body",
868
+ "name": "name"
869
+ },
870
+ {
871
+ "in": "body",
872
+ "name": "category"
873
+ },
874
+ {
875
+ "in": "body",
876
+ "name": "hosts"
877
+ },
878
+ {
879
+ "in": "body",
880
+ "name": "privacyUrl"
881
+ },
882
+ {
883
+ "in": "body",
884
+ "name": "description"
885
+ },
886
+ {
887
+ "in": "body",
888
+ "name": "orderIndex"
889
+ },
890
+ {
891
+ "in": "body",
892
+ "name": "cookies"
2518
893
  }
2519
894
  ],
2520
- "path": "/governance/volumes/:id/detach",
895
+ "path": "/consent/consent/providers/:id",
2521
896
  "readOnly": false
2522
- },
2523
- "get": {
2524
- "method": "GET",
897
+ }
898
+ },
899
+ "records": {
900
+ "export": {
901
+ "method": "POST",
2525
902
  "params": [
2526
903
  {
2527
- "in": "path",
2528
- "name": "id"
904
+ "in": "body",
905
+ "name": "from"
906
+ },
907
+ {
908
+ "in": "body",
909
+ "name": "to"
910
+ },
911
+ {
912
+ "in": "body",
913
+ "name": "limit"
914
+ },
915
+ {
916
+ "in": "body",
917
+ "name": "record_id"
2529
918
  }
2530
919
  ],
2531
- "path": "/governance/volumes/:id",
920
+ "path": "/consent/consent/dashboard/export",
2532
921
  "readOnly": true
2533
- },
2534
- "list": {
922
+ }
923
+ },
924
+ "stats": {
925
+ "get": {
2535
926
  "method": "GET",
2536
927
  "params": [
2537
928
  {
2538
- "in": "path",
2539
- "name": "environmentId"
929
+ "in": "query",
930
+ "name": "range"
2540
931
  }
2541
932
  ],
2542
- "path": "/governance/environments/:environmentId/volumes",
933
+ "path": "/consent/consent/stats",
2543
934
  "readOnly": true
2544
- },
2545
- "resize": {
2546
- "method": "POST",
2547
- "params": [
2548
- {
2549
- "in": "path",
2550
- "name": "id"
2551
- },
2552
- {
2553
- "in": "body",
2554
- "name": "sizeGb"
2555
- }
2556
- ],
2557
- "path": "/governance/volumes/:id/resize",
2558
- "readOnly": false
2559
935
  }
2560
936
  }
2561
937
  },
@@ -2577,7 +953,7 @@ export const bindings: BindingsMap = {
2577
953
  "name": "domainId"
2578
954
  }
2579
955
  ],
2580
- "path": "/governance/api-keys",
956
+ "path": "/mail/api-keys",
2581
957
  "readOnly": false
2582
958
  },
2583
959
  "delete": {
@@ -2588,12 +964,12 @@ export const bindings: BindingsMap = {
2588
964
  "name": "id"
2589
965
  }
2590
966
  ],
2591
- "path": "/governance/api-keys/:id",
967
+ "path": "/mail/api-keys/:id",
2592
968
  "readOnly": false
2593
969
  },
2594
970
  "list": {
2595
971
  "method": "GET",
2596
- "path": "/governance/api-keys",
972
+ "path": "/mail/api-keys",
2597
973
  "readOnly": true
2598
974
  }
2599
975
  },
@@ -2606,7 +982,7 @@ export const bindings: BindingsMap = {
2606
982
  "name": "name"
2607
983
  }
2608
984
  ],
2609
- "path": "/governance/audiences",
985
+ "path": "/mail/audiences",
2610
986
  "readOnly": false
2611
987
  },
2612
988
  "delete": {
@@ -2617,7 +993,7 @@ export const bindings: BindingsMap = {
2617
993
  "name": "id"
2618
994
  }
2619
995
  ],
2620
- "path": "/governance/audiences/:id",
996
+ "path": "/mail/audiences/:id",
2621
997
  "readOnly": false
2622
998
  },
2623
999
  "get": {
@@ -2628,12 +1004,12 @@ export const bindings: BindingsMap = {
2628
1004
  "name": "id"
2629
1005
  }
2630
1006
  ],
2631
- "path": "/governance/audiences/:id",
1007
+ "path": "/mail/audiences/:id",
2632
1008
  "readOnly": true
2633
1009
  },
2634
1010
  "list": {
2635
1011
  "method": "GET",
2636
- "path": "/governance/audiences",
1012
+ "path": "/mail/audiences",
2637
1013
  "readOnly": true
2638
1014
  },
2639
1015
  "update": {
@@ -2648,7 +1024,7 @@ export const bindings: BindingsMap = {
2648
1024
  "name": "name"
2649
1025
  }
2650
1026
  ],
2651
- "path": "/governance/audiences/:id",
1027
+ "path": "/mail/audiences/:id",
2652
1028
  "readOnly": false
2653
1029
  }
2654
1030
  },
@@ -2661,7 +1037,7 @@ export const bindings: BindingsMap = {
2661
1037
  "name": "id"
2662
1038
  }
2663
1039
  ],
2664
- "path": "/governance/broadcasts/:id/cancel",
1040
+ "path": "/mail/broadcasts/:id/cancel",
2665
1041
  "readOnly": false
2666
1042
  },
2667
1043
  "create": {
@@ -2704,7 +1080,7 @@ export const bindings: BindingsMap = {
2704
1080
  "name": "template"
2705
1081
  }
2706
1082
  ],
2707
- "path": "/governance/broadcasts",
1083
+ "path": "/mail/broadcasts",
2708
1084
  "readOnly": false
2709
1085
  },
2710
1086
  "delete": {
@@ -2715,7 +1091,7 @@ export const bindings: BindingsMap = {
2715
1091
  "name": "id"
2716
1092
  }
2717
1093
  ],
2718
- "path": "/governance/broadcasts/:id",
1094
+ "path": "/mail/broadcasts/:id",
2719
1095
  "readOnly": false
2720
1096
  },
2721
1097
  "get": {
@@ -2726,7 +1102,7 @@ export const bindings: BindingsMap = {
2726
1102
  "name": "id"
2727
1103
  }
2728
1104
  ],
2729
- "path": "/governance/broadcasts/:id",
1105
+ "path": "/mail/broadcasts/:id",
2730
1106
  "readOnly": true
2731
1107
  },
2732
1108
  "list": {
@@ -2741,7 +1117,7 @@ export const bindings: BindingsMap = {
2741
1117
  "name": "limit"
2742
1118
  }
2743
1119
  ],
2744
- "path": "/governance/broadcasts",
1120
+ "path": "/mail/broadcasts",
2745
1121
  "readOnly": true
2746
1122
  },
2747
1123
  "queue": {
@@ -2752,7 +1128,7 @@ export const bindings: BindingsMap = {
2752
1128
  "name": "id"
2753
1129
  }
2754
1130
  ],
2755
- "path": "/governance/broadcasts/:id/queue",
1131
+ "path": "/mail/broadcasts/:id/queue",
2756
1132
  "readOnly": false
2757
1133
  },
2758
1134
  "stats": {
@@ -2763,7 +1139,7 @@ export const bindings: BindingsMap = {
2763
1139
  "name": "id"
2764
1140
  }
2765
1141
  ],
2766
- "path": "/governance/broadcasts/:id/stats",
1142
+ "path": "/mail/broadcasts/:id/stats",
2767
1143
  "readOnly": true
2768
1144
  },
2769
1145
  "update": {
@@ -2810,7 +1186,7 @@ export const bindings: BindingsMap = {
2810
1186
  "name": "id"
2811
1187
  }
2812
1188
  ],
2813
- "path": "/governance/broadcasts/:id",
1189
+ "path": "/mail/broadcasts/:id",
2814
1190
  "readOnly": false
2815
1191
  }
2816
1192
  },
@@ -2839,7 +1215,7 @@ export const bindings: BindingsMap = {
2839
1215
  "name": "audienceId"
2840
1216
  }
2841
1217
  ],
2842
- "path": "/governance/audiences/:audienceId/contacts",
1218
+ "path": "/mail/audiences/:audienceId/contacts",
2843
1219
  "readOnly": false
2844
1220
  },
2845
1221
  "delete": {
@@ -2858,7 +1234,7 @@ export const bindings: BindingsMap = {
2858
1234
  "name": "audienceId"
2859
1235
  }
2860
1236
  ],
2861
- "path": "/governance/audiences/:audienceId/contacts/:id",
1237
+ "path": "/mail/audiences/:audienceId/contacts/:id",
2862
1238
  "readOnly": false
2863
1239
  },
2864
1240
  "get": {
@@ -2877,7 +1253,7 @@ export const bindings: BindingsMap = {
2877
1253
  "name": "audienceId"
2878
1254
  }
2879
1255
  ],
2880
- "path": "/governance/audiences/:audienceId/contacts/:id",
1256
+ "path": "/mail/audiences/:audienceId/contacts/:id",
2881
1257
  "readOnly": true
2882
1258
  },
2883
1259
  "list": {
@@ -2904,7 +1280,7 @@ export const bindings: BindingsMap = {
2904
1280
  "name": "audienceId"
2905
1281
  }
2906
1282
  ],
2907
- "path": "/governance/audiences/:audienceId/contacts",
1283
+ "path": "/mail/audiences/:audienceId/contacts",
2908
1284
  "readOnly": true
2909
1285
  },
2910
1286
  "update": {
@@ -2931,7 +1307,7 @@ export const bindings: BindingsMap = {
2931
1307
  "name": "audienceId"
2932
1308
  }
2933
1309
  ],
2934
- "path": "/governance/audiences/:audienceId/contacts/:id",
1310
+ "path": "/mail/audiences/:audienceId/contacts/:id",
2935
1311
  "readOnly": false
2936
1312
  }
2937
1313
  },
@@ -2948,7 +1324,7 @@ export const bindings: BindingsMap = {
2948
1324
  "name": "region"
2949
1325
  }
2950
1326
  ],
2951
- "path": "/governance/domains",
1327
+ "path": "/mail/domains",
2952
1328
  "readOnly": false
2953
1329
  },
2954
1330
  "delete": {
@@ -2959,7 +1335,7 @@ export const bindings: BindingsMap = {
2959
1335
  "name": "id"
2960
1336
  }
2961
1337
  ],
2962
- "path": "/governance/domains/:id",
1338
+ "path": "/mail/domains/:id",
2963
1339
  "readOnly": false
2964
1340
  },
2965
1341
  "get": {
@@ -2970,12 +1346,12 @@ export const bindings: BindingsMap = {
2970
1346
  "name": "id"
2971
1347
  }
2972
1348
  ],
2973
- "path": "/governance/domains/:id",
1349
+ "path": "/mail/domains/:id",
2974
1350
  "readOnly": true
2975
1351
  },
2976
1352
  "list": {
2977
1353
  "method": "GET",
2978
- "path": "/governance/domains",
1354
+ "path": "/mail/domains",
2979
1355
  "readOnly": true
2980
1356
  },
2981
1357
  "update": {
@@ -3002,7 +1378,7 @@ export const bindings: BindingsMap = {
3002
1378
  "name": "tls"
3003
1379
  }
3004
1380
  ],
3005
- "path": "/governance/domains/:id",
1381
+ "path": "/mail/domains/:id",
3006
1382
  "readOnly": false
3007
1383
  },
3008
1384
  "verify": {
@@ -3013,14 +1389,14 @@ export const bindings: BindingsMap = {
3013
1389
  "name": "id"
3014
1390
  }
3015
1391
  ],
3016
- "path": "/governance/domains/:id/verify",
1392
+ "path": "/mail/domains/:id/verify",
3017
1393
  "readOnly": false
3018
1394
  }
3019
1395
  },
3020
1396
  "domain-allowed": {
3021
1397
  "list": {
3022
1398
  "method": "GET",
3023
- "path": "/governance/domains/allowed",
1399
+ "path": "/mail/domains/allowed",
3024
1400
  "readOnly": true
3025
1401
  }
3026
1402
  },
@@ -3033,7 +1409,7 @@ export const bindings: BindingsMap = {
3033
1409
  "name": "id"
3034
1410
  }
3035
1411
  ],
3036
- "path": "/governance/emails/:id/cancel",
1412
+ "path": "/mail/emails/:id/cancel",
3037
1413
  "readOnly": false
3038
1414
  },
3039
1415
  "get": {
@@ -3044,7 +1420,7 @@ export const bindings: BindingsMap = {
3044
1420
  "name": "id"
3045
1421
  }
3046
1422
  ],
3047
- "path": "/governance/emails/:id",
1423
+ "path": "/mail/emails/:id",
3048
1424
  "readOnly": true
3049
1425
  },
3050
1426
  "send": {
@@ -3099,7 +1475,7 @@ export const bindings: BindingsMap = {
3099
1475
  "name": "scheduled_at"
3100
1476
  }
3101
1477
  ],
3102
- "path": "/governance/emails",
1478
+ "path": "/mail/emails",
3103
1479
  "readOnly": false
3104
1480
  },
3105
1481
  "update": {
@@ -3114,7 +1490,7 @@ export const bindings: BindingsMap = {
3114
1490
  "name": "id"
3115
1491
  }
3116
1492
  ],
3117
- "path": "/governance/emails/:id",
1493
+ "path": "/mail/emails/:id",
3118
1494
  "readOnly": false
3119
1495
  }
3120
1496
  },
@@ -3127,14 +1503,14 @@ export const bindings: BindingsMap = {
3127
1503
  "name": "emails"
3128
1504
  }
3129
1505
  ],
3130
- "path": "/governance/emails/batch",
1506
+ "path": "/mail/emails/batch",
3131
1507
  "readOnly": false
3132
1508
  }
3133
1509
  },
3134
1510
  "reputation": {
3135
1511
  "get": {
3136
1512
  "method": "GET",
3137
- "path": "/governance/reputation",
1513
+ "path": "/mail/reputation",
3138
1514
  "readOnly": true
3139
1515
  }
3140
1516
  },
@@ -3147,7 +1523,7 @@ export const bindings: BindingsMap = {
3147
1523
  "name": "period"
3148
1524
  }
3149
1525
  ],
3150
- "path": "/governance/stats",
1526
+ "path": "/mail/stats",
3151
1527
  "readOnly": true
3152
1528
  }
3153
1529
  },
@@ -3164,7 +1540,7 @@ export const bindings: BindingsMap = {
3164
1540
  "name": "note"
3165
1541
  }
3166
1542
  ],
3167
- "path": "/governance/suppressions",
1543
+ "path": "/mail/suppressions",
3168
1544
  "readOnly": false
3169
1545
  },
3170
1546
  "list": {
@@ -3187,7 +1563,7 @@ export const bindings: BindingsMap = {
3187
1563
  "name": "limit"
3188
1564
  }
3189
1565
  ],
3190
- "path": "/governance/suppressions",
1566
+ "path": "/mail/suppressions",
3191
1567
  "readOnly": true
3192
1568
  },
3193
1569
  "remove": {
@@ -3198,7 +1574,7 @@ export const bindings: BindingsMap = {
3198
1574
  "name": "address"
3199
1575
  }
3200
1576
  ],
3201
- "path": "/governance/suppressions/:address",
1577
+ "path": "/mail/suppressions/:address",
3202
1578
  "readOnly": false
3203
1579
  }
3204
1580
  },
@@ -3227,7 +1603,7 @@ export const bindings: BindingsMap = {
3227
1603
  "name": "variables"
3228
1604
  }
3229
1605
  ],
3230
- "path": "/governance/templates",
1606
+ "path": "/mail/templates",
3231
1607
  "readOnly": false
3232
1608
  },
3233
1609
  "delete": {
@@ -3238,7 +1614,7 @@ export const bindings: BindingsMap = {
3238
1614
  "name": "id"
3239
1615
  }
3240
1616
  ],
3241
- "path": "/governance/templates/:id",
1617
+ "path": "/mail/templates/:id",
3242
1618
  "readOnly": false
3243
1619
  },
3244
1620
  "get": {
@@ -3249,12 +1625,12 @@ export const bindings: BindingsMap = {
3249
1625
  "name": "id"
3250
1626
  }
3251
1627
  ],
3252
- "path": "/governance/templates/:id",
1628
+ "path": "/mail/templates/:id",
3253
1629
  "readOnly": true
3254
1630
  },
3255
1631
  "list": {
3256
1632
  "method": "GET",
3257
- "path": "/governance/templates",
1633
+ "path": "/mail/templates",
3258
1634
  "readOnly": true
3259
1635
  },
3260
1636
  "publish": {
@@ -3265,7 +1641,7 @@ export const bindings: BindingsMap = {
3265
1641
  "name": "id"
3266
1642
  }
3267
1643
  ],
3268
- "path": "/governance/templates/:id/publish",
1644
+ "path": "/mail/templates/:id/publish",
3269
1645
  "readOnly": false
3270
1646
  },
3271
1647
  "update": {
@@ -3296,14 +1672,14 @@ export const bindings: BindingsMap = {
3296
1672
  "name": "variables"
3297
1673
  }
3298
1674
  ],
3299
- "path": "/governance/templates/:id",
1675
+ "path": "/mail/templates/:id",
3300
1676
  "readOnly": false
3301
1677
  }
3302
1678
  },
3303
1679
  "usage": {
3304
1680
  "get": {
3305
1681
  "method": "GET",
3306
- "path": "/governance/usage",
1682
+ "path": "/mail/usage",
3307
1683
  "readOnly": true
3308
1684
  }
3309
1685
  },
@@ -3324,7 +1700,7 @@ export const bindings: BindingsMap = {
3324
1700
  "name": "description"
3325
1701
  }
3326
1702
  ],
3327
- "path": "/governance/webhooks",
1703
+ "path": "/mail/webhooks",
3328
1704
  "readOnly": false
3329
1705
  },
3330
1706
  "delete": {
@@ -3335,7 +1711,7 @@ export const bindings: BindingsMap = {
3335
1711
  "name": "id"
3336
1712
  }
3337
1713
  ],
3338
- "path": "/governance/webhooks/:id",
1714
+ "path": "/mail/webhooks/:id",
3339
1715
  "readOnly": false
3340
1716
  },
3341
1717
  "get": {
@@ -3346,12 +1722,12 @@ export const bindings: BindingsMap = {
3346
1722
  "name": "id"
3347
1723
  }
3348
1724
  ],
3349
- "path": "/governance/webhooks/:id",
1725
+ "path": "/mail/webhooks/:id",
3350
1726
  "readOnly": true
3351
1727
  },
3352
1728
  "list": {
3353
1729
  "method": "GET",
3354
- "path": "/governance/webhooks",
1730
+ "path": "/mail/webhooks",
3355
1731
  "readOnly": true
3356
1732
  },
3357
1733
  "update": {
@@ -3378,7 +1754,7 @@ export const bindings: BindingsMap = {
3378
1754
  "name": "enabled"
3379
1755
  }
3380
1756
  ],
3381
- "path": "/governance/webhooks/:id",
1757
+ "path": "/mail/webhooks/:id",
3382
1758
  "readOnly": false
3383
1759
  }
3384
1760
  },
@@ -3395,7 +1771,7 @@ export const bindings: BindingsMap = {
3395
1771
  "name": "limit"
3396
1772
  }
3397
1773
  ],
3398
- "path": "/governance/webhooks/:id/deliveries",
1774
+ "path": "/mail/webhooks/:id/deliveries",
3399
1775
  "readOnly": true
3400
1776
  }
3401
1777
  }
@@ -4176,110 +2552,6 @@ export const bindings: BindingsMap = {
4176
2552
  }
4177
2553
  }
4178
2554
  },
4179
- "playground": {
4180
- "analytics": {
4181
- "overview": {
4182
- "method": "POST",
4183
- "params": [
4184
- {
4185
- "in": "body",
4186
- "name": "limit"
4187
- }
4188
- ],
4189
- "path": "/governance/analytics/overview",
4190
- "readOnly": true
4191
- }
4192
- },
4193
- "billing": {
4194
- "entitlements": {
4195
- "method": "POST",
4196
- "path": "/governance/billing/entitlements",
4197
- "readOnly": true
4198
- },
4199
- "record-usage": {
4200
- "method": "POST",
4201
- "params": [
4202
- {
4203
- "in": "body",
4204
- "name": "value"
4205
- }
4206
- ],
4207
- "path": "/governance/billing/usage",
4208
- "readOnly": false
4209
- }
4210
- },
4211
- "clickup": {
4212
- "create-task": {
4213
- "method": "POST",
4214
- "params": [
4215
- {
4216
- "in": "body",
4217
- "name": "listId"
4218
- },
4219
- {
4220
- "in": "body",
4221
- "name": "name"
4222
- }
4223
- ],
4224
- "path": "/governance/clickup/tasks",
4225
- "readOnly": false
4226
- },
4227
- "get-last-webhook": {
4228
- "method": "GET",
4229
- "path": "/governance/clickup/webhooks/last",
4230
- "readOnly": true
4231
- },
4232
- "get-overview": {
4233
- "method": "GET",
4234
- "path": "/governance/clickup/overview",
4235
- "readOnly": true
4236
- }
4237
- },
4238
- "gdrive": {
4239
- "get-last-change": {
4240
- "method": "GET",
4241
- "path": "/governance/gdrive/changes/last",
4242
- "readOnly": true
4243
- },
4244
- "read-file": {
4245
- "method": "POST",
4246
- "params": [
4247
- {
4248
- "in": "body",
4249
- "name": "fileId"
4250
- }
4251
- ],
4252
- "path": "/governance/gdrive/file",
4253
- "readOnly": true
4254
- }
4255
- },
4256
- "googleads": {
4257
- "read-customer": {
4258
- "method": "POST",
4259
- "path": "/governance/googleads/customer",
4260
- "readOnly": true
4261
- }
4262
- },
4263
- "lifecycle": {
4264
- "get-state": {
4265
- "method": "GET",
4266
- "path": "/governance/lifecycle/state",
4267
- "readOnly": true
4268
- },
4269
- "list-events": {
4270
- "method": "GET",
4271
- "path": "/governance/lifecycle/events",
4272
- "readOnly": true
4273
- }
4274
- },
4275
- "webhook": {
4276
- "get-last": {
4277
- "method": "GET",
4278
- "path": "/governance/webhooks/last",
4279
- "readOnly": true
4280
- }
4281
- }
4282
- },
4283
2555
  "tracking": {
4284
2556
  "api-keys": {
4285
2557
  "create": {
@@ -4875,7 +3147,7 @@ export const bindings: BindingsMap = {
4875
3147
  "config": {
4876
3148
  "get": {
4877
3149
  "method": "GET",
4878
- "path": "/governance/config",
3150
+ "path": "/waitlist/config",
4879
3151
  "readOnly": true
4880
3152
  },
4881
3153
  "upsert": {
@@ -4918,14 +3190,14 @@ export const bindings: BindingsMap = {
4918
3190
  "name": "siteBaseUrl"
4919
3191
  }
4920
3192
  ],
4921
- "path": "/governance/config",
3193
+ "path": "/waitlist/config",
4922
3194
  "readOnly": false
4923
3195
  }
4924
3196
  },
4925
3197
  "embed": {
4926
3198
  "get": {
4927
3199
  "method": "GET",
4928
- "path": "/governance/embed",
3200
+ "path": "/waitlist/embed",
4929
3201
  "readOnly": true
4930
3202
  }
4931
3203
  },
@@ -4946,7 +3218,7 @@ export const bindings: BindingsMap = {
4946
3218
  "name": "force"
4947
3219
  }
4948
3220
  ],
4949
- "path": "/governance/invites/send",
3221
+ "path": "/waitlist/invites/send",
4950
3222
  "readOnly": false
4951
3223
  }
4952
3224
  },
@@ -4959,7 +3231,7 @@ export const bindings: BindingsMap = {
4959
3231
  "name": "email"
4960
3232
  }
4961
3233
  ],
4962
- "path": "/governance/erasure",
3234
+ "path": "/waitlist/erasure",
4963
3235
  "readOnly": false
4964
3236
  },
4965
3237
  "funnel": {
@@ -4970,7 +3242,7 @@ export const bindings: BindingsMap = {
4970
3242
  "name": "period"
4971
3243
  }
4972
3244
  ],
4973
- "path": "/governance/signups/stats",
3245
+ "path": "/waitlist/signups/stats",
4974
3246
  "readOnly": true
4975
3247
  },
4976
3248
  "list": {
@@ -5001,7 +3273,7 @@ export const bindings: BindingsMap = {
5001
3273
  "name": "q"
5002
3274
  }
5003
3275
  ],
5004
- "path": "/governance/signups",
3276
+ "path": "/waitlist/signups",
5005
3277
  "readOnly": true
5006
3278
  }
5007
3279
  }