@fenixalliance/abs-api-client 1.0.14 → 1.0.15

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 (117) hide show
  1. package/clients/accountingService/core/OpenAPI.js +1 -1
  2. package/clients/accountingService/core/OpenAPI.ts +1 -1
  3. package/clients/cartService/core/OpenAPI.js +1 -1
  4. package/clients/cartService/core/OpenAPI.ts +1 -1
  5. package/clients/catalogService/core/OpenAPI.js +1 -1
  6. package/clients/catalogService/core/OpenAPI.ts +1 -1
  7. package/clients/contentService/core/OpenAPI.js +1 -1
  8. package/clients/contentService/core/OpenAPI.ts +1 -1
  9. package/clients/contentService/services/PortalsService.js +26 -14
  10. package/clients/contentService/services/PortalsService.ts +26 -14
  11. package/clients/crmService/core/OpenAPI.js +1 -1
  12. package/clients/crmService/core/OpenAPI.ts +1 -1
  13. package/clients/dealsService/core/OpenAPI.js +1 -1
  14. package/clients/dealsService/core/OpenAPI.ts +1 -1
  15. package/clients/forexService/core/OpenAPI.js +1 -1
  16. package/clients/forexService/core/OpenAPI.ts +1 -1
  17. package/clients/globeService/core/OpenAPI.js +1 -1
  18. package/clients/globeService/core/OpenAPI.ts +1 -1
  19. package/clients/globeService/index.js +5 -1
  20. package/clients/globeService/index.ts +4 -0
  21. package/clients/{identityService/models/ForgotPasswordRequest.ts → globeService/models/Error.ts} +4 -2
  22. package/clients/globeService/models/PaymentResponse.js +21 -0
  23. package/clients/globeService/models/PaymentResponse.ts +34 -0
  24. package/clients/globeService/models/ResponseStatus.ts +12 -0
  25. package/clients/globeService/services/MigrationsService.js +26 -0
  26. package/clients/globeService/services/MigrationsService.ts +30 -0
  27. package/clients/holderService/core/OpenAPI.js +1 -1
  28. package/clients/holderService/core/OpenAPI.ts +1 -1
  29. package/clients/hrmsService/core/OpenAPI.js +1 -1
  30. package/clients/hrmsService/core/OpenAPI.ts +1 -1
  31. package/clients/identityService/core/OpenAPI.js +1 -1
  32. package/clients/identityService/core/OpenAPI.ts +1 -1
  33. package/clients/identityService/index.js +1 -3
  34. package/clients/identityService/index.ts +0 -13
  35. package/clients/inventoryService/core/OpenAPI.js +1 -1
  36. package/clients/inventoryService/core/OpenAPI.ts +1 -1
  37. package/clients/invoicingService/core/OpenAPI.js +1 -1
  38. package/clients/invoicingService/core/OpenAPI.ts +1 -1
  39. package/clients/learningService/core/OpenAPI.js +1 -1
  40. package/clients/learningService/core/OpenAPI.ts +1 -1
  41. package/clients/marketingService/core/OpenAPI.js +1 -1
  42. package/clients/marketingService/core/OpenAPI.ts +1 -1
  43. package/clients/ordersService/core/OpenAPI.js +1 -1
  44. package/clients/ordersService/core/OpenAPI.ts +1 -1
  45. package/clients/paymentsService/core/OpenAPI.js +1 -1
  46. package/clients/paymentsService/core/OpenAPI.ts +1 -1
  47. package/clients/pricingService/core/OpenAPI.js +1 -1
  48. package/clients/pricingService/core/OpenAPI.ts +1 -1
  49. package/clients/projectsService/core/OpenAPI.js +1 -1
  50. package/clients/projectsService/core/OpenAPI.ts +1 -1
  51. package/clients/quotesService/core/OpenAPI.js +1 -1
  52. package/clients/quotesService/core/OpenAPI.ts +1 -1
  53. package/clients/salesService/core/OpenAPI.js +1 -1
  54. package/clients/salesService/core/OpenAPI.ts +1 -1
  55. package/clients/securityService/core/OpenAPI.js +1 -1
  56. package/clients/securityService/core/OpenAPI.ts +1 -1
  57. package/clients/shipmentsService/core/OpenAPI.js +1 -1
  58. package/clients/shipmentsService/core/OpenAPI.ts +1 -1
  59. package/clients/socialService/core/OpenAPI.js +1 -1
  60. package/clients/socialService/core/OpenAPI.ts +1 -1
  61. package/clients/socialService/services/SocialProfilesService.js +72 -24
  62. package/clients/socialService/services/SocialProfilesService.ts +72 -24
  63. package/clients/storageService/core/OpenAPI.js +1 -1
  64. package/clients/storageService/core/OpenAPI.ts +1 -1
  65. package/clients/supportService/core/OpenAPI.js +1 -1
  66. package/clients/supportService/core/OpenAPI.ts +1 -1
  67. package/clients/systemService/core/OpenAPI.js +1 -1
  68. package/clients/systemService/core/OpenAPI.ts +1 -1
  69. package/clients/systemService/index.js +5 -1
  70. package/clients/systemService/index.ts +10 -0
  71. package/clients/{identityService/models/RegisterRequest.ts → systemService/models/AdditionalAttribute.ts} +3 -3
  72. package/clients/{identityService/models/HttpValidationProblemDetails.ts → systemService/models/LicenseAttributes.ts} +1 -1
  73. package/clients/systemService/models/LicenseAttributesListEnvelope.ts +14 -0
  74. package/clients/{identityService/models/ResendConfirmationEmailRequest.ts → systemService/models/LicenseFeature.ts} +3 -2
  75. package/clients/{identityService/models/RefreshRequest.ts → systemService/models/LicenseKey.ts} +2 -2
  76. package/clients/systemService/models/LicenseKeyRequest.js +12 -0
  77. package/clients/systemService/models/LicenseKeyRequest.ts +28 -0
  78. package/clients/{identityService/models/InfoResponse.ts → systemService/models/LicenseValidationError.ts} +3 -3
  79. package/clients/systemService/models/LicenseValidationErrorListEnvelope.ts +14 -0
  80. package/clients/systemService/models/StringEnvelope.ts +13 -0
  81. package/clients/systemService/services/LicensesService.js +108 -0
  82. package/clients/systemService/services/LicensesService.ts +131 -0
  83. package/clients/tenantService/core/OpenAPI.js +1 -1
  84. package/clients/tenantService/core/OpenAPI.ts +1 -1
  85. package/clients/timeTrackerService/core/OpenAPI.js +1 -1
  86. package/clients/timeTrackerService/core/OpenAPI.ts +1 -1
  87. package/clients/walletsService/core/OpenAPI.js +1 -1
  88. package/clients/walletsService/core/OpenAPI.ts +1 -1
  89. package/clients/walletsService/services/WalletsService.js +65 -21
  90. package/clients/walletsService/services/WalletsService.ts +65 -21
  91. package/package.json +1 -1
  92. package/schemas/contentService/schema.s.ts +120 -48
  93. package/schemas/globeService/schema.s.ts +64 -0
  94. package/schemas/identityService/schema.s.ts +1 -382
  95. package/schemas/socialService/schema.s.ts +1046 -990
  96. package/schemas/systemService/schema.s.ts +238 -0
  97. package/schemas/walletsService/schema.s.ts +971 -774
  98. package/clients/identityService/models/AccessTokenResponse.ts +0 -11
  99. package/clients/identityService/models/InfoRequest.ts +0 -10
  100. package/clients/identityService/models/LoginRequest.ts +0 -11
  101. package/clients/identityService/models/ResetPasswordRequest.ts +0 -10
  102. package/clients/identityService/models/TwoFactorRequest.js +0 -2
  103. package/clients/identityService/models/TwoFactorRequest.ts +0 -12
  104. package/clients/identityService/models/TwoFactorResponse.js +0 -2
  105. package/clients/identityService/models/TwoFactorResponse.ts +0 -12
  106. package/clients/identityService/services/FenixAllianceAbsModulesWebService.js +0 -246
  107. package/clients/identityService/services/FenixAllianceAbsModulesWebService.ts +0 -293
  108. /package/clients/{identityService/models/AccessTokenResponse.js → globeService/models/Error.js} +0 -0
  109. /package/clients/{identityService/models/ForgotPasswordRequest.js → globeService/models/ResponseStatus.js} +0 -0
  110. /package/clients/{identityService/models/HttpValidationProblemDetails.js → systemService/models/AdditionalAttribute.js} +0 -0
  111. /package/clients/{identityService/models/InfoRequest.js → systemService/models/LicenseAttributes.js} +0 -0
  112. /package/clients/{identityService/models/InfoResponse.js → systemService/models/LicenseAttributesListEnvelope.js} +0 -0
  113. /package/clients/{identityService/models/LoginRequest.js → systemService/models/LicenseFeature.js} +0 -0
  114. /package/clients/{identityService/models/RefreshRequest.js → systemService/models/LicenseKey.js} +0 -0
  115. /package/clients/{identityService/models/RegisterRequest.js → systemService/models/LicenseValidationError.js} +0 -0
  116. /package/clients/{identityService/models/ResendConfirmationEmailRequest.js → systemService/models/LicenseValidationErrorListEnvelope.js} +0 -0
  117. /package/clients/{identityService/models/ResetPasswordRequest.js → systemService/models/StringEnvelope.js} +0 -0
@@ -1134,926 +1134,162 @@ export interface paths {
1134
1134
  };
1135
1135
  };
