@connectedxm/client 2.2.0 → 2.2.3

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.
package/dist/index.cjs CHANGED
@@ -113,6 +113,7 @@ __export(index_exports, {
113
113
  CreateGroupAnnouncement: () => CreateGroupAnnouncement,
114
114
  CreateGroupInvitations: () => CreateGroupInvitations,
115
115
  CreateGroupRequest: () => CreateGroupRequest,
116
+ CreateInterest: () => CreateInterest,
116
117
  CreateListing: () => CreateListing,
117
118
  CreateListingAnnouncement: () => CreateListingAnnouncement,
118
119
  CreateListingQuestion: () => CreateListingQuestion,
@@ -293,9 +294,12 @@ __export(index_exports, {
293
294
  GetGroupsFeatured: () => GetGroupsFeatured,
294
295
  GetGroupsInvited: () => GetGroupsInvited,
295
296
  GetGroupsRequested: () => GetGroupsRequested,
297
+ GetImage: () => GetImage,
296
298
  GetIntegration: () => GetIntegration,
297
299
  GetIntegrationAuth: () => GetIntegrationAuth,
298
300
  GetIntegrations: () => GetIntegrations,
301
+ GetInterest: () => GetInterest,
302
+ GetInterestActivities: () => GetInterestActivities,
299
303
  GetInterests: () => GetInterests,
300
304
  GetInvoice: () => GetInvoice,
301
305
  GetInvoiceIntent: () => GetInvoiceIntent,
@@ -403,14 +407,18 @@ __export(index_exports, {
403
407
  GetThreadMessageReplies: () => GetThreadMessageReplies,
404
408
  GetThreadMessages: () => GetThreadMessages,
405
409
  GetThreads: () => GetThreads,
410
+ GetVideo: () => GetVideo,
406
411
  GroupAccess: () => GroupAccess,
407
412
  GroupInvitationStatus: () => GroupInvitationStatus,
408
413
  GroupMembershipRole: () => GroupMembershipRole,
409
414
  GroupRequestStatus: () => GroupRequestStatus,
415
+ IMAGE_QUERY_KEY: () => IMAGE_QUERY_KEY,
410
416
  INTEGRATIONS_QUERY_KEY: () => INTEGRATIONS_QUERY_KEY,
411
417
  INTEGRATION_AUTH_QUERY_KEY: () => INTEGRATION_AUTH_QUERY_KEY,
412
418
  INTEGRATION_QUERY_KEY: () => INTEGRATION_QUERY_KEY,
413
419
  INTERESTS_QUERY_KEY: () => INTERESTS_QUERY_KEY,
420
+ INTEREST_ACTIVITIES_QUERY_KEY: () => INTEREST_ACTIVITIES_QUERY_KEY,
421
+ INTEREST_QUERY_KEY: () => INTEREST_QUERY_KEY,
414
422
  INVOICE_QUERY_KEY: () => INVOICE_QUERY_KEY,
415
423
  ImageType: () => ImageType,
416
424
  IntegrationType: () => IntegrationType,
@@ -602,6 +610,7 @@ __export(index_exports, {
602
610
  SET_GROUP_REQUESTS_QUERY_DATA: () => SET_GROUP_REQUESTS_QUERY_DATA,
603
611
  SET_GROUP_REQUEST_QUERY_DATA: () => SET_GROUP_REQUEST_QUERY_DATA,
604
612
  SET_GROUP_SPONSORS_QUERY_DATA: () => SET_GROUP_SPONSORS_QUERY_DATA,
613
+ SET_IMAGE_QUERY_DATA: () => SET_IMAGE_QUERY_DATA,
605
614
  SET_INTEGRATIONS_QUERY_DATA: () => SET_INTEGRATIONS_QUERY_DATA,
606
615
  SET_INTEGRATION_AUTH_QUERY_DATA: () => SET_INTEGRATION_AUTH_QUERY_DATA,
607
616
  SET_INTEGRATION_QUERY_DATA: () => SET_INTEGRATION_QUERY_DATA,
@@ -662,6 +671,7 @@ __export(index_exports, {
662
671
  SET_THREAD_MESSAGE_REPLIES_QUERY_DATA: () => SET_THREAD_MESSAGE_REPLIES_QUERY_DATA,
663
672
  SET_THREAD_QUERY_DATA: () => SET_THREAD_QUERY_DATA,
664
673
  SET_TRANSFER_ACCOUNTS_QUERY_DATA: () => SET_TRANSFER_ACCOUNTS_QUERY_DATA,
674
+ SET_VIDEO_QUERY_DATA: () => SET_VIDEO_QUERY_DATA,
665
675
  SUBSCRIBED_CHANNELS_QUERY_KEY: () => SUBSCRIBED_CHANNELS_QUERY_KEY,
666
676
  SUBSCRIBED_CONTENTS_QUERY_KEY: () => SUBSCRIBED_CONTENTS_QUERY_KEY,
667
677
  SURVEY_QUERY_KEY: () => SURVEY_QUERY_KEY,
@@ -734,7 +744,10 @@ __export(index_exports, {
734
744
  UpdateThreadMessage: () => UpdateThreadMessage,
735
745
  UploadChannelContentImage: () => UploadChannelContentImage,
736
746
  UploadFile: () => UploadFile,
747
+ UploadImage: () => UploadImage,
737
748
  UploadSurveyResponseFile: () => UploadSurveyResponseFile,
749
+ UploadVideo: () => UploadVideo,
750
+ VIDEO_QUERY_KEY: () => VIDEO_QUERY_KEY,
738
751
  isListing: () => isListing,
739
752
  isManagedCoupon: () => isManagedCoupon,
740
753
  isRegistrationQuestion: () => isRegistrationQuestion,
@@ -814,6 +827,7 @@ __export(index_exports, {
814
827
  useCreateGroupAnnouncement: () => useCreateGroupAnnouncement,
815
828
  useCreateGroupInvitations: () => useCreateGroupInvitations,
816
829
  useCreateGroupRequest: () => useCreateGroupRequest,
830
+ useCreateInterest: () => useCreateInterest,
817
831
  useCreateListing: () => useCreateListing,
818
832
  useCreateListingAnnouncement: () => useCreateListingAnnouncement,
819
833
  useCreateListingQuestion: () => useCreateListingQuestion,
@@ -934,9 +948,12 @@ __export(index_exports, {
934
948
  useGetGroupsFeatured: () => useGetGroupsFeatured,
935
949
  useGetGroupsInvited: () => useGetGroupsInvited,
936
950
  useGetGroupsRequested: () => useGetGroupsRequested,
951
+ useGetImage: () => useGetImage,
937
952
  useGetIntegration: () => useGetIntegration,
938
953
  useGetIntegrationAuth: () => useGetIntegrationAuth,
939
954
  useGetIntegrations: () => useGetIntegrations,
955
+ useGetInterest: () => useGetInterest,
956
+ useGetInterestActivities: () => useGetInterestActivities,
940
957
  useGetInterests: () => useGetInterests,
941
958
  useGetInvoice: () => useGetInvoice,
942
959
  useGetInvoiceIntent: () => useGetInvoiceIntent,
@@ -1044,6 +1061,7 @@ __export(index_exports, {
1044
1061
  useGetThreadMessageReplies: () => useGetThreadMessageReplies,
1045
1062
  useGetThreadMessages: () => useGetThreadMessages,
1046
1063
  useGetThreads: () => useGetThreads,
1064
+ useGetVideo: () => useGetVideo,
1047
1065
  useGroupStatus: () => useGroupStatus,
1048
1066
  useIsAccountFollowing: () => useIsAccountFollowing,
1049
1067
  useIsChannelSubscribed: () => useIsChannelSubscribed,
@@ -1115,7 +1133,9 @@ __export(index_exports, {
1115
1133
  useUpdateThreadMessage: () => useUpdateThreadMessage,
1116
1134
  useUploadChannelContentImage: () => useUploadChannelContentImage,
1117
1135
  useUploadFile: () => useUploadFile,
1118
- useUploadSurveyResponseFile: () => useUploadSurveyResponseFile
1136
+ useUploadImage: () => useUploadImage,
1137
+ useUploadSurveyResponseFile: () => useUploadSurveyResponseFile,
1138
+ useUploadVideo: () => useUploadVideo
1119
1139
  });
1120
1140
  module.exports = __toCommonJS(index_exports);
1121
1141
 
@@ -1236,6 +1256,13 @@ var IntegrationType = /* @__PURE__ */ ((IntegrationType2) => {
1236
1256
  IntegrationType2["snagtag"] = "snagtag";
1237
1257
  return IntegrationType2;
1238
1258
  })(IntegrationType || {});
1259
+ var ActivityEntityType = /* @__PURE__ */ ((ActivityEntityType2) => {
1260
+ ActivityEntityType2["mention"] = "mention";
1261
+ ActivityEntityType2["interest"] = "interest";
1262
+ ActivityEntityType2["link"] = "link";
1263
+ ActivityEntityType2["segment"] = "segment";
1264
+ return ActivityEntityType2;
1265
+ })(ActivityEntityType || {});
1239
1266
  var ImageType = /* @__PURE__ */ ((ImageType2) => {
1240
1267
  ImageType2["admin"] = "admin";
1241
1268
  ImageType2["people"] = "people";
@@ -1270,13 +1297,6 @@ var isTypeAccount = (account) => {
1270
1297
  var isSelf = (account) => {
1271
1298
  return account.email !== void 0;
1272
1299
  };
1273
- var ActivityEntityType = /* @__PURE__ */ ((ActivityEntityType2) => {
1274
- ActivityEntityType2["mention"] = "mention";
1275
- ActivityEntityType2["interest"] = "interest";
1276
- ActivityEntityType2["link"] = "link";
1277
- ActivityEntityType2["segment"] = "segment";
1278
- return ActivityEntityType2;
1279
- })(ActivityEntityType || {});
1280
1300
  var isTypeActivity = (activity) => {
1281
1301
  return activity._count !== void 0;
1282
1302
  };
@@ -8936,6 +8956,76 @@ var useGetInterests = (params = {}, options = {}) => {
8936
8956
  );
8937
8957
  };
8938
8958
 
8959
+ // src/queries/interests/useGetInterest.ts
8960
+ var INTEREST_QUERY_KEY = (interest) => [
8961
+ ...INTERESTS_QUERY_KEY(),
8962
+ interest
8963
+ ];
8964
+ var GetInterest = async ({
8965
+ interest,
8966
+ clientApiParams
8967
+ }) => {
8968
+ const clientApi = await GetClientAPI(clientApiParams);
8969
+ const { data } = await clientApi.get(`/interests/${interest}`);
8970
+ return data;
8971
+ };
8972
+ var useGetInterest = (interest = "", options = {}) => {
8973
+ return useConnectedSingleQuery(
8974
+ INTEREST_QUERY_KEY(interest),
8975
+ (_params) => GetInterest({ interest, ..._params }),
8976
+ {
8977
+ ...options,
8978
+ enabled: !!interest && (options?.enabled ?? true)
8979
+ }
8980
+ );
8981
+ };
8982
+
8983
+ // src/queries/interests/useGetInterestActivities.ts
8984
+ var INTEREST_ACTIVITIES_QUERY_KEY = (interest) => [
8985
+ ...ACTIVITIES_QUERY_KEY(),
8986
+ ...INTEREST_QUERY_KEY(interest)
8987
+ ];
8988
+ var GetInterestActivities = async ({
8989
+ pageParam,
8990
+ pageSize,
8991
+ orderBy,
8992
+ search,
8993
+ interest,
8994
+ queryClient,
8995
+ clientApiParams,
8996
+ locale
8997
+ }) => {
8998
+ const clientApi = await GetClientAPI(clientApiParams);
8999
+ const { data } = await clientApi.get(`/interests/${interest}/activities`, {
9000
+ params: {
9001
+ page: pageParam || void 0,
9002
+ pageSize: pageSize || void 0,
9003
+ orderBy: orderBy || void 0,
9004
+ search: search || void 0
9005
+ }
9006
+ });
9007
+ if (queryClient && data.status === "ok") {
9008
+ CacheIndividualQueries(
9009
+ data,
9010
+ queryClient,
9011
+ (activityId) => ACTIVITY_QUERY_KEY(activityId),
9012
+ locale
9013
+ );
9014
+ }
9015
+ return data;
9016
+ };
9017
+ var useGetInterestActivities = (interest = "", params = {}, options = {}) => {
9018
+ return useConnectedInfiniteQuery(
9019
+ INTEREST_ACTIVITIES_QUERY_KEY(interest),
9020
+ (params2) => GetInterestActivities({ interest, ...params2 }),
9021
+ params,
9022
+ {
9023
+ ...options,
9024
+ enabled: !!interest && (options?.enabled ?? true)
9025
+ }
9026
+ );
9027
+ };
9028
+
8939
9029
  // src/queries/threads/useGetThread.ts
8940
9030
  var THREAD_QUERY_KEY = (threadId, accountId) => [...THREADS_QUERY_KEY(), threadId, accountId];
8941
9031
  var SET_THREAD_QUERY_DATA = (client, keyParams, response, baseKeys = ["en"], options) => {
@@ -9731,9 +9821,9 @@ var useGetSurveyQuestionSearchValues = (surveyId = "", questionId = "", params =
9731
9821
  };
9732
9822
 
9733
9823
  // src/queries/link-previews/useGetLinkPreview.ts
9734
- var LINK_PREVIEW_QUERY_KEY = (href) => [
9824
+ var LINK_PREVIEW_QUERY_KEY = (url) => [
9735
9825
  "LINK_PREVIEW",
9736
- encodeURIComponent(href)
9826
+ encodeURIComponent(url)
9737
9827
  ];
9738
9828
  var SET_LINK_PREVIEW_QUERY_DATA = (client, keyParams, response, baseKeys = ["en"]) => {
9739
9829
  client.setQueryData(
@@ -9745,22 +9835,82 @@ var SET_LINK_PREVIEW_QUERY_DATA = (client, keyParams, response, baseKeys = ["en"
9745
9835
  );
9746
9836
  };
9747
9837
  var GetLinkPreview = async ({
9748
- href,
9838
+ url,
9749
9839
  clientApiParams
9750
9840
  }) => {
9751
9841
  const clientApi = await GetClientAPI(clientApiParams);
9752
9842
  const { data } = await clientApi.get(
9753
- `/storage/link-preview?href=${encodeURIComponent(href)}`
9843
+ `/storage/link-preview?href=${encodeURIComponent(url)}`
9844
+ );
9845
+ return data;
9846
+ };
9847
+ var useGetLinkPreview = (url = "", options = {}) => {
9848
+ return useConnectedSingleQuery(
9849
+ LINK_PREVIEW_QUERY_KEY(url),
9850
+ (_params) => GetLinkPreview({ url, ..._params }),
9851
+ {
9852
+ ...options,
9853
+ enabled: !!url && (options?.enabled ?? true)
9854
+ }
9855
+ );
9856
+ };
9857
+
9858
+ // src/queries/storage/useGetVideo.ts
9859
+ var VIDEO_QUERY_KEY = (videoId) => [
9860
+ "VIDEO",
9861
+ videoId
9862
+ ];
9863
+ var SET_VIDEO_QUERY_DATA = (client, keyParams, response, baseKeys = ["en"]) => {
9864
+ client.setQueryData(
9865
+ [...VIDEO_QUERY_KEY(...keyParams), ...GetBaseSingleQueryKeys(...baseKeys)],
9866
+ response
9867
+ );
9868
+ };
9869
+ var GetVideo = async ({
9870
+ videoId,
9871
+ clientApiParams
9872
+ }) => {
9873
+ const clientApi = await GetClientAPI(clientApiParams);
9874
+ const { data } = await clientApi.get(`/storage/videos/${videoId}`);
9875
+ return data;
9876
+ };
9877
+ var useGetVideo = (videoId = "", options = {}) => {
9878
+ return useConnectedSingleQuery(
9879
+ VIDEO_QUERY_KEY(videoId),
9880
+ (_params) => GetVideo({ videoId, ..._params }),
9881
+ {
9882
+ ...options,
9883
+ enabled: !!videoId && (options?.enabled ?? true)
9884
+ }
9754
9885
  );
9886
+ };
9887
+
9888
+ // src/queries/storage/useGetImage.ts
9889
+ var IMAGE_QUERY_KEY = (imageId) => [
9890
+ "IMAGE",
9891
+ imageId
9892
+ ];
9893
+ var SET_IMAGE_QUERY_DATA = (client, keyParams, response, baseKeys = ["en"]) => {
9894
+ client.setQueryData(
9895
+ [...IMAGE_QUERY_KEY(...keyParams), ...GetBaseSingleQueryKeys(...baseKeys)],
9896
+ response
9897
+ );
9898
+ };
9899
+ var GetImage = async ({
9900
+ imageId,
9901
+ clientApiParams
9902
+ }) => {
9903
+ const clientApi = await GetClientAPI(clientApiParams);
9904
+ const { data } = await clientApi.get(`/storage/images/${imageId}`);
9755
9905
  return data;
9756
9906
  };
9757
- var useGetLinkPreview = (href = "", options = {}) => {
9907
+ var useGetImage = (imageId = "", options = {}) => {
9758
9908
  return useConnectedSingleQuery(
9759
- LINK_PREVIEW_QUERY_KEY(href),
9760
- (_params) => GetLinkPreview({ href, ..._params }),
9909
+ IMAGE_QUERY_KEY(imageId),
9910
+ (_params) => GetImage({ imageId, ..._params }),
9761
9911
  {
9762
9912
  ...options,
9763
- enabled: !!href && (options?.enabled ?? true)
9913
+ enabled: !!imageId && (options?.enabled ?? true)
9764
9914
  }
9765
9915
  );
9766
9916
  };
@@ -9995,7 +10145,7 @@ var CreateActivity = async ({
9995
10145
  }
9996
10146
  const clientApi = await GetClientAPI(clientApiParams);
9997
10147
  const { data } = await clientApi.post(
9998
- `/self/activities`,
10148
+ `/activities`,
9999
10149
  activity
10000
10150
  );
10001
10151
  if (queryClient && data.status === "ok") {
@@ -13198,6 +13348,46 @@ var useUploadFile = (options = {}) => {
13198
13348
  return useConnectedMutation_default(UploadFile, options);
13199
13349
  };
13200
13350
 
13351
+ // src/mutations/storage/useUploadVideo.ts
13352
+ var UploadVideo = async ({
13353
+ dataUri,
13354
+ source,
13355
+ name,
13356
+ minutes,
13357
+ clientApiParams
13358
+ }) => {
13359
+ const clientApi = await GetClientAPI(clientApiParams);
13360
+ const { data } = await clientApi.post(
13361
+ `/storage/videos`,
13362
+ {
13363
+ dataUri,
13364
+ source,
13365
+ name,
13366
+ minutes
13367
+ }
13368
+ );
13369
+ return data;
13370
+ };
13371
+ var useUploadVideo = (options = {}) => {
13372
+ return useConnectedMutation_default(UploadVideo, options);
13373
+ };
13374
+
13375
+ // src/mutations/storage/useUploadImage.ts
13376
+ var UploadImage = async ({
13377
+ image,
13378
+ clientApiParams
13379
+ }) => {
13380
+ const clientApi = await GetClientAPI(clientApiParams);
13381
+ const { data } = await clientApi.post(
13382
+ `/storage/images/upload`,
13383
+ image
13384
+ );
13385
+ return data;
13386
+ };
13387
+ var useUploadImage = (options = {}) => {
13388
+ return useConnectedMutation_default(UploadImage, options);
13389
+ };
13390
+
13201
13391
  // src/mutations/threads/useCreateThread.ts
13202
13392
  var CreateThread = async ({
13203
13393
  thread,
@@ -13692,6 +13882,22 @@ var UploadSurveyResponseFile = async ({
13692
13882
  var useUploadSurveyResponseFile = (options = {}) => {
13693
13883
  return useConnectedMutation_default(UploadSurveyResponseFile, options);
13694
13884
  };
13885
+
13886
+ // src/mutations/insterests/useCreateInterest.ts
13887
+ var CreateInterest = async ({
13888
+ interest,
13889
+ clientApiParams
13890
+ }) => {
13891
+ const clientApi = await GetClientAPI(clientApiParams);
13892
+ const { data } = await clientApi.post(
13893
+ `/interests`,
13894
+ interest
13895
+ );
13896
+ return data;
13897
+ };
13898
+ var useCreateInterest = (options = {}) => {
13899
+ return useConnectedMutation_default(CreateInterest, options);
13900
+ };
13695
13901
  // Annotate the CommonJS export names for ESM import in node:
13696
13902
  0 && (module.exports = {
13697
13903
  ACCOUNTS_POPULAR_QUERY_KEY,
@@ -13777,6 +13983,7 @@ var useUploadSurveyResponseFile = (options = {}) => {
13777
13983
  CreateGroupAnnouncement,
13778
13984
  CreateGroupInvitations,
13779
13985
  CreateGroupRequest,
13986
+ CreateInterest,
13780
13987
  CreateListing,
13781
13988
  CreateListingAnnouncement,
13782
13989
  CreateListingQuestion,
@@ -13957,9 +14164,12 @@ var useUploadSurveyResponseFile = (options = {}) => {
13957
14164
  GetGroupsFeatured,
13958
14165
  GetGroupsInvited,
13959
14166
  GetGroupsRequested,
14167
+ GetImage,
13960
14168
  GetIntegration,
13961
14169
  GetIntegrationAuth,
13962
14170
  GetIntegrations,
14171
+ GetInterest,
14172
+ GetInterestActivities,
13963
14173
  GetInterests,
13964
14174
  GetInvoice,
13965
14175
  GetInvoiceIntent,
@@ -14067,14 +14277,18 @@ var useUploadSurveyResponseFile = (options = {}) => {
14067
14277
  GetThreadMessageReplies,
14068
14278
  GetThreadMessages,
14069
14279
  GetThreads,
14280
+ GetVideo,
14070
14281
  GroupAccess,
14071
14282
  GroupInvitationStatus,
14072
14283
  GroupMembershipRole,
14073
14284
  GroupRequestStatus,
14285
+ IMAGE_QUERY_KEY,
14074
14286
  INTEGRATIONS_QUERY_KEY,
14075
14287
  INTEGRATION_AUTH_QUERY_KEY,
14076
14288
  INTEGRATION_QUERY_KEY,
14077
14289
  INTERESTS_QUERY_KEY,
14290
+ INTEREST_ACTIVITIES_QUERY_KEY,
14291
+ INTEREST_QUERY_KEY,
14078
14292
  INVOICE_QUERY_KEY,
14079
14293
  ImageType,
14080
14294
  IntegrationType,
@@ -14266,6 +14480,7 @@ var useUploadSurveyResponseFile = (options = {}) => {
14266
14480
  SET_GROUP_REQUESTS_QUERY_DATA,
14267
14481
  SET_GROUP_REQUEST_QUERY_DATA,
14268
14482
  SET_GROUP_SPONSORS_QUERY_DATA,
14483
+ SET_IMAGE_QUERY_DATA,
14269
14484
  SET_INTEGRATIONS_QUERY_DATA,
14270
14485
  SET_INTEGRATION_AUTH_QUERY_DATA,
14271
14486
  SET_INTEGRATION_QUERY_DATA,
@@ -14326,6 +14541,7 @@ var useUploadSurveyResponseFile = (options = {}) => {
14326
14541
  SET_THREAD_MESSAGE_REPLIES_QUERY_DATA,
14327
14542
  SET_THREAD_QUERY_DATA,
14328
14543
  SET_TRANSFER_ACCOUNTS_QUERY_DATA,
14544
+ SET_VIDEO_QUERY_DATA,
14329
14545
  SUBSCRIBED_CHANNELS_QUERY_KEY,
14330
14546
  SUBSCRIBED_CONTENTS_QUERY_KEY,
14331
14547
  SURVEY_QUERY_KEY,
@@ -14398,7 +14614,10 @@ var useUploadSurveyResponseFile = (options = {}) => {
14398
14614
  UpdateThreadMessage,
14399
14615
  UploadChannelContentImage,
14400
14616
  UploadFile,
14617
+ UploadImage,
14401
14618
  UploadSurveyResponseFile,
14619
+ UploadVideo,
14620
+ VIDEO_QUERY_KEY,
14402
14621
  isListing,
14403
14622
  isManagedCoupon,
14404
14623
  isRegistrationQuestion,
@@ -14478,6 +14697,7 @@ var useUploadSurveyResponseFile = (options = {}) => {
14478
14697
  useCreateGroupAnnouncement,
14479
14698
  useCreateGroupInvitations,
14480
14699
  useCreateGroupRequest,
14700
+ useCreateInterest,
14481
14701
  useCreateListing,
14482
14702
  useCreateListingAnnouncement,
14483
14703
  useCreateListingQuestion,
@@ -14598,9 +14818,12 @@ var useUploadSurveyResponseFile = (options = {}) => {
14598
14818
  useGetGroupsFeatured,
14599
14819
  useGetGroupsInvited,
14600
14820
  useGetGroupsRequested,
14821
+ useGetImage,
14601
14822
  useGetIntegration,
14602
14823
  useGetIntegrationAuth,
14603
14824
  useGetIntegrations,
14825
+ useGetInterest,
14826
+ useGetInterestActivities,
14604
14827
  useGetInterests,
14605
14828
  useGetInvoice,
14606
14829
  useGetInvoiceIntent,
@@ -14708,6 +14931,7 @@ var useUploadSurveyResponseFile = (options = {}) => {
14708
14931
  useGetThreadMessageReplies,
14709
14932
  useGetThreadMessages,
14710
14933
  useGetThreads,
14934
+ useGetVideo,
14711
14935
  useGroupStatus,
14712
14936
  useIsAccountFollowing,
14713
14937
  useIsChannelSubscribed,
@@ -14779,5 +15003,7 @@ var useUploadSurveyResponseFile = (options = {}) => {
14779
15003
  useUpdateThreadMessage,
14780
15004
  useUploadChannelContentImage,
14781
15005
  useUploadFile,
14782
- useUploadSurveyResponseFile
15006
+ useUploadImage,
15007
+ useUploadSurveyResponseFile,
15008
+ useUploadVideo
14783
15009
  });