@lessly/sdk-app 46.0.0 → 47.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/dist/analytics/index.d.cts +1 -1
  2. package/dist/analytics/index.d.ts +1 -1
  3. package/dist/brain/index.cjs +5 -0
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +6 -2
  6. package/dist/brain/index.d.ts +6 -2
  7. package/dist/brain/index.js +5 -1
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-BFHxhTU7.d.cts → client.gen-BsjxuDLy.d.cts} +403 -4706
  10. package/dist/{client.gen-BFHxhTU7.d.ts → client.gen-BsjxuDLy.d.ts} +403 -4706
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/deployment/index.d.cts +1 -1
  14. package/dist/deployment/index.d.ts +1 -1
  15. package/dist/index.cjs +140 -756
  16. package/dist/index.cjs.map +1 -1
  17. package/dist/index.d.cts +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +140 -756
  20. package/dist/index.js.map +1 -1
  21. package/dist/mail/index.d.cts +2 -2
  22. package/dist/mail/index.d.ts +2 -2
  23. package/dist/observe/index.d.cts +1 -1
  24. package/dist/observe/index.d.ts +1 -1
  25. package/dist/organization/index.d.cts +1 -1
  26. package/dist/organization/index.d.ts +1 -1
  27. package/dist/realtime/index.d.cts +1 -1
  28. package/dist/realtime/index.d.ts +1 -1
  29. package/dist/support/index.d.cts +1 -1
  30. package/dist/support/index.d.ts +1 -1
  31. package/dist/tracking/index.d.cts +1 -1
  32. package/dist/tracking/index.d.ts +1 -1
  33. package/dist/users/index.d.cts +1 -1
  34. package/dist/users/index.d.ts +1 -1
  35. package/dist/waitlist/index.d.cts +1 -1
  36. package/dist/waitlist/index.d.ts +1 -1
  37. package/docs/README.md +1 -1
  38. package/docs/recipes/federation.md +158 -10
  39. package/docs/rules.md +150 -4
  40. package/package.json +2 -12
  41. package/src/gen/bindings.gen.ts +140 -756
  42. package/src/gen/brain/index.ts +1 -1
  43. package/src/gen/brain/queryOptions.gen.ts +7 -0
  44. package/src/gen/client.gen.ts +5 -165
  45. package/src/gen/manifest.gen.ts +1 -1
  46. package/src/gen/types.gen.ts +230 -4319
  47. package/dist/content/index.cjs +0 -161
  48. package/dist/content/index.cjs.map +0 -1
  49. package/dist/content/index.d.cts +0 -128
  50. package/dist/content/index.d.ts +0 -128
  51. package/dist/content/index.js +0 -129
  52. package/dist/content/index.js.map +0 -1
  53. package/dist/playground/index.cjs +0 -66
  54. package/dist/playground/index.cjs.map +0 -1
  55. package/dist/playground/index.d.cts +0 -52
  56. package/dist/playground/index.d.ts +0 -52
  57. package/dist/playground/index.js +0 -53
  58. package/dist/playground/index.js.map +0 -1
  59. package/src/gen/content/index.ts +0 -3
  60. package/src/gen/content/queryOptions.gen.ts +0 -202
  61. package/src/gen/playground/index.ts +0 -3
  62. package/src/gen/playground/queryOptions.gen.ts +0 -86
@@ -683,6 +683,19 @@ export const bindings: BindingsMap = {
683
683
  "path": "/brain/restores/:restoreId",
684
684
  "readOnly": true
685
685
  }
686
+ },
687
+ "usage": {
688
+ "report": {
689
+ "method": "GET",
690
+ "params": [
691
+ {
692
+ "in": "query",
693
+ "name": "days"
694
+ }
695
+ ],
696
+ "path": "/brain/usage/report",
697
+ "readOnly": true
698
+ }
686
699
  }
687
700
  },
