@gizone/rrs-client 4.1.2-alpha.171 → 4.1.2-alpha.173

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 (38) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/apis/work-order-api.ts +106 -52
  3. package/dist/apis/work-order-api.d.ts +63 -30
  4. package/dist/apis/work-order-api.js +55 -35
  5. package/dist/esm/apis/work-order-api.d.ts +63 -30
  6. package/dist/esm/apis/work-order-api.js +55 -35
  7. package/dist/esm/models/get-user-wx200-response.d.ts +8 -8
  8. package/dist/esm/models/index.d.ts +1 -0
  9. package/dist/esm/models/index.js +1 -0
  10. package/dist/esm/models/period-detail-resp.d.ts +7 -0
  11. package/dist/esm/models/plan-add-vo.d.ts +7 -0
  12. package/dist/esm/models/plan-detail-dto.d.ts +7 -0
  13. package/dist/esm/models/plan-edit-vo.d.ts +7 -0
  14. package/dist/esm/models/plan-search-dto.d.ts +7 -0
  15. package/dist/esm/models/work-order-search-dto.d.ts +7 -0
  16. package/dist/esm/models/work-order-type-subcategory-enum.d.ts +31 -0
  17. package/dist/esm/models/work-order-type-subcategory-enum.js +32 -0
  18. package/dist/models/get-user-wx200-response.d.ts +8 -8
  19. package/dist/models/index.d.ts +1 -0
  20. package/dist/models/index.js +1 -0
  21. package/dist/models/period-detail-resp.d.ts +7 -0
  22. package/dist/models/plan-add-vo.d.ts +7 -0
  23. package/dist/models/plan-detail-dto.d.ts +7 -0
  24. package/dist/models/plan-edit-vo.d.ts +7 -0
  25. package/dist/models/plan-search-dto.d.ts +7 -0
  26. package/dist/models/work-order-search-dto.d.ts +7 -0
  27. package/dist/models/work-order-type-subcategory-enum.d.ts +31 -0
  28. package/dist/models/work-order-type-subcategory-enum.js +35 -0
  29. package/models/get-user-wx200-response.ts +8 -8
  30. package/models/index.ts +1 -0
  31. package/models/period-detail-resp.ts +9 -0
  32. package/models/plan-add-vo.ts +9 -0
  33. package/models/plan-detail-dto.ts +9 -0
  34. package/models/plan-edit-vo.ts +9 -0
  35. package/models/plan-search-dto.ts +9 -0
  36. package/models/work-order-search-dto.ts +9 -0
  37. package/models/work-order-type-subcategory-enum.ts +41 -0
  38. package/package.json +1 -1
@@ -0,0 +1,41 @@
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 WorkOrderTypeSubcategoryEnum = {
24
+ MoInspection: 'MO_INSPECTION',
25
+ KeyAreaInspection: 'KEY_AREA_INSPECTION',
26
+ SmartWarehouseEquipmentInspection: 'SMART_WAREHOUSE_EQUIPMENT_INSPECTION',
27
+ ColdStorageEquipmentInspection: 'COLD_STORAGE_EQUIPMENT_INSPECTION',
28
+ BuildingEquipmentInspection: 'BUILDING_EQUIPMENT_INSPECTION',
29
+ SixSInspection: 'SIX_S_INSPECTION',
30
+ PestControlInspection: 'PEST_CONTROL_INSPECTION',
31
+ ElectricalInspection: 'ELECTRICAL_INSPECTION',
32
+ CentralControlShiftHandover: 'CENTRAL_CONTROL_SHIFT_HANDOVER',
33
+ BuildingEquipmentMaintenance: 'BUILDING_EQUIPMENT_MAINTENANCE',
34
+ SmartWarehouseEquipmentMaintenance: 'SMART_WAREHOUSE_EQUIPMENT_MAINTENANCE',
35
+ ColdStorageEquipmentMaintenance: 'COLD_STORAGE_EQUIPMENT_MAINTENANCE'
36
+ } as const;
37
+
38
+ export type WorkOrderTypeSubcategoryEnum = typeof WorkOrderTypeSubcategoryEnum[keyof typeof WorkOrderTypeSubcategoryEnum];
39
+
40
+
41
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.2-alpha.171",
3
+ "version": "4.1.2-alpha.173",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {