@lessly/sdk-app 44.0.0 → 45.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) 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-BC3cJSSd.d.cts} +4680 -387
  10. package/dist/{client.gen-BsjxuDLy.d.ts → client.gen-BC3cJSSd.d.ts} +4680 -387
  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 +750 -138
  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 +750 -138
  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/package.json +12 -2
  50. package/src/gen/bindings.gen.ts +750 -138
  51. package/src/gen/brain/index.ts +1 -1
  52. package/src/gen/brain/queryOptions.gen.ts +0 -7
  53. package/src/gen/client.gen.ts +165 -5
  54. package/src/gen/content/index.ts +3 -0
  55. package/src/gen/content/queryOptions.gen.ts +202 -0
  56. package/src/gen/manifest.gen.ts +1 -1
  57. package/src/gen/playground/index.ts +3 -0
  58. package/src/gen/playground/queryOptions.gen.ts +86 -0
  59. package/src/gen/types.gen.ts +4296 -217
@@ -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": {
@@ -729,71 +716,652 @@ export const bindings: BindingsMap = {
729
716
  "name": "position"
730
717
  },
731
718
  {
732
- "in": "body",
733
- "name": "logoAlign"
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": [
1278
+ {
1279
+ "in": "path",
1280
+ "name": "id"
734
1281
  },
735
1282
  {
736
1283
  "in": "body",
737
- "name": "contentAlign"
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": [
1353
+ {
1354
+ "in": "query",
1355
+ "name": "state"
1356
+ },
1357
+ {
1358
+ "in": "query",
1359
+ "name": "postId"
1360
+ },
1361
+ {
1362
+ "in": "query",
1363
+ "name": "channelId"
1364
+ },
797
1365
  {
798
1366
  "in": "query",
799
1367
  "name": "limit"
@@ -803,89 +1371,45 @@ export const bindings: BindingsMap = {
803
1371
  "name": "offset"
804
1372
  }
805
1373
  ],
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",
1374
+ "path": "/content/publications",
821
1375
  "readOnly": true
822
- }
823
- },
824
- "embed": {
825
- "get": {
826
- "method": "GET",
827
- "path": "/consent/embed",
828
- "readOnly": true
829
- }
830
- },
831
- "providers": {
832
- "create": {
1376
+ },
1377
+ "publish": {
833
1378
  "method": "POST",
834
1379
  "params": [
835
1380
  {
836
1381
  "in": "body",
837
- "name": "name"
838
- },
839
- {
840
- "in": "body",
841
- "name": "category"
842
- },
843
- {
844
- "in": "body",
845
- "name": "hosts"
846
- },
847
- {
848
- "in": "body",
849
- "name": "privacyUrl"
850
- },
851
- {
852
- "in": "body",
853
- "name": "description"
1382
+ "name": "postId"
854
1383
  },
855
1384
  {
856
1385
  "in": "body",
857
- "name": "orderIndex"
1386
+ "name": "channelId"
858
1387
  },
859
1388
  {
860
1389
  "in": "body",
861
- "name": "cookies"
1390
+ "name": "text"
862
1391
  },
863
1392
  {
864
1393
  "in": "body",
865
- "name": "catalogKey"
1394
+ "name": "idempotencyKey"
866
1395
  }
867
1396
  ],
868
- "path": "/consent/consent/providers",
1397
+ "path": "/content/publications/publish",
869
1398
  "readOnly": false
870
1399
  },
871
- "delete": {
872
- "method": "DELETE",
1400
+ "remind": {
1401
+ "method": "POST",
873
1402
  "params": [
874
1403
  {
875
1404
  "in": "path",
876
1405
  "name": "id"
877
1406
  }
878
1407
  ],
879
- "path": "/consent/consent/providers/:id",
1408
+ "path": "/content/publications/:id/remind",
880
1409
  "readOnly": false
881
1410
  },
882
- "list": {
883
- "method": "GET",
884
- "path": "/consent/consent/providers",
885
- "readOnly": true
886
- },
887
- "update": {
888
- "method": "PATCH",
1411
+ "reschedule": {
1412
+ "method": "POST",
889
1413
  "params": [
890
1414
  {
891
1415
  "in": "path",
@@ -893,72 +1417,56 @@ export const bindings: BindingsMap = {
893
1417
  },
894
1418
  {
895
1419
  "in": "body",
896
- "name": "name"
897
- },
898
- {
899
- "in": "body",
900
- "name": "category"
901
- },
1420
+ "name": "scheduledAt"
1421
+ }
1422
+ ],
1423
+ "path": "/content/publications/:id/reschedule",
1424
+ "readOnly": false
1425
+ },
1426
+ "schedule": {
1427
+ "method": "POST",
1428
+ "params": [
902
1429
  {
903
1430
  "in": "body",
904
- "name": "hosts"
1431
+ "name": "postId"
905
1432
  },
906
1433
  {
907
1434
  "in": "body",
908
- "name": "privacyUrl"
1435
+ "name": "channelId"
909
1436
  },
910
1437
  {
911
1438
  "in": "body",
912
- "name": "description"
1439
+ "name": "scheduledAt"
913
1440
  },
914
1441
  {
915
1442
  "in": "body",
916
- "name": "orderIndex"
1443
+ "name": "text"
917
1444
  },
918
1445
  {
919
1446
  "in": "body",
920
- "name": "cookies"
1447
+ "name": "idempotencyKey"
921
1448
  }
922
1449
  ],
923
- "path": "/consent/consent/providers/:id",
1450
+ "path": "/content/publications",
924
1451
  "readOnly": false
925
- }
926
- },
927
- "records": {
928
- "export": {
1452
+ },
1453
+ "validate": {
929
1454
  "method": "POST",
930
1455
  "params": [
931
1456
  {
932
1457
  "in": "body",
933
- "name": "from"
934
- },
935
- {
936
- "in": "body",
937
- "name": "to"
1458
+ "name": "postId"
938
1459
  },
939
1460
  {
940
1461
  "in": "body",
941
- "name": "limit"
1462
+ "name": "channels"
942
1463
  },
943
1464
  {
944
1465
  "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"
1466
+ "name": "scheduledAt"
959
1467
  }
960
1468
  ],
961
- "path": "/consent/consent/stats",
1469
+ "path": "/content/publications/validate",
962
1470
  "readOnly": true
963
1471
  }
964
1472
  }
@@ -5149,6 +5657,110 @@ export const bindings: BindingsMap = {
5149
5657
  }
5150
5658
  }
5151
5659
  },