1136
1136
  "/api/v2/SocialService/SocialProfiles": {
1137
- get: {
1138
- parameters: {
1139
- query?: {
1140
- "api-version"?: string;
1141
- };
1142
- header?: {
1143
- "x-api-version"?: string;
1144
- };
1145
- };
1146
- responses: {
1147
- /** @description OK */
1148
- 200: {
1149
- content: {
1150
- "application/json": components["schemas"]["SocialProfileDtoListEnvelope"];
1151
- "application/xml": components["schemas"]["SocialProfileDtoListEnvelope"];
1152
- };
1153
- };
1154
- /** @description Unauthorized */
1155
- 401: {
1156
- content: {
1157
- "application/json": components["schemas"]["ErrorEnvelope"];
1158
- "application/xml": components["schemas"]["ErrorEnvelope"];
1159
- };
1160
- };
1161
- /** @description Forbidden */
1162
- 403: {
1163
- content: {
1164
- "application/json": components["schemas"]["ErrorEnvelope"];
1165
- "application/xml": components["schemas"]["ErrorEnvelope"];
1166
- };
1167
- };
1168
- };
1169
- };
1137
+ /**
1138
+ * Get Social Profiles
1139
+ * @description Get a list of social profiles.
1140
+ */
1141
+ get: operations["GetSocialProfilesAsync"];
1170
1142
  };
1171
1143
  "/api/v2/SocialService/SocialProfiles/Count": {
1172
- get: {
1173
- parameters: {
1174
- query?: {
1175
- "api-version"?: string;
1176
- };
1177
- header?: {
1178
- "x-api-version"?: string;
1179
- };
1180
- };
1181
- responses: {
1182
- /** @description OK */
1183
- 200: {
1184
- content: {
1185
- "application/json": components["schemas"]["Int32Envelope"];
1186
- "application/xml": components["schemas"]["Int32Envelope"];
1187
- };
1188
- };
1189
- /** @description Unauthorized */
1190
- 401: {
1191
- content: {
1192
- "application/json": components["schemas"]["ErrorEnvelope"];
1193
- "application/xml": components["schemas"]["ErrorEnvelope"];
1194
- };
1195
- };
1196
- /** @description Forbidden */
1197
- 403: {
1198
- content: {
1199
- "application/json": components["schemas"]["ErrorEnvelope"];
1200
- "application/xml": components["schemas"]["ErrorEnvelope"];
1201
- };
1202
- };
1203
- };
1204
- };
1144
+ /**
1145
+ * Count Social Profiles
1146
+ * @description Count social profiles.
1147
+ */
1148
+ get: operations["CountSocialProfilesAsync"];
1205
1149
  };
1206
1150
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}": {
1207
- get: {
1208
- parameters: {
1209
- query?: {
1210
- "api-version"?: string;
1211
- };
1212
- header?: {
1213
- "x-api-version"?: string;
1214
- };
1215
- path: {
1216
- socialProfileId: string;
1217
- };
1218
- };
1219
- responses: {
1220
- /** @description OK */
1221
- 200: {
1222
- content: {
1223
- "application/json": components["schemas"]["SocialProfileDtoEnvelope"];
1224
- "application/xml": components["schemas"]["SocialProfileDtoEnvelope"];
1225
- };
1226
- };
1227
- /** @description Unauthorized */
1228
- 401: {
1229
- content: {
1230
- "application/json": components["schemas"]["ErrorEnvelope"];
1231
- "application/xml": components["schemas"]["ErrorEnvelope"];
1232
- };
1233
- };
1234
- /** @description Forbidden */
1235
- 403: {
1236
- content: {
1237
- "application/json": components["schemas"]["ErrorEnvelope"];
1238
- "application/xml": components["schemas"]["ErrorEnvelope"];
1239
- };
1240
- };
1241
- };
1242
- };
1151
+ /**
1152
+ * Get Social Profile
1153
+ * @description Get a social profile by ID.
1154
+ */
1155
+ get: operations["GetSocialProfileAsync"];
1243
1156
  };
1244
1157
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers": {
1245
- get: {
1246
- parameters: {
1247
- query?: {
1248
- "api-version"?: string;
1249
- };
1250
- header?: {
1251
- "x-api-version"?: string;
1252
- };
1253
- path: {
1254
- socialProfileId: string;
1255
- };
1256
- };
1257
- responses: {
1258
- /** @description OK */
1259
- 200: {
1260
- content: {
1261
- "application/json": components["schemas"]["FollowRecordDtoListEnvelope"];
1262
- "application/xml": components["schemas"]["FollowRecordDtoListEnvelope"];
1263
- };
1264
- };
1265
- /** @description Unauthorized */
1266
- 401: {
1267
- content: {
1268
- "application/json": components["schemas"]["ErrorEnvelope"];
1269
- "application/xml": components["schemas"]["ErrorEnvelope"];
1270
- };
1271
- };
1272
- /** @description Forbidden */
1273
- 403: {
1274
- content: {
1275
- "application/json": components["schemas"]["ErrorEnvelope"];
1276
- "application/xml": components["schemas"]["ErrorEnvelope"];
1277
- };
1278
- };
1279
- };
1280
- };
1158
+ /**
1159
+ * Get Followers
1160
+ * @description Get a list of followers for a social profile.
1161
+ */
1162
+ get: operations["GetFollowersAsync"];
1281
1163
  };
1282
1164
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Count": {
1283
- get: {
1284
- parameters: {
1285
- query?: {
1286
- "api-version"?: string;
1287
- };
1288
- header?: {
1289
- "x-api-version"?: string;
1290
- };
1291
- path: {
1292
- socialProfileId: string;
1293
- };
1294
- };
1295
- responses: {
1296
- /** @description OK */
1297
- 200: {
1298
- content: {
1299
- "application/json": components["schemas"]["Int32Envelope"];
1300
- "application/xml": components["schemas"]["Int32Envelope"];
1301
- };
1302
- };
1303
- /** @description Unauthorized */
1304
- 401: {
1305
- content: {
1306
- "application/json": components["schemas"]["ErrorEnvelope"];
1307
- "application/xml": components["schemas"]["ErrorEnvelope"];
1308
- };
1309
- };
1310
- /** @description Forbidden */
1311
- 403: {
1312
- content: {
1313
- "application/json": components["schemas"]["ErrorEnvelope"];
1314
- "application/xml": components["schemas"]["ErrorEnvelope"];
1315
- };
1316
- };
1317
- };
1318
- };
1165
+ /**
1166
+ * Count Followers
1167
+ * @description Count followers for a social profile.
1168
+ */
1169
+ get: operations["CountFollowersAsync"];
1319
1170
  };
1320
1171
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Profiles": {
1321
- get: {
1322
- parameters: {
1323
- query?: {
1324
- "api-version"?: string;
1325
- };
1326
- header?: {
1327
- "x-api-version"?: string;
1328
- };
1329
- path: {
1330
- socialProfileId: string;
1331
- };
1332
- };
1333
- responses: {
1334
- /** @description OK */
1335
- 200: {
1336
- content: {
1337
- "application/json": components["schemas"]["SocialProfileDtoListEnvelope"];
1338
- "application/xml": components["schemas"]["SocialProfileDtoListEnvelope"];
1339
- };
1340
- };
1341
- /** @description Unauthorized */
1342
- 401: {
1343
- content: {
1344
- "application/json": components["schemas"]["ErrorEnvelope"];
1345
- "application/xml": components["schemas"]["ErrorEnvelope"];
1346
- };
1347
- };
1348
- /** @description Forbidden */
1349
- 403: {
1350
- content: {
1351
- "application/json": components["schemas"]["ErrorEnvelope"];
1352
- "application/xml": components["schemas"]["ErrorEnvelope"];
1353
- };
1354
- };
1355
- };
1356
- };
1172
+ /**
1173
+ * Get Followers
1174
+ * @description Get a list of followers for a social profile.
1175
+ */
1176
+ get: operations["GetFollowersAsync"];
1357
1177
  };
1358
1178
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}/Followers/Profiles/Count": {
1359
- get: {
1360
- parameters: {
1361
- query?: {
1362
- "api-version"?: string;
1363
- };
1364
- header?: {
1365
- "x-api-version"?: string;
1366
- };
1367
- path: {
1368
- socialProfileId: string;
1369
- };
1370
- };
1371
- responses: {
1372
- /** @description OK */
1373
- 200: {
1374
- content: {
1375
- "application/json": components["schemas"]["Int32Envelope"];
1376
- "application/xml": components["schemas"]["Int32Envelope"];
1377
- };
1378
- };
1379
- /** @description Unauthorized */
1380
- 401: {
1381
- content: {
1382
- "application/json": components["schemas"]["ErrorEnvelope"];
1383
- "application/xml": components["schemas"]["ErrorEnvelope"];
1384
- };
1385
- };
1386
- /** @description Forbidden */
1387
- 403: {
1388
- content: {
1389
- "application/json": components["schemas"]["ErrorEnvelope"];
1390
- "application/xml": components["schemas"]["ErrorEnvelope"];
1391
- };
1392
- };
1393
- };
1394
- };
1179
+ /**
1180
+ * Count Followers
1181
+ * @description Count followers for a social profile.
1182
+ */
1183
+ get: operations["CountFollowersAsync"];
1395
1184
  };
1396
1185
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows": {
1397
- get: {
1398
- parameters: {
1399
- query?: {
1400
- "api-version"?: string;
1401
- };
1402
- header?: {
1403
- "x-api-version"?: string;
1404
- };
1405
- path: {
1406
- socialProfileId: string;
1407
- };
1408
- };
1409
- responses: {
1410
- /** @description OK */
1411
- 200: {
1412
- content: {
1413
- "application/json": components["schemas"]["FollowRecordDtoListEnvelope"];
1414
- "application/xml": components["schemas"]["FollowRecordDtoListEnvelope"];
1415
- };
1416
- };
1417
- /** @description Unauthorized */
1418
- 401: {
1419
- content: {
1420
- "application/json": components["schemas"]["ErrorEnvelope"];
1421
- "application/xml": components["schemas"]["ErrorEnvelope"];
1422
- };
1423
- };
1424
- /** @description Forbidden */
1425
- 403: {
1426
- content: {
1427
- "application/json": components["schemas"]["ErrorEnvelope"];
1428
- "application/xml": components["schemas"]["ErrorEnvelope"];
1429
- };
1430
- };
1431
- };
1432
- };
1186
+ /**
1187
+ * Get Follows
1188
+ * @description Get a list of follows for a social profile.
1189
+ */
1190
+ get: operations["GetFollowsAsync"];
1433
1191
  };
