ch-admin-api-client-typescript 5.2.1 → 5.2.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.
|
@@ -29,6 +29,7 @@ export declare const SurveyFormElementTypes: {
|
|
|
29
29
|
readonly File: "File";
|
|
30
30
|
readonly Countries: "Countries";
|
|
31
31
|
readonly Phone: "Phone";
|
|
32
|
+
readonly HospitalContacts: "HospitalContacts";
|
|
32
33
|
};
|
|
33
34
|
export type SurveyFormElementTypes = typeof SurveyFormElementTypes[keyof typeof SurveyFormElementTypes];
|
|
34
35
|
//# sourceMappingURL=survey-form-element-types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"survey-form-element-types.d.ts","sourceRoot":"","sources":["../../src/models/survey-form-element-types.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"survey-form-element-types.d.ts","sourceRoot":"","sources":["../../src/models/survey-form-element-types.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;CAgBzB,CAAC;AAEX,MAAM,MAAM,sBAAsB,GAAG,OAAO,sBAAsB,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -34,7 +34,8 @@ export const SurveyFormElementTypes = {
|
|
|
34
34
|
Radio: 'Radio',
|
|
35
35
|
File: 'File',
|
|
36
36
|
Countries: 'Countries',
|
|
37
|
-
Phone: 'Phone'
|
|
37
|
+
Phone: 'Phone',
|
|
38
|
+
HospitalContacts: 'HospitalContacts'
|
|
38
39
|
} as const;
|
|
39
40
|
|
|
40
41
|
export type SurveyFormElementTypes = typeof SurveyFormElementTypes[keyof typeof SurveyFormElementTypes];
|