@sunrise-upc/mobile-prod-card 4.7.7-beta.6 → 4.7.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +0 -2
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +0 -8
- package/dist/cjs/components/lineTable/lineTable.types.d.ts +0 -13
- package/dist/cjs/index.js +2 -4
- package/dist/cjs/services/LineTableService.d.ts +1 -2
- package/dist/cjs/services/api-constants.d.ts +0 -2
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +0 -2
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +0 -8
- package/dist/esm/components/lineTable/lineTable.types.d.ts +0 -13
- package/dist/esm/index.js +2 -4
- package/dist/esm/services/LineTableService.d.ts +1 -2
- package/dist/esm/services/api-constants.d.ts +0 -2
- package/dist/index.d.ts +0 -3
- package/package.json +2 -5
@@ -3,10 +3,9 @@ export declare const fetchOfferingDataV2: (requestBody: any, url: any, returnPro
|
|
3
3
|
export declare const createCartV2: (productData: any, radioValue: string, defaultPromo: string, cartUrl: string, productType: string, chooseGift?: any, enabledP2P?: any, P2PData?: any, isQoqaFlow?: boolean, qVoucher?: any, deviceDetails?: any, tvOptions?: any) => Promise<any>;
|
4
4
|
export declare const fetchLinetableContent: (slugurl: string, params: any) => Promise<any>;
|
5
5
|
export declare const getStaticContent: (language: any, endPoints: any) => Promise<any>;
|
6
|
-
export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any, existingCustomer?: boolean, subscriptionType?: string, enableReturnPromo?: boolean, P2PEnabled?: boolean
|
6
|
+
export declare const fetchOfferingDataLineTableV2: (params: any, uniqueId: any, endpoint: any, existingCustomer?: boolean, subscriptionType?: string, enableReturnPromo?: boolean, P2PEnabled?: boolean) => Promise<any>;
|
7
7
|
export declare const fetchSubscriptionData: (category: any, endpoint: any) => Promise<any>;
|
8
8
|
export declare const getVocherPromotion: (productID: string, voucher: string) => Promise<void>;
|
9
9
|
export declare const validateP2P: (msisdn: any, endpoint: any) => Promise<any>;
|
10
10
|
export declare const getDeviceDetails: (deviceID: any, endpoint: any) => Promise<any>;
|
11
11
|
export declare const getDeviceModelsList: (brandId: any, endpoint: any) => Promise<any>;
|
12
|
-
export declare const trackPegaEvents: (endpoint: any, payload: {} | undefined, prospectId: string) => Promise<any>;
|
@@ -2,13 +2,11 @@ export declare const API_BASE_BASEPOINT: any;
|
|
2
2
|
export declare const APIResourceConstants: {
|
3
3
|
X_SUN_CHAL: string;
|
4
4
|
LINE_TABLEV2: string;
|
5
|
-
LINE_TABLEV3: string;
|
6
5
|
CREATE_CARTV2: string;
|
7
6
|
SUBSCRIPTION: string;
|
8
7
|
VOUCHER_PROMOTIONS: string;
|
9
8
|
HARDWARES: string;
|
10
9
|
HARDWARE_DEVICES: string;
|
11
10
|
TV_SERVICE_OPTIONS_V2: string;
|
12
|
-
CUSTOMER_EVENTS: string;
|
13
11
|
};
|
14
12
|
export declare const SBENDPOINT: any;
|
package/dist/index.d.ts
CHANGED
@@ -172,9 +172,6 @@ interface StaticLinetableSchema {
|
|
172
172
|
deviceFlowCallBack?: any;
|
173
173
|
ubRatePlanObj?: any;
|
174
174
|
lineCheckOnClear?: any;
|
175
|
-
pegaIntegration?: boolean;
|
176
|
-
pegaCustomerInterest?: string;
|
177
|
-
useStoryblokOrder?: boolean;
|
178
175
|
}
|
179
176
|
|
180
177
|
declare const StaticLineTable: FC<StaticLinetableSchema>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sunrise-upc/mobile-prod-card",
|
3
|
-
"version": "4.7.
|
3
|
+
"version": "4.7.8",
|
4
4
|
"description": "Starter project to create reusable functional component",
|
5
5
|
"main": "dist/cjs/index.js",
|
6
6
|
"module": "dist/esm/index.js",
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"@types/react": "^18.0.26",
|
44
44
|
"@types/react-dom": "^18.0.10",
|
45
45
|
"@types/uuid": "^8.3.4",
|
46
|
-
"axios": "^0.
|
46
|
+
"axios": "^0.21.4",
|
47
47
|
"postcss": "8.4.21",
|
48
48
|
"rimraf": "^3.0.2",
|
49
49
|
"rollup": "^3.9.1",
|
@@ -69,8 +69,5 @@
|
|
69
69
|
"uuid": "^8.3.2",
|
70
70
|
"react-select": "^5.2.2",
|
71
71
|
"react-loading-skeleton": "^3.4.0"
|
72
|
-
},
|
73
|
-
"dependencies": {
|
74
|
-
"moment": "^2.30.1"
|
75
72
|
}
|
76
73
|
}
|