1434
1192
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Count": {
1435
- get: {
1436
- parameters: {
1437
- query?: {
1438
- "api-version"?: string;
1439
- };
1440
- header?: {
1441
- "x-api-version"?: string;
1442
- };
1443
- path: {
1444
- socialProfileId: string;
1445
- };
1446
- };
1447
- responses: {
1448
- /** @description OK */
1449
- 200: {
1450
- content: {
1451
- "application/json": components["schemas"]["Int32Envelope"];
1452
- "application/xml": components["schemas"]["Int32Envelope"];
1453
- };
1454
- };
1455
- /** @description Unauthorized */
1456
- 401: {
1457
- content: {
1458
- "application/json": components["schemas"]["ErrorEnvelope"];
1459
- "application/xml": components["schemas"]["ErrorEnvelope"];
1460
- };
1461
- };
1462
- /** @description Forbidden */
1463
- 403: {
1464
- content: {
1465
- "application/json": components["schemas"]["ErrorEnvelope"];
1466
- "application/xml": components["schemas"]["ErrorEnvelope"];
1467
- };
1468
- };
1469
- };
1470
- };
1193
+ /**
1194
+ * Count Follows
1195
+ * @description Count follows for a social profile.
1196
+ */
1197
+ get: operations["CountFollowsAsync"];
1471
1198
  };
1472
1199
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Profiles": {
1473
- get: {
1474
- parameters: {
1475
- query?: {
1476
- "api-version"?: string;
1477
- };
1478
- header?: {
1479
- "x-api-version"?: string;
1480
- };
1481
- path: {
1482
- socialProfileId: string;
1483
- };
1484
- };
1485
- responses: {
1486
- /** @description OK */
1487
- 200: {
1488
- content: {
1489
- "application/json": components["schemas"]["SocialProfileDtoListEnvelope"];
1490
- "application/xml": components["schemas"]["SocialProfileDtoListEnvelope"];
1491
- };
1492
- };
1493
- /** @description Unauthorized */
1494
- 401: {
1495
- content: {
1496
- "application/json": components["schemas"]["ErrorEnvelope"];
1497
- "application/xml": components["schemas"]["ErrorEnvelope"];
1498
- };
1499
- };
1500
- /** @description Forbidden */
1501
- 403: {
1502
- content: {
1503
- "application/json": components["schemas"]["ErrorEnvelope"];
1504
- "application/xml": components["schemas"]["ErrorEnvelope"];
1505
- };
1506
- };
1507
- };
1508
- };
1200
+ /**
1201
+ * Get Follows
1202
+ * @description Get a list of follows for a social profile.
1203
+ */
1204
+ get: operations["GetFollowsAsync"];
1509
1205
  };
1510
1206
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/Profiles/Count": {
1511
- get: {
1512
- parameters: {
1513
- query?: {
1514
- "api-version"?: string;
1515
- };
1516
- header?: {
1517
- "x-api-version"?: string;
1518
- };
1519
- path: {
1520
- socialProfileId: string;
1521
- };
1522
- };
1523
- responses: {
1524
- /** @description OK */
1525
- 200: {
1526
- content: {
1527
- "application/json": components["schemas"]["Int32Envelope"];
1528
- "application/xml": components["schemas"]["Int32Envelope"];
1529
- };
1530
- };
1531
- /** @description Unauthorized */
1532
- 401: {
1533
- content: {
1534
- "application/json": components["schemas"]["ErrorEnvelope"];
1535
- "application/xml": components["schemas"]["ErrorEnvelope"];
1536
- };
1537
- };
1538
- /** @description Forbidden */
1539
- 403: {
1540
- content: {
1541
- "application/json": components["schemas"]["ErrorEnvelope"];
1542
- "application/xml": components["schemas"]["ErrorEnvelope"];
1543
- };
1544
- };
1545
- };
1546
- };
1207
+ /**
1208
+ * Count Follows
1209
+ * @description Count follows for a social profile.
1210
+ */
1211
+ get: operations["CountFollowsAsync"];
1547
1212
  };
1548
1213
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}/Follows/{followedSocialProfileId}": {
1549
- get: {
1550
- parameters: {
1551
- query?: {
1552
- "api-version"?: string;
1553
- };
1554
- header?: {
1555
- "x-api-version"?: string;
1556
- };
1557
- path: {
1558
- socialProfileId: string;
1559
- followedSocialProfileId: string;
1560
- };
1561
- };
1562
- responses: {
1563
- /** @description OK */
1564
- 200: {
1565
- content: {
1566
- "application/json": components["schemas"]["BooleanEnvelope"];
1567
- "application/xml": components["schemas"]["BooleanEnvelope"];
1568
- };
1569
- };
1570
- /** @description Unauthorized */
1571
- 401: {
1572
- content: {
1573
- "application/json": components["schemas"]["ErrorEnvelope"];
1574
- "application/xml": components["schemas"]["ErrorEnvelope"];
1575
- };
1576
- };
1577
- /** @description Forbidden */
1578
- 403: {
1579
- content: {
1580
- "application/json": components["schemas"]["ErrorEnvelope"];
1581
- "application/xml": components["schemas"]["ErrorEnvelope"];
1582
- };
1583
- };
1584
- };
1585
- };
1586
- post: {
1587
- parameters: {
1588
- query?: {
1589
- "api-version"?: string;
1590
- };
1591
- header?: {
1592
- "x-api-version"?: string;
1593
- };
1594
- path: {
1595
- socialProfileId: string;
1596
- followedSocialProfileId: string;
1597
- };
1598
- };
1599
- responses: {
1600
- /** @description OK */
1601
- 200: {
1602
- content: {
1603
- "application/json": components["schemas"]["EmptyEnvelope"];
1604
- "application/xml": components["schemas"]["EmptyEnvelope"];
1605
- };
1606
- };
1607
- /** @description Unauthorized */
1608
- 401: {
1609
- content: {
1610
- "application/json": components["schemas"]["ErrorEnvelope"];
1611
- "application/xml": components["schemas"]["ErrorEnvelope"];
1612
- };
1613
- };
1614
- /** @description Forbidden */
1615
- 403: {
1616
- content: {
1617
- "application/json": components["schemas"]["ErrorEnvelope"];
1618
- "application/xml": components["schemas"]["ErrorEnvelope"];
1619
- };
1620
- };
1621
- };
1622
- };
1623
- delete: {
1624
- parameters: {
1625
- query?: {
1626
- "api-version"?: string;
1627
- };
1628
- header?: {
1629
- "x-api-version"?: string;
1630
- };
1631
- path: {
1632
- socialProfileId: string;
1633
- followedSocialProfileId: string;
1634
- };
1635
- };
1636
- responses: {
1637
- /** @description OK */
1638
- 200: {
1639
- content: {
1640
- "application/json": components["schemas"]["EmptyEnvelope"];
1641
- "application/xml": components["schemas"]["EmptyEnvelope"];
1642
- };
1643
- };
1644
- /** @description Unauthorized */
1645
- 401: {
1646
- content: {
1647
- "application/json": components["schemas"]["ErrorEnvelope"];
1648
- "application/xml": components["schemas"]["ErrorEnvelope"];
1649
- };
1650
- };
1651
- /** @description Forbidden */
1652
- 403: {
1653
- content: {
1654
- "application/json": components["schemas"]["ErrorEnvelope"];
1655
- "application/xml": components["schemas"]["ErrorEnvelope"];
1656
- };
1657
- };
1658
- };
1659
- };
1214
+ /**
1215
+ * Check if Follow Exists
1216
+ * @description Check if a follow record exists between two social profiles.
1217
+ */
1218
+ get: operations["FollowExistsAsync"];
1219
+ /**
1220
+ * Follow
1221
+ * @description Follow a social profile.
1222
+ */
1223
+ post: operations["FollowAsync"];
1224
+ /**
1225
+ * Unfollow
1226
+ * @description Unfollow a social profile.
1227
+ */
1228
+ delete: operations["UnfollowAsync"];
1660
1229
  };
1661
1230
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}/Notifications": {
1662
- get: {
1663
- parameters: {
1664
- query?: {
1665
- "api-version"?: string;
1666
- };
1667
- header?: {
1668
- "x-api-version"?: string;
1669
- };
1670
- path: {
1671
- socialProfileId: string;
1672
- };
1673
- };
1674
- responses: {
1675
- /** @description OK */
1676
- 200: {
1677
- content: {
1678
- "application/json": components["schemas"]["NotificationDtoListEnvelope"];
1679
- "application/xml": components["schemas"]["NotificationDtoListEnvelope"];
1680
- };
1681
- };
1682
- /** @description Unauthorized */
1683
- 401: {
1684
- content: {
1685
- "application/json": components["schemas"]["ErrorEnvelope"];
1686
- "application/xml": components["schemas"]["ErrorEnvelope"];
1687
- };
1688
- };
1689
- /** @description Forbidden */
1690
- 403: {
1691
- content: {
1692
- "application/json": components["schemas"]["ErrorEnvelope"];
1693
- "application/xml": components["schemas"]["ErrorEnvelope"];
1694
- };
1695
- };
1696
- };
1697
- };
1231
+ /**
1232
+ * Get Notifications
1233
+ * @description Get a list of notifications for a social profile.
1234
+ */
1235
+ get: operations["GetNotificationsAsync"];
1698
1236
  };
