@flarehr/apollo-super-selection 5.40.63109 → 5.41.65307

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.
@@ -183,7 +183,6 @@ export declare type SuperBuyerDto = {
183
183
  profileId: string;
184
184
  partnerId: string;
185
185
  userProfile: UserProfileDto;
186
- tfn: string | null;
187
186
  superChoice: SuperChoiceDto | null;
188
187
  };
189
188
  export declare type FeatureSetDto = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "5.40.63109",
3
+ "version": "5.41.65307",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",