@yuno-payments/dashboard-api-mfe 0.36.53-beta.2 → 0.36.53

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.
@@ -18,7 +18,6 @@ export declare function useCommunications(payload: {
18
18
  skip: number;
19
19
  limit: number;
20
20
  search_value: string;
21
- channel: string[];
22
21
  }): UseQueryResult<AI.CommunicationsListResponse, AxiosError>;
23
22
  export declare function useCommunicationsFilters(): UseQueryResult<AI.CommunicationsFiltersResponse, AxiosError>;
24
23
  export declare function useCommunicationDetails(communicationId: string, accountCode: string): UseQueryResult<AI.CommunicationDetailsResponse, AxiosError>;
@@ -28,7 +28,6 @@ export declare namespace AI {
28
28
  order_id: string;
29
29
  payment_id: string;
30
30
  status: string;
31
- sub_status: string;
32
31
  destination_phone: string | null;
33
32
  duration: number;
34
33
  country: string;
@@ -105,6 +105,7 @@ export declare namespace StylingSettings {
105
105
  enable_ocr?: boolean;
106
106
  save_on_success?: boolean;
107
107
  visualization_mode?: VisualizationMode;
108
+ credit_card_only_processing?: boolean;
108
109
  };
109
110
  web_sdk?: {
110
111
  hide_pay_button?: boolean;
@@ -250,7 +250,6 @@ export declare namespace Payment {
250
250
  response_message?: string;
251
251
  reason?: string;
252
252
  description?: string;
253
- merchant_advice_code?: string;
254
253
  merchant_reference?: string;
255
254
  provider_data?: ProviderData;
256
255
  created_at?: string;
@@ -292,7 +291,6 @@ export declare namespace Payment {
292
291
  provider_transaction_id?: string;
293
292
  provider_status?: string;
294
293
  provider_status_detail?: string;
295
- merchant_advice_code?: string;
296
294
  merchant_reference?: string;
297
295
  reason?: string;
298
296
  description?: string;