@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.
@@ -187,9 +187,9 @@ export declare type SuperBuyerDto = {
187
187
  superChoice: SuperChoiceDto | null;
188
188
  };
189
189
  export declare type FeatureSetDto = {
190
- type: 'Basic';
190
+ type: 'basic';
191
191
  } | {
192
- type: 'Promoted';
192
+ type: 'promoted';
193
193
  };
194
194
  export declare type FeatureSetType = FeatureSetDto['type'];
195
195
  export declare type AccountConfigurationDto = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "5.31.58559",
3
+ "version": "5.32.58650",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",