688
701
  "consent": {
@@ -713,655 +726,74 @@ export const bindings: BindingsMap = {
713
726
  },
714
727
  {
715
728
  "in": "body",
716
- "name": "position"
717
- },
718
- {
719
- "in": "body",
720
- "name": "logoAlign"
721
- },
722
- {
723
- "in": "body",
724
- "name": "contentAlign"
725
- }
726
- ],
727
- "path": "/consent/config/customization",
728
- "readOnly": false
729
- }
730
- },
731
- "config-floating-icon": {
732
- "upsert": {
733
- "method": "PATCH",
734
- "params": [
735
- {
736
- "in": "body",
737
- "name": "floatingIcon"
738
- }
739
- ],
740
- "path": "/consent/config",
741
- "readOnly": false
742
- }
743
- },
744
- "config-theme": {
745
- "upsert": {
746
- "method": "PATCH",
747
- "params": [
748
- {
749
- "in": "body",
750
- "name": "brandColor"
751
- },
752
- {
753
- "in": "body",
754
- "name": "surface"
755
- },
756
- {
757
- "in": "body",
758
- "name": "corners"
759
- },
760
- {
761
- "in": "body",
762
- "name": "font"
763
- },
764
- {
765
- "in": "body",
766
- "name": "overrides"
767
- }
768
- ],
769
- "path": "/consent/config/theme",
770
- "readOnly": false
771
- }
772
- },
773
- "dashboard-config": {
774
- "get": {
775
- "method": "GET",
776
- "path": "/consent/consent/dashboard/config",
777
- "readOnly": true
778
- }
779
- },
780
- "dashboard-decisions": {
781
- "list": {
782
- "method": "GET",
783
- "params": [
784
- {
785
- "in": "query",
786
- "name": "limit"
787
- },
788
- {
789
- "in": "query",
790
- "name": "offset"
791
- }
792
- ],
793
- "path": "/consent/consent/dashboard/decisions",
794
- "readOnly": true
795
- }
796
- },
797
- "dashboard-embed-snippet": {
798
- "get": {
799
- "method": "GET",
800
- "path": "/consent/consent/dashboard/embed-snippet",
801
- "readOnly": true
802
- }
803
- },
804
- "dashboard-stats": {
805
- "get": {
806
- "method": "GET",
807
- "path": "/consent/consent/dashboard/stats",
808
- "readOnly": true
809
- }
810
- },
811
- "embed": {
812
- "get": {
813
- "method": "GET",
814
- "path": "/consent/embed",
815
- "readOnly": true
816
- }
817
- },
818
- "providers": {
819
- "create": {
820
- "method": "POST",
821
- "params": [
822
- {
823
- "in": "body",
824
- "name": "name"
825
- },
826
- {
827
- "in": "body",
828
- "name": "category"
829
- },
830
- {
831
- "in": "body",
832
- "name": "hosts"
833
- },
834
- {
835
- "in": "body",
836
- "name": "privacyUrl"
837
- },
838
- {
839
- "in": "body",
840
- "name": "description"
841
- },
842
- {
843
- "in": "body",
844
- "name": "orderIndex"
845
- },
846
- {
847
- "in": "body",
848
- "name": "cookies"
849
- },
850
- {
851
- "in": "body",
852
- "name": "catalogKey"
853
- }
854
- ],
855
- "path": "/consent/consent/providers",
856
- "readOnly": false
857
- },
858
- "delete": {
859
- "method": "DELETE",
860
- "params": [
861
- {
862
- "in": "path",
863
- "name": "id"
864
- }
865
- ],
866
- "path": "/consent/consent/providers/:id",
867
- "readOnly": false
868
- },
869
- "list": {
870
- "method": "GET",
871
- "path": "/consent/consent/providers",
872
- "readOnly": true
873
- },
874
- "update": {
875
- "method": "PATCH",
876
- "params": [
877
- {
878
- "in": "path",
879
- "name": "id"
880
- },
881
- {
882
- "in": "body",
883
- "name": "name"
884
- },
885
- {
886
- "in": "body",
887
- "name": "category"
888
- },
889
- {
890
- "in": "body",
891
- "name": "hosts"
892
- },
893
- {
894
- "in": "body",
895
- "name": "privacyUrl"
896
- },
897
- {
898
- "in": "body",
899
- "name": "description"
900
- },
901
- {
902
- "in": "body",
903
- "name": "orderIndex"
904
- },
905
- {
906
- "in": "body",
907
- "name": "cookies"
908
- }
909
- ],
910
- "path": "/consent/consent/providers/:id",
911
- "readOnly": false
912
- }
913
- },
914
- "records": {
915
- "export": {
916
- "method": "POST",
917
- "params": [
918
- {
919
- "in": "body",
920
- "name": "from"
921
- },
922
- {
923
- "in": "body",
924
- "name": "to"
925
- },
926
- {
927
- "in": "body",
928
- "name": "limit"
929
- },
930
- {
931
- "in": "body",
932
- "name": "record_id"
933
- }
934
- ],
935
- "path": "/consent/consent/dashboard/export",
936
- "readOnly": true
937
- }
938
- },
939
- "stats": {
940
- "get": {
941
- "method": "GET",
942
- "params": [
943
- {
944
- "in": "query",
945
- "name": "range"
946
- }
947
- ],
948
- "path": "/consent/consent/stats",
949
- "readOnly": true
950
- }
951
- }
952
- },
953
- "content": {
954
- "channels": {
955
- "bind": {
956
- "method": "POST",
957
- "params": [
958
- {
959
- "in": "path",
960
- "name": "id"
961
- },
962
- {
963
- "in": "body",
964
- "name": "connectorId"
965
- },
966
- {
967
- "in": "body",
968
- "name": "deliveryMode"
969
- }
970
- ],
971
- "path": "/content/channels/:id/bind",
972
- "readOnly": false
973
- },
974
- "get": {
975
- "method": "GET",
976
- "params": [
977
- {
978
- "in": "path",
979
- "name": "id"
980
- }
981
- ],
982
- "path": "/content/channels/:id",
983
- "readOnly": true
984
- },
985
- "list": {
986
- "method": "GET",
987
- "params": [
988
- {
989
- "in": "query",
990
- "name": "network"
991
- },
992
- {
993
- "in": "query",
994
- "name": "limit"
995
- },
996
- {
997
- "in": "query",
998
- "name": "offset"
999
- }
1000
- ],
1001
- "path": "/content/channels",
1002
- "readOnly": true
1003
- },
1004
- "resume": {
1005
- "method": "POST",
1006
- "params": [
1007
- {
1008
- "in": "path",
1009
- "name": "id"
1010
- }
1011
- ],
1012
- "path": "/content/channels/:id/resume",
1013
- "readOnly": false
1014
- },
1015
- "unbind": {
1016
- "method": "POST",
1017
- "params": [
1018
- {
1019
- "in": "path",
1020
- "name": "id"
1021
- }
1022
- ],
1023
- "path": "/content/channels/:id/unbind",
1024
- "readOnly": false
1025
- },
1026
- "update": {
1027
- "method": "PATCH",
1028
- "params": [
1029
- {
1030
- "in": "path",
1031
- "name": "id"
1032
- },
1033
- {
1034
- "in": "body",
1035
- "name": "displayName"
1036
- },
1037
- {
1038
- "in": "body",
1039
- "name": "deliveryMode"
1040
- },
1041
- {
1042
- "in": "body",
1043
- "name": "capabilities"
1044
- }
1045
- ],
1046
- "path": "/content/channels/:id",
1047
- "readOnly": false
1048
- }
1049
- },
1050
- "media": {
1051
- "finalize": {
1052
- "method": "POST",
1053
- "params": [
1054
- {
1055
- "in": "path",
1056
- "name": "id"
1057
- }
1058
- ],
1059
- "path": "/content/media/:id/finalize",
1060
- "readOnly": false
1061
- },
1062
- "get": {
1063
- "method": "GET",
1064
- "params": [
1065
- {
1066
- "in": "path",
1067
- "name": "id"
1068
- }
1069
- ],
1070
- "path": "/content/media/:id",
1071
- "readOnly": true
1072
- },
1073
- "list": {
1074
- "method": "GET",
1075
- "params": [
1076
- {
1077
- "in": "query",
1078
- "name": "status"
1079
- },
1080
- {
1081
- "in": "query",
1082
- "name": "limit"
1083
- },
1084
- {
1085
- "in": "query",
1086
- "name": "offset"
1087
- }
1088
- ],
1089
- "path": "/content/media",
1090
- "readOnly": true
1091
- },
1092
- "upload": {
1093
- "method": "POST",
1094
- "params": [
1095
- {
1096
- "in": "body",
1097
- "name": "sourceUrl"
1098
- },
1099
- {
1100
- "in": "body",
1101
- "name": "filename"
1102
- }
1103
- ],
1104
- "path": "/content/media",
1105
- "readOnly": false
1106
- }
1107
- },
1108
- "media-create-upload": {
1109
- "url": {
1110
- "method": "POST",
1111
- "params": [
1112
- {
1113
- "in": "body",
1114
- "name": "contentType"
1115
- },
1116
- {
1117
- "in": "body",
1118
- "name": "filename"
1119
- }
1120
- ],
1121
- "path": "/content/media/upload-url",
1122
- "readOnly": false
1123
- }
1124
- },
1125
- "metrics-channel": {
1126
- "series": {
1127
- "method": "GET",
1128
- "params": [
1129
- {
1130
- "in": "path",
1131
- "name": "id"
1132
- },
1133
- {
1134
- "in": "query",
1135
- "name": "from"
1136
- },
1137
- {
1138
- "in": "query",
1139
- "name": "to"
1140
- },
1141
- {
1142
- "in": "query",
1143
- "name": "limit"
1144
- }
1145
- ],
1146
- "path": "/content/metrics/channels/:id",
1147
- "readOnly": true
1148
- }
1149
- },
1150
- "metrics-post": {
1151
- "series": {
1152
- "method": "GET",
1153
- "params": [
1154
- {
1155
- "in": "path",
1156
- "name": "id"
1157
- },
1158
- {
1159
- "in": "query",
1160
- "name": "from"
1161
- },
1162
- {
1163
- "in": "query",
1164
- "name": "to"
1165
- },
1166
- {
1167
- "in": "query",
1168
- "name": "limit"
1169
- }
1170
- ],
1171
- "path": "/content/metrics/posts/:id",
1172
- "readOnly": true
1173
- }
1174
- },
1175
- "posts": {
1176
- "approve": {
1177
- "method": "POST",
1178
- "params": [
1179
- {
1180
- "in": "path",
1181
- "name": "id"
1182
- }
1183
- ],
1184
- "path": "/content/posts/:id/approve",
1185
- "readOnly": false
1186
- },
1187
- "create": {
1188
- "method": "POST",
1189
- "params": [
1190
- {
1191
- "in": "body",
1192
- "name": "text"
1193
- },
1194
- {
1195
- "in": "body",
1196
- "name": "media"
1197
- }
1198
- ],
1199
- "path": "/content/posts",
1200
- "readOnly": false
1201
- },
1202
- "get": {
1203
- "method": "GET",
1204
- "params": [
1205
- {
1206
- "in": "path",
1207
- "name": "id"
1208
- }
1209
- ],
1210
- "path": "/content/posts/:id",
1211
- "readOnly": true
1212
- },
1213
- "list": {
1214
- "method": "GET",
1215
- "params": [
1216
- {
1217
- "in": "query",
1218
- "name": "status"
1219
- },
1220
- {
1221
- "in": "query",
1222
- "name": "limit"
1223
- },
1224
- {
1225
- "in": "query",
1226
- "name": "offset"
1227
- }
1228
- ],
1229
- "path": "/content/posts",
1230
- "readOnly": true
1231
- },
1232
- "submit": {
1233
- "method": "POST",
1234
- "params": [
1235
- {
1236
- "in": "path",
1237
- "name": "id"
1238
- }
1239
- ],
1240
- "path": "/content/posts/:id/submit",
1241
- "readOnly": false
1242
- },
1243
- "update": {
1244
- "method": "PATCH",
1245
- "params": [
1246
- {
1247
- "in": "path",
1248
- "name": "id"
1249
- },
1250
- {
1251
- "in": "body",
1252
- "name": "text"
1253
- },
1254
- {
1255
- "in": "body",
1256
- "name": "media"
1257
- }
1258
- ],
1259
- "path": "/content/posts/:id",
1260
- "readOnly": false
1261
- },
1262
- "versions": {
1263
- "method": "GET",
1264
- "params": [
1265
- {
1266
- "in": "path",
1267
- "name": "id"
1268
- }
1269
- ],
1270
- "path": "/content/posts/:id/versions",
1271
- "readOnly": true
1272
- }
1273
- },
1274
- "posts-attach": {
1275
- "media": {
1276
- "method": "POST",
1277
- "params": [
729
+ "name": "position"
730
+ },
1278
731
  {
1279
- "in": "path",
1280
- "name": "id"
732
+ "in": "body",
733
+ "name": "logoAlign"
1281
734
  },
1282
735
  {
1283
736
  "in": "body",
1284
- "name": "mediaIds"
737
+ "name": "contentAlign"
1285
738
  }
1286
739
  ],
1287
- "path": "/content/posts/:id/media/attach",
740
+ "path": "/consent/config/customization",
1288
741
  "readOnly": false
1289
742
  }
1290
743
  },
