@lessly/sdk-app 47.0.1 → 47.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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 +0 -5
  4. package/dist/brain/index.cjs.map +1 -1
  5. package/dist/brain/index.d.cts +2 -6
  6. package/dist/brain/index.d.ts +2 -6
  7. package/dist/brain/index.js +1 -5
  8. package/dist/brain/index.js.map +1 -1
  9. package/dist/{client.gen-BsjxuDLy.d.cts → client.gen-BsvWS7J-.d.cts} +4702 -391
  10. package/dist/{client.gen-BsjxuDLy.d.ts → client.gen-BsvWS7J-.d.ts} +4702 -391
  11. package/dist/consent/index.d.cts +1 -1
  12. package/dist/consent/index.d.ts +1 -1
  13. package/dist/content/index.cjs +161 -0
  14. package/dist/content/index.cjs.map +1 -0
  15. package/dist/content/index.d.cts +128 -0
  16. package/dist/content/index.d.ts +128 -0
  17. package/dist/content/index.js +129 -0
  18. package/dist/content/index.js.map +1 -0
  19. package/dist/deployment/index.d.cts +1 -1
  20. package/dist/deployment/index.d.ts +1 -1
  21. package/dist/index.cjs +759 -135
  22. package/dist/index.cjs.map +1 -1
  23. package/dist/index.d.cts +1 -1
  24. package/dist/index.d.ts +1 -1
  25. package/dist/index.js +759 -135
  26. package/dist/index.js.map +1 -1
  27. package/dist/mail/index.d.cts +2 -2
  28. package/dist/mail/index.d.ts +2 -2
  29. package/dist/observe/index.d.cts +1 -1
  30. package/dist/observe/index.d.ts +1 -1
  31. package/dist/organization/index.d.cts +1 -1
  32. package/dist/organization/index.d.ts +1 -1
  33. package/dist/playground/index.cjs +66 -0
  34. package/dist/playground/index.cjs.map +1 -0
  35. package/dist/playground/index.d.cts +52 -0
  36. package/dist/playground/index.d.ts +52 -0
  37. package/dist/playground/index.js +53 -0
  38. package/dist/playground/index.js.map +1 -0
  39. package/dist/realtime/index.d.cts +1 -1
  40. package/dist/realtime/index.d.ts +1 -1
  41. package/dist/support/index.d.cts +1 -1
  42. package/dist/support/index.d.ts +1 -1
  43. package/dist/tracking/index.d.cts +1 -1
  44. package/dist/tracking/index.d.ts +1 -1
  45. package/dist/users/index.d.cts +1 -1
  46. package/dist/users/index.d.ts +1 -1
  47. package/dist/waitlist/index.d.cts +1 -1
  48. package/dist/waitlist/index.d.ts +1 -1
  49. package/docs/README.md +1 -1
  50. package/docs/recipes/federation.md +1 -1
  51. package/docs/rules.md +4 -4
  52. package/package.json +12 -2
  53. package/src/gen/bindings.gen.ts +759 -135
  54. package/src/gen/brain/index.ts +1 -1
  55. package/src/gen/brain/queryOptions.gen.ts +0 -7
  56. package/src/gen/client.gen.ts +165 -5
  57. package/src/gen/content/index.ts +3 -0
  58. package/src/gen/content/queryOptions.gen.ts +202 -0
  59. package/src/gen/manifest.gen.ts +1 -1
  60. package/src/gen/playground/index.ts +3 -0
  61. package/src/gen/playground/queryOptions.gen.ts +86 -0
  62. package/src/gen/types.gen.ts +4318 -221
@@ -683,19 +683,6 @@ 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
- }
699
686
  }
700
687
  },
701
688
  "consent": {
@@ -734,158 +721,703 @@ export const bindings: BindingsMap = {
734
721
  },
735
722
  {
736
723
  "in": "body",
737
- "name": "contentAlign"
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": [
1278
+ {
1279
+ "in": "path",
1280
+ "name": "id"
1281
+ },
1282
+ {
1283
+ "in": "body",
1284
+ "name": "mediaIds"
738
1285
  }
739
1286
  ],
740
- "path": "/consent/config/customization",
1287
+ "path": "/content/posts/:id/media/attach",
741
1288
  "readOnly": false
742
1289
  }
743
1290
  },