1699
1237
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}/Notifications/Count": {
1700
- get: {
1701
- parameters: {
1702
- query?: {
1703
- "api-version"?: string;
1704
- };
1705
- header?: {
1706
- "x-api-version"?: string;
1707
- };
1708
- path: {
1709
- socialProfileId: string;
1710
- };
1711
- };
1712
- responses: {
1713
- /** @description OK */
1714
- 200: {
1715
- content: {
1716
- "application/json": components["schemas"]["Int32Envelope"];
1717
- "application/xml": components["schemas"]["Int32Envelope"];
1718
- };
1719
- };
1720
- /** @description Unauthorized */
1721
- 401: {
1722
- content: {
1723
- "application/json": components["schemas"]["ErrorEnvelope"];
1724
- "application/xml": components["schemas"]["ErrorEnvelope"];
1725
- };
1726
- };
1727
- /** @description Forbidden */
1728
- 403: {
1729
- content: {
1730
- "application/json": components["schemas"]["ErrorEnvelope"];
1731
- "application/xml": components["schemas"]["ErrorEnvelope"];
1732
- };
1733
- };
1734
- };
1735
- };
1238
+ /**
1239
+ * Count Notifications
1240
+ * @description Count notifications for a social profile.
1241
+ */
1242
+ get: operations["CountNotificationsAsync"];
1736
1243
  };
1737
1244
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}/Conversations": {
1738
- get: {
1739
- parameters: {
1740
- query?: {
1741
- "api-version"?: string;
1742
- };
1743
- header?: {
1744
- "x-api-version"?: string;
1745
- };
1746
- path: {
1747
- socialProfileId: string;
1748
- };
1749
- };
1750
- responses: {
1751
- /** @description OK */
1752
- 200: {
1753
- content: {
1754
- "application/json": components["schemas"]["ConversationDtoListEnvelope"];
1755
- "application/xml": components["schemas"]["ConversationDtoListEnvelope"];
1756
- };
1757
- };
1758
- /** @description Unauthorized */
1759
- 401: {
1760
- content: {
1761
- "application/json": components["schemas"]["ErrorEnvelope"];
1762
- "application/xml": components["schemas"]["ErrorEnvelope"];
1763
- };
1764
- };
1765
- /** @description Forbidden */
1766
- 403: {
1767
- content: {
1768
- "application/json": components["schemas"]["ErrorEnvelope"];
1769
- "application/xml": components["schemas"]["ErrorEnvelope"];
1770
- };
1771
- };
1772
- };
1773
- };
1774
- post: {
1775
- parameters: {
1776
- query?: {
1777
- "api-version"?: string;
1778
- };
1779
- header?: {
1780
- "x-api-version"?: string;
1781
- };
1782
- path: {
1783
- socialProfileId: string;
1784
- };
1785
- };
1786
- requestBody?: {
1787
- content: {
1788
- "application/json": components["schemas"]["ConversationCreateDto"];
1789
- "application/xml": components["schemas"]["ConversationCreateDto"];
1790
- };
1791
- };
1792
- responses: {
1793
- /** @description OK */
1794
- 200: {
1795
- content: {
1796
- "application/json": components["schemas"]["EmptyEnvelope"];
1797
- "application/xml": components["schemas"]["EmptyEnvelope"];
1798
- };
1799
- };
1800
- /** @description Unauthorized */
1801
- 401: {
1802
- content: {
1803
- "application/json": components["schemas"]["ErrorEnvelope"];
1804
- "application/xml": components["schemas"]["ErrorEnvelope"];
1805
- };
1806
- };
1807
- /** @description Forbidden */
1808
- 403: {
1809
- content: {
1810
- "application/json": components["schemas"]["ErrorEnvelope"];
1811
- "application/xml": components["schemas"]["ErrorEnvelope"];
1812
- };
1813
- };
1814
- };
1815
- };
1245
+ /**
1246
+ * Get Conversations
1247
+ * @description Get a list of conversations for a social profile.
1248
+ */
1249
+ get: operations["GetConversationsAsync"];
1250
+ /**
1251
+ * Create Conversation
1252
+ * @description Create a new conversation.
1253
+ */
1254
+ post: operations["CreateConversationAsync"];
1816
1255
  };
1817
1256
  "/api/v2/SocialService/SocialProfiles/{socialProfileId}/Conversations/Count": {
1818
- get: {
1819
- parameters: {
1820
- query?: {
1821
- "api-version"?: string;
1822
- };
1823
- header?: {
1824
- "x-api-version"?: string;
1825
- };
1826
- path: {
1827
- socialProfileId: string;
1828
- };
1829
- };
1830
- responses: {
1831
- /** @description OK */
1832
- 200: {
1833
- content: {
1834
- "application/json": components["schemas"]["Int32Envelope"];
1835
- "application/xml": components["schemas"]["Int32Envelope"];
1836
- };
1837
- };
1838
- /** @description Unauthorized */
1839
- 401: {
1840
- content: {
1841
- "application/json": components["schemas"]["ErrorEnvelope"];
1842
- "application/xml": components["schemas"]["ErrorEnvelope"];
1843
- };
1844
- };
1845
- /** @description Forbidden */
1846
- 403: {
1847
- content: {
1848
- "application/json": components["schemas"]["ErrorEnvelope"];
1849
- "application/xml": components["schemas"]["ErrorEnvelope"];
1850
- };
1851
- };
1852
- };
1853
- };
1257
+ /**
1258
+ * Count Conversations
1259
+ * @description Count conversations for a social profile.
1260
+ */
1261
+ get: operations["CountConversationsAsync"];
1854
1262
  };
1855
1263
  "/api/v2/SocialService/SocialProfiles/{conversationId}/Messages": {
1856
- get: {
1857
- parameters: {
1858
- query?: {
1859
- "api-version"?: string;
1860
- };
1861
- header?: {
1862
- "x-api-version"?: string;
1863
- };
1864
- path: {
1865
- conversationId: string;
1866
- };
1867
- };
1868
- responses: {
1869
- /** @description OK */
1870
- 200: {
1871
- content: {
1872
- "application/json": components["schemas"]["PrivateMessageDtoListEnvelope"];
1873
- "application/xml": components["schemas"]["PrivateMessageDtoListEnvelope"];
1874
- };
1875
- };
1876
- /** @description Unauthorized */
1877
- 401: {
1878
- content: {
1879
- "application/json": components["schemas"]["ErrorEnvelope"];
1880
- "application/xml": components["schemas"]["ErrorEnvelope"];
1881
- };
1882
- };
1883
- /** @description Forbidden */
1884
- 403: {
1885
- content: {
1886
- "application/json": components["schemas"]["ErrorEnvelope"];
1887
- "application/xml": components["schemas"]["ErrorEnvelope"];
1888
- };
1889
- };
1890
- };
1891
- };
1892
- post: {
1893
- parameters: {
1894
- query: {
1895
- socialProfileId: string;
1896
- "api-version"?: string;
1897
- };
1898
- header?: {
1899
- "x-api-version"?: string;
1900
- };
1901
- path: {
1902
- conversationId: string;
1903
- };
1904
- };
1905
- requestBody?: {
1906
- content: {
1907
- "application/json": components["schemas"]["PrivateMessageCreateDto"];
1908
- "application/xml": components["schemas"]["PrivateMessageCreateDto"];
1909
- };
1910
- };
1911
- responses: {
1912
- /** @description OK */
1913
- 200: {
1914
- content: {
1915
- "application/json": components["schemas"]["EmptyEnvelope"];
1916
- "application/xml": components["schemas"]["EmptyEnvelope"];
1917
- };
1918
- };
1919
- /** @description Unauthorized */
1920
- 401: {
1921
- content: {
1922
- "application/json": components["schemas"]["ErrorEnvelope"];
1923
- "application/xml": components["schemas"]["ErrorEnvelope"];
1924
- };
1925
- };
1926
- /** @description Forbidden */
1927
- 403: {
1928
- content: {
1929
- "application/json": components["schemas"]["ErrorEnvelope"];
1930
- "application/xml": components["schemas"]["ErrorEnvelope"];
1931
- };
1932
- };
1933
- };
1934
- };
1264
+ /**
1265
+ * Get Messages
1266
+ * @description Get a list of messages for a conversation.
1267
+ */
1268
+ get: operations["GetMessagesAsync"];
1269
+ /**
1270
+ * Create Message
1271
+ * @description Create a new message.
1272
+ */
1273
+ post: operations["CreateMessageAsync"];
1935
1274
  };
1936
1275
  "/api/v2/SocialService/SocialProfiles/{conversationId}/Messages/Count": {
1937
- get: {
1938
- parameters: {
1939
- query?: {
1940
- "api-version"?: string;
1941
- };
1942
- header?: {
1943
- "x-api-version"?: string;
1944
- };
1945
- path: {
1946
- conversationId: string;
1947
- };
1948
- };
1949
- responses: {
1950
- /** @description OK */
1951
- 200: {
1952
- content: {
1953
- "application/json": components["schemas"]["Int32Envelope"];
1954
- "application/xml": components["schemas"]["Int32Envelope"];
1955
- };
1956
- };
1957
- /** @description Unauthorized */
1958
- 401: {
1959
- content: {
1960
- "application/json": components["schemas"]["ErrorEnvelope"];
1961
- "application/xml": components["schemas"]["ErrorEnvelope"];
1962
- };
1963
- };
1964
- /** @description Forbidden */
1965
- 403: {
1966
- content: {
1967
- "application/json": components["schemas"]["ErrorEnvelope"];
1968
- "application/xml": components["schemas"]["ErrorEnvelope"];
1969
- };
1970
- };
1971
- };
1972
- };
1276
+ /**
1277
+ * Count Messages
1278
+ * @description Count messages for a conversation.
1279
+ */
1280
+ get: operations["CountMessagesAsync"];
1973
1281
  };