1291
- "posts-detach": {
1292
- "media": {
1293
- "method": "POST",
744
+ "config-floating-icon": {
745
+ "upsert": {
746
+ "method": "PATCH",
1294
747
  "params": [
1295
- {
1296
- "in": "path",
1297
- "name": "id"
1298
- },
1299
748
  {
1300
749
  "in": "body",
1301
- "name": "mediaIds"
750
+ "name": "floatingIcon"
1302
751
  }
1303
752
  ],
1304
- "path": "/content/posts/:id/media/detach",
753
+ "path": "/consent/config",
1305
754
  "readOnly": false
1306
755
  }
1307
756
  },
1308
- "publications": {
1309
- "cancel": {
1310
- "method": "POST",
757
+ "config-theme": {
758
+ "upsert": {
759
+ "method": "PATCH",
1311
760
  "params": [
1312
761
  {
1313
- "in": "path",
1314
- "name": "id"
1315
- }
1316
- ],
1317
- "path": "/content/publications/:id/cancel",
1318
- "readOnly": false
1319
- },
1320
- "confirm": {
1321
- "method": "POST",
1322
- "params": [
762
+ "in": "body",
763
+ "name": "brandColor"
764
+ },
1323
765
  {
1324
- "in": "path",
1325
- "name": "id"
766
+ "in": "body",
767
+ "name": "surface"
768
+ },
769
+ {
770
+ "in": "body",
771
+ "name": "corners"
1326
772
  },
1327
773
  {
1328
774
  "in": "body",
1329
- "name": "externalUrl"
775
+ "name": "font"
1330
776
  },
1331
777
  {
1332
778
  "in": "body",
1333
- "name": "externalId"
779
+ "name": "overrides"
1334
780
  }
1335
781
  ],
1336
- "path": "/content/publications/:id/confirm",
782
+ "path": "/consent/config/theme",
1337
783
  "readOnly": false
1338
- },
784
+ }
785
+ },
786
+ "dashboard-config": {
1339
787
  "get": {
1340
788
  "method": "GET",
1341
- "params": [
1342
- {
1343
- "in": "path",
1344
- "name": "id"
1345
- }
1346
- ],
1347
- "path": "/content/publications/:id",
789
+ "path": "/consent/consent/dashboard/config",
1348
790
  "readOnly": true
1349
- },
791
+ }
792
+ },
793
+ "dashboard-decisions": {
1350
794
  "list": {
1351
795
  "method": "GET",
1352
796
  "params": [
1353
- {
1354
- "in": "query",
1355
- "name": "state"
1356
- },
1357
- {
1358
- "in": "query",
1359
- "name": "postId"
1360
- },
1361
- {
1362
- "in": "query",
1363
- "name": "channelId"
1364
- },
1365
797
  {
1366
798
  "in": "query",
1367
799
  "name": "limit"
@@ -1371,45 +803,89 @@ export const bindings: BindingsMap = {
1371
803
  "name": "offset"
1372
804
  }
1373
805
  ],
1374
- "path": "/content/publications",
806
+ "path": "/consent/consent/dashboard/decisions",
1375
807
  "readOnly": true
1376
- },
1377
- "publish": {
808
+ }
809
+ },
810
+ "dashboard-embed-snippet": {
811
+ "get": {
812
+ "method": "GET",
813
+ "path": "/consent/consent/dashboard/embed-snippet",
814
+ "readOnly": true
815
+ }
816
+ },
817
+ "dashboard-stats": {
818
+ "get": {
819
+ "method": "GET",
820
+ "path": "/consent/consent/dashboard/stats",
821
+ "readOnly": true
822
+ }
823
+ },
824
+ "embed": {
825
+ "get": {
826
+ "method": "GET",
827
+ "path": "/consent/embed",
828
+ "readOnly": true
829
+ }
830
+ },
831
+ "providers": {
832
+ "create": {
1378
833
  "method": "POST",
1379
834
  "params": [
1380
835
  {
1381
836
  "in": "body",
1382
- "name": "postId"
837
+ "name": "name"
1383
838
  },
1384
839
  {
1385
840
  "in": "body",
1386
- "name": "channelId"
841
+ "name": "category"
1387
842
  },
1388
843
  {
1389
844
  "in": "body",
1390
- "name": "text"
845
+ "name": "hosts"
846
+ },
847
+ {
848
+ "in": "body",
849
+ "name": "privacyUrl"
850
+ },
851
+ {
852
+ "in": "body",
853
+ "name": "description"
854
+ },
855
+ {
856
+ "in": "body",
857
+ "name": "orderIndex"
858
+ },
859
+ {
860
+ "in": "body",
861
+ "name": "cookies"
1391
862
  },
1392
863
  {
1393
864
  "in": "body",
1394
- "name": "idempotencyKey"
865
+ "name": "catalogKey"
1395
866
  }
1396
867
  ],
1397
- "path": "/content/publications/publish",
868
+ "path": "/consent/consent/providers",
1398
869
  "readOnly": false
1399
870
  },
1400
- "remind": {
1401
- "method": "POST",
871
+ "delete": {
872
+ "method": "DELETE",
1402
873
  "params": [
1403
874
  {
1404
875
  "in": "path",
1405
876
  "name": "id"
1406
877
  }
1407
878
  ],
1408
- "path": "/content/publications/:id/remind",
879
+ "path": "/consent/consent/providers/:id",
1409
880
  "readOnly": false
1410
881
  },
1411
- "reschedule": {
1412
- "method": "POST",
882
+ "list": {
883
+ "method": "GET",
884
+ "path": "/consent/consent/providers",
885
+ "readOnly": true
886
+ },
887
+ "update": {
888
+ "method": "PATCH",
1413
889
  "params": [
1414
890
  {
1415
891
  "in": "path",
@@ -1417,56 +893,72 @@ export const bindings: BindingsMap = {
1417
893
  },
1418
894
  {
1419
895
  "in": "body",
1420
- "name": "scheduledAt"
1421
- }
1422
- ],
1423
- "path": "/content/publications/:id/reschedule",
1424
- "readOnly": false
1425
- },
1426
- "schedule": {
1427
- "method": "POST",
1428
- "params": [
896
+ "name": "name"
897
+ },
1429
898
  {
1430
899
  "in": "body",
1431
- "name": "postId"
900
+ "name": "category"
1432
901
  },
1433
902
  {
1434
903
  "in": "body",
1435
- "name": "channelId"
904
+ "name": "hosts"
1436
905
  },
1437
906
  {
1438
907
  "in": "body",
1439
- "name": "scheduledAt"
908
+ "name": "privacyUrl"
1440
909
  },
1441
910
  {
1442
911
  "in": "body",
1443
- "name": "text"
912
+ "name": "description"
913
+ },
914
+ {
915
+ "in": "body",
916
+ "name": "orderIndex"
1444
917
  },
1445
918
  {
1446
919
  "in": "body",
1447
- "name": "idempotencyKey"
920
+ "name": "cookies"
1448
921
  }
1449
922
  ],
1450
- "path": "/content/publications",
923
+ "path": "/consent/consent/providers/:id",
1451
924
  "readOnly": false
1452
- },
1453
- "validate": {
925
+ }
926
+ },
927
+ "records": {
928
+ "export": {
1454
929
  "method": "POST",
1455
930
  "params": [
1456
931
  {
1457
932
  "in": "body",
1458
- "name": "postId"
933
+ "name": "from"
1459
934
  },
1460
935
  {
1461
936
  "in": "body",
1462
- "name": "channels"
937
+ "name": "to"
938
+ },
939
+ {
940
+ "in": "body",
941
+ "name": "limit"
1463
942
  },
1464
943
  {
1465
944
  "in": "body",
1466
- "name": "scheduledAt"
945
+ "name": "record_id"
946
+ }
947
+ ],
948
+ "path": "/consent/consent/dashboard/export",
949
+ "readOnly": true
950
+ }
951
+ },
952
+ "stats": {
953
+ "get": {
954
+ "method": "GET",
955
+ "params": [
956
+ {
957
+ "in": "query",
958
+ "name": "range"
1467
959
  }
1468
960
  ],
1469
- "path": "/content/publications/validate",
961
+ "path": "/consent/consent/stats",
1470
962
  "readOnly": true
1471
963
  }
1472
964
  }
@@ -2806,10 +2298,6 @@ export const bindings: BindingsMap = {
2806
2298
  "in": "body",
2807
2299
  "name": "tracing"
2808
2300
  },
2809
- {
2810
- "in": "body",
2811
- "name": "autoDeploy"
2812
- },
2813
2301
  {
2814
2302
  "in": "path",
2815
2303
  "name": "id"
@@ -5661,110 +5149,6 @@ export const bindings: BindingsMap = {
5661
5149
  }
5662
5150
  }
5663
5151
  },
5664
- "playground": {
5665
- "analytics": {
5666
- "overview": {
5667
- "method": "POST",
5668
- "params": [
5669
- {
5670
- "in": "body",
5671
- "name": "limit"
5672
- }
5673
- ],
5674
- "path": "/playground/analytics/overview",
5675
- "readOnly": true
5676
- }
5677
- },
5678
- "billing": {
5679
- "entitlements": {
5680
- "method": "POST",
5681
- "path": "/playground/billing/entitlements",
5682
- "readOnly": true
5683
- },
5684
- "record-usage": {
5685
- "method": "POST",
5686
- "params": [
5687
- {
5688
- "in": "body",
5689
- "name": "value"
5690
- }
5691
- ],
5692
- "path": "/playground/billing/usage",
5693
- "readOnly": false
5694
- }
5695
- },
5696
- "clickup": {
5697
- "create-task": {
5698
- "method": "POST",
5699
- "params": [
5700
- {
5701
- "in": "body",
5702
- "name": "listId"
5703
- },
5704
- {
5705
- "in": "body",
5706
- "name": "name"
5707
- }
5708
- ],
5709
- "path": "/playground/clickup/tasks",
5710
- "readOnly": false
5711
- },
5712
- "get-last-webhook": {
5713
- "method": "GET",
5714
- "path": "/playground/clickup/webhooks/last",
5715
- "readOnly": true
5716
- },
5717
- "get-overview": {
5718
- "method": "GET",
5719
- "path": "/playground/clickup/overview",
5720
- "readOnly": true
5721
- }
5722
- },
5723
- "gdrive": {
5724
- "get-last-change": {
5725
- "method": "GET",
5726
- "path": "/playground/gdrive/changes/last",
5727
- "readOnly": true
5728
- },
5729
- "read-file": {
5730
- "method": "POST",
5731
- "params": [
5732
- {
5733
- "in": "body",
5734
- "name": "fileId"
5735
- }
5736
- ],
5737
- "path": "/playground/gdrive/file",
5738
- "readOnly": true
5739
- }
5740
- },
5741
- "googleads": {
5742
- "read-customer": {
5743
- "method": "POST",
5744
- "path": "/playground/googleads/customer",
5745
- "readOnly": true
5746
- }
5747
- },
5748
- "lifecycle": {
5749
- "get-state": {
5750
- "method": "GET",
5751
- "path": "/playground/lifecycle/state",
5752
- "readOnly": true
5753
- },
5754
- "list-events": {
5755
- "method": "GET",
5756
- "path": "/playground/lifecycle/events",
5757
- "readOnly": true
5758
- }
5759
- },
5760
- "webhook": {
5761
- "get-last": {
5762
- "method": "GET",
5763
- "path": "/playground/webhooks/last",
5764
- "readOnly": true
5765
- }
5766
- }
5767
- },
5768
5152
  "realtime": {
5769
5153
  "archive": {
5770
5154
  "export": {