@connectedxm/admin 6.33.1 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -334,8 +334,6 @@ __export(index_exports, {
334
334
  CreateSurveySection: () => CreateSurveySection,
335
335
  CreateTaxIntegration: () => CreateTaxIntegration,
336
336
  CreateThread: () => CreateThread,
337
- CreateThreadCircle: () => CreateThreadCircle,
338
- CreateThreadCircleAccount: () => CreateThreadCircleAccount,
339
337
  CreateThreadMessage: () => CreateThreadMessage,
340
338
  CreateThreadMessageFile: () => CreateThreadMessageFile,
341
339
  CreateThreadMessageImage: () => CreateThreadMessageImage,
@@ -503,8 +501,7 @@ __export(index_exports, {
503
501
  DeleteSurveyTranslation: () => DeleteSurveyTranslation,
504
502
  DeleteTaxIntegration: () => DeleteTaxIntegration,
505
503
  DeleteThread: () => DeleteThread,
506
- DeleteThreadCircle: () => DeleteThreadCircle,
507
- DeleteThreadCircleAccount: () => DeleteThreadCircleAccount,
504
+ DeleteThreadAccount: () => DeleteThreadAccount,
508
505
  DeleteThreadMessage: () => DeleteThreadMessage,
509
506
  DeleteThreadMessageFile: () => DeleteThreadMessageFile,
510
507
  DeleteThreadMessageImage: () => DeleteThreadMessageImage,
@@ -739,7 +736,6 @@ __export(index_exports, {
739
736
  EVENT_SPONSORS_QUERY_KEY: () => EVENT_SPONSORS_QUERY_KEY,
740
737
  EVENT_SPONSOR_ACCOUNTS_QUERY_KEY: () => EVENT_SPONSOR_ACCOUNTS_QUERY_KEY,
741
738
  EVENT_TEMPLATES_QUERY_KEY: () => EVENT_TEMPLATES_QUERY_KEY,
742
- EVENT_THREADS_QUERY_KEY: () => EVENT_THREADS_QUERY_KEY,
743
739
  EVENT_TIERS_QUERY_KEY: () => EVENT_TIERS_QUERY_KEY,
744
740
  EVENT_TRACKS_QUERY_KEY: () => EVENT_TRACKS_QUERY_KEY,
745
741
  EVENT_TRACK_QUERY_KEY: () => EVENT_TRACK_QUERY_KEY,
@@ -782,7 +778,6 @@ __export(index_exports, {
782
778
  GROUP_REQUESTS_QUERY_KEY: () => GROUP_REQUESTS_QUERY_KEY,
783
779
  GROUP_REQUEST_QUERY_KEY: () => GROUP_REQUEST_QUERY_KEY,
784
780
  GROUP_SPONSORS_QUERY_KEY: () => GROUP_SPONSORS_QUERY_KEY,
785
- GROUP_THREADS_QUERY_KEY: () => GROUP_THREADS_QUERY_KEY,
786
781
  GROUP_TRANSLATIONS_QUERY_KEY: () => GROUP_TRANSLATIONS_QUERY_KEY,
787
782
  GROUP_TRANSLATION_QUERY_KEY: () => GROUP_TRANSLATION_QUERY_KEY,
788
783
  GenerateMeetingSessionSummary: () => GenerateMeetingSessionSummary,
@@ -1106,7 +1101,6 @@ __export(index_exports, {
1106
1101
  GetEventSponsorshipTranslation: () => GetEventSponsorshipTranslation,
1107
1102
  GetEventSponsorshipTranslations: () => GetEventSponsorshipTranslations,
1108
1103
  GetEventSponsorships: () => GetEventSponsorships,
1109
- GetEventThreads: () => GetEventThreads,
1110
1104
  GetEventTiers: () => GetEventTiers,
1111
1105
  GetEventTrack: () => GetEventTrack,
1112
1106
  GetEventTrackSessions: () => GetEventTrackSessions,
@@ -1131,7 +1125,6 @@ __export(index_exports, {
1131
1125
  GetGroupRequest: () => GetGroupRequest,
1132
1126
  GetGroupRequests: () => GetGroupRequests,
1133
1127
  GetGroupSponsors: () => GetGroupSponsors,
1134
- GetGroupThreads: () => GetGroupThreads,
1135
1128
  GetGroupTranslation: () => GetGroupTranslation,
1136
1129
  GetGroupTranslations: () => GetGroupTranslations,
1137
1130
  GetGroups: () => GetGroups,
@@ -1299,12 +1292,6 @@ __export(index_exports, {
1299
1292
  GetTemplates: () => GetTemplates,
1300
1293
  GetThread: () => GetThread,
1301
1294
  GetThreadAccounts: () => GetThreadAccounts,
1302
- GetThreadCircle: () => GetThreadCircle,
1303
- GetThreadCircleAccount: () => GetThreadCircleAccount,
1304
- GetThreadCircleAccounts: () => GetThreadCircleAccounts,
1305
- GetThreadCircleThreads: () => GetThreadCircleThreads,
1306
- GetThreadCircles: () => GetThreadCircles,
1307
- GetThreadMembers: () => GetThreadMembers,
1308
1295
  GetThreadMessage: () => GetThreadMessage,
1309
1296
  GetThreadMessageFiles: () => GetThreadMessageFiles,
1310
1297
  GetThreadMessageImages: () => GetThreadMessageImages,
@@ -1884,7 +1871,6 @@ __export(index_exports, {
1884
1871
  SET_EVENT_SPONSORS_QUERY_DATA: () => SET_EVENT_SPONSORS_QUERY_DATA,
1885
1872
  SET_EVENT_SPONSOR_ACCOUNTS_QUERY_DATA: () => SET_EVENT_SPONSOR_ACCOUNTS_QUERY_DATA,
1886
1873
  SET_EVENT_TEMPLATES_QUERY_DATA: () => SET_EVENT_TEMPLATES_QUERY_DATA,
1887
- SET_EVENT_THREADS_QUERY_DATA: () => SET_EVENT_THREADS_QUERY_DATA,
1888
1874
  SET_EVENT_TIERS_QUERY_DATA: () => SET_EVENT_TIERS_QUERY_DATA,
1889
1875
  SET_EVENT_TRACKS_QUERY_DATA: () => SET_EVENT_TRACKS_QUERY_DATA,
1890
1876
  SET_EVENT_TRACK_QUERY_DATA: () => SET_EVENT_TRACK_QUERY_DATA,
@@ -1909,7 +1895,6 @@ __export(index_exports, {
1909
1895
  SET_GROUP_REQUESTS_QUERY_DATA: () => SET_GROUP_REQUESTS_QUERY_DATA,
1910
1896
  SET_GROUP_REQUEST_QUERY_DATA: () => SET_GROUP_REQUEST_QUERY_DATA,
1911
1897
  SET_GROUP_SPONSORS_QUERY_DATA: () => SET_GROUP_SPONSORS_QUERY_DATA,
1912
- SET_GROUP_THREADS_QUERY_DATA: () => SET_GROUP_THREADS_QUERY_DATA,
1913
1898
  SET_GROUP_TRANSLATIONS_QUERY_DATA: () => SET_GROUP_TRANSLATIONS_QUERY_DATA,
1914
1899
  SET_GROUP_TRANSLATION_QUERY_DATA: () => SET_GROUP_TRANSLATION_QUERY_DATA,
1915
1900
  SET_IMAGES_QUERY_DATA: () => SET_IMAGES_QUERY_DATA,
@@ -2059,11 +2044,6 @@ __export(index_exports, {
2059
2044
  SET_TAX_LOGS_QUERY_DATA: () => SET_TAX_LOGS_QUERY_DATA,
2060
2045
  SET_TAX_LOG_QUERY_DATA: () => SET_TAX_LOG_QUERY_DATA,
2061
2046
  SET_THREADS_QUERY_DATA: () => SET_THREADS_QUERY_DATA,
2062
- SET_THREAD_CIRCLES_QUERY_DATA: () => SET_THREAD_CIRCLES_QUERY_DATA,
2063
- SET_THREAD_CIRCLE_ACCOUNTS_QUERY_DATA: () => SET_THREAD_CIRCLE_ACCOUNTS_QUERY_DATA,
2064
- SET_THREAD_CIRCLE_ACCOUNT_QUERY_DATA: () => SET_THREAD_CIRCLE_ACCOUNT_QUERY_DATA,
2065
- SET_THREAD_CIRCLE_QUERY_DATA: () => SET_THREAD_CIRCLE_QUERY_DATA,
2066
- SET_THREAD_CIRCLE_THREADS_QUERY_DATA: () => SET_THREAD_CIRCLE_THREADS_QUERY_DATA,
2067
2047
  SET_THREAD_MESSAGES_POLL_QUERY_DATA: () => SET_THREAD_MESSAGES_POLL_QUERY_DATA,
2068
2048
  SET_THREAD_MESSAGES_QUERY_DATA: () => SET_THREAD_MESSAGES_QUERY_DATA,
2069
2049
  SET_THREAD_MESSAGE_FILES_QUERY_DATA: () => SET_THREAD_MESSAGE_FILES_QUERY_DATA,
@@ -2149,12 +2129,6 @@ __export(index_exports, {
2149
2129
  TAX_LOG_QUERY_KEY: () => TAX_LOG_QUERY_KEY,
2150
2130
  THREADS_QUERY_KEY: () => THREADS_QUERY_KEY,
2151
2131
  THREAD_ACCOUNTS_QUERY_KEY: () => THREAD_ACCOUNTS_QUERY_KEY,
2152
- THREAD_CIRCLES_QUERY_KEY: () => THREAD_CIRCLES_QUERY_KEY,
2153
- THREAD_CIRCLE_ACCOUNTS_QUERY_KEY: () => THREAD_CIRCLE_ACCOUNTS_QUERY_KEY,
2154
- THREAD_CIRCLE_ACCOUNT_QUERY_KEY: () => THREAD_CIRCLE_ACCOUNT_QUERY_KEY,
2155
- THREAD_CIRCLE_QUERY_KEY: () => THREAD_CIRCLE_QUERY_KEY,
2156
- THREAD_CIRCLE_THREADS_QUERY_KEY: () => THREAD_CIRCLE_THREADS_QUERY_KEY,
2157
- THREAD_MEMBERS_QUERY_KEY: () => THREAD_MEMBERS_QUERY_KEY,
2158
2132
  THREAD_MESSAGES_POLL_QUERY_KEY: () => THREAD_MESSAGES_POLL_QUERY_KEY,
2159
2133
  THREAD_MESSAGES_QUERY_KEY: () => THREAD_MESSAGES_QUERY_KEY,
2160
2134
  THREAD_MESSAGE_FILES_QUERY_KEY: () => THREAD_MESSAGE_FILES_QUERY_KEY,
@@ -2173,12 +2147,7 @@ __export(index_exports, {
2173
2147
  TaxIntegrationType: () => TaxIntegrationType,
2174
2148
  TaxLocationType: () => TaxLocationType,
2175
2149
  TestTaxIntegration: () => TestTaxIntegration,
2176
- ThreadCircleAccountRole: () => ThreadCircleAccountRole,
2177
- ThreadCircleType: () => ThreadCircleType,
2178
- ThreadInvitationStatus: () => ThreadInvitationStatus,
2179
- ThreadMemberRole: () => ThreadMemberRole,
2180
2150
  ThreadMessageType: () => ThreadMessageType,
2181
- ThreadType: () => ThreadType,
2182
2151
  ToggleOrganizationPaymentIntegration: () => ToggleOrganizationPaymentIntegration,
2183
2152
  ToggleTaxIntegration: () => ToggleTaxIntegration,
2184
2153
  TransferEventPass: () => TransferEventPass,
@@ -2361,9 +2330,7 @@ __export(index_exports, {
2361
2330
  UpdateSurveyTranslation: () => UpdateSurveyTranslation,
2362
2331
  UpdateTaxIntegration: () => UpdateTaxIntegration,
2363
2332
  UpdateThread: () => UpdateThread,
2364
- UpdateThreadCircle: () => UpdateThreadCircle,
2365
- UpdateThreadCircleAccount: () => UpdateThreadCircleAccount,
2366
- UpdateThreadMember: () => UpdateThreadMember,
2333
+ UpdateThreadAccount: () => UpdateThreadAccount,
2367
2334
  UpdateThreadMessage: () => UpdateThreadMessage,
2368
2335
  UpdateTier: () => UpdateTier,
2369
2336
  UpdateUserImage: () => UpdateUserImage,
@@ -2579,8 +2546,6 @@ __export(index_exports, {
2579
2546
  useCreateSurveySection: () => useCreateSurveySection,
2580
2547
  useCreateTaxIntegration: () => useCreateTaxIntegration,
2581
2548
  useCreateThread: () => useCreateThread,
2582
- useCreateThreadCircle: () => useCreateThreadCircle,
2583
- useCreateThreadCircleAccount: () => useCreateThreadCircleAccount,
2584
2549
  useCreateThreadMessage: () => useCreateThreadMessage,
2585
2550
  useCreateThreadMessageFile: () => useCreateThreadMessageFile,
2586
2551
  useCreateThreadMessageImage: () => useCreateThreadMessageImage,
@@ -2739,8 +2704,7 @@ __export(index_exports, {
2739
2704
  useDeleteSurveyTranslation: () => useDeleteSurveyTranslation,
2740
2705
  useDeleteTaxIntegration: () => useDeleteTaxIntegration,
2741
2706
  useDeleteThread: () => useDeleteThread,
2742
- useDeleteThreadCircle: () => useDeleteThreadCircle,
2743
- useDeleteThreadCircleAccount: () => useDeleteThreadCircleAccount,
2707
+ useDeleteThreadAccount: () => useDeleteThreadAccount,
2744
2708
  useDeleteThreadMessage: () => useDeleteThreadMessage,
2745
2709
  useDeleteThreadMessageFile: () => useDeleteThreadMessageFile,
2746
2710
  useDeleteThreadMessageImage: () => useDeleteThreadMessageImage,
@@ -3082,7 +3046,6 @@ __export(index_exports, {
3082
3046
  useGetEventSponsorshipTranslation: () => useGetEventSponsorshipTranslation,
3083
3047
  useGetEventSponsorshipTranslations: () => useGetEventSponsorshipTranslations,
3084
3048
  useGetEventSponsorships: () => useGetEventSponsorships,
3085
- useGetEventThreads: () => useGetEventThreads,
3086
3049
  useGetEventTiers: () => useGetEventTiers,
3087
3050
  useGetEventTrack: () => useGetEventTrack,
3088
3051
  useGetEventTrackSessions: () => useGetEventTrackSessions,
@@ -3107,7 +3070,6 @@ __export(index_exports, {
3107
3070
  useGetGroupRequest: () => useGetGroupRequest,
3108
3071
  useGetGroupRequests: () => useGetGroupRequests,
3109
3072
  useGetGroupSponsors: () => useGetGroupSponsors,
3110
- useGetGroupThreads: () => useGetGroupThreads,
3111
3073
  useGetGroupTranslation: () => useGetGroupTranslation,
3112
3074
  useGetGroupTranslations: () => useGetGroupTranslations,
3113
3075
  useGetGroups: () => useGetGroups,
@@ -3274,12 +3236,6 @@ __export(index_exports, {
3274
3236
  useGetTemplates: () => useGetTemplates,
3275
3237
  useGetThread: () => useGetThread,
3276
3238
  useGetThreadAccounts: () => useGetThreadAccounts,
3277
- useGetThreadCircle: () => useGetThreadCircle,
3278
- useGetThreadCircleAccount: () => useGetThreadCircleAccount,
3279
- useGetThreadCircleAccounts: () => useGetThreadCircleAccounts,
3280
- useGetThreadCircleThreads: () => useGetThreadCircleThreads,
3281
- useGetThreadCircles: () => useGetThreadCircles,
3282
- useGetThreadMembers: () => useGetThreadMembers,
3283
3239
  useGetThreadMessage: () => useGetThreadMessage,
3284
3240
  useGetThreadMessageFiles: () => useGetThreadMessageFiles,
3285
3241
  useGetThreadMessageImages: () => useGetThreadMessageImages,
@@ -3590,9 +3546,7 @@ __export(index_exports, {
3590
3546
  useUpdateSurveyTranslation: () => useUpdateSurveyTranslation,
3591
3547
  useUpdateTaxIntegration: () => useUpdateTaxIntegration,
3592
3548
  useUpdateThread: () => useUpdateThread,
3593
- useUpdateThreadCircle: () => useUpdateThreadCircle,
3594
- useUpdateThreadCircleAccount: () => useUpdateThreadCircleAccount,
3595
- useUpdateThreadMember: () => useUpdateThreadMember,
3549
+ useUpdateThreadAccount: () => useUpdateThreadAccount,
3596
3550
  useUpdateThreadMessage: () => useUpdateThreadMessage,
3597
3551
  useUpdateTier: () => useUpdateTier,
3598
3552
  useUpdateUserImage: () => useUpdateUserImage,
@@ -4230,40 +4184,12 @@ var VideoSource = /* @__PURE__ */ ((VideoSource2) => {
4230
4184
  VideoSource2["content"] = "content";
4231
4185
  return VideoSource2;
4232
4186
  })(VideoSource || {});
4233
- var ThreadInvitationStatus = /* @__PURE__ */ ((ThreadInvitationStatus2) => {
4234
- ThreadInvitationStatus2["invited"] = "invited";
4235
- ThreadInvitationStatus2["rejected"] = "rejected";
4236
- return ThreadInvitationStatus2;
4237
- })(ThreadInvitationStatus || {});
4238
- var ThreadType = /* @__PURE__ */ ((ThreadType2) => {
4239
- ThreadType2["circle"] = "circle";
4240
- ThreadType2["group"] = "group";
4241
- ThreadType2["event"] = "event";
4242
- ThreadType2["stream"] = "stream";
4243
- return ThreadType2;
4244
- })(ThreadType || {});
4245
- var ThreadMemberRole = /* @__PURE__ */ ((ThreadMemberRole2) => {
4246
- ThreadMemberRole2["member"] = "member";
4247
- ThreadMemberRole2["moderator"] = "moderator";
4248
- return ThreadMemberRole2;
4249
- })(ThreadMemberRole || {});
4250
4187
  var ThreadMessageType = /* @__PURE__ */ ((ThreadMessageType2) => {
4251
4188
  ThreadMessageType2["user"] = "user";
4252
4189
  ThreadMessageType2["bot"] = "bot";
4253
4190
  ThreadMessageType2["system"] = "system";
4254
4191
  return ThreadMessageType2;
4255
4192
  })(ThreadMessageType || {});
4256
- var ThreadCircleAccountRole = /* @__PURE__ */ ((ThreadCircleAccountRole2) => {
4257
- ThreadCircleAccountRole2["member"] = "member";
4258
- ThreadCircleAccountRole2["manager"] = "manager";
4259
- ThreadCircleAccountRole2["invited"] = "invited";
4260
- return ThreadCircleAccountRole2;
4261
- })(ThreadCircleAccountRole || {});
4262
- var ThreadCircleType = /* @__PURE__ */ ((ThreadCircleType2) => {
4263
- ThreadCircleType2["private"] = "private";
4264
- ThreadCircleType2["direct"] = "direct";
4265
- return ThreadCircleType2;
4266
- })(ThreadCircleType || {});
4267
4193
  var LeadStatus = /* @__PURE__ */ ((LeadStatus2) => {
4268
4194
  LeadStatus2["new"] = "new";
4269
4195
  LeadStatus2["favorited"] = "favorited";
@@ -17963,48 +17889,6 @@ var useGetEventPayments = (eventId = "", params = {}, options = {}) => {
17963
17889
  );
17964
17890
  };
17965
17891
 
17966
- // src/queries/events/useGetEventThreads.ts
17967
- var EVENT_THREADS_QUERY_KEY = (eventId) => [
17968
- ...EVENT_QUERY_KEY(eventId),
17969
- "THREADS"
17970
- ];
17971
- var SET_EVENT_THREADS_QUERY_DATA = (client, keyParams, response) => {
17972
- client.setQueryData(EVENT_THREADS_QUERY_KEY(...keyParams), response);
17973
- };
17974
- var GetEventThreads = async ({
17975
- eventId,
17976
- pageParam,
17977
- pageSize,
17978
- orderBy,
17979
- search,
17980
- adminApiParams
17981
- }) => {
17982
- const adminApi = await GetAdminAPI(adminApiParams);
17983
- const { data } = await adminApi.get(`/events/${eventId}/threads`, {
17984
- params: {
17985
- page: pageParam || void 0,
17986
- pageSize: pageSize || void 0,
17987
- orderBy: orderBy || void 0,
17988
- search: search || void 0
17989
- }
17990
- });
17991
- return data;
17992
- };
17993
- var useGetEventThreads = (eventId, params = {}, options = {}) => {
17994
- return useConnectedInfiniteQuery(
17995
- EVENT_THREADS_QUERY_KEY(eventId),
17996
- (params2) => GetEventThreads({
17997
- ...params2,
17998
- eventId
17999
- }),
18000
- params,
18001
- {
18002
- ...options,
18003
- enabled: !!eventId && (options.enabled ?? true)
18004
- }
18005
- );
18006
- };
18007
-
18008
17892
  // src/queries/events/useGetEventTiers.ts
18009
17893
  var EVENT_TIERS_QUERY_KEY = (eventId) => [
18010
17894
  ...EVENT_QUERY_KEY(eventId),
@@ -18588,48 +18472,6 @@ var useGetGroupActivities = (groupId = "", featured, status, params = {}, option
18588
18472
  );
18589
18473
  };
18590
18474
 
18591
- // src/queries/groups/useGetGroupThreads.ts
18592
- var GROUP_THREADS_QUERY_KEY = (groupId) => [
18593
- ...GROUP_QUERY_KEY(groupId),
18594
- "THREADS"
18595
- ];
18596
- var SET_GROUP_THREADS_QUERY_DATA = (client, keyParams, response) => {
18597
- client.setQueryData(GROUP_THREADS_QUERY_KEY(...keyParams), response);
18598
- };
18599
- var GetGroupThreads = async ({
18600
- groupId,
18601
- pageParam,
18602
- pageSize,
18603
- orderBy,
18604
- search,
18605
- adminApiParams
18606
- }) => {
18607
- const adminApi = await GetAdminAPI(adminApiParams);
18608
- const { data } = await adminApi.get(`/groups/${groupId}/threads`, {
18609
- params: {
18610
- page: pageParam || void 0,
18611
- pageSize: pageSize || void 0,
18612
- orderBy: orderBy || void 0,
18613
- search: search || void 0
18614
- }
18615
- });
18616
- return data;
18617
- };
18618
- var useGetGroupThreads = (groupId, params = {}, options = {}) => {
18619
- return useConnectedInfiniteQuery(
18620
- GROUP_THREADS_QUERY_KEY(groupId),
18621
- (params2) => GetGroupThreads({
18622
- ...params2,
18623
- groupId
18624
- }),
18625
- params,
18626
- {
18627
- ...options,
18628
- enabled: !!groupId && (options.enabled ?? true)
18629
- }
18630
- );
18631
- };
18632
-
18633
18475
  // src/queries/imports/useGetImports.ts
18634
18476
  var IMPORTS_QUERY_KEY = (tierId) => {
18635
18477
  const keys = ["IMPORTS"];
@@ -24832,183 +24674,9 @@ var useGetSurveySessions = (surveyId = "", params = {}, options = {}) => {
24832
24674
  );
24833
24675
  };
24834
24676
 
24835
- // src/queries/threads/circles/useGetThreadCircles.ts
24836
- var THREAD_CIRCLES_QUERY_KEY = (type) => {
24837
- const key = ["CIRCLES"];
24838
- if (type) key.push(type);
24839
- return key;
24840
- };
24841
- var SET_THREAD_CIRCLES_QUERY_DATA = (client, keyParams, response) => {
24842
- client.setQueryData(THREAD_CIRCLES_QUERY_KEY(...keyParams), response);
24843
- };
24844
- var GetThreadCircles = async ({
24845
- type,
24846
- pageParam,
24847
- pageSize,
24848
- orderBy,
24849
- search,
24850
- adminApiParams
24851
- }) => {
24852
- const adminApi = await GetAdminAPI(adminApiParams);
24853
- const { data } = await adminApi.get(`/threads/circles`, {
24854
- params: {
24855
- page: pageParam || void 0,
24856
- pageSize: pageSize || void 0,
24857
- orderBy: orderBy || void 0,
24858
- search: search || void 0,
24859
- type: type || void 0
24860
- }
24861
- });
24862
- return data;
24863
- };
24864
- var useGetThreadCircles = (type, params = {}, options = {}) => {
24865
- return useConnectedInfiniteQuery(
24866
- THREAD_CIRCLES_QUERY_KEY(type),
24867
- (params2) => GetThreadCircles({ type, ...params2 }),
24868
- params,
24869
- options
24870
- );
24871
- };
24872
-
24873
- // src/queries/threads/circles/useGetThreadCircle.ts
24874
- var THREAD_CIRCLE_QUERY_KEY = (circleId) => [
24875
- ...THREAD_CIRCLES_QUERY_KEY(),
24876
- circleId
24877
- ];
24878
- var SET_THREAD_CIRCLE_QUERY_DATA = (client, keyParams, response) => {
24879
- client.setQueryData(THREAD_CIRCLE_QUERY_KEY(...keyParams), response);
24880
- };
24881
- var GetThreadCircle = async ({
24882
- circleId,
24883
- adminApiParams
24884
- }) => {
24885
- const adminApi = await GetAdminAPI(adminApiParams);
24886
- const { data } = await adminApi.get(`/threads/circles/${circleId}`);
24887
- return data;
24888
- };
24889
- var useGetThreadCircle = (circleId = "", options = {}) => {
24890
- return useConnectedSingleQuery(
24891
- THREAD_CIRCLE_QUERY_KEY(circleId),
24892
- (params) => GetThreadCircle({ circleId, ...params }),
24893
- {
24894
- ...options,
24895
- enabled: !!circleId && (options.enabled ?? true)
24896
- }
24897
- );
24898
- };
24899
-
24900
- // src/queries/threads/circles/accounts/useGetThreadCircleAccounts.ts
24901
- var THREAD_CIRCLE_ACCOUNTS_QUERY_KEY = (circleId, role) => {
24902
- const key = [...THREAD_CIRCLE_QUERY_KEY(circleId), "ACCOUNTS"];
24903
- if (role) {
24904
- key.push(role);
24905
- }
24906
- return key;
24907
- };
24908
- var SET_THREAD_CIRCLE_ACCOUNTS_QUERY_DATA = (client, keyParams, response) => {
24909
- client.setQueryData(THREAD_CIRCLE_ACCOUNTS_QUERY_KEY(...keyParams), response);
24910
- };
24911
- var GetThreadCircleAccounts = async ({
24912
- circleId,
24913
- role,
24914
- pageParam,
24915
- pageSize,
24916
- orderBy,
24917
- search,
24918
- adminApiParams
24919
- }) => {
24920
- const adminApi = await GetAdminAPI(adminApiParams);
24921
- const { data } = await adminApi.get(`/threads/circles/${circleId}/accounts`, {
24922
- params: {
24923
- page: pageParam || void 0,
24924
- pageSize: pageSize || void 0,
24925
- orderBy: orderBy || void 0,
24926
- search: search || void 0,
24927
- role: role || void 0
24928
- }
24929
- });
24930
- return data;
24931
- };
24932
- var useGetThreadCircleAccounts = (circleId, role, params = {}, options = {}) => {
24933
- return useConnectedInfiniteQuery(
24934
- THREAD_CIRCLE_ACCOUNTS_QUERY_KEY(circleId, role),
24935
- (params2) => GetThreadCircleAccounts({ circleId, role, ...params2 }),
24936
- params,
24937
- {
24938
- ...options,
24939
- enabled: !!circleId && (options.enabled ?? true)
24940
- }
24941
- );
24942
- };
24943
-
24944
- // src/queries/threads/circles/accounts/useGetThreadCircleAccount.ts
24945
- var THREAD_CIRCLE_ACCOUNT_QUERY_KEY = (circleId, accountId) => [...THREAD_CIRCLE_ACCOUNTS_QUERY_KEY(circleId), accountId];
24946
- var SET_THREAD_CIRCLE_ACCOUNT_QUERY_DATA = (client, keyParams, response) => {
24947
- client.setQueryData(THREAD_CIRCLE_ACCOUNT_QUERY_KEY(...keyParams), response);
24948
- };
24949
- var GetThreadCircleAccount = async ({
24950
- circleId,
24951
- accountId,
24952
- adminApiParams
24953
- }) => {
24954
- const adminApi = await GetAdminAPI(adminApiParams);
24955
- const { data } = await adminApi.get(
24956
- `/threads/circles/${circleId}/accounts/${accountId}`
24957
- );
24958
- return data;
24959
- };
24960
- var useGetThreadCircleAccount = (circleId, accountId, options = {}) => {
24961
- return useConnectedSingleQuery(
24962
- THREAD_CIRCLE_ACCOUNT_QUERY_KEY(circleId, accountId),
24963
- (params) => GetThreadCircleAccount({ circleId, accountId, ...params }),
24964
- options
24965
- );
24966
- };
24967
-
24968
- // src/queries/threads/circles/useGetThreadCircleThreads.ts
24969
- var THREAD_CIRCLE_THREADS_QUERY_KEY = (circleId) => [
24970
- THREAD_CIRCLE_QUERY_KEY(circleId),
24971
- circleId
24972
- ];
24973
- var SET_THREAD_CIRCLE_THREADS_QUERY_DATA = (client, keyParams, response) => {
24974
- client.setQueryData(THREAD_CIRCLE_THREADS_QUERY_KEY(...keyParams), response);
24975
- };
24976
- var GetThreadCircleThreads = async ({
24977
- circleId,
24978
- pageParam,
24979
- pageSize,
24980
- orderBy,
24981
- search,
24982
- adminApiParams
24983
- }) => {
24984
- const adminApi = await GetAdminAPI(adminApiParams);
24985
- const { data } = await adminApi.get(`/threads/circles/${circleId}/threads`, {
24986
- params: {
24987
- page: pageParam || void 0,
24988
- pageSize: pageSize || void 0,
24989
- orderBy: orderBy || void 0,
24990
- search: search || void 0
24991
- }
24992
- });
24993
- return data;
24994
- };
24995
- var useGetThreadCircleThreads = (circleId = "", params = {}, options = {}) => {
24996
- return useConnectedInfiniteQuery(
24997
- THREAD_CIRCLE_THREADS_QUERY_KEY(circleId),
24998
- (params2) => GetThreadCircleThreads({ circleId, ...params2 }),
24999
- params,
25000
- {
25001
- enabled: !!circleId && (options.enabled ?? true),
25002
- ...options
25003
- }
25004
- );
25005
- };
25006
-
25007
24677
  // src/queries/threads/useGetThreads.ts
25008
- var THREADS_QUERY_KEY = (type) => {
25009
- const key = ["THREADS"];
25010
- if (type) key.push(type);
25011
- return key;
24678
+ var THREADS_QUERY_KEY = () => {
24679
+ return ["THREADS"];
25012
24680
  };
25013
24681
  var SET_THREADS_QUERY_DATA = (client, keyParams, response) => {
25014
24682
  client.setQueryData(THREADS_QUERY_KEY(...keyParams), response);
@@ -25018,7 +24686,6 @@ var GetThreads = async ({
25018
24686
  pageSize,
25019
24687
  orderBy,
25020
24688
  search,
25021
- type,
25022
24689
  adminApiParams
25023
24690
  }) => {
25024
24691
  const adminApi = await GetAdminAPI(adminApiParams);
@@ -25027,16 +24694,15 @@ var GetThreads = async ({
25027
24694
  page: pageParam || void 0,
25028
24695
  pageSize: pageSize || void 0,
25029
24696
  orderBy: orderBy || void 0,
25030
- search: search || void 0,
25031
- type: type || void 0
24697
+ search: search || void 0
25032
24698
  }
25033
24699
  });
25034
24700
  return data;
25035
24701
  };
25036
- var useGetThreads = (type, params = {}, options = {}) => {
24702
+ var useGetThreads = (params = {}, options = {}) => {
25037
24703
  return useConnectedInfiniteQuery(
25038
- THREADS_QUERY_KEY(type),
25039
- (params2) => GetThreads({ ...params2, type }),
24704
+ THREADS_QUERY_KEY(),
24705
+ (params2) => GetThreads({ ...params2 }),
25040
24706
  params,
25041
24707
  options
25042
24708
  );
@@ -25069,7 +24735,7 @@ var useGetThread = (threadId = "", options = {}) => {
25069
24735
  );
25070
24736
  };
25071
24737
 
25072
- // src/queries/threads/members/useGetThreadAccounts.ts
24738
+ // src/queries/threads/accounts/useGetThreadAccounts.ts
25073
24739
  var THREAD_ACCOUNTS_QUERY_KEY = (threadId) => {
25074
24740
  const key = [...THREAD_QUERY_KEY(threadId), "ACCOUNTS"];
25075
24741
  return key;
@@ -25105,42 +24771,6 @@ var useGetThreadAccounts = (threadId = "", params = {}, options = {}) => {
25105
24771
  );
25106
24772
  };
25107
24773
 
25108
- // src/queries/threads/members/useGetThreadMembers.ts
25109
- var THREAD_MEMBERS_QUERY_KEY = (threadId) => {
25110
- const key = [...THREAD_QUERY_KEY(threadId), "VIEWERS"];
25111
- return key;
25112
- };
25113
- var GetThreadMembers = async ({
25114
- threadId,
25115
- pageParam,
25116
- pageSize,
25117
- orderBy,
25118
- search,
25119
- adminApiParams
25120
- }) => {
25121
- const adminApi = await GetAdminAPI(adminApiParams);
25122
- const { data } = await adminApi.get(`/threads/${threadId}/members`, {
25123
- params: {
25124
- page: pageParam || void 0,
25125
- pageSize: pageSize || void 0,
25126
- orderBy: orderBy || void 0,
25127
- search: search || void 0
25128
- }
25129
- });
25130
- return data;
25131
- };
25132
- var useGetThreadMembers = (threadId = "", params = {}, options = {}) => {
25133
- return useConnectedInfiniteQuery(
25134
- THREAD_MEMBERS_QUERY_KEY(threadId),
25135
- (params2) => GetThreadMembers({ ...params2, threadId }),
25136
- params,
25137
- {
25138
- ...options,
25139
- enabled: !!threadId && (options.enabled ?? true)
25140
- }
25141
- );
25142
- };
25143
-
25144
24774
  // src/queries/threads/messages/useGetThreadMessages.ts
25145
24775
  var THREAD_MESSAGES_QUERY_KEY = (threadId) => [
25146
24776
  ...THREAD_QUERY_KEY(threadId),
@@ -43038,160 +42668,47 @@ var useUpdateSurvey = (options = {}) => {
43038
42668
  return useConnectedMutation(UpdateSurvey, options);
43039
42669
  };
43040
42670
 
43041
- // src/mutations/threads/circles/accounts/useCreateThreadCircleAccount.ts
43042
- var CreateThreadCircleAccount = async ({
43043
- circleId,
43044
- account,
43045
- adminApiParams,
43046
- queryClient
43047
- }) => {
43048
- const connectedXM = await GetAdminAPI(adminApiParams);
43049
- const { data } = await connectedXM.post(`/threads/circles/${circleId}/accounts`, account);
43050
- if (queryClient && data.status === "ok") {
43051
- queryClient.invalidateQueries({
43052
- queryKey: THREAD_CIRCLE_ACCOUNTS_QUERY_KEY(circleId)
43053
- });
43054
- }
43055
- return data;
43056
- };
43057
- var useCreateThreadCircleAccount = (options = {}) => {
43058
- return useConnectedMutation(CreateThreadCircleAccount, options);
43059
- };
43060
-
43061
- // src/mutations/threads/circles/accounts/useDeleteThreadCircleAccount.ts
43062
- var DeleteThreadCircleAccount = async ({
43063
- circleId,
42671
+ // src/mutations/threads/accounts/useDeleteThreadAccount.ts
42672
+ var DeleteThreadAccount = async ({
42673
+ threadId,
43064
42674
  accountId,
43065
42675
  adminApiParams,
43066
42676
  queryClient
43067
42677
  }) => {
43068
42678
  const connectedXM = await GetAdminAPI(adminApiParams);
43069
42679
  const { data } = await connectedXM.delete(
43070
- `/threads/circles/${circleId}/accounts/${accountId}`
42680
+ `/threads/${threadId}/accounts/${accountId}`
43071
42681
  );
43072
42682
  if (queryClient && data.status === "ok") {
43073
42683
  queryClient.invalidateQueries({
43074
- queryKey: THREAD_CIRCLE_ACCOUNTS_QUERY_KEY(circleId)
43075
- });
43076
- queryClient.removeQueries({
43077
- queryKey: THREAD_CIRCLE_ACCOUNT_QUERY_KEY(circleId, accountId)
42684
+ queryKey: THREAD_ACCOUNTS_QUERY_KEY(threadId)
43078
42685
  });
43079
- }
43080
- return data;
43081
- };
43082
- var useDeleteThreadCircleAccount = (options = {}) => {
43083
- return useConnectedMutation(DeleteThreadCircleAccount, options);
43084
- };
43085
-
43086
- // src/mutations/threads/circles/accounts/useUpdateThreadCircleAccount.ts
43087
- var UpdateThreadCircleAccount = async ({
43088
- circleId,
43089
- accountId,
43090
- account,
43091
- adminApiParams,
43092
- queryClient
43093
- }) => {
43094
- const connectedXM = await GetAdminAPI(adminApiParams);
43095
- const { data } = await connectedXM.put(`/threads/circles/${circleId}/accounts/${accountId}`, account);
43096
- if (queryClient && data.status === "ok") {
43097
42686
  queryClient.invalidateQueries({
43098
- queryKey: THREAD_CIRCLE_ACCOUNTS_QUERY_KEY(circleId)
43099
- });
43100
- }
43101
- return data;
43102
- };
43103
- var useUpdateThreadCircleAccount = (options = {}) => {
43104
- return useConnectedMutation(UpdateThreadCircleAccount, options);
43105
- };
43106
-
43107
- // src/mutations/threads/circles/useCreateThreadCircle.ts
43108
- var CreateThreadCircle = async ({
43109
- circle,
43110
- adminApiParams,
43111
- queryClient
43112
- }) => {
43113
- const connectedXM = await GetAdminAPI(adminApiParams);
43114
- const { data } = await connectedXM.post(
43115
- `/threads/circles`,
43116
- circle
43117
- );
43118
- if (queryClient && data.status === "ok") {
43119
- queryClient.invalidateQueries({
43120
- queryKey: THREAD_CIRCLES_QUERY_KEY()
43121
- });
43122
- }
43123
- return data;
43124
- };
43125
- var useCreateThreadCircle = (options = {}) => {
43126
- return useConnectedMutation(CreateThreadCircle, options);
43127
- };
43128
-
43129
- // src/mutations/threads/circles/useDeleteThreadCircle.ts
43130
- var DeleteThreadCircle = async ({
43131
- circleId,
43132
- adminApiParams,
43133
- queryClient
43134
- }) => {
43135
- const connectedXM = await GetAdminAPI(adminApiParams);
43136
- const { data } = await connectedXM.delete(
43137
- `/threads/circles/${circleId}`
43138
- );
43139
- if (queryClient && data.status === "ok") {
43140
- queryClient.invalidateQueries({
43141
- queryKey: THREAD_CIRCLE_QUERY_KEY(circleId)
43142
- });
43143
- queryClient.invalidateQueries({
43144
- queryKey: THREAD_CIRCLES_QUERY_KEY()
43145
- });
43146
- }
43147
- return data;
43148
- };
43149
- var useDeleteThreadCircle = (options = {}) => {
43150
- return useConnectedMutation(DeleteThreadCircle, options);
43151
- };
43152
-
43153
- // src/mutations/threads/circles/useUpdateThreadCircle.ts
43154
- var UpdateThreadCircle = async ({
43155
- circleId,
43156
- circle,
43157
- adminApiParams,
43158
- queryClient
43159
- }) => {
43160
- const connectedXM = await GetAdminAPI(adminApiParams);
43161
- const { data } = await connectedXM.put(
43162
- `/threads/circles/${circleId}`,
43163
- circle
43164
- );
43165
- if (queryClient && data.status === "ok") {
43166
- queryClient.invalidateQueries({
43167
- queryKey: THREAD_CIRCLE_QUERY_KEY(circleId)
43168
- });
43169
- queryClient.invalidateQueries({
43170
- queryKey: THREAD_CIRCLES_QUERY_KEY()
42687
+ queryKey: THREAD_QUERY_KEY(threadId)
43171
42688
  });
43172
42689
  }
43173
42690
  return data;
43174
42691
  };
43175
- var useUpdateThreadCircle = (options = {}) => {
43176
- return useConnectedMutation(UpdateThreadCircle, options);
42692
+ var useDeleteThreadAccount = (options = {}) => {
42693
+ return useConnectedMutation(DeleteThreadAccount, options);
43177
42694
  };
43178
42695
 
43179
- // src/mutations/threads/members/useUpdateThreadMember.ts
43180
- var UpdateThreadMember = async ({
42696
+ // src/mutations/threads/accounts/useUpdateThreadAccount.ts
42697
+ var UpdateThreadAccount = async ({
43181
42698
  threadId,
43182
42699
  accountId,
43183
- member,
42700
+ threadAccount,
43184
42701
  adminApiParams,
43185
42702
  queryClient
43186
42703
  }) => {
43187
42704
  const connectedXM = await GetAdminAPI(adminApiParams);
43188
42705
  const { data } = await connectedXM.put(
43189
- `/threads/${threadId}/members/${accountId}`,
43190
- member
42706
+ `/threads/${threadId}/accounts/${accountId}`,
42707
+ threadAccount
43191
42708
  );
43192
42709
  if (queryClient && data.status === "ok") {
43193
42710
  queryClient.invalidateQueries({
43194
- queryKey: THREAD_MEMBERS_QUERY_KEY(threadId)
42711
+ queryKey: THREAD_ACCOUNTS_QUERY_KEY(threadId)
43195
42712
  });
43196
42713
  queryClient.invalidateQueries({
43197
42714
  queryKey: THREAD_QUERY_KEY(threadId)
@@ -43199,8 +42716,8 @@ var UpdateThreadMember = async ({
43199
42716
  }
43200
42717
  return data;
43201
42718
  };
43202
- var useUpdateThreadMember = (options = {}) => {
43203
- return useConnectedMutation(UpdateThreadMember, options);
42719
+ var useUpdateThreadAccount = (options = {}) => {
42720
+ return useConnectedMutation(UpdateThreadAccount, options);
43204
42721
  };
43205
42722
 
43206
42723
  // src/mutations/threads/messages/files/useCreateThreadMessageFile.ts
@@ -43470,21 +42987,7 @@ var CreateThread = async ({
43470
42987
  thread
43471
42988
  );
43472
42989
  if (queryClient && data.status === "ok") {
43473
- if (thread.groupId) {
43474
- queryClient.invalidateQueries({
43475
- queryKey: GROUP_THREADS_QUERY_KEY(thread.groupId)
43476
- });
43477
- }
43478
- if (thread.circleId) {
43479
- queryClient.invalidateQueries({
43480
- queryKey: THREAD_CIRCLE_THREADS_QUERY_KEY(thread.circleId)
43481
- });
43482
- }
43483
- if (thread.eventId) {
43484
- queryClient.invalidateQueries({
43485
- queryKey: EVENT_THREADS_QUERY_KEY(thread.eventId)
43486
- });
43487
- }
42990
+ queryClient.invalidateQueries({ queryKey: THREADS_QUERY_KEY() });
43488
42991
  }
43489
42992
  return data;
43490
42993
  };
@@ -43927,8 +43430,6 @@ var useUpdateTier = (options = {}) => {
43927
43430
  CreateSurveySection,
43928
43431
  CreateTaxIntegration,
43929
43432
  CreateThread,
43930
- CreateThreadCircle,
43931
- CreateThreadCircleAccount,
43932
43433
  CreateThreadMessage,
43933
43434
  CreateThreadMessageFile,
43934
43435
  CreateThreadMessageImage,
@@ -44096,8 +43597,7 @@ var useUpdateTier = (options = {}) => {
44096
43597
  DeleteSurveyTranslation,
44097
43598
  DeleteTaxIntegration,
44098
43599
  DeleteThread,
44099
- DeleteThreadCircle,
44100
- DeleteThreadCircleAccount,
43600
+ DeleteThreadAccount,
44101
43601
  DeleteThreadMessage,
44102
43602
  DeleteThreadMessageFile,
44103
43603
  DeleteThreadMessageImage,
@@ -44332,7 +43832,6 @@ var useUpdateTier = (options = {}) => {
44332
43832
  EVENT_SPONSORS_QUERY_KEY,
44333
43833
  EVENT_SPONSOR_ACCOUNTS_QUERY_KEY,
44334
43834
  EVENT_TEMPLATES_QUERY_KEY,
44335
- EVENT_THREADS_QUERY_KEY,
44336
43835
  EVENT_TIERS_QUERY_KEY,
44337
43836
  EVENT_TRACKS_QUERY_KEY,
44338
43837
  EVENT_TRACK_QUERY_KEY,
@@ -44375,7 +43874,6 @@ var useUpdateTier = (options = {}) => {
44375
43874
  GROUP_REQUESTS_QUERY_KEY,
44376
43875
  GROUP_REQUEST_QUERY_KEY,
44377
43876
  GROUP_SPONSORS_QUERY_KEY,
44378
- GROUP_THREADS_QUERY_KEY,
44379
43877
  GROUP_TRANSLATIONS_QUERY_KEY,
44380
43878
  GROUP_TRANSLATION_QUERY_KEY,
44381
43879
  GenerateMeetingSessionSummary,
@@ -44699,7 +44197,6 @@ var useUpdateTier = (options = {}) => {
44699
44197
  GetEventSponsorshipTranslation,
44700
44198
  GetEventSponsorshipTranslations,
44701
44199
  GetEventSponsorships,
44702
- GetEventThreads,
44703
44200
  GetEventTiers,
44704
44201
  GetEventTrack,
44705
44202
  GetEventTrackSessions,
@@ -44724,7 +44221,6 @@ var useUpdateTier = (options = {}) => {
44724
44221
  GetGroupRequest,
44725
44222
  GetGroupRequests,
44726
44223
  GetGroupSponsors,
44727
- GetGroupThreads,
44728
44224
  GetGroupTranslation,
44729
44225
  GetGroupTranslations,
44730
44226
  GetGroups,
@@ -44892,12 +44388,6 @@ var useUpdateTier = (options = {}) => {
44892
44388
  GetTemplates,
44893
44389
  GetThread,
44894
44390
  GetThreadAccounts,
44895
- GetThreadCircle,
44896
- GetThreadCircleAccount,
44897
- GetThreadCircleAccounts,
44898
- GetThreadCircleThreads,
44899
- GetThreadCircles,
44900
- GetThreadMembers,
44901
44391
  GetThreadMessage,
44902
44392
  GetThreadMessageFiles,
44903
44393
  GetThreadMessageImages,
@@ -45477,7 +44967,6 @@ var useUpdateTier = (options = {}) => {
45477
44967
  SET_EVENT_SPONSORS_QUERY_DATA,
45478
44968
  SET_EVENT_SPONSOR_ACCOUNTS_QUERY_DATA,
45479
44969
  SET_EVENT_TEMPLATES_QUERY_DATA,
45480
- SET_EVENT_THREADS_QUERY_DATA,
45481
44970
  SET_EVENT_TIERS_QUERY_DATA,
45482
44971
  SET_EVENT_TRACKS_QUERY_DATA,
45483
44972
  SET_EVENT_TRACK_QUERY_DATA,
@@ -45502,7 +44991,6 @@ var useUpdateTier = (options = {}) => {
45502
44991
  SET_GROUP_REQUESTS_QUERY_DATA,
45503
44992
  SET_GROUP_REQUEST_QUERY_DATA,
45504
44993
  SET_GROUP_SPONSORS_QUERY_DATA,
45505
- SET_GROUP_THREADS_QUERY_DATA,
45506
44994
  SET_GROUP_TRANSLATIONS_QUERY_DATA,
45507
44995
  SET_GROUP_TRANSLATION_QUERY_DATA,
45508
44996
  SET_IMAGES_QUERY_DATA,
@@ -45652,11 +45140,6 @@ var useUpdateTier = (options = {}) => {
45652
45140
  SET_TAX_LOGS_QUERY_DATA,
45653
45141
  SET_TAX_LOG_QUERY_DATA,
45654
45142
  SET_THREADS_QUERY_DATA,
45655
- SET_THREAD_CIRCLES_QUERY_DATA,
45656
- SET_THREAD_CIRCLE_ACCOUNTS_QUERY_DATA,
45657
- SET_THREAD_CIRCLE_ACCOUNT_QUERY_DATA,
45658
- SET_THREAD_CIRCLE_QUERY_DATA,
45659
- SET_THREAD_CIRCLE_THREADS_QUERY_DATA,
45660
45143
  SET_THREAD_MESSAGES_POLL_QUERY_DATA,
45661
45144
  SET_THREAD_MESSAGES_QUERY_DATA,
45662
45145
  SET_THREAD_MESSAGE_FILES_QUERY_DATA,
@@ -45742,12 +45225,6 @@ var useUpdateTier = (options = {}) => {
45742
45225
  TAX_LOG_QUERY_KEY,
45743
45226
  THREADS_QUERY_KEY,
45744
45227
  THREAD_ACCOUNTS_QUERY_KEY,
45745
- THREAD_CIRCLES_QUERY_KEY,
45746
- THREAD_CIRCLE_ACCOUNTS_QUERY_KEY,
45747
- THREAD_CIRCLE_ACCOUNT_QUERY_KEY,
45748
- THREAD_CIRCLE_QUERY_KEY,
45749
- THREAD_CIRCLE_THREADS_QUERY_KEY,
45750
- THREAD_MEMBERS_QUERY_KEY,
45751
45228
  THREAD_MESSAGES_POLL_QUERY_KEY,
45752
45229
  THREAD_MESSAGES_QUERY_KEY,
45753
45230
  THREAD_MESSAGE_FILES_QUERY_KEY,
@@ -45766,12 +45243,7 @@ var useUpdateTier = (options = {}) => {
45766
45243
  TaxIntegrationType,
45767
45244
  TaxLocationType,
45768
45245
  TestTaxIntegration,
45769
- ThreadCircleAccountRole,
45770
- ThreadCircleType,
45771
- ThreadInvitationStatus,
45772
- ThreadMemberRole,
45773
45246
  ThreadMessageType,
45774
- ThreadType,
45775
45247
  ToggleOrganizationPaymentIntegration,
45776
45248
  ToggleTaxIntegration,
45777
45249
  TransferEventPass,
@@ -45954,9 +45426,7 @@ var useUpdateTier = (options = {}) => {
45954
45426
  UpdateSurveyTranslation,
45955
45427
  UpdateTaxIntegration,
45956
45428
  UpdateThread,
45957
- UpdateThreadCircle,
45958
- UpdateThreadCircleAccount,
45959
- UpdateThreadMember,
45429
+ UpdateThreadAccount,
45960
45430
  UpdateThreadMessage,
45961
45431
  UpdateTier,
45962
45432
  UpdateUserImage,
@@ -46172,8 +45642,6 @@ var useUpdateTier = (options = {}) => {
46172
45642
  useCreateSurveySection,
46173
45643
  useCreateTaxIntegration,
46174
45644
  useCreateThread,
46175
- useCreateThreadCircle,
46176
- useCreateThreadCircleAccount,
46177
45645
  useCreateThreadMessage,
46178
45646
  useCreateThreadMessageFile,
46179
45647
  useCreateThreadMessageImage,
@@ -46332,8 +45800,7 @@ var useUpdateTier = (options = {}) => {
46332
45800
  useDeleteSurveyTranslation,
46333
45801
  useDeleteTaxIntegration,
46334
45802
  useDeleteThread,
46335
- useDeleteThreadCircle,
46336
- useDeleteThreadCircleAccount,
45803
+ useDeleteThreadAccount,
46337
45804
  useDeleteThreadMessage,
46338
45805
  useDeleteThreadMessageFile,
46339
45806
  useDeleteThreadMessageImage,
@@ -46675,7 +46142,6 @@ var useUpdateTier = (options = {}) => {
46675
46142
  useGetEventSponsorshipTranslation,
46676
46143
  useGetEventSponsorshipTranslations,
46677
46144
  useGetEventSponsorships,
46678
- useGetEventThreads,
46679
46145
  useGetEventTiers,
46680
46146
  useGetEventTrack,
46681
46147
  useGetEventTrackSessions,
@@ -46700,7 +46166,6 @@ var useUpdateTier = (options = {}) => {
46700
46166
  useGetGroupRequest,
46701
46167
  useGetGroupRequests,
46702
46168
  useGetGroupSponsors,
46703
- useGetGroupThreads,
46704
46169
  useGetGroupTranslation,
46705
46170
  useGetGroupTranslations,
46706
46171
  useGetGroups,
@@ -46867,12 +46332,6 @@ var useUpdateTier = (options = {}) => {
46867
46332
  useGetTemplates,
46868
46333
  useGetThread,
46869
46334
  useGetThreadAccounts,
46870
- useGetThreadCircle,
46871
- useGetThreadCircleAccount,
46872
- useGetThreadCircleAccounts,
46873
- useGetThreadCircleThreads,
46874
- useGetThreadCircles,
46875
- useGetThreadMembers,
46876
46335
  useGetThreadMessage,
46877
46336
  useGetThreadMessageFiles,
46878
46337
  useGetThreadMessageImages,
@@ -47183,9 +46642,7 @@ var useUpdateTier = (options = {}) => {
47183
46642
  useUpdateSurveyTranslation,
47184
46643
  useUpdateTaxIntegration,
47185
46644
  useUpdateThread,
47186
- useUpdateThreadCircle,
47187
- useUpdateThreadCircleAccount,
47188
- useUpdateThreadMember,
46645
+ useUpdateThreadAccount,
47189
46646
  useUpdateThreadMessage,
47190
46647
  useUpdateTier,
47191
46648
  useUpdateUserImage,