@gizone/rrs-client 3.11.12-alpha.9 → 3.11.13-alpha.61
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 +37 -14
- package/README.md +2 -2
- package/api.ts +2 -1
- package/apis/access-api.ts +61 -61
- package/apis/calendar-api.ts +231 -209
- package/apis/common-api.ts +192 -0
- package/apis/cost-api.ts +15 -15
- package/apis/energy-api.ts +15 -15
- package/apis/{inspection-api.ts → inspection-standard-api.ts} +386 -544
- package/apis/maintenance-standard-api.ts +1319 -0
- package/apis/message-api.ts +201 -223
- package/apis/privacy-api.ts +78 -76
- package/apis/setting-api.ts +596 -243
- package/apis/space-api.ts +0 -329
- package/apis/sys-api.ts +47 -47
- package/apis/user-api.ts +15 -15
- package/apis/work-order-api.ts +717 -8
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/apis/access-api.d.ts +41 -41
- package/dist/apis/access-api.js +44 -44
- package/dist/apis/calendar-api.d.ts +131 -123
- package/dist/apis/calendar-api.js +177 -164
- package/dist/apis/common-api.d.ts +102 -0
- package/dist/apis/common-api.js +144 -0
- package/dist/apis/cost-api.d.ts +10 -10
- package/dist/apis/cost-api.js +11 -11
- package/dist/apis/energy-api.d.ts +10 -10
- package/dist/apis/energy-api.js +11 -11
- package/dist/apis/inspection-standard-api.d.ts +745 -0
- package/dist/apis/{inspection-api.js → inspection-standard-api.js} +283 -373
- package/dist/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/apis/maintenance-standard-api.js +1022 -0
- package/dist/apis/message-api.d.ts +117 -125
- package/dist/apis/message-api.js +132 -171
- package/dist/apis/privacy-api.d.ts +49 -48
- package/dist/apis/privacy-api.js +60 -60
- package/dist/apis/setting-api.d.ts +334 -144
- package/dist/apis/setting-api.js +433 -187
- package/dist/apis/space-api.d.ts +0 -159
- package/dist/apis/space-api.js +0 -272
- package/dist/apis/sys-api.d.ts +31 -31
- package/dist/apis/sys-api.js +34 -34
- package/dist/apis/user-api.d.ts +10 -10
- package/dist/apis/user-api.js +11 -11
- package/dist/apis/work-order-api.d.ts +391 -8
- package/dist/apis/work-order-api.js +529 -8
- package/dist/common.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +2 -1
- package/dist/esm/api.js +2 -1
- package/dist/esm/apis/access-api.d.ts +41 -41
- package/dist/esm/apis/access-api.js +44 -44
- package/dist/esm/apis/calendar-api.d.ts +131 -123
- package/dist/esm/apis/calendar-api.js +177 -164
- package/dist/esm/apis/common-api.d.ts +102 -0
- package/dist/esm/apis/common-api.js +144 -0
- package/dist/esm/apis/cost-api.d.ts +10 -10
- package/dist/esm/apis/cost-api.js +11 -11
- package/dist/esm/apis/energy-api.d.ts +10 -10
- package/dist/esm/apis/energy-api.js +11 -11
- package/dist/esm/apis/inspection-standard-api.d.ts +745 -0
- package/dist/esm/apis/{inspection-api.js → inspection-standard-api.js} +278 -368
- package/dist/esm/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/esm/apis/maintenance-standard-api.js +1015 -0
- package/dist/esm/apis/message-api.d.ts +117 -125
- package/dist/esm/apis/message-api.js +132 -171
- package/dist/esm/apis/privacy-api.d.ts +49 -48
- package/dist/esm/apis/privacy-api.js +60 -60
- package/dist/esm/apis/setting-api.d.ts +334 -144
- package/dist/esm/apis/setting-api.js +433 -187
- package/dist/esm/apis/space-api.d.ts +0 -159
- package/dist/esm/apis/space-api.js +0 -272
- package/dist/esm/apis/sys-api.d.ts +31 -31
- package/dist/esm/apis/sys-api.js +34 -34
- package/dist/esm/apis/user-api.d.ts +10 -10
- package/dist/esm/apis/user-api.js +11 -11
- package/dist/esm/apis/work-order-api.d.ts +391 -8
- package/dist/esm/apis/work-order-api.js +529 -8
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +140 -0
- package/dist/esm/models/dept-relation.d.ts +86 -0
- package/dist/esm/models/equipment-detail-dto.d.ts +6 -0
- package/dist/esm/models/equipment-edit-vo.d.ts +6 -0
- package/dist/esm/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/esm/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/esm/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/file-dto.d.ts +3 -3
- package/dist/esm/models/get-user-wx200-response.d.ts +8 -8
- package/dist/esm/models/index.d.ts +35 -13
- package/dist/esm/models/index.js +35 -13
- package/dist/esm/models/inspection-point-item.d.ts +12 -0
- package/dist/esm/models/inspection-standard-dto.d.ts +147 -0
- package/dist/esm/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.d.ts → json-result-list-inspection-standard-entity.d.ts} +12 -12
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/{models/json-result-calendar-add-redis-list-vo.d.ts → esm/models/json-result-page-dto-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-park-info-dto.js +14 -0
- package/dist/esm/models/{json-result-calendar-add-redis-list-vo.d.ts → json-result-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-space-edit-before-and-after-dto.d.ts → json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/esm/models/json-result-work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/maintenance-standard-import-dto.js +14 -0
- package/dist/{models/page-dto-inspection-standard-entity.d.ts → esm/models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-inspection-standard-dto.js +14 -0
- package/dist/esm/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/park-center-attribute-enum.js +22 -0
- package/dist/esm/models/park-info-dto.d.ts +85 -0
- package/dist/esm/models/park-info-dto.js +14 -0
- package/dist/esm/models/park-info-edit-vo.d.ts +37 -0
- package/dist/esm/models/park-info-edit-vo.js +14 -0
- package/dist/esm/models/park-plat-form-enum.d.ts +23 -0
- package/dist/esm/models/park-plat-form-enum.js +24 -0
- package/dist/esm/models/period-detail-resp.d.ts +6 -0
- package/dist/esm/models/plan-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-edit-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/esm/models/process-work-order-vo.d.ts +19 -0
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/sys-dept.d.ts +7 -1
- package/dist/esm/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/esm/models/sys-user-msg-dto.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +24 -0
- package/dist/esm/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/esm/models/system-user-msg-type-enum.js +22 -0
- package/dist/esm/models/work-order-add-vo.d.ts +24 -4
- package/dist/esm/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +14 -0
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/esm/models/work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/work-order-detail-dto.d.ts +46 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/esm/models/work-order-internal-status-enum.js +24 -0
- package/dist/esm/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/esm/models/work-order-issue-type-enum.js +27 -0
- package/dist/esm/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/esm/models/work-order-liability-party-enum.js +22 -0
- package/dist/esm/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-entity.js +1 -13
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.js +1 -13
- package/dist/esm/models/work-order-report-vo.d.ts +31 -0
- package/dist/esm/models/work-order-report-vo.js +14 -0
- package/dist/esm/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/esm/models/work-order-settings-type-enum.js +31 -0
- package/dist/esm/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/esm/models/work-order-staging-data-vo.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-type-enum.js +1 -1
- package/dist/models/dept-relation-dto.d.ts +140 -0
- package/dist/models/dept-relation.d.ts +86 -0
- package/dist/models/equipment-detail-dto.d.ts +6 -0
- package/dist/models/equipment-edit-vo.d.ts +6 -0
- package/dist/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/models/file-dto.d.ts +3 -3
- package/dist/models/get-user-wx200-response.d.ts +8 -8
- package/dist/models/index.d.ts +35 -13
- package/dist/models/index.js +35 -13
- package/dist/models/inspection-point-item.d.ts +12 -0
- package/dist/models/inspection-standard-dto.d.ts +147 -0
- package/dist/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-list-inspection-standard-entity.d.ts +56 -0
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/models/json-result-park-info-dto.js +15 -0
- package/dist/models/json-result-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-sys-user-msg-dto.js +15 -0
- package/dist/{esm/models/json-result-page-dto-sys-user-msg-list-dto.d.ts → models/json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/models/json-result-work-order-dept-settings-entity.js +15 -0
- package/dist/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/models/maintenance-standard-import-dto.js +15 -0
- package/dist/{esm/models/page-dto-inspection-standard-entity.d.ts → models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/models/page-dto-inspection-standard-dto.js +15 -0
- package/dist/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/models/page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/models/park-center-attribute-enum.js +25 -0
- package/dist/models/park-info-dto.d.ts +85 -0
- package/dist/models/park-info-dto.js +15 -0
- package/dist/models/park-info-edit-vo.d.ts +37 -0
- package/dist/models/park-info-edit-vo.js +15 -0
- package/dist/models/park-plat-form-enum.d.ts +23 -0
- package/dist/models/park-plat-form-enum.js +27 -0
- package/dist/models/period-detail-resp.d.ts +6 -0
- package/dist/models/plan-add-vo.d.ts +1 -1
- package/dist/models/plan-edit-vo.d.ts +1 -1
- package/dist/models/plan-item-add-vo.d.ts +1 -1
- package/dist/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/models/process-work-order-vo.d.ts +19 -0
- package/dist/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/sys-dept.d.ts +7 -1
- package/dist/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/models/sys-user-msg-dto.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/models/system-user-msg-source-type-enum.js +27 -0
- package/dist/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/models/system-user-msg-type-enum.js +25 -0
- package/dist/models/work-order-add-vo.d.ts +24 -4
- package/dist/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/models/work-order-dept-settings-add-or-update-vo.js +15 -0
- package/dist/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/models/work-order-dept-settings-entity.js +15 -0
- package/dist/models/work-order-detail-dto.d.ts +46 -0
- package/dist/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/models/work-order-internal-status-enum.js +27 -0
- package/dist/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/models/work-order-issue-type-enum.js +30 -0
- package/dist/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/models/work-order-liability-party-enum.js +25 -0
- package/dist/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/models/work-order-push-settings-entity.js +0 -14
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/models/work-order-push-settings-save-or-update-vo.js +0 -14
- package/dist/models/work-order-report-vo.d.ts +31 -0
- package/dist/models/work-order-report-vo.js +15 -0
- package/dist/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/models/work-order-settings-type-enum.js +34 -0
- package/dist/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/models/work-order-staging-data-vo.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +1 -1
- package/dist/models/work-order-type-enum.js +1 -1
- package/models/dept-relation-dto.ts +152 -0
- package/models/dept-relation.ts +98 -0
- package/models/equipment-detail-dto.ts +6 -0
- package/models/equipment-edit-vo.ts +6 -0
- package/models/equipment-excel-add-dto.ts +6 -0
- package/models/equipment-search-system-dto.ts +12 -6
- package/models/equipment-system-add-vo.ts +1 -1
- package/models/{calendar-add-redis-list-vo.ts → excel-import-result-dtocalendar-export-dto.ts} +9 -21
- package/models/excel-import-result-dtoinspection-standard-import-dto.ts +39 -0
- package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +39 -0
- package/models/file-dto.ts +3 -3
- package/models/get-user-wx200-response.ts +8 -8
- package/models/index.ts +35 -13
- package/models/inspection-point-item.ts +12 -0
- package/models/inspection-standard-dto.ts +161 -0
- package/models/inspection-standard-import-dto.ts +120 -0
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +66 -0
- package/models/{json-result-page-dto-inspection-standard-entity.ts → json-result-list-inspection-standard-entity.ts} +12 -12
- package/models/json-result-list-work-order-dept-settings-entity.ts +66 -0
- package/models/json-result-page-dto-inspection-standard-dto.ts +66 -0
- package/models/{json-result-calendar-add-redis-list-vo.ts → json-result-page-dto-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-sys-user-msg-do.ts → json-result-park-info-dto.ts} +11 -11
- package/models/{json-result-page-dto-sys-user-msg-list-dto.ts → json-result-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-space-edit-before-and-after-dto.ts → json-result-work-order-dept-settings-entity.ts} +11 -11
- package/models/maintenance-standard-import-dto.ts +120 -0
- package/models/{page-dto-inspection-standard-entity.ts → page-dto-inspection-standard-dto.ts} +7 -7
- package/models/{page-dto-sys-user-msg-list-dto.ts → page-dto-sys-user-msg-dto.ts} +7 -7
- package/models/park-center-attribute-enum.ts +31 -0
- package/models/park-info-dto.ts +93 -0
- package/models/park-info-edit-vo.ts +45 -0
- package/models/park-plat-form-enum.ts +33 -0
- package/models/period-detail-resp.ts +6 -0
- package/models/plan-add-vo.ts +1 -1
- package/models/plan-edit-vo.ts +1 -1
- package/models/plan-item-add-vo.ts +1 -1
- package/models/plan-item-edit-vo.ts +1 -1
- package/models/process-work-order-vo.ts +23 -0
- package/models/source-work-order-inspection-dto.ts +8 -3
- package/models/space-add-excel-dto.ts +6 -0
- package/models/sys-dept.ts +7 -1
- package/models/{sys-user-msg-list-dto.ts → sys-user-msg-dto.ts} +36 -28
- package/models/sys-user.ts +4 -4
- package/models/system-user-msg-source-type-enum.ts +33 -0
- package/models/system-user-msg-type-enum.ts +31 -0
- package/models/work-order-add-vo.ts +28 -4
- package/models/work-order-circulation-vo.ts +12 -1
- package/models/work-order-dept-settings-add-or-update-vo.ts +42 -0
- package/models/work-order-dept-settings-entity.ts +77 -0
- package/models/work-order-detail-dto.ts +54 -0
- package/models/work-order-internal-status-enum.ts +33 -0
- package/models/work-order-issue-type-enum.ts +36 -0
- package/models/work-order-liability-party-enum.ts +31 -0
- package/models/work-order-push-settings-entity.ts +6 -18
- package/models/work-order-push-settings-save-or-update-vo.ts +6 -18
- package/models/{space-edit-before-and-after-dto.ts → work-order-report-vo.ts} +13 -11
- package/models/work-order-settings-type-enum.ts +40 -0
- package/models/work-order-staging-data-vo.ts +59 -0
- package/models/work-order-type-enum.ts +1 -1
- package/package.json +1 -1
- package/dist/apis/inspection-api.d.ts +0 -846
- package/dist/esm/apis/inspection-api.d.ts +0 -846
- package/dist/esm/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/esm/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/esm/models/sys-user-msg-do.d.ts +0 -90
- package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/dist/models/json-result-page-dto-inspection-standard-entity.d.ts +0 -56
- package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +0 -56
- package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +0 -56
- package/dist/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/models/sys-user-msg-do.d.ts +0 -90
- package/dist/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/models/space-edit-excel-dto.ts +0 -84
- package/models/sys-user-msg-do.ts +0 -96
- package/models/sys-user-msg-search-list-vo.ts +0 -60
- /package/dist/esm/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/esm/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
- /package/dist/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
|
@@ -27,22 +27,22 @@ import { DUMMY_BASE_URL, assertParamExists, setBearerAuthToObject, setSearchPara
|
|
|
27
27
|
// @ts-ignore
|
|
28
28
|
import { BASE_PATH, BaseAPI, operationServerMap } from '../base';
|
|
29
29
|
/**
|
|
30
|
-
*
|
|
30
|
+
* InspectionStandardApi - axios parameter creator
|
|
31
31
|
* @export
|
|
32
32
|
*/
|
|
33
|
-
export const
|
|
33
|
+
export const InspectionStandardApiAxiosParamCreator = function (configuration) {
|
|
34
34
|
return {
|
|
35
35
|
/**
|
|
36
36
|
*
|
|
37
|
-
* @summary
|
|
38
|
-
* @param {Array<
|
|
37
|
+
* @summary 添加巡检标准
|
|
38
|
+
* @param {Array<InspectionStandardAddOrUpdateVO>} inspectionStandardAddOrUpdateVO
|
|
39
39
|
* @param {*} [options] Override http request option.
|
|
40
40
|
* @throws {RequiredError}
|
|
41
41
|
*/
|
|
42
|
-
|
|
43
|
-
// verify required parameter '
|
|
44
|
-
assertParamExists('
|
|
45
|
-
const localVarPath = `/gizone/
|
|
42
|
+
createInspectionStandard: (inspectionStandardAddOrUpdateVO_1, ...args_1) => __awaiter(this, [inspectionStandardAddOrUpdateVO_1, ...args_1], void 0, function* (inspectionStandardAddOrUpdateVO, options = {}) {
|
|
43
|
+
// verify required parameter 'inspectionStandardAddOrUpdateVO' is not null or undefined
|
|
44
|
+
assertParamExists('createInspectionStandard', 'inspectionStandardAddOrUpdateVO', inspectionStandardAddOrUpdateVO);
|
|
45
|
+
const localVarPath = `/gizone/inspectionStandard`;
|
|
46
46
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
47
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
48
48
|
let baseOptions;
|
|
@@ -59,7 +59,7 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
59
59
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
60
60
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
61
61
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
62
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
62
|
+
localVarRequestOptions.data = serializeDataIfNeeded(inspectionStandardAddOrUpdateVO, localVarRequestOptions, configuration);
|
|
63
63
|
return {
|
|
64
64
|
url: toPathString(localVarUrlObj),
|
|
65
65
|
options: localVarRequestOptions,
|
|
@@ -67,15 +67,16 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
67
67
|
}),
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
|
-
* @summary
|
|
71
|
-
* @param {
|
|
70
|
+
* @summary 删除巡检标准
|
|
71
|
+
* @param {number} id 巡检标准id
|
|
72
72
|
* @param {*} [options] Override http request option.
|
|
73
73
|
* @throws {RequiredError}
|
|
74
74
|
*/
|
|
75
|
-
|
|
76
|
-
// verify required parameter '
|
|
77
|
-
assertParamExists('
|
|
78
|
-
const localVarPath = `/gizone/
|
|
75
|
+
deleteInspectionStandard: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
76
|
+
// verify required parameter 'id' is not null or undefined
|
|
77
|
+
assertParamExists('deleteInspectionStandard', 'id', id);
|
|
78
|
+
const localVarPath = `/gizone/inspectionStandard/{id}`
|
|
79
|
+
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
79
80
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
80
81
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
81
82
|
let baseOptions;
|
|
@@ -88,11 +89,9 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
88
89
|
// authentication tokenScheme required
|
|
89
90
|
// http bearer authentication required
|
|
90
91
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
91
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
92
92
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
93
93
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
94
94
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
95
|
-
localVarRequestOptions.data = serializeDataIfNeeded(standardDeleteVo, localVarRequestOptions, configuration);
|
|
96
95
|
return {
|
|
97
96
|
url: toPathString(localVarUrlObj),
|
|
98
97
|
options: localVarRequestOptions,
|
|
@@ -100,15 +99,15 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
100
99
|
}),
|
|
101
100
|
/**
|
|
102
101
|
*
|
|
103
|
-
* @summary
|
|
104
|
-
* @param {Array<
|
|
102
|
+
* @summary 批量删除巡检标准
|
|
103
|
+
* @param {Array<number>} requestBody
|
|
105
104
|
* @param {*} [options] Override http request option.
|
|
106
105
|
* @throws {RequiredError}
|
|
107
106
|
*/
|
|
108
|
-
|
|
109
|
-
// verify required parameter '
|
|
110
|
-
assertParamExists('
|
|
111
|
-
const localVarPath = `/gizone/inspectionStandard`;
|
|
107
|
+
deleteInspectionStandards: (requestBody_1, ...args_1) => __awaiter(this, [requestBody_1, ...args_1], void 0, function* (requestBody, options = {}) {
|
|
108
|
+
// verify required parameter 'requestBody' is not null or undefined
|
|
109
|
+
assertParamExists('deleteInspectionStandards', 'requestBody', requestBody);
|
|
110
|
+
const localVarPath = `/gizone/inspectionStandard/delBatch`;
|
|
112
111
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
113
112
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
114
113
|
let baseOptions;
|
|
@@ -125,7 +124,7 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
125
124
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
126
125
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
127
126
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
128
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
127
|
+
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration);
|
|
129
128
|
return {
|
|
130
129
|
url: toPathString(localVarUrlObj),
|
|
131
130
|
options: localVarRequestOptions,
|
|
@@ -133,14 +132,14 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
133
132
|
}),
|
|
134
133
|
/**
|
|
135
134
|
*
|
|
136
|
-
* @summary
|
|
137
|
-
* @param {number} id
|
|
135
|
+
* @summary 巡检标准详情
|
|
136
|
+
* @param {number} id
|
|
138
137
|
* @param {*} [options] Override http request option.
|
|
139
138
|
* @throws {RequiredError}
|
|
140
139
|
*/
|
|
141
|
-
|
|
140
|
+
getInspectionStandard: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
142
141
|
// verify required parameter 'id' is not null or undefined
|
|
143
|
-
assertParamExists('
|
|
142
|
+
assertParamExists('getInspectionStandard', 'id', id);
|
|
144
143
|
const localVarPath = `/gizone/inspectionStandard/{id}`
|
|
145
144
|
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
146
145
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
@@ -149,7 +148,7 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
149
148
|
if (configuration) {
|
|
150
149
|
baseOptions = configuration.baseOptions;
|
|
151
150
|
}
|
|
152
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
151
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
153
152
|
const localVarHeaderParameter = {};
|
|
154
153
|
const localVarQueryParameter = {};
|
|
155
154
|
// authentication tokenScheme required
|
|
@@ -165,32 +164,45 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
165
164
|
}),
|
|
166
165
|
/**
|
|
167
166
|
*
|
|
168
|
-
* @summary
|
|
169
|
-
* @param {
|
|
167
|
+
* @summary 巡检标准导出-数据
|
|
168
|
+
* @param {number} parkId 园区id
|
|
169
|
+
* @param {string} [searchValue] 内容
|
|
170
|
+
* @param {InspectionCategoryEnum} [category] 巡检分类
|
|
171
|
+
* @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
|
|
170
172
|
* @param {*} [options] Override http request option.
|
|
171
173
|
* @throws {RequiredError}
|
|
172
174
|
*/
|
|
173
|
-
|
|
174
|
-
// verify required parameter '
|
|
175
|
-
assertParamExists('
|
|
176
|
-
const localVarPath = `/gizone/inspectionStandard/
|
|
175
|
+
inspectionStandardBatchExport: (parkId_1, searchValue_1, category_1, repeats_1, ...args_1) => __awaiter(this, [parkId_1, searchValue_1, category_1, repeats_1, ...args_1], void 0, function* (parkId, searchValue, category, repeats, options = {}) {
|
|
176
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
177
|
+
assertParamExists('inspectionStandardBatchExport', 'parkId', parkId);
|
|
178
|
+
const localVarPath = `/gizone/inspectionStandard/batchExport`;
|
|
177
179
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
178
180
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
179
181
|
let baseOptions;
|
|
180
182
|
if (configuration) {
|
|
181
183
|
baseOptions = configuration.baseOptions;
|
|
182
184
|
}
|
|
183
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
185
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
184
186
|
const localVarHeaderParameter = {};
|
|
185
187
|
const localVarQueryParameter = {};
|
|
186
188
|
// authentication tokenScheme required
|
|
187
189
|
// http bearer authentication required
|
|
188
190
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
189
|
-
|
|
191
|
+
if (searchValue !== undefined) {
|
|
192
|
+
localVarQueryParameter['searchValue'] = searchValue;
|
|
193
|
+
}
|
|
194
|
+
if (category !== undefined) {
|
|
195
|
+
localVarQueryParameter['category'] = category;
|
|
196
|
+
}
|
|
197
|
+
if (parkId !== undefined) {
|
|
198
|
+
localVarQueryParameter['parkId'] = parkId;
|
|
199
|
+
}
|
|
200
|
+
if (repeats !== undefined) {
|
|
201
|
+
localVarQueryParameter['repeats'] = repeats;
|
|
202
|
+
}
|
|
190
203
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
191
204
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
192
205
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
193
|
-
localVarRequestOptions.data = serializeDataIfNeeded(requestBody, localVarRequestOptions, configuration);
|
|
194
206
|
return {
|
|
195
207
|
url: toPathString(localVarUrlObj),
|
|
196
208
|
options: localVarRequestOptions,
|
|
@@ -198,23 +210,19 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
198
210
|
}),
|
|
199
211
|
/**
|
|
200
212
|
*
|
|
201
|
-
* @summary
|
|
202
|
-
* @param {number} id
|
|
213
|
+
* @summary 巡检标准导入-确认导入
|
|
203
214
|
* @param {*} [options] Override http request option.
|
|
204
215
|
* @throws {RequiredError}
|
|
205
216
|
*/
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
assertParamExists('deleteMaintenanceStandard', 'id', id);
|
|
209
|
-
const localVarPath = `/gizone/maintenanceStandard/{id}`
|
|
210
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
217
|
+
inspectionStandardBatchImportConfirm: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
218
|
+
const localVarPath = `/gizone/inspectionStandard/batchImport/confirm`;
|
|
211
219
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
212
220
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
213
221
|
let baseOptions;
|
|
214
222
|
if (configuration) {
|
|
215
223
|
baseOptions = configuration.baseOptions;
|
|
216
224
|
}
|
|
217
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
225
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
218
226
|
const localVarHeaderParameter = {};
|
|
219
227
|
const localVarQueryParameter = {};
|
|
220
228
|
// authentication tokenScheme required
|
|
@@ -230,16 +238,12 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
230
238
|
}),
|
|
231
239
|
/**
|
|
232
240
|
*
|
|
233
|
-
* @summary
|
|
234
|
-
* @param {number} id
|
|
241
|
+
* @summary 巡检标准导入-预览结果
|
|
235
242
|
* @param {*} [options] Override http request option.
|
|
236
243
|
* @throws {RequiredError}
|
|
237
244
|
*/
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
assertParamExists('getInspectionStandard', 'id', id);
|
|
241
|
-
const localVarPath = `/gizone/inspectionStandard/{id}`
|
|
242
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
245
|
+
inspectionStandardBatchImportPreview: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
246
|
+
const localVarPath = `/gizone/inspectionStandard/batchImport/preview`;
|
|
243
247
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
244
248
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
245
249
|
let baseOptions;
|
|
@@ -262,16 +266,12 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
262
266
|
}),
|
|
263
267
|
/**
|
|
264
268
|
*
|
|
265
|
-
* @summary
|
|
266
|
-
* @param {number} id
|
|
269
|
+
* @summary 巡检标准导入-下载模板
|
|
267
270
|
* @param {*} [options] Override http request option.
|
|
268
271
|
* @throws {RequiredError}
|
|
269
272
|
*/
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
assertParamExists('getMaintenanceStandard', 'id', id);
|
|
273
|
-
const localVarPath = `/gizone/maintenanceStandard/{id}`
|
|
274
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
273
|
+
inspectionStandardBatchImportTemplate: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
274
|
+
const localVarPath = `/gizone/inspectionStandard/batchImport/template`;
|
|
275
275
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
276
276
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
277
277
|
let baseOptions;
|
|
@@ -294,57 +294,46 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
294
294
|
}),
|
|
295
295
|
/**
|
|
296
296
|
*
|
|
297
|
-
* @summary
|
|
297
|
+
* @summary 巡检标准导入-上传文件
|
|
298
298
|
* @param {number} parkId 园区id
|
|
299
|
-
* @param {
|
|
300
|
-
* @param {
|
|
301
|
-
* @param {string} [searchValue] 内容
|
|
302
|
-
* @param {InspectionCategoryEnum} [category] 巡检分类
|
|
303
|
-
* @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
|
|
299
|
+
* @param {File} file
|
|
300
|
+
* @param {string} [language] 语言
|
|
304
301
|
* @param {*} [options] Override http request option.
|
|
305
302
|
* @throws {RequiredError}
|
|
306
303
|
*/
|
|
307
|
-
|
|
304
|
+
inspectionStandardBatchImportUpload: (parkId_1, file_1, language_1, ...args_1) => __awaiter(this, [parkId_1, file_1, language_1, ...args_1], void 0, function* (parkId, file, language, options = {}) {
|
|
308
305
|
// verify required parameter 'parkId' is not null or undefined
|
|
309
|
-
assertParamExists('
|
|
310
|
-
// verify required parameter '
|
|
311
|
-
assertParamExists('
|
|
312
|
-
|
|
313
|
-
assertParamExists('listInspectionStandard', 'page', page);
|
|
314
|
-
const localVarPath = `/gizone/inspectionStandard`;
|
|
306
|
+
assertParamExists('inspectionStandardBatchImportUpload', 'parkId', parkId);
|
|
307
|
+
// verify required parameter 'file' is not null or undefined
|
|
308
|
+
assertParamExists('inspectionStandardBatchImportUpload', 'file', file);
|
|
309
|
+
const localVarPath = `/gizone/inspectionStandard/batchImport/upload`;
|
|
315
310
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
316
311
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
317
312
|
let baseOptions;
|
|
318
313
|
if (configuration) {
|
|
319
314
|
baseOptions = configuration.baseOptions;
|
|
320
315
|
}
|
|
321
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: '
|
|
316
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
322
317
|
const localVarHeaderParameter = {};
|
|
323
318
|
const localVarQueryParameter = {};
|
|
319
|
+
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
324
320
|
// authentication tokenScheme required
|
|
325
321
|
// http bearer authentication required
|
|
326
322
|
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
327
|
-
if (searchValue !== undefined) {
|
|
328
|
-
localVarQueryParameter['searchValue'] = searchValue;
|
|
329
|
-
}
|
|
330
|
-
if (category !== undefined) {
|
|
331
|
-
localVarQueryParameter['category'] = category;
|
|
332
|
-
}
|
|
333
323
|
if (parkId !== undefined) {
|
|
334
|
-
|
|
335
|
-
}
|
|
336
|
-
if (pageSize !== undefined) {
|
|
337
|
-
localVarQueryParameter['pageSize'] = pageSize;
|
|
324
|
+
localVarFormParams.append('parkId', parkId);
|
|
338
325
|
}
|
|
339
|
-
if (
|
|
340
|
-
|
|
326
|
+
if (language !== undefined) {
|
|
327
|
+
localVarFormParams.append('language', language);
|
|
341
328
|
}
|
|
342
|
-
if (
|
|
343
|
-
|
|
329
|
+
if (file !== undefined) {
|
|
330
|
+
localVarFormParams.append('file', file);
|
|
344
331
|
}
|
|
332
|
+
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
345
333
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
346
334
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
347
335
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
336
|
+
localVarRequestOptions.data = localVarFormParams;
|
|
348
337
|
return {
|
|
349
338
|
url: toPathString(localVarUrlObj),
|
|
350
339
|
options: localVarRequestOptions,
|
|
@@ -352,24 +341,25 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
352
341
|
}),
|
|
353
342
|
/**
|
|
354
343
|
*
|
|
355
|
-
* @summary
|
|
356
|
-
* @param {number} parkId 园区
|
|
344
|
+
* @summary 巡检标准列表
|
|
345
|
+
* @param {number} parkId 园区id
|
|
357
346
|
* @param {number} pageSize 每页数量
|
|
358
347
|
* @param {number} page 页码
|
|
359
|
-
* @param {string} [searchValue]
|
|
360
|
-
* @param {
|
|
348
|
+
* @param {string} [searchValue] 内容
|
|
349
|
+
* @param {InspectionCategoryEnum} [category] 巡检分类
|
|
361
350
|
* @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
|
|
351
|
+
* @param {number} [equipmentSystemId] 设备系统ID
|
|
362
352
|
* @param {*} [options] Override http request option.
|
|
363
353
|
* @throws {RequiredError}
|
|
364
354
|
*/
|
|
365
|
-
|
|
355
|
+
listInspectionStandard: (parkId_1, pageSize_1, page_1, searchValue_1, category_1, repeats_1, equipmentSystemId_1, ...args_1) => __awaiter(this, [parkId_1, pageSize_1, page_1, searchValue_1, category_1, repeats_1, equipmentSystemId_1, ...args_1], void 0, function* (parkId, pageSize, page, searchValue, category, repeats, equipmentSystemId, options = {}) {
|
|
366
356
|
// verify required parameter 'parkId' is not null or undefined
|
|
367
|
-
assertParamExists('
|
|
357
|
+
assertParamExists('listInspectionStandard', 'parkId', parkId);
|
|
368
358
|
// verify required parameter 'pageSize' is not null or undefined
|
|
369
|
-
assertParamExists('
|
|
359
|
+
assertParamExists('listInspectionStandard', 'pageSize', pageSize);
|
|
370
360
|
// verify required parameter 'page' is not null or undefined
|
|
371
|
-
assertParamExists('
|
|
372
|
-
const localVarPath = `/gizone/
|
|
361
|
+
assertParamExists('listInspectionStandard', 'page', page);
|
|
362
|
+
const localVarPath = `/gizone/inspectionStandard`;
|
|
373
363
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
374
364
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
375
365
|
let baseOptions;
|
|
@@ -385,11 +375,8 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
385
375
|
if (searchValue !== undefined) {
|
|
386
376
|
localVarQueryParameter['searchValue'] = searchValue;
|
|
387
377
|
}
|
|
388
|
-
if (
|
|
389
|
-
localVarQueryParameter['
|
|
390
|
-
}
|
|
391
|
-
if (repeats !== undefined) {
|
|
392
|
-
localVarQueryParameter['repeats'] = repeats;
|
|
378
|
+
if (category !== undefined) {
|
|
379
|
+
localVarQueryParameter['category'] = category;
|
|
393
380
|
}
|
|
394
381
|
if (parkId !== undefined) {
|
|
395
382
|
localVarQueryParameter['parkId'] = parkId;
|
|
@@ -400,6 +387,12 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
400
387
|
if (page !== undefined) {
|
|
401
388
|
localVarQueryParameter['page'] = page;
|
|
402
389
|
}
|
|
390
|
+
if (repeats !== undefined) {
|
|
391
|
+
localVarQueryParameter['repeats'] = repeats;
|
|
392
|
+
}
|
|
393
|
+
if (equipmentSystemId !== undefined) {
|
|
394
|
+
localVarQueryParameter['equipmentSystemId'] = equipmentSystemId;
|
|
395
|
+
}
|
|
403
396
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
404
397
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
405
398
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -415,10 +408,10 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
415
408
|
* @param {*} [options] Override http request option.
|
|
416
409
|
* @throws {RequiredError}
|
|
417
410
|
*/
|
|
418
|
-
|
|
411
|
+
listInspectionStandardByEquipmentId: (equipmentId_1, ...args_1) => __awaiter(this, [equipmentId_1, ...args_1], void 0, function* (equipmentId, options = {}) {
|
|
419
412
|
// verify required parameter 'equipmentId' is not null or undefined
|
|
420
|
-
assertParamExists('
|
|
421
|
-
const localVarPath = `/gizone/
|
|
413
|
+
assertParamExists('listInspectionStandardByEquipmentId', 'equipmentId', equipmentId);
|
|
414
|
+
const localVarPath = `/gizone/inspectionStandard/selectByEquipmentId`;
|
|
422
415
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
423
416
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
424
417
|
let baseOptions;
|
|
@@ -449,10 +442,10 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
449
442
|
* @param {*} [options] Override http request option.
|
|
450
443
|
* @throws {RequiredError}
|
|
451
444
|
*/
|
|
452
|
-
|
|
445
|
+
listInspectionStandardByEquipmentSystemId: (equipmentSystemId_1, ...args_1) => __awaiter(this, [equipmentSystemId_1, ...args_1], void 0, function* (equipmentSystemId, options = {}) {
|
|
453
446
|
// verify required parameter 'equipmentSystemId' is not null or undefined
|
|
454
|
-
assertParamExists('
|
|
455
|
-
const localVarPath = `/gizone/
|
|
447
|
+
assertParamExists('listInspectionStandardByEquipmentSystemId', 'equipmentSystemId', equipmentSystemId);
|
|
448
|
+
const localVarPath = `/gizone/inspectionStandard/selectByEquipmentSystemId`;
|
|
456
449
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
457
450
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
458
451
|
let baseOptions;
|
|
@@ -553,219 +546,180 @@ export const InspectionApiAxiosParamCreator = function (configuration) {
|
|
|
553
546
|
options: localVarRequestOptions,
|
|
554
547
|
};
|
|
555
548
|
}),
|
|
556
|
-
/**
|
|
557
|
-
*
|
|
558
|
-
* @summary 编辑维保标准
|
|
559
|
-
* @param {number} id
|
|
560
|
-
* @param {MaintenanceStandardAddOrUpdateVo} maintenanceStandardAddOrUpdateVo
|
|
561
|
-
* @param {*} [options] Override http request option.
|
|
562
|
-
* @throws {RequiredError}
|
|
563
|
-
*/
|
|
564
|
-
updateMaintenanceStandard: (id_1, maintenanceStandardAddOrUpdateVo_1, ...args_1) => __awaiter(this, [id_1, maintenanceStandardAddOrUpdateVo_1, ...args_1], void 0, function* (id, maintenanceStandardAddOrUpdateVo, options = {}) {
|
|
565
|
-
// verify required parameter 'id' is not null or undefined
|
|
566
|
-
assertParamExists('updateMaintenanceStandard', 'id', id);
|
|
567
|
-
// verify required parameter 'maintenanceStandardAddOrUpdateVo' is not null or undefined
|
|
568
|
-
assertParamExists('updateMaintenanceStandard', 'maintenanceStandardAddOrUpdateVo', maintenanceStandardAddOrUpdateVo);
|
|
569
|
-
const localVarPath = `/gizone/maintenanceStandard/{id}`
|
|
570
|
-
.replace(`{${"id"}}`, encodeURIComponent(String(id)));
|
|
571
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
572
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
573
|
-
let baseOptions;
|
|
574
|
-
if (configuration) {
|
|
575
|
-
baseOptions = configuration.baseOptions;
|
|
576
|
-
}
|
|
577
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'PUT' }, baseOptions), options);
|
|
578
|
-
const localVarHeaderParameter = {};
|
|
579
|
-
const localVarQueryParameter = {};
|
|
580
|
-
// authentication tokenScheme required
|
|
581
|
-
// http bearer authentication required
|
|
582
|
-
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
583
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
584
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
585
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
586
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
587
|
-
localVarRequestOptions.data = serializeDataIfNeeded(maintenanceStandardAddOrUpdateVo, localVarRequestOptions, configuration);
|
|
588
|
-
return {
|
|
589
|
-
url: toPathString(localVarUrlObj),
|
|
590
|
-
options: localVarRequestOptions,
|
|
591
|
-
};
|
|
592
|
-
}),
|
|
593
549
|
};
|
|
594
550
|
};
|
|
595
551
|
/**
|
|
596
|
-
*
|
|
552
|
+
* InspectionStandardApi - functional programming interface
|
|
597
553
|
* @export
|
|
598
554
|
*/
|
|
599
|
-
export const
|
|
600
|
-
const localVarAxiosParamCreator =
|
|
555
|
+
export const InspectionStandardApiFp = function (configuration) {
|
|
556
|
+
const localVarAxiosParamCreator = InspectionStandardApiAxiosParamCreator(configuration);
|
|
601
557
|
return {
|
|
602
558
|
/**
|
|
603
559
|
*
|
|
604
|
-
* @summary
|
|
605
|
-
* @param {Array<
|
|
560
|
+
* @summary 添加巡检标准
|
|
561
|
+
* @param {Array<InspectionStandardAddOrUpdateVO>} inspectionStandardAddOrUpdateVO
|
|
606
562
|
* @param {*} [options] Override http request option.
|
|
607
563
|
* @throws {RequiredError}
|
|
608
564
|
*/
|
|
609
|
-
|
|
565
|
+
createInspectionStandard(inspectionStandardAddOrUpdateVO, options) {
|
|
610
566
|
return __awaiter(this, void 0, void 0, function* () {
|
|
611
567
|
var _a, _b, _c;
|
|
612
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
568
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.createInspectionStandard(inspectionStandardAddOrUpdateVO, options);
|
|
613
569
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
614
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
570
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.createInspectionStandard']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
615
571
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
616
572
|
});
|
|
617
573
|
},
|
|
618
574
|
/**
|
|
619
575
|
*
|
|
620
|
-
* @summary
|
|
621
|
-
* @param {
|
|
576
|
+
* @summary 删除巡检标准
|
|
577
|
+
* @param {number} id 巡检标准id
|
|
622
578
|
* @param {*} [options] Override http request option.
|
|
623
579
|
* @throws {RequiredError}
|
|
624
580
|
*/
|
|
625
|
-
|
|
581
|
+
deleteInspectionStandard(id, options) {
|
|
626
582
|
return __awaiter(this, void 0, void 0, function* () {
|
|
627
583
|
var _a, _b, _c;
|
|
628
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
584
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteInspectionStandard(id, options);
|
|
629
585
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
630
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
586
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.deleteInspectionStandard']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
631
587
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
632
588
|
});
|
|
633
589
|
},
|
|
634
590
|
/**
|
|
635
591
|
*
|
|
636
|
-
* @summary
|
|
637
|
-
* @param {Array<
|
|
592
|
+
* @summary 批量删除巡检标准
|
|
593
|
+
* @param {Array<number>} requestBody
|
|
638
594
|
* @param {*} [options] Override http request option.
|
|
639
595
|
* @throws {RequiredError}
|
|
640
596
|
*/
|
|
641
|
-
|
|
597
|
+
deleteInspectionStandards(requestBody, options) {
|
|
642
598
|
return __awaiter(this, void 0, void 0, function* () {
|
|
643
599
|
var _a, _b, _c;
|
|
644
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
600
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteInspectionStandards(requestBody, options);
|
|
645
601
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
646
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
602
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.deleteInspectionStandards']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
647
603
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
648
604
|
});
|
|
649
605
|
},
|
|
650
606
|
/**
|
|
651
607
|
*
|
|
652
|
-
* @summary
|
|
653
|
-
* @param {number} id
|
|
608
|
+
* @summary 巡检标准详情
|
|
609
|
+
* @param {number} id
|
|
654
610
|
* @param {*} [options] Override http request option.
|
|
655
611
|
* @throws {RequiredError}
|
|
656
612
|
*/
|
|
657
|
-
|
|
613
|
+
getInspectionStandard(id, options) {
|
|
658
614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
659
615
|
var _a, _b, _c;
|
|
660
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
616
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getInspectionStandard(id, options);
|
|
661
617
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
662
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
618
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.getInspectionStandard']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
663
619
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
664
620
|
});
|
|
665
621
|
},
|
|
666
622
|
/**
|
|
667
623
|
*
|
|
668
|
-
* @summary
|
|
669
|
-
* @param {
|
|
624
|
+
* @summary 巡检标准导出-数据
|
|
625
|
+
* @param {number} parkId 园区id
|
|
626
|
+
* @param {string} [searchValue] 内容
|
|
627
|
+
* @param {InspectionCategoryEnum} [category] 巡检分类
|
|
628
|
+
* @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
|
|
670
629
|
* @param {*} [options] Override http request option.
|
|
671
630
|
* @throws {RequiredError}
|
|
672
631
|
*/
|
|
673
|
-
|
|
632
|
+
inspectionStandardBatchExport(parkId, searchValue, category, repeats, options) {
|
|
674
633
|
return __awaiter(this, void 0, void 0, function* () {
|
|
675
634
|
var _a, _b, _c;
|
|
676
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
635
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.inspectionStandardBatchExport(parkId, searchValue, category, repeats, options);
|
|
677
636
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
678
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
637
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.inspectionStandardBatchExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
679
638
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
680
639
|
});
|
|
681
640
|
},
|
|
682
641
|
/**
|
|
683
642
|
*
|
|
684
|
-
* @summary
|
|
685
|
-
* @param {number} id
|
|
643
|
+
* @summary 巡检标准导入-确认导入
|
|
686
644
|
* @param {*} [options] Override http request option.
|
|
687
645
|
* @throws {RequiredError}
|
|
688
646
|
*/
|
|
689
|
-
|
|
647
|
+
inspectionStandardBatchImportConfirm(options) {
|
|
690
648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
691
649
|
var _a, _b, _c;
|
|
692
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
650
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.inspectionStandardBatchImportConfirm(options);
|
|
693
651
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
694
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
652
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.inspectionStandardBatchImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
695
653
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
696
654
|
});
|
|
697
655
|
},
|
|
698
656
|
/**
|
|
699
657
|
*
|
|
700
|
-
* @summary
|
|
701
|
-
* @param {number} id
|
|
658
|
+
* @summary 巡检标准导入-预览结果
|
|
702
659
|
* @param {*} [options] Override http request option.
|
|
703
660
|
* @throws {RequiredError}
|
|
704
661
|
*/
|
|
705
|
-
|
|
662
|
+
inspectionStandardBatchImportPreview(options) {
|
|
706
663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
707
664
|
var _a, _b, _c;
|
|
708
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
665
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.inspectionStandardBatchImportPreview(options);
|
|
709
666
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
710
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
667
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.inspectionStandardBatchImportPreview']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
711
668
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
712
669
|
});
|
|
713
670
|
},
|
|
714
671
|
/**
|
|
715
672
|
*
|
|
716
|
-
* @summary
|
|
717
|
-
* @param {number} id
|
|
673
|
+
* @summary 巡检标准导入-下载模板
|
|
718
674
|
* @param {*} [options] Override http request option.
|
|
719
675
|
* @throws {RequiredError}
|
|
720
676
|
*/
|
|
721
|
-
|
|
677
|
+
inspectionStandardBatchImportTemplate(options) {
|
|
722
678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
723
679
|
var _a, _b, _c;
|
|
724
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
680
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.inspectionStandardBatchImportTemplate(options);
|
|
725
681
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
726
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
682
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.inspectionStandardBatchImportTemplate']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
727
683
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
728
684
|
});
|
|
729
685
|
},
|
|
730
686
|
/**
|
|
731
687
|
*
|
|
732
|
-
* @summary
|
|
688
|
+
* @summary 巡检标准导入-上传文件
|
|
733
689
|
* @param {number} parkId 园区id
|
|
734
|
-
* @param {
|
|
735
|
-
* @param {
|
|
736
|
-
* @param {string} [searchValue] 内容
|
|
737
|
-
* @param {InspectionCategoryEnum} [category] 巡检分类
|
|
738
|
-
* @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
|
|
690
|
+
* @param {File} file
|
|
691
|
+
* @param {string} [language] 语言
|
|
739
692
|
* @param {*} [options] Override http request option.
|
|
740
693
|
* @throws {RequiredError}
|
|
741
694
|
*/
|
|
742
|
-
|
|
695
|
+
inspectionStandardBatchImportUpload(parkId, file, language, options) {
|
|
743
696
|
return __awaiter(this, void 0, void 0, function* () {
|
|
744
697
|
var _a, _b, _c;
|
|
745
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
698
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.inspectionStandardBatchImportUpload(parkId, file, language, options);
|
|
746
699
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
747
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
700
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.inspectionStandardBatchImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
748
701
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
749
702
|
});
|
|
750
703
|
},
|
|
751
704
|
/**
|
|
752
705
|
*
|
|
753
|
-
* @summary
|
|
754
|
-
* @param {number} parkId 园区
|
|
706
|
+
* @summary 巡检标准列表
|
|
707
|
+
* @param {number} parkId 园区id
|
|
755
708
|
* @param {number} pageSize 每页数量
|
|
756
709
|
* @param {number} page 页码
|
|
757
|
-
* @param {string} [searchValue]
|
|
758
|
-
* @param {
|
|
710
|
+
* @param {string} [searchValue] 内容
|
|
711
|
+
* @param {InspectionCategoryEnum} [category] 巡检分类
|
|
759
712
|
* @param {WorkOrderPlanRepeatsEnum} [repeats] 周期
|
|
713
|
+
* @param {number} [equipmentSystemId] 设备系统ID
|
|
760
714
|
* @param {*} [options] Override http request option.
|
|
761
715
|
* @throws {RequiredError}
|
|
762
716
|
*/
|
|
763
|
-
|
|
717
|
+
listInspectionStandard(parkId, pageSize, page, searchValue, category, repeats, equipmentSystemId, options) {
|
|
764
718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
765
719
|
var _a, _b, _c;
|
|
766
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
720
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.listInspectionStandard(parkId, pageSize, page, searchValue, category, repeats, equipmentSystemId, options);
|
|
767
721
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
768
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
722
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.listInspectionStandard']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
769
723
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
770
724
|
});
|
|
771
725
|
},
|
|
@@ -776,12 +730,12 @@ export const InspectionApiFp = function (configuration) {
|
|
|
776
730
|
* @param {*} [options] Override http request option.
|
|
777
731
|
* @throws {RequiredError}
|
|
778
732
|
*/
|
|
779
|
-
|
|
733
|
+
listInspectionStandardByEquipmentId(equipmentId, options) {
|
|
780
734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
781
735
|
var _a, _b, _c;
|
|
782
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
736
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.listInspectionStandardByEquipmentId(equipmentId, options);
|
|
783
737
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
784
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
738
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.listInspectionStandardByEquipmentId']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
785
739
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
786
740
|
});
|
|
787
741
|
},
|
|
@@ -792,12 +746,12 @@ export const InspectionApiFp = function (configuration) {
|
|
|
792
746
|
* @param {*} [options] Override http request option.
|
|
793
747
|
* @throws {RequiredError}
|
|
794
748
|
*/
|
|
795
|
-
|
|
749
|
+
listInspectionStandardByEquipmentSystemId(equipmentSystemId, options) {
|
|
796
750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
797
751
|
var _a, _b, _c;
|
|
798
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
752
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.listInspectionStandardByEquipmentSystemId(equipmentSystemId, options);
|
|
799
753
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
800
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
754
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.listInspectionStandardByEquipmentSystemId']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
801
755
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
802
756
|
});
|
|
803
757
|
},
|
|
@@ -814,7 +768,7 @@ export const InspectionApiFp = function (configuration) {
|
|
|
814
768
|
var _a, _b, _c;
|
|
815
769
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.syncInspectionStandard(parkIdOne, parkIdTwo, options);
|
|
816
770
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
817
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
771
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.syncInspectionStandard']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
818
772
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
819
773
|
});
|
|
820
774
|
},
|
|
@@ -831,160 +785,140 @@ export const InspectionApiFp = function (configuration) {
|
|
|
831
785
|
var _a, _b, _c;
|
|
832
786
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateInspectionStandard(id, inspectionStandardAddOrUpdateVO, options);
|
|
833
787
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
834
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['
|
|
835
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
836
|
-
});
|
|
837
|
-
},
|
|
838
|
-
/**
|
|
839
|
-
*
|
|
840
|
-
* @summary 编辑维保标准
|
|
841
|
-
* @param {number} id
|
|
842
|
-
* @param {MaintenanceStandardAddOrUpdateVo} maintenanceStandardAddOrUpdateVo
|
|
843
|
-
* @param {*} [options] Override http request option.
|
|
844
|
-
* @throws {RequiredError}
|
|
845
|
-
*/
|
|
846
|
-
updateMaintenanceStandard(id, maintenanceStandardAddOrUpdateVo, options) {
|
|
847
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
848
|
-
var _a, _b, _c;
|
|
849
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateMaintenanceStandard(id, maintenanceStandardAddOrUpdateVo, options);
|
|
850
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
851
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionApi.updateMaintenanceStandard']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
788
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['InspectionStandardApi.updateInspectionStandard']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
852
789
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
853
790
|
});
|
|
854
791
|
},
|
|
855
792
|
};
|
|
856
793
|
};
|
|
857
794
|
/**
|
|
858
|
-
*
|
|
795
|
+
* InspectionStandardApi - factory interface
|
|
859
796
|
* @export
|
|
860
797
|
*/
|
|
861
|
-
export const
|
|
862
|
-
const localVarFp =
|
|
798
|
+
export const InspectionStandardApiFactory = function (configuration, basePath, axios) {
|
|
799
|
+
const localVarFp = InspectionStandardApiFp(configuration);
|
|
863
800
|
return {
|
|
864
801
|
/**
|
|
865
802
|
*
|
|
866
|
-
* @summary
|
|
867
|
-
* @param {
|
|
803
|
+
* @summary 添加巡检标准
|
|
804
|
+
* @param {InspectionStandardApiCreateInspectionStandardRequest} requestParameters Request parameters.
|
|
868
805
|
* @param {*} [options] Override http request option.
|
|
869
806
|
* @throws {RequiredError}
|
|
870
807
|
*/
|
|
871
|
-
|
|
872
|
-
return localVarFp.
|
|
808
|
+
createInspectionStandard(requestParameters, options) {
|
|
809
|
+
return localVarFp.createInspectionStandard(requestParameters.inspectionStandardAddOrUpdateVO, options).then((request) => request(axios, basePath));
|
|
873
810
|
},
|
|
874
811
|
/**
|
|
875
812
|
*
|
|
876
|
-
* @summary
|
|
877
|
-
* @param {
|
|
813
|
+
* @summary 删除巡检标准
|
|
814
|
+
* @param {InspectionStandardApiDeleteInspectionStandardRequest} requestParameters Request parameters.
|
|
878
815
|
* @param {*} [options] Override http request option.
|
|
879
816
|
* @throws {RequiredError}
|
|
880
817
|
*/
|
|
881
|
-
|
|
882
|
-
return localVarFp.
|
|
818
|
+
deleteInspectionStandard(requestParameters, options) {
|
|
819
|
+
return localVarFp.deleteInspectionStandard(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
883
820
|
},
|
|
884
821
|
/**
|
|
885
822
|
*
|
|
886
|
-
* @summary
|
|
887
|
-
* @param {
|
|
823
|
+
* @summary 批量删除巡检标准
|
|
824
|
+
* @param {InspectionStandardApiDeleteInspectionStandardsRequest} requestParameters Request parameters.
|
|
888
825
|
* @param {*} [options] Override http request option.
|
|
889
826
|
* @throws {RequiredError}
|
|
890
827
|
*/
|
|
891
|
-
|
|
892
|
-
return localVarFp.
|
|
828
|
+
deleteInspectionStandards(requestParameters, options) {
|
|
829
|
+
return localVarFp.deleteInspectionStandards(requestParameters.requestBody, options).then((request) => request(axios, basePath));
|
|
893
830
|
},
|
|
894
831
|
/**
|
|
895
832
|
*
|
|
896
|
-
* @summary
|
|
897
|
-
* @param {
|
|
833
|
+
* @summary 巡检标准详情
|
|
834
|
+
* @param {InspectionStandardApiGetInspectionStandardRequest} requestParameters Request parameters.
|
|
898
835
|
* @param {*} [options] Override http request option.
|
|
899
836
|
* @throws {RequiredError}
|
|
900
837
|
*/
|
|
901
|
-
|
|
902
|
-
return localVarFp.
|
|
838
|
+
getInspectionStandard(requestParameters, options) {
|
|
839
|
+
return localVarFp.getInspectionStandard(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
903
840
|
},
|
|
904
841
|
/**
|
|
905
842
|
*
|
|
906
|
-
* @summary
|
|
907
|
-
* @param {
|
|
843
|
+
* @summary 巡检标准导出-数据
|
|
844
|
+
* @param {InspectionStandardApiInspectionStandardBatchExportRequest} requestParameters Request parameters.
|
|
908
845
|
* @param {*} [options] Override http request option.
|
|
909
846
|
* @throws {RequiredError}
|
|
910
847
|
*/
|
|
911
|
-
|
|
912
|
-
return localVarFp.
|
|
848
|
+
inspectionStandardBatchExport(requestParameters, options) {
|
|
849
|
+
return localVarFp.inspectionStandardBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, options).then((request) => request(axios, basePath));
|
|
913
850
|
},
|
|
914
851
|
/**
|
|
915
852
|
*
|
|
916
|
-
* @summary
|
|
917
|
-
* @param {InspectionApiDeleteMaintenanceStandardRequest} requestParameters Request parameters.
|
|
853
|
+
* @summary 巡检标准导入-确认导入
|
|
918
854
|
* @param {*} [options] Override http request option.
|
|
919
855
|
* @throws {RequiredError}
|
|
920
856
|
*/
|
|
921
|
-
|
|
922
|
-
return localVarFp.
|
|
857
|
+
inspectionStandardBatchImportConfirm(options) {
|
|
858
|
+
return localVarFp.inspectionStandardBatchImportConfirm(options).then((request) => request(axios, basePath));
|
|
923
859
|
},
|
|
924
860
|
/**
|
|
925
861
|
*
|
|
926
|
-
* @summary
|
|
927
|
-
* @param {InspectionApiGetInspectionStandardRequest} requestParameters Request parameters.
|
|
862
|
+
* @summary 巡检标准导入-预览结果
|
|
928
863
|
* @param {*} [options] Override http request option.
|
|
929
864
|
* @throws {RequiredError}
|
|
930
865
|
*/
|
|
931
|
-
|
|
932
|
-
return localVarFp.
|
|
866
|
+
inspectionStandardBatchImportPreview(options) {
|
|
867
|
+
return localVarFp.inspectionStandardBatchImportPreview(options).then((request) => request(axios, basePath));
|
|
933
868
|
},
|
|
934
869
|
/**
|
|
935
870
|
*
|
|
936
|
-
* @summary
|
|
937
|
-
* @param {InspectionApiGetMaintenanceStandardRequest} requestParameters Request parameters.
|
|
871
|
+
* @summary 巡检标准导入-下载模板
|
|
938
872
|
* @param {*} [options] Override http request option.
|
|
939
873
|
* @throws {RequiredError}
|
|
940
874
|
*/
|
|
941
|
-
|
|
942
|
-
return localVarFp.
|
|
875
|
+
inspectionStandardBatchImportTemplate(options) {
|
|
876
|
+
return localVarFp.inspectionStandardBatchImportTemplate(options).then((request) => request(axios, basePath));
|
|
943
877
|
},
|
|
944
878
|
/**
|
|
945
879
|
*
|
|
946
|
-
* @summary
|
|
947
|
-
* @param {
|
|
880
|
+
* @summary 巡检标准导入-上传文件
|
|
881
|
+
* @param {InspectionStandardApiInspectionStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
948
882
|
* @param {*} [options] Override http request option.
|
|
949
883
|
* @throws {RequiredError}
|
|
950
884
|
*/
|
|
951
|
-
|
|
952
|
-
return localVarFp.
|
|
885
|
+
inspectionStandardBatchImportUpload(requestParameters, options) {
|
|
886
|
+
return localVarFp.inspectionStandardBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
953
887
|
},
|
|
954
888
|
/**
|
|
955
889
|
*
|
|
956
|
-
* @summary
|
|
957
|
-
* @param {
|
|
890
|
+
* @summary 巡检标准列表
|
|
891
|
+
* @param {InspectionStandardApiListInspectionStandardRequest} requestParameters Request parameters.
|
|
958
892
|
* @param {*} [options] Override http request option.
|
|
959
893
|
* @throws {RequiredError}
|
|
960
894
|
*/
|
|
961
|
-
|
|
962
|
-
return localVarFp.
|
|
895
|
+
listInspectionStandard(requestParameters, options) {
|
|
896
|
+
return localVarFp.listInspectionStandard(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, requestParameters.equipmentSystemId, options).then((request) => request(axios, basePath));
|
|
963
897
|
},
|
|
964
898
|
/**
|
|
965
899
|
*
|
|
966
900
|
* @summary 根据设备id查询维保标准
|
|
967
|
-
* @param {
|
|
901
|
+
* @param {InspectionStandardApiListInspectionStandardByEquipmentIdRequest} requestParameters Request parameters.
|
|
968
902
|
* @param {*} [options] Override http request option.
|
|
969
903
|
* @throws {RequiredError}
|
|
970
904
|
*/
|
|
971
|
-
|
|
972
|
-
return localVarFp.
|
|
905
|
+
listInspectionStandardByEquipmentId(requestParameters, options) {
|
|
906
|
+
return localVarFp.listInspectionStandardByEquipmentId(requestParameters.equipmentId, options).then((request) => request(axios, basePath));
|
|
973
907
|
},
|
|
974
908
|
/**
|
|
975
909
|
*
|
|
976
910
|
* @summary 根据设备系统id查询维保标准
|
|
977
|
-
* @param {
|
|
911
|
+
* @param {InspectionStandardApiListInspectionStandardByEquipmentSystemIdRequest} requestParameters Request parameters.
|
|
978
912
|
* @param {*} [options] Override http request option.
|
|
979
913
|
* @throws {RequiredError}
|
|
980
914
|
*/
|
|
981
|
-
|
|
982
|
-
return localVarFp.
|
|
915
|
+
listInspectionStandardByEquipmentSystemId(requestParameters, options) {
|
|
916
|
+
return localVarFp.listInspectionStandardByEquipmentSystemId(requestParameters.equipmentSystemId, options).then((request) => request(axios, basePath));
|
|
983
917
|
},
|
|
984
918
|
/**
|
|
985
919
|
*
|
|
986
920
|
* @summary 同步其他园区巡检标准
|
|
987
|
-
* @param {
|
|
921
|
+
* @param {InspectionStandardApiSyncInspectionStandardRequest} requestParameters Request parameters.
|
|
988
922
|
* @param {*} [options] Override http request option.
|
|
989
923
|
* @throws {RequiredError}
|
|
990
924
|
*/
|
|
@@ -994,195 +928,171 @@ export const InspectionApiFactory = function (configuration, basePath, axios) {
|
|
|
994
928
|
/**
|
|
995
929
|
*
|
|
996
930
|
* @summary 修改巡检标准
|
|
997
|
-
* @param {
|
|
931
|
+
* @param {InspectionStandardApiUpdateInspectionStandardRequest} requestParameters Request parameters.
|
|
998
932
|
* @param {*} [options] Override http request option.
|
|
999
933
|
* @throws {RequiredError}
|
|
1000
934
|
*/
|
|
1001
935
|
updateInspectionStandard(requestParameters, options) {
|
|
1002
936
|
return localVarFp.updateInspectionStandard(requestParameters.id, requestParameters.inspectionStandardAddOrUpdateVO, options).then((request) => request(axios, basePath));
|
|
1003
937
|
},
|
|
1004
|
-
/**
|
|
1005
|
-
*
|
|
1006
|
-
* @summary 编辑维保标准
|
|
1007
|
-
* @param {InspectionApiUpdateMaintenanceStandardRequest} requestParameters Request parameters.
|
|
1008
|
-
* @param {*} [options] Override http request option.
|
|
1009
|
-
* @throws {RequiredError}
|
|
1010
|
-
*/
|
|
1011
|
-
updateMaintenanceStandard(requestParameters, options) {
|
|
1012
|
-
return localVarFp.updateMaintenanceStandard(requestParameters.id, requestParameters.maintenanceStandardAddOrUpdateVo, options).then((request) => request(axios, basePath));
|
|
1013
|
-
},
|
|
1014
938
|
};
|
|
1015
939
|
};
|
|
1016
940
|
/**
|
|
1017
|
-
*
|
|
941
|
+
* InspectionStandardApi - object-oriented interface
|
|
1018
942
|
* @export
|
|
1019
|
-
* @class
|
|
943
|
+
* @class InspectionStandardApi
|
|
1020
944
|
* @extends {BaseAPI}
|
|
1021
945
|
*/
|
|
1022
|
-
export class
|
|
946
|
+
export class InspectionStandardApi extends BaseAPI {
|
|
1023
947
|
/**
|
|
1024
948
|
*
|
|
1025
|
-
* @summary
|
|
1026
|
-
* @param {
|
|
949
|
+
* @summary 添加巡检标准
|
|
950
|
+
* @param {InspectionStandardApiCreateInspectionStandardRequest} requestParameters Request parameters.
|
|
1027
951
|
* @param {*} [options] Override http request option.
|
|
1028
952
|
* @throws {RequiredError}
|
|
1029
|
-
* @memberof
|
|
953
|
+
* @memberof InspectionStandardApi
|
|
1030
954
|
*/
|
|
1031
|
-
|
|
1032
|
-
return
|
|
955
|
+
createInspectionStandard(requestParameters, options) {
|
|
956
|
+
return InspectionStandardApiFp(this.configuration).createInspectionStandard(requestParameters.inspectionStandardAddOrUpdateVO, options).then((request) => request(this.axios, this.basePath));
|
|
1033
957
|
}
|
|
1034
958
|
/**
|
|
1035
959
|
*
|
|
1036
|
-
* @summary
|
|
1037
|
-
* @param {
|
|
960
|
+
* @summary 删除巡检标准
|
|
961
|
+
* @param {InspectionStandardApiDeleteInspectionStandardRequest} requestParameters Request parameters.
|
|
1038
962
|
* @param {*} [options] Override http request option.
|
|
1039
963
|
* @throws {RequiredError}
|
|
1040
|
-
* @memberof
|
|
964
|
+
* @memberof InspectionStandardApi
|
|
1041
965
|
*/
|
|
1042
|
-
|
|
1043
|
-
return
|
|
966
|
+
deleteInspectionStandard(requestParameters, options) {
|
|
967
|
+
return InspectionStandardApiFp(this.configuration).deleteInspectionStandard(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1044
968
|
}
|
|
1045
969
|
/**
|
|
1046
970
|
*
|
|
1047
|
-
* @summary
|
|
1048
|
-
* @param {
|
|
971
|
+
* @summary 批量删除巡检标准
|
|
972
|
+
* @param {InspectionStandardApiDeleteInspectionStandardsRequest} requestParameters Request parameters.
|
|
1049
973
|
* @param {*} [options] Override http request option.
|
|
1050
974
|
* @throws {RequiredError}
|
|
1051
|
-
* @memberof
|
|
975
|
+
* @memberof InspectionStandardApi
|
|
1052
976
|
*/
|
|
1053
|
-
|
|
1054
|
-
return
|
|
977
|
+
deleteInspectionStandards(requestParameters, options) {
|
|
978
|
+
return InspectionStandardApiFp(this.configuration).deleteInspectionStandards(requestParameters.requestBody, options).then((request) => request(this.axios, this.basePath));
|
|
1055
979
|
}
|
|
1056
980
|
/**
|
|
1057
981
|
*
|
|
1058
|
-
* @summary
|
|
1059
|
-
* @param {
|
|
982
|
+
* @summary 巡检标准详情
|
|
983
|
+
* @param {InspectionStandardApiGetInspectionStandardRequest} requestParameters Request parameters.
|
|
1060
984
|
* @param {*} [options] Override http request option.
|
|
1061
985
|
* @throws {RequiredError}
|
|
1062
|
-
* @memberof
|
|
986
|
+
* @memberof InspectionStandardApi
|
|
1063
987
|
*/
|
|
1064
|
-
|
|
1065
|
-
return
|
|
988
|
+
getInspectionStandard(requestParameters, options) {
|
|
989
|
+
return InspectionStandardApiFp(this.configuration).getInspectionStandard(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
1066
990
|
}
|
|
1067
991
|
/**
|
|
1068
992
|
*
|
|
1069
|
-
* @summary
|
|
1070
|
-
* @param {
|
|
993
|
+
* @summary 巡检标准导出-数据
|
|
994
|
+
* @param {InspectionStandardApiInspectionStandardBatchExportRequest} requestParameters Request parameters.
|
|
1071
995
|
* @param {*} [options] Override http request option.
|
|
1072
996
|
* @throws {RequiredError}
|
|
1073
|
-
* @memberof
|
|
997
|
+
* @memberof InspectionStandardApi
|
|
1074
998
|
*/
|
|
1075
|
-
|
|
1076
|
-
return
|
|
999
|
+
inspectionStandardBatchExport(requestParameters, options) {
|
|
1000
|
+
return InspectionStandardApiFp(this.configuration).inspectionStandardBatchExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, options).then((request) => request(this.axios, this.basePath));
|
|
1077
1001
|
}
|
|
1078
1002
|
/**
|
|
1079
1003
|
*
|
|
1080
|
-
* @summary
|
|
1081
|
-
* @param {InspectionApiDeleteMaintenanceStandardRequest} requestParameters Request parameters.
|
|
1004
|
+
* @summary 巡检标准导入-确认导入
|
|
1082
1005
|
* @param {*} [options] Override http request option.
|
|
1083
1006
|
* @throws {RequiredError}
|
|
1084
|
-
* @memberof
|
|
1007
|
+
* @memberof InspectionStandardApi
|
|
1085
1008
|
*/
|
|
1086
|
-
|
|
1087
|
-
return
|
|
1009
|
+
inspectionStandardBatchImportConfirm(options) {
|
|
1010
|
+
return InspectionStandardApiFp(this.configuration).inspectionStandardBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
1088
1011
|
}
|
|
1089
1012
|
/**
|
|
1090
1013
|
*
|
|
1091
|
-
* @summary
|
|
1092
|
-
* @param {InspectionApiGetInspectionStandardRequest} requestParameters Request parameters.
|
|
1014
|
+
* @summary 巡检标准导入-预览结果
|
|
1093
1015
|
* @param {*} [options] Override http request option.
|
|
1094
1016
|
* @throws {RequiredError}
|
|
1095
|
-
* @memberof
|
|
1017
|
+
* @memberof InspectionStandardApi
|
|
1096
1018
|
*/
|
|
1097
|
-
|
|
1098
|
-
return
|
|
1019
|
+
inspectionStandardBatchImportPreview(options) {
|
|
1020
|
+
return InspectionStandardApiFp(this.configuration).inspectionStandardBatchImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
1099
1021
|
}
|
|
1100
1022
|
/**
|
|
1101
1023
|
*
|
|
1102
|
-
* @summary
|
|
1103
|
-
* @param {InspectionApiGetMaintenanceStandardRequest} requestParameters Request parameters.
|
|
1024
|
+
* @summary 巡检标准导入-下载模板
|
|
1104
1025
|
* @param {*} [options] Override http request option.
|
|
1105
1026
|
* @throws {RequiredError}
|
|
1106
|
-
* @memberof
|
|
1027
|
+
* @memberof InspectionStandardApi
|
|
1107
1028
|
*/
|
|
1108
|
-
|
|
1109
|
-
return
|
|
1029
|
+
inspectionStandardBatchImportTemplate(options) {
|
|
1030
|
+
return InspectionStandardApiFp(this.configuration).inspectionStandardBatchImportTemplate(options).then((request) => request(this.axios, this.basePath));
|
|
1110
1031
|
}
|
|
1111
1032
|
/**
|
|
1112
1033
|
*
|
|
1113
|
-
* @summary
|
|
1114
|
-
* @param {
|
|
1034
|
+
* @summary 巡检标准导入-上传文件
|
|
1035
|
+
* @param {InspectionStandardApiInspectionStandardBatchImportUploadRequest} requestParameters Request parameters.
|
|
1115
1036
|
* @param {*} [options] Override http request option.
|
|
1116
1037
|
* @throws {RequiredError}
|
|
1117
|
-
* @memberof
|
|
1038
|
+
* @memberof InspectionStandardApi
|
|
1118
1039
|
*/
|
|
1119
|
-
|
|
1120
|
-
return
|
|
1040
|
+
inspectionStandardBatchImportUpload(requestParameters, options) {
|
|
1041
|
+
return InspectionStandardApiFp(this.configuration).inspectionStandardBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
1121
1042
|
}
|
|
1122
1043
|
/**
|
|
1123
1044
|
*
|
|
1124
|
-
* @summary
|
|
1125
|
-
* @param {
|
|
1045
|
+
* @summary 巡检标准列表
|
|
1046
|
+
* @param {InspectionStandardApiListInspectionStandardRequest} requestParameters Request parameters.
|
|
1126
1047
|
* @param {*} [options] Override http request option.
|
|
1127
1048
|
* @throws {RequiredError}
|
|
1128
|
-
* @memberof
|
|
1049
|
+
* @memberof InspectionStandardApi
|
|
1129
1050
|
*/
|
|
1130
|
-
|
|
1131
|
-
return
|
|
1051
|
+
listInspectionStandard(requestParameters, options) {
|
|
1052
|
+
return InspectionStandardApiFp(this.configuration).listInspectionStandard(requestParameters.parkId, requestParameters.pageSize, requestParameters.page, requestParameters.searchValue, requestParameters.category, requestParameters.repeats, requestParameters.equipmentSystemId, options).then((request) => request(this.axios, this.basePath));
|
|
1132
1053
|
}
|
|
1133
1054
|
/**
|
|
1134
1055
|
*
|
|
1135
1056
|
* @summary 根据设备id查询维保标准
|
|
1136
|
-
* @param {
|
|
1057
|
+
* @param {InspectionStandardApiListInspectionStandardByEquipmentIdRequest} requestParameters Request parameters.
|
|
1137
1058
|
* @param {*} [options] Override http request option.
|
|
1138
1059
|
* @throws {RequiredError}
|
|
1139
|
-
* @memberof
|
|
1060
|
+
* @memberof InspectionStandardApi
|
|
1140
1061
|
*/
|
|
1141
|
-
|
|
1142
|
-
return
|
|
1062
|
+
listInspectionStandardByEquipmentId(requestParameters, options) {
|
|
1063
|
+
return InspectionStandardApiFp(this.configuration).listInspectionStandardByEquipmentId(requestParameters.equipmentId, options).then((request) => request(this.axios, this.basePath));
|
|
1143
1064
|
}
|
|
1144
1065
|
/**
|
|
1145
1066
|
*
|
|
1146
1067
|
* @summary 根据设备系统id查询维保标准
|
|
1147
|
-
* @param {
|
|
1068
|
+
* @param {InspectionStandardApiListInspectionStandardByEquipmentSystemIdRequest} requestParameters Request parameters.
|
|
1148
1069
|
* @param {*} [options] Override http request option.
|
|
1149
1070
|
* @throws {RequiredError}
|
|
1150
|
-
* @memberof
|
|
1071
|
+
* @memberof InspectionStandardApi
|
|
1151
1072
|
*/
|
|
1152
|
-
|
|
1153
|
-
return
|
|
1073
|
+
listInspectionStandardByEquipmentSystemId(requestParameters, options) {
|
|
1074
|
+
return InspectionStandardApiFp(this.configuration).listInspectionStandardByEquipmentSystemId(requestParameters.equipmentSystemId, options).then((request) => request(this.axios, this.basePath));
|
|
1154
1075
|
}
|
|
1155
1076
|
/**
|
|
1156
1077
|
*
|
|
1157
1078
|
* @summary 同步其他园区巡检标准
|
|
1158
|
-
* @param {
|
|
1079
|
+
* @param {InspectionStandardApiSyncInspectionStandardRequest} requestParameters Request parameters.
|
|
1159
1080
|
* @param {*} [options] Override http request option.
|
|
1160
1081
|
* @throws {RequiredError}
|
|
1161
|
-
* @memberof
|
|
1082
|
+
* @memberof InspectionStandardApi
|
|
1162
1083
|
*/
|
|
1163
1084
|
syncInspectionStandard(requestParameters, options) {
|
|
1164
|
-
return
|
|
1085
|
+
return InspectionStandardApiFp(this.configuration).syncInspectionStandard(requestParameters.parkIdOne, requestParameters.parkIdTwo, options).then((request) => request(this.axios, this.basePath));
|
|
1165
1086
|
}
|
|
1166
1087
|
/**
|
|
1167
1088
|
*
|
|
1168
1089
|
* @summary 修改巡检标准
|
|
1169
|
-
* @param {
|
|
1090
|
+
* @param {InspectionStandardApiUpdateInspectionStandardRequest} requestParameters Request parameters.
|
|
1170
1091
|
* @param {*} [options] Override http request option.
|
|
1171
1092
|
* @throws {RequiredError}
|
|
1172
|
-
* @memberof
|
|
1093
|
+
* @memberof InspectionStandardApi
|
|
1173
1094
|
*/
|
|
1174
1095
|
updateInspectionStandard(requestParameters, options) {
|
|
1175
|
-
return
|
|
1176
|
-
}
|
|
1177
|
-
/**
|
|
1178
|
-
*
|
|
1179
|
-
* @summary 编辑维保标准
|
|
1180
|
-
* @param {InspectionApiUpdateMaintenanceStandardRequest} requestParameters Request parameters.
|
|
1181
|
-
* @param {*} [options] Override http request option.
|
|
1182
|
-
* @throws {RequiredError}
|
|
1183
|
-
* @memberof InspectionApi
|
|
1184
|
-
*/
|
|
1185
|
-
updateMaintenanceStandard(requestParameters, options) {
|
|
1186
|
-
return InspectionApiFp(this.configuration).updateMaintenanceStandard(requestParameters.id, requestParameters.maintenanceStandardAddOrUpdateVo, options).then((request) => request(this.axios, this.basePath));
|
|
1096
|
+
return InspectionStandardApiFp(this.configuration).updateInspectionStandard(requestParameters.id, requestParameters.inspectionStandardAddOrUpdateVO, options).then((request) => request(this.axios, this.basePath));
|
|
1187
1097
|
}
|
|
1188
1098
|
}
|