@lessly/sdk-app 50.0.0 → 50.1.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 (45) 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.d.cts +1 -1
  4. package/dist/brain/index.d.ts +1 -1
  5. package/dist/{client.gen-Dw0AIIZi.d.cts → client.gen-xvJrhIVe.d.cts} +4182 -1
  6. package/dist/{client.gen-Dw0AIIZi.d.ts → client.gen-xvJrhIVe.d.ts} +4182 -1
  7. package/dist/consent/index.d.cts +1 -1
  8. package/dist/consent/index.d.ts +1 -1
  9. package/dist/content/index.cjs +161 -0
  10. package/dist/content/index.cjs.map +1 -0
  11. package/dist/content/index.d.cts +128 -0
  12. package/dist/content/index.d.ts +128 -0
  13. package/dist/content/index.js +129 -0
  14. package/dist/content/index.js.map +1 -0
  15. package/dist/deployment/index.d.cts +1 -1
  16. package/dist/deployment/index.d.ts +1 -1
  17. package/dist/index.cjs +529 -0
  18. package/dist/index.cjs.map +1 -1
  19. package/dist/index.d.cts +1 -1
  20. package/dist/index.d.ts +1 -1
  21. package/dist/index.js +529 -0
  22. package/dist/index.js.map +1 -1
  23. package/dist/mail/index.d.cts +2 -2
  24. package/dist/mail/index.d.ts +2 -2
  25. package/dist/observe/index.d.cts +1 -1
  26. package/dist/observe/index.d.ts +1 -1
  27. package/dist/organization/index.d.cts +1 -1
  28. package/dist/organization/index.d.ts +1 -1
  29. package/dist/realtime/index.d.cts +1 -1
  30. package/dist/realtime/index.d.ts +1 -1
  31. package/dist/support/index.d.cts +1 -1
  32. package/dist/support/index.d.ts +1 -1
  33. package/dist/tracking/index.d.cts +1 -1
  34. package/dist/tracking/index.d.ts +1 -1
  35. package/dist/users/index.d.cts +1 -1
  36. package/dist/users/index.d.ts +1 -1
  37. package/dist/waitlist/index.d.cts +1 -1
  38. package/dist/waitlist/index.d.ts +1 -1
  39. package/package.json +7 -2
  40. package/src/gen/bindings.gen.ts +529 -0
  41. package/src/gen/client.gen.ts +113 -0
  42. package/src/gen/content/index.ts +3 -0
  43. package/src/gen/content/queryOptions.gen.ts +202 -0
  44. package/src/gen/manifest.gen.ts +1 -1
  45. package/src/gen/types.gen.ts +3962 -0
@@ -963,6 +963,535 @@ export const bindings: BindingsMap = {
963
963
  }
964
964
  }
965
965
  },
