@sunrise-upc/mobile-prod-card 8.6.11-beta.2 → 8.6.11-beta.3
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/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -345,6 +345,7 @@ interface MultiItemAccessoriesSchema extends GenericSBProps {
|
|
|
345
345
|
winAccessoriesLimit: number;
|
|
346
346
|
winLimitWarningText: any;
|
|
347
347
|
winCheckoutUrl: any;
|
|
348
|
+
ratePlanAccessoriesLimit: number;
|
|
348
349
|
}
|
|
349
350
|
|
|
350
351
|
declare const MultiItemAccessoriesWithProvider: (props: ComponentWithContentProps<MultiItemAccessoriesSchema>) => JSX.Element;
|