@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 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<Lead>>;
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<Lead>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
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<Lead>>;
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<Lead>, axios.AxiosError<ConnectedXMResponse<any>, any>>;
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.4.27",
3
+ "version": "1.4.28",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {