@flarehr/apollo-super-selection 5.31.58559 → 5.32.58650
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/lib/apollo-super-selection/apollo-super-selection.esm.js +1 -1
- package/dist/lib/apollo-super-selection/{p-4ef9e78c.entry.js → p-54b7fc66.entry.js} +4 -4
- package/dist/lib/apollo-super-selection/p-bdcfc026.system.js +1 -1
- package/dist/lib/apollo-super-selection/{p-6ea75eab.system.entry.js → p-d2830872.system.entry.js} +1 -1
- package/dist/lib/cjs/sss-button_33.cjs.entry.js +2 -2
- package/dist/lib/collection/components/super-selection-app/services/super-selection-app.service.js +1 -1
- package/dist/lib/esm/sss-button_33.entry.js +2 -2
- package/dist/lib/esm-es5/sss-button_33.entry.js +1 -1
- package/dist/lib/types/components/super-selection-app/api/super-selection.api.dto.d.ts +2 -2
- package/package.json +1 -1
|
@@ -187,9 +187,9 @@ export declare type SuperBuyerDto = {
|
|
|
187
187
|
superChoice: SuperChoiceDto | null;
|
|
188
188
|
};
|
|
189
189
|
export declare type FeatureSetDto = {
|
|
190
|
-
type: '
|
|
190
|
+
type: 'basic';
|
|
191
191
|
} | {
|
|
192
|
-
type: '
|
|
192
|
+
type: 'promoted';
|
|
193
193
|
};
|
|
194
194
|
export declare type FeatureSetType = FeatureSetDto['type'];
|
|
195
195
|
export declare type AccountConfigurationDto = {
|