744
- "config-floating-icon": {
745
- "upsert": {
746
- "method": "PATCH",
1291
+ "posts-detach": {
1292
+ "media": {
1293
+ "method": "POST",
747
1294
  "params": [
1295
+ {
1296
+ "in": "path",
1297
+ "name": "id"
1298
+ },
748
1299
  {
749
1300
  "in": "body",
750
- "name": "floatingIcon"
1301
+ "name": "mediaIds"
751
1302
  }
752
1303
  ],
753
- "path": "/consent/config",
1304
+ "path": "/content/posts/:id/media/detach",
754
1305
  "readOnly": false
755
1306
  }
756
1307
  },
757
- "config-theme": {
758
- "upsert": {
759
- "method": "PATCH",
1308
+ "publications": {
1309
+ "cancel": {
1310
+ "method": "POST",
760
1311
  "params": [
761
1312
  {
762
- "in": "body",
763
- "name": "brandColor"
764
- },
765
- {
766
- "in": "body",
767
- "name": "surface"
768
- },
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": [
769
1323
  {
770
- "in": "body",
771
- "name": "corners"
1324
+ "in": "path",
1325
+ "name": "id"
772
1326
  },
773
1327
  {
774
1328
  "in": "body",
775
- "name": "font"
1329
+ "name": "externalUrl"
776
1330
  },
777
1331
  {
778
1332
  "in": "body",
779
- "name": "overrides"
1333
+ "name": "externalId"
780
1334
  }
781
1335
  ],
782
- "path": "/consent/config/theme",
1336
+ "path": "/content/publications/:id/confirm",
783
1337
  "readOnly": false
784
- }
785
- },
786
- "dashboard-config": {
1338
+ },
787
1339
  "get": {
788
1340
  "method": "GET",
789
- "path": "/consent/consent/dashboard/config",
1341
+ "params": [
1342
+ {
1343
+ "in": "path",
1344
+ "name": "id"
1345
+ }
1346
+ ],
1347
+ "path": "/content/publications/:id",
790
1348
  "readOnly": true
791
- }
792
- },
793
- "dashboard-decisions": {
1349
+ },
794
1350
  "list": {
795
1351
  "method": "GET",
796
1352
  "params": [
797
1353
  {
798
1354
  "in": "query",
799
- "name": "limit"
1355
+ "name": "state"
800
1356
  },
801
1357
  {
802
1358
  "in": "query",
803
- "name": "offset"
804
- }
805
- ],
806
- "path": "/consent/consent/dashboard/decisions",
807
- "readOnly": true
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": {
833
- "method": "POST",
834
- "params": [
1359
+ "name": "postId"
1360
+ },
835
1361
  {
836
- "in": "body",
837
- "name": "name"
1362
+ "in": "query",
1363
+ "name": "channelId"
838
1364
  },
839
1365
  {
840
- "in": "body",
841
- "name": "category"
1366
+ "in": "query",
1367
+ "name": "limit"
842
1368
  },
843
1369
  {
844
- "in": "body",
845
- "name": "hosts"
1370
+ "in": "query",
1371
+ "name": "offset"
846
1372
  },
847
1373
  {
848
- "in": "body",
849
- "name": "privacyUrl"
1374
+ "in": "query",
1375
+ "name": "scheduledFrom"
850
1376
  },
1377
+ {
1378
+ "in": "query",
1379
+ "name": "scheduledTo"
1380
+ }
1381
+ ],
1382
+ "path": "/content/publications",
1383
+ "readOnly": true
1384
+ },
1385
+ "publish": {
1386
+ "method": "POST",
1387
+ "params": [
851
1388
  {
852
1389
  "in": "body",
853
- "name": "description"
1390
+ "name": "postId"
854
1391
  },
855
1392
  {
856
1393
  "in": "body",
857
- "name": "orderIndex"
1394
+ "name": "channelId"
858
1395
  },
859
1396
  {
860
1397
  "in": "body",
861
- "name": "cookies"
1398
+ "name": "text"
862
1399
  },
863
1400
  {
864
1401
  "in": "body",
865
- "name": "catalogKey"
1402
+ "name": "idempotencyKey"
866
1403
  }
867
1404
  ],
868
- "path": "/consent/consent/providers",
1405
+ "path": "/content/publications/publish",
869
1406
  "readOnly": false
870
1407
  },
871
- "delete": {
872
- "method": "DELETE",
1408
+ "remind": {
1409
+ "method": "POST",
873
1410
  "params": [
874
1411
  {
875
1412
  "in": "path",
876
1413
  "name": "id"
877
1414
  }
878
1415
  ],
879
- "path": "/consent/consent/providers/:id",
1416
+ "path": "/content/publications/:id/remind",
880
1417
  "readOnly": false
881
1418
  },
882
- "list": {
883
- "method": "GET",
884
- "path": "/consent/consent/providers",
885
- "readOnly": true
886
- },
887
- "update": {
888
- "method": "PATCH",
1419
+ "reschedule": {
1420
+ "method": "POST",
889
1421
  "params": [
890
1422
  {
891
1423
  "in": "path",
@@ -893,72 +1425,56 @@ export const bindings: BindingsMap = {
893
1425
  },
894
1426
  {
895
1427
  "in": "body",
896
- "name": "name"
897
- },
898
- {
899
- "in": "body",
900
- "name": "category"
901
- },
1428
+ "name": "scheduledAt"
1429
+ }
1430
+ ],
1431
+ "path": "/content/publications/:id/reschedule",
1432
+ "readOnly": false
1433
+ },
1434
+ "schedule": {
1435
+ "method": "POST",
1436
+ "params": [
902
1437
  {
903
1438
  "in": "body",
904
- "name": "hosts"
1439
+ "name": "postId"
905
1440
  },
906
1441
  {
907
1442
  "in": "body",
908
- "name": "privacyUrl"
1443
+ "name": "channelId"
909
1444
  },
910
1445
  {
911
1446
  "in": "body",
912
- "name": "description"
1447
+ "name": "scheduledAt"
913
1448
  },
914
1449
  {
915
1450
  "in": "body",
916
- "name": "orderIndex"
1451
+ "name": "text"
917
1452
  },
918
1453
  {
919
1454
  "in": "body",
920
- "name": "cookies"
1455
+ "name": "idempotencyKey"
921
1456
  }
922
1457
  ],
923
- "path": "/consent/consent/providers/:id",
1458
+ "path": "/content/publications",
924
1459
  "readOnly": false
925
- }
926
- },
927
- "records": {
928
- "export": {
1460
+ },
1461
+ "validate": {
929
1462
  "method": "POST",
930
1463
  "params": [
931
1464
  {
932
1465
  "in": "body",
933
- "name": "from"
934
- },
935
- {
936
- "in": "body",
937
- "name": "to"
1466
+ "name": "postId"
938
1467
  },
939
1468
  {
940
1469
  "in": "body",
941
- "name": "limit"
1470
+ "name": "channels"
942
1471
  },
943
1472
  {
944
1473
  "in": "body",
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"
1474
+ "name": "scheduledAt"
959
1475
  }
960
1476
  ],
961
- "path": "/consent/consent/stats",
1477
+ "path": "/content/publications/validate",
962
1478
  "readOnly": true
963
1479
  }
964
1480
  }
@@ -2298,6 +2814,10 @@ export const bindings: BindingsMap = {
2298
2814
  "in": "body",
2299
2815
  "name": "tracing"
2300
2816
  },
2817
+ {
2818
+ "in": "body",
2819
+ "name": "autoDeploy"
2820
+ },
2301
2821
  {
2302
2822
  "in": "path",
2303
2823
  "name": "id"
@@ -5149,6 +5669,110 @@ export const bindings: BindingsMap = {
5149
5669
  }
5150
5670
  }
5151
5671
  },
5672
+ "playground": {
5673
+ "analytics": {
5674
+ "overview": {
5675
+ "method": "POST",
5676
+ "params": [
5677
+ {
5678
+ "in": "body",
5679
+ "name": "limit"
5680
+ }
5681
+ ],
5682
+ "path": "/playground/analytics/overview",
5683
+ "readOnly": true
5684
+ }
5685
+ },
5686
+ "billing": {
5687
+ "entitlements": {
5688
+ "method": "POST",
5689
+ "path": "/playground/billing/entitlements",
5690
+ "readOnly": true
5691
+ },
5692
+ "record-usage": {
5693
+ "method": "POST",
5694
+ "params": [
5695
+ {
5696
+ "in": "body",
5697
+ "name": "value"
5698
+ }
5699
+ ],
5700
+ "path": "/playground/billing/usage",
5701
+ "readOnly": false
5702
+ }
5703
+ },
5704
+ "clickup": {
5705
+ "create-task": {
5706
+ "method": "POST",
5707
+ "params": [
5708
+ {
5709
+ "in": "body",
5710
+ "name": "listId"
5711
+ },
5712
+ {
5713
+ "in": "body",
5714
+ "name": "name"
5715
+ }
5716
+ ],
5717
+ "path": "/playground/clickup/tasks",
5718
+ "readOnly": false
5719
+ },
5720
+ "get-last-webhook": {
5721
+ "method": "GET",
5722
+ "path": "/playground/clickup/webhooks/last",
5723
+ "readOnly": true
5724
+ },
5725
+ "get-overview": {
5726
+ "method": "GET",
5727
+ "path": "/playground/clickup/overview",
5728
+ "readOnly": true
5729
+ }
5730
+ },
5731
+ "gdrive": {
5732
+ "get-last-change": {
5733
+ "method": "GET",
5734
+ "path": "/playground/gdrive/changes/last",
5735
+ "readOnly": true
5736
+ },
5737
+ "read-file": {
5738
+ "method": "POST",
5739
+ "params": [
5740
+ {
5741
+ "in": "body",
5742
+ "name": "fileId"
5743
+ }
5744
+ ],
5745
+ "path": "/playground/gdrive/file",
5746
+ "readOnly": true
5747
+ }
5748
+ },
5749
+ "googleads": {
5750
+ "read-customer": {
5751
+ "method": "POST",
5752
+ "path": "/playground/googleads/customer",
5753
+ "readOnly": true
5754
+ }
5755
+ },
5756
+ "lifecycle": {
5757
+ "get-state": {
5758
+ "method": "GET",
5759
+ "path": "/playground/lifecycle/state",
5760
+ "readOnly": true
5761
+ },
5762
+ "list-events": {
5763
+ "method": "GET",
5764
+ "path": "/playground/lifecycle/events",
5765
+ "readOnly": true
5766
+ }
5767
+ },
5768
+ "webhook": {
5769
+ "get-last": {
5770
+ "method": "GET",
5771
+ "path": "/playground/webhooks/last",
5772
+ "readOnly": true
5773
+ }
5774
+ }
5775
+ },
5152
5776
  "realtime": {
5153
5777
  "archive": {
5154
5778
  "export": {