ch-admin-api-client-typescript 5.42.0 → 5.42.5
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.
|
@@ -18,14 +18,10 @@ export declare const SearchIndexType: {
|
|
|
18
18
|
readonly Hospitals: "hospitals";
|
|
19
19
|
readonly Departments: "departments";
|
|
20
20
|
readonly Specialties: "specialties";
|
|
21
|
-
readonly Hospitalspecialies: "hospitalspecialies";
|
|
22
21
|
readonly Doctors: "doctors";
|
|
23
22
|
readonly Deals: "deals";
|
|
24
23
|
readonly Articles: "articles";
|
|
25
|
-
readonly Contributors: "contributors";
|
|
26
24
|
readonly Countries: "countries";
|
|
27
|
-
readonly Faqcategories: "faqcategories";
|
|
28
|
-
readonly Faqs: "faqs";
|
|
29
25
|
};
|
|
30
26
|
export type SearchIndexType = typeof SearchIndexType[keyof typeof SearchIndexType];
|
|
31
27
|
//# sourceMappingURL=search-index-type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-index-type.d.ts","sourceRoot":"","sources":["../../src/models/search-index-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"search-index-type.d.ts","sourceRoot":"","sources":["../../src/models/search-index-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,eAAe;;;;;;;;CAQlB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC"}
|
|
@@ -23,12 +23,8 @@ exports.SearchIndexType = {
|
|
|
23
23
|
Hospitals: 'hospitals',
|
|
24
24
|
Departments: 'departments',
|
|
25
25
|
Specialties: 'specialties',
|
|
26
|
-
Hospitalspecialies: 'hospitalspecialies',
|
|
27
26
|
Doctors: 'doctors',
|
|
28
27
|
Deals: 'deals',
|
|
29
28
|
Articles: 'articles',
|
|
30
|
-
|
|
31
|
-
Countries: 'countries',
|
|
32
|
-
Faqcategories: 'faqcategories',
|
|
33
|
-
Faqs: 'faqs'
|
|
29
|
+
Countries: 'countries'
|
|
34
30
|
};
|
package/package.json
CHANGED
|
@@ -24,14 +24,10 @@ export const SearchIndexType = {
|
|
|
24
24
|
Hospitals: 'hospitals',
|
|
25
25
|
Departments: 'departments',
|
|
26
26
|
Specialties: 'specialties',
|
|
27
|
-
Hospitalspecialies: 'hospitalspecialies',
|
|
28
27
|
Doctors: 'doctors',
|
|
29
28
|
Deals: 'deals',
|
|
30
29
|
Articles: 'articles',
|
|
31
|
-
|
|
32
|
-
Countries: 'countries',
|
|
33
|
-
Faqcategories: 'faqcategories',
|
|
34
|
-
Faqs: 'faqs'
|
|
30
|
+
Countries: 'countries'
|
|
35
31
|
} as const;
|
|
36
32
|
|
|
37
33
|
export type SearchIndexType = typeof SearchIndexType[keyof typeof SearchIndexType];
|