ch-admin-api-client-typescript 5.88.5 → 5.88.7

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.
@@ -15,29 +15,23 @@
15
15
  * @interface DealTagModel
16
16
  */
17
17
  export interface DealTagModel {
18
- /**
19
- *
20
- * @type {number}
21
- * @memberof DealTagModel
22
- */
23
- 'order'?: number;
24
18
  /**
25
19
  *
26
20
  * @type {string}
27
21
  * @memberof DealTagModel
28
22
  */
29
- 'id'?: string;
23
+ 'tagId'?: string | null;
30
24
  /**
31
25
  *
32
- * @type {string}
26
+ * @type {number}
33
27
  * @memberof DealTagModel
34
28
  */
35
- 'name'?: string | null;
29
+ 'order'?: number;
36
30
  /**
37
31
  *
38
- * @type {boolean}
32
+ * @type {string}
39
33
  * @memberof DealTagModel
40
34
  */
41
- 'confirmed'?: boolean;
35
+ 'dealId'?: string;
42
36
  }
43
37
  //# sourceMappingURL=deal-tag-model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deal-tag-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-tag-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACzB"}
1
+ {"version":3,"file":"deal-tag-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-tag-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,YAAY;IACzB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -15,29 +15,17 @@
15
15
  * @interface DealTagRequestModel
16
16
  */
17
17
  export interface DealTagRequestModel {
18
- /**
19
- *
20
- * @type {number}
21
- * @memberof DealTagRequestModel
22
- */
23
- 'order'?: number;
24
18
  /**
25
19
  *
26
20
  * @type {string}
27
21
  * @memberof DealTagRequestModel
28
22
  */
29
- 'name'?: string | null;
23
+ 'tagId'?: string | null;
30
24
  /**
31
25
  *
32
- * @type {boolean}
33
- * @memberof DealTagRequestModel
34
- */
35
- 'confirmed'?: boolean;
36
- /**
37
- *
38
- * @type {string}
26
+ * @type {number}
39
27
  * @memberof DealTagRequestModel
40
28
  */
41
- 'id'?: string | null;
29
+ 'order'?: number;
42
30
  }
43
31
  //# sourceMappingURL=deal-tag-request-model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"deal-tag-request-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-tag-request-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;OAIG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;;OAIG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACxB"}
1
+ {"version":3,"file":"deal-tag-request-model.d.ts","sourceRoot":"","sources":["../../src/models/deal-tag-request-model.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAIH;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAChC;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.88.5",
3
+ "version": "5.88.7",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",