@connectedxm/admin 3.2.2 → 3.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
@@ -49,8 +49,6 @@ __export(index_exports, {
49
49
  ACCOUNT_LIKES_QUERY_KEY: () => ACCOUNT_LIKES_QUERY_KEY,
50
50
  ACCOUNT_NOTIFICATION_PREFERENCES_QUERY_KEY: () => ACCOUNT_NOTIFICATION_PREFERENCES_QUERY_KEY,
51
51
  ACCOUNT_PAYMENTS_QUERY_KEY: () => ACCOUNT_PAYMENTS_QUERY_KEY,
52
- ACCOUNT_PUSH_DEVICES_QUERY_KEY: () => ACCOUNT_PUSH_DEVICES_QUERY_KEY,
53
- ACCOUNT_PUSH_DEVICE_QUERY_KEY: () => ACCOUNT_PUSH_DEVICE_QUERY_KEY,
54
52
  ACCOUNT_QUERY_KEY: () => ACCOUNT_QUERY_KEY,
55
53
  ACCOUNT_SUBSCRIPTIONS_QUERY_KEY: () => ACCOUNT_SUBSCRIPTIONS_QUERY_KEY,
56
54
  ACCOUNT_THREADS_QUERY_KEY: () => ACCOUNT_THREADS_QUERY_KEY,
@@ -344,7 +342,6 @@ __export(index_exports, {
344
342
  DeleteAccountAddress: () => DeleteAccountAddress,
345
343
  DeleteAccountInvitation: () => DeleteAccountInvitation,
346
344
  DeleteAccountLead: () => DeleteAccountLead,
347
- DeleteAccountPushDevice: () => DeleteAccountPushDevice,
348
345
  DeleteActivity: () => DeleteActivity,
349
346
  DeleteAdvertisement: () => DeleteAdvertisement,
350
347
  DeleteAnnouncement: () => DeleteAnnouncement,
@@ -457,6 +454,7 @@ __export(index_exports, {
457
454
  DeleteOrganizationTeamMember: () => DeleteOrganizationTeamMember,
458
455
  DeleteOrganizationUser: () => DeleteOrganizationUser,
459
456
  DeleteOrganizationWebhook: () => DeleteOrganizationWebhook,
457
+ DeletePushDevice: () => DeletePushDevice,
460
458
  DeleteSelfApiKey: () => DeleteSelfApiKey,
461
459
  DeleteSeries: () => DeleteSeries,
462
460
  DeleteStreamInput: () => DeleteStreamInput,
@@ -746,8 +744,6 @@ __export(index_exports, {
746
744
  GetAccountLikes: () => GetAccountLikes,
747
745
  GetAccountNotificationPreferences: () => GetAccountNotificationPreferences,
748
746
  GetAccountPayments: () => GetAccountPayments,
749
- GetAccountPushDevice: () => GetAccountPushDevice,
750
- GetAccountPushDevices: () => GetAccountPushDevices,
751
747
  GetAccountSubscriptions: () => GetAccountSubscriptions,
752
748
  GetAccountThreads: () => GetAccountThreads,
753
749
  GetAccountTiers: () => GetAccountTiers,
@@ -1103,6 +1099,8 @@ __export(index_exports, {
1103
1099
  GetOrganizationWebhooks: () => GetOrganizationWebhooks,
1104
1100
  GetPayment: () => GetPayment,
1105
1101
  GetPayments: () => GetPayments,
1102
+ GetPushDevice: () => GetPushDevice,
1103
+ GetPushDevices: () => GetPushDevices,
1106
1104
  GetReport: () => GetReport,
1107
1105
  GetReports: () => GetReports,
1108
1106
  GetSelf: () => GetSelf,
@@ -1256,6 +1254,8 @@ __export(index_exports, {
1256
1254
  OrganizationTriggerType: () => OrganizationTriggerType,
1257
1255
  PAYMENTS_QUERY_KEY: () => PAYMENTS_QUERY_KEY,
1258
1256
  PAYMENT_QUERY_KEY: () => PAYMENT_QUERY_KEY,
1257
+ PUSH_DEVICES_QUERY_KEY: () => PUSH_DEVICES_QUERY_KEY,
1258
+ PUSH_DEVICE_QUERY_KEY: () => PUSH_DEVICE_QUERY_KEY,
1259
1259
  PageType: () => PageType,
1260
1260
  PassTypeAccessLevel: () => PassTypeAccessLevel,
1261
1261
  PassTypeVisibility: () => PassTypeVisibility,
@@ -1369,7 +1369,6 @@ __export(index_exports, {
1369
1369
  SET_ACCOUNT_NOTIFICATION_PREFERENCES_QUERY_DATA: () => SET_ACCOUNT_NOTIFICATION_PREFERENCES_QUERY_DATA,
1370
1370
  SET_ACCOUNT_PAYMENTS_QUERY_DATA: () => SET_ACCOUNT_PAYMENTS_QUERY_DATA,
1371
1371
  SET_ACCOUNT_PUSH_DEVICES_QUERY_DATA: () => SET_ACCOUNT_PUSH_DEVICES_QUERY_DATA,
1372
- SET_ACCOUNT_PUSH_DEVICE_QUERY_DATA: () => SET_ACCOUNT_PUSH_DEVICE_QUERY_DATA,
1373
1372
  SET_ACCOUNT_QUERY_DATA: () => SET_ACCOUNT_QUERY_DATA,
1374
1373
  SET_ACCOUNT_SUBSCRIPTIONS_QUERY_DATA: () => SET_ACCOUNT_SUBSCRIPTIONS_QUERY_DATA,
1375
1374
  SET_ACCOUNT_THREADS_QUERY_DATA: () => SET_ACCOUNT_THREADS_QUERY_DATA,
@@ -1717,6 +1716,7 @@ __export(index_exports, {
1717
1716
  SET_PASS_TYPE_COUPONS_QUERY_DATA: () => SET_PASS_TYPE_COUPONS_QUERY_DATA,
1718
1717
  SET_PAYMENTS_QUERY_DATA: () => SET_PAYMENTS_QUERY_DATA,
1719
1718
  SET_PAYMENT_QUERY_DATA: () => SET_PAYMENT_QUERY_DATA,
1719
+ SET_PUSH_DEVICE_QUERY_DATA: () => SET_PUSH_DEVICE_QUERY_DATA,
1720
1720
  SET_REPORTS_QUERY_DATA: () => SET_REPORTS_QUERY_DATA,
1721
1721
  SET_REPORT_QUERY_DATA: () => SET_REPORT_QUERY_DATA,
1722
1722
  SET_SEARCH_ORGANIZATION_QUERY_DATA: () => SET_SEARCH_ORGANIZATION_QUERY_DATA,
@@ -2256,7 +2256,6 @@ __export(index_exports, {
2256
2256
  useDeleteAccountAddress: () => useDeleteAccountAddress,
2257
2257
  useDeleteAccountInvitation: () => useDeleteAccountInvitation,
2258
2258
  useDeleteAccountLead: () => useDeleteAccountLead,
2259
- useDeleteAccountPushDevice: () => useDeleteAccountPushDevice,
2260
2259
  useDeleteActivity: () => useDeleteActivity,
2261
2260
  useDeleteAdvertisement: () => useDeleteAdvertisement,
2262
2261
  useDeleteAnnouncement: () => useDeleteAnnouncement,
@@ -2369,6 +2368,7 @@ __export(index_exports, {
2369
2368
  useDeleteOrganizationTeamMember: () => useDeleteOrganizationTeamMember,
2370
2369
  useDeleteOrganizationUser: () => useDeleteOrganizationUser,
2371
2370
  useDeleteOrganizationWebhook: () => useDeleteOrganizationWebhook,
2371
+ useDeletePushDevice: () => useDeletePushDevice,
2372
2372
  useDeleteSelfApiKey: () => useDeleteSelfApiKey,
2373
2373
  useDeleteSeries: () => useDeleteSeries,
2374
2374
  useDeleteStreamInput: () => useDeleteStreamInput,
@@ -2424,8 +2424,6 @@ __export(index_exports, {
2424
2424
  useGetAccountLikes: () => useGetAccountLikes,
2425
2425
  useGetAccountNotificationPreferences: () => useGetAccountNotificationPreferences,
2426
2426
  useGetAccountPayments: () => useGetAccountPayments,
2427
- useGetAccountPushDevice: () => useGetAccountPushDevice,
2428
- useGetAccountPushDevices: () => useGetAccountPushDevices,
2429
2427
  useGetAccountSubscriptions: () => useGetAccountSubscriptions,
2430
2428
  useGetAccountThreads: () => useGetAccountThreads,
2431
2429
  useGetAccountTiers: () => useGetAccountTiers,
@@ -2777,6 +2775,8 @@ __export(index_exports, {
2777
2775
  useGetOrganizationWebhooks: () => useGetOrganizationWebhooks,
2778
2776
  useGetPayment: () => useGetPayment,
2779
2777
  useGetPayments: () => useGetPayments,
2778
+ useGetPushDevice: () => useGetPushDevice,
2779
+ useGetPushDevices: () => useGetPushDevices,
2780
2780
  useGetReport: () => useGetReport,
2781
2781
  useGetReports: () => useGetReports,
2782
2782
  useGetSelf: () => useGetSelf,
@@ -4075,77 +4075,6 @@ var useGetAccountPayments = (accountId = "", params = {}, options = {}) => {
4075
4075
  );
4076
4076
  };
4077
4077
 
4078
- // src/queries/accounts/useGetAccountPushDevices.ts
4079
- var ACCOUNT_PUSH_DEVICES_QUERY_KEY = (accountId) => {
4080
- const key = [...ACCOUNT_QUERY_KEY(accountId), "PUSH_DEVICES"];
4081
- return key;
4082
- };
4083
- var SET_ACCOUNT_PUSH_DEVICES_QUERY_DATA = (client, keyParams, response) => {
4084
- client.setQueryData(ACCOUNT_PUSH_DEVICES_QUERY_KEY(...keyParams), response);
4085
- };
4086
- var GetAccountPushDevices = async ({
4087
- accountId,
4088
- pageParam,
4089
- pageSize,
4090
- orderBy,
4091
- search,
4092
- adminApiParams
4093
- }) => {
4094
- const adminApi = await GetAdminAPI(adminApiParams);
4095
- const { data } = await adminApi.get(`/accounts/${accountId}/push-devices`, {
4096
- params: {
4097
- page: pageParam || void 0,
4098
- pageSize: pageSize || void 0,
4099
- orderBy: orderBy || void 0,
4100
- search: search || void 0
4101
- }
4102
- });
4103
- return data;
4104
- };
4105
- var useGetAccountPushDevices = (accountId = "", params = {}, options = {}) => {
4106
- return useConnectedInfiniteQuery(
4107
- ACCOUNT_PUSH_DEVICES_QUERY_KEY(accountId),
4108
- (params2) => GetAccountPushDevices({
4109
- ...params2,
4110
- accountId
4111
- }),
4112
- params,
4113
- {
4114
- ...options,
4115
- enabled: !!accountId && (options?.enabled ?? true)
4116
- },
4117
- "accounts"
4118
- );
4119
- };
4120
-
4121
- // src/queries/accounts/useGetAccountPushDevice.ts
4122
- var ACCOUNT_PUSH_DEVICE_QUERY_KEY = (accountId, pushDeviceId) => [...ACCOUNT_PUSH_DEVICES_QUERY_KEY(accountId), pushDeviceId];
4123
- var SET_ACCOUNT_PUSH_DEVICE_QUERY_DATA = (client, keyParams, response) => {
4124
- client.setQueryData(ACCOUNT_PUSH_DEVICE_QUERY_KEY(...keyParams), response);
4125
- };
4126
- var GetAccountPushDevice = async ({
4127
- accountId = "",
4128
- pushDeviceId = "",
4129
- adminApiParams
4130
- }) => {
4131
- const adminApi = await GetAdminAPI(adminApiParams);
4132
- const { data } = await adminApi.get(
4133
- `/accounts/${accountId}/push-devices/${pushDeviceId}`
4134
- );
4135
- return data;
4136
- };
4137
- var useGetAccountPushDevice = (accountId = "", pushDeviceId = "", options = {}) => {
4138
- return useConnectedSingleQuery(
4139
- ACCOUNT_PUSH_DEVICE_QUERY_KEY(accountId, pushDeviceId),
4140
- (params) => GetAccountPushDevice({ accountId, pushDeviceId, ...params }),
4141
- {
4142
- ...options,
4143
- enabled: !!accountId && !!pushDeviceId && (options?.enabled ?? true)
4144
- },
4145
- "accounts"
4146
- );
4147
- };
4148
-
4149
4078
  // src/queries/accounts/useGetAccountSubscriptions.ts
4150
4079
  var ACCOUNT_SUBSCRIPTIONS_QUERY_KEY = (accountId) => [
4151
4080
  ...ACCOUNT_QUERY_KEY(accountId),
@@ -19315,6 +19244,79 @@ var useSearchOrganization = (search, filters, options = {}) => {
19315
19244
  );
19316
19245
  };
19317
19246
 
19247
+ // src/queries/push-devices/useGetPushDevices.ts
19248
+ var PUSH_DEVICES_QUERY_KEY = (accountId) => {
19249
+ const key = ["PUSH_DEVICES"];
19250
+ if (accountId) key.push(accountId);
19251
+ return key;
19252
+ };
19253
+ var SET_ACCOUNT_PUSH_DEVICES_QUERY_DATA = (client, keyParams, response) => {
19254
+ client.setQueryData(PUSH_DEVICES_QUERY_KEY(...keyParams), response);
19255
+ };
19256
+ var GetPushDevices = async ({
19257
+ accountId,
19258
+ pageParam,
19259
+ pageSize,
19260
+ orderBy,
19261
+ search,
19262
+ adminApiParams
19263
+ }) => {
19264
+ const adminApi = await GetAdminAPI(adminApiParams);
19265
+ const { data } = await adminApi.get(`/push-devices`, {
19266
+ params: {
19267
+ page: pageParam || void 0,
19268
+ pageSize: pageSize || void 0,
19269
+ orderBy: orderBy || void 0,
19270
+ search: search || void 0,
19271
+ accountId: accountId || void 0
19272
+ }
19273
+ });
19274
+ return data;
19275
+ };
19276
+ var useGetPushDevices = (accountId = "", params = {}, options = {}) => {
19277
+ return useConnectedInfiniteQuery(
19278
+ PUSH_DEVICES_QUERY_KEY(accountId),
19279
+ (params2) => GetPushDevices({
19280
+ ...params2,
19281
+ accountId
19282
+ }),
19283
+ params,
19284
+ {
19285
+ ...options,
19286
+ enabled: options?.enabled ?? true
19287
+ },
19288
+ "accounts"
19289
+ );
19290
+ };
19291
+
19292
+ // src/queries/push-devices/useGetPushDevice.ts
19293
+ var PUSH_DEVICE_QUERY_KEY = (pushDeviceId) => [
19294
+ ...PUSH_DEVICES_QUERY_KEY(),
19295
+ pushDeviceId
19296
+ ];
19297
+ var SET_PUSH_DEVICE_QUERY_DATA = (client, keyParams, response) => {
19298
+ client.setQueryData(PUSH_DEVICE_QUERY_KEY(...keyParams), response);
19299
+ };
19300
+ var GetPushDevice = async ({
19301
+ pushDeviceId = "",
19302
+ adminApiParams
19303
+ }) => {
19304
+ const adminApi = await GetAdminAPI(adminApiParams);
19305
+ const { data } = await adminApi.get(`/push-devices/${pushDeviceId}`);
19306
+ return data;
19307
+ };
19308
+ var useGetPushDevice = (pushDeviceId = "", options = {}) => {
19309
+ return useConnectedSingleQuery(
19310
+ PUSH_DEVICE_QUERY_KEY(pushDeviceId),
19311
+ (params) => GetPushDevice({ pushDeviceId, ...params }),
19312
+ {
19313
+ ...options,
19314
+ enabled: !!pushDeviceId && (options?.enabled ?? true)
19315
+ },
19316
+ "accounts"
19317
+ );
19318
+ };
19319
+
19318
19320
  // src/queries/reports/useGetCustomReports.ts
19319
19321
  var CUSTOM_REPORTS_QUERY_KEY = (filters = {}) => [
19320
19322
  "CUSTOM_REPORTS",
@@ -22750,34 +22752,6 @@ var useDeleteAccountLead = (options = {}) => {
22750
22752
  });
22751
22753
  };
22752
22754
 
22753
- // src/mutations/account/useDeleteAccountPushDevice.ts
22754
- var DeleteAccountPushDevice = async ({
22755
- accountId,
22756
- pushDeviceId,
22757
- adminApiParams,
22758
- queryClient
22759
- }) => {
22760
- const connectedXM = await GetAdminAPI(adminApiParams);
22761
- const { data } = await connectedXM.delete(
22762
- `/accounts/${accountId}/push-devices/${pushDeviceId}`
22763
- );
22764
- if (queryClient && data.status === "ok") {
22765
- queryClient.invalidateQueries({
22766
- queryKey: ACCOUNT_PUSH_DEVICES_QUERY_KEY(accountId)
22767
- });
22768
- queryClient.invalidateQueries({
22769
- queryKey: ACCOUNT_PUSH_DEVICE_QUERY_KEY(accountId, pushDeviceId)
22770
- });
22771
- }
22772
- return data;
22773
- };
22774
- var useDeleteAccountPushDevice = (options = {}) => {
22775
- return useConnectedMutation(DeleteAccountPushDevice, options, {
22776
- domain: "accounts",
22777
- type: "update"
22778
- });
22779
- };
22780
-
22781
22755
  // src/mutations/account/useExportAccount.ts
22782
22756
  var ExportAccount = async ({
22783
22757
  accountId,
@@ -37203,6 +37177,33 @@ var useUpdatePayment = (options = {}) => {
37203
37177
  });
37204
37178
  };
37205
37179
 
37180
+ // src/mutations/push-devices/useDeletePushDevice.ts
37181
+ var DeletePushDevice = async ({
37182
+ pushDeviceId,
37183
+ adminApiParams,
37184
+ queryClient
37185
+ }) => {
37186
+ const connectedXM = await GetAdminAPI(adminApiParams);
37187
+ const { data } = await connectedXM.delete(
37188
+ `/push-devices/${pushDeviceId}`
37189
+ );
37190
+ if (queryClient && data.status === "ok") {
37191
+ queryClient.invalidateQueries({
37192
+ queryKey: PUSH_DEVICES_QUERY_KEY()
37193
+ });
37194
+ queryClient.removeQueries({
37195
+ queryKey: PUSH_DEVICE_QUERY_KEY(pushDeviceId)
37196
+ });
37197
+ }
37198
+ return data;
37199
+ };
37200
+ var useDeletePushDevice = (options = {}) => {
37201
+ return useConnectedMutation(DeletePushDevice, options, {
37202
+ domain: "accounts",
37203
+ type: "update"
37204
+ });
37205
+ };
37206
+
37206
37207
  // src/mutations/reports/useAddCustomReportUser.ts
37207
37208
  var AddCustomReportUser = async ({
37208
37209
  reportId,
@@ -40111,8 +40112,6 @@ var useUploadVideoCaptions = (options = {}) => {
40111
40112
  ACCOUNT_LIKES_QUERY_KEY,
40112
40113
  ACCOUNT_NOTIFICATION_PREFERENCES_QUERY_KEY,
40113
40114
  ACCOUNT_PAYMENTS_QUERY_KEY,
40114
- ACCOUNT_PUSH_DEVICES_QUERY_KEY,
40115
- ACCOUNT_PUSH_DEVICE_QUERY_KEY,
40116
40115
  ACCOUNT_QUERY_KEY,
40117
40116
  ACCOUNT_SUBSCRIPTIONS_QUERY_KEY,
40118
40117
  ACCOUNT_THREADS_QUERY_KEY,
@@ -40406,7 +40405,6 @@ var useUploadVideoCaptions = (options = {}) => {
40406
40405
  DeleteAccountAddress,
40407
40406
  DeleteAccountInvitation,
40408
40407
  DeleteAccountLead,
40409
- DeleteAccountPushDevice,
40410
40408
  DeleteActivity,
40411
40409
  DeleteAdvertisement,
40412
40410
  DeleteAnnouncement,
@@ -40519,6 +40517,7 @@ var useUploadVideoCaptions = (options = {}) => {
40519
40517
  DeleteOrganizationTeamMember,
40520
40518
  DeleteOrganizationUser,
40521
40519
  DeleteOrganizationWebhook,
40520
+ DeletePushDevice,
40522
40521
  DeleteSelfApiKey,
40523
40522
  DeleteSeries,
40524
40523
  DeleteStreamInput,
@@ -40808,8 +40807,6 @@ var useUploadVideoCaptions = (options = {}) => {
40808
40807
  GetAccountLikes,
40809
40808
  GetAccountNotificationPreferences,
40810
40809
  GetAccountPayments,
40811
- GetAccountPushDevice,
40812
- GetAccountPushDevices,
40813
40810
  GetAccountSubscriptions,
40814
40811
  GetAccountThreads,
40815
40812
  GetAccountTiers,
@@ -41165,6 +41162,8 @@ var useUploadVideoCaptions = (options = {}) => {
41165
41162
  GetOrganizationWebhooks,
41166
41163
  GetPayment,
41167
41164
  GetPayments,
41165
+ GetPushDevice,
41166
+ GetPushDevices,
41168
41167
  GetReport,
41169
41168
  GetReports,
41170
41169
  GetSelf,
@@ -41318,6 +41317,8 @@ var useUploadVideoCaptions = (options = {}) => {
41318
41317
  OrganizationTriggerType,
41319
41318
  PAYMENTS_QUERY_KEY,
41320
41319
  PAYMENT_QUERY_KEY,
41320
+ PUSH_DEVICES_QUERY_KEY,
41321
+ PUSH_DEVICE_QUERY_KEY,
41321
41322
  PageType,
41322
41323
  PassTypeAccessLevel,
41323
41324
  PassTypeVisibility,
@@ -41431,7 +41432,6 @@ var useUploadVideoCaptions = (options = {}) => {
41431
41432
  SET_ACCOUNT_NOTIFICATION_PREFERENCES_QUERY_DATA,
41432
41433
  SET_ACCOUNT_PAYMENTS_QUERY_DATA,
41433
41434
  SET_ACCOUNT_PUSH_DEVICES_QUERY_DATA,
41434
- SET_ACCOUNT_PUSH_DEVICE_QUERY_DATA,
41435
41435
  SET_ACCOUNT_QUERY_DATA,
41436
41436
  SET_ACCOUNT_SUBSCRIPTIONS_QUERY_DATA,
41437
41437
  SET_ACCOUNT_THREADS_QUERY_DATA,
@@ -41779,6 +41779,7 @@ var useUploadVideoCaptions = (options = {}) => {
41779
41779
  SET_PASS_TYPE_COUPONS_QUERY_DATA,
41780
41780
  SET_PAYMENTS_QUERY_DATA,
41781
41781
  SET_PAYMENT_QUERY_DATA,
41782
+ SET_PUSH_DEVICE_QUERY_DATA,
41782
41783
  SET_REPORTS_QUERY_DATA,
41783
41784
  SET_REPORT_QUERY_DATA,
41784
41785
  SET_SEARCH_ORGANIZATION_QUERY_DATA,
@@ -42318,7 +42319,6 @@ var useUploadVideoCaptions = (options = {}) => {
42318
42319
  useDeleteAccountAddress,
42319
42320
  useDeleteAccountInvitation,
42320
42321
  useDeleteAccountLead,
42321
- useDeleteAccountPushDevice,
42322
42322
  useDeleteActivity,
42323
42323
  useDeleteAdvertisement,
42324
42324
  useDeleteAnnouncement,
@@ -42431,6 +42431,7 @@ var useUploadVideoCaptions = (options = {}) => {
42431
42431
  useDeleteOrganizationTeamMember,
42432
42432
  useDeleteOrganizationUser,
42433
42433
  useDeleteOrganizationWebhook,
42434
+ useDeletePushDevice,
42434
42435
  useDeleteSelfApiKey,
42435
42436
  useDeleteSeries,
42436
42437
  useDeleteStreamInput,
@@ -42486,8 +42487,6 @@ var useUploadVideoCaptions = (options = {}) => {
42486
42487
  useGetAccountLikes,
42487
42488
  useGetAccountNotificationPreferences,
42488
42489
  useGetAccountPayments,
42489
- useGetAccountPushDevice,
42490
- useGetAccountPushDevices,
42491
42490
  useGetAccountSubscriptions,
42492
42491
  useGetAccountThreads,
42493
42492
  useGetAccountTiers,
@@ -42839,6 +42838,8 @@ var useUploadVideoCaptions = (options = {}) => {
42839
42838
  useGetOrganizationWebhooks,
42840
42839
  useGetPayment,
42841
42840
  useGetPayments,
42841
+ useGetPushDevice,
42842
+ useGetPushDevices,
42842
42843
  useGetReport,
42843
42844
  useGetReports,
42844
42845
  useGetSelf,