ch-api-client-typescript2 5.37.0 → 5.38.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.
Files changed (51) hide show
  1. package/lib/api/currencies-api.d.ts +124 -0
  2. package/lib/api/currencies-api.d.ts.map +1 -0
  3. package/lib/api/currencies-api.js +233 -0
  4. package/lib/api/devices-api.d.ts +0 -56
  5. package/lib/api/devices-api.d.ts.map +1 -1
  6. package/lib/api/devices-api.js +0 -90
  7. package/lib/api.d.ts +1 -0
  8. package/lib/api.d.ts.map +1 -1
  9. package/lib/api.js +1 -0
  10. package/lib/models/country-currency-document-model.d.ts +43 -0
  11. package/lib/models/country-currency-document-model.d.ts.map +1 -0
  12. package/lib/models/country-currency-item-model.d.ts +55 -0
  13. package/lib/models/country-currency-item-model.d.ts.map +1 -0
  14. package/lib/models/country-currency-item-model.js +15 -0
  15. package/lib/models/country-document-model.d.ts +7 -0
  16. package/lib/models/country-document-model.d.ts.map +1 -1
  17. package/lib/models/country-item-model.d.ts +7 -0
  18. package/lib/models/country-item-model.d.ts.map +1 -1
  19. package/lib/models/country-model.d.ts +7 -0
  20. package/lib/models/country-model.d.ts.map +1 -1
  21. package/lib/models/country-sub-document-model.d.ts +7 -0
  22. package/lib/models/country-sub-document-model.d.ts.map +1 -1
  23. package/lib/models/currencies-model.d.ts +33 -0
  24. package/lib/models/currencies-model.d.ts.map +1 -0
  25. package/lib/models/currencies-model.js +15 -0
  26. package/lib/models/currency-item-model.d.ts +43 -0
  27. package/lib/models/currency-item-model.d.ts.map +1 -0
  28. package/lib/models/currency-item-model.js +15 -0
  29. package/lib/models/index.d.ts +4 -1
  30. package/lib/models/index.d.ts.map +1 -1
  31. package/lib/models/index.js +4 -1
  32. package/lib/models/location-model.d.ts +7 -7
  33. package/lib/models/location-model.d.ts.map +1 -1
  34. package/package.json +1 -1
  35. package/src/.openapi-generator/FILES +5 -1
  36. package/src/api/currencies-api.ts +200 -0
  37. package/src/api/devices-api.ts +0 -100
  38. package/src/api.ts +1 -0
  39. package/src/models/country-currency-document-model.ts +48 -0
  40. package/src/models/country-currency-item-model.ts +60 -0
  41. package/src/models/country-document-model.ts +9 -0
  42. package/src/models/country-item-model.ts +9 -0
  43. package/src/models/country-model.ts +9 -0
  44. package/src/models/country-sub-document-model.ts +9 -0
  45. package/src/models/{create-device-login-command.ts → currencies-model.ts} +12 -9
  46. package/src/models/currency-item-model.ts +48 -0
  47. package/src/models/index.ts +4 -1
  48. package/src/models/location-model.ts +7 -7
  49. package/lib/models/create-device-login-command.d.ts +0 -32
  50. package/lib/models/create-device-login-command.d.ts.map +0 -1
  51. /package/lib/models/{create-device-login-command.js → country-currency-document-model.js} +0 -0
@@ -1,32 +0,0 @@
1
- /**
2
- * CloudHospital Api
3
- * CloudHospital application with Swagger, Swashbuckle, and API versioning.
4
- *
5
- * The version of the OpenAPI document: 2
6
- * Contact: developer@icloudhospital.com
7
- *
8
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
- * https://openapi-generator.tech
10
- * Do not edit the class manually.
11
- */
12
- import { LocationModel } from './location-model';
13
- /**
14
- *
15
- * @export
16
- * @interface CreateDeviceLoginCommand
17
- */
18
- export interface CreateDeviceLoginCommand {
19
- /**
20
- *
21
- * @type {string}
22
- * @memberof CreateDeviceLoginCommand
23
- */
24
- 'version'?: string | null;
25
- /**
26
- *
27
- * @type {LocationModel}
28
- * @memberof CreateDeviceLoginCommand
29
- */
30
- 'location'?: LocationModel;
31
- }
32
- //# sourceMappingURL=create-device-login-command.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"create-device-login-command.d.ts","sourceRoot":"","sources":["../../src/models/create-device-login-command.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;GAUG;AAKH,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEjD;;;;GAIG;AACH,MAAM,WAAW,wBAAwB;IACrC;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,aAAa,CAAC;CAC9B"}