@gizone/rrs-client 4.2.8-alpha.476 → 4.2.9-alpha.20251216150512
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.
- package/.openapi-generator/FILES +38 -1
- package/.openapi-generator/VERSION +1 -1
- package/README.md +4 -5
- package/api.ts +2 -0
- package/apis/access-api.ts +464 -378
- package/apis/app-auth-api.ts +118 -366
- package/apis/auth-api.ts +200 -696
- package/apis/calendar-api.ts +64 -64
- package/apis/cas-api.ts +9 -9
- package/apis/common-api.ts +415 -374
- package/apis/dashboard-api.ts +432 -161
- package/apis/device-api.ts +118 -27
- package/apis/disaster-warning-standard-api.ts +94 -94
- package/apis/energy-cost-controller-api.ts +769 -0
- package/apis/energy-cost-record-controller-api.ts +898 -0
- package/apis/equipment-api.ts +222 -222
- package/apis/excel-language-controller-api.ts +16 -16
- package/apis/hwork-api.ts +11 -11
- package/apis/inspection-standard-api.ts +111 -111
- package/apis/internal-api.ts +9 -9
- package/apis/jwt-api.ts +10 -10
- package/apis/maintenance-standard-api.ts +111 -111
- package/apis/message-api.ts +43 -43
- package/apis/notification-api.ts +63 -63
- package/apis/offline-alert-work-order-controller-api.ts +10 -10
- package/apis/open-api-api.ts +68 -68
- package/apis/park-api.ts +75 -75
- package/apis/privacy-api.ts +48 -48
- package/apis/role-api.ts +169 -169
- package/apis/setting-api.ts +250 -250
- package/apis/smsapi.ts +11 -11
- package/apis/space-api.ts +165 -165
- package/apis/supplier-api.ts +104 -104
- package/apis/surveillance-api.ts +127 -127
- package/apis/surveillance-settings-api.ts +80 -80
- package/apis/sys-api.ts +397 -397
- package/apis/test-api.ts +23 -23
- package/apis/user-api.ts +302 -302
- package/apis/web-hook-api.ts +27 -27
- package/apis/work-order-api.ts +634 -508
- package/base.ts +3 -3
- package/common.ts +1 -1
- package/configuration.ts +1 -7
- package/dist/api.d.ts +2 -0
- package/dist/api.js +2 -0
- package/dist/apis/access-api.d.ts +279 -231
- package/dist/apis/access-api.js +280 -242
- package/dist/apis/app-auth-api.d.ts +76 -176
- package/dist/apis/app-auth-api.js +75 -307
- package/dist/apis/auth-api.d.ts +132 -332
- package/dist/apis/auth-api.js +130 -594
- package/dist/apis/calendar-api.d.ts +40 -40
- package/dist/apis/calendar-api.js +40 -40
- package/dist/apis/cas-api.d.ts +7 -7
- package/dist/apis/cas-api.js +5 -5
- package/dist/apis/common-api.d.ts +269 -245
- package/dist/apis/common-api.js +266 -249
- package/dist/apis/dashboard-api.d.ts +241 -101
- package/dist/apis/dashboard-api.js +310 -100
- package/dist/apis/device-api.d.ts +65 -18
- package/dist/apis/device-api.js +85 -15
- package/dist/apis/disaster-warning-standard-api.d.ts +58 -58
- package/dist/apis/disaster-warning-standard-api.js +60 -60
- package/dist/apis/energy-cost-controller-api.d.ts +418 -0
- package/dist/apis/energy-cost-controller-api.js +595 -0
- package/dist/apis/energy-cost-record-controller-api.d.ts +488 -0
- package/dist/apis/energy-cost-record-controller-api.js +674 -0
- package/dist/apis/equipment-api.d.ts +138 -138
- package/dist/apis/equipment-api.js +140 -140
- package/dist/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/apis/excel-language-controller-api.js +10 -10
- package/dist/apis/hwork-api.d.ts +8 -8
- package/dist/apis/hwork-api.js +5 -5
- package/dist/apis/inspection-standard-api.d.ts +69 -69
- package/dist/apis/inspection-standard-api.js +70 -70
- package/dist/apis/internal-api.d.ts +6 -6
- package/dist/apis/internal-api.js +5 -5
- package/dist/apis/jwt-api.d.ts +7 -7
- package/dist/apis/jwt-api.js +5 -5
- package/dist/apis/maintenance-standard-api.d.ts +69 -69
- package/dist/apis/maintenance-standard-api.js +70 -70
- package/dist/apis/message-api.d.ts +28 -28
- package/dist/apis/message-api.js +25 -25
- package/dist/apis/notification-api.d.ts +43 -43
- package/dist/apis/notification-api.js +40 -40
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +7 -7
- package/dist/apis/offline-alert-work-order-controller-api.js +5 -5
- package/dist/apis/open-api-api.d.ts +44 -44
- package/dist/apis/open-api-api.js +40 -40
- package/dist/apis/park-api.d.ts +45 -45
- package/dist/apis/park-api.js +50 -50
- package/dist/apis/privacy-api.d.ts +30 -30
- package/dist/apis/privacy-api.js +30 -30
- package/dist/apis/role-api.d.ts +111 -111
- package/dist/apis/role-api.js +115 -115
- package/dist/apis/setting-api.d.ts +154 -154
- package/dist/apis/setting-api.js +160 -160
- package/dist/apis/smsapi.d.ts +8 -8
- package/dist/apis/smsapi.js +5 -5
- package/dist/apis/space-api.d.ts +102 -102
- package/dist/apis/space-api.js +105 -105
- package/dist/apis/supplier-api.d.ts +65 -65
- package/dist/apis/supplier-api.js +65 -65
- package/dist/apis/surveillance-api.d.ts +79 -79
- package/dist/apis/surveillance-api.js +80 -80
- package/dist/apis/surveillance-settings-api.d.ts +50 -50
- package/dist/apis/surveillance-settings-api.js +50 -50
- package/dist/apis/sys-api.d.ts +255 -255
- package/dist/apis/sys-api.js +275 -275
- package/dist/apis/test-api.d.ts +14 -14
- package/dist/apis/test-api.js +15 -15
- package/dist/apis/user-api.d.ts +196 -196
- package/dist/apis/user-api.js +200 -200
- package/dist/apis/web-hook-api.d.ts +18 -18
- package/dist/apis/web-hook-api.js +15 -15
- package/dist/apis/work-order-api.d.ts +386 -316
- package/dist/apis/work-order-api.js +407 -323
- package/dist/base.d.ts +2 -2
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -2
- package/dist/configuration.js +1 -2
- package/dist/esm/api.d.ts +2 -0
- package/dist/esm/api.js +2 -0
- package/dist/esm/apis/access-api.d.ts +279 -231
- package/dist/esm/apis/access-api.js +280 -242
- package/dist/esm/apis/app-auth-api.d.ts +76 -176
- package/dist/esm/apis/app-auth-api.js +75 -307
- package/dist/esm/apis/auth-api.d.ts +132 -332
- package/dist/esm/apis/auth-api.js +130 -594
- package/dist/esm/apis/calendar-api.d.ts +40 -40
- package/dist/esm/apis/calendar-api.js +40 -40
- package/dist/esm/apis/cas-api.d.ts +7 -7
- package/dist/esm/apis/cas-api.js +5 -5
- package/dist/esm/apis/common-api.d.ts +269 -245
- package/dist/esm/apis/common-api.js +266 -249
- package/dist/esm/apis/dashboard-api.d.ts +241 -101
- package/dist/esm/apis/dashboard-api.js +310 -100
- package/dist/esm/apis/device-api.d.ts +65 -18
- package/dist/esm/apis/device-api.js +85 -15
- package/dist/esm/apis/disaster-warning-standard-api.d.ts +58 -58
- package/dist/esm/apis/disaster-warning-standard-api.js +60 -60
- package/dist/esm/apis/energy-cost-controller-api.d.ts +418 -0
- package/dist/esm/apis/energy-cost-controller-api.js +588 -0
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +488 -0
- package/dist/esm/apis/energy-cost-record-controller-api.js +667 -0
- package/dist/esm/apis/equipment-api.d.ts +138 -138
- package/dist/esm/apis/equipment-api.js +140 -140
- package/dist/esm/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/esm/apis/excel-language-controller-api.js +10 -10
- package/dist/esm/apis/hwork-api.d.ts +8 -8
- package/dist/esm/apis/hwork-api.js +5 -5
- package/dist/esm/apis/inspection-standard-api.d.ts +69 -69
- package/dist/esm/apis/inspection-standard-api.js +70 -70
- package/dist/esm/apis/internal-api.d.ts +6 -6
- package/dist/esm/apis/internal-api.js +5 -5
- package/dist/esm/apis/jwt-api.d.ts +7 -7
- package/dist/esm/apis/jwt-api.js +5 -5
- package/dist/esm/apis/maintenance-standard-api.d.ts +69 -69
- package/dist/esm/apis/maintenance-standard-api.js +70 -70
- package/dist/esm/apis/message-api.d.ts +28 -28
- package/dist/esm/apis/message-api.js +25 -25
- package/dist/esm/apis/notification-api.d.ts +43 -43
- package/dist/esm/apis/notification-api.js +40 -40
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +7 -7
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +5 -5
- package/dist/esm/apis/open-api-api.d.ts +44 -44
- package/dist/esm/apis/open-api-api.js +40 -40
- package/dist/esm/apis/park-api.d.ts +45 -45
- package/dist/esm/apis/park-api.js +50 -50
- package/dist/esm/apis/privacy-api.d.ts +30 -30
- package/dist/esm/apis/privacy-api.js +30 -30
- package/dist/esm/apis/role-api.d.ts +111 -111
- package/dist/esm/apis/role-api.js +115 -115
- package/dist/esm/apis/setting-api.d.ts +154 -154
- package/dist/esm/apis/setting-api.js +160 -160
- package/dist/esm/apis/smsapi.d.ts +8 -8
- package/dist/esm/apis/smsapi.js +5 -5
- package/dist/esm/apis/space-api.d.ts +102 -102
- package/dist/esm/apis/space-api.js +105 -105
- package/dist/esm/apis/supplier-api.d.ts +65 -65
- package/dist/esm/apis/supplier-api.js +65 -65
- package/dist/esm/apis/surveillance-api.d.ts +79 -79
- package/dist/esm/apis/surveillance-api.js +80 -80
- package/dist/esm/apis/surveillance-settings-api.d.ts +50 -50
- package/dist/esm/apis/surveillance-settings-api.js +50 -50
- package/dist/esm/apis/sys-api.d.ts +255 -255
- package/dist/esm/apis/sys-api.js +275 -275
- package/dist/esm/apis/test-api.d.ts +14 -14
- package/dist/esm/apis/test-api.js +15 -15
- package/dist/esm/apis/user-api.d.ts +196 -196
- package/dist/esm/apis/user-api.js +200 -200
- package/dist/esm/apis/web-hook-api.d.ts +18 -18
- package/dist/esm/apis/web-hook-api.js +15 -15
- package/dist/esm/apis/work-order-api.d.ts +386 -316
- package/dist/esm/apis/work-order-api.js +407 -323
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -2
- package/dist/esm/configuration.js +1 -2
- package/dist/esm/models/access-abnormal-type-enum.d.ts +2 -2
- package/dist/esm/models/access-abnormal-type-enum.js +2 -2
- package/dist/esm/models/access-appointment-record-add-vo.d.ts +15 -8
- package/dist/esm/models/access-appointment-record-details-dto.d.ts +18 -11
- package/dist/esm/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
- package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +12 -6
- package/dist/esm/models/access-approval-config-vo.d.ts +2 -2
- package/dist/esm/models/access-blacklist-add-vo.d.ts +6 -0
- package/dist/esm/models/access-blacklist-details-dto.d.ts +6 -0
- package/dist/esm/models/access-blacklist-update-vo.d.ts +6 -0
- package/dist/esm/models/access-company-config-entity.d.ts +1 -1
- package/dist/esm/models/access-config-entity.d.ts +7 -1
- package/dist/esm/models/access-config-vo.d.ts +7 -1
- package/dist/esm/models/access-record-details-dto.d.ts +9 -9
- package/dist/esm/models/access-record-summary-details-dto.d.ts +14 -8
- package/dist/esm/models/access-record-summary-list-dto.d.ts +13 -7
- package/dist/esm/models/access-vehicle-length-enum.d.ts +6 -6
- package/dist/esm/models/access-vehicle-length-enum.js +6 -6
- package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +3 -3
- package/dist/esm/models/access-whitelist-application-add-vo.d.ts +4 -4
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +9 -3
- package/dist/esm/models/access-whitelist-application-details-dto.d.ts +6 -6
- package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +12 -6
- package/dist/esm/models/access-whitelist-application-update-vo.d.ts +1 -1
- package/dist/esm/models/app-login-wx-chat-dto.d.ts +1 -1
- package/dist/esm/models/area-park-dto.d.ts +1 -1
- package/dist/esm/models/base-error-result.d.ts +1 -1
- package/dist/esm/models/calendar-entity.d.ts +1 -1
- package/dist/esm/models/center-list-dto.d.ts +1 -1
- package/dist/esm/models/cuser-info.d.ts +1 -1
- package/dist/esm/models/dashboard-access-search-dto.d.ts +15 -3
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +7 -1
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +13 -1
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +17 -11
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +14 -8
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +19 -1
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +22 -16
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +2 -2
- package/dist/esm/models/dept-relation.d.ts +2 -2
- package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/emission-standard-enum.d.ts +22 -0
- package/dist/esm/models/emission-standard-enum.js +23 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +167 -0
- package/dist/esm/models/energy-cost-add-record-dto.js +36 -0
- package/dist/esm/models/energy-cost-add-setting-dto.d.ts +25 -0
- package/dist/esm/models/energy-cost-add-setting-dto.js +14 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.js +19 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.js +17 -0
- package/dist/esm/models/energy-cost-edit-record-dto.d.ts +173 -0
- package/dist/esm/models/energy-cost-edit-record-dto.js +36 -0
- package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
- package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.js +23 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +107 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.js +17 -0
- package/dist/esm/models/energy-cost-record-bill-info-vo.d.ts +48 -0
- package/dist/esm/models/energy-cost-record-bill-info-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.js +14 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -0
- package/dist/esm/models/energy-cost-setting-delete-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-setting-delete-dto.js +17 -0
- package/dist/esm/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-setting-summy-add-dto.js +17 -0
- package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
- package/dist/esm/models/energy-cost-setting-summy-update-dto.js +14 -0
- package/dist/esm/models/energy-cost-update-setting-dto.d.ts +43 -0
- package/dist/esm/models/energy-cost-update-setting-dto.js +19 -0
- package/dist/esm/models/equipment-add-redis-list-dto.d.ts +1 -1
- package/dist/esm/models/equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +1 -1
- package/dist/esm/models/equipment-edit-vo.d.ts +2 -2
- package/dist/esm/models/equipment-search-system-dto.d.ts +3 -3
- package/dist/esm/models/equipment-search-vo.d.ts +1 -1
- package/dist/esm/models/equipment-status-stats-vo.d.ts +1 -1
- package/dist/esm/models/equipment-tree-details-dto.d.ts +2 -2
- package/dist/esm/models/equipment-tree-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
- package/dist/esm/models/exploration-work-order-add-vo.d.ts +3 -3
- package/dist/esm/models/exploration-work-order-details-dto.d.ts +9 -9
- package/dist/esm/models/exploration-work-order-info.d.ts +2 -2
- package/dist/esm/models/followup-work-order-dto.d.ts +1 -1
- package/dist/esm/models/group-dept-vo.d.ts +1 -1
- package/dist/esm/models/index.d.ts +36 -1
- package/dist/esm/models/index.js +36 -1
- package/dist/esm/models/inspection-handle-req.d.ts +1 -1
- package/dist/esm/models/inspection-point-item.d.ts +1 -1
- package/dist/esm/models/inspection-point.d.ts +13 -1
- package/dist/esm/models/inspection-point.js +5 -1
- package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +4 -4
- package/dist/esm/models/inspection-standard-dto.d.ts +4 -4
- package/dist/esm/models/inspection-standard-entity.d.ts +5 -5
- package/dist/esm/models/inspection-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/insurance-work-order-issue-vo.d.ts +1 -1
- package/dist/esm/models/insurance-work-order-vo.d.ts +1 -1
- package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/item.d.ts +77 -0
- package/dist/esm/models/item.js +28 -0
- package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-company-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-access-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-applet-user-type-dto.d.ts +2 -2
- package/dist/esm/models/json-result-big-decimal.d.ts +1 -1
- package/dist/esm/models/json-result-boolean.d.ts +1 -1
- package/dist/esm/models/json-result-calendar-entity.d.ts +2 -2
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.js +14 -0
- package/dist/esm/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.js +14 -0
- package/dist/esm/models/{json-result-work-order-spot-check-dto.d.ts → json-result-energy-cost-record-info-vo.d.ts} +13 -13
- package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-equipment-search-system-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
- package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-file-dto.d.ts +2 -2
- package/dist/esm/models/json-result-group-dept-vo.d.ts +2 -2
- package/dist/esm/models/json-result-inspection-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-integer.d.ts +1 -1
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-address-region-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-area-park-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-calendar-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-center-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-inspection-point.d.ts +2 -2
- package/dist/esm/models/json-result-list-inspection-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-park-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-plan-calendar-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-point-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-qr-code-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-url-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-srm-center-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-supplier-select-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-dept.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-comment-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-spot-check-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-work-order-spot-check-dto.js +14 -0
- package/dist/esm/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-maintenance-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
- package/dist/esm/models/json-result-map-string-object.js +14 -0
- package/dist/esm/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-notice-entity.d.ts +2 -2
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
- package/dist/esm/models/json-result-park-info-dto.d.ts +2 -2
- package/dist/esm/models/json-result-park-settings-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-period-detail-resp.d.ts +2 -2
- package/dist/esm/models/json-result-plan-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-space-add-redis-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-srm-center-entity.d.ts +2 -2
- package/dist/esm/models/json-result-string.d.ts +1 -1
- package/dist/esm/models/json-result-supplier-contract-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-supplier-entity.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-count-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/esm/models/json-result-switch-park-v2-dto.d.ts +2 -2
- package/dist/esm/models/json-result-sys-dept.d.ts +2 -2
- package/dist/esm/models/json-result-sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/json-result-sys-user.d.ts +2 -2
- package/dist/esm/models/json-result-user-add-redis-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-user-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-void.d.ts +1 -1
- package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-work-order-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result.d.ts +1 -1
- package/dist/esm/models/maintenance-history-dto.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-dto.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-entity.d.ts +3 -3
- package/dist/esm/models/monitoring-coverage-alert-info.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +14 -14
- package/dist/esm/models/news-info.d.ts +1 -1
- package/dist/esm/models/offline-alert-submit-vo.d.ts +1 -1
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +10 -10
- package/dist/esm/models/offline-alert-work-order-info.d.ts +2 -2
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +1 -1
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +14 -7
- package/dist/esm/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
- package/dist/esm/models/open-api-equipment-list-dto.d.ts +2 -2
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/page-dto-equipment-search-system-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-inspection-standard-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-maintenance-standard-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-plan-search-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-sys-user-msg-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/page-dto-work-order-search-dto.d.ts +1 -1
- package/dist/esm/models/park-info-dto.d.ts +7 -1
- package/dist/esm/models/park-info-edit-vo.d.ts +7 -1
- package/dist/esm/models/park-list-dto.d.ts +13 -0
- package/dist/esm/models/park.d.ts +1 -1
- package/dist/esm/models/period-detail-resp.d.ts +12 -12
- package/dist/esm/models/period-detail-resp.js +5 -5
- package/dist/esm/models/plan-add-vo.d.ts +9 -9
- package/dist/esm/models/plan-add-vo.js +5 -5
- package/dist/esm/models/plan-calendar-list-vo.d.ts +5 -5
- package/dist/esm/models/plan-calendar-list-vo.js +5 -5
- package/dist/esm/models/plan-detail-dto.d.ts +9 -9
- package/dist/esm/models/plan-detail-dto.js +5 -5
- package/dist/esm/models/plan-edit-vo.d.ts +9 -9
- package/dist/esm/models/plan-edit-vo.js +5 -5
- package/dist/esm/models/plan-inspection-items-dto.d.ts +3 -3
- package/dist/esm/models/plan-item-add-vo.d.ts +2 -2
- package/dist/esm/models/plan-item-edit-vo.d.ts +2 -2
- package/dist/esm/models/plan-search-dto.d.ts +9 -9
- package/dist/esm/models/plan-search-dto.js +5 -5
- package/dist/esm/models/pricing-item.d.ts +50 -0
- package/dist/esm/models/pricing-item.js +20 -0
- package/dist/esm/models/process-work-order-vo.d.ts +1 -1
- package/dist/esm/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
- package/dist/esm/models/save-period-work-order-detail-req.d.ts +1 -1
- package/dist/esm/models/sms-captcha-vo.d.ts +1 -1
- package/dist/esm/models/source-work-order-dto.d.ts +1 -1
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +1 -1
- package/dist/esm/models/space-add-redis-list-dto.d.ts +1 -1
- package/dist/esm/models/space-add-vo.d.ts +2 -2
- package/dist/esm/models/space-detail-dto.d.ts +4 -4
- package/dist/esm/models/space-edit-vo.d.ts +2 -2
- package/dist/esm/models/space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/space-tree-dto.d.ts +3 -3
- package/dist/esm/models/space.d.ts +1 -1
- package/dist/esm/models/srm-center-entity.d.ts +1 -1
- package/dist/esm/models/srm-center-vo.d.ts +1 -1
- package/dist/esm/models/srm-level-add-dto.d.ts +1 -1
- package/dist/esm/models/sub-buttons.d.ts +1 -1
- package/dist/esm/models/supplier-add-vo.d.ts +2 -2
- package/dist/esm/models/supplier-edit-vo.d.ts +2 -2
- package/dist/esm/models/supplier-entity.d.ts +2 -2
- package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +15 -2
- package/dist/esm/models/surveillance-details-dto.d.ts +7 -7
- package/dist/esm/models/surveillance-entity.d.ts +171 -0
- package/dist/esm/models/surveillance-entity.js +14 -0
- package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/esm/models/surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +2 -2
- package/dist/esm/models/surveillance-update-vo.d.ts +2 -2
- package/dist/esm/models/switch-pak-body-v2-vo.d.ts +1 -1
- package/dist/esm/models/sync-equipment-status-vo.d.ts +1 -1
- package/dist/esm/models/sync-equipment-vo.d.ts +1 -1
- package/dist/esm/models/sys-user-info-dto.d.ts +3 -3
- package/dist/esm/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/user-add-redis-list-vo.d.ts +1 -1
- package/dist/esm/models/user-roles-and-permissions-dto.d.ts +1 -1
- package/dist/esm/models/violation-decision-vo.d.ts +20 -2
- package/dist/esm/models/violation-work-order-add-vo.d.ts +9 -3
- package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -12
- package/dist/esm/models/violation-work-order-info.d.ts +22 -4
- package/dist/esm/models/work-order-add-vo.d.ts +3 -3
- package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/esm/models/work-order-circulation-vo.d.ts +1 -1
- package/dist/esm/models/work-order-decision-vo.d.ts +2 -2
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +1 -1
- package/dist/esm/models/work-order-detail-dto.d.ts +14 -14
- package/dist/esm/models/work-order-ext-data.d.ts +5 -5
- package/dist/esm/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/esm/models/work-order-group-equipment-dto.js +18 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.js +14 -0
- package/dist/esm/models/work-order-handler-dto.d.ts +1 -1
- package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/esm/models/work-order-push-settings-entity.d.ts +1 -1
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/esm/models/work-order-push-settings-vo.d.ts +1 -1
- package/dist/esm/models/work-order-report-vo.d.ts +3 -3
- package/dist/esm/models/work-order-search-dto.d.ts +7 -7
- package/dist/esm/models/work-order-spot-check-dto.d.ts +22 -22
- package/dist/esm/models/work-order-spot-check-dto.js +7 -7
- package/dist/esm/models/work-order-staging-data-vo.d.ts +1 -1
- package/dist/esm/models/work-order-submit-vo.d.ts +2 -2
- package/dist/esm/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/wx-ma-user-info.d.ts +1 -1
- package/dist/esm/models/wx-menu.d.ts +2 -2
- package/dist/esm/models/wx-mp-conditional-menu.d.ts +2 -2
- package/dist/esm/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
- package/dist/esm/models/wx-mp-menu.d.ts +1 -1
- package/dist/esm/models/wx-mp-self-menu-button.d.ts +2 -2
- package/dist/esm/models/wx-mp-self-menu-info.d.ts +1 -1
- package/dist/models/access-abnormal-type-enum.d.ts +2 -2
- package/dist/models/access-abnormal-type-enum.js +2 -2
- package/dist/models/access-appointment-record-add-vo.d.ts +15 -8
- package/dist/models/access-appointment-record-details-dto.d.ts +18 -11
- package/dist/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
- package/dist/models/access-appointment-record-process-details-dto.d.ts +12 -6
- package/dist/models/access-approval-config-vo.d.ts +2 -2
- package/dist/models/access-blacklist-add-vo.d.ts +6 -0
- package/dist/models/access-blacklist-details-dto.d.ts +6 -0
- package/dist/models/access-blacklist-update-vo.d.ts +6 -0
- package/dist/models/access-company-config-entity.d.ts +1 -1
- package/dist/models/access-config-entity.d.ts +7 -1
- package/dist/models/access-config-vo.d.ts +7 -1
- package/dist/models/access-record-details-dto.d.ts +9 -9
- package/dist/models/access-record-summary-details-dto.d.ts +14 -8
- package/dist/models/access-record-summary-list-dto.d.ts +13 -7
- package/dist/models/access-vehicle-length-enum.d.ts +6 -6
- package/dist/models/access-vehicle-length-enum.js +6 -6
- package/dist/models/access-visitor-person-type-config-vo.d.ts +3 -3
- package/dist/models/access-whitelist-application-add-vo.d.ts +4 -4
- package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +9 -3
- package/dist/models/access-whitelist-application-details-dto.d.ts +6 -6
- package/dist/models/access-whitelist-application-process-details-dto.d.ts +12 -6
- package/dist/models/access-whitelist-application-update-vo.d.ts +1 -1
- package/dist/models/app-login-wx-chat-dto.d.ts +1 -1
- package/dist/models/area-park-dto.d.ts +1 -1
- package/dist/models/base-error-result.d.ts +1 -1
- package/dist/models/calendar-entity.d.ts +1 -1
- package/dist/models/center-list-dto.d.ts +1 -1
- package/dist/models/cuser-info.d.ts +1 -1
- package/dist/models/dashboard-access-search-dto.d.ts +15 -3
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +7 -1
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +13 -1
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +17 -11
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +14 -8
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +19 -1
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +22 -16
- package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
- package/dist/models/dept-relation-dto.d.ts +2 -2
- package/dist/models/dept-relation.d.ts +2 -2
- package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/disaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/models/emission-standard-enum.d.ts +22 -0
- package/dist/models/emission-standard-enum.js +26 -0
- package/dist/models/energy-cost-add-record-dto.d.ts +167 -0
- package/dist/models/energy-cost-add-record-dto.js +39 -0
- package/dist/models/energy-cost-add-setting-dto.d.ts +25 -0
- package/dist/models/energy-cost-add-setting-dto.js +15 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting-item.js +22 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting.js +20 -0
- package/dist/models/energy-cost-edit-record-dto.d.ts +173 -0
- package/dist/models/energy-cost-edit-record-dto.js +39 -0
- package/dist/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
- package/dist/models/energy-cost-month-setting-list-summary-standards-vo.js +26 -0
- package/dist/models/energy-cost-month-setting-list-vo.d.ts +107 -0
- package/dist/models/energy-cost-month-setting-list-vo.js +20 -0
- package/dist/models/energy-cost-record-bill-info-vo.d.ts +48 -0
- package/dist/models/energy-cost-record-bill-info-vo.js +15 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.js +15 -0
- package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/models/energy-cost-record-info-vo.js +39 -0
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.js +15 -0
- package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/models/energy-cost-scenarios-info-vo.js +35 -0
- package/dist/models/energy-cost-setting-delete-dto.d.ts +41 -0
- package/dist/models/energy-cost-setting-delete-dto.js +20 -0
- package/dist/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
- package/dist/models/energy-cost-setting-summy-add-dto.js +20 -0
- package/dist/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
- package/dist/models/energy-cost-setting-summy-update-dto.js +15 -0
- package/dist/models/energy-cost-update-setting-dto.d.ts +43 -0
- package/dist/models/energy-cost-update-setting-dto.js +22 -0
- package/dist/models/equipment-add-redis-list-dto.d.ts +1 -1
- package/dist/models/equipment-detail-dto.d.ts +2 -2
- package/dist/models/equipment-edit-batch-vo.d.ts +1 -1
- package/dist/models/equipment-edit-vo.d.ts +2 -2
- package/dist/models/equipment-search-system-dto.d.ts +3 -3
- package/dist/models/equipment-search-vo.d.ts +1 -1
- package/dist/models/equipment-status-stats-vo.d.ts +1 -1
- package/dist/models/equipment-tree-details-dto.d.ts +2 -2
- package/dist/models/equipment-tree-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
- package/dist/models/exploration-work-order-add-vo.d.ts +3 -3
- package/dist/models/exploration-work-order-details-dto.d.ts +9 -9
- package/dist/models/exploration-work-order-info.d.ts +2 -2
- package/dist/models/followup-work-order-dto.d.ts +1 -1
- package/dist/models/group-dept-vo.d.ts +1 -1
- package/dist/models/index.d.ts +36 -1
- package/dist/models/index.js +36 -1
- package/dist/models/inspection-handle-req.d.ts +1 -1
- package/dist/models/inspection-point-item.d.ts +1 -1
- package/dist/models/inspection-point.d.ts +13 -1
- package/dist/models/inspection-point.js +6 -0
- package/dist/models/inspection-standard-add-or-update-vo.d.ts +4 -4
- package/dist/models/inspection-standard-dto.d.ts +4 -4
- package/dist/models/inspection-standard-entity.d.ts +5 -5
- package/dist/models/inspection-standard-import-dto.d.ts +2 -2
- package/dist/models/insurance-work-order-issue-vo.d.ts +1 -1
- package/dist/models/insurance-work-order-vo.d.ts +1 -1
- package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/models/iot-device-unit-delete-dto.js +15 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/item.d.ts +77 -0
- package/dist/models/item.js +31 -0
- package/dist/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-blacklist-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-company-config-entity.d.ts +2 -2
- package/dist/models/json-result-access-config-entity.d.ts +2 -2
- package/dist/models/json-result-access-record-summary-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-applet-user-type-dto.d.ts +2 -2
- package/dist/models/json-result-big-decimal.d.ts +1 -1
- package/dist/models/json-result-boolean.d.ts +1 -1
- package/dist/models/json-result-calendar-entity.d.ts +2 -2
- package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/models/json-result-dashboard-park-statistics-vo.js +15 -0
- package/dist/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-bill-info-vo.js +15 -0
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.js +15 -0
- package/dist/models/{json-result-work-order-spot-check-dto.d.ts → json-result-energy-cost-record-info-vo.d.ts} +13 -13
- package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
- package/dist/models/json-result-equipment-detail-dto.d.ts +2 -2
- package/dist/models/json-result-equipment-search-system-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
- package/dist/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-file-dto.d.ts +2 -2
- package/dist/models/json-result-group-dept-vo.d.ts +2 -2
- package/dist/models/json-result-inspection-standard-entity.d.ts +2 -2
- package/dist/models/json-result-integer.d.ts +1 -1
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-access-company-config-entity.d.ts +2 -2
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-address-region-entity.d.ts +2 -2
- package/dist/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-area-park-dto.d.ts +2 -2
- package/dist/models/json-result-list-calendar-entity.d.ts +2 -2
- package/dist/models/json-result-list-center-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
- package/dist/models/json-result-list-equipment-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-inspection-point.d.ts +2 -2
- package/dist/models/json-result-list-inspection-standard-entity.d.ts +2 -2
- package/dist/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
- package/dist/models/json-result-list-park-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
- package/dist/models/json-result-list-plan-calendar-vo.d.ts +2 -2
- package/dist/models/json-result-list-space-image-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-point-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-qr-code-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-url-dto.d.ts +2 -2
- package/dist/models/json-result-list-srm-center-vo.d.ts +2 -2
- package/dist/models/json-result-list-supplier-select-dto.d.ts +2 -2
- package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
- package/dist/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-sys-dept.d.ts +2 -2
- package/dist/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
- package/dist/models/json-result-list-work-order-comment-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-spot-check-dto.d.ts +62 -0
- package/dist/models/json-result-list-work-order-spot-check-dto.js +15 -0
- package/dist/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result-maintenance-standard-entity.d.ts +2 -2
- package/dist/models/json-result-map-string-object.d.ts +63 -0
- package/dist/models/json-result-map-string-object.js +15 -0
- package/dist/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
- package/dist/models/json-result-notice-entity.d.ts +2 -2
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
- package/dist/models/json-result-park-info-dto.d.ts +2 -2
- package/dist/models/json-result-park-settings-details-dto.d.ts +2 -2
- package/dist/models/json-result-period-detail-resp.d.ts +2 -2
- package/dist/models/json-result-plan-detail-dto.d.ts +2 -2
- package/dist/models/json-result-space-add-redis-list-dto.d.ts +2 -2
- package/dist/models/json-result-space-image-detail-dto.d.ts +2 -2
- package/dist/models/json-result-srm-center-entity.d.ts +2 -2
- package/dist/models/json-result-string.d.ts +1 -1
- package/dist/models/json-result-supplier-contract-details-dto.d.ts +2 -2
- package/dist/models/json-result-supplier-entity.d.ts +2 -2
- package/dist/models/json-result-surveillance-count-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-details-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-live-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/models/json-result-switch-park-v2-dto.d.ts +2 -2
- package/dist/models/json-result-sys-dept.d.ts +2 -2
- package/dist/models/json-result-sys-user-msg-dto.d.ts +2 -2
- package/dist/models/json-result-sys-user.d.ts +2 -2
- package/dist/models/json-result-user-add-redis-list-vo.d.ts +2 -2
- package/dist/models/json-result-user-settings-entity.d.ts +2 -2
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-void.d.ts +1 -1
- package/dist/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/models/json-result-work-order-detail-dto.d.ts +2 -2
- package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result.d.ts +1 -1
- package/dist/models/maintenance-history-dto.d.ts +2 -2
- package/dist/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
- package/dist/models/maintenance-standard-dto.d.ts +2 -2
- package/dist/models/maintenance-standard-entity.d.ts +3 -3
- package/dist/models/monitoring-coverage-alert-info.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
- package/dist/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/models/network-monitor-repair-details-dto.d.ts +14 -14
- package/dist/models/news-info.d.ts +1 -1
- package/dist/models/offline-alert-submit-vo.d.ts +1 -1
- package/dist/models/offline-alert-work-order-details-dto.d.ts +10 -10
- package/dist/models/offline-alert-work-order-info.d.ts +2 -2
- package/dist/models/offline-alert-work-order-vo.d.ts +1 -1
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +14 -7
- package/dist/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
- package/dist/models/open-api-equipment-list-dto.d.ts +2 -2
- package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
- package/dist/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
- package/dist/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
- package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
- package/dist/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
- package/dist/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/page-dto-equipment-search-system-dto.d.ts +1 -1
- package/dist/models/page-dto-inspection-standard-dto.d.ts +1 -1
- package/dist/models/page-dto-maintenance-standard-dto.d.ts +1 -1
- package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
- package/dist/models/page-dto-plan-search-dto.d.ts +1 -1
- package/dist/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
- package/dist/models/page-dto-surveillance-details-dto.d.ts +1 -1
- package/dist/models/page-dto-sys-user-msg-dto.d.ts +1 -1
- package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/models/page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/page-dto-work-order-search-dto.d.ts +1 -1
- package/dist/models/park-info-dto.d.ts +7 -1
- package/dist/models/park-info-edit-vo.d.ts +7 -1
- package/dist/models/park-list-dto.d.ts +13 -0
- package/dist/models/park.d.ts +1 -1
- package/dist/models/period-detail-resp.d.ts +12 -12
- package/dist/models/period-detail-resp.js +5 -5
- package/dist/models/plan-add-vo.d.ts +9 -9
- package/dist/models/plan-add-vo.js +5 -5
- package/dist/models/plan-calendar-list-vo.d.ts +5 -5
- package/dist/models/plan-calendar-list-vo.js +5 -5
- package/dist/models/plan-detail-dto.d.ts +9 -9
- package/dist/models/plan-detail-dto.js +5 -5
- package/dist/models/plan-edit-vo.d.ts +9 -9
- package/dist/models/plan-edit-vo.js +5 -5
- package/dist/models/plan-inspection-items-dto.d.ts +3 -3
- package/dist/models/plan-item-add-vo.d.ts +2 -2
- package/dist/models/plan-item-edit-vo.d.ts +2 -2
- package/dist/models/plan-search-dto.d.ts +9 -9
- package/dist/models/plan-search-dto.js +5 -5
- package/dist/models/pricing-item.d.ts +50 -0
- package/dist/models/pricing-item.js +23 -0
- package/dist/models/process-work-order-vo.d.ts +1 -1
- package/dist/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
- package/dist/models/save-period-work-order-detail-req.d.ts +1 -1
- package/dist/models/sms-captcha-vo.d.ts +1 -1
- package/dist/models/source-work-order-dto.d.ts +1 -1
- package/dist/models/source-work-order-inspection-dto.d.ts +1 -1
- package/dist/models/space-add-redis-list-dto.d.ts +1 -1
- package/dist/models/space-add-vo.d.ts +2 -2
- package/dist/models/space-detail-dto.d.ts +4 -4
- package/dist/models/space-edit-vo.d.ts +2 -2
- package/dist/models/space-image-detail-dto.d.ts +2 -2
- package/dist/models/space-tree-dto.d.ts +3 -3
- package/dist/models/space.d.ts +1 -1
- package/dist/models/srm-center-entity.d.ts +1 -1
- package/dist/models/srm-center-vo.d.ts +1 -1
- package/dist/models/srm-level-add-dto.d.ts +1 -1
- package/dist/models/sub-buttons.d.ts +1 -1
- package/dist/models/supplier-add-vo.d.ts +2 -2
- package/dist/models/supplier-edit-vo.d.ts +2 -2
- package/dist/models/supplier-entity.d.ts +2 -2
- package/dist/models/surveillance-batch-import-template-dto.d.ts +15 -2
- package/dist/models/surveillance-details-dto.d.ts +7 -7
- package/dist/models/surveillance-entity.d.ts +171 -0
- package/dist/models/surveillance-entity.js +15 -0
- package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/models/surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/models/surveillance-settings-polling-vo.d.ts +2 -2
- package/dist/models/surveillance-update-vo.d.ts +2 -2
- package/dist/models/switch-pak-body-v2-vo.d.ts +1 -1
- package/dist/models/sync-equipment-status-vo.d.ts +1 -1
- package/dist/models/sync-equipment-vo.d.ts +1 -1
- package/dist/models/sys-user-info-dto.d.ts +3 -3
- package/dist/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/user-add-redis-list-vo.d.ts +1 -1
- package/dist/models/user-roles-and-permissions-dto.d.ts +1 -1
- package/dist/models/violation-decision-vo.d.ts +20 -2
- package/dist/models/violation-work-order-add-vo.d.ts +9 -3
- package/dist/models/violation-work-order-details-dto.d.ts +12 -12
- package/dist/models/violation-work-order-info.d.ts +22 -4
- package/dist/models/work-order-add-vo.d.ts +3 -3
- package/dist/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/models/work-order-circulation-vo.d.ts +1 -1
- package/dist/models/work-order-decision-vo.d.ts +2 -2
- package/dist/models/work-order-dept-settings-entity.d.ts +1 -1
- package/dist/models/work-order-detail-dto.d.ts +14 -14
- package/dist/models/work-order-ext-data.d.ts +5 -5
- package/dist/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/models/work-order-group-equipment-dto.js +21 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.js +15 -0
- package/dist/models/work-order-handler-dto.d.ts +1 -1
- package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/models/work-order-push-settings-entity.d.ts +1 -1
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/models/work-order-push-settings-vo.d.ts +1 -1
- package/dist/models/work-order-report-vo.d.ts +3 -3
- package/dist/models/work-order-search-dto.d.ts +7 -7
- package/dist/models/work-order-spot-check-dto.d.ts +22 -22
- package/dist/models/work-order-spot-check-dto.js +8 -8
- package/dist/models/work-order-staging-data-vo.d.ts +1 -1
- package/dist/models/work-order-submit-vo.d.ts +2 -2
- package/dist/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-type-settings-entity.d.ts +2 -2
- package/dist/models/wx-ma-user-info.d.ts +1 -1
- package/dist/models/wx-menu.d.ts +2 -2
- package/dist/models/wx-mp-conditional-menu.d.ts +2 -2
- package/dist/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
- package/dist/models/wx-mp-menu.d.ts +1 -1
- package/dist/models/wx-mp-self-menu-button.d.ts +2 -2
- package/dist/models/wx-mp-self-menu-info.d.ts +1 -1
- package/models/access-abnormal-type-enum.ts +2 -2
- package/models/access-appointment-record-add-vo.ts +17 -8
- package/models/access-appointment-record-details-dto.ts +20 -11
- package/models/access-appointment-record-process-approval-user-dto.ts +1 -1
- package/models/access-appointment-record-process-details-dto.ts +12 -6
- package/models/access-approval-config-vo.ts +2 -2
- package/models/access-blacklist-add-vo.ts +6 -0
- package/models/access-blacklist-details-dto.ts +6 -0
- package/models/access-blacklist-update-vo.ts +6 -0
- package/models/access-company-config-entity.ts +1 -1
- package/models/access-config-entity.ts +7 -1
- package/models/access-config-vo.ts +7 -1
- package/models/access-record-details-dto.ts +9 -9
- package/models/access-record-summary-details-dto.ts +14 -8
- package/models/access-record-summary-list-dto.ts +13 -7
- package/models/access-vehicle-length-enum.ts +6 -6
- package/models/access-visitor-person-type-config-vo.ts +3 -3
- package/models/access-whitelist-application-add-vo.ts +4 -4
- package/models/access-whitelist-application-batch-import-template-dto.ts +9 -3
- package/models/access-whitelist-application-details-dto.ts +6 -6
- package/models/access-whitelist-application-process-details-dto.ts +12 -6
- package/models/access-whitelist-application-update-vo.ts +1 -1
- package/models/app-login-wx-chat-dto.ts +1 -1
- package/models/area-park-dto.ts +1 -1
- package/models/base-error-result.ts +1 -1
- package/models/calendar-entity.ts +1 -1
- package/models/center-list-dto.ts +1 -1
- package/models/cuser-info.ts +1 -1
- package/models/dashboard-access-search-dto.ts +15 -3
- package/models/dashboard-access-source-group-stats-vo.ts +1 -1
- package/models/dashboard-base-search-dto.ts +12 -0
- package/models/dashboard-equipment-park-group-stats-vo.ts +1 -1
- package/models/dashboard-equipment-search-dto.ts +12 -0
- package/models/dashboard-equipment-system-group-stats-vo.ts +1 -1
- package/models/dashboard-park-statistics-vo.ts +42 -0
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +7 -1
- package/models/dashboard-surveillance-park-group-stats-vo.ts +18 -0
- package/models/dashboard-surveillance-search-dto.ts +13 -1
- package/models/dashboard-work-order-by-park-search-dto.ts +17 -11
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +14 -8
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +19 -1
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +1 -1
- package/models/dashboard-work-order-list-search-dto.ts +22 -16
- package/models/dashboard-work-order-type-group-stats-vo.ts +2 -2
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +1 -1
- package/models/dept-relation-dto.ts +2 -2
- package/models/dept-relation.ts +2 -2
- package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
- package/models/disaster-warning-standard-entity.ts +1 -1
- package/models/disaster-warning-standard-import-dto.ts +1 -1
- package/models/emission-standard-enum.ts +32 -0
- package/models/energy-cost-add-record-dto.ts +183 -0
- package/models/energy-cost-add-setting-dto.ts +33 -0
- package/models/energy-cost-add-setting-dtopark-setting-item.ts +52 -0
- package/models/energy-cost-add-setting-dtopark-setting.ts +53 -0
- package/models/energy-cost-edit-record-dto.ts +189 -0
- package/models/energy-cost-month-setting-list-summary-standards-vo.ts +106 -0
- package/models/energy-cost-month-setting-list-vo.ts +116 -0
- package/models/energy-cost-record-bill-info-vo.ts +54 -0
- package/models/energy-cost-record-info-not-emun-vo.ts +213 -0
- package/models/energy-cost-record-info-vo.ts +246 -0
- package/models/energy-cost-scenarios-info-not-enum-vo.ts +126 -0
- package/models/energy-cost-scenarios-info-vo.ts +153 -0
- package/models/energy-cost-setting-delete-dto.ts +50 -0
- package/models/energy-cost-setting-summy-add-dto.ts +50 -0
- package/models/energy-cost-setting-summy-update-dto.ts +36 -0
- package/models/energy-cost-update-setting-dto.ts +52 -0
- package/models/equipment-add-redis-list-dto.ts +1 -1
- package/models/equipment-detail-dto.ts +2 -2
- package/models/equipment-edit-batch-vo.ts +1 -1
- package/models/equipment-edit-vo.ts +2 -2
- package/models/equipment-search-system-dto.ts +3 -3
- package/models/equipment-search-vo.ts +1 -1
- package/models/equipment-status-stats-vo.ts +1 -1
- package/models/equipment-tree-details-dto.ts +2 -2
- package/models/equipment-tree-dto.ts +1 -1
- package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +1 -1
- package/models/excel-import-result-dtocalendar-export-dto.ts +1 -1
- package/models/excel-import-result-dtodisaster-warning-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtoequipment-excel-add-dto.ts +1 -1
- package/models/excel-import-result-dtoinspection-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtosurveillance-batch-import-template-dto.ts +1 -1
- package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +1 -1
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +1 -1
- package/models/exploration-work-order-add-vo.ts +3 -3
- package/models/exploration-work-order-details-dto.ts +9 -9
- package/models/exploration-work-order-info.ts +2 -2
- package/models/followup-work-order-dto.ts +1 -1
- package/models/group-dept-vo.ts +1 -1
- package/models/index.ts +36 -1
- package/models/inspection-handle-req.ts +1 -1
- package/models/inspection-point-item.ts +1 -1
- package/models/inspection-point.ts +16 -1
- package/models/inspection-standard-add-or-update-vo.ts +4 -4
- package/models/inspection-standard-dto.ts +4 -4
- package/models/inspection-standard-entity.ts +5 -5
- package/models/inspection-standard-import-dto.ts +2 -2
- package/models/insurance-work-order-issue-vo.ts +1 -1
- package/models/insurance-work-order-vo.ts +1 -1
- package/models/iot-device-unit-delete-dto.ts +48 -0
- package/models/ipage-energy-cost-record-info-vo.ts +70 -0
- package/models/item.ts +87 -0
- package/models/json-result-access-appointment-record-details-dto.ts +2 -2
- package/models/json-result-access-blacklist-details-dto.ts +2 -2
- package/models/json-result-access-company-config-entity.ts +2 -2
- package/models/json-result-access-config-entity.ts +2 -2
- package/models/json-result-access-record-summary-details-dto.ts +2 -2
- package/models/json-result-access-whitelist-application-details-dto.ts +2 -2
- package/models/json-result-admission-terms-record-details-dto.ts +2 -2
- package/models/json-result-applet-user-type-dto.ts +2 -2
- package/models/json-result-big-decimal.ts +1 -1
- package/models/json-result-boolean.ts +1 -1
- package/models/json-result-calendar-entity.ts +2 -2
- package/models/json-result-dashboard-park-statistics-vo.ts +72 -0
- package/models/json-result-disaster-warning-standard-entity.ts +2 -2
- package/models/json-result-energy-cost-record-bill-info-vo.ts +72 -0
- package/models/json-result-energy-cost-record-info-not-emun-vo.ts +72 -0
- package/models/{json-result-work-order-spot-check-dto.ts → json-result-energy-cost-record-info-vo.ts} +13 -13
- package/models/json-result-equipment-add-redis-list-dto.ts +2 -2
- package/models/json-result-equipment-detail-dto.ts +2 -2
- package/models/json-result-equipment-search-system-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +2 -2
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +2 -2
- package/models/json-result-exploration-work-order-details-dto.ts +2 -2
- package/models/json-result-file-dto.ts +2 -2
- package/models/json-result-group-dept-vo.ts +2 -2
- package/models/json-result-inspection-standard-entity.ts +2 -2
- package/models/json-result-integer.ts +1 -1
- package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-json-result-list-space-tree-dto.ts +2 -2
- package/models/json-result-list-access-appointment-record-process-details-dto.ts +2 -2
- package/models/json-result-list-access-company-config-entity.ts +2 -2
- package/models/json-result-list-access-whitelist-application-process-details-dto.ts +2 -2
- package/models/json-result-list-address-region-entity.ts +2 -2
- package/models/json-result-list-applet-sys-user-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-area-park-dto.ts +2 -2
- package/models/json-result-list-calendar-entity.ts +2 -2
- package/models/json-result-list-center-list-dto.ts +2 -2
- package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-series-stats-base-vo.ts +2 -2
- package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +2 -2
- package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +72 -0
- package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
- package/models/json-result-list-equipment-detail-dto.ts +2 -2
- package/models/json-result-list-equipment-qr-code-dto.ts +2 -2
- package/models/json-result-list-equipment-system-tree-dto.ts +2 -2
- package/models/json-result-list-equipment-tree-dto.ts +2 -2
- package/models/json-result-list-inspection-point.ts +2 -2
- package/models/json-result-list-inspection-standard-entity.ts +2 -2
- package/models/json-result-list-maintenance-standard-entity.ts +2 -2
- package/models/json-result-list-park-list-dto.ts +2 -2
- package/models/json-result-list-plan-calendar-list-vo.ts +2 -2
- package/models/json-result-list-plan-calendar-vo.ts +2 -2
- package/models/json-result-list-space-image-detail-dto.ts +2 -2
- package/models/json-result-list-space-point-dto.ts +2 -2
- package/models/json-result-list-space-qr-code-dto.ts +2 -2
- package/models/json-result-list-space-tree-dto.ts +2 -2
- package/models/json-result-list-space-url-dto.ts +2 -2
- package/models/json-result-list-srm-center-vo.ts +2 -2
- package/models/json-result-list-supplier-select-dto.ts +2 -2
- package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +2 -2
- package/models/json-result-list-sys-dept-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-sys-dept.ts +2 -2
- package/models/json-result-list-sys-user-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-work-order-circulation-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-circulation-vo.ts +2 -2
- package/models/json-result-list-work-order-comment-entity.ts +2 -2
- package/models/json-result-list-work-order-dept-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-inspection-detail-dto.ts +2 -2
- package/models/json-result-list-work-order-issue-type-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-push-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-spot-check-dto.ts +72 -0
- package/models/json-result-list-work-order-step-by-step-push-user-details-dto.ts +2 -2
- package/models/json-result-list-work-order-type-settings-entity.ts +2 -2
- package/models/json-result-maintenance-standard-entity.ts +2 -2
- package/models/json-result-map-string-object.ts +69 -0
- package/models/json-result-monitoring-coverage-alert-work-order-details-dto.ts +2 -2
- package/models/json-result-network-monitor-repair-details-dto.ts +2 -2
- package/models/json-result-notice-entity.ts +2 -2
- package/models/json-result-offline-alert-work-order-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-appointment-record-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-blacklist-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-record-summary-list-dto.ts +2 -2
- package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +2 -2
- package/models/json-result-page-dto-admission-terms-record-list-dto.ts +2 -2
- package/models/json-result-page-dto-disaster-warning-standard-entity.ts +2 -2
- package/models/json-result-page-dto-equipment-search-system-dto.ts +2 -2
- package/models/json-result-page-dto-inspection-standard-dto.ts +2 -2
- package/models/json-result-page-dto-maintenance-standard-dto.ts +2 -2
- package/models/json-result-page-dto-open-api-equipment-list-dto.ts +2 -2
- package/models/json-result-page-dto-plan-search-dto.ts +2 -2
- package/models/json-result-page-dto-supplier-contract-details-dto.ts +2 -2
- package/models/json-result-page-dto-surveillance-details-dto.ts +2 -2
- package/models/json-result-page-dto-sys-user-msg-dto.ts +2 -2
- package/models/json-result-page-dto-work-order-group-equipment-dto.ts +72 -0
- package/models/json-result-page-dto-work-order-search-dto.ts +2 -2
- package/models/json-result-park-info-dto.ts +2 -2
- package/models/json-result-park-settings-details-dto.ts +2 -2
- package/models/json-result-period-detail-resp.ts +2 -2
- package/models/json-result-plan-detail-dto.ts +2 -2
- package/models/json-result-space-add-redis-list-dto.ts +2 -2
- package/models/json-result-space-image-detail-dto.ts +2 -2
- package/models/json-result-srm-center-entity.ts +2 -2
- package/models/json-result-string.ts +1 -1
- package/models/json-result-supplier-contract-details-dto.ts +2 -2
- package/models/json-result-supplier-entity.ts +2 -2
- package/models/json-result-surveillance-count-dto.ts +2 -2
- package/models/json-result-surveillance-details-dto.ts +2 -2
- package/models/json-result-surveillance-live-dto.ts +2 -2
- package/models/json-result-surveillance-settings-details-dto.ts +2 -2
- package/models/json-result-surveillance-settings-polling-dto.ts +2 -2
- package/models/json-result-switch-park-v2-dto.ts +2 -2
- package/models/json-result-sys-dept.ts +2 -2
- package/models/json-result-sys-user-msg-dto.ts +2 -2
- package/models/json-result-sys-user.ts +2 -2
- package/models/json-result-user-add-redis-list-vo.ts +2 -2
- package/models/json-result-user-settings-entity.ts +2 -2
- package/models/json-result-violation-work-order-details-dto.ts +2 -2
- package/models/json-result-void.ts +1 -1
- package/models/json-result-work-order-dept-settings-entity.ts +2 -2
- package/models/json-result-work-order-detail-dto.ts +2 -2
- package/models/json-result-work-order-issue-type-settings-entity.ts +2 -2
- package/models/json-result.ts +1 -1
- package/models/maintenance-history-dto.ts +2 -2
- package/models/maintenance-standard-add-or-update-vo.ts +2 -2
- package/models/maintenance-standard-dto.ts +2 -2
- package/models/maintenance-standard-entity.ts +3 -3
- package/models/monitoring-coverage-alert-info.ts +1 -1
- package/models/monitoring-coverage-alert-process-vo.ts +1 -1
- package/models/monitoring-coverage-alert-work-order-details-dto.ts +7 -7
- package/models/network-monitor-repair-add-vo.ts +3 -3
- package/models/network-monitor-repair-details-dto.ts +14 -14
- package/models/news-info.ts +1 -1
- package/models/offline-alert-submit-vo.ts +1 -1
- package/models/offline-alert-work-order-details-dto.ts +10 -10
- package/models/offline-alert-work-order-info.ts +2 -2
- package/models/offline-alert-work-order-vo.ts +1 -1
- package/models/open-api-access-appointment-record-add-vo.ts +16 -7
- package/models/open-api-access-appointment-record-delete-vo.ts +1 -1
- package/models/open-api-equipment-list-dto.ts +2 -2
- package/models/page-dto-access-appointment-record-details-dto.ts +1 -1
- package/models/page-dto-access-blacklist-details-dto.ts +1 -1
- package/models/page-dto-access-record-summary-list-dto.ts +1 -1
- package/models/page-dto-access-whitelist-application-details-dto.ts +1 -1
- package/models/page-dto-admission-terms-record-list-dto.ts +1 -1
- package/models/page-dto-disaster-warning-standard-entity.ts +1 -1
- package/models/page-dto-equipment-search-system-dto.ts +1 -1
- package/models/page-dto-inspection-standard-dto.ts +1 -1
- package/models/page-dto-maintenance-standard-dto.ts +1 -1
- package/models/page-dto-open-api-equipment-list-dto.ts +1 -1
- package/models/page-dto-plan-search-dto.ts +1 -1
- package/models/page-dto-supplier-contract-details-dto.ts +1 -1
- package/models/page-dto-surveillance-details-dto.ts +1 -1
- package/models/page-dto-sys-user-msg-dto.ts +1 -1
- package/models/page-dto-work-order-group-equipment-dto.ts +39 -0
- package/models/page-dto-work-order-search-dto.ts +1 -1
- package/models/park-info-dto.ts +7 -1
- package/models/park-info-edit-vo.ts +7 -1
- package/models/park-list-dto.ts +17 -0
- package/models/park.ts +1 -1
- package/models/period-detail-resp.ts +12 -12
- package/models/plan-add-vo.ts +9 -9
- package/models/plan-calendar-list-vo.ts +5 -5
- package/models/plan-detail-dto.ts +9 -9
- package/models/plan-edit-vo.ts +9 -9
- package/models/plan-inspection-items-dto.ts +3 -3
- package/models/plan-item-add-vo.ts +2 -2
- package/models/plan-item-edit-vo.ts +2 -2
- package/models/plan-search-dto.ts +9 -9
- package/models/pricing-item.ts +59 -0
- package/models/process-work-order-vo.ts +1 -1
- package/models/safety-smart-fire-record-gizone-dto.ts +1 -1
- package/models/save-period-work-order-detail-req.ts +1 -1
- package/models/sms-captcha-vo.ts +1 -1
- package/models/source-work-order-dto.ts +1 -1
- package/models/source-work-order-inspection-dto.ts +1 -1
- package/models/space-add-redis-list-dto.ts +1 -1
- package/models/space-add-vo.ts +2 -2
- package/models/space-detail-dto.ts +4 -4
- package/models/space-edit-vo.ts +2 -2
- package/models/space-image-detail-dto.ts +2 -2
- package/models/space-tree-dto.ts +3 -3
- package/models/space.ts +1 -1
- package/models/srm-center-entity.ts +1 -1
- package/models/srm-center-vo.ts +1 -1
- package/models/srm-level-add-dto.ts +1 -1
- package/models/sub-buttons.ts +1 -1
- package/models/supplier-add-vo.ts +2 -2
- package/models/supplier-edit-vo.ts +2 -2
- package/models/supplier-entity.ts +2 -2
- package/models/surveillance-batch-import-template-dto.ts +17 -2
- package/models/surveillance-details-dto.ts +7 -7
- package/models/surveillance-entity.ts +185 -0
- package/models/surveillance-settings-coverage-standard-dto.ts +1 -1
- package/models/surveillance-settings-polling-dto.ts +2 -2
- package/models/surveillance-settings-polling-vo.ts +2 -2
- package/models/surveillance-update-vo.ts +2 -2
- package/models/switch-pak-body-v2-vo.ts +1 -1
- package/models/sync-equipment-status-vo.ts +1 -1
- package/models/sync-equipment-vo.ts +1 -1
- package/models/sys-user-info-dto.ts +3 -3
- package/models/sys-user-msg-dto.ts +2 -2
- package/models/sys-user.ts +4 -4
- package/models/user-add-redis-list-vo.ts +1 -1
- package/models/user-roles-and-permissions-dto.ts +1 -1
- package/models/violation-decision-vo.ts +20 -2
- package/models/violation-work-order-add-vo.ts +9 -3
- package/models/violation-work-order-details-dto.ts +12 -12
- package/models/violation-work-order-info.ts +22 -4
- package/models/work-order-add-vo.ts +3 -3
- package/models/work-order-circulation-settings-add-or-update-vo.ts +2 -2
- package/models/work-order-circulation-settings-entity.ts +2 -2
- package/models/work-order-circulation-vo.ts +1 -1
- package/models/work-order-decision-vo.ts +2 -2
- package/models/work-order-dept-settings-entity.ts +1 -1
- package/models/work-order-detail-dto.ts +14 -14
- package/models/work-order-ext-data.ts +5 -5
- package/models/work-order-group-equipment-dto.ts +186 -0
- package/models/work-order-group-equipment-dtoinspection-item.ts +42 -0
- package/models/work-order-handler-dto.ts +1 -1
- package/models/work-order-issue-type-settings-add-or-update-vo.ts +2 -2
- package/models/work-order-issue-type-settings-entity.ts +2 -2
- package/models/work-order-msg-remind-config-info.ts +2 -2
- package/models/work-order-push-settings-entity.ts +1 -1
- package/models/work-order-push-settings-save-or-update-vo.ts +1 -1
- package/models/work-order-push-settings-vo.ts +1 -1
- package/models/work-order-report-vo.ts +3 -3
- package/models/work-order-search-dto.ts +7 -7
- package/models/work-order-spot-check-dto.ts +23 -23
- package/models/work-order-staging-data-vo.ts +1 -1
- package/models/work-order-submit-vo.ts +2 -2
- package/models/work-order-type-msg-remind-config-add-or-update-vo.ts +2 -2
- package/models/work-order-type-settings-entity.ts +2 -2
- package/models/wx-ma-user-info.ts +1 -1
- package/models/wx-menu.ts +2 -2
- package/models/wx-mp-conditional-menu.ts +2 -2
- package/models/wx-mp-get-self-menu-info-result.ts +1 -1
- package/models/wx-mp-menu.ts +1 -1
- package/models/wx-mp-self-menu-button.ts +2 -2
- package/models/wx-mp-self-menu-info.ts +1 -1
- package/package.json +4 -4
- /package/dist/esm/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
- /package/dist/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
|
@@ -42,7 +42,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
42
42
|
* @param {*} [options] Override http request option.
|
|
43
43
|
* @throws {RequiredError}
|
|
44
44
|
*/
|
|
45
|
-
addComment: (
|
|
45
|
+
addComment: (workOrderCommentVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
46
46
|
// verify required parameter 'workOrderCommentVo' is not null or undefined
|
|
47
47
|
(0, common_1.assertParamExists)('addComment', 'workOrderCommentVo', workOrderCommentVo);
|
|
48
48
|
const localVarPath = `/gizone/workOrder/comment/add`;
|
|
@@ -75,7 +75,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
75
75
|
* @param {*} [options] Override http request option.
|
|
76
76
|
* @throws {RequiredError}
|
|
77
77
|
*/
|
|
78
|
-
addPlan: (
|
|
78
|
+
addPlan: (planAddVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
79
79
|
// verify required parameter 'planAddVo' is not null or undefined
|
|
80
80
|
(0, common_1.assertParamExists)('addPlan', 'planAddVo', planAddVo);
|
|
81
81
|
const localVarPath = `/gizone/workOrder/plan`;
|
|
@@ -109,7 +109,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
109
109
|
* @param {*} [options] Override http request option.
|
|
110
110
|
* @throws {RequiredError}
|
|
111
111
|
*/
|
|
112
|
-
calendar: (
|
|
112
|
+
calendar: (start, end, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
113
113
|
const localVarPath = `/gizone/workOrder/plan/calendar`;
|
|
114
114
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
115
115
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -148,7 +148,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
148
148
|
* @param {*} [options] Override http request option.
|
|
149
149
|
* @throws {RequiredError}
|
|
150
150
|
*/
|
|
151
|
-
calendarList: (
|
|
151
|
+
calendarList: (date, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
152
152
|
// verify required parameter 'date' is not null or undefined
|
|
153
153
|
(0, common_1.assertParamExists)('calendarList', 'date', date);
|
|
154
154
|
const localVarPath = `/gizone/workOrder/plan/calendarList`;
|
|
@@ -184,7 +184,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
184
184
|
* @param {*} [options] Override http request option.
|
|
185
185
|
* @throws {RequiredError}
|
|
186
186
|
*/
|
|
187
|
-
commentList: (
|
|
187
|
+
commentList: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
188
188
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
189
189
|
(0, common_1.assertParamExists)('commentList', 'workOrderId', workOrderId);
|
|
190
190
|
const localVarPath = `/gizone/workOrder/comment/list`;
|
|
@@ -218,7 +218,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
218
218
|
* @param {*} [options] Override http request option.
|
|
219
219
|
* @throws {RequiredError}
|
|
220
220
|
*/
|
|
221
|
-
del: (
|
|
221
|
+
del: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
222
222
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
223
223
|
(0, common_1.assertParamExists)('del', 'workOrderId', workOrderId);
|
|
224
224
|
const localVarPath = `/gizone/workOrder/del`;
|
|
@@ -252,7 +252,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
252
252
|
* @param {*} [options] Override http request option.
|
|
253
253
|
* @throws {RequiredError}
|
|
254
254
|
*/
|
|
255
|
-
delOne: (
|
|
255
|
+
delOne: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
256
256
|
// verify required parameter 'id' is not null or undefined
|
|
257
257
|
(0, common_1.assertParamExists)('delOne', 'id', id);
|
|
258
258
|
const localVarPath = `/gizone/workOrder/plan/{id}`
|
|
@@ -285,7 +285,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
285
285
|
* @param {*} [options] Override http request option.
|
|
286
286
|
* @throws {RequiredError}
|
|
287
287
|
*/
|
|
288
|
-
editPlan: (
|
|
288
|
+
editPlan: (id, planEditVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
289
289
|
// verify required parameter 'id' is not null or undefined
|
|
290
290
|
(0, common_1.assertParamExists)('editPlan', 'id', id);
|
|
291
291
|
// verify required parameter 'planEditVo' is not null or undefined
|
|
@@ -321,7 +321,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
321
321
|
* @param {*} [options] Override http request option.
|
|
322
322
|
* @throws {RequiredError}
|
|
323
323
|
*/
|
|
324
|
-
editStatus: (
|
|
324
|
+
editStatus: (workOrderStatusVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
325
325
|
// verify required parameter 'workOrderStatusVo' is not null or undefined
|
|
326
326
|
(0, common_1.assertParamExists)('editStatus', 'workOrderStatusVo', workOrderStatusVo);
|
|
327
327
|
const localVarPath = `/gizone/workOrder/editStatus`;
|
|
@@ -366,7 +366,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
366
366
|
* @param {*} [options] Override http request option.
|
|
367
367
|
* @throws {RequiredError}
|
|
368
368
|
*/
|
|
369
|
-
exportWorkOrder: (
|
|
369
|
+
exportWorkOrder: (workOrderName, workOrderTypes, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, inspectionException, workOrderStatuses, executionDeptIds, equipmentId, workOrderTypeSubcategories, isTimeOut, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
370
370
|
const localVarPath = `/gizone/workOrder/exportWorkOrder`;
|
|
371
371
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
372
372
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -434,7 +434,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
434
434
|
* @param {*} [options] Override http request option.
|
|
435
435
|
* @throws {RequiredError}
|
|
436
436
|
*/
|
|
437
|
-
getListByWorkOrderId: (
|
|
437
|
+
getListByWorkOrderId: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
438
438
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
439
439
|
(0, common_1.assertParamExists)('getListByWorkOrderId', 'workOrderId', workOrderId);
|
|
440
440
|
const localVarPath = `/gizone/work/order/circulation/{workOrderId}`
|
|
@@ -466,7 +466,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
466
466
|
* @param {*} [options] Override http request option.
|
|
467
467
|
* @throws {RequiredError}
|
|
468
468
|
*/
|
|
469
|
-
handle: (
|
|
469
|
+
handle: (inspectionHandleReq, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
470
470
|
// verify required parameter 'inspectionHandleReq' is not null or undefined
|
|
471
471
|
(0, common_1.assertParamExists)('handle', 'inspectionHandleReq', inspectionHandleReq);
|
|
472
472
|
const localVarPath = `/gizone/workOrder/period/handle/inspection`;
|
|
@@ -499,7 +499,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
499
499
|
* @param {*} [options] Override http request option.
|
|
500
500
|
* @throws {RequiredError}
|
|
501
501
|
*/
|
|
502
|
-
handleBatch: (
|
|
502
|
+
handleBatch: (inspectionHandleReq, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
503
503
|
// verify required parameter 'inspectionHandleReq' is not null or undefined
|
|
504
504
|
(0, common_1.assertParamExists)('handleBatch', 'inspectionHandleReq', inspectionHandleReq);
|
|
505
505
|
const localVarPath = `/gizone/workOrder/period/handle/inspection/batch`;
|
|
@@ -532,7 +532,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
532
532
|
* @param {*} [options] Override http request option.
|
|
533
533
|
* @throws {RequiredError}
|
|
534
534
|
*/
|
|
535
|
-
inspectionComplete: (
|
|
535
|
+
inspectionComplete: (inspectionCompleteVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
536
536
|
// verify required parameter 'inspectionCompleteVO' is not null or undefined
|
|
537
537
|
(0, common_1.assertParamExists)('inspectionComplete', 'inspectionCompleteVO', inspectionCompleteVO);
|
|
538
538
|
const localVarPath = `/gizone/workOrder/inspection/complete`;
|
|
@@ -565,7 +565,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
565
565
|
* @param {*} [options] Override http request option.
|
|
566
566
|
* @throws {RequiredError}
|
|
567
567
|
*/
|
|
568
|
-
planDetail: (
|
|
568
|
+
planDetail: (id, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
569
569
|
// verify required parameter 'id' is not null or undefined
|
|
570
570
|
(0, common_1.assertParamExists)('planDetail', 'id', id);
|
|
571
571
|
const localVarPath = `/gizone/workOrder/plan/{id}`
|
|
@@ -606,7 +606,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
606
606
|
* @param {*} [options] Override http request option.
|
|
607
607
|
* @throws {RequiredError}
|
|
608
608
|
*/
|
|
609
|
-
planList: (
|
|
609
|
+
planList: (parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories, itemIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
610
610
|
// verify required parameter 'parkId' is not null or undefined
|
|
611
611
|
(0, common_1.assertParamExists)('planList', 'parkId', parkId);
|
|
612
612
|
// verify required parameter 'page' is not null or undefined
|
|
@@ -672,7 +672,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
672
672
|
* @param {*} [options] Override http request option.
|
|
673
673
|
* @throws {RequiredError}
|
|
674
674
|
*/
|
|
675
|
-
processWorkOrder: (
|
|
675
|
+
processWorkOrder: (workOrderId, processWorkOrderVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
676
676
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
677
677
|
(0, common_1.assertParamExists)('processWorkOrder', 'workOrderId', workOrderId);
|
|
678
678
|
// verify required parameter 'processWorkOrderVo' is not null or undefined
|
|
@@ -723,12 +723,13 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
723
723
|
* @param {string} [plannedEndTime] 应执行结束时间
|
|
724
724
|
* @param {string} [completedStartTime] 工单完成开始时间
|
|
725
725
|
* @param {string} [completedEndTime] 工单完成结束时间
|
|
726
|
+
* @param {string} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
726
727
|
* @param {number} [page] 当前页码
|
|
727
728
|
* @param {number} [pageSize] 每页数量
|
|
728
729
|
* @param {*} [options] Override http request option.
|
|
729
730
|
* @throws {RequiredError}
|
|
730
731
|
*/
|
|
731
|
-
publicWorkOrderList: (
|
|
732
|
+
publicWorkOrderList: (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
732
733
|
const localVarPath = `/gizone/workOrder/public/list`;
|
|
733
734
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
734
735
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -799,6 +800,9 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
799
800
|
if (completedEndTime !== undefined) {
|
|
800
801
|
localVarQueryParameter['completedEndTime'] = completedEndTime;
|
|
801
802
|
}
|
|
803
|
+
if (inspectionPointStatus !== undefined) {
|
|
804
|
+
localVarQueryParameter['inspectionPointStatus'] = inspectionPointStatus;
|
|
805
|
+
}
|
|
802
806
|
if (page !== undefined) {
|
|
803
807
|
localVarQueryParameter['page'] = page;
|
|
804
808
|
}
|
|
@@ -821,7 +825,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
821
825
|
* @param {*} [options] Override http request option.
|
|
822
826
|
* @throws {RequiredError}
|
|
823
827
|
*/
|
|
824
|
-
qrCodeDetail: (
|
|
828
|
+
qrCodeDetail: (workOrderId, inspectionId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
825
829
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
826
830
|
(0, common_1.assertParamExists)('qrCodeDetail', 'workOrderId', workOrderId);
|
|
827
831
|
// verify required parameter 'inspectionId' is not null or undefined
|
|
@@ -860,7 +864,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
860
864
|
* @param {*} [options] Override http request option.
|
|
861
865
|
* @throws {RequiredError}
|
|
862
866
|
*/
|
|
863
|
-
saveDetail: (
|
|
867
|
+
saveDetail: (savePeriodWorkOrderDetailReq, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
864
868
|
// verify required parameter 'savePeriodWorkOrderDetailReq' is not null or undefined
|
|
865
869
|
(0, common_1.assertParamExists)('saveDetail', 'savePeriodWorkOrderDetailReq', savePeriodWorkOrderDetailReq);
|
|
866
870
|
const localVarPath = `/gizone/workOrder/period/saveDetail`;
|
|
@@ -894,7 +898,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
894
898
|
* @param {*} [options] Override http request option.
|
|
895
899
|
* @throws {RequiredError}
|
|
896
900
|
*/
|
|
897
|
-
selectWorkOrderInspectionPoint: (
|
|
901
|
+
selectWorkOrderInspectionPoint: (workOrderId, inspectionPointStatus, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
898
902
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
899
903
|
(0, common_1.assertParamExists)('selectWorkOrderInspectionPoint', 'workOrderId', workOrderId);
|
|
900
904
|
const localVarPath = `/gizone/workOrder/period/{workOrderId}/inspectionPoint`
|
|
@@ -929,7 +933,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
929
933
|
* @param {*} [options] Override http request option.
|
|
930
934
|
* @throws {RequiredError}
|
|
931
935
|
*/
|
|
932
|
-
selectWorkOrderStepByStepPushUserDetails: (
|
|
936
|
+
selectWorkOrderStepByStepPushUserDetails: (quartzSchedulerId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
933
937
|
// verify required parameter 'quartzSchedulerId' is not null or undefined
|
|
934
938
|
(0, common_1.assertParamExists)('selectWorkOrderStepByStepPushUserDetails', 'quartzSchedulerId', quartzSchedulerId);
|
|
935
939
|
const localVarPath = `/gizone/workOrder/selectWorkOrderStepByStepPushUserDetails`;
|
|
@@ -963,7 +967,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
963
967
|
* @param {*} [options] Override http request option.
|
|
964
968
|
* @throws {RequiredError}
|
|
965
969
|
*/
|
|
966
|
-
toState: (
|
|
970
|
+
toState: (planToStateVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
967
971
|
// verify required parameter 'planToStateVo' is not null or undefined
|
|
968
972
|
(0, common_1.assertParamExists)('toState', 'planToStateVo', planToStateVo);
|
|
969
973
|
const localVarPath = `/gizone/workOrder/plan/to/state`;
|
|
@@ -995,7 +999,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
995
999
|
* @param {*} [options] Override http request option.
|
|
996
1000
|
* @throws {RequiredError}
|
|
997
1001
|
*/
|
|
998
|
-
updateSqmStatus: (
|
|
1002
|
+
updateSqmStatus: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
999
1003
|
const localVarPath = `/gizone/workOrder/violation/updateSqmStatus`;
|
|
1000
1004
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1001
1005
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1024,7 +1028,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1024
1028
|
* @param {*} [options] Override http request option.
|
|
1025
1029
|
* @throws {RequiredError}
|
|
1026
1030
|
*/
|
|
1027
|
-
workClose: (
|
|
1031
|
+
workClose: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1028
1032
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
1029
1033
|
(0, common_1.assertParamExists)('workClose', 'workOrderId', workOrderId);
|
|
1030
1034
|
const localVarPath = `/gizone/workOrder/workClose`;
|
|
@@ -1058,7 +1062,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1058
1062
|
* @param {*} [options] Override http request option.
|
|
1059
1063
|
* @throws {RequiredError}
|
|
1060
1064
|
*/
|
|
1061
|
-
workCloseBatch: (
|
|
1065
|
+
workCloseBatch: (requestBody, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1062
1066
|
// verify required parameter 'requestBody' is not null or undefined
|
|
1063
1067
|
(0, common_1.assertParamExists)('workCloseBatch', 'requestBody', requestBody);
|
|
1064
1068
|
const localVarPath = `/gizone/workOrder/workCloseBatch`;
|
|
@@ -1092,7 +1096,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1092
1096
|
* @param {*} [options] Override http request option.
|
|
1093
1097
|
* @throws {RequiredError}
|
|
1094
1098
|
*/
|
|
1095
|
-
workOrderApproval: (
|
|
1099
|
+
workOrderApproval: (workOrderId, workOrderApprovalVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1096
1100
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
1097
1101
|
(0, common_1.assertParamExists)('workOrderApproval', 'workOrderId', workOrderId);
|
|
1098
1102
|
// verify required parameter 'workOrderApprovalVo' is not null or undefined
|
|
@@ -1129,7 +1133,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1129
1133
|
* @param {*} [options] Override http request option.
|
|
1130
1134
|
* @throws {RequiredError}
|
|
1131
1135
|
*/
|
|
1132
|
-
workOrderCirculationSettingsAddOrUpdate: (
|
|
1136
|
+
workOrderCirculationSettingsAddOrUpdate: (parkId, workOrderCirculationSettingsAddOrUpdateVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1133
1137
|
// verify required parameter 'parkId' is not null or undefined
|
|
1134
1138
|
(0, common_1.assertParamExists)('workOrderCirculationSettingsAddOrUpdate', 'parkId', parkId);
|
|
1135
1139
|
// verify required parameter 'workOrderCirculationSettingsAddOrUpdateVo' is not null or undefined
|
|
@@ -1165,7 +1169,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1165
1169
|
* @param {*} [options] Override http request option.
|
|
1166
1170
|
* @throws {RequiredError}
|
|
1167
1171
|
*/
|
|
1168
|
-
workOrderCirculationSettingsList: (
|
|
1172
|
+
workOrderCirculationSettingsList: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1169
1173
|
// verify required parameter 'parkId' is not null or undefined
|
|
1170
1174
|
(0, common_1.assertParamExists)('workOrderCirculationSettingsList', 'parkId', parkId);
|
|
1171
1175
|
const localVarPath = `/gizone/workOrderCirculationSettings/{parkId}`
|
|
@@ -1198,7 +1202,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1198
1202
|
* @param {*} [options] Override http request option.
|
|
1199
1203
|
* @throws {RequiredError}
|
|
1200
1204
|
*/
|
|
1201
|
-
workOrderDecision: (
|
|
1205
|
+
workOrderDecision: (workOrderId, workOrderDecisionVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1202
1206
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
1203
1207
|
(0, common_1.assertParamExists)('workOrderDecision', 'workOrderId', workOrderId);
|
|
1204
1208
|
// verify required parameter 'workOrderDecisionVo' is not null or undefined
|
|
@@ -1236,7 +1240,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1236
1240
|
* @param {*} [options] Override http request option.
|
|
1237
1241
|
* @throws {RequiredError}
|
|
1238
1242
|
*/
|
|
1239
|
-
workOrderDeptSettingsAddOrUpdate: (
|
|
1243
|
+
workOrderDeptSettingsAddOrUpdate: (parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1240
1244
|
// verify required parameter 'parkId' is not null or undefined
|
|
1241
1245
|
(0, common_1.assertParamExists)('workOrderDeptSettingsAddOrUpdate', 'parkId', parkId);
|
|
1242
1246
|
// verify required parameter 'workOrderType' is not null or undefined
|
|
@@ -1276,7 +1280,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1276
1280
|
* @param {*} [options] Override http request option.
|
|
1277
1281
|
* @throws {RequiredError}
|
|
1278
1282
|
*/
|
|
1279
|
-
workOrderDeptSettingsSelectByWorkOrderType: (
|
|
1283
|
+
workOrderDeptSettingsSelectByWorkOrderType: (parkId, workOrderType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1280
1284
|
// verify required parameter 'parkId' is not null or undefined
|
|
1281
1285
|
(0, common_1.assertParamExists)('workOrderDeptSettingsSelectByWorkOrderType', 'parkId', parkId);
|
|
1282
1286
|
// verify required parameter 'workOrderType' is not null or undefined
|
|
@@ -1313,7 +1317,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1313
1317
|
* @param {*} [options] Override http request option.
|
|
1314
1318
|
* @throws {RequiredError}
|
|
1315
1319
|
*/
|
|
1316
|
-
workOrderDeptSettingsSelectByWorkOrderTypeAndKey: (
|
|
1320
|
+
workOrderDeptSettingsSelectByWorkOrderTypeAndKey: (parkId, workOrderType, key, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1317
1321
|
// verify required parameter 'parkId' is not null or undefined
|
|
1318
1322
|
(0, common_1.assertParamExists)('workOrderDeptSettingsSelectByWorkOrderTypeAndKey', 'parkId', parkId);
|
|
1319
1323
|
// verify required parameter 'workOrderType' is not null or undefined
|
|
@@ -1351,7 +1355,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1351
1355
|
* @param {*} [options] Override http request option.
|
|
1352
1356
|
* @throws {RequiredError}
|
|
1353
1357
|
*/
|
|
1354
|
-
workOrderDistributeLeaflets: (
|
|
1358
|
+
workOrderDistributeLeaflets: (workOrderDistributeLeafletsVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1355
1359
|
// verify required parameter 'workOrderDistributeLeafletsVo' is not null or undefined
|
|
1356
1360
|
(0, common_1.assertParamExists)('workOrderDistributeLeaflets', 'workOrderDistributeLeafletsVo', workOrderDistributeLeafletsVo);
|
|
1357
1361
|
const localVarPath = `/gizone/workOrder/distribute/leaflets`;
|
|
@@ -1384,7 +1388,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1384
1388
|
* @param {*} [options] Override http request option.
|
|
1385
1389
|
* @throws {RequiredError}
|
|
1386
1390
|
*/
|
|
1387
|
-
workOrderExplorationAdd: (
|
|
1391
|
+
workOrderExplorationAdd: (explorationWorkOrderAddVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1388
1392
|
// verify required parameter 'explorationWorkOrderAddVo' is not null or undefined
|
|
1389
1393
|
(0, common_1.assertParamExists)('workOrderExplorationAdd', 'explorationWorkOrderAddVo', explorationWorkOrderAddVo);
|
|
1390
1394
|
const localVarPath = `/gizone/workorder/exploration`;
|
|
@@ -1417,7 +1421,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1417
1421
|
* @param {*} [options] Override http request option.
|
|
1418
1422
|
* @throws {RequiredError}
|
|
1419
1423
|
*/
|
|
1420
|
-
workOrderExplorationDetails: (
|
|
1424
|
+
workOrderExplorationDetails: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1421
1425
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
1422
1426
|
(0, common_1.assertParamExists)('workOrderExplorationDetails', 'workOrderId', workOrderId);
|
|
1423
1427
|
const localVarPath = `/gizone/workorder/exploration/{workOrderId}`
|
|
@@ -1449,7 +1453,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1449
1453
|
* @param {*} [options] Override http request option.
|
|
1450
1454
|
* @throws {RequiredError}
|
|
1451
1455
|
*/
|
|
1452
|
-
workOrderFreeze: (
|
|
1456
|
+
workOrderFreeze: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1453
1457
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
1454
1458
|
(0, common_1.assertParamExists)('workOrderFreeze', 'workOrderId', workOrderId);
|
|
1455
1459
|
const localVarPath = `/gizone/workOrder/freeze/{workOrderId}`
|
|
@@ -1483,7 +1487,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1483
1487
|
* @param {*} [options] Override http request option.
|
|
1484
1488
|
* @throws {RequiredError}
|
|
1485
1489
|
*/
|
|
1486
|
-
workOrderIssueTypeSelectByWorkOrderIssueType: (
|
|
1490
|
+
workOrderIssueTypeSelectByWorkOrderIssueType: (parkId, workOrderType, workOrderIssueType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1487
1491
|
// verify required parameter 'parkId' is not null or undefined
|
|
1488
1492
|
(0, common_1.assertParamExists)('workOrderIssueTypeSelectByWorkOrderIssueType', 'parkId', parkId);
|
|
1489
1493
|
// verify required parameter 'workOrderType' is not null or undefined
|
|
@@ -1522,7 +1526,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1522
1526
|
* @param {*} [options] Override http request option.
|
|
1523
1527
|
* @throws {RequiredError}
|
|
1524
1528
|
*/
|
|
1525
|
-
workOrderIssueTypeSettingsAddOrUpdate: (
|
|
1529
|
+
workOrderIssueTypeSettingsAddOrUpdate: (parkId, workOrderIssueTypeSettingsAddOrUpdateVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1526
1530
|
// verify required parameter 'parkId' is not null or undefined
|
|
1527
1531
|
(0, common_1.assertParamExists)('workOrderIssueTypeSettingsAddOrUpdate', 'parkId', parkId);
|
|
1528
1532
|
// verify required parameter 'workOrderIssueTypeSettingsAddOrUpdateVo' is not null or undefined
|
|
@@ -1558,7 +1562,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1558
1562
|
* @param {*} [options] Override http request option.
|
|
1559
1563
|
* @throws {RequiredError}
|
|
1560
1564
|
*/
|
|
1561
|
-
workOrderIssueTypeSettingsSelectByParkId: (
|
|
1565
|
+
workOrderIssueTypeSettingsSelectByParkId: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1562
1566
|
// verify required parameter 'parkId' is not null or undefined
|
|
1563
1567
|
(0, common_1.assertParamExists)('workOrderIssueTypeSettingsSelectByParkId', 'parkId', parkId);
|
|
1564
1568
|
const localVarPath = `/gizone/workOrder/executionTimeSettings/{parkId}`
|
|
@@ -1605,12 +1609,13 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1605
1609
|
* @param {string} [plannedEndTime] 应执行结束时间
|
|
1606
1610
|
* @param {string} [completedStartTime] 工单完成开始时间
|
|
1607
1611
|
* @param {string} [completedEndTime] 工单完成结束时间
|
|
1612
|
+
* @param {string} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
1608
1613
|
* @param {number} [page] 当前页码
|
|
1609
1614
|
* @param {number} [pageSize] 每页数量
|
|
1610
1615
|
* @param {*} [options] Override http request option.
|
|
1611
1616
|
* @throws {RequiredError}
|
|
1612
1617
|
*/
|
|
1613
|
-
workOrderList: (
|
|
1618
|
+
workOrderList: (workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1614
1619
|
const localVarPath = `/gizone/workOrder/list`;
|
|
1615
1620
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1616
1621
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1681,6 +1686,9 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1681
1686
|
if (completedEndTime !== undefined) {
|
|
1682
1687
|
localVarQueryParameter['completedEndTime'] = completedEndTime;
|
|
1683
1688
|
}
|
|
1689
|
+
if (inspectionPointStatus !== undefined) {
|
|
1690
|
+
localVarQueryParameter['inspectionPointStatus'] = inspectionPointStatus;
|
|
1691
|
+
}
|
|
1684
1692
|
if (page !== undefined) {
|
|
1685
1693
|
localVarQueryParameter['page'] = page;
|
|
1686
1694
|
}
|
|
@@ -1702,7 +1710,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1702
1710
|
* @param {*} [options] Override http request option.
|
|
1703
1711
|
* @throws {RequiredError}
|
|
1704
1712
|
*/
|
|
1705
|
-
workOrderMonitoringCoverageAlertDetails: (
|
|
1713
|
+
workOrderMonitoringCoverageAlertDetails: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1706
1714
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
1707
1715
|
(0, common_1.assertParamExists)('workOrderMonitoringCoverageAlertDetails', 'workOrderId', workOrderId);
|
|
1708
1716
|
const localVarPath = `/gizone/workorder/monitoringCoverageAlert/{workOrderId}`
|
|
@@ -1735,7 +1743,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1735
1743
|
* @param {*} [options] Override http request option.
|
|
1736
1744
|
* @throws {RequiredError}
|
|
1737
1745
|
*/
|
|
1738
|
-
workOrderMonitoringCoverageAlertProcess: (
|
|
1746
|
+
workOrderMonitoringCoverageAlertProcess: (workOrderId, monitoringCoverageAlertProcessVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1739
1747
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
1740
1748
|
(0, common_1.assertParamExists)('workOrderMonitoringCoverageAlertProcess', 'workOrderId', workOrderId);
|
|
1741
1749
|
// verify required parameter 'monitoringCoverageAlertProcessVo' is not null or undefined
|
|
@@ -1771,7 +1779,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1771
1779
|
* @param {*} [options] Override http request option.
|
|
1772
1780
|
* @throws {RequiredError}
|
|
1773
1781
|
*/
|
|
1774
|
-
workOrderNetworkMonitorRepairAdd: (
|
|
1782
|
+
workOrderNetworkMonitorRepairAdd: (networkMonitorRepairAddVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1775
1783
|
// verify required parameter 'networkMonitorRepairAddVo' is not null or undefined
|
|
1776
1784
|
(0, common_1.assertParamExists)('workOrderNetworkMonitorRepairAdd', 'networkMonitorRepairAddVo', networkMonitorRepairAddVo);
|
|
1777
1785
|
const localVarPath = `/gizone/workOrder/networkMonitorRepair`;
|
|
@@ -1804,7 +1812,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1804
1812
|
* @param {*} [options] Override http request option.
|
|
1805
1813
|
* @throws {RequiredError}
|
|
1806
1814
|
*/
|
|
1807
|
-
workOrderNetworkMonitorRepairDetails: (
|
|
1815
|
+
workOrderNetworkMonitorRepairDetails: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1808
1816
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
1809
1817
|
(0, common_1.assertParamExists)('workOrderNetworkMonitorRepairDetails', 'workOrderId', workOrderId);
|
|
1810
1818
|
const localVarPath = `/gizone/workOrder/networkMonitorRepair/{workOrderId}`
|
|
@@ -1837,7 +1845,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1837
1845
|
* @param {*} [options] Override http request option.
|
|
1838
1846
|
* @throws {RequiredError}
|
|
1839
1847
|
*/
|
|
1840
|
-
workOrderNetworkMonitorRepairProcess: (
|
|
1848
|
+
workOrderNetworkMonitorRepairProcess: (workOrderId, processNetworkMonitorRepairVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1841
1849
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
1842
1850
|
(0, common_1.assertParamExists)('workOrderNetworkMonitorRepairProcess', 'workOrderId', workOrderId);
|
|
1843
1851
|
// verify required parameter 'processNetworkMonitorRepairVo' is not null or undefined
|
|
@@ -1873,7 +1881,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1873
1881
|
* @param {*} [options] Override http request option.
|
|
1874
1882
|
* @throws {RequiredError}
|
|
1875
1883
|
*/
|
|
1876
|
-
workOrderPeriodDetail: (
|
|
1884
|
+
workOrderPeriodDetail: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1877
1885
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
1878
1886
|
(0, common_1.assertParamExists)('workOrderPeriodDetail', 'workOrderId', workOrderId);
|
|
1879
1887
|
const localVarPath = `/gizone/workOrder/period/{workOrderId}`
|
|
@@ -1905,7 +1913,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1905
1913
|
* @param {*} [options] Override http request option.
|
|
1906
1914
|
* @throws {RequiredError}
|
|
1907
1915
|
*/
|
|
1908
|
-
workOrderPushSettingsList: (
|
|
1916
|
+
workOrderPushSettingsList: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1909
1917
|
// verify required parameter 'parkId' is not null or undefined
|
|
1910
1918
|
(0, common_1.assertParamExists)('workOrderPushSettingsList', 'parkId', parkId);
|
|
1911
1919
|
const localVarPath = `/gizone/work/order/workOrderPushSettings/selectList`;
|
|
@@ -1939,7 +1947,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1939
1947
|
* @param {*} [options] Override http request option.
|
|
1940
1948
|
* @throws {RequiredError}
|
|
1941
1949
|
*/
|
|
1942
|
-
workOrderPushSettingsSaveOrUpdate: (
|
|
1950
|
+
workOrderPushSettingsSaveOrUpdate: (workOrderPushSettingsVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1943
1951
|
// verify required parameter 'workOrderPushSettingsVO' is not null or undefined
|
|
1944
1952
|
(0, common_1.assertParamExists)('workOrderPushSettingsSaveOrUpdate', 'workOrderPushSettingsVO', workOrderPushSettingsVO);
|
|
1945
1953
|
const localVarPath = `/gizone/work/order/workOrderPushSettings/saveOrUpdate`;
|
|
@@ -1972,7 +1980,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
1972
1980
|
* @param {*} [options] Override http request option.
|
|
1973
1981
|
* @throws {RequiredError}
|
|
1974
1982
|
*/
|
|
1975
|
-
workOrderReceivingOrders: (
|
|
1983
|
+
workOrderReceivingOrders: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1976
1984
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
1977
1985
|
(0, common_1.assertParamExists)('workOrderReceivingOrders', 'workOrderId', workOrderId);
|
|
1978
1986
|
const localVarPath = `/gizone/workOrder/receiving/orders/{workOrderId}`
|
|
@@ -2005,7 +2013,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
2005
2013
|
* @param {*} [options] Override http request option.
|
|
2006
2014
|
* @throws {RequiredError}
|
|
2007
2015
|
*/
|
|
2008
|
-
workOrderReject: (
|
|
2016
|
+
workOrderReject: (workOrderId, workOrderRejectVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2009
2017
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
2010
2018
|
(0, common_1.assertParamExists)('workOrderReject', 'workOrderId', workOrderId);
|
|
2011
2019
|
// verify required parameter 'workOrderRejectVo' is not null or undefined
|
|
@@ -2041,7 +2049,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
2041
2049
|
* @param {*} [options] Override http request option.
|
|
2042
2050
|
* @throws {RequiredError}
|
|
2043
2051
|
*/
|
|
2044
|
-
workOrderRepairAdd: (
|
|
2052
|
+
workOrderRepairAdd: (workOrderAddVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2045
2053
|
// verify required parameter 'workOrderAddVo' is not null or undefined
|
|
2046
2054
|
(0, common_1.assertParamExists)('workOrderRepairAdd', 'workOrderAddVo', workOrderAddVo);
|
|
2047
2055
|
const localVarPath = `/gizone/workOrder/repair`;
|
|
@@ -2074,7 +2082,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
2074
2082
|
* @param {*} [options] Override http request option.
|
|
2075
2083
|
* @throws {RequiredError}
|
|
2076
2084
|
*/
|
|
2077
|
-
workOrderRepairDetail: (
|
|
2085
|
+
workOrderRepairDetail: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2078
2086
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
2079
2087
|
(0, common_1.assertParamExists)('workOrderRepairDetail', 'workOrderId', workOrderId);
|
|
2080
2088
|
const localVarPath = `/gizone/workOrder/repair/{workOrderId}`
|
|
@@ -2107,7 +2115,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
2107
2115
|
* @param {*} [options] Override http request option.
|
|
2108
2116
|
* @throws {RequiredError}
|
|
2109
2117
|
*/
|
|
2110
|
-
workOrderReport: (
|
|
2118
|
+
workOrderReport: (workOrderId, workOrderReportVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2111
2119
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
2112
2120
|
(0, common_1.assertParamExists)('workOrderReport', 'workOrderId', workOrderId);
|
|
2113
2121
|
// verify required parameter 'workOrderReportVo' is not null or undefined
|
|
@@ -2144,7 +2152,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
2144
2152
|
* @param {*} [options] Override http request option.
|
|
2145
2153
|
* @throws {RequiredError}
|
|
2146
2154
|
*/
|
|
2147
|
-
workOrderSpotCheck: (
|
|
2155
|
+
workOrderSpotCheck: (workOrderId, workOrderSpotCheckVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2148
2156
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
2149
2157
|
(0, common_1.assertParamExists)('workOrderSpotCheck', 'workOrderId', workOrderId);
|
|
2150
2158
|
// verify required parameter 'workOrderSpotCheckVo' is not null or undefined
|
|
@@ -2173,6 +2181,42 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
2173
2181
|
options: localVarRequestOptions,
|
|
2174
2182
|
};
|
|
2175
2183
|
}),
|
|
2184
|
+
/**
|
|
2185
|
+
*
|
|
2186
|
+
* @summary 查询工单抽检次数
|
|
2187
|
+
* @param {number} workOrderId
|
|
2188
|
+
* @param {number} [inspectionItemId]
|
|
2189
|
+
* @param {*} [options] Override http request option.
|
|
2190
|
+
* @throws {RequiredError}
|
|
2191
|
+
*/
|
|
2192
|
+
workOrderSpotCheckCount: (workOrderId, inspectionItemId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2193
|
+
// verify required parameter 'workOrderId' is not null or undefined
|
|
2194
|
+
(0, common_1.assertParamExists)('workOrderSpotCheckCount', 'workOrderId', workOrderId);
|
|
2195
|
+
const localVarPath = `/gizone/workOrder/{workOrderId}/spot-check/count`
|
|
2196
|
+
.replace(`{${"workOrderId"}}`, encodeURIComponent(String(workOrderId)));
|
|
2197
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2198
|
+
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
2199
|
+
let baseOptions;
|
|
2200
|
+
if (configuration) {
|
|
2201
|
+
baseOptions = configuration.baseOptions;
|
|
2202
|
+
}
|
|
2203
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
2204
|
+
const localVarHeaderParameter = {};
|
|
2205
|
+
const localVarQueryParameter = {};
|
|
2206
|
+
// authentication tokenScheme required
|
|
2207
|
+
// http bearer authentication required
|
|
2208
|
+
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
2209
|
+
if (inspectionItemId !== undefined) {
|
|
2210
|
+
localVarQueryParameter['inspectionItemId'] = inspectionItemId;
|
|
2211
|
+
}
|
|
2212
|
+
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
2213
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2214
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
2215
|
+
return {
|
|
2216
|
+
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
2217
|
+
options: localVarRequestOptions,
|
|
2218
|
+
};
|
|
2219
|
+
}),
|
|
2176
2220
|
/**
|
|
2177
2221
|
*
|
|
2178
2222
|
* @summary 查询工单抽检详情
|
|
@@ -2180,7 +2224,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
2180
2224
|
* @param {*} [options] Override http request option.
|
|
2181
2225
|
* @throws {RequiredError}
|
|
2182
2226
|
*/
|
|
2183
|
-
workOrderSpotCheckDetails: (
|
|
2227
|
+
workOrderSpotCheckDetails: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2184
2228
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
2185
2229
|
(0, common_1.assertParamExists)('workOrderSpotCheckDetails', 'workOrderId', workOrderId);
|
|
2186
2230
|
const localVarPath = `/gizone/workOrder/{workOrderId}/spot-check`
|
|
@@ -2213,7 +2257,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
2213
2257
|
* @param {*} [options] Override http request option.
|
|
2214
2258
|
* @throws {RequiredError}
|
|
2215
2259
|
*/
|
|
2216
|
-
workOrderStagingData: (
|
|
2260
|
+
workOrderStagingData: (workOrderId, workOrderStagingDataVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2217
2261
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
2218
2262
|
(0, common_1.assertParamExists)('workOrderStagingData', 'workOrderId', workOrderId);
|
|
2219
2263
|
// verify required parameter 'workOrderStagingDataVo' is not null or undefined
|
|
@@ -2250,7 +2294,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
2250
2294
|
* @param {*} [options] Override http request option.
|
|
2251
2295
|
* @throws {RequiredError}
|
|
2252
2296
|
*/
|
|
2253
|
-
workOrderSubmit: (
|
|
2297
|
+
workOrderSubmit: (workOrderId, workOrderSubmitVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2254
2298
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
2255
2299
|
(0, common_1.assertParamExists)('workOrderSubmit', 'workOrderId', workOrderId);
|
|
2256
2300
|
// verify required parameter 'workOrderSubmitVo' is not null or undefined
|
|
@@ -2287,7 +2331,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
2287
2331
|
* @param {*} [options] Override http request option.
|
|
2288
2332
|
* @throws {RequiredError}
|
|
2289
2333
|
*/
|
|
2290
|
-
workOrderTypeSettingsAddMsgRemindConfig: (
|
|
2334
|
+
workOrderTypeSettingsAddMsgRemindConfig: (parkId, workOrderTypeMsgRemindConfigAddOrUpdateVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2291
2335
|
// verify required parameter 'parkId' is not null or undefined
|
|
2292
2336
|
(0, common_1.assertParamExists)('workOrderTypeSettingsAddMsgRemindConfig', 'parkId', parkId);
|
|
2293
2337
|
// verify required parameter 'workOrderTypeMsgRemindConfigAddOrUpdateVo' is not null or undefined
|
|
@@ -2323,7 +2367,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
2323
2367
|
* @param {*} [options] Override http request option.
|
|
2324
2368
|
* @throws {RequiredError}
|
|
2325
2369
|
*/
|
|
2326
|
-
workOrderTypeSettingsSelectList: (
|
|
2370
|
+
workOrderTypeSettingsSelectList: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2327
2371
|
// verify required parameter 'parkId' is not null or undefined
|
|
2328
2372
|
(0, common_1.assertParamExists)('workOrderTypeSettingsSelectList', 'parkId', parkId);
|
|
2329
2373
|
const localVarPath = `/gizone/workOrderTypeSettings/{parkId}`
|
|
@@ -2355,7 +2399,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
2355
2399
|
* @param {*} [options] Override http request option.
|
|
2356
2400
|
* @throws {RequiredError}
|
|
2357
2401
|
*/
|
|
2358
|
-
workOrderViolationAdd: (
|
|
2402
|
+
workOrderViolationAdd: (violationWorkOrderAddVo, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2359
2403
|
// verify required parameter 'violationWorkOrderAddVo' is not null or undefined
|
|
2360
2404
|
(0, common_1.assertParamExists)('workOrderViolationAdd', 'violationWorkOrderAddVo', violationWorkOrderAddVo);
|
|
2361
2405
|
const localVarPath = `/gizone/workOrder/violation`;
|
|
@@ -2388,7 +2432,7 @@ const WorkOrderApiAxiosParamCreator = function (configuration) {
|
|
|
2388
2432
|
* @param {*} [options] Override http request option.
|
|
2389
2433
|
* @throws {RequiredError}
|
|
2390
2434
|
*/
|
|
2391
|
-
workOrderViolationDetails: (
|
|
2435
|
+
workOrderViolationDetails: (workOrderId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
2392
2436
|
// verify required parameter 'workOrderId' is not null or undefined
|
|
2393
2437
|
(0, common_1.assertParamExists)('workOrderViolationDetails', 'workOrderId', workOrderId);
|
|
2394
2438
|
const localVarPath = `/gizone/workOrder/violation/{workOrderId}`
|
|
@@ -2431,12 +2475,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2431
2475
|
* @throws {RequiredError}
|
|
2432
2476
|
*/
|
|
2433
2477
|
addComment(workOrderCommentVo, options) {
|
|
2478
|
+
var _a, _b, _c;
|
|
2434
2479
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2435
|
-
var _a, _b, _c;
|
|
2436
2480
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.addComment(workOrderCommentVo, options);
|
|
2437
|
-
const
|
|
2438
|
-
const
|
|
2439
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2481
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2482
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.addComment']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2483
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2440
2484
|
});
|
|
2441
2485
|
},
|
|
2442
2486
|
/**
|
|
@@ -2447,12 +2491,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2447
2491
|
* @throws {RequiredError}
|
|
2448
2492
|
*/
|
|
2449
2493
|
addPlan(planAddVo, options) {
|
|
2494
|
+
var _a, _b, _c;
|
|
2450
2495
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2451
|
-
var _a, _b, _c;
|
|
2452
2496
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.addPlan(planAddVo, options);
|
|
2453
|
-
const
|
|
2454
|
-
const
|
|
2455
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2497
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2498
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.addPlan']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2499
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2456
2500
|
});
|
|
2457
2501
|
},
|
|
2458
2502
|
/**
|
|
@@ -2464,12 +2508,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2464
2508
|
* @throws {RequiredError}
|
|
2465
2509
|
*/
|
|
2466
2510
|
calendar(start, end, options) {
|
|
2511
|
+
var _a, _b, _c;
|
|
2467
2512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2468
|
-
var _a, _b, _c;
|
|
2469
2513
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.calendar(start, end, options);
|
|
2470
|
-
const
|
|
2471
|
-
const
|
|
2472
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2514
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2515
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.calendar']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2516
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2473
2517
|
});
|
|
2474
2518
|
},
|
|
2475
2519
|
/**
|
|
@@ -2480,12 +2524,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2480
2524
|
* @throws {RequiredError}
|
|
2481
2525
|
*/
|
|
2482
2526
|
calendarList(date, options) {
|
|
2527
|
+
var _a, _b, _c;
|
|
2483
2528
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2484
|
-
var _a, _b, _c;
|
|
2485
2529
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.calendarList(date, options);
|
|
2486
|
-
const
|
|
2487
|
-
const
|
|
2488
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2530
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2531
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.calendarList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2532
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2489
2533
|
});
|
|
2490
2534
|
},
|
|
2491
2535
|
/**
|
|
@@ -2496,12 +2540,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2496
2540
|
* @throws {RequiredError}
|
|
2497
2541
|
*/
|
|
2498
2542
|
commentList(workOrderId, options) {
|
|
2543
|
+
var _a, _b, _c;
|
|
2499
2544
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2500
|
-
var _a, _b, _c;
|
|
2501
2545
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.commentList(workOrderId, options);
|
|
2502
|
-
const
|
|
2503
|
-
const
|
|
2504
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2546
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2547
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.commentList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2548
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2505
2549
|
});
|
|
2506
2550
|
},
|
|
2507
2551
|
/**
|
|
@@ -2512,12 +2556,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2512
2556
|
* @throws {RequiredError}
|
|
2513
2557
|
*/
|
|
2514
2558
|
del(workOrderId, options) {
|
|
2559
|
+
var _a, _b, _c;
|
|
2515
2560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2516
|
-
var _a, _b, _c;
|
|
2517
2561
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.del(workOrderId, options);
|
|
2518
|
-
const
|
|
2519
|
-
const
|
|
2520
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2562
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2563
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.del']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2564
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2521
2565
|
});
|
|
2522
2566
|
},
|
|
2523
2567
|
/**
|
|
@@ -2528,12 +2572,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2528
2572
|
* @throws {RequiredError}
|
|
2529
2573
|
*/
|
|
2530
2574
|
delOne(id, options) {
|
|
2575
|
+
var _a, _b, _c;
|
|
2531
2576
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2532
|
-
var _a, _b, _c;
|
|
2533
2577
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.delOne(id, options);
|
|
2534
|
-
const
|
|
2535
|
-
const
|
|
2536
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2578
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2579
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.delOne']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2580
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2537
2581
|
});
|
|
2538
2582
|
},
|
|
2539
2583
|
/**
|
|
@@ -2545,12 +2589,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2545
2589
|
* @throws {RequiredError}
|
|
2546
2590
|
*/
|
|
2547
2591
|
editPlan(id, planEditVo, options) {
|
|
2592
|
+
var _a, _b, _c;
|
|
2548
2593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2549
|
-
var _a, _b, _c;
|
|
2550
2594
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.editPlan(id, planEditVo, options);
|
|
2551
|
-
const
|
|
2552
|
-
const
|
|
2553
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2595
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2596
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.editPlan']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2597
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2554
2598
|
});
|
|
2555
2599
|
},
|
|
2556
2600
|
/**
|
|
@@ -2561,12 +2605,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2561
2605
|
* @throws {RequiredError}
|
|
2562
2606
|
*/
|
|
2563
2607
|
editStatus(workOrderStatusVo, options) {
|
|
2608
|
+
var _a, _b, _c;
|
|
2564
2609
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2565
|
-
var _a, _b, _c;
|
|
2566
2610
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.editStatus(workOrderStatusVo, options);
|
|
2567
|
-
const
|
|
2568
|
-
const
|
|
2569
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2611
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2612
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.editStatus']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2613
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2570
2614
|
});
|
|
2571
2615
|
},
|
|
2572
2616
|
/**
|
|
@@ -2589,12 +2633,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2589
2633
|
* @throws {RequiredError}
|
|
2590
2634
|
*/
|
|
2591
2635
|
exportWorkOrder(workOrderName, workOrderTypes, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, inspectionException, workOrderStatuses, executionDeptIds, equipmentId, workOrderTypeSubcategories, isTimeOut, options) {
|
|
2636
|
+
var _a, _b, _c;
|
|
2592
2637
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2593
|
-
var _a, _b, _c;
|
|
2594
2638
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportWorkOrder(workOrderName, workOrderTypes, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, inspectionException, workOrderStatuses, executionDeptIds, equipmentId, workOrderTypeSubcategories, isTimeOut, options);
|
|
2595
|
-
const
|
|
2596
|
-
const
|
|
2597
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2639
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2640
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.exportWorkOrder']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2641
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2598
2642
|
});
|
|
2599
2643
|
},
|
|
2600
2644
|
/**
|
|
@@ -2605,12 +2649,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2605
2649
|
* @throws {RequiredError}
|
|
2606
2650
|
*/
|
|
2607
2651
|
getListByWorkOrderId(workOrderId, options) {
|
|
2652
|
+
var _a, _b, _c;
|
|
2608
2653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2609
|
-
var _a, _b, _c;
|
|
2610
2654
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getListByWorkOrderId(workOrderId, options);
|
|
2611
|
-
const
|
|
2612
|
-
const
|
|
2613
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2655
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2656
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.getListByWorkOrderId']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2657
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2614
2658
|
});
|
|
2615
2659
|
},
|
|
2616
2660
|
/**
|
|
@@ -2621,12 +2665,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2621
2665
|
* @throws {RequiredError}
|
|
2622
2666
|
*/
|
|
2623
2667
|
handle(inspectionHandleReq, options) {
|
|
2668
|
+
var _a, _b, _c;
|
|
2624
2669
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2625
|
-
var _a, _b, _c;
|
|
2626
2670
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.handle(inspectionHandleReq, options);
|
|
2627
|
-
const
|
|
2628
|
-
const
|
|
2629
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2671
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2672
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.handle']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2673
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2630
2674
|
});
|
|
2631
2675
|
},
|
|
2632
2676
|
/**
|
|
@@ -2637,12 +2681,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2637
2681
|
* @throws {RequiredError}
|
|
2638
2682
|
*/
|
|
2639
2683
|
handleBatch(inspectionHandleReq, options) {
|
|
2684
|
+
var _a, _b, _c;
|
|
2640
2685
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2641
|
-
var _a, _b, _c;
|
|
2642
2686
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.handleBatch(inspectionHandleReq, options);
|
|
2643
|
-
const
|
|
2644
|
-
const
|
|
2645
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2687
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2688
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.handleBatch']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2689
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2646
2690
|
});
|
|
2647
2691
|
},
|
|
2648
2692
|
/**
|
|
@@ -2653,12 +2697,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2653
2697
|
* @throws {RequiredError}
|
|
2654
2698
|
*/
|
|
2655
2699
|
inspectionComplete(inspectionCompleteVO, options) {
|
|
2700
|
+
var _a, _b, _c;
|
|
2656
2701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2657
|
-
var _a, _b, _c;
|
|
2658
2702
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.inspectionComplete(inspectionCompleteVO, options);
|
|
2659
|
-
const
|
|
2660
|
-
const
|
|
2661
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2703
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2704
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.inspectionComplete']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2705
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2662
2706
|
});
|
|
2663
2707
|
},
|
|
2664
2708
|
/**
|
|
@@ -2669,12 +2713,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2669
2713
|
* @throws {RequiredError}
|
|
2670
2714
|
*/
|
|
2671
2715
|
planDetail(id, options) {
|
|
2716
|
+
var _a, _b, _c;
|
|
2672
2717
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2673
|
-
var _a, _b, _c;
|
|
2674
2718
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.planDetail(id, options);
|
|
2675
|
-
const
|
|
2676
|
-
const
|
|
2677
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2719
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2720
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.planDetail']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2721
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2678
2722
|
});
|
|
2679
2723
|
},
|
|
2680
2724
|
/**
|
|
@@ -2694,12 +2738,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2694
2738
|
* @throws {RequiredError}
|
|
2695
2739
|
*/
|
|
2696
2740
|
planList(parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories, itemIds, options) {
|
|
2741
|
+
var _a, _b, _c;
|
|
2697
2742
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2698
|
-
var _a, _b, _c;
|
|
2699
2743
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.planList(parkId, page, pageSize, planName, deptIds, planTypes, repeats, state, workOrderTypeSubcategories, itemIds, options);
|
|
2700
|
-
const
|
|
2701
|
-
const
|
|
2702
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2744
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2745
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.planList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2746
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2703
2747
|
});
|
|
2704
2748
|
},
|
|
2705
2749
|
/**
|
|
@@ -2711,12 +2755,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2711
2755
|
* @throws {RequiredError}
|
|
2712
2756
|
*/
|
|
2713
2757
|
processWorkOrder(workOrderId, processWorkOrderVo, options) {
|
|
2758
|
+
var _a, _b, _c;
|
|
2714
2759
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2715
|
-
var _a, _b, _c;
|
|
2716
2760
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.processWorkOrder(workOrderId, processWorkOrderVo, options);
|
|
2717
|
-
const
|
|
2718
|
-
const
|
|
2719
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2761
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2762
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.processWorkOrder']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2763
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2720
2764
|
});
|
|
2721
2765
|
},
|
|
2722
2766
|
/**
|
|
@@ -2741,18 +2785,19 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2741
2785
|
* @param {string} [plannedEndTime] 应执行结束时间
|
|
2742
2786
|
* @param {string} [completedStartTime] 工单完成开始时间
|
|
2743
2787
|
* @param {string} [completedEndTime] 工单完成结束时间
|
|
2788
|
+
* @param {string} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
2744
2789
|
* @param {number} [page] 当前页码
|
|
2745
2790
|
* @param {number} [pageSize] 每页数量
|
|
2746
2791
|
* @param {*} [options] Override http request option.
|
|
2747
2792
|
* @throws {RequiredError}
|
|
2748
2793
|
*/
|
|
2749
|
-
publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, page, pageSize, options) {
|
|
2794
|
+
publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options) {
|
|
2795
|
+
var _a, _b, _c;
|
|
2750
2796
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2751
|
-
|
|
2752
|
-
const
|
|
2753
|
-
const
|
|
2754
|
-
|
|
2755
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2797
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.publicWorkOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options);
|
|
2798
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2799
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.publicWorkOrderList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2800
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2756
2801
|
});
|
|
2757
2802
|
},
|
|
2758
2803
|
/**
|
|
@@ -2764,12 +2809,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2764
2809
|
* @throws {RequiredError}
|
|
2765
2810
|
*/
|
|
2766
2811
|
qrCodeDetail(workOrderId, inspectionId, options) {
|
|
2812
|
+
var _a, _b, _c;
|
|
2767
2813
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2768
|
-
var _a, _b, _c;
|
|
2769
2814
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.qrCodeDetail(workOrderId, inspectionId, options);
|
|
2770
|
-
const
|
|
2771
|
-
const
|
|
2772
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2815
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2816
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.qrCodeDetail']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2817
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2773
2818
|
});
|
|
2774
2819
|
},
|
|
2775
2820
|
/**
|
|
@@ -2780,12 +2825,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2780
2825
|
* @throws {RequiredError}
|
|
2781
2826
|
*/
|
|
2782
2827
|
saveDetail(savePeriodWorkOrderDetailReq, options) {
|
|
2828
|
+
var _a, _b, _c;
|
|
2783
2829
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2784
|
-
var _a, _b, _c;
|
|
2785
2830
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.saveDetail(savePeriodWorkOrderDetailReq, options);
|
|
2786
|
-
const
|
|
2787
|
-
const
|
|
2788
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2831
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2832
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.saveDetail']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2833
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2789
2834
|
});
|
|
2790
2835
|
},
|
|
2791
2836
|
/**
|
|
@@ -2797,12 +2842,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2797
2842
|
* @throws {RequiredError}
|
|
2798
2843
|
*/
|
|
2799
2844
|
selectWorkOrderInspectionPoint(workOrderId, inspectionPointStatus, options) {
|
|
2845
|
+
var _a, _b, _c;
|
|
2800
2846
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2801
|
-
var _a, _b, _c;
|
|
2802
2847
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectWorkOrderInspectionPoint(workOrderId, inspectionPointStatus, options);
|
|
2803
|
-
const
|
|
2804
|
-
const
|
|
2805
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2848
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2849
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.selectWorkOrderInspectionPoint']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2850
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2806
2851
|
});
|
|
2807
2852
|
},
|
|
2808
2853
|
/**
|
|
@@ -2813,12 +2858,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2813
2858
|
* @throws {RequiredError}
|
|
2814
2859
|
*/
|
|
2815
2860
|
selectWorkOrderStepByStepPushUserDetails(quartzSchedulerId, options) {
|
|
2861
|
+
var _a, _b, _c;
|
|
2816
2862
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2817
|
-
var _a, _b, _c;
|
|
2818
2863
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectWorkOrderStepByStepPushUserDetails(quartzSchedulerId, options);
|
|
2819
|
-
const
|
|
2820
|
-
const
|
|
2821
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2864
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2865
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.selectWorkOrderStepByStepPushUserDetails']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2866
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2822
2867
|
});
|
|
2823
2868
|
},
|
|
2824
2869
|
/**
|
|
@@ -2829,12 +2874,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2829
2874
|
* @throws {RequiredError}
|
|
2830
2875
|
*/
|
|
2831
2876
|
toState(planToStateVo, options) {
|
|
2877
|
+
var _a, _b, _c;
|
|
2832
2878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2833
|
-
var _a, _b, _c;
|
|
2834
2879
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.toState(planToStateVo, options);
|
|
2835
|
-
const
|
|
2836
|
-
const
|
|
2837
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2880
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2881
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.toState']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2882
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2838
2883
|
});
|
|
2839
2884
|
},
|
|
2840
2885
|
/**
|
|
@@ -2844,12 +2889,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2844
2889
|
* @throws {RequiredError}
|
|
2845
2890
|
*/
|
|
2846
2891
|
updateSqmStatus(options) {
|
|
2892
|
+
var _a, _b, _c;
|
|
2847
2893
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2848
|
-
var _a, _b, _c;
|
|
2849
2894
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateSqmStatus(options);
|
|
2850
|
-
const
|
|
2851
|
-
const
|
|
2852
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2895
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2896
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.updateSqmStatus']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2897
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2853
2898
|
});
|
|
2854
2899
|
},
|
|
2855
2900
|
/**
|
|
@@ -2860,12 +2905,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2860
2905
|
* @throws {RequiredError}
|
|
2861
2906
|
*/
|
|
2862
2907
|
workClose(workOrderId, options) {
|
|
2908
|
+
var _a, _b, _c;
|
|
2863
2909
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2864
|
-
var _a, _b, _c;
|
|
2865
2910
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workClose(workOrderId, options);
|
|
2866
|
-
const
|
|
2867
|
-
const
|
|
2868
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2911
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2912
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workClose']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2913
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2869
2914
|
});
|
|
2870
2915
|
},
|
|
2871
2916
|
/**
|
|
@@ -2876,12 +2921,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2876
2921
|
* @throws {RequiredError}
|
|
2877
2922
|
*/
|
|
2878
2923
|
workCloseBatch(requestBody, options) {
|
|
2924
|
+
var _a, _b, _c;
|
|
2879
2925
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2880
|
-
var _a, _b, _c;
|
|
2881
2926
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workCloseBatch(requestBody, options);
|
|
2882
|
-
const
|
|
2883
|
-
const
|
|
2884
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2927
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2928
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workCloseBatch']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2929
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2885
2930
|
});
|
|
2886
2931
|
},
|
|
2887
2932
|
/**
|
|
@@ -2893,12 +2938,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2893
2938
|
* @throws {RequiredError}
|
|
2894
2939
|
*/
|
|
2895
2940
|
workOrderApproval(workOrderId, workOrderApprovalVo, options) {
|
|
2941
|
+
var _a, _b, _c;
|
|
2896
2942
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2897
|
-
var _a, _b, _c;
|
|
2898
2943
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderApproval(workOrderId, workOrderApprovalVo, options);
|
|
2899
|
-
const
|
|
2900
|
-
const
|
|
2901
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2944
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2945
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderApproval']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2946
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2902
2947
|
});
|
|
2903
2948
|
},
|
|
2904
2949
|
/**
|
|
@@ -2910,12 +2955,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2910
2955
|
* @throws {RequiredError}
|
|
2911
2956
|
*/
|
|
2912
2957
|
workOrderCirculationSettingsAddOrUpdate(parkId, workOrderCirculationSettingsAddOrUpdateVo, options) {
|
|
2958
|
+
var _a, _b, _c;
|
|
2913
2959
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2914
|
-
var _a, _b, _c;
|
|
2915
2960
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderCirculationSettingsAddOrUpdate(parkId, workOrderCirculationSettingsAddOrUpdateVo, options);
|
|
2916
|
-
const
|
|
2917
|
-
const
|
|
2918
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2961
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2962
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderCirculationSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2963
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2919
2964
|
});
|
|
2920
2965
|
},
|
|
2921
2966
|
/**
|
|
@@ -2926,12 +2971,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2926
2971
|
* @throws {RequiredError}
|
|
2927
2972
|
*/
|
|
2928
2973
|
workOrderCirculationSettingsList(parkId, options) {
|
|
2974
|
+
var _a, _b, _c;
|
|
2929
2975
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2930
|
-
var _a, _b, _c;
|
|
2931
2976
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderCirculationSettingsList(parkId, options);
|
|
2932
|
-
const
|
|
2933
|
-
const
|
|
2934
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2977
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2978
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderCirculationSettingsList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2979
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2935
2980
|
});
|
|
2936
2981
|
},
|
|
2937
2982
|
/**
|
|
@@ -2943,12 +2988,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2943
2988
|
* @throws {RequiredError}
|
|
2944
2989
|
*/
|
|
2945
2990
|
workOrderDecision(workOrderId, workOrderDecisionVo, options) {
|
|
2991
|
+
var _a, _b, _c;
|
|
2946
2992
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2947
|
-
var _a, _b, _c;
|
|
2948
2993
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDecision(workOrderId, workOrderDecisionVo, options);
|
|
2949
|
-
const
|
|
2950
|
-
const
|
|
2951
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2994
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2995
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDecision']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2996
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2952
2997
|
});
|
|
2953
2998
|
},
|
|
2954
2999
|
/**
|
|
@@ -2961,12 +3006,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2961
3006
|
* @throws {RequiredError}
|
|
2962
3007
|
*/
|
|
2963
3008
|
workOrderDeptSettingsAddOrUpdate(parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options) {
|
|
3009
|
+
var _a, _b, _c;
|
|
2964
3010
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2965
|
-
var _a, _b, _c;
|
|
2966
3011
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDeptSettingsAddOrUpdate(parkId, workOrderType, workOrderDeptSettingsAddOrUpdateVO, options);
|
|
2967
|
-
const
|
|
2968
|
-
const
|
|
2969
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3012
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3013
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDeptSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3014
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2970
3015
|
});
|
|
2971
3016
|
},
|
|
2972
3017
|
/**
|
|
@@ -2978,12 +3023,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2978
3023
|
* @throws {RequiredError}
|
|
2979
3024
|
*/
|
|
2980
3025
|
workOrderDeptSettingsSelectByWorkOrderType(parkId, workOrderType, options) {
|
|
3026
|
+
var _a, _b, _c;
|
|
2981
3027
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2982
|
-
var _a, _b, _c;
|
|
2983
3028
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDeptSettingsSelectByWorkOrderType(parkId, workOrderType, options);
|
|
2984
|
-
const
|
|
2985
|
-
const
|
|
2986
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3029
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3030
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDeptSettingsSelectByWorkOrderType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3031
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2987
3032
|
});
|
|
2988
3033
|
},
|
|
2989
3034
|
/**
|
|
@@ -2996,12 +3041,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
2996
3041
|
* @throws {RequiredError}
|
|
2997
3042
|
*/
|
|
2998
3043
|
workOrderDeptSettingsSelectByWorkOrderTypeAndKey(parkId, workOrderType, key, options) {
|
|
3044
|
+
var _a, _b, _c;
|
|
2999
3045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3000
|
-
var _a, _b, _c;
|
|
3001
3046
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDeptSettingsSelectByWorkOrderTypeAndKey(parkId, workOrderType, key, options);
|
|
3002
|
-
const
|
|
3003
|
-
const
|
|
3004
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3047
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3048
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDeptSettingsSelectByWorkOrderTypeAndKey']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3049
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3005
3050
|
});
|
|
3006
3051
|
},
|
|
3007
3052
|
/**
|
|
@@ -3012,12 +3057,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3012
3057
|
* @throws {RequiredError}
|
|
3013
3058
|
*/
|
|
3014
3059
|
workOrderDistributeLeaflets(workOrderDistributeLeafletsVo, options) {
|
|
3060
|
+
var _a, _b, _c;
|
|
3015
3061
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3016
|
-
var _a, _b, _c;
|
|
3017
3062
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderDistributeLeaflets(workOrderDistributeLeafletsVo, options);
|
|
3018
|
-
const
|
|
3019
|
-
const
|
|
3020
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3063
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3064
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderDistributeLeaflets']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3065
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3021
3066
|
});
|
|
3022
3067
|
},
|
|
3023
3068
|
/**
|
|
@@ -3028,12 +3073,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3028
3073
|
* @throws {RequiredError}
|
|
3029
3074
|
*/
|
|
3030
3075
|
workOrderExplorationAdd(explorationWorkOrderAddVo, options) {
|
|
3076
|
+
var _a, _b, _c;
|
|
3031
3077
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3032
|
-
var _a, _b, _c;
|
|
3033
3078
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderExplorationAdd(explorationWorkOrderAddVo, options);
|
|
3034
|
-
const
|
|
3035
|
-
const
|
|
3036
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3079
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3080
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderExplorationAdd']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3081
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3037
3082
|
});
|
|
3038
3083
|
},
|
|
3039
3084
|
/**
|
|
@@ -3044,12 +3089,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3044
3089
|
* @throws {RequiredError}
|
|
3045
3090
|
*/
|
|
3046
3091
|
workOrderExplorationDetails(workOrderId, options) {
|
|
3092
|
+
var _a, _b, _c;
|
|
3047
3093
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3048
|
-
var _a, _b, _c;
|
|
3049
3094
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderExplorationDetails(workOrderId, options);
|
|
3050
|
-
const
|
|
3051
|
-
const
|
|
3052
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3095
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3096
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderExplorationDetails']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3097
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3053
3098
|
});
|
|
3054
3099
|
},
|
|
3055
3100
|
/**
|
|
@@ -3060,12 +3105,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3060
3105
|
* @throws {RequiredError}
|
|
3061
3106
|
*/
|
|
3062
3107
|
workOrderFreeze(workOrderId, options) {
|
|
3108
|
+
var _a, _b, _c;
|
|
3063
3109
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3064
|
-
var _a, _b, _c;
|
|
3065
3110
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderFreeze(workOrderId, options);
|
|
3066
|
-
const
|
|
3067
|
-
const
|
|
3068
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3111
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3112
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderFreeze']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3113
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3069
3114
|
});
|
|
3070
3115
|
},
|
|
3071
3116
|
/**
|
|
@@ -3078,12 +3123,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3078
3123
|
* @throws {RequiredError}
|
|
3079
3124
|
*/
|
|
3080
3125
|
workOrderIssueTypeSelectByWorkOrderIssueType(parkId, workOrderType, workOrderIssueType, options) {
|
|
3126
|
+
var _a, _b, _c;
|
|
3081
3127
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3082
|
-
var _a, _b, _c;
|
|
3083
3128
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderIssueTypeSelectByWorkOrderIssueType(parkId, workOrderType, workOrderIssueType, options);
|
|
3084
|
-
const
|
|
3085
|
-
const
|
|
3086
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3129
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3130
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderIssueTypeSelectByWorkOrderIssueType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3131
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3087
3132
|
});
|
|
3088
3133
|
},
|
|
3089
3134
|
/**
|
|
@@ -3095,12 +3140,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3095
3140
|
* @throws {RequiredError}
|
|
3096
3141
|
*/
|
|
3097
3142
|
workOrderIssueTypeSettingsAddOrUpdate(parkId, workOrderIssueTypeSettingsAddOrUpdateVo, options) {
|
|
3143
|
+
var _a, _b, _c;
|
|
3098
3144
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3099
|
-
var _a, _b, _c;
|
|
3100
3145
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderIssueTypeSettingsAddOrUpdate(parkId, workOrderIssueTypeSettingsAddOrUpdateVo, options);
|
|
3101
|
-
const
|
|
3102
|
-
const
|
|
3103
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3146
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3147
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderIssueTypeSettingsAddOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3148
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3104
3149
|
});
|
|
3105
3150
|
},
|
|
3106
3151
|
/**
|
|
@@ -3111,12 +3156,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3111
3156
|
* @throws {RequiredError}
|
|
3112
3157
|
*/
|
|
3113
3158
|
workOrderIssueTypeSettingsSelectByParkId(parkId, options) {
|
|
3159
|
+
var _a, _b, _c;
|
|
3114
3160
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3115
|
-
var _a, _b, _c;
|
|
3116
3161
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderIssueTypeSettingsSelectByParkId(parkId, options);
|
|
3117
|
-
const
|
|
3118
|
-
const
|
|
3119
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3162
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3163
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderIssueTypeSettingsSelectByParkId']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3164
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3120
3165
|
});
|
|
3121
3166
|
},
|
|
3122
3167
|
/**
|
|
@@ -3141,18 +3186,19 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3141
3186
|
* @param {string} [plannedEndTime] 应执行结束时间
|
|
3142
3187
|
* @param {string} [completedStartTime] 工单完成开始时间
|
|
3143
3188
|
* @param {string} [completedEndTime] 工单完成结束时间
|
|
3189
|
+
* @param {string} [inspectionPointStatus] 巡检点状态 1:完成 0:未完成
|
|
3144
3190
|
* @param {number} [page] 当前页码
|
|
3145
3191
|
* @param {number} [pageSize] 每页数量
|
|
3146
3192
|
* @param {*} [options] Override http request option.
|
|
3147
3193
|
* @throws {RequiredError}
|
|
3148
3194
|
*/
|
|
3149
|
-
workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, page, pageSize, options) {
|
|
3195
|
+
workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options) {
|
|
3196
|
+
var _a, _b, _c;
|
|
3150
3197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3151
|
-
|
|
3152
|
-
const
|
|
3153
|
-
const
|
|
3154
|
-
|
|
3155
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3198
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderList(workOrderName, workOrderTypes, workOrderStatuses, startTime, endTime, handlerUserId, parkId, spotCheckStatuses, executionDeptIds, inspectionException, equipmentId, workOrderTypeSubcategories, isTimeOut, parkIds, workOrderIssueTypes, plannedStartTime, plannedEndTime, completedStartTime, completedEndTime, inspectionPointStatus, page, pageSize, options);
|
|
3199
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3200
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3201
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3156
3202
|
});
|
|
3157
3203
|
},
|
|
3158
3204
|
/**
|
|
@@ -3163,12 +3209,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3163
3209
|
* @throws {RequiredError}
|
|
3164
3210
|
*/
|
|
3165
3211
|
workOrderMonitoringCoverageAlertDetails(workOrderId, options) {
|
|
3212
|
+
var _a, _b, _c;
|
|
3166
3213
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3167
|
-
var _a, _b, _c;
|
|
3168
3214
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderMonitoringCoverageAlertDetails(workOrderId, options);
|
|
3169
|
-
const
|
|
3170
|
-
const
|
|
3171
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3215
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3216
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderMonitoringCoverageAlertDetails']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3217
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3172
3218
|
});
|
|
3173
3219
|
},
|
|
3174
3220
|
/**
|
|
@@ -3180,12 +3226,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3180
3226
|
* @throws {RequiredError}
|
|
3181
3227
|
*/
|
|
3182
3228
|
workOrderMonitoringCoverageAlertProcess(workOrderId, monitoringCoverageAlertProcessVo, options) {
|
|
3229
|
+
var _a, _b, _c;
|
|
3183
3230
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3184
|
-
var _a, _b, _c;
|
|
3185
3231
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderMonitoringCoverageAlertProcess(workOrderId, monitoringCoverageAlertProcessVo, options);
|
|
3186
|
-
const
|
|
3187
|
-
const
|
|
3188
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3232
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3233
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderMonitoringCoverageAlertProcess']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3234
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3189
3235
|
});
|
|
3190
3236
|
},
|
|
3191
3237
|
/**
|
|
@@ -3196,12 +3242,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3196
3242
|
* @throws {RequiredError}
|
|
3197
3243
|
*/
|
|
3198
3244
|
workOrderNetworkMonitorRepairAdd(networkMonitorRepairAddVo, options) {
|
|
3245
|
+
var _a, _b, _c;
|
|
3199
3246
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3200
|
-
var _a, _b, _c;
|
|
3201
3247
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderNetworkMonitorRepairAdd(networkMonitorRepairAddVo, options);
|
|
3202
|
-
const
|
|
3203
|
-
const
|
|
3204
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3248
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3249
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderNetworkMonitorRepairAdd']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3250
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3205
3251
|
});
|
|
3206
3252
|
},
|
|
3207
3253
|
/**
|
|
@@ -3212,12 +3258,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3212
3258
|
* @throws {RequiredError}
|
|
3213
3259
|
*/
|
|
3214
3260
|
workOrderNetworkMonitorRepairDetails(workOrderId, options) {
|
|
3261
|
+
var _a, _b, _c;
|
|
3215
3262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3216
|
-
var _a, _b, _c;
|
|
3217
3263
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderNetworkMonitorRepairDetails(workOrderId, options);
|
|
3218
|
-
const
|
|
3219
|
-
const
|
|
3220
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3264
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3265
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderNetworkMonitorRepairDetails']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3266
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3221
3267
|
});
|
|
3222
3268
|
},
|
|
3223
3269
|
/**
|
|
@@ -3229,12 +3275,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3229
3275
|
* @throws {RequiredError}
|
|
3230
3276
|
*/
|
|
3231
3277
|
workOrderNetworkMonitorRepairProcess(workOrderId, processNetworkMonitorRepairVo, options) {
|
|
3278
|
+
var _a, _b, _c;
|
|
3232
3279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3233
|
-
var _a, _b, _c;
|
|
3234
3280
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderNetworkMonitorRepairProcess(workOrderId, processNetworkMonitorRepairVo, options);
|
|
3235
|
-
const
|
|
3236
|
-
const
|
|
3237
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3281
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3282
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderNetworkMonitorRepairProcess']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3283
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3238
3284
|
});
|
|
3239
3285
|
},
|
|
3240
3286
|
/**
|
|
@@ -3245,12 +3291,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3245
3291
|
* @throws {RequiredError}
|
|
3246
3292
|
*/
|
|
3247
3293
|
workOrderPeriodDetail(workOrderId, options) {
|
|
3294
|
+
var _a, _b, _c;
|
|
3248
3295
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3249
|
-
var _a, _b, _c;
|
|
3250
3296
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderPeriodDetail(workOrderId, options);
|
|
3251
|
-
const
|
|
3252
|
-
const
|
|
3253
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3297
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3298
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderPeriodDetail']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3299
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3254
3300
|
});
|
|
3255
3301
|
},
|
|
3256
3302
|
/**
|
|
@@ -3261,12 +3307,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3261
3307
|
* @throws {RequiredError}
|
|
3262
3308
|
*/
|
|
3263
3309
|
workOrderPushSettingsList(parkId, options) {
|
|
3310
|
+
var _a, _b, _c;
|
|
3264
3311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3265
|
-
var _a, _b, _c;
|
|
3266
3312
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderPushSettingsList(parkId, options);
|
|
3267
|
-
const
|
|
3268
|
-
const
|
|
3269
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3313
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3314
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderPushSettingsList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3315
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3270
3316
|
});
|
|
3271
3317
|
},
|
|
3272
3318
|
/**
|
|
@@ -3277,12 +3323,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3277
3323
|
* @throws {RequiredError}
|
|
3278
3324
|
*/
|
|
3279
3325
|
workOrderPushSettingsSaveOrUpdate(workOrderPushSettingsVO, options) {
|
|
3326
|
+
var _a, _b, _c;
|
|
3280
3327
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3281
|
-
var _a, _b, _c;
|
|
3282
3328
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderPushSettingsSaveOrUpdate(workOrderPushSettingsVO, options);
|
|
3283
|
-
const
|
|
3284
|
-
const
|
|
3285
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3329
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3330
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderPushSettingsSaveOrUpdate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3331
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3286
3332
|
});
|
|
3287
3333
|
},
|
|
3288
3334
|
/**
|
|
@@ -3293,12 +3339,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3293
3339
|
* @throws {RequiredError}
|
|
3294
3340
|
*/
|
|
3295
3341
|
workOrderReceivingOrders(workOrderId, options) {
|
|
3342
|
+
var _a, _b, _c;
|
|
3296
3343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3297
|
-
var _a, _b, _c;
|
|
3298
3344
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderReceivingOrders(workOrderId, options);
|
|
3299
|
-
const
|
|
3300
|
-
const
|
|
3301
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3345
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3346
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderReceivingOrders']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3347
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3302
3348
|
});
|
|
3303
3349
|
},
|
|
3304
3350
|
/**
|
|
@@ -3310,12 +3356,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3310
3356
|
* @throws {RequiredError}
|
|
3311
3357
|
*/
|
|
3312
3358
|
workOrderReject(workOrderId, workOrderRejectVo, options) {
|
|
3359
|
+
var _a, _b, _c;
|
|
3313
3360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3314
|
-
var _a, _b, _c;
|
|
3315
3361
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderReject(workOrderId, workOrderRejectVo, options);
|
|
3316
|
-
const
|
|
3317
|
-
const
|
|
3318
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3362
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3363
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderReject']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3364
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3319
3365
|
});
|
|
3320
3366
|
},
|
|
3321
3367
|
/**
|
|
@@ -3326,12 +3372,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3326
3372
|
* @throws {RequiredError}
|
|
3327
3373
|
*/
|
|
3328
3374
|
workOrderRepairAdd(workOrderAddVo, options) {
|
|
3375
|
+
var _a, _b, _c;
|
|
3329
3376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3330
|
-
var _a, _b, _c;
|
|
3331
3377
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderRepairAdd(workOrderAddVo, options);
|
|
3332
|
-
const
|
|
3333
|
-
const
|
|
3334
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3378
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3379
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderRepairAdd']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3380
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3335
3381
|
});
|
|
3336
3382
|
},
|
|
3337
3383
|
/**
|
|
@@ -3342,12 +3388,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3342
3388
|
* @throws {RequiredError}
|
|
3343
3389
|
*/
|
|
3344
3390
|
workOrderRepairDetail(workOrderId, options) {
|
|
3391
|
+
var _a, _b, _c;
|
|
3345
3392
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3346
|
-
var _a, _b, _c;
|
|
3347
3393
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderRepairDetail(workOrderId, options);
|
|
3348
|
-
const
|
|
3349
|
-
const
|
|
3350
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3394
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3395
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderRepairDetail']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3396
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3351
3397
|
});
|
|
3352
3398
|
},
|
|
3353
3399
|
/**
|
|
@@ -3359,12 +3405,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3359
3405
|
* @throws {RequiredError}
|
|
3360
3406
|
*/
|
|
3361
3407
|
workOrderReport(workOrderId, workOrderReportVo, options) {
|
|
3408
|
+
var _a, _b, _c;
|
|
3362
3409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3363
|
-
var _a, _b, _c;
|
|
3364
3410
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderReport(workOrderId, workOrderReportVo, options);
|
|
3365
|
-
const
|
|
3366
|
-
const
|
|
3367
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3411
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3412
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderReport']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3413
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3368
3414
|
});
|
|
3369
3415
|
},
|
|
3370
3416
|
/**
|
|
@@ -3376,12 +3422,29 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3376
3422
|
* @throws {RequiredError}
|
|
3377
3423
|
*/
|
|
3378
3424
|
workOrderSpotCheck(workOrderId, workOrderSpotCheckVo, options) {
|
|
3425
|
+
var _a, _b, _c;
|
|
3379
3426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3380
|
-
var _a, _b, _c;
|
|
3381
3427
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderSpotCheck(workOrderId, workOrderSpotCheckVo, options);
|
|
3382
|
-
const
|
|
3383
|
-
const
|
|
3384
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3428
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3429
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderSpotCheck']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3430
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3431
|
+
});
|
|
3432
|
+
},
|
|
3433
|
+
/**
|
|
3434
|
+
*
|
|
3435
|
+
* @summary 查询工单抽检次数
|
|
3436
|
+
* @param {number} workOrderId
|
|
3437
|
+
* @param {number} [inspectionItemId]
|
|
3438
|
+
* @param {*} [options] Override http request option.
|
|
3439
|
+
* @throws {RequiredError}
|
|
3440
|
+
*/
|
|
3441
|
+
workOrderSpotCheckCount(workOrderId, inspectionItemId, options) {
|
|
3442
|
+
var _a, _b, _c;
|
|
3443
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
3444
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderSpotCheckCount(workOrderId, inspectionItemId, options);
|
|
3445
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3446
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderSpotCheckCount']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3447
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3385
3448
|
});
|
|
3386
3449
|
},
|
|
3387
3450
|
/**
|
|
@@ -3392,12 +3455,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3392
3455
|
* @throws {RequiredError}
|
|
3393
3456
|
*/
|
|
3394
3457
|
workOrderSpotCheckDetails(workOrderId, options) {
|
|
3458
|
+
var _a, _b, _c;
|
|
3395
3459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3396
|
-
var _a, _b, _c;
|
|
3397
3460
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderSpotCheckDetails(workOrderId, options);
|
|
3398
|
-
const
|
|
3399
|
-
const
|
|
3400
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3461
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3462
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderSpotCheckDetails']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3463
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3401
3464
|
});
|
|
3402
3465
|
},
|
|
3403
3466
|
/**
|
|
@@ -3409,12 +3472,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3409
3472
|
* @throws {RequiredError}
|
|
3410
3473
|
*/
|
|
3411
3474
|
workOrderStagingData(workOrderId, workOrderStagingDataVo, options) {
|
|
3475
|
+
var _a, _b, _c;
|
|
3412
3476
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3413
|
-
var _a, _b, _c;
|
|
3414
3477
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderStagingData(workOrderId, workOrderStagingDataVo, options);
|
|
3415
|
-
const
|
|
3416
|
-
const
|
|
3417
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3478
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3479
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderStagingData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3480
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3418
3481
|
});
|
|
3419
3482
|
},
|
|
3420
3483
|
/**
|
|
@@ -3426,12 +3489,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3426
3489
|
* @throws {RequiredError}
|
|
3427
3490
|
*/
|
|
3428
3491
|
workOrderSubmit(workOrderId, workOrderSubmitVo, options) {
|
|
3492
|
+
var _a, _b, _c;
|
|
3429
3493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3430
|
-
var _a, _b, _c;
|
|
3431
3494
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderSubmit(workOrderId, workOrderSubmitVo, options);
|
|
3432
|
-
const
|
|
3433
|
-
const
|
|
3434
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3495
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3496
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderSubmit']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3497
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3435
3498
|
});
|
|
3436
3499
|
},
|
|
3437
3500
|
/**
|
|
@@ -3443,12 +3506,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3443
3506
|
* @throws {RequiredError}
|
|
3444
3507
|
*/
|
|
3445
3508
|
workOrderTypeSettingsAddMsgRemindConfig(parkId, workOrderTypeMsgRemindConfigAddOrUpdateVo, options) {
|
|
3509
|
+
var _a, _b, _c;
|
|
3446
3510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3447
|
-
var _a, _b, _c;
|
|
3448
3511
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderTypeSettingsAddMsgRemindConfig(parkId, workOrderTypeMsgRemindConfigAddOrUpdateVo, options);
|
|
3449
|
-
const
|
|
3450
|
-
const
|
|
3451
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3512
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3513
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderTypeSettingsAddMsgRemindConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3514
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3452
3515
|
});
|
|
3453
3516
|
},
|
|
3454
3517
|
/**
|
|
@@ -3459,12 +3522,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3459
3522
|
* @throws {RequiredError}
|
|
3460
3523
|
*/
|
|
3461
3524
|
workOrderTypeSettingsSelectList(parkId, options) {
|
|
3525
|
+
var _a, _b, _c;
|
|
3462
3526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3463
|
-
var _a, _b, _c;
|
|
3464
3527
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderTypeSettingsSelectList(parkId, options);
|
|
3465
|
-
const
|
|
3466
|
-
const
|
|
3467
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3528
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3529
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderTypeSettingsSelectList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3530
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3468
3531
|
});
|
|
3469
3532
|
},
|
|
3470
3533
|
/**
|
|
@@ -3475,12 +3538,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3475
3538
|
* @throws {RequiredError}
|
|
3476
3539
|
*/
|
|
3477
3540
|
workOrderViolationAdd(violationWorkOrderAddVo, options) {
|
|
3541
|
+
var _a, _b, _c;
|
|
3478
3542
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3479
|
-
var _a, _b, _c;
|
|
3480
3543
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderViolationAdd(violationWorkOrderAddVo, options);
|
|
3481
|
-
const
|
|
3482
|
-
const
|
|
3483
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3544
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3545
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderViolationAdd']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3546
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3484
3547
|
});
|
|
3485
3548
|
},
|
|
3486
3549
|
/**
|
|
@@ -3491,12 +3554,12 @@ const WorkOrderApiFp = function (configuration) {
|
|
|
3491
3554
|
* @throws {RequiredError}
|
|
3492
3555
|
*/
|
|
3493
3556
|
workOrderViolationDetails(workOrderId, options) {
|
|
3557
|
+
var _a, _b, _c;
|
|
3494
3558
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3495
|
-
var _a, _b, _c;
|
|
3496
3559
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.workOrderViolationDetails(workOrderId, options);
|
|
3497
|
-
const
|
|
3498
|
-
const
|
|
3499
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
3560
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
3561
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['WorkOrderApi.workOrderViolationDetails']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
3562
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
3500
3563
|
});
|
|
3501
3564
|
},
|
|
3502
3565
|
};
|
|
@@ -3687,7 +3750,7 @@ const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
3687
3750
|
* @throws {RequiredError}
|
|
3688
3751
|
*/
|
|
3689
3752
|
publicWorkOrderList(requestParameters = {}, options) {
|
|
3690
|
-
return localVarFp.publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.workOrderIssueTypes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, requestParameters.completedStartTime, requestParameters.completedEndTime, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
3753
|
+
return localVarFp.publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.workOrderIssueTypes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, requestParameters.completedStartTime, requestParameters.completedEndTime, requestParameters.inspectionPointStatus, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
3691
3754
|
},
|
|
3692
3755
|
/**
|
|
3693
3756
|
*
|
|
@@ -3916,7 +3979,7 @@ const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
3916
3979
|
* @throws {RequiredError}
|
|
3917
3980
|
*/
|
|
3918
3981
|
workOrderList(requestParameters = {}, options) {
|
|
3919
|
-
return localVarFp.workOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.workOrderIssueTypes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, requestParameters.completedStartTime, requestParameters.completedEndTime, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
3982
|
+
return localVarFp.workOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.workOrderIssueTypes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, requestParameters.completedStartTime, requestParameters.completedEndTime, requestParameters.inspectionPointStatus, requestParameters.page, requestParameters.pageSize, options).then((request) => request(axios, basePath));
|
|
3920
3983
|
},
|
|
3921
3984
|
/**
|
|
3922
3985
|
*
|
|
@@ -4058,6 +4121,16 @@ const WorkOrderApiFactory = function (configuration, basePath, axios) {
|
|
|
4058
4121
|
workOrderSpotCheck(requestParameters, options) {
|
|
4059
4122
|
return localVarFp.workOrderSpotCheck(requestParameters.workOrderId, requestParameters.workOrderSpotCheckVo, options).then((request) => request(axios, basePath));
|
|
4060
4123
|
},
|
|
4124
|
+
/**
|
|
4125
|
+
*
|
|
4126
|
+
* @summary 查询工单抽检次数
|
|
4127
|
+
* @param {WorkOrderApiWorkOrderSpotCheckCountRequest} requestParameters Request parameters.
|
|
4128
|
+
* @param {*} [options] Override http request option.
|
|
4129
|
+
* @throws {RequiredError}
|
|
4130
|
+
*/
|
|
4131
|
+
workOrderSpotCheckCount(requestParameters, options) {
|
|
4132
|
+
return localVarFp.workOrderSpotCheckCount(requestParameters.workOrderId, requestParameters.inspectionItemId, options).then((request) => request(axios, basePath));
|
|
4133
|
+
},
|
|
4061
4134
|
/**
|
|
4062
4135
|
*
|
|
4063
4136
|
* @summary 查询工单抽检详情
|
|
@@ -4334,7 +4407,7 @@ class WorkOrderApi extends base_1.BaseAPI {
|
|
|
4334
4407
|
* @memberof WorkOrderApi
|
|
4335
4408
|
*/
|
|
4336
4409
|
publicWorkOrderList(requestParameters = {}, options) {
|
|
4337
|
-
return (0, exports.WorkOrderApiFp)(this.configuration).publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.workOrderIssueTypes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, requestParameters.completedStartTime, requestParameters.completedEndTime, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
4410
|
+
return (0, exports.WorkOrderApiFp)(this.configuration).publicWorkOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.workOrderIssueTypes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, requestParameters.completedStartTime, requestParameters.completedEndTime, requestParameters.inspectionPointStatus, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
4338
4411
|
}
|
|
4339
4412
|
/**
|
|
4340
4413
|
*
|
|
@@ -4586,7 +4659,7 @@ class WorkOrderApi extends base_1.BaseAPI {
|
|
|
4586
4659
|
* @memberof WorkOrderApi
|
|
4587
4660
|
*/
|
|
4588
4661
|
workOrderList(requestParameters = {}, options) {
|
|
4589
|
-
return (0, exports.WorkOrderApiFp)(this.configuration).workOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.workOrderIssueTypes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, requestParameters.completedStartTime, requestParameters.completedEndTime, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
4662
|
+
return (0, exports.WorkOrderApiFp)(this.configuration).workOrderList(requestParameters.workOrderName, requestParameters.workOrderTypes, requestParameters.workOrderStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.handlerUserId, requestParameters.parkId, requestParameters.spotCheckStatuses, requestParameters.executionDeptIds, requestParameters.inspectionException, requestParameters.equipmentId, requestParameters.workOrderTypeSubcategories, requestParameters.isTimeOut, requestParameters.parkIds, requestParameters.workOrderIssueTypes, requestParameters.plannedStartTime, requestParameters.plannedEndTime, requestParameters.completedStartTime, requestParameters.completedEndTime, requestParameters.inspectionPointStatus, requestParameters.page, requestParameters.pageSize, options).then((request) => request(this.axios, this.basePath));
|
|
4590
4663
|
}
|
|
4591
4664
|
/**
|
|
4592
4665
|
*
|
|
@@ -4742,6 +4815,17 @@ class WorkOrderApi extends base_1.BaseAPI {
|
|
|
4742
4815
|
workOrderSpotCheck(requestParameters, options) {
|
|
4743
4816
|
return (0, exports.WorkOrderApiFp)(this.configuration).workOrderSpotCheck(requestParameters.workOrderId, requestParameters.workOrderSpotCheckVo, options).then((request) => request(this.axios, this.basePath));
|
|
4744
4817
|
}
|
|
4818
|
+
/**
|
|
4819
|
+
*
|
|
4820
|
+
* @summary 查询工单抽检次数
|
|
4821
|
+
* @param {WorkOrderApiWorkOrderSpotCheckCountRequest} requestParameters Request parameters.
|
|
4822
|
+
* @param {*} [options] Override http request option.
|
|
4823
|
+
* @throws {RequiredError}
|
|
4824
|
+
* @memberof WorkOrderApi
|
|
4825
|
+
*/
|
|
4826
|
+
workOrderSpotCheckCount(requestParameters, options) {
|
|
4827
|
+
return (0, exports.WorkOrderApiFp)(this.configuration).workOrderSpotCheckCount(requestParameters.workOrderId, requestParameters.inspectionItemId, options).then((request) => request(this.axios, this.basePath));
|
|
4828
|
+
}
|
|
4745
4829
|
/**
|
|
4746
4830
|
*
|
|
4747
4831
|
* @summary 查询工单抽检详情
|
|
@@ -4833,11 +4917,11 @@ exports.ExportWorkOrderSpotCheckStatusesEnum = {
|
|
|
4833
4917
|
* @export
|
|
4834
4918
|
*/
|
|
4835
4919
|
exports.PlanListPlanTypesEnum = {
|
|
4836
|
-
|
|
4837
|
-
|
|
4838
|
-
|
|
4839
|
-
|
|
4840
|
-
|
|
4920
|
+
Shebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
4921
|
+
XunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
4922
|
+
AiInspection: 'PLAN_TYPE_AI_INSPECTION',
|
|
4923
|
+
XunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
|
|
4924
|
+
DisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
|
|
4841
4925
|
};
|
|
4842
4926
|
/**
|
|
4843
4927
|
* @export
|