@yuno-payments/dashboard-api-mfe 0.36.53-beta.3 → 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;
@@ -64,7 +63,6 @@ export declare namespace AI {
64
63
  order_id: string;
65
64
  payment_id: string;
66
65
  status: string;
67
- sub_status: string;
68
66
  destination_phone: string | null;
69
67
  duration: number;
70
68
  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;
package/build/index.d.ts CHANGED
@@ -654,7 +654,6 @@ declare namespace Payment {
654
654
  response_message?: string;
655
655
  reason?: string;
656
656
  description?: string;
657
- merchant_advice_code?: string;
658
657
  merchant_reference?: string;
659
658
  provider_data?: ProviderData;
660
659
  created_at?: string;
@@ -696,7 +695,6 @@ declare namespace Payment {
696
695
  provider_transaction_id?: string;
697
696
  provider_status?: string;
698
697
  provider_status_detail?: string;
699
- merchant_advice_code?: string;
700
698
  merchant_reference?: string;
701
699
  reason?: string;
702
700
  description?: string;
@@ -3734,7 +3732,6 @@ declare namespace AI {
3734
3732
  order_id: string;
3735
3733
  payment_id: string;
3736
3734
  status: string;
3737
- sub_status: string;
3738
3735
  destination_phone: string | null;
3739
3736
  duration: number;
3740
3737
  country: string;
@@ -3770,7 +3767,6 @@ declare namespace AI {
3770
3767
  order_id: string;
3771
3768
  payment_id: string;
3772
3769
  status: string;
3773
- sub_status: string;
3774
3770
  destination_phone: string | null;
3775
3771
  duration: number;
3776
3772
  country: string;
@@ -4027,6 +4023,7 @@ declare namespace StylingSettings {
4027
4023
  enable_ocr?: boolean;
4028
4024
  save_on_success?: boolean;
4029
4025
  visualization_mode?: VisualizationMode;
4026
+ credit_card_only_processing?: boolean;
4030
4027
  };
4031
4028
  web_sdk?: {
4032
4029
  hide_pay_button?: boolean;
@@ -4668,7 +4665,6 @@ declare function useCommunications(payload: {
4668
4665
  skip: number;
4669
4666
  limit: number;
4670
4667
  search_value: string;
4671
- channel: string[];
4672
4668
  }): UseQueryResult<AI.CommunicationsListResponse, AxiosError>;
4673
4669
  declare function useCommunicationsFilters(): UseQueryResult<AI.CommunicationsFiltersResponse, AxiosError>;
4674
4670
  declare function useCommunicationDetails(communicationId: string, accountCode: string): UseQueryResult<AI.CommunicationDetailsResponse, AxiosError>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-api-mfe",
3
- "version": "0.36.53-beta.3",
3
+ "version": "0.36.53",
4
4
  "types": "build/index.d.ts",
5
5
  "main": "build/cjs/index.js",
6
6
  "module": "build/esm/index.js",