@connectedxm/admin 6.8.7 → 6.9.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
@@ -294,6 +294,7 @@ __export(index_exports, {
294
294
  CreateSearchListValue: () => CreateSearchListValue,
295
295
  CreateSelfApiKey: () => CreateSelfApiKey,
296
296
  CreateSeries: () => CreateSeries,
297
+ CreateSeriesRegistration: () => CreateSeriesRegistration,
297
298
  CreateStreamInput: () => CreateStreamInput,
298
299
  CreateStreamInputOutput: () => CreateStreamInputOutput,
299
300
  CreateSupportTicket: () => CreateSupportTicket,
@@ -445,6 +446,7 @@ __export(index_exports, {
445
446
  DeleteSearchListValue: () => DeleteSearchListValue,
446
447
  DeleteSelfApiKey: () => DeleteSelfApiKey,
447
448
  DeleteSeries: () => DeleteSeries,
449
+ DeleteSeriesRegistration: () => DeleteSeriesRegistration,
448
450
  DeleteStreamInput: () => DeleteStreamInput,
449
451
  DeleteStreamInputOutput: () => DeleteStreamInputOutput,
450
452
  DeleteSupportTicket: () => DeleteSupportTicket,
@@ -1151,6 +1153,9 @@ __export(index_exports, {
1151
1153
  GetSeries: () => GetSeries,
1152
1154
  GetSeriesEvents: () => GetSeriesEvents,
1153
1155
  GetSeriesList: () => GetSeriesList,
1156
+ GetSeriesRegistration: () => GetSeriesRegistration,
1157
+ GetSeriesRegistrationPasses: () => GetSeriesRegistrationPasses,
1158
+ GetSeriesRegistrations: () => GetSeriesRegistrations,
1154
1159
  GetStreamInput: () => GetStreamInput,
1155
1160
  GetStreamInputOutput: () => GetStreamInputOutput,
1156
1161
  GetStreamInputOutputs: () => GetStreamInputOutputs,
@@ -1439,6 +1444,9 @@ __export(index_exports, {
1439
1444
  SERIES_EVENTS_QUERY_KEY: () => SERIES_EVENTS_QUERY_KEY,
1440
1445
  SERIES_LIST_QUERY_KEY: () => SERIES_LIST_QUERY_KEY,
1441
1446
  SERIES_QUERY_KEY: () => SERIES_QUERY_KEY,
1447
+ SERIES_REGISTRATIONS_QUERY_KEY: () => SERIES_REGISTRATIONS_QUERY_KEY,
1448
+ SERIES_REGISTRATION_PASSES_QUERY_KEY: () => SERIES_REGISTRATION_PASSES_QUERY_KEY,
1449
+ SERIES_REGISTRATION_QUERY_KEY: () => SERIES_REGISTRATION_QUERY_KEY,
1442
1450
  SET_ACCOUNTS_QUERY_DATA: () => SET_ACCOUNTS_QUERY_DATA,
1443
1451
  SET_ACCOUNT_ACTIVITIES_QUERY_DATA: () => SET_ACCOUNT_ACTIVITIES_QUERY_DATA,
1444
1452
  SET_ACCOUNT_ADDRESSES_QUERY_DATA: () => SET_ACCOUNT_ADDRESSES_QUERY_DATA,
@@ -1855,6 +1863,7 @@ __export(index_exports, {
1855
1863
  SET_SERIES_EVENTS_QUERY_DATA: () => SET_SERIES_EVENTS_QUERY_DATA,
1856
1864
  SET_SERIES_LIST_QUERY_DATA: () => SET_SERIES_LIST_QUERY_DATA,
1857
1865
  SET_SERIES_QUERY_DATA: () => SET_SERIES_QUERY_DATA,
1866
+ SET_SERIES_REGISTRATION_QUERY_DATA: () => SET_SERIES_REGISTRATION_QUERY_DATA,
1858
1867
  SET_STREAM_INPUTS_QUERY_DATA: () => SET_STREAM_INPUTS_QUERY_DATA,
1859
1868
  SET_STREAM_INPUT_OUTPUTS_QUERY_DATA: () => SET_STREAM_INPUT_OUTPUTS_QUERY_DATA,
1860
1869
  SET_STREAM_INPUT_OUTPUT_QUERY_DATA: () => SET_STREAM_INPUT_OUTPUT_QUERY_DATA,
@@ -2161,6 +2170,7 @@ __export(index_exports, {
2161
2170
  UpdateSearchListValue: () => UpdateSearchListValue,
2162
2171
  UpdateSelf: () => UpdateSelf,
2163
2172
  UpdateSeries: () => UpdateSeries,
2173
+ UpdateSeriesRegistration: () => UpdateSeriesRegistration,
2164
2174
  UpdateStream: () => UpdateStream,
2165
2175
  UpdateStreamInputConfig: () => UpdateStreamInputConfig,
2166
2176
  UpdateStreamInputOutput: () => UpdateStreamInputOutput,
@@ -2367,6 +2377,7 @@ __export(index_exports, {
2367
2377
  useCreateSearchListValue: () => useCreateSearchListValue,
2368
2378
  useCreateSelfApiKey: () => useCreateSelfApiKey,
2369
2379
  useCreateSeries: () => useCreateSeries,
2380
+ useCreateSeriesRegistration: () => useCreateSeriesRegistration,
2370
2381
  useCreateStreamInput: () => useCreateStreamInput,
2371
2382
  useCreateStreamInputOutput: () => useCreateStreamInputOutput,
2372
2383
  useCreateSupportTicket: () => useCreateSupportTicket,
@@ -2509,6 +2520,7 @@ __export(index_exports, {
2509
2520
  useDeleteSearchListValue: () => useDeleteSearchListValue,
2510
2521
  useDeleteSelfApiKey: () => useDeleteSelfApiKey,
2511
2522
  useDeleteSeries: () => useDeleteSeries,
2523
+ useDeleteSeriesRegistration: () => useDeleteSeriesRegistration,
2512
2524
  useDeleteStreamInput: () => useDeleteStreamInput,
2513
2525
  useDeleteStreamInputOutput: () => useDeleteStreamInputOutput,
2514
2526
  useDeleteSupportTicket: () => useDeleteSupportTicket,
@@ -2969,6 +2981,9 @@ __export(index_exports, {
2969
2981
  useGetSeries: () => useGetSeries,
2970
2982
  useGetSeriesEvents: () => useGetSeriesEvents,
2971
2983
  useGetSeriesList: () => useGetSeriesList,
2984
+ useGetSeriesRegistration: () => useGetSeriesRegistration,
2985
+ useGetSeriesRegistrationPasses: () => useGetSeriesRegistrationPasses,
2986
+ useGetSeriesRegistrations: () => useGetSeriesRegistrations,
2972
2987
  useGetStreamInput: () => useGetStreamInput,
2973
2988
  useGetStreamInputOutput: () => useGetStreamInputOutput,
2974
2989
  useGetStreamInputOutputs: () => useGetStreamInputOutputs,
@@ -3283,6 +3298,7 @@ __export(index_exports, {
3283
3298
  useUpdateSearchListValue: () => useUpdateSearchListValue,
3284
3299
  useUpdateSelf: () => useUpdateSelf,
3285
3300
  useUpdateSeries: () => useUpdateSeries,
3301
+ useUpdateSeriesRegistration: () => useUpdateSeriesRegistration,
3286
3302
  useUpdateStreamInput: () => useUpdateStreamInput,
3287
3303
  useUpdateStreamInputConfig: () => useUpdateStreamInputConfig,
3288
3304
  useUpdateStreamInputOutput: () => useUpdateStreamInputOutput,
@@ -20835,6 +20851,119 @@ var useGetSeries = (seriesId = "", options = {}) => {
20835
20851
  );
20836
20852
  };
20837
20853
 
20854
+ // src/queries/series/registrations/useGetSeriesRegistrations.ts
20855
+ var SERIES_REGISTRATIONS_QUERY_KEY = (seriesId, status) => {
20856
+ const key = [...SERIES_QUERY_KEY(seriesId), "REGISTRATIONS"];
20857
+ if (status) {
20858
+ key.push(status);
20859
+ }
20860
+ return key;
20861
+ };
20862
+ var GetSeriesRegistrations = async ({
20863
+ seriesId,
20864
+ pageParam,
20865
+ pageSize,
20866
+ orderBy,
20867
+ search,
20868
+ status,
20869
+ adminApiParams
20870
+ }) => {
20871
+ const adminApi = await GetAdminAPI(adminApiParams);
20872
+ const { data } = await adminApi.get(`/series/${seriesId}/registrations`, {
20873
+ params: {
20874
+ page: pageParam || void 0,
20875
+ pageSize: pageSize || void 0,
20876
+ orderBy: orderBy || void 0,
20877
+ search: search || void 0,
20878
+ status: status || void 0
20879
+ }
20880
+ });
20881
+ return data;
20882
+ };
20883
+ var useGetSeriesRegistrations = (seriesId = "", status, params = {}, options = {}) => {
20884
+ return useConnectedInfiniteQuery(
20885
+ SERIES_REGISTRATIONS_QUERY_KEY(seriesId, status),
20886
+ (params2) => GetSeriesRegistrations({
20887
+ ...params2,
20888
+ seriesId,
20889
+ status
20890
+ }),
20891
+ params,
20892
+ {
20893
+ ...options,
20894
+ enabled: !!seriesId && (options.enabled ?? true)
20895
+ }
20896
+ );
20897
+ };
20898
+
20899
+ // src/queries/series/registrations/useGetSeriesRegistration.ts
20900
+ var SERIES_REGISTRATION_QUERY_KEY = (seriesId, registrationId) => [...SERIES_REGISTRATIONS_QUERY_KEY(seriesId), registrationId];
20901
+ var SET_SERIES_REGISTRATION_QUERY_DATA = (client, keyParams, response) => {
20902
+ client.setQueryData(SERIES_REGISTRATION_QUERY_KEY(...keyParams), response);
20903
+ };
20904
+ var GetSeriesRegistration = async ({
20905
+ seriesId,
20906
+ registrationId,
20907
+ adminApiParams
20908
+ }) => {
20909
+ const adminApi = await GetAdminAPI(adminApiParams);
20910
+ const { data } = await adminApi.get(
20911
+ `/series/${seriesId}/registrations/${registrationId}`
20912
+ );
20913
+ return data;
20914
+ };
20915
+ var useGetSeriesRegistration = (seriesId = "", registrationId = "", options = {}) => {
20916
+ return useConnectedSingleQuery(
20917
+ SERIES_REGISTRATION_QUERY_KEY(seriesId, registrationId),
20918
+ (params) => GetSeriesRegistration({ seriesId, registrationId, ...params }),
20919
+ {
20920
+ ...options,
20921
+ enabled: !!seriesId && !!registrationId && (options?.enabled ?? true)
20922
+ }
20923
+ );
20924
+ };
20925
+
20926
+ // src/queries/series/registrations/useGetSeriesRegistrationPasses.ts
20927
+ var SERIES_REGISTRATION_PASSES_QUERY_KEY = (seriesId, registrationId) => [...SERIES_REGISTRATION_QUERY_KEY(seriesId, registrationId), "PASSES"];
20928
+ var GetSeriesRegistrationPasses = async ({
20929
+ seriesId,
20930
+ registrationId,
20931
+ cursor,
20932
+ pageSize,
20933
+ orderBy,
20934
+ search,
20935
+ adminApiParams
20936
+ }) => {
20937
+ const adminApi = await GetAdminAPI(adminApiParams);
20938
+ const { data } = await adminApi.get(
20939
+ `/series/${seriesId}/registrations/${registrationId}/passes`,
20940
+ {
20941
+ params: {
20942
+ cursor: cursor || void 0,
20943
+ pageSize: pageSize || void 0,
20944
+ orderBy: orderBy || void 0,
20945
+ search: search || void 0
20946
+ }
20947
+ }
20948
+ );
20949
+ return data;
20950
+ };
20951
+ var useGetSeriesRegistrationPasses = (seriesId = "", registrationId = "", params = {}, options = {}) => {
20952
+ return useConnectedCursorQuery(
20953
+ SERIES_REGISTRATION_PASSES_QUERY_KEY(seriesId, registrationId),
20954
+ (params2) => GetSeriesRegistrationPasses({
20955
+ ...params2,
20956
+ seriesId,
20957
+ registrationId
20958
+ }),
20959
+ params,
20960
+ {
20961
+ ...options,
20962
+ enabled: !!seriesId && !!registrationId && (options?.enabled ?? true)
20963
+ }
20964
+ );
20965
+ };
20966
+
20838
20967
  // src/queries/series/useGetSeriesEvents.ts
20839
20968
  var SERIES_EVENTS_QUERY_KEY = (seriesId) => [
20840
20969
  ...EVENT_QUERY_KEY(seriesId),
@@ -26898,58 +27027,57 @@ var useRemoveEventBenefit = (options = {}) => {
26898
27027
  return useConnectedMutation(RemoveEventBenefit, options);
26899
27028
  };
26900
27029
 
26901
- // src/mutations/events/blocks/useCreateEventBlock.ts
26902
- var CreateEventBlock = async ({
27030
+ // src/mutations/events/blocks/useAddEventBlockSession.ts
27031
+ var AddEventBlockSession = async ({
26903
27032
  eventId,
26904
- block,
27033
+ blockId,
27034
+ sessionId,
26905
27035
  adminApiParams,
26906
27036
  queryClient
26907
27037
  }) => {
27038
+ if (!blockId) throw new Error("Block ID Undefined");
26908
27039
  const connectedXM = await GetAdminAPI(adminApiParams);
26909
27040
  const { data } = await connectedXM.post(
26910
- `/events/${eventId}/blocks`,
26911
- block
27041
+ `/events/${eventId}/blocks/${blockId}/sessions/${sessionId}`
26912
27042
  );
26913
27043
  if (queryClient && data.status === "ok") {
26914
27044
  queryClient.invalidateQueries({
26915
- queryKey: EVENT_BLOCKS_QUERY_KEY(eventId)
27045
+ queryKey: EVENT_BLOCK_SESSIONS_QUERY_KEY(eventId, blockId)
26916
27046
  });
26917
- SET_EVENT_BLOCK_QUERY_DATA(queryClient, [eventId, data.data.id], data);
27047
+ SET_EVENT_BLOCK_QUERY_DATA(
27048
+ queryClient,
27049
+ [eventId, blockId || data.data.id],
27050
+ data
27051
+ );
26918
27052
  }
26919
27053
  return data;
26920
27054
  };
26921
- var useCreateEventBlock = (options = {}) => {
26922
- return useConnectedMutation(CreateEventBlock, options);
27055
+ var useAddEventBlockSession = (options = {}) => {
27056
+ return useConnectedMutation(AddEventBlockSession, options);
26923
27057
  };
26924
27058
 
26925
- // src/mutations/events/blocks/useUpdateEventBlock.ts
26926
- var UpdateEventBlock = async ({
27059
+ // src/mutations/events/blocks/useCreateEventBlock.ts
27060
+ var CreateEventBlock = async ({
26927
27061
  eventId,
26928
- blockId,
26929
27062
  block,
26930
27063
  adminApiParams,
26931
27064
  queryClient
26932
27065
  }) => {
26933
- if (!blockId) throw new Error("Block ID Undefined");
26934
27066
  const connectedXM = await GetAdminAPI(adminApiParams);
26935
- const { data } = await connectedXM.put(
26936
- `/events/${eventId}/blocks/${blockId}`,
27067
+ const { data } = await connectedXM.post(
27068
+ `/events/${eventId}/blocks`,
26937
27069
  block
26938
27070
  );
26939
27071
  if (queryClient && data.status === "ok") {
26940
27072
  queryClient.invalidateQueries({
26941
27073
  queryKey: EVENT_BLOCKS_QUERY_KEY(eventId)
26942
27074
  });
26943
- SET_EVENT_BLOCK_QUERY_DATA(
26944
- queryClient,
26945
- [eventId, blockId || data.data?.id],
26946
- data
26947
- );
27075
+ SET_EVENT_BLOCK_QUERY_DATA(queryClient, [eventId, data.data.id], data);
26948
27076
  }
26949
27077
  return data;
26950
27078
  };
26951
- var useUpdateEventBlock = (options = {}) => {
26952
- return useConnectedMutation(UpdateEventBlock, options);
27079
+ var useCreateEventBlock = (options = {}) => {
27080
+ return useConnectedMutation(CreateEventBlock, options);
26953
27081
  };
26954
27082
 
26955
27083
  // src/mutations/events/blocks/useDeleteEventBlock.ts
@@ -26977,57 +27105,58 @@ var useDeleteEventBlock = (options = {}) => {
26977
27105
  return useConnectedMutation(DeleteEventBlock, options);
26978
27106
  };
26979
27107
 
26980
- // src/mutations/events/blocks/useAddEventBlockSession.ts
26981
- var AddEventBlockSession = async ({
27108
+ // src/mutations/events/blocks/useRemoveEventBlockSession.ts
27109
+ var RemoveEventBlockSession = async ({
26982
27110
  eventId,
26983
27111
  blockId,
26984
27112
  sessionId,
26985
27113
  adminApiParams,
26986
27114
  queryClient
26987
27115
  }) => {
26988
- if (!blockId) throw new Error("Block ID Undefined");
26989
27116
  const connectedXM = await GetAdminAPI(adminApiParams);
26990
- const { data } = await connectedXM.post(
27117
+ const { data } = await connectedXM.delete(
26991
27118
  `/events/${eventId}/blocks/${blockId}/sessions/${sessionId}`
26992
27119
  );
26993
27120
  if (queryClient && data.status === "ok") {
26994
27121
  queryClient.invalidateQueries({
26995
27122
  queryKey: EVENT_BLOCK_SESSIONS_QUERY_KEY(eventId, blockId)
26996
27123
  });
26997
- SET_EVENT_BLOCK_QUERY_DATA(
26998
- queryClient,
26999
- [eventId, blockId || data.data.id],
27000
- data
27001
- );
27124
+ SET_EVENT_BLOCK_QUERY_DATA(queryClient, [eventId, blockId], data);
27002
27125
  }
27003
27126
  return data;
27004
27127
  };
27005
- var useAddEventBlockSession = (options = {}) => {
27006
- return useConnectedMutation(AddEventBlockSession, options);
27128
+ var useRemoveEventBlockSession = (options = {}) => {
27129
+ return useConnectedMutation(RemoveEventBlockSession, options);
27007
27130
  };
27008
27131
 
27009
- // src/mutations/events/blocks/useRemoveEventBlockSession.ts
27010
- var RemoveEventBlockSession = async ({
27132
+ // src/mutations/events/blocks/useUpdateEventBlock.ts
27133
+ var UpdateEventBlock = async ({
27011
27134
  eventId,
27012
27135
  blockId,
27013
- sessionId,
27136
+ block,
27014
27137
  adminApiParams,
27015
27138
  queryClient
27016
27139
  }) => {
27140
+ if (!blockId) throw new Error("Block ID Undefined");
27017
27141
  const connectedXM = await GetAdminAPI(adminApiParams);
27018
- const { data } = await connectedXM.delete(
27019
- `/events/${eventId}/blocks/${blockId}/sessions/${sessionId}`
27142
+ const { data } = await connectedXM.put(
27143
+ `/events/${eventId}/blocks/${blockId}`,
27144
+ block
27020
27145
  );
27021
27146
  if (queryClient && data.status === "ok") {
27022
27147
  queryClient.invalidateQueries({
27023
- queryKey: EVENT_BLOCK_SESSIONS_QUERY_KEY(eventId, blockId)
27148
+ queryKey: EVENT_BLOCKS_QUERY_KEY(eventId)
27024
27149
  });
27025
- SET_EVENT_BLOCK_QUERY_DATA(queryClient, [eventId, blockId], data);
27150
+ SET_EVENT_BLOCK_QUERY_DATA(
27151
+ queryClient,
27152
+ [eventId, blockId || data.data?.id],
27153
+ data
27154
+ );
27026
27155
  }
27027
27156
  return data;
27028
27157
  };
27029
- var useRemoveEventBlockSession = (options = {}) => {
27030
- return useConnectedMutation(RemoveEventBlockSession, options);
27158
+ var useUpdateEventBlock = (options = {}) => {
27159
+ return useConnectedMutation(UpdateEventBlock, options);
27031
27160
  };
27032
27161
 
27033
27162
  // src/mutations/events/bypass/useCreateEventRegistrationBypass.ts
@@ -37211,6 +37340,84 @@ var useUpdateSelf = (options = {}) => {
37211
37340
  return useConnectedMutation(UpdateSelf, options);
37212
37341
  };
37213
37342
 
37343
+ // src/mutations/series/registrations/useCreateSeriesRegistration.ts
37344
+ var CreateSeriesRegistration = async ({
37345
+ seriesId,
37346
+ registration,
37347
+ adminApiParams,
37348
+ queryClient
37349
+ }) => {
37350
+ const connectedXM = await GetAdminAPI(adminApiParams);
37351
+ const { data } = await connectedXM.post(`/series/${seriesId}/registrations`, registration);
37352
+ if (queryClient && data.status === "ok") {
37353
+ queryClient.invalidateQueries({
37354
+ queryKey: SERIES_REGISTRATIONS_QUERY_KEY(seriesId)
37355
+ });
37356
+ if (data.data?.id) {
37357
+ SET_SERIES_REGISTRATION_QUERY_DATA(
37358
+ queryClient,
37359
+ [seriesId, data.data.id],
37360
+ data
37361
+ );
37362
+ }
37363
+ }
37364
+ return data;
37365
+ };
37366
+ var useCreateSeriesRegistration = (options = {}) => {
37367
+ return useConnectedMutation(CreateSeriesRegistration, options);
37368
+ };
37369
+
37370
+ // src/mutations/series/registrations/useDeleteSeriesRegistration.ts
37371
+ var DeleteSeriesRegistration = async ({
37372
+ seriesId,
37373
+ registrationId,
37374
+ adminApiParams,
37375
+ queryClient
37376
+ }) => {
37377
+ const connectedXM = await GetAdminAPI(adminApiParams);
37378
+ const { data } = await connectedXM.delete(
37379
+ `/series/${seriesId}/registrations/${registrationId}`
37380
+ );
37381
+ if (queryClient && data.status === "ok") {
37382
+ queryClient.invalidateQueries({
37383
+ queryKey: SERIES_REGISTRATIONS_QUERY_KEY(seriesId)
37384
+ });
37385
+ queryClient.removeQueries({
37386
+ queryKey: SERIES_REGISTRATION_QUERY_KEY(seriesId, registrationId)
37387
+ });
37388
+ }
37389
+ return data;
37390
+ };
37391
+ var useDeleteSeriesRegistration = (options = {}) => {
37392
+ return useConnectedMutation(DeleteSeriesRegistration, options);
37393
+ };
37394
+
37395
+ // src/mutations/series/registrations/useUpdateSeriesRegistration.ts
37396
+ var UpdateSeriesRegistration = async ({
37397
+ seriesId,
37398
+ registrationId,
37399
+ registration,
37400
+ adminApiParams,
37401
+ queryClient
37402
+ }) => {
37403
+ const connectedXM = await GetAdminAPI(adminApiParams);
37404
+ const { data } = await connectedXM.put(`/series/${seriesId}/registrations/${registrationId}`, registration);
37405
+ if (queryClient && data.status === "ok") {
37406
+ queryClient.invalidateQueries({
37407
+ queryKey: SERIES_REGISTRATIONS_QUERY_KEY(seriesId)
37408
+ });
37409
+ SET_SERIES_REGISTRATION_QUERY_DATA(
37410
+ queryClient,
37411
+ [seriesId, registrationId],
37412
+ data
37413
+ );
37414
+ }
37415
+ return data;
37416
+ };
37417
+ var useUpdateSeriesRegistration = (options = {}) => {
37418
+ return useConnectedMutation(UpdateSeriesRegistration, options);
37419
+ };
37420
+
37214
37421
  // src/mutations/series/useAddSeriesEvent.ts
37215
37422
  var AddSeriesEvent = async ({
37216
37423
  seriesId,
@@ -40084,6 +40291,7 @@ var useUpdateTier = (options = {}) => {
40084
40291
  CreateSearchListValue,
40085
40292
  CreateSelfApiKey,
40086
40293
  CreateSeries,
40294
+ CreateSeriesRegistration,
40087
40295
  CreateStreamInput,
40088
40296
  CreateStreamInputOutput,
40089
40297
  CreateSupportTicket,
@@ -40235,6 +40443,7 @@ var useUpdateTier = (options = {}) => {
40235
40443
  DeleteSearchListValue,
40236
40444
  DeleteSelfApiKey,
40237
40445
  DeleteSeries,
40446
+ DeleteSeriesRegistration,
40238
40447
  DeleteStreamInput,
40239
40448
  DeleteStreamInputOutput,
40240
40449
  DeleteSupportTicket,
@@ -40941,6 +41150,9 @@ var useUpdateTier = (options = {}) => {
40941
41150
  GetSeries,
40942
41151
  GetSeriesEvents,
40943
41152
  GetSeriesList,
41153
+ GetSeriesRegistration,
41154
+ GetSeriesRegistrationPasses,
41155
+ GetSeriesRegistrations,
40944
41156
  GetStreamInput,
40945
41157
  GetStreamInputOutput,
40946
41158
  GetStreamInputOutputs,
@@ -41229,6 +41441,9 @@ var useUpdateTier = (options = {}) => {
41229
41441
  SERIES_EVENTS_QUERY_KEY,
41230
41442
  SERIES_LIST_QUERY_KEY,
41231
41443
  SERIES_QUERY_KEY,
41444
+ SERIES_REGISTRATIONS_QUERY_KEY,
41445
+ SERIES_REGISTRATION_PASSES_QUERY_KEY,
41446
+ SERIES_REGISTRATION_QUERY_KEY,
41232
41447
  SET_ACCOUNTS_QUERY_DATA,
41233
41448
  SET_ACCOUNT_ACTIVITIES_QUERY_DATA,
41234
41449
  SET_ACCOUNT_ADDRESSES_QUERY_DATA,
@@ -41645,6 +41860,7 @@ var useUpdateTier = (options = {}) => {
41645
41860
  SET_SERIES_EVENTS_QUERY_DATA,
41646
41861
  SET_SERIES_LIST_QUERY_DATA,
41647
41862
  SET_SERIES_QUERY_DATA,
41863
+ SET_SERIES_REGISTRATION_QUERY_DATA,
41648
41864
  SET_STREAM_INPUTS_QUERY_DATA,
41649
41865
  SET_STREAM_INPUT_OUTPUTS_QUERY_DATA,
41650
41866
  SET_STREAM_INPUT_OUTPUT_QUERY_DATA,
@@ -41951,6 +42167,7 @@ var useUpdateTier = (options = {}) => {
41951
42167
  UpdateSearchListValue,
41952
42168
  UpdateSelf,
41953
42169
  UpdateSeries,
42170
+ UpdateSeriesRegistration,
41954
42171
  UpdateStream,
41955
42172
  UpdateStreamInputConfig,
41956
42173
  UpdateStreamInputOutput,
@@ -42157,6 +42374,7 @@ var useUpdateTier = (options = {}) => {
42157
42374
  useCreateSearchListValue,
42158
42375
  useCreateSelfApiKey,
42159
42376
  useCreateSeries,
42377
+ useCreateSeriesRegistration,
42160
42378
  useCreateStreamInput,
42161
42379
  useCreateStreamInputOutput,
42162
42380
  useCreateSupportTicket,
@@ -42299,6 +42517,7 @@ var useUpdateTier = (options = {}) => {
42299
42517
  useDeleteSearchListValue,
42300
42518
  useDeleteSelfApiKey,
42301
42519
  useDeleteSeries,
42520
+ useDeleteSeriesRegistration,
42302
42521
  useDeleteStreamInput,
42303
42522
  useDeleteStreamInputOutput,
42304
42523
  useDeleteSupportTicket,
@@ -42759,6 +42978,9 @@ var useUpdateTier = (options = {}) => {
42759
42978
  useGetSeries,
42760
42979
  useGetSeriesEvents,
42761
42980
  useGetSeriesList,
42981
+ useGetSeriesRegistration,
42982
+ useGetSeriesRegistrationPasses,
42983
+ useGetSeriesRegistrations,
42762
42984
  useGetStreamInput,
42763
42985
  useGetStreamInputOutput,
42764
42986
  useGetStreamInputOutputs,
@@ -43073,6 +43295,7 @@ var useUpdateTier = (options = {}) => {
43073
43295
  useUpdateSearchListValue,
43074
43296
  useUpdateSelf,
43075
43297
  useUpdateSeries,
43298
+ useUpdateSeriesRegistration,
43076
43299
  useUpdateStreamInput,
43077
43300
  useUpdateStreamInputConfig,
43078
43301
  useUpdateStreamInputOutput,