ch-admin-api-client-typescript 5.40.3 → 5.41.1

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.
@@ -26,8 +26,6 @@ export declare const SearchIndexType: {
26
26
  readonly Countries: "countries";
27
27
  readonly Faqcategories: "faqcategories";
28
28
  readonly Faqs: "faqs";
29
- readonly Services: "services";
30
- readonly Contents: "contents";
31
29
  };
32
30
  export type SearchIndexType = typeof SearchIndexType[keyof typeof SearchIndexType];
33
31
  //# 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;;;;;;;;;;;;;;CAclB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC"}
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;;;;;;;;;;;;CAYlB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,OAAO,eAAe,CAAC,MAAM,OAAO,eAAe,CAAC,CAAC"}
@@ -30,7 +30,5 @@ exports.SearchIndexType = {
30
30
  Contributors: 'contributors',
31
31
  Countries: 'countries',
32
32
  Faqcategories: 'faqcategories',
33
- Faqs: 'faqs',
34
- Services: 'services',
35
- Contents: 'contents'
33
+ Faqs: 'faqs'
36
34
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.40.3",
3
+ "version": "5.41.1",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -31,9 +31,7 @@ export const SearchIndexType = {
31
31
  Contributors: 'contributors',
32
32
  Countries: 'countries',
33
33
  Faqcategories: 'faqcategories',
34
- Faqs: 'faqs',
35
- Services: 'services',
36
- Contents: 'contents'
34
+ Faqs: 'faqs'
37
35
  } as const;
38
36
 
39
37
  export type SearchIndexType = typeof SearchIndexType[keyof typeof SearchIndexType];