@gizone/rrs-client 4.2.0-alpha.382 → 4.2.0-alpha.383

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 (55) hide show
  1. package/.openapi-generator/FILES +0 -2
  2. package/api.ts +0 -1
  3. package/apis/equipment-api.ts +0 -91
  4. package/apis/work-order-api.ts +5 -18
  5. package/dist/api.d.ts +0 -1
  6. package/dist/api.js +0 -1
  7. package/dist/apis/equipment-api.d.ts +0 -47
  8. package/dist/apis/equipment-api.js +0 -70
  9. package/dist/apis/work-order-api.d.ts +2 -10
  10. package/dist/apis/work-order-api.js +5 -10
  11. package/dist/esm/api.d.ts +0 -1
  12. package/dist/esm/api.js +0 -1
  13. package/dist/esm/apis/equipment-api.d.ts +0 -47
  14. package/dist/esm/apis/equipment-api.js +0 -70
  15. package/dist/esm/apis/work-order-api.d.ts +2 -10
  16. package/dist/esm/apis/work-order-api.js +5 -10
  17. package/dist/esm/models/index.d.ts +0 -1
  18. package/dist/esm/models/index.js +0 -1
  19. package/dist/esm/models/login-type-enum.d.ts +0 -2
  20. package/dist/esm/models/login-type-enum.js +1 -3
  21. package/dist/esm/models/park-info-dto.d.ts +0 -12
  22. package/dist/esm/models/plan-search-dto.d.ts +0 -6
  23. package/dist/esm/models/space.d.ts +0 -12
  24. package/dist/esm/models/sys-post.d.ts +0 -6
  25. package/dist/esm/models/sys-role.d.ts +0 -6
  26. package/dist/esm/models/sys-user.d.ts +2 -15
  27. package/dist/models/index.d.ts +0 -1
  28. package/dist/models/index.js +0 -1
  29. package/dist/models/login-type-enum.d.ts +0 -2
  30. package/dist/models/login-type-enum.js +1 -3
  31. package/dist/models/park-info-dto.d.ts +0 -12
  32. package/dist/models/plan-search-dto.d.ts +0 -6
  33. package/dist/models/space.d.ts +0 -12
  34. package/dist/models/sys-post.d.ts +0 -6
  35. package/dist/models/sys-role.d.ts +0 -6
  36. package/dist/models/sys-user.d.ts +2 -15
  37. package/models/index.ts +0 -1
  38. package/models/login-type-enum.ts +1 -3
  39. package/models/park-info-dto.ts +0 -12
  40. package/models/plan-search-dto.ts +0 -6
  41. package/models/space.ts +0 -12
  42. package/models/sys-post.ts +0 -6
  43. package/models/sys-role.ts +0 -6
  44. package/models/sys-user.ts +2 -19
  45. package/package.json +1 -1
  46. package/apis/hwork-api.ts +0 -167
  47. package/dist/apis/hwork-api.d.ts +0 -96
  48. package/dist/apis/hwork-api.js +0 -145
  49. package/dist/esm/apis/hwork-api.d.ts +0 -96
  50. package/dist/esm/apis/hwork-api.js +0 -138
  51. package/dist/esm/models/user-source-enum.d.ts +0 -21
  52. package/dist/esm/models/user-source-enum.js +0 -22
  53. package/dist/models/user-source-enum.d.ts +0 -21
  54. package/dist/models/user-source-enum.js +0 -25
  55. package/models/user-source-enum.ts +0 -31
@@ -1,21 +0,0 @@
1
- /**
2
- * OpenAPI definition
3
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
- *
5
- * The version of the OpenAPI document: v0
6
- *
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
- /**
13
- * 用户来源
14
- * @export
15
- * @enum {string}
16
- */
17
- export declare const UserSourceEnum: {
18
- readonly Internal: "INTERNAL";
19
- readonly Hwork: "HWORK";
20
- };
21
- export type UserSourceEnum = typeof UserSourceEnum[keyof typeof UserSourceEnum];
@@ -1,25 +0,0 @@
1
- "use strict";
2
- /* tslint:disable */
3
- /* eslint-disable */
4
- /**
5
- * OpenAPI definition
6
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
7
- *
8
- * The version of the OpenAPI document: v0
9
- *
10
- *
11
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
- * https://openapi-generator.tech
13
- * Do not edit the class manually.
14
- */
15
- Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.UserSourceEnum = void 0;
17
- /**
18
- * 用户来源
19
- * @export
20
- * @enum {string}
21
- */
22
- exports.UserSourceEnum = {
23
- Internal: 'INTERNAL',
24
- Hwork: 'HWORK'
25
- };
@@ -1,31 +0,0 @@
1
- /* tslint:disable */
2
- /* eslint-disable */
3
- /**
4
- * OpenAPI definition
5
- * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
- *
7
- * The version of the OpenAPI document: v0
8
- *
9
- *
10
- * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
- * https://openapi-generator.tech
12
- * Do not edit the class manually.
13
- */
14
-
15
-
16
-
17
- /**
18
- * 用户来源
19
- * @export
20
- * @enum {string}
21
- */
22
-
23
- export const UserSourceEnum = {
24
- Internal: 'INTERNAL',
25
- Hwork: 'HWORK'
26
- } as const;
27
-
28
- export type UserSourceEnum = typeof UserSourceEnum[keyof typeof UserSourceEnum];
29
-
30
-
31
-