ch-admin-api-client-typescript 5.20.25 → 5.20.27

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.
@@ -40,5 +40,11 @@ export interface TranslatePageCommand {
40
40
  * @memberof TranslatePageCommand
41
41
  */
42
42
  'translateToFields'?: Array<string> | null;
43
+ /**
44
+ *
45
+ * @type {boolean}
46
+ * @memberof TranslatePageCommand
47
+ */
48
+ 'doNotUpdateSlug'?: boolean | null;
43
49
  }
44
50
  //# sourceMappingURL=translate-page-command.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"translate-page-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-page-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAC9C"}
1
+ {"version":3,"file":"translate-page-command.d.ts","sourceRoot":"","sources":["../../src/models/translate-page-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,mBAAmB,EAAE,MAAM,yBAAyB,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,oBAAoB;IACjC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C;;;;OAIG;IACH,0BAA0B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAClD;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAC3C;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;CACtC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ch-admin-api-client-typescript",
3
- "version": "5.20.25",
3
+ "version": "5.20.27",
4
4
  "description": "Openapi generated typescript-axios client for CloudHospital admin",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -47,5 +47,11 @@ export interface TranslatePageCommand {
47
47
  * @memberof TranslatePageCommand
48
48
  */
49
49
  'translateToFields'?: Array<string> | null;
50
+ /**
51
+ *
52
+ * @type {boolean}
53
+ * @memberof TranslatePageCommand
54
+ */
55
+ 'doNotUpdateSlug'?: boolean | null;
50
56
  }
51
57