@yuno-payments/dashboard-api-mfe 0.40.25 → 0.40.26-beta.1

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.
@@ -64,7 +64,6 @@ export declare class Api extends HttpClient {
64
64
  }): Promise<AxiosResponse<T, any>>;
65
65
  getDeveloperCredentials<T>(password: any, accountCode: any): Promise<AxiosResponse<T, any>>;
66
66
  getDeveloperCredentialsValidatePassword<T>(password: any): Promise<AxiosResponse<T, any>>;
67
- getDeveloperCredentialsValidatePasswordRegularUser<T>(password: any): Promise<AxiosResponse<T, any>>;
68
67
  getAllowedIps<T>(): Promise<AxiosResponse<T, any>>;
69
68
  patchAllowedIps<T>(request: AllowedList.Request): Promise<AxiosResponse<T, any>>;
70
69
  getOrganization<T>(): Promise<AxiosResponse<T, any>>;
@@ -1,10 +1,8 @@
1
1
  import { UseMutationResult } from '@tanstack/react-query';
2
- import { ResponseValidatePasswordRegularUser } from './types';
3
2
  export declare function usePostCreateCustomizedApiKeys(): UseMutationResult<unknown>;
4
3
  export declare function usePathCreateCustomizedApiKeys(): UseMutationResult<unknown>;
5
4
  export declare function useGetCustomizedApiKeysToken(): UseMutationResult<unknown>;
6
5
  export declare function usePostCredentialsValidatePassword(): UseMutationResult<unknown>;
7
- export declare function usePostCredentialsValidatePasswordRegularUser(): UseMutationResult<ResponseValidatePasswordRegularUser>;
8
6
  export declare function useDeleteCustomizedApiKeys(): UseMutationResult<unknown>;
9
7
  export declare function usePatchApiKeysEditNote(): UseMutationResult<unknown>;
10
8
  export declare function usePostApiKeysRoll(): UseMutationResult<unknown>;
@@ -1,2 +1 @@
1
1
  export * from './developers.mutation';
2
- export * from './types';
@@ -20,6 +20,7 @@ export declare namespace SmartRouting {
20
20
  decline_types: string[];
21
21
  has_split: boolean;
22
22
  order: number;
23
+ retry: boolean;
23
24
  type: OutputType;
24
25
  }
25
26
  export type RouteType = 'PROVIDER' | 'ENDING' | 'SMART_ROUTING';
@@ -262,6 +263,7 @@ export declare namespace SmartRouting {
262
263
  index: number;
263
264
  processed_status: string;
264
265
  processed_sub_status?: string;
266
+ retry: boolean;
265
267
  }
266
268
  export interface PaymentRoutes {
267
269
  route: PaymentRoute[];