@flarehr/apollo-super-selection 1.2.30870 → 1.2.30936

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.
@@ -74,6 +74,7 @@ declare type PromotedFundChoiceDto = {
74
74
  memberNumber: string;
75
75
  };
76
76
  };
77
+ export declare function hydratePromotedFundChoiceDtoKind(dto: PromotedFundChoiceDto): void;
77
78
  export declare function getSuperChoiceUsi(dto: SuperChoiceDetailsDto): Option<string>;
78
79
  export declare function getSuperChoiceMemberNumber(dto: SuperChoiceDetailsDto): Option<string>;
79
80
  declare type OwnFundChoiceDto = {
@@ -108,6 +109,7 @@ declare type SuperChoiceDetailsDto = {
108
109
  kind: 'PromotedDefault';
109
110
  promotedDefault: PromotedDefaultFundChoiceDto;
110
111
  };
112
+ export declare function hydrateSuperChoiceDetailsDtoKind(dto: SuperChoiceDetailsDto): void;
111
113
  declare type SuperChoiceDto = {
112
114
  dateSubmitted: string;
113
115
  choiceDetails: SuperChoiceDetailsDto;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flarehr/apollo-super-selection",
3
- "version": "1.2.30870",
3
+ "version": "1.2.30936",
4
4
  "description": "Apollo Super Selection",
5
5
  "main": "dist/lib/index.cjs.js",
6
6
  "module": "dist/lib/index.js",