ch-admin-api-client-typescript 5.31.1 → 5.32.0

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,6 +18,7 @@ export declare const MarketingType: {
18
18
  readonly Both: "Both";
19
19
  readonly GeneralHealth: "GeneralHealth";
20
20
  readonly Beauty: "Beauty";
21
+ readonly Tech: "Tech";
21
22
  };
22
23
  export type MarketingType = typeof MarketingType[keyof typeof MarketingType];
23
24
  //# sourceMappingURL=marketing-type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"marketing-type.d.ts","sourceRoot":"","sources":["../../src/models/marketing-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,aAAa;;;;CAIhB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC"}
1
+ {"version":3,"file":"marketing-type.d.ts","sourceRoot":"","sources":["../../src/models/marketing-type.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AAEH,eAAO,MAAM,aAAa;;;;;CAKhB,CAAC;AAEX,MAAM,MAAM,aAAa,GAAG,OAAO,aAAa,CAAC,MAAM,OAAO,aAAa,CAAC,CAAC"}
@@ -22,5 +22,6 @@ exports.MarketingType = void 0;
22
22
  exports.MarketingType = {
23
23
  Both: 'Both',
24
24
  GeneralHealth: 'GeneralHealth',
25
- Beauty: 'Beauty'
25
+ Beauty: 'Beauty',
26
+ Tech: 'Tech'
26
27
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.31.1",
3
+ "version": "5.32.0",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -23,7 +23,8 @@
23
23
  export const MarketingType = {
24
24
  Both: 'Both',
25
25
  GeneralHealth: 'GeneralHealth',
26
- Beauty: 'Beauty'
26
+ Beauty: 'Beauty',
27
+ Tech: 'Tech'
27
28
  } as const;
28
29
 
29
30
  export type MarketingType = typeof MarketingType[keyof typeof MarketingType];