5660
+ "playground": {
5661
+ "analytics": {
5662
+ "overview": {
5663
+ "method": "POST",
5664
+ "params": [
5665
+ {
5666
+ "in": "body",
5667
+ "name": "limit"
5668
+ }
5669
+ ],
5670
+ "path": "/playground/analytics/overview",
5671
+ "readOnly": true
5672
+ }
5673
+ },
5674
+ "billing": {
5675
+ "entitlements": {
5676
+ "method": "POST",
5677
+ "path": "/playground/billing/entitlements",
5678
+ "readOnly": true
5679
+ },
5680
+ "record-usage": {
5681
+ "method": "POST",
5682
+ "params": [
5683
+ {
5684
+ "in": "body",
5685
+ "name": "value"
5686
+ }
5687
+ ],
5688
+ "path": "/playground/billing/usage",
5689
+ "readOnly": false
5690
+ }
5691
+ },
5692
+ "clickup": {
5693
+ "create-task": {
5694
+ "method": "POST",
5695
+ "params": [
5696
+ {
5697
+ "in": "body",
5698
+ "name": "listId"
5699
+ },
5700
+ {
5701
+ "in": "body",
5702
+ "name": "name"
5703
+ }
5704
+ ],
5705
+ "path": "/playground/clickup/tasks",
5706
+ "readOnly": false
5707
+ },
5708
+ "get-last-webhook": {
5709
+ "method": "GET",
5710
+ "path": "/playground/clickup/webhooks/last",
5711
+ "readOnly": true
5712
+ },
5713
+ "get-overview": {
5714
+ "method": "GET",
5715
+ "path": "/playground/clickup/overview",
5716
+ "readOnly": true
5717
+ }
5718
+ },
5719
+ "gdrive": {
5720
+ "get-last-change": {
5721
+ "method": "GET",
5722
+ "path": "/playground/gdrive/changes/last",
5723
+ "readOnly": true
5724
+ },
5725
+ "read-file": {
5726
+ "method": "POST",
5727
+ "params": [
5728
+ {
5729
+ "in": "body",
5730
+ "name": "fileId"
5731
+ }
5732
+ ],
5733
+ "path": "/playground/gdrive/file",
5734
+ "readOnly": true
5735
+ }
5736
+ },
5737
+ "googleads": {
5738
+ "read-customer": {
5739
+ "method": "POST",
5740
+ "path": "/playground/googleads/customer",
5741
+ "readOnly": true
5742
+ }
5743
+ },
5744
+ "lifecycle": {
5745
+ "get-state": {
5746
+ "method": "GET",
5747
+ "path": "/playground/lifecycle/state",
5748
+ "readOnly": true
5749
+ },
5750
+ "list-events": {
5751
+ "method": "GET",
5752
+ "path": "/playground/lifecycle/events",
5753
+ "readOnly": true
5754
+ }
5755
+ },
5756
+ "webhook": {
5757
+ "get-last": {
5758
+ "method": "GET",
5759
+ "path": "/playground/webhooks/last",
5760
+ "readOnly": true
5761
+ }
5762
+ }
5763
+ },
5152
5764
  "realtime": {
5153
5765
  "archive": {
5154
5766
  "export": {