@sunrise-upc/mobile-prod-card 5.0.1-beta.0 → 5.0.1-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/StaticLineTable/StaticLineTableStore/StaticLineTableProvider.d.ts +21 -0
- package/dist/cjs/components/StaticLineTable/TvOptionsContainer.d.ts +1 -1
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/services/LineTableService.d.ts +1 -0
- package/dist/esm/components/StaticLineTable/StaticLineTableStore/StaticLineTableProvider.d.ts +21 -0
- package/dist/esm/components/StaticLineTable/TvOptionsContainer.d.ts +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/services/LineTableService.d.ts +1 -0
- package/package.json +1 -1
@@ -9,3 +9,4 @@ export declare const getVocherPromotion: (productID: string, voucher: string) =>
|
|
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 fetchOttServiceOptions: () => Promise<any>;
|
package/package.json
CHANGED