@gizone/rrs-client 3.11.12-alpha.8 → 3.11.13-alpha.60
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 +10 -10
- 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-add-or-update-vo.d.ts +3 -4
- package/dist/esm/models/inspection-standard-dto.d.ts +147 -0
- package/dist/esm/models/inspection-standard-entity.d.ts +13 -0
- package/dist/esm/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- 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/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 +10 -10
- 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-add-or-update-vo.d.ts +3 -4
- package/dist/models/inspection-standard-dto.d.ts +147 -0
- package/dist/models/inspection-standard-entity.d.ts +13 -0
- package/dist/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- 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/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 +10 -10
- package/models/index.ts +35 -13
- package/models/inspection-point-item.ts +12 -0
- package/models/inspection-standard-add-or-update-vo.ts +3 -6
- package/models/inspection-standard-dto.ts +161 -0
- package/models/inspection-standard-entity.ts +15 -0
- package/models/inspection-standard-import-dto.ts +120 -0
- package/models/ipage-access-vo.ts +6 -6
- 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/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
package/apis/space-api.ts
CHANGED
|
@@ -36,8 +36,6 @@ import type { JsonResultListSpaceUrlDTO } from '../models';
|
|
|
36
36
|
// @ts-ignore
|
|
37
37
|
import type { JsonResultSpaceAddRedisListDTO } from '../models';
|
|
38
38
|
// @ts-ignore
|
|
39
|
-
import type { JsonResultSpaceEditBeforeAndAfterDTO } from '../models';
|
|
40
|
-
// @ts-ignore
|
|
41
39
|
import type { JsonResultSpaceImageDetailDTO } from '../models';
|
|
42
40
|
// @ts-ignore
|
|
43
41
|
import type { SpaceAddPlanVo } from '../models';
|
|
@@ -385,47 +383,6 @@ export const SpaceApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
385
383
|
options: localVarRequestOptions,
|
|
386
384
|
};
|
|
387
385
|
},
|
|
388
|
-
/**
|
|
389
|
-
*
|
|
390
|
-
* @summary 查询修改前后数据
|
|
391
|
-
* @param {number} parkId
|
|
392
|
-
* @param {*} [options] Override http request option.
|
|
393
|
-
* @throws {RequiredError}
|
|
394
|
-
*/
|
|
395
|
-
spaceEditBeforeAndAfter: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
396
|
-
// verify required parameter 'parkId' is not null or undefined
|
|
397
|
-
assertParamExists('spaceEditBeforeAndAfter', 'parkId', parkId)
|
|
398
|
-
const localVarPath = `/gizone/space/get-edit-before-and-after`;
|
|
399
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
400
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
401
|
-
let baseOptions;
|
|
402
|
-
if (configuration) {
|
|
403
|
-
baseOptions = configuration.baseOptions;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
407
|
-
const localVarHeaderParameter = {} as any;
|
|
408
|
-
const localVarQueryParameter = {} as any;
|
|
409
|
-
|
|
410
|
-
// authentication tokenScheme required
|
|
411
|
-
// http bearer authentication required
|
|
412
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
413
|
-
|
|
414
|
-
if (parkId !== undefined) {
|
|
415
|
-
localVarQueryParameter['parkId'] = parkId;
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
421
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
422
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
423
|
-
|
|
424
|
-
return {
|
|
425
|
-
url: toPathString(localVarUrlObj),
|
|
426
|
-
options: localVarRequestOptions,
|
|
427
|
-
};
|
|
428
|
-
},
|
|
429
386
|
/**
|
|
430
387
|
*
|
|
431
388
|
* @summary /导出修改Excel模板
|
|
@@ -477,122 +434,6 @@ export const SpaceApiAxiosParamCreator = function (configuration?: Configuration
|
|
|
477
434
|
options: localVarRequestOptions,
|
|
478
435
|
};
|
|
479
436
|
},
|
|
480
|
-
/**
|
|
481
|
-
*
|
|
482
|
-
* @summary /修改excel入数据库
|
|
483
|
-
* @param {*} [options] Override http request option.
|
|
484
|
-
* @throws {RequiredError}
|
|
485
|
-
*/
|
|
486
|
-
spaceEditImportConfirm: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
487
|
-
const localVarPath = `/gizone/space/editImport`;
|
|
488
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
489
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
490
|
-
let baseOptions;
|
|
491
|
-
if (configuration) {
|
|
492
|
-
baseOptions = configuration.baseOptions;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
496
|
-
const localVarHeaderParameter = {} as any;
|
|
497
|
-
const localVarQueryParameter = {} as any;
|
|
498
|
-
|
|
499
|
-
// authentication tokenScheme required
|
|
500
|
-
// http bearer authentication required
|
|
501
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
506
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
507
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
508
|
-
|
|
509
|
-
return {
|
|
510
|
-
url: toPathString(localVarUrlObj),
|
|
511
|
-
options: localVarRequestOptions,
|
|
512
|
-
};
|
|
513
|
-
},
|
|
514
|
-
/**
|
|
515
|
-
*
|
|
516
|
-
* @summary 修改---结果确认
|
|
517
|
-
* @param {*} [options] Override http request option.
|
|
518
|
-
* @throws {RequiredError}
|
|
519
|
-
*/
|
|
520
|
-
spaceEditImportPreview: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
521
|
-
const localVarPath = `/gizone/space/editRedisList`;
|
|
522
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
523
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
524
|
-
let baseOptions;
|
|
525
|
-
if (configuration) {
|
|
526
|
-
baseOptions = configuration.baseOptions;
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
530
|
-
const localVarHeaderParameter = {} as any;
|
|
531
|
-
const localVarQueryParameter = {} as any;
|
|
532
|
-
|
|
533
|
-
// authentication tokenScheme required
|
|
534
|
-
// http bearer authentication required
|
|
535
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
540
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
541
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
542
|
-
|
|
543
|
-
return {
|
|
544
|
-
url: toPathString(localVarUrlObj),
|
|
545
|
-
options: localVarRequestOptions,
|
|
546
|
-
};
|
|
547
|
-
},
|
|
548
|
-
/**
|
|
549
|
-
*
|
|
550
|
-
* @summary 修改---上传文件
|
|
551
|
-
* @param {string} [language]
|
|
552
|
-
* @param {File} [file]
|
|
553
|
-
* @param {*} [options] Override http request option.
|
|
554
|
-
* @throws {RequiredError}
|
|
555
|
-
*/
|
|
556
|
-
spaceEditImportUpload: async (language?: string, file?: File, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
557
|
-
const localVarPath = `/gizone/space/editSpaceFileToRedis`;
|
|
558
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
559
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
560
|
-
let baseOptions;
|
|
561
|
-
if (configuration) {
|
|
562
|
-
baseOptions = configuration.baseOptions;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
566
|
-
const localVarHeaderParameter = {} as any;
|
|
567
|
-
const localVarQueryParameter = {} as any;
|
|
568
|
-
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
569
|
-
|
|
570
|
-
// authentication tokenScheme required
|
|
571
|
-
// http bearer authentication required
|
|
572
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
573
|
-
|
|
574
|
-
if (language !== undefined) {
|
|
575
|
-
localVarQueryParameter['language'] = language;
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
if (file !== undefined) {
|
|
580
|
-
localVarFormParams.append('file', file as any);
|
|
581
|
-
}
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
585
|
-
|
|
586
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
587
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
588
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
589
|
-
localVarRequestOptions.data = localVarFormParams;
|
|
590
|
-
|
|
591
|
-
return {
|
|
592
|
-
url: toPathString(localVarUrlObj),
|
|
593
|
-
options: localVarRequestOptions,
|
|
594
|
-
};
|
|
595
|
-
},
|
|
596
437
|
/**
|
|
597
438
|
*
|
|
598
439
|
* @summary 编辑平面图
|
|
@@ -1185,19 +1026,6 @@ export const SpaceApiFp = function(configuration?: Configuration) {
|
|
|
1185
1026
|
const localVarOperationServerBasePath = operationServerMap['SpaceApi.spaceEdit']?.[localVarOperationServerIndex]?.url;
|
|
1186
1027
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1187
1028
|
},
|
|
1188
|
-
/**
|
|
1189
|
-
*
|
|
1190
|
-
* @summary 查询修改前后数据
|
|
1191
|
-
* @param {number} parkId
|
|
1192
|
-
* @param {*} [options] Override http request option.
|
|
1193
|
-
* @throws {RequiredError}
|
|
1194
|
-
*/
|
|
1195
|
-
async spaceEditBeforeAndAfter(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultSpaceEditBeforeAndAfterDTO>> {
|
|
1196
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.spaceEditBeforeAndAfter(parkId, options);
|
|
1197
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1198
|
-
const localVarOperationServerBasePath = operationServerMap['SpaceApi.spaceEditBeforeAndAfter']?.[localVarOperationServerIndex]?.url;
|
|
1199
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1200
|
-
},
|
|
1201
1029
|
/**
|
|
1202
1030
|
*
|
|
1203
1031
|
* @summary /导出修改Excel模板
|
|
@@ -1213,44 +1041,6 @@ export const SpaceApiFp = function(configuration?: Configuration) {
|
|
|
1213
1041
|
const localVarOperationServerBasePath = operationServerMap['SpaceApi.spaceEditExportTemplate']?.[localVarOperationServerIndex]?.url;
|
|
1214
1042
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1215
1043
|
},
|
|
1216
|
-
/**
|
|
1217
|
-
*
|
|
1218
|
-
* @summary /修改excel入数据库
|
|
1219
|
-
* @param {*} [options] Override http request option.
|
|
1220
|
-
* @throws {RequiredError}
|
|
1221
|
-
*/
|
|
1222
|
-
async spaceEditImportConfirm(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1223
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.spaceEditImportConfirm(options);
|
|
1224
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1225
|
-
const localVarOperationServerBasePath = operationServerMap['SpaceApi.spaceEditImportConfirm']?.[localVarOperationServerIndex]?.url;
|
|
1226
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1227
|
-
},
|
|
1228
|
-
/**
|
|
1229
|
-
*
|
|
1230
|
-
* @summary 修改---结果确认
|
|
1231
|
-
* @param {*} [options] Override http request option.
|
|
1232
|
-
* @throws {RequiredError}
|
|
1233
|
-
*/
|
|
1234
|
-
async spaceEditImportPreview(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1235
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.spaceEditImportPreview(options);
|
|
1236
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1237
|
-
const localVarOperationServerBasePath = operationServerMap['SpaceApi.spaceEditImportPreview']?.[localVarOperationServerIndex]?.url;
|
|
1238
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1239
|
-
},
|
|
1240
|
-
/**
|
|
1241
|
-
*
|
|
1242
|
-
* @summary 修改---上传文件
|
|
1243
|
-
* @param {string} [language]
|
|
1244
|
-
* @param {File} [file]
|
|
1245
|
-
* @param {*} [options] Override http request option.
|
|
1246
|
-
* @throws {RequiredError}
|
|
1247
|
-
*/
|
|
1248
|
-
async spaceEditImportUpload(language?: string, file?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1249
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.spaceEditImportUpload(language, file, options);
|
|
1250
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1251
|
-
const localVarOperationServerBasePath = operationServerMap['SpaceApi.spaceEditImportUpload']?.[localVarOperationServerIndex]?.url;
|
|
1252
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1253
|
-
},
|
|
1254
1044
|
/**
|
|
1255
1045
|
*
|
|
1256
1046
|
* @summary 编辑平面图
|
|
@@ -1496,16 +1286,6 @@ export const SpaceApiFactory = function (configuration?: Configuration, basePath
|
|
|
1496
1286
|
spaceEdit(requestParameters: SpaceApiSpaceEditRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1497
1287
|
return localVarFp.spaceEdit(requestParameters.spaceEditVO, options).then((request) => request(axios, basePath));
|
|
1498
1288
|
},
|
|
1499
|
-
/**
|
|
1500
|
-
*
|
|
1501
|
-
* @summary 查询修改前后数据
|
|
1502
|
-
* @param {SpaceApiSpaceEditBeforeAndAfterRequest} requestParameters Request parameters.
|
|
1503
|
-
* @param {*} [options] Override http request option.
|
|
1504
|
-
* @throws {RequiredError}
|
|
1505
|
-
*/
|
|
1506
|
-
spaceEditBeforeAndAfter(requestParameters: SpaceApiSpaceEditBeforeAndAfterRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultSpaceEditBeforeAndAfterDTO> {
|
|
1507
|
-
return localVarFp.spaceEditBeforeAndAfter(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
1508
|
-
},
|
|
1509
1289
|
/**
|
|
1510
1290
|
*
|
|
1511
1291
|
* @summary /导出修改Excel模板
|
|
@@ -1516,34 +1296,6 @@ export const SpaceApiFactory = function (configuration?: Configuration, basePath
|
|
|
1516
1296
|
spaceEditExportTemplate(requestParameters: SpaceApiSpaceEditExportTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
1517
1297
|
return localVarFp.spaceEditExportTemplate(requestParameters.parkId, requestParameters.spaceIds, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
1518
1298
|
},
|
|
1519
|
-
/**
|
|
1520
|
-
*
|
|
1521
|
-
* @summary /修改excel入数据库
|
|
1522
|
-
* @param {*} [options] Override http request option.
|
|
1523
|
-
* @throws {RequiredError}
|
|
1524
|
-
*/
|
|
1525
|
-
spaceEditImportConfirm(options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1526
|
-
return localVarFp.spaceEditImportConfirm(options).then((request) => request(axios, basePath));
|
|
1527
|
-
},
|
|
1528
|
-
/**
|
|
1529
|
-
*
|
|
1530
|
-
* @summary 修改---结果确认
|
|
1531
|
-
* @param {*} [options] Override http request option.
|
|
1532
|
-
* @throws {RequiredError}
|
|
1533
|
-
*/
|
|
1534
|
-
spaceEditImportPreview(options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1535
|
-
return localVarFp.spaceEditImportPreview(options).then((request) => request(axios, basePath));
|
|
1536
|
-
},
|
|
1537
|
-
/**
|
|
1538
|
-
*
|
|
1539
|
-
* @summary 修改---上传文件
|
|
1540
|
-
* @param {SpaceApiSpaceEditImportUploadRequest} requestParameters Request parameters.
|
|
1541
|
-
* @param {*} [options] Override http request option.
|
|
1542
|
-
* @throws {RequiredError}
|
|
1543
|
-
*/
|
|
1544
|
-
spaceEditImportUpload(requestParameters: SpaceApiSpaceEditImportUploadRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1545
|
-
return localVarFp.spaceEditImportUpload(requestParameters.language, requestParameters.file, options).then((request) => request(axios, basePath));
|
|
1546
|
-
},
|
|
1547
1299
|
/**
|
|
1548
1300
|
*
|
|
1549
1301
|
* @summary 编辑平面图
|
|
@@ -1772,20 +1524,6 @@ export interface SpaceApiSpaceEditRequest {
|
|
|
1772
1524
|
readonly spaceEditVO: SpaceEditVO
|
|
1773
1525
|
}
|
|
1774
1526
|
|
|
1775
|
-
/**
|
|
1776
|
-
* Request parameters for spaceEditBeforeAndAfter operation in SpaceApi.
|
|
1777
|
-
* @export
|
|
1778
|
-
* @interface SpaceApiSpaceEditBeforeAndAfterRequest
|
|
1779
|
-
*/
|
|
1780
|
-
export interface SpaceApiSpaceEditBeforeAndAfterRequest {
|
|
1781
|
-
/**
|
|
1782
|
-
*
|
|
1783
|
-
* @type {number}
|
|
1784
|
-
* @memberof SpaceApiSpaceEditBeforeAndAfter
|
|
1785
|
-
*/
|
|
1786
|
-
readonly parkId: number
|
|
1787
|
-
}
|
|
1788
|
-
|
|
1789
1527
|
/**
|
|
1790
1528
|
* Request parameters for spaceEditExportTemplate operation in SpaceApi.
|
|
1791
1529
|
* @export
|
|
@@ -1814,27 +1552,6 @@ export interface SpaceApiSpaceEditExportTemplateRequest {
|
|
|
1814
1552
|
readonly language?: string
|
|
1815
1553
|
}
|
|
1816
1554
|
|
|
1817
|
-
/**
|
|
1818
|
-
* Request parameters for spaceEditImportUpload operation in SpaceApi.
|
|
1819
|
-
* @export
|
|
1820
|
-
* @interface SpaceApiSpaceEditImportUploadRequest
|
|
1821
|
-
*/
|
|
1822
|
-
export interface SpaceApiSpaceEditImportUploadRequest {
|
|
1823
|
-
/**
|
|
1824
|
-
*
|
|
1825
|
-
* @type {string}
|
|
1826
|
-
* @memberof SpaceApiSpaceEditImportUpload
|
|
1827
|
-
*/
|
|
1828
|
-
readonly language?: string
|
|
1829
|
-
|
|
1830
|
-
/**
|
|
1831
|
-
*
|
|
1832
|
-
* @type {File}
|
|
1833
|
-
* @memberof SpaceApiSpaceEditImportUpload
|
|
1834
|
-
*/
|
|
1835
|
-
readonly file?: File
|
|
1836
|
-
}
|
|
1837
|
-
|
|
1838
1555
|
/**
|
|
1839
1556
|
* Request parameters for spaceEditSpacePlanUrl operation in SpaceApi.
|
|
1840
1557
|
* @export
|
|
@@ -2105,18 +1822,6 @@ export class SpaceApi extends BaseAPI {
|
|
|
2105
1822
|
return SpaceApiFp(this.configuration).spaceEdit(requestParameters.spaceEditVO, options).then((request) => request(this.axios, this.basePath));
|
|
2106
1823
|
}
|
|
2107
1824
|
|
|
2108
|
-
/**
|
|
2109
|
-
*
|
|
2110
|
-
* @summary 查询修改前后数据
|
|
2111
|
-
* @param {SpaceApiSpaceEditBeforeAndAfterRequest} requestParameters Request parameters.
|
|
2112
|
-
* @param {*} [options] Override http request option.
|
|
2113
|
-
* @throws {RequiredError}
|
|
2114
|
-
* @memberof SpaceApi
|
|
2115
|
-
*/
|
|
2116
|
-
public spaceEditBeforeAndAfter(requestParameters: SpaceApiSpaceEditBeforeAndAfterRequest, options?: RawAxiosRequestConfig) {
|
|
2117
|
-
return SpaceApiFp(this.configuration).spaceEditBeforeAndAfter(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
2118
|
-
}
|
|
2119
|
-
|
|
2120
1825
|
/**
|
|
2121
1826
|
*
|
|
2122
1827
|
* @summary /导出修改Excel模板
|
|
@@ -2129,40 +1834,6 @@ export class SpaceApi extends BaseAPI {
|
|
|
2129
1834
|
return SpaceApiFp(this.configuration).spaceEditExportTemplate(requestParameters.parkId, requestParameters.spaceIds, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
2130
1835
|
}
|
|
2131
1836
|
|
|
2132
|
-
/**
|
|
2133
|
-
*
|
|
2134
|
-
* @summary /修改excel入数据库
|
|
2135
|
-
* @param {*} [options] Override http request option.
|
|
2136
|
-
* @throws {RequiredError}
|
|
2137
|
-
* @memberof SpaceApi
|
|
2138
|
-
*/
|
|
2139
|
-
public spaceEditImportConfirm(options?: RawAxiosRequestConfig) {
|
|
2140
|
-
return SpaceApiFp(this.configuration).spaceEditImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
2141
|
-
}
|
|
2142
|
-
|
|
2143
|
-
/**
|
|
2144
|
-
*
|
|
2145
|
-
* @summary 修改---结果确认
|
|
2146
|
-
* @param {*} [options] Override http request option.
|
|
2147
|
-
* @throws {RequiredError}
|
|
2148
|
-
* @memberof SpaceApi
|
|
2149
|
-
*/
|
|
2150
|
-
public spaceEditImportPreview(options?: RawAxiosRequestConfig) {
|
|
2151
|
-
return SpaceApiFp(this.configuration).spaceEditImportPreview(options).then((request) => request(this.axios, this.basePath));
|
|
2152
|
-
}
|
|
2153
|
-
|
|
2154
|
-
/**
|
|
2155
|
-
*
|
|
2156
|
-
* @summary 修改---上传文件
|
|
2157
|
-
* @param {SpaceApiSpaceEditImportUploadRequest} requestParameters Request parameters.
|
|
2158
|
-
* @param {*} [options] Override http request option.
|
|
2159
|
-
* @throws {RequiredError}
|
|
2160
|
-
* @memberof SpaceApi
|
|
2161
|
-
*/
|
|
2162
|
-
public spaceEditImportUpload(requestParameters: SpaceApiSpaceEditImportUploadRequest = {}, options?: RawAxiosRequestConfig) {
|
|
2163
|
-
return SpaceApiFp(this.configuration).spaceEditImportUpload(requestParameters.language, requestParameters.file, options).then((request) => request(this.axios, this.basePath));
|
|
2164
|
-
}
|
|
2165
|
-
|
|
2166
1837
|
/**
|
|
2167
1838
|
*
|
|
2168
1839
|
* @summary 编辑平面图
|
package/apis/sys-api.ts
CHANGED
|
@@ -1153,9 +1153,9 @@ export const SysApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
1153
1153
|
* @param {*} [options] Override http request option.
|
|
1154
1154
|
* @throws {RequiredError}
|
|
1155
1155
|
*/
|
|
1156
|
-
|
|
1156
|
+
list2: async (operLog: SysOperLog, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1157
1157
|
// verify required parameter 'operLog' is not null or undefined
|
|
1158
|
-
assertParamExists('
|
|
1158
|
+
assertParamExists('list2', 'operLog', operLog)
|
|
1159
1159
|
const localVarPath = `/monitor/operlog/list`;
|
|
1160
1160
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1161
1161
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1196,11 +1196,11 @@ export const SysApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
1196
1196
|
* @param {*} [options] Override http request option.
|
|
1197
1197
|
* @throws {RequiredError}
|
|
1198
1198
|
*/
|
|
1199
|
-
|
|
1199
|
+
list3: async (ipaddr: string, userName: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1200
1200
|
// verify required parameter 'ipaddr' is not null or undefined
|
|
1201
|
-
assertParamExists('
|
|
1201
|
+
assertParamExists('list3', 'ipaddr', ipaddr)
|
|
1202
1202
|
// verify required parameter 'userName' is not null or undefined
|
|
1203
|
-
assertParamExists('
|
|
1203
|
+
assertParamExists('list3', 'userName', userName)
|
|
1204
1204
|
const localVarPath = `/monitor/online/list`;
|
|
1205
1205
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1206
1206
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1242,9 +1242,9 @@ export const SysApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
1242
1242
|
* @param {*} [options] Override http request option.
|
|
1243
1243
|
* @throws {RequiredError}
|
|
1244
1244
|
*/
|
|
1245
|
-
|
|
1245
|
+
list4: async (logininfor: SysLogininfor, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1246
1246
|
// verify required parameter 'logininfor' is not null or undefined
|
|
1247
|
-
assertParamExists('
|
|
1247
|
+
assertParamExists('list4', 'logininfor', logininfor)
|
|
1248
1248
|
const localVarPath = `/monitor/logininfor/list`;
|
|
1249
1249
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1250
1250
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -2606,10 +2606,10 @@ export const SysApiFp = function(configuration?: Configuration) {
|
|
|
2606
2606
|
* @param {*} [options] Override http request option.
|
|
2607
2607
|
* @throws {RequiredError}
|
|
2608
2608
|
*/
|
|
2609
|
-
async
|
|
2610
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
2609
|
+
async list2(operLog: SysOperLog, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TableDataInfo>> {
|
|
2610
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.list2(operLog, options);
|
|
2611
2611
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2612
|
-
const localVarOperationServerBasePath = operationServerMap['SysApi.
|
|
2612
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.list2']?.[localVarOperationServerIndex]?.url;
|
|
2613
2613
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2614
2614
|
},
|
|
2615
2615
|
/**
|
|
@@ -2619,10 +2619,10 @@ export const SysApiFp = function(configuration?: Configuration) {
|
|
|
2619
2619
|
* @param {*} [options] Override http request option.
|
|
2620
2620
|
* @throws {RequiredError}
|
|
2621
2621
|
*/
|
|
2622
|
-
async
|
|
2623
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
2622
|
+
async list3(ipaddr: string, userName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TableDataInfo>> {
|
|
2623
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.list3(ipaddr, userName, options);
|
|
2624
2624
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2625
|
-
const localVarOperationServerBasePath = operationServerMap['SysApi.
|
|
2625
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.list3']?.[localVarOperationServerIndex]?.url;
|
|
2626
2626
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2627
2627
|
},
|
|
2628
2628
|
/**
|
|
@@ -2631,10 +2631,10 @@ export const SysApiFp = function(configuration?: Configuration) {
|
|
|
2631
2631
|
* @param {*} [options] Override http request option.
|
|
2632
2632
|
* @throws {RequiredError}
|
|
2633
2633
|
*/
|
|
2634
|
-
async
|
|
2635
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
2634
|
+
async list4(logininfor: SysLogininfor, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TableDataInfo>> {
|
|
2635
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.list4(logininfor, options);
|
|
2636
2636
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2637
|
-
const localVarOperationServerBasePath = operationServerMap['SysApi.
|
|
2637
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.list4']?.[localVarOperationServerIndex]?.url;
|
|
2638
2638
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2639
2639
|
},
|
|
2640
2640
|
/**
|
|
@@ -3187,30 +3187,30 @@ export const SysApiFactory = function (configuration?: Configuration, basePath?:
|
|
|
3187
3187
|
},
|
|
3188
3188
|
/**
|
|
3189
3189
|
*
|
|
3190
|
-
* @param {
|
|
3190
|
+
* @param {SysApiList2Request} requestParameters Request parameters.
|
|
3191
3191
|
* @param {*} [options] Override http request option.
|
|
3192
3192
|
* @throws {RequiredError}
|
|
3193
3193
|
*/
|
|
3194
|
-
|
|
3195
|
-
return localVarFp.
|
|
3194
|
+
list2(requestParameters: SysApiList2Request, options?: RawAxiosRequestConfig): AxiosPromise<TableDataInfo> {
|
|
3195
|
+
return localVarFp.list2(requestParameters.operLog, options).then((request) => request(axios, basePath));
|
|
3196
3196
|
},
|
|
3197
3197
|
/**
|
|
3198
3198
|
*
|
|
3199
|
-
* @param {
|
|
3199
|
+
* @param {SysApiList3Request} requestParameters Request parameters.
|
|
3200
3200
|
* @param {*} [options] Override http request option.
|
|
3201
3201
|
* @throws {RequiredError}
|
|
3202
3202
|
*/
|
|
3203
|
-
|
|
3204
|
-
return localVarFp.
|
|
3203
|
+
list3(requestParameters: SysApiList3Request, options?: RawAxiosRequestConfig): AxiosPromise<TableDataInfo> {
|
|
3204
|
+
return localVarFp.list3(requestParameters.ipaddr, requestParameters.userName, options).then((request) => request(axios, basePath));
|
|
3205
3205
|
},
|
|
3206
3206
|
/**
|
|
3207
3207
|
*
|
|
3208
|
-
* @param {
|
|
3208
|
+
* @param {SysApiList4Request} requestParameters Request parameters.
|
|
3209
3209
|
* @param {*} [options] Override http request option.
|
|
3210
3210
|
* @throws {RequiredError}
|
|
3211
3211
|
*/
|
|
3212
|
-
|
|
3213
|
-
return localVarFp.
|
|
3212
|
+
list4(requestParameters: SysApiList4Request, options?: RawAxiosRequestConfig): AxiosPromise<TableDataInfo> {
|
|
3213
|
+
return localVarFp.list4(requestParameters.logininfor, options).then((request) => request(axios, basePath));
|
|
3214
3214
|
},
|
|
3215
3215
|
/**
|
|
3216
3216
|
*
|
|
@@ -3726,50 +3726,50 @@ export interface SysApiGetDictTypeRequest {
|
|
|
3726
3726
|
}
|
|
3727
3727
|
|
|
3728
3728
|
/**
|
|
3729
|
-
* Request parameters for
|
|
3729
|
+
* Request parameters for list2 operation in SysApi.
|
|
3730
3730
|
* @export
|
|
3731
|
-
* @interface
|
|
3731
|
+
* @interface SysApiList2Request
|
|
3732
3732
|
*/
|
|
3733
|
-
export interface
|
|
3733
|
+
export interface SysApiList2Request {
|
|
3734
3734
|
/**
|
|
3735
3735
|
*
|
|
3736
3736
|
* @type {SysOperLog}
|
|
3737
|
-
* @memberof
|
|
3737
|
+
* @memberof SysApiList2
|
|
3738
3738
|
*/
|
|
3739
3739
|
readonly operLog: SysOperLog
|
|
3740
3740
|
}
|
|
3741
3741
|
|
|
3742
3742
|
/**
|
|
3743
|
-
* Request parameters for
|
|
3743
|
+
* Request parameters for list3 operation in SysApi.
|
|
3744
3744
|
* @export
|
|
3745
|
-
* @interface
|
|
3745
|
+
* @interface SysApiList3Request
|
|
3746
3746
|
*/
|
|
3747
|
-
export interface
|
|
3747
|
+
export interface SysApiList3Request {
|
|
3748
3748
|
/**
|
|
3749
3749
|
*
|
|
3750
3750
|
* @type {string}
|
|
3751
|
-
* @memberof
|
|
3751
|
+
* @memberof SysApiList3
|
|
3752
3752
|
*/
|
|
3753
3753
|
readonly ipaddr: string
|
|
3754
3754
|
|
|
3755
3755
|
/**
|
|
3756
3756
|
*
|
|
3757
3757
|
* @type {string}
|
|
3758
|
-
* @memberof
|
|
3758
|
+
* @memberof SysApiList3
|
|
3759
3759
|
*/
|
|
3760
3760
|
readonly userName: string
|
|
3761
3761
|
}
|
|
3762
3762
|
|
|
3763
3763
|
/**
|
|
3764
|
-
* Request parameters for
|
|
3764
|
+
* Request parameters for list4 operation in SysApi.
|
|
3765
3765
|
* @export
|
|
3766
|
-
* @interface
|
|
3766
|
+
* @interface SysApiList4Request
|
|
3767
3767
|
*/
|
|
3768
|
-
export interface
|
|
3768
|
+
export interface SysApiList4Request {
|
|
3769
3769
|
/**
|
|
3770
3770
|
*
|
|
3771
3771
|
* @type {SysLogininfor}
|
|
3772
|
-
* @memberof
|
|
3772
|
+
* @memberof SysApiList4
|
|
3773
3773
|
*/
|
|
3774
3774
|
readonly logininfor: SysLogininfor
|
|
3775
3775
|
}
|
|
@@ -4448,35 +4448,35 @@ export class SysApi extends BaseAPI {
|
|
|
4448
4448
|
|
|
4449
4449
|
/**
|
|
4450
4450
|
*
|
|
4451
|
-
* @param {
|
|
4451
|
+
* @param {SysApiList2Request} requestParameters Request parameters.
|
|
4452
4452
|
* @param {*} [options] Override http request option.
|
|
4453
4453
|
* @throws {RequiredError}
|
|
4454
4454
|
* @memberof SysApi
|
|
4455
4455
|
*/
|
|
4456
|
-
public
|
|
4457
|
-
return SysApiFp(this.configuration).
|
|
4456
|
+
public list2(requestParameters: SysApiList2Request, options?: RawAxiosRequestConfig) {
|
|
4457
|
+
return SysApiFp(this.configuration).list2(requestParameters.operLog, options).then((request) => request(this.axios, this.basePath));
|
|
4458
4458
|
}
|
|
4459
4459
|
|
|
4460
4460
|
/**
|
|
4461
4461
|
*
|
|
4462
|
-
* @param {
|
|
4462
|
+
* @param {SysApiList3Request} requestParameters Request parameters.
|
|
4463
4463
|
* @param {*} [options] Override http request option.
|
|
4464
4464
|
* @throws {RequiredError}
|
|
4465
4465
|
* @memberof SysApi
|
|
4466
4466
|
*/
|
|
4467
|
-
public
|
|
4468
|
-
return SysApiFp(this.configuration).
|
|
4467
|
+
public list3(requestParameters: SysApiList3Request, options?: RawAxiosRequestConfig) {
|
|
4468
|
+
return SysApiFp(this.configuration).list3(requestParameters.ipaddr, requestParameters.userName, options).then((request) => request(this.axios, this.basePath));
|
|
4469
4469
|
}
|
|
4470
4470
|
|
|
4471
4471
|
/**
|
|
4472
4472
|
*
|
|
4473
|
-
* @param {
|
|
4473
|
+
* @param {SysApiList4Request} requestParameters Request parameters.
|
|
4474
4474
|
* @param {*} [options] Override http request option.
|
|
4475
4475
|
* @throws {RequiredError}
|
|
4476
4476
|
* @memberof SysApi
|
|
4477
4477
|
*/
|
|
4478
|
-
public
|
|
4479
|
-
return SysApiFp(this.configuration).
|
|
4478
|
+
public list4(requestParameters: SysApiList4Request, options?: RawAxiosRequestConfig) {
|
|
4479
|
+
return SysApiFp(this.configuration).list4(requestParameters.logininfor, options).then((request) => request(this.axios, this.basePath));
|
|
4480
4480
|
}
|
|
4481
4481
|
|
|
4482
4482
|
/**
|