@yuno-payments/dashboard-api-mfe 2.1.1 → 2.2.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.
- package/build/cjs/index.js +6 -6
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/types/api/api.d.ts +23 -31
- package/build/cjs/types/mutations/audit/audit-api.mutation.d.ts +0 -4
- package/build/cjs/types/mutations/domains/domains.mutation.d.ts +41 -0
- package/build/cjs/types/mutations/domains/index.d.ts +1 -0
- package/build/cjs/types/mutations/index.d.ts +1 -1
- package/build/cjs/types/mutations/users/users.mutation.d.ts +0 -4
- package/build/cjs/types/queries/audit/audit.query.d.ts +6 -4
- package/build/cjs/types/queries/audit/index.d.ts +0 -1
- package/build/cjs/types/queries/domains/domains.query.d.ts +13 -0
- package/build/cjs/types/queries/domains/index.d.ts +1 -0
- package/build/cjs/types/queries/index.d.ts +1 -2
- package/build/cjs/types/queries/mfa/organization-settings.query.d.ts +1 -10
- package/build/cjs/types/queries/users/users.query.d.ts +0 -1
- package/build/cjs/types/types/audit/audit.d.ts +0 -147
- package/build/cjs/types/types/domains/domains.d.ts +77 -0
- package/build/cjs/types/types/domains/index.d.ts +1 -0
- package/build/cjs/types/types/index.d.ts +1 -0
- package/build/esm/index.js +5 -5
- package/build/esm/index.js.map +1 -1
- package/build/esm/types/api/api.d.ts +23 -31
- package/build/esm/types/mutations/audit/audit-api.mutation.d.ts +0 -4
- package/build/esm/types/mutations/domains/domains.mutation.d.ts +41 -0
- package/build/esm/types/mutations/domains/index.d.ts +1 -0
- package/build/esm/types/mutations/index.d.ts +1 -1
- package/build/esm/types/mutations/users/users.mutation.d.ts +0 -4
- package/build/esm/types/queries/audit/audit.query.d.ts +6 -4
- package/build/esm/types/queries/audit/index.d.ts +0 -1
- package/build/esm/types/queries/domains/domains.query.d.ts +13 -0
- package/build/esm/types/queries/domains/index.d.ts +1 -0
- package/build/esm/types/queries/index.d.ts +1 -2
- package/build/esm/types/queries/mfa/organization-settings.query.d.ts +1 -10
- package/build/esm/types/queries/users/users.query.d.ts +0 -1
- package/build/esm/types/types/audit/audit.d.ts +0 -147
- package/build/esm/types/types/domains/domains.d.ts +77 -0
- package/build/esm/types/types/domains/index.d.ts +1 -0
- package/build/esm/types/types/index.d.ts +1 -0
- package/build/index.d.ts +154 -228
- package/package.json +1 -1
- package/build/cjs/types/msw/handlers/api-logs.d.ts +0 -1
- package/build/cjs/types/msw/handlers/webhooks.d.ts +0 -1
- package/build/cjs/types/msw/mocks/api-logs/api-logs-v3.mock.d.ts +0 -2
- package/build/cjs/types/msw/mocks/webhooks/webhook-timeline.mock.d.ts +0 -2
- package/build/cjs/types/mutations/organization-settings/index.d.ts +0 -1
- package/build/cjs/types/mutations/organization-settings/organization-settings.mutations.d.ts +0 -9
- package/build/cjs/types/queries/api-logs/api-logs-v3.query.d.ts +0 -9
- package/build/cjs/types/queries/api-logs/index.d.ts +0 -1
- package/build/cjs/types/queries/audit/audit-v3.query.d.ts +0 -9
- package/build/cjs/types/queries/webhooks/index.d.ts +0 -1
- package/build/cjs/types/queries/webhooks/webhook-timeline.query.d.ts +0 -9
- package/build/esm/types/msw/handlers/api-logs.d.ts +0 -1
- package/build/esm/types/msw/handlers/webhooks.d.ts +0 -1
- package/build/esm/types/msw/mocks/api-logs/api-logs-v3.mock.d.ts +0 -2
- package/build/esm/types/msw/mocks/webhooks/webhook-timeline.mock.d.ts +0 -2
- package/build/esm/types/mutations/organization-settings/index.d.ts +0 -1
- package/build/esm/types/mutations/organization-settings/organization-settings.mutations.d.ts +0 -9
- package/build/esm/types/queries/api-logs/api-logs-v3.query.d.ts +0 -9
- package/build/esm/types/queries/api-logs/index.d.ts +0 -1
- package/build/esm/types/queries/audit/audit-v3.query.d.ts +0 -9
- package/build/esm/types/queries/webhooks/index.d.ts +0 -1
- package/build/esm/types/queries/webhooks/webhook-timeline.query.d.ts +0 -9
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './organization-settings.mutations';
|
package/build/cjs/types/mutations/organization-settings/organization-settings.mutations.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { OrganizationSettings } from '../../types';
|
|
2
|
-
export declare function useUpdateMFAConfig(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<OrganizationSettings.MfaConfig, any, {}>, unknown, {
|
|
3
|
-
payload: OrganizationSettings.MfaConfigRequest;
|
|
4
|
-
organizationCode: string;
|
|
5
|
-
}, unknown>;
|
|
6
|
-
export declare function useExcludeUsers(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<OrganizationSettings.MfaConfig, any, {}>, unknown, {
|
|
7
|
-
payload: OrganizationSettings.MfaUserExcluded[];
|
|
8
|
-
organizationCode: string;
|
|
9
|
-
}, unknown>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { Audit } from '../../types';
|
|
3
|
-
import { AxiosError } from 'axios';
|
|
4
|
-
import { BFFErrorResponse } from '../../mutations';
|
|
5
|
-
export interface UseGetApiLogsV3Options {
|
|
6
|
-
paymentCode: string;
|
|
7
|
-
enabled?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare function useGetApiLogsV3({ paymentCode, enabled, }: UseGetApiLogsV3Options): UseQueryResult<Audit.ApiLogsV3Response, AxiosError<BFFErrorResponse>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './api-logs-v3.query';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import type { Audit } from '../../types';
|
|
3
|
-
import { BFFErrorResponse } from '../../mutations';
|
|
4
|
-
export interface UseGetApiLogsV3ByPaymentCodeOptions {
|
|
5
|
-
paymentCode: string;
|
|
6
|
-
createdAtFrom?: string;
|
|
7
|
-
enabled?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare function useGetApiLogsV3ByPaymentCode({ paymentCode, createdAtFrom, enabled, }: UseGetApiLogsV3ByPaymentCodeOptions): UseQueryResult<Audit.ApiLogsV3ListResponse, BFFErrorResponse>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './webhook-timeline.query';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { Audit } from '../../types';
|
|
3
|
-
import { AxiosError } from 'axios';
|
|
4
|
-
import { BFFErrorResponse } from '../../mutations';
|
|
5
|
-
export interface UseGetWebhookTimelineOptions {
|
|
6
|
-
paymentCode: string;
|
|
7
|
-
enabled?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare function useGetWebhookTimeline({ paymentCode, enabled, }: UseGetWebhookTimelineOptions): UseQueryResult<Audit.WebhookTimelineResponse, AxiosError<BFFErrorResponse>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const apiLogsHandlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const webhooksHandlers: import("msw/lib/core/handlers/HttpHandler").HttpHandler[];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './organization-settings.mutations';
|
package/build/esm/types/mutations/organization-settings/organization-settings.mutations.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { OrganizationSettings } from '../../types';
|
|
2
|
-
export declare function useUpdateMFAConfig(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<OrganizationSettings.MfaConfig, any, {}>, unknown, {
|
|
3
|
-
payload: OrganizationSettings.MfaConfigRequest;
|
|
4
|
-
organizationCode: string;
|
|
5
|
-
}, unknown>;
|
|
6
|
-
export declare function useExcludeUsers(): import("@tanstack/react-query").UseMutationResult<import("axios").AxiosResponse<OrganizationSettings.MfaConfig, any, {}>, unknown, {
|
|
7
|
-
payload: OrganizationSettings.MfaUserExcluded[];
|
|
8
|
-
organizationCode: string;
|
|
9
|
-
}, unknown>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { Audit } from '../../types';
|
|
3
|
-
import { AxiosError } from 'axios';
|
|
4
|
-
import { BFFErrorResponse } from '../../mutations';
|
|
5
|
-
export interface UseGetApiLogsV3Options {
|
|
6
|
-
paymentCode: string;
|
|
7
|
-
enabled?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare function useGetApiLogsV3({ paymentCode, enabled, }: UseGetApiLogsV3Options): UseQueryResult<Audit.ApiLogsV3Response, AxiosError<BFFErrorResponse>>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './api-logs-v3.query';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import type { Audit } from '../../types';
|
|
3
|
-
import { BFFErrorResponse } from '../../mutations';
|
|
4
|
-
export interface UseGetApiLogsV3ByPaymentCodeOptions {
|
|
5
|
-
paymentCode: string;
|
|
6
|
-
createdAtFrom?: string;
|
|
7
|
-
enabled?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare function useGetApiLogsV3ByPaymentCode({ paymentCode, createdAtFrom, enabled, }: UseGetApiLogsV3ByPaymentCodeOptions): UseQueryResult<Audit.ApiLogsV3ListResponse, BFFErrorResponse>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './webhook-timeline.query';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { UseQueryResult } from '@tanstack/react-query';
|
|
2
|
-
import { Audit } from '../../types';
|
|
3
|
-
import { AxiosError } from 'axios';
|
|
4
|
-
import { BFFErrorResponse } from '../../mutations';
|
|
5
|
-
export interface UseGetWebhookTimelineOptions {
|
|
6
|
-
paymentCode: string;
|
|
7
|
-
enabled?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare function useGetWebhookTimeline({ paymentCode, enabled, }: UseGetWebhookTimelineOptions): UseQueryResult<Audit.WebhookTimelineResponse, AxiosError<BFFErrorResponse>>;
|