1974
1282
  "/api/v2/SocialService/SocialProfiles/{conversationId}/Messages/{messageId}": {
1975
- put: {
1976
- parameters: {
1977
- query: {
1978
- socialProfileId: string;
1979
- "api-version"?: string;
1980
- };
1981
- header?: {
1982
- "x-api-version"?: string;
1983
- };
1984
- path: {
1985
- conversationId: string;
1986
- messageId: string;
1987
- };
1988
- };
1989
- requestBody?: {
1990
- content: {
1991
- "application/json": components["schemas"]["PrivateMessageUpdateDto"];
1992
- "application/xml": components["schemas"]["PrivateMessageUpdateDto"];
1993
- };
1994
- };
1995
- responses: {
1996
- /** @description OK */
1997
- 200: {
1998
- content: {
1999
- "application/json": components["schemas"]["EmptyEnvelope"];
2000
- "application/xml": components["schemas"]["EmptyEnvelope"];
2001
- };
2002
- };
2003
- /** @description Unauthorized */
2004
- 401: {
2005
- content: {
2006
- "application/json": components["schemas"]["ErrorEnvelope"];
2007
- "application/xml": components["schemas"]["ErrorEnvelope"];
2008
- };
2009
- };
2010
- /** @description Forbidden */
2011
- 403: {
2012
- content: {
2013
- "application/json": components["schemas"]["ErrorEnvelope"];
2014
- "application/xml": components["schemas"]["ErrorEnvelope"];
2015
- };
2016
- };
2017
- };
2018
- };
2019
- delete: {
2020
- parameters: {
2021
- query: {
2022
- socialProfileId: string;
2023
- "api-version"?: string;
2024
- };
2025
- header?: {
2026
- "x-api-version"?: string;
2027
- };
2028
- path: {
2029
- conversationId: string;
2030
- messageId: string;
2031
- };
2032
- };
2033
- responses: {
2034
- /** @description OK */
2035
- 200: {
2036
- content: {
2037
- "application/json": components["schemas"]["EmptyEnvelope"];
2038
- "application/xml": components["schemas"]["EmptyEnvelope"];
2039
- };
2040
- };
2041
- /** @description Unauthorized */
2042
- 401: {
2043
- content: {
2044
- "application/json": components["schemas"]["ErrorEnvelope"];
2045
- "application/xml": components["schemas"]["ErrorEnvelope"];
2046
- };
2047
- };
2048
- /** @description Forbidden */
2049
- 403: {
2050
- content: {
2051
- "application/json": components["schemas"]["ErrorEnvelope"];
2052
- "application/xml": components["schemas"]["ErrorEnvelope"];
2053
- };
2054
- };
2055
- };
2056
- };
1283
+ /**
1284
+ * Update Message
1285
+ * @description Update a message.
1286
+ */
1287
+ put: operations["UpdateMessageAsync"];
1288
+ /**
1289
+ * Delete Message
1290
+ * @description Delete a message.
1291
+ */
1292
+ delete: operations["DeleteMessageAsync"];
2057
1293
  };
2058
1294
  }
2059
1295
 
@@ -2489,114 +1725,906 @@ export interface components {
2489
1725
  domain?: string | null;
2490
1726
  notes?: string | null;
2491
1727
  };