966
+ "content": {
967
+ "channels": {
968
+ "bind": {
969
+ "method": "POST",
970
+ "params": [
971
+ {
972
+ "in": "path",
973
+ "name": "id"
974
+ },
975
+ {
976
+ "in": "body",
977
+ "name": "connectorId"
978
+ },
979
+ {
980
+ "in": "body",
981
+ "name": "deliveryMode"
982
+ }
983
+ ],
984
+ "path": "/content/channels/:id/bind",
985
+ "readOnly": false
986
+ },
987
+ "get": {
988
+ "method": "GET",
989
+ "params": [
990
+ {
991
+ "in": "path",
992
+ "name": "id"
993
+ }
994
+ ],
995
+ "path": "/content/channels/:id",
996
+ "readOnly": true
997
+ },
998
+ "list": {
999
+ "method": "GET",
1000
+ "params": [
1001
+ {
1002
+ "in": "query",
1003
+ "name": "network"
1004
+ },
1005
+ {
1006
+ "in": "query",
1007
+ "name": "limit"
1008
+ },
1009
+ {
1010
+ "in": "query",
1011
+ "name": "offset"
1012
+ }
1013
+ ],
1014
+ "path": "/content/channels",
1015
+ "readOnly": true
1016
+ },
1017
+ "resume": {
1018
+ "method": "POST",
1019
+ "params": [
1020
+ {
1021
+ "in": "path",
1022
+ "name": "id"
1023
+ }
1024
+ ],
1025
+ "path": "/content/channels/:id/resume",
1026
+ "readOnly": false
1027
+ },
1028
+ "unbind": {
1029
+ "method": "POST",
1030
+ "params": [
1031
+ {
1032
+ "in": "path",
1033
+ "name": "id"
1034
+ }
1035
+ ],
1036
+ "path": "/content/channels/:id/unbind",
1037
+ "readOnly": false
1038
+ },
1039
+ "update": {
1040
+ "method": "PATCH",
1041
+ "params": [
1042
+ {
1043
+ "in": "path",
1044
+ "name": "id"
1045
+ },
1046
+ {
1047
+ "in": "body",
1048
+ "name": "displayName"
1049
+ },
1050
+ {
1051
+ "in": "body",
1052
+ "name": "deliveryMode"
1053
+ },
1054
+ {
1055
+ "in": "body",
1056
+ "name": "capabilities"
1057
+ }
1058
+ ],
1059
+ "path": "/content/channels/:id",
1060
+ "readOnly": false
1061
+ }
1062
+ },
1063
+ "media": {
1064
+ "finalize": {
1065
+ "method": "POST",
1066
+ "params": [
1067
+ {
1068
+ "in": "path",
1069
+ "name": "id"
1070
+ }
1071
+ ],
1072
+ "path": "/content/media/:id/finalize",
1073
+ "readOnly": false
1074
+ },
1075
+ "get": {
1076
+ "method": "GET",
1077
+ "params": [
1078
+ {
1079
+ "in": "path",
1080
+ "name": "id"
1081
+ }
1082
+ ],
1083
+ "path": "/content/media/:id",
1084
+ "readOnly": true
1085
+ },
1086
+ "list": {
1087
+ "method": "GET",
1088
+ "params": [
1089
+ {
1090
+ "in": "query",
1091
+ "name": "status"
1092
+ },
1093
+ {
1094
+ "in": "query",
1095
+ "name": "limit"
1096
+ },
1097
+ {
1098
+ "in": "query",
1099
+ "name": "offset"
1100
+ }
1101
+ ],
1102
+ "path": "/content/media",
1103
+ "readOnly": true
1104
+ },
1105
+ "upload": {
1106
+ "method": "POST",
1107
+ "params": [
1108
+ {
1109
+ "in": "body",
1110
+ "name": "sourceUrl"
1111
+ },
1112
+ {
1113
+ "in": "body",
1114
+ "name": "filename"
1115
+ }
1116
+ ],
1117
+ "path": "/content/media",
1118
+ "readOnly": false
1119
+ }
1120
+ },
1121
+ "media-create-upload": {
1122
+ "url": {
1123
+ "method": "POST",
1124
+ "params": [
1125
+ {
1126
+ "in": "body",
1127
+ "name": "contentType"
1128
+ },
1129
+ {
1130
+ "in": "body",
1131
+ "name": "filename"
1132
+ }
1133
+ ],
1134
+ "path": "/content/media/upload-url",
1135
+ "readOnly": false
1136
+ }
1137
+ },
1138
+ "metrics-channel": {
1139
+ "series": {
1140
+ "method": "GET",
1141
+ "params": [
1142
+ {
1143
+ "in": "path",
1144
+ "name": "id"
1145
+ },
1146
+ {
1147
+ "in": "query",
1148
+ "name": "from"
1149
+ },
1150
+ {
1151
+ "in": "query",
1152
+ "name": "to"
1153
+ },
1154
+ {
1155
+ "in": "query",
1156
+ "name": "limit"
1157
+ }
1158
+ ],
1159
+ "path": "/content/metrics/channels/:id",
1160
+ "readOnly": true
1161
+ }
1162
+ },
1163
+ "metrics-post": {
1164
+ "series": {
1165
+ "method": "GET",
1166
+ "params": [
1167
+ {
1168
+ "in": "path",
1169
+ "name": "id"
1170
+ },
1171
+ {
1172
+ "in": "query",
1173
+ "name": "from"
1174
+ },
1175
+ {
1176
+ "in": "query",
1177
+ "name": "to"
1178
+ },
1179
+ {
1180
+ "in": "query",
1181
+ "name": "limit"
1182
+ }
1183
+ ],
1184
+ "path": "/content/metrics/posts/:id",
1185
+ "readOnly": true
1186
+ }
1187
+ },
1188
+ "posts": {
1189
+ "approve": {
1190
+ "method": "POST",
1191
+ "params": [
1192
+ {
1193
+ "in": "path",
1194
+ "name": "id"
1195
+ }
1196
+ ],
1197
+ "path": "/content/posts/:id/approve",
1198
+ "readOnly": false
1199
+ },
1200
+ "create": {
1201
+ "method": "POST",
1202
+ "params": [
1203
+ {
1204
+ "in": "body",
1205
+ "name": "text"
1206
+ },
1207
+ {
1208
+ "in": "body",
1209
+ "name": "media"
1210
+ }
1211
+ ],
1212
+ "path": "/content/posts",
1213
+ "readOnly": false
1214
+ },
1215
+ "get": {
1216
+ "method": "GET",
1217
+ "params": [
1218
+ {
1219
+ "in": "path",
1220
+ "name": "id"
1221
+ }
1222
+ ],
1223
+ "path": "/content/posts/:id",
1224
+ "readOnly": true
1225
+ },
1226
+ "list": {
1227
+ "method": "GET",
1228
+ "params": [
1229
+ {
1230
+ "in": "query",
1231
+ "name": "status"
1232
+ },
1233
+ {
1234
+ "in": "query",
1235
+ "name": "limit"
1236
+ },
1237
+ {
1238
+ "in": "query",
1239
+ "name": "offset"
1240
+ }
1241
+ ],
1242
+ "path": "/content/posts",
1243
+ "readOnly": true
1244
+ },
1245
+ "submit": {
1246
+ "method": "POST",
1247
+ "params": [
1248
+ {
1249
+ "in": "path",
1250
+ "name": "id"
1251
+ }
1252
+ ],
1253
+ "path": "/content/posts/:id/submit",
1254
+ "readOnly": false
1255
+ },
1256
+ "update": {
1257
+ "method": "PATCH",
1258
+ "params": [
1259
+ {
1260
+ "in": "path",
1261
+ "name": "id"
1262
+ },
1263
+ {
1264
+ "in": "body",
1265
+ "name": "text"
1266
+ },
1267
+ {
1268
+ "in": "body",
1269
+ "name": "media"
1270
+ }
1271
+ ],
1272
+ "path": "/content/posts/:id",
1273
+ "readOnly": false
1274
+ },
1275
+ "versions": {
1276
+ "method": "GET",
1277
+ "params": [
1278
+ {
1279
+ "in": "path",
1280
+ "name": "id"
1281
+ }
1282
+ ],
1283
+ "path": "/content/posts/:id/versions",
1284
+ "readOnly": true
1285
+ }
1286
+ },
1287
+ "posts-attach": {
1288
+ "media": {
1289
+ "method": "POST",
1290
+ "params": [
1291
+ {
1292
+ "in": "path",
1293
+ "name": "id"
1294
+ },
1295
+ {
1296
+ "in": "body",
1297
+ "name": "mediaIds"
1298
+ }
1299
+ ],
1300
+ "path": "/content/posts/:id/media/attach",
1301
+ "readOnly": false
1302
+ }
1303
+ },
1304
+ "posts-detach": {
1305
+ "media": {
1306
+ "method": "POST",
1307
+ "params": [
1308
+ {
1309
+ "in": "path",
1310
+ "name": "id"
1311
+ },
1312
+ {
1313
+ "in": "body",
1314
+ "name": "mediaIds"
1315
+ }
1316
+ ],
1317
+ "path": "/content/posts/:id/media/detach",
1318
+ "readOnly": false
1319
+ }
1320
+ },
1321
+ "publications": {
1322
+ "cancel": {
1323
+ "method": "POST",
1324
+ "params": [
1325
+ {
1326
+ "in": "path",
1327
+ "name": "id"
1328
+ }
1329
+ ],
1330
+ "path": "/content/publications/:id/cancel",
1331
+ "readOnly": false
1332
+ },
1333
+ "confirm": {
1334
+ "method": "POST",
1335
+ "params": [
1336
+ {
1337
+ "in": "path",
1338
+ "name": "id"
1339
+ },
1340
+ {
1341
+ "in": "body",
1342
+ "name": "externalUrl"
1343
+ },
1344
+ {
1345
+ "in": "body",
1346
+ "name": "externalId"
1347
+ }
1348
+ ],
1349
+ "path": "/content/publications/:id/confirm",
1350
+ "readOnly": false
1351
+ },
1352
+ "get": {
1353
+ "method": "GET",
1354
+ "params": [
1355
+ {
1356
+ "in": "path",
1357
+ "name": "id"
1358
+ }
1359
+ ],
1360
+ "path": "/content/publications/:id",
1361
+ "readOnly": true
1362
+ },
1363
+ "list": {
1364
+ "method": "GET",
1365
+ "params": [
1366
+ {
1367
+ "in": "query",
1368
+ "name": "state"
1369
+ },
1370
+ {
1371
+ "in": "query",
1372
+ "name": "postId"
1373
+ },
1374
+ {
1375
+ "in": "query",
1376
+ "name": "channelId"
1377
+ },
1378
+ {
1379
+ "in": "query",
1380
+ "name": "limit"
1381
+ },
1382
+ {
1383
+ "in": "query",
1384
+ "name": "offset"
1385
+ },
1386
+ {
1387
+ "in": "query",
1388
+ "name": "scheduledFrom"
1389
+ },
1390
+ {
1391
+ "in": "query",
1392
+ "name": "scheduledTo"
1393
+ }
1394
+ ],
1395
+ "path": "/content/publications",
1396
+ "readOnly": true
1397
+ },
1398
+ "publish": {
1399
+ "method": "POST",
1400
+ "params": [
1401
+ {
1402
+ "in": "body",
1403
+ "name": "postId"
1404
+ },
1405
+ {
1406
+ "in": "body",
1407
+ "name": "channelId"
1408
+ },
1409
+ {
1410
+ "in": "body",
1411
+ "name": "text"
1412
+ },
1413
+ {
1414
+ "in": "body",
1415
+ "name": "idempotencyKey"
1416
+ }
1417
+ ],
1418
+ "path": "/content/publications/publish",
1419
+ "readOnly": false
1420
+ },
1421
+ "remind": {
1422
+ "method": "POST",
1423
+ "params": [
1424
+ {
1425
+ "in": "path",
1426
+ "name": "id"
1427
+ }
1428
+ ],
1429
+ "path": "/content/publications/:id/remind",
1430
+ "readOnly": false
1431
+ },
1432
+ "reschedule": {
1433
+ "method": "POST",
1434
+ "params": [
1435
+ {
1436
+ "in": "path",
1437
+ "name": "id"
1438
+ },
1439
+ {
1440
+ "in": "body",
1441
+ "name": "scheduledAt"
1442
+ }
1443
+ ],
1444
+ "path": "/content/publications/:id/reschedule",
1445
+ "readOnly": false
1446
+ },
1447
+ "schedule": {
1448
+ "method": "POST",
1449
+ "params": [
1450
+ {
1451
+ "in": "body",
1452
+ "name": "postId"
1453
+ },
1454
+ {
1455
+ "in": "body",
1456
+ "name": "channelId"
1457
+ },
1458
+ {
1459
+ "in": "body",
1460
+ "name": "scheduledAt"
1461
+ },
1462
+ {
1463
+ "in": "body",
1464
+ "name": "text"
1465
+ },
1466
+ {
1467
+ "in": "body",
1468
+ "name": "idempotencyKey"
1469
+ }
1470
+ ],
1471
+ "path": "/content/publications",
1472
+ "readOnly": false
1473
+ },
1474
+ "validate": {
1475
+ "method": "POST",
1476
+ "params": [
1477
+ {
1478
+ "in": "body",
1479
+ "name": "postId"
1480
+ },
1481
+ {
1482
+ "in": "body",
1483
+ "name": "channels"
1484
+ },
1485
+ {
1486
+ "in": "body",
1487
+ "name": "scheduledAt"
1488
+ }
1489
+ ],
1490
+ "path": "/content/publications/validate",
1491
+ "readOnly": true
1492
+ }
1493
+ }
1494
+ },
966
1495
  "deployment": {
967
1496
  "alert": {
968
1497
  "create": {
@@ -114,6 +114,68 @@ import type {
114
114
  ConsentRecordsExportOutput,
115
115
  ConsentStatsGetInput,
116
116
  ConsentStatsGetOutput,
117
+ ContentChannelsBindInput,
118
+ ContentChannelsBindOutput,
119
+ ContentChannelsGetInput,
120
+ ContentChannelsGetOutput,
121
+ ContentChannelsListInput,
122
+ ContentChannelsListOutput,
123
+ ContentChannelsResumeInput,
124
+ ContentChannelsResumeOutput,
125
+ ContentChannelsUnbindInput,
126
+ ContentChannelsUnbindOutput,
127
+ ContentChannelsUpdateInput,
128
+ ContentChannelsUpdateOutput,
129
+ ContentMediaCreateUploadUrlInput,
130
+ ContentMediaCreateUploadUrlOutput,
131
+ ContentMediaFinalizeInput,
132
+ ContentMediaFinalizeOutput,
133
+ ContentMediaGetInput,
134
+ ContentMediaGetOutput,
135
+ ContentMediaListInput,
136
+ ContentMediaListOutput,
137
+ ContentMediaUploadInput,
138
+ ContentMediaUploadOutput,
139
+ ContentMetricsChannelSeriesInput,
140
+ ContentMetricsChannelSeriesOutput,
141
+ ContentMetricsPostSeriesInput,
142
+ ContentMetricsPostSeriesOutput,
143
+ ContentPostsApproveInput,
144
+ ContentPostsApproveOutput,
145
+ ContentPostsAttachMediaInput,
146
+ ContentPostsAttachMediaOutput,
147
+ ContentPostsCreateInput,
148
+ ContentPostsCreateOutput,
149
+ ContentPostsDetachMediaInput,
150
+ ContentPostsDetachMediaOutput,
151
+ ContentPostsGetInput,
152
+ ContentPostsGetOutput,
153
+ ContentPostsListInput,
154
+ ContentPostsListOutput,
155
+ ContentPostsSubmitInput,
156
+ ContentPostsSubmitOutput,
157
+ ContentPostsUpdateInput,
158
+ ContentPostsUpdateOutput,
159
+ ContentPostsVersionsInput,
160
+ ContentPostsVersionsOutput,
161
+ ContentPublicationsCancelInput,
162
+ ContentPublicationsCancelOutput,
163
+ ContentPublicationsConfirmInput,
164
+ ContentPublicationsConfirmOutput,
165
+ ContentPublicationsGetInput,
166
+ ContentPublicationsGetOutput,
167
+ ContentPublicationsListInput,
168
+ ContentPublicationsListOutput,
169
+ ContentPublicationsPublishInput,
170
+ ContentPublicationsPublishOutput,
171
+ ContentPublicationsRemindInput,
172
+ ContentPublicationsRemindOutput,
173
+ ContentPublicationsRescheduleInput,
174
+ ContentPublicationsRescheduleOutput,
175
+ ContentPublicationsScheduleInput,
176
+ ContentPublicationsScheduleOutput,
177
+ ContentPublicationsValidateInput,
178
+ ContentPublicationsValidateOutput,
117
179
  DeploymentAlertCreateInput,
118
180
  DeploymentAlertCreateOutput,
119
181
  DeploymentAlertDeleteInput,
@@ -1094,6 +1156,57 @@ export interface GeneratedClient {
1094
1156
  get(input: ConsentStatsGetInput): Promise<ConsentStatsGetOutput>;
1095
1157
  };
1096
1158
  };
1159
+ content: {
1160
+ channels: {
1161
+ bind(input: ContentChannelsBindInput): Promise<ContentChannelsBindOutput>;
1162
+ get(input: ContentChannelsGetInput): Promise<ContentChannelsGetOutput>;
1163
+ list(input: ContentChannelsListInput): Promise<ContentChannelsListOutput>;
1164
+ resume(input: ContentChannelsResumeInput): Promise<ContentChannelsResumeOutput>;
1165
+ unbind(input: ContentChannelsUnbindInput): Promise<ContentChannelsUnbindOutput>;
1166
+ update(input: ContentChannelsUpdateInput): Promise<ContentChannelsUpdateOutput>;
1167
+ };
1168
+ media: {
1169
+ finalize(input: ContentMediaFinalizeInput): Promise<ContentMediaFinalizeOutput>;
1170
+ get(input: ContentMediaGetInput): Promise<ContentMediaGetOutput>;
1171
+ list(input: ContentMediaListInput): Promise<ContentMediaListOutput>;
1172
+ upload(input: ContentMediaUploadInput): Promise<ContentMediaUploadOutput>;
1173
+ };
1174
+ 'media-create-upload': {
1175
+ url(input: ContentMediaCreateUploadUrlInput): Promise<ContentMediaCreateUploadUrlOutput>;
1176
+ };
1177
+ 'metrics-channel': {
1178
+ series(input: ContentMetricsChannelSeriesInput): Promise<ContentMetricsChannelSeriesOutput>;
1179
+ };
1180
+ 'metrics-post': {
1181
+ series(input: ContentMetricsPostSeriesInput): Promise<ContentMetricsPostSeriesOutput>;
1182
+ };
1183
+ posts: {
1184
+ approve(input: ContentPostsApproveInput): Promise<ContentPostsApproveOutput>;
1185
+ create(input: ContentPostsCreateInput): Promise<ContentPostsCreateOutput>;
1186
+ get(input: ContentPostsGetInput): Promise<ContentPostsGetOutput>;
1187
+ list(input: ContentPostsListInput): Promise<ContentPostsListOutput>;
1188
+ submit(input: ContentPostsSubmitInput): Promise<ContentPostsSubmitOutput>;
1189
+ update(input: ContentPostsUpdateInput): Promise<ContentPostsUpdateOutput>;
1190
+ versions(input: ContentPostsVersionsInput): Promise<ContentPostsVersionsOutput>;
1191
+ };
1192
+ 'posts-attach': {
1193
+ media(input: ContentPostsAttachMediaInput): Promise<ContentPostsAttachMediaOutput>;
1194
+ };
1195
+ 'posts-detach': {
1196
+ media(input: ContentPostsDetachMediaInput): Promise<ContentPostsDetachMediaOutput>;
1197
+ };
1198
+ publications: {
1199
+ cancel(input: ContentPublicationsCancelInput): Promise<ContentPublicationsCancelOutput>;
1200
+ confirm(input: ContentPublicationsConfirmInput): Promise<ContentPublicationsConfirmOutput>;
1201
+ get(input: ContentPublicationsGetInput): Promise<ContentPublicationsGetOutput>;
1202
+ list(input: ContentPublicationsListInput): Promise<ContentPublicationsListOutput>;
1203
+ publish(input: ContentPublicationsPublishInput): Promise<ContentPublicationsPublishOutput>;
1204
+ remind(input: ContentPublicationsRemindInput): Promise<ContentPublicationsRemindOutput>;
1205
+ reschedule(input: ContentPublicationsRescheduleInput): Promise<ContentPublicationsRescheduleOutput>;
1206
+ schedule(input: ContentPublicationsScheduleInput): Promise<ContentPublicationsScheduleOutput>;
1207
+ validate(input: ContentPublicationsValidateInput): Promise<ContentPublicationsValidateOutput>;
1208
+ };
1209
+ };
1097
1210
  deployment: {
1098
1211
  alert: {
1099
1212
  create(input: DeploymentAlertCreateInput): Promise<DeploymentAlertCreateOutput>;
@@ -0,0 +1,3 @@
1
+ // AUTOGENERATED by scripts/generate.ts — do not edit.
2
+ export * from './queryOptions.gen';
3
+ export type { ContentChannelsBindInput, ContentChannelsBindOutput, ContentChannelsGetInput, ContentChannelsGetOutput, ContentChannelsListInput, ContentChannelsListOutput, ContentChannelsResumeInput, ContentChannelsResumeOutput, ContentChannelsUnbindInput, ContentChannelsUnbindOutput, ContentChannelsUpdateInput, ContentChannelsUpdateOutput, ContentMediaCreateUploadUrlInput, ContentMediaCreateUploadUrlOutput, ContentMediaFinalizeInput, ContentMediaFinalizeOutput, ContentMediaGetInput, ContentMediaGetOutput, ContentMediaListInput, ContentMediaListOutput, ContentMediaUploadInput, ContentMediaUploadOutput, ContentMetricsChannelSeriesInput, ContentMetricsChannelSeriesOutput, ContentMetricsPostSeriesInput, ContentMetricsPostSeriesOutput, ContentPostsApproveInput, ContentPostsApproveOutput, ContentPostsAttachMediaInput, ContentPostsAttachMediaOutput, ContentPostsCreateInput, ContentPostsCreateOutput, ContentPostsDetachMediaInput, ContentPostsDetachMediaOutput, ContentPostsGetInput, ContentPostsGetOutput, ContentPostsListInput, ContentPostsListOutput, ContentPostsSubmitInput, ContentPostsSubmitOutput, ContentPostsUpdateInput, ContentPostsUpdateOutput, ContentPostsVersionsInput, ContentPostsVersionsOutput, ContentPublicationsCancelInput, ContentPublicationsCancelOutput, ContentPublicationsConfirmInput, ContentPublicationsConfirmOutput, ContentPublicationsGetInput, ContentPublicationsGetOutput, ContentPublicationsListInput, ContentPublicationsListOutput, ContentPublicationsPublishInput, ContentPublicationsPublishOutput, ContentPublicationsRemindInput, ContentPublicationsRemindOutput, ContentPublicationsRescheduleInput, ContentPublicationsRescheduleOutput, ContentPublicationsScheduleInput, ContentPublicationsScheduleOutput, ContentPublicationsValidateInput, ContentPublicationsValidateOutput } from '../types.gen';