@connectedxm/admin 1.4.27 → 1.4.28
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.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -4901,12 +4901,12 @@ interface GetAccountPushDeviceProps extends SingleQueryParams {
|
|
|
4901
4901
|
* @category Queries
|
|
4902
4902
|
* @group Accounts
|
|
4903
4903
|
*/
|
|
4904
|
-
declare const GetAccountPushDevice: ({ accountId, pushDeviceId, adminApiParams, }: GetAccountPushDeviceProps) => Promise<ConnectedXMResponse<
|
|
4904
|
+
declare const GetAccountPushDevice: ({ accountId, pushDeviceId, adminApiParams, }: GetAccountPushDeviceProps) => Promise<ConnectedXMResponse<PushDevice>>;
|
|
4905
4905
|
/**
|
|
4906
4906
|
* @category Hooks
|
|
4907
4907
|
* @group Accounts
|
|
4908
4908
|
*/
|
|
4909
|
-
declare const useGetAccountPushDevice: (accountId?: string, pushDeviceId?: string, options?: SingleQueryOptions<ReturnType<typeof GetAccountPushDevice>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<
|
|
4909
|
+
declare const useGetAccountPushDevice: (accountId?: string, pushDeviceId?: string, options?: SingleQueryOptions<ReturnType<typeof GetAccountPushDevice>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<PushDevice>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4910
4910
|
|
|
4911
4911
|
/**
|
|
4912
4912
|
* @category Keys
|
package/dist/index.d.ts
CHANGED
|
@@ -4901,12 +4901,12 @@ interface GetAccountPushDeviceProps extends SingleQueryParams {
|
|
|
4901
4901
|
* @category Queries
|
|
4902
4902
|
* @group Accounts
|
|
4903
4903
|
*/
|
|
4904
|
-
declare const GetAccountPushDevice: ({ accountId, pushDeviceId, adminApiParams, }: GetAccountPushDeviceProps) => Promise<ConnectedXMResponse<
|
|
4904
|
+
declare const GetAccountPushDevice: ({ accountId, pushDeviceId, adminApiParams, }: GetAccountPushDeviceProps) => Promise<ConnectedXMResponse<PushDevice>>;
|
|
4905
4905
|
/**
|
|
4906
4906
|
* @category Hooks
|
|
4907
4907
|
* @group Accounts
|
|
4908
4908
|
*/
|
|
4909
|
-
declare const useGetAccountPushDevice: (accountId?: string, pushDeviceId?: string, options?: SingleQueryOptions<ReturnType<typeof GetAccountPushDevice>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<
|
|
4909
|
+
declare const useGetAccountPushDevice: (accountId?: string, pushDeviceId?: string, options?: SingleQueryOptions<ReturnType<typeof GetAccountPushDevice>>) => _tanstack_react_query.UseQueryResult<ConnectedXMResponse<PushDevice>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
|
|
4910
4910
|
|
|
4911
4911
|
/**
|
|
4912
4912
|
* @category Keys
|