2492
- SocialProfileDtoEnvelope: {
2493
- isSuccess?: boolean;
2494
- errorMessage?: string | null;
2495
- correlationId?: string | null;
2496
- /** Format: date-time */
2497
- timestamp?: string;
2498
- activityId?: string | null;
2499
- result?: components["schemas"]["SocialProfileDto"];
1728
+ SocialProfileDtoEnvelope: {
1729
+ isSuccess?: boolean;
1730
+ errorMessage?: string | null;
1731
+ correlationId?: string | null;
1732
+ /** Format: date-time */
1733
+ timestamp?: string;
1734
+ activityId?: string | null;
1735
+ result?: components["schemas"]["SocialProfileDto"];
1736
+ };
1737
+ SocialProfileDtoListEnvelope: {
1738
+ isSuccess?: boolean;
1739
+ errorMessage?: string | null;
1740
+ correlationId?: string | null;
1741
+ /** Format: date-time */
1742
+ timestamp?: string;
1743
+ activityId?: string | null;
1744
+ result?: components["schemas"]["SocialProfileDto"][] | null;
1745
+ };
1746
+ SocialReactionCreateDto: {
1747
+ /** Format: uuid */
1748
+ id?: string;
1749
+ /** Format: date-time */
1750
+ timestamp?: string;
1751
+ /**
1752
+ * Format: int32
1753
+ * @enum {integer}
1754
+ */
1755
+ reaction?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1756
+ reactionValue?: string | null;
1757
+ socialProfileId?: string | null;
1758
+ };
1759
+ SocialReactionDto: {
1760
+ id?: string | null;
1761
+ /** Format: date-time */
1762
+ timestamp?: string | null;
1763
+ /**
1764
+ * Format: int32
1765
+ * @enum {integer}
1766
+ */
1767
+ reaction?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1768
+ reactionValue?: string | null;
1769
+ socialProfileId?: string | null;
1770
+ socialProfileName?: string | null;
1771
+ socialProfileAvatarUrl?: string | null;
1772
+ };
1773
+ SocialReactionDtoEnvelope: {
1774
+ isSuccess?: boolean;
1775
+ errorMessage?: string | null;
1776
+ correlationId?: string | null;
1777
+ /** Format: date-time */
1778
+ timestamp?: string;
1779
+ activityId?: string | null;
1780
+ result?: components["schemas"]["SocialReactionDto"];
1781
+ };
1782
+ SocialReactionDtoListEnvelope: {
1783
+ isSuccess?: boolean;
1784
+ errorMessage?: string | null;
1785
+ correlationId?: string | null;
1786
+ /** Format: date-time */
1787
+ timestamp?: string;
1788
+ activityId?: string | null;
1789
+ result?: components["schemas"]["SocialReactionDto"][] | null;
1790
+ };
1791
+ SocialReactionUpdateDto: {
1792
+ id?: string | null;
1793
+ /** Format: date-time */
1794
+ timestamp?: string | null;
1795
+ /**
1796
+ * Format: int32
1797
+ * @enum {integer}
1798
+ */
1799
+ reaction?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
1800
+ reactionValue?: string | null;
1801
+ };
1802
+ };
1803
+ responses: never;
1804
+ parameters: never;
1805
+ requestBodies: never;
1806
+ headers: never;
1807
+ pathItems: never;
1808
+ }
1809
+
1810
+ export type $defs = Record<string, never>;
1811
+
1812
+ export type external = Record<string, never>;
1813
+
1814
+ export interface operations {
1815
+
1816
+ GetFeedPostAsync: {
1817
+ parameters: {
1818
+ query: {
1819
+ socialProfileId: string;
1820
+ "api-version"?: string;
1821
+ };
1822
+ header?: {
1823
+ "x-api-version"?: string;
1824
+ };
1825
+ path: {
1826
+ socialFeedId: string;
1827
+ feedPostId: string;
1828
+ };
1829
+ };
1830
+ responses: {
1831
+ /** @description OK */
1832
+ 200: {
1833
+ content: {
1834
+ "application/json": components["schemas"]["SocialFeedPostDtoEnvelope"];
1835
+ "application/xml": components["schemas"]["SocialFeedPostDtoEnvelope"];
1836
+ };
1837
+ };
1838
+ /** @description Unauthorized */
1839
+ 401: {
1840
+ content: {
1841
+ "application/json": components["schemas"]["ErrorEnvelope"];
1842
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1843
+ };
1844
+ };
1845
+ /** @description Forbidden */
1846
+ 403: {
1847
+ content: {
1848
+ "application/json": components["schemas"]["ErrorEnvelope"];
1849
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1850
+ };
1851
+ };
1852
+ };
1853
+ };
1854
+ GetSocialPostAsync: {
1855
+ parameters: {
1856
+ query: {
1857
+ socialProfileId: string;
1858
+ "api-version"?: string;
1859
+ };
1860
+ header?: {
1861
+ "x-api-version"?: string;
1862
+ };
1863
+ path: {
1864
+ socialPostId: string;
1865
+ };
1866
+ };
1867
+ responses: {
1868
+ /** @description OK */
1869
+ 200: {
1870
+ content: {
1871
+ "application/json": components["schemas"]["SocialPostDtoEnvelope"];
1872
+ "application/xml": components["schemas"]["SocialPostDtoEnvelope"];
1873
+ };
1874
+ };
1875
+ /** @description Unauthorized */
1876
+ 401: {
1877
+ content: {
1878
+ "application/json": components["schemas"]["ErrorEnvelope"];
1879
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1880
+ };
1881
+ };
1882
+ /** @description Forbidden */
1883
+ 403: {
1884
+ content: {
1885
+ "application/json": components["schemas"]["ErrorEnvelope"];
1886
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1887
+ };
1888
+ };
1889
+ };
1890
+ };
1891
+ GetSocialPostAttachmentAsync: {
1892
+ parameters: {
1893
+ query?: {
1894
+ "api-version"?: string;
1895
+ };
1896
+ header?: {
1897
+ "x-api-version"?: string;
1898
+ };
1899
+ path: {
1900
+ socialPostId: string;
1901
+ attachmentId: string;
1902
+ };
1903
+ };
1904
+ responses: {
1905
+ /** @description OK */
1906
+ 200: {
1907
+ content: {
1908
+ "application/json": components["schemas"]["EmptyEnvelope"];
1909
+ "application/xml": components["schemas"]["EmptyEnvelope"];
1910
+ };
1911
+ };
1912
+ /** @description Unauthorized */
1913
+ 401: {
1914
+ content: {
1915
+ "application/json": components["schemas"]["ErrorEnvelope"];
1916
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1917
+ };
1918
+ };
1919
+ /** @description Forbidden */
1920
+ 403: {
1921
+ content: {
1922
+ "application/json": components["schemas"]["ErrorEnvelope"];
1923
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1924
+ };
1925
+ };
1926
+ };
1927
+ };
1928
+ GetSocialPostReactionAsync: {
1929
+ parameters: {
1930
+ query?: {
1931
+ "api-version"?: string;
1932
+ };
1933
+ header?: {
1934
+ "x-api-version"?: string;
1935
+ };
1936
+ path: {
1937
+ socialPostId: string;
1938
+ reactionId: string;
1939
+ };
1940
+ };
1941
+ responses: {
1942
+ /** @description OK */
1943
+ 200: {
1944
+ content: {
1945
+ "application/json": components["schemas"]["SocialReactionDtoEnvelope"];
1946
+ "application/xml": components["schemas"]["SocialReactionDtoEnvelope"];
1947
+ };
1948
+ };
1949
+ /** @description Unauthorized */
1950
+ 401: {
1951
+ content: {
1952
+ "application/json": components["schemas"]["ErrorEnvelope"];
1953
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1954
+ };
1955
+ };
1956
+ /** @description Forbidden */
1957
+ 403: {
1958
+ content: {
1959
+ "application/json": components["schemas"]["ErrorEnvelope"];
1960
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1961
+ };
1962
+ };
1963
+ };
1964
+ };
1965
+ GetSocialPostCommentAsync: {
1966
+ parameters: {
1967
+ query: {
1968
+ socialProfileId: string;
1969
+ "api-version"?: string;
1970
+ };
1971
+ header?: {
1972
+ "x-api-version"?: string;
1973
+ };
1974
+ path: {
1975
+ socialPostId: string;
1976
+ commentId: string;
1977
+ };
1978
+ };
1979
+ responses: {
1980
+ /** @description OK */
1981
+ 200: {
1982
+ content: {
1983
+ "application/json": components["schemas"]["SocialPostCommentDtoEnvelope"];
1984
+ "application/xml": components["schemas"]["SocialPostCommentDtoEnvelope"];
1985
+ };
1986
+ };
1987
+ /** @description Unauthorized */
1988
+ 401: {
1989
+ content: {
1990
+ "application/json": components["schemas"]["ErrorEnvelope"];
1991
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1992
+ };
1993
+ };
1994
+ /** @description Forbidden */
1995
+ 403: {
1996
+ content: {
1997
+ "application/json": components["schemas"]["ErrorEnvelope"];
1998
+ "application/xml": components["schemas"]["ErrorEnvelope"];
1999
+ };
2000
+ };
2001
+ };
2002
+ };
2003
+ /**
2004
+ * Get Social Profiles
2005
+ * @description Get a list of social profiles.
2006
+ */
2007
+ GetSocialProfilesAsync: {
2008
+ parameters: {
2009
+ query?: {
2010
+ "api-version"?: string;
2011
+ };
2012
+ header?: {
2013
+ "x-api-version"?: string;
2014
+ };
2015
+ };
2016
+ responses: {
2017
+ /** @description OK */
2018
+ 200: {
2019
+ content: {
2020
+ "application/json": components["schemas"]["SocialProfileDtoListEnvelope"];
2021
+ "application/xml": components["schemas"]["SocialProfileDtoListEnvelope"];
2022
+ };
2023
+ };
2024
+ /** @description Unauthorized */
2025
+ 401: {
2026
+ content: {
2027
+ "application/json": components["schemas"]["ErrorEnvelope"];
2028
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2029
+ };
2030
+ };
2031
+ /** @description Forbidden */
2032
+ 403: {
2033
+ content: {
2034
+ "application/json": components["schemas"]["ErrorEnvelope"];
2035
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2036
+ };
2037
+ };
2038
+ };
2039
+ };
2040
+ /**
2041
+ * Count Social Profiles
2042
+ * @description Count social profiles.
2043
+ */
2044
+ CountSocialProfilesAsync: {
2045
+ parameters: {
2046
+ query?: {
2047
+ "api-version"?: string;
2048
+ };
2049
+ header?: {
2050
+ "x-api-version"?: string;
2051
+ };
2052
+ };
2053
+ responses: {
2054
+ /** @description OK */
2055
+ 200: {
2056
+ content: {
2057
+ "application/json": components["schemas"]["Int32Envelope"];
2058
+ "application/xml": components["schemas"]["Int32Envelope"];
2059
+ };
2060
+ };
2061
+ /** @description Unauthorized */
2062
+ 401: {
2063
+ content: {
2064
+ "application/json": components["schemas"]["ErrorEnvelope"];
2065
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2066
+ };
2067
+ };
2068
+ /** @description Forbidden */
2069
+ 403: {
2070
+ content: {
2071
+ "application/json": components["schemas"]["ErrorEnvelope"];
2072
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2073
+ };
2074
+ };
2075
+ };
2076
+ };
2077
+ /**
2078
+ * Get Social Profile
2079
+ * @description Get a social profile by ID.
2080
+ */
2081
+ GetSocialProfileAsync: {
2082
+ parameters: {
2083
+ query?: {
2084
+ "api-version"?: string;
2085
+ };
2086
+ header?: {
2087
+ "x-api-version"?: string;
2088
+ };
2089
+ path: {
2090
+ socialProfileId: string;
2091
+ };
2092
+ };
2093
+ responses: {
2094
+ /** @description OK */
2095
+ 200: {
2096
+ content: {
2097
+ "application/json": components["schemas"]["SocialProfileDtoEnvelope"];
2098
+ "application/xml": components["schemas"]["SocialProfileDtoEnvelope"];
2099
+ };
2100
+ };
2101
+ /** @description Unauthorized */
2102
+ 401: {
2103
+ content: {
2104
+ "application/json": components["schemas"]["ErrorEnvelope"];
2105
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2106
+ };
2107
+ };
2108
+ /** @description Forbidden */
2109
+ 403: {
2110
+ content: {
2111
+ "application/json": components["schemas"]["ErrorEnvelope"];
2112
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2113
+ };
2114
+ };
2115
+ };
2116
+ };
2117
+ /**
2118
+ * Get Followers
2119
+ * @description Get a list of followers for a social profile.
2120
+ */
2121
+ GetFollowersAsync: {
2122
+ parameters: {
2123
+ query?: {
2124
+ "api-version"?: string;
2125
+ };
2126
+ header?: {
2127
+ "x-api-version"?: string;
2128
+ };
2129
+ path: {
2130
+ socialProfileId: string;
2131
+ };
2132
+ };
2133
+ responses: {
2134
+ /** @description OK */
2135
+ 200: {
2136
+ content: {
2137
+ "application/json": components["schemas"]["SocialProfileDtoListEnvelope"];
2138
+ "application/xml": components["schemas"]["SocialProfileDtoListEnvelope"];
2139
+ };
2140
+ };
2141
+ /** @description Unauthorized */
2142
+ 401: {
2143
+ content: {
2144
+ "application/json": components["schemas"]["ErrorEnvelope"];
2145
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2146
+ };
2147
+ };
2148
+ /** @description Forbidden */
2149
+ 403: {
2150
+ content: {
2151
+ "application/json": components["schemas"]["ErrorEnvelope"];
2152
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2153
+ };
2154
+ };
2155
+ };
2156
+ };
2157
+ /**
2158
+ * Count Followers
2159
+ * @description Count followers for a social profile.
2160
+ */
2161
+ CountFollowersAsync: {
2162
+ parameters: {
2163
+ query?: {
2164
+ "api-version"?: string;
2165
+ };
2166
+ header?: {
2167
+ "x-api-version"?: string;
2168
+ };
2169
+ path: {
2170
+ socialProfileId: string;
2171
+ };
2172
+ };
2173
+ responses: {
2174
+ /** @description OK */
2175
+ 200: {
2176
+ content: {
2177
+ "application/json": components["schemas"]["Int32Envelope"];
2178
+ "application/xml": components["schemas"]["Int32Envelope"];
2179
+ };
2180
+ };
2181
+ /** @description Unauthorized */
2182
+ 401: {
2183
+ content: {
2184
+ "application/json": components["schemas"]["ErrorEnvelope"];
2185
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2186
+ };
2187
+ };
2188
+ /** @description Forbidden */
2189
+ 403: {
2190
+ content: {
2191
+ "application/json": components["schemas"]["ErrorEnvelope"];
2192
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2193
+ };
2194
+ };
2195
+ };
2196
+ };
2197
+ /**
2198
+ * Get Follows
2199
+ * @description Get a list of follows for a social profile.
2200
+ */
2201
+ GetFollowsAsync: {
2202
+ parameters: {
2203
+ query?: {
2204
+ "api-version"?: string;
2205
+ };
2206
+ header?: {
2207
+ "x-api-version"?: string;
2208
+ };
2209
+ path: {
2210
+ socialProfileId: string;
2211
+ };
2212
+ };
2213
+ responses: {
2214
+ /** @description OK */
2215
+ 200: {
2216
+ content: {
2217
+ "application/json": components["schemas"]["SocialProfileDtoListEnvelope"];
2218
+ "application/xml": components["schemas"]["SocialProfileDtoListEnvelope"];
2219
+ };
2220
+ };
2221
+ /** @description Unauthorized */
2222
+ 401: {
2223
+ content: {
2224
+ "application/json": components["schemas"]["ErrorEnvelope"];
2225
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2226
+ };
2227
+ };
2228
+ /** @description Forbidden */
2229
+ 403: {
2230
+ content: {
2231
+ "application/json": components["schemas"]["ErrorEnvelope"];
2232
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2233
+ };
2234
+ };
2235
+ };
2236
+ };
2237
+ /**
2238
+ * Count Follows
2239
+ * @description Count follows for a social profile.
2240
+ */
2241
+ CountFollowsAsync: {
2242
+ parameters: {
2243
+ query?: {
2244
+ "api-version"?: string;
2245
+ };
2246
+ header?: {
2247
+ "x-api-version"?: string;
2248
+ };
2249
+ path: {
2250
+ socialProfileId: string;
2251
+ };
2252
+ };
2253
+ responses: {
2254
+ /** @description OK */
2255
+ 200: {
2256
+ content: {
2257
+ "application/json": components["schemas"]["Int32Envelope"];
2258
+ "application/xml": components["schemas"]["Int32Envelope"];
2259
+ };
2260
+ };
2261
+ /** @description Unauthorized */
2262
+ 401: {
2263
+ content: {
2264
+ "application/json": components["schemas"]["ErrorEnvelope"];
2265
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2266
+ };
2267
+ };
2268
+ /** @description Forbidden */
2269
+ 403: {
2270
+ content: {
2271
+ "application/json": components["schemas"]["ErrorEnvelope"];
2272
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2273
+ };
2274
+ };
2275
+ };
2276
+ };
2277
+ /**
2278
+ * Check if Follow Exists
2279
+ * @description Check if a follow record exists between two social profiles.
2280
+ */
2281
+ FollowExistsAsync: {
2282
+ parameters: {
2283
+ query?: {
2284
+ "api-version"?: string;
2285
+ };
2286
+ header?: {
2287
+ "x-api-version"?: string;
2288
+ };
2289
+ path: {
2290
+ socialProfileId: string;
2291
+ followedSocialProfileId: string;
2292
+ };
2293
+ };
2294
+ responses: {
2295
+ /** @description OK */
2296
+ 200: {
2297
+ content: {
2298
+ "application/json": components["schemas"]["BooleanEnvelope"];
2299
+ "application/xml": components["schemas"]["BooleanEnvelope"];
2300
+ };
2301
+ };
2302
+ /** @description Unauthorized */
2303
+ 401: {
2304
+ content: {
2305
+ "application/json": components["schemas"]["ErrorEnvelope"];
2306
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2307
+ };
2308
+ };
2309
+ /** @description Forbidden */
2310
+ 403: {
2311
+ content: {
2312
+ "application/json": components["schemas"]["ErrorEnvelope"];
2313
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2314
+ };
2315
+ };
2316
+ };
2317
+ };
2318
+ /**
2319
+ * Follow
2320
+ * @description Follow a social profile.
2321
+ */
2322
+ FollowAsync: {
2323
+ parameters: {
2324
+ query?: {
2325
+ "api-version"?: string;
2326
+ };
2327
+ header?: {
2328
+ "x-api-version"?: string;
2329
+ };
2330
+ path: {
2331
+ socialProfileId: string;
2332
+ followedSocialProfileId: string;
2333
+ };
2334
+ };
2335
+ responses: {
2336
+ /** @description OK */
2337
+ 200: {
2338
+ content: {
2339
+ "application/json": components["schemas"]["EmptyEnvelope"];
2340
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2341
+ };
2342
+ };
2343
+ /** @description Unauthorized */
2344
+ 401: {
2345
+ content: {
2346
+ "application/json": components["schemas"]["ErrorEnvelope"];
2347
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2348
+ };
2349
+ };
2350
+ /** @description Forbidden */
2351
+ 403: {
2352
+ content: {
2353
+ "application/json": components["schemas"]["ErrorEnvelope"];
2354
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2355
+ };
2356
+ };
2357
+ };
2358
+ };
2359
+ /**
2360
+ * Unfollow
2361
+ * @description Unfollow a social profile.
2362
+ */
2363
+ UnfollowAsync: {
2364
+ parameters: {
2365
+ query?: {
2366
+ "api-version"?: string;
2367
+ };
2368
+ header?: {
2369
+ "x-api-version"?: string;
2370
+ };
2371
+ path: {
2372
+ socialProfileId: string;
2373
+ followedSocialProfileId: string;
2374
+ };
2375
+ };
2376
+ responses: {
2377
+ /** @description OK */
2378
+ 200: {
2379
+ content: {
2380
+ "application/json": components["schemas"]["EmptyEnvelope"];
2381
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2382
+ };
2383
+ };
2384
+ /** @description Unauthorized */
2385
+ 401: {
2386
+ content: {
2387
+ "application/json": components["schemas"]["ErrorEnvelope"];
2388
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2389
+ };
2390
+ };
2391
+ /** @description Forbidden */
2392
+ 403: {
2393
+ content: {
2394
+ "application/json": components["schemas"]["ErrorEnvelope"];
2395
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2396
+ };
2397
+ };
2398
+ };
2399
+ };
2400
+ /**
2401
+ * Get Notifications
2402
+ * @description Get a list of notifications for a social profile.
2403
+ */
2404
+ GetNotificationsAsync: {
2405
+ parameters: {
2406
+ query?: {
2407
+ "api-version"?: string;
2408
+ };
2409
+ header?: {
2410
+ "x-api-version"?: string;
2411
+ };
2412
+ path: {
2413
+ socialProfileId: string;
2414
+ };
2415
+ };
2416
+ responses: {
2417
+ /** @description OK */
2418
+ 200: {
2419
+ content: {
2420
+ "application/json": components["schemas"]["NotificationDtoListEnvelope"];
2421
+ "application/xml": components["schemas"]["NotificationDtoListEnvelope"];
2422
+ };
2423
+ };
2424
+ /** @description Unauthorized */
2425
+ 401: {
2426
+ content: {
2427
+ "application/json": components["schemas"]["ErrorEnvelope"];
2428
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2429
+ };
2430
+ };
2431
+ /** @description Forbidden */
2432
+ 403: {
2433
+ content: {
2434
+ "application/json": components["schemas"]["ErrorEnvelope"];
2435
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2436
+ };
2437
+ };
2438
+ };
2439
+ };
2440
+ /**
2441
+ * Count Notifications
2442
+ * @description Count notifications for a social profile.
2443
+ */
2444
+ CountNotificationsAsync: {
2445
+ parameters: {
2446
+ query?: {
2447
+ "api-version"?: string;
2448
+ };
2449
+ header?: {
2450
+ "x-api-version"?: string;
2451
+ };
2452
+ path: {
2453
+ socialProfileId: string;
2454
+ };
2500
2455
  };
2501
- SocialProfileDtoListEnvelope: {
2502
- isSuccess?: boolean;
2503
- errorMessage?: string | null;
2504
- correlationId?: string | null;
2505
- /** Format: date-time */
2506
- timestamp?: string;
2507
- activityId?: string | null;
2508
- result?: components["schemas"]["SocialProfileDto"][] | null;
2456
+ responses: {
2457
+ /** @description OK */
2458
+ 200: {
2459
+ content: {
2460
+ "application/json": components["schemas"]["Int32Envelope"];
2461
+ "application/xml": components["schemas"]["Int32Envelope"];
2462
+ };
2463
+ };
2464
+ /** @description Unauthorized */
2465
+ 401: {
2466
+ content: {
2467
+ "application/json": components["schemas"]["ErrorEnvelope"];
2468
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2469
+ };
2470
+ };
2471
+ /** @description Forbidden */
2472
+ 403: {
2473
+ content: {
2474
+ "application/json": components["schemas"]["ErrorEnvelope"];
2475
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2476
+ };
2477
+ };
2509
2478
  };
2510
- SocialReactionCreateDto: {
2511
- /** Format: uuid */
2512
- id?: string;
2513
- /** Format: date-time */
2514
- timestamp?: string;
2515
- /**
2516
- * Format: int32
2517
- * @enum {integer}
2518
- */
2519
- reaction?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
2520
- reactionValue?: string | null;
2521
- socialProfileId?: string | null;
2479
+ };
2480
+ /**
2481
+ * Get Conversations
2482
+ * @description Get a list of conversations for a social profile.
2483
+ */
2484
+ GetConversationsAsync: {
2485
+ parameters: {
2486
+ query?: {
2487
+ "api-version"?: string;
2488
+ };
2489
+ header?: {
2490
+ "x-api-version"?: string;
2491
+ };
2492
+ path: {
2493
+ socialProfileId: string;
2494
+ };
2522
2495
  };
2523
- SocialReactionDto: {
2524
- id?: string | null;
2525
- /** Format: date-time */
2526
- timestamp?: string | null;
2527
- /**
2528
- * Format: int32
2529
- * @enum {integer}
2530
- */
2531
- reaction?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
2532
- reactionValue?: string | null;
2533
- socialProfileId?: string | null;
2534
- socialProfileName?: string | null;
2535
- socialProfileAvatarUrl?: string | null;
2496
+ responses: {
2497
+ /** @description OK */
2498
+ 200: {
2499
+ content: {
2500
+ "application/json": components["schemas"]["ConversationDtoListEnvelope"];
2501
+ "application/xml": components["schemas"]["ConversationDtoListEnvelope"];
2502
+ };
2503
+ };
2504
+ /** @description Unauthorized */
2505
+ 401: {
2506
+ content: {
2507
+ "application/json": components["schemas"]["ErrorEnvelope"];
2508
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2509
+ };
2510
+ };
2511
+ /** @description Forbidden */
2512
+ 403: {
2513
+ content: {
2514
+ "application/json": components["schemas"]["ErrorEnvelope"];
2515
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2516
+ };
2517
+ };
2536
2518
  };
2537
- SocialReactionDtoEnvelope: {
2538
- isSuccess?: boolean;
2539
- errorMessage?: string | null;
2540
- correlationId?: string | null;
2541
- /** Format: date-time */
2542
- timestamp?: string;
2543
- activityId?: string | null;
2544
- result?: components["schemas"]["SocialReactionDto"];
2519
+ };
2520
+ /**
2521
+ * Create Conversation
2522
+ * @description Create a new conversation.
2523
+ */
2524
+ CreateConversationAsync: {
2525
+ parameters: {
2526
+ query?: {
2527
+ "api-version"?: string;
2528
+ };
2529
+ header?: {
2530
+ "x-api-version"?: string;
2531
+ };
2532
+ path: {
2533
+ socialProfileId: string;
2534
+ };
2545
2535
  };
2546
- SocialReactionDtoListEnvelope: {
2547
- isSuccess?: boolean;
2548
- errorMessage?: string | null;
2549
- correlationId?: string | null;
2550
- /** Format: date-time */
2551
- timestamp?: string;
2552
- activityId?: string | null;
2553
- result?: components["schemas"]["SocialReactionDto"][] | null;
2536
+ requestBody?: {
2537
+ content: {
2538
+ "application/json": components["schemas"]["ConversationCreateDto"];
2539
+ "application/xml": components["schemas"]["ConversationCreateDto"];
2540
+ };
2554
2541
  };
2555
- SocialReactionUpdateDto: {
2556
- id?: string | null;
2557
- /** Format: date-time */
2558
- timestamp?: string | null;
2559
- /**
2560
- * Format: int32
2561
- * @enum {integer}
2562
- */
2563
- reaction?: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
2564
- reactionValue?: string | null;
2542
+ responses: {
2543
+ /** @description OK */
2544
+ 200: {
2545
+ content: {
2546
+ "application/json": components["schemas"]["EmptyEnvelope"];
2547
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2548
+ };
2549
+ };
2550
+ /** @description Unauthorized */
2551
+ 401: {
2552
+ content: {
2553
+ "application/json": components["schemas"]["ErrorEnvelope"];
2554
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2555
+ };
2556
+ };
2557
+ /** @description Forbidden */
2558
+ 403: {
2559
+ content: {
2560
+ "application/json": components["schemas"]["ErrorEnvelope"];
2561
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2562
+ };
2563
+ };
2565
2564
  };
2566
2565
  };
2567
- responses: never;
2568
- parameters: never;
2569
- requestBodies: never;
2570
- headers: never;
2571
- pathItems: never;
2572
- }
2573
-
2574
- export type $defs = Record<string, never>;
2575
-
2576
- export type external = Record<string, never>;
2577
-
2578
- export interface operations {
2579
-
2580
- GetFeedPostAsync: {
2566
+ /**
2567
+ * Count Conversations
2568
+ * @description Count conversations for a social profile.
2569
+ */
2570
+ CountConversationsAsync: {
2581
2571
  parameters: {
2582
- query: {
2572
+ query?: {
2573
+ "api-version"?: string;
2574
+ };
2575
+ header?: {
2576
+ "x-api-version"?: string;
2577
+ };
2578
+ path: {
2583
2579
  socialProfileId: string;
2580
+ };
2581
+ };
2582
+ responses: {
2583
+ /** @description OK */
2584
+ 200: {
2585
+ content: {
2586
+ "application/json": components["schemas"]["Int32Envelope"];
2587
+ "application/xml": components["schemas"]["Int32Envelope"];
2588
+ };
2589
+ };
2590
+ /** @description Unauthorized */
2591
+ 401: {
2592
+ content: {
2593
+ "application/json": components["schemas"]["ErrorEnvelope"];
2594
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2595
+ };
2596
+ };
2597
+ /** @description Forbidden */
2598
+ 403: {
2599
+ content: {
2600
+ "application/json": components["schemas"]["ErrorEnvelope"];
2601
+ "application/xml": components["schemas"]["ErrorEnvelope"];
2602
+ };
2603
+ };
2604
+ };
2605
+ };
2606
+ /**
2607
+ * Get Messages
2608
+ * @description Get a list of messages for a conversation.
2609
+ */
2610
+ GetMessagesAsync: {
2611
+ parameters: {
2612
+ query?: {
2584
2613
  "api-version"?: string;
2585
2614
  };
2586
2615
  header?: {
2587
2616
  "x-api-version"?: string;
2588
2617
  };
2589
2618
  path: {
2590
- socialFeedId: string;
2591
- feedPostId: string;
2619
+ conversationId: string;
2592
2620
  };
2593
2621
  };
2594
2622
  responses: {
2595
2623
  /** @description OK */
2596
2624
  200: {
2597
2625
  content: {
2598
- "application/json": components["schemas"]["SocialFeedPostDtoEnvelope"];
2599
- "application/xml": components["schemas"]["SocialFeedPostDtoEnvelope"];
2626
+ "application/json": components["schemas"]["PrivateMessageDtoListEnvelope"];
2627
+ "application/xml": components["schemas"]["PrivateMessageDtoListEnvelope"];
2600
2628
  };
2601
2629
  };
2602
2630
  /** @description Unauthorized */
@@ -2615,7 +2643,11 @@ export interface operations {
2615
2643
  };
2616
2644
  };
2617
2645
  };
2618
- GetSocialPostAsync: {
2646
+ /**
2647
+ * Create Message
2648
+ * @description Create a new message.
2649
+ */
2650
+ CreateMessageAsync: {
2619
2651
  parameters: {
2620
2652
  query: {
2621
2653
  socialProfileId: string;
@@ -2625,15 +2657,21 @@ export interface operations {
2625
2657
  "x-api-version"?: string;
2626
2658
  };
2627
2659
  path: {
2628
- socialPostId: string;
2660
+ conversationId: string;
2661
+ };
2662
+ };
2663
+ requestBody?: {
2664
+ content: {
2665
+ "application/json": components["schemas"]["PrivateMessageCreateDto"];
2666
+ "application/xml": components["schemas"]["PrivateMessageCreateDto"];
2629
2667
  };
2630
2668
  };
2631
2669
  responses: {
2632
2670
  /** @description OK */
2633
2671
  200: {
2634
2672
  content: {
2635
- "application/json": components["schemas"]["SocialPostDtoEnvelope"];
2636
- "application/xml": components["schemas"]["SocialPostDtoEnvelope"];
2673
+ "application/json": components["schemas"]["EmptyEnvelope"];
2674
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2637
2675
  };
2638
2676
  };
2639
2677
  /** @description Unauthorized */
@@ -2652,7 +2690,11 @@ export interface operations {
2652
2690
  };
2653
2691
  };
2654
2692
  };
2655
- GetSocialPostAttachmentAsync: {
2693
+ /**
2694
+ * Count Messages
2695
+ * @description Count messages for a conversation.
2696
+ */
2697
+ CountMessagesAsync: {
2656
2698
  parameters: {
2657
2699
  query?: {
2658
2700
  "api-version"?: string;
@@ -2661,16 +2703,15 @@ export interface operations {
2661
2703
  "x-api-version"?: string;
2662
2704
  };
2663
2705
  path: {
2664
- socialPostId: string;
2665
- attachmentId: string;
2706
+ conversationId: string;
2666
2707
  };
2667
2708
  };
2668
2709
  responses: {
2669
2710
  /** @description OK */
2670
2711
  200: {
2671
2712
  content: {
2672
- "application/json": components["schemas"]["EmptyEnvelope"];
2673
- "application/xml": components["schemas"]["EmptyEnvelope"];
2713
+ "application/json": components["schemas"]["Int32Envelope"];
2714
+ "application/xml": components["schemas"]["Int32Envelope"];
2674
2715
  };
2675
2716
  };
2676
2717
  /** @description Unauthorized */
@@ -2689,25 +2730,36 @@ export interface operations {
2689
2730
  };
2690
2731
  };
2691
2732
  };
2692
- GetSocialPostReactionAsync: {
2733
+ /**
2734
+ * Update Message
2735
+ * @description Update a message.
2736
+ */
2737
+ UpdateMessageAsync: {
2693
2738
  parameters: {
2694
- query?: {
2739
+ query: {
2740
+ socialProfileId: string;
2695
2741
  "api-version"?: string;
2696
2742
  };
2697
2743
  header?: {
2698
2744
  "x-api-version"?: string;
2699
2745
  };
2700
2746
  path: {
2701
- socialPostId: string;
2702
- reactionId: string;
2747
+ conversationId: string;
2748
+ messageId: string;
2749
+ };
2750
+ };
2751
+ requestBody?: {
2752
+ content: {
2753
+ "application/json": components["schemas"]["PrivateMessageUpdateDto"];
2754
+ "application/xml": components["schemas"]["PrivateMessageUpdateDto"];
2703
2755
  };
2704
2756
  };
2705
2757
  responses: {
2706
2758
  /** @description OK */
2707
2759
  200: {
2708
2760
  content: {
2709
- "application/json": components["schemas"]["SocialReactionDtoEnvelope"];
2710
- "application/xml": components["schemas"]["SocialReactionDtoEnvelope"];
2761
+ "application/json": components["schemas"]["EmptyEnvelope"];
2762
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2711
2763
  };
2712
2764
  };
2713
2765
  /** @description Unauthorized */
@@ -2726,7 +2778,11 @@ export interface operations {
2726
2778
  };
2727
2779
  };
2728
2780
  };
2729
- GetSocialPostCommentAsync: {
2781
+ /**
2782
+ * Delete Message
2783
+ * @description Delete a message.
2784
+ */
2785
+ DeleteMessageAsync: {
2730
2786
  parameters: {
2731
2787
  query: {
2732
2788
  socialProfileId: string;
@@ -2736,16 +2792,16 @@ export interface operations {
2736
2792
  "x-api-version"?: string;
2737
2793
  };
2738
2794
  path: {
2739
- socialPostId: string;
2740
- commentId: string;
2795
+ conversationId: string;
2796
+ messageId: string;
2741
2797
  };
2742
2798
  };
2743
2799
  responses: {
2744
2800
  /** @description OK */
2745
2801
  200: {
2746
2802
  content: {
2747
- "application/json": components["schemas"]["SocialPostCommentDtoEnvelope"];
2748
- "application/xml": components["schemas"]["SocialPostCommentDtoEnvelope"];
2803
+ "application/json": components["schemas"]["EmptyEnvelope"];
2804
+ "application/xml": components["schemas"]["EmptyEnvelope"];
2749
2805
  };
2750
2806
  };
2751
2807
  /** @description Unauthorized */