@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
|
@@ -17,10 +17,12 @@ import type { JsonResultFileDTO } from '../models';
|
|
|
17
17
|
import type { JsonResultListParkDropDownBoxDTO } from '../models';
|
|
18
18
|
import type { JsonResultListSysDept } from '../models';
|
|
19
19
|
import type { JsonResultListSysDeptDropDownBoxListDTO } from '../models';
|
|
20
|
+
import type { JsonResultParkInfoDTO } from '../models';
|
|
20
21
|
import type { JsonResultParkSettingsDetailsDTO } from '../models';
|
|
21
22
|
import type { JsonResultString } from '../models';
|
|
22
23
|
import type { JsonResultSysDept } from '../models';
|
|
23
24
|
import type { JsonResultVoid } from '../models';
|
|
25
|
+
import type { ParkInfoEditVO } from '../models';
|
|
24
26
|
import type { ParkSettingsVO } from '../models';
|
|
25
27
|
import type { SysDept } from '../models';
|
|
26
28
|
import type { SysDeptDropDownVO } from '../models';
|
|
@@ -115,6 +117,15 @@ export declare const CommonApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
115
117
|
* @throws {RequiredError}
|
|
116
118
|
*/
|
|
117
119
|
demo: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
120
|
+
/**
|
|
121
|
+
*
|
|
122
|
+
* @summary 编辑园区信息
|
|
123
|
+
* @param {number} parkId
|
|
124
|
+
* @param {ParkInfoEditVO} parkInfoEditVO
|
|
125
|
+
* @param {*} [options] Override http request option.
|
|
126
|
+
* @throws {RequiredError}
|
|
127
|
+
*/
|
|
128
|
+
editParkInfo: (parkId: number, parkInfoEditVO: ParkInfoEditVO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
118
129
|
/**
|
|
119
130
|
*
|
|
120
131
|
* @param {SysPost} post
|
|
@@ -164,6 +175,14 @@ export declare const CommonApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
164
175
|
* @throws {RequiredError}
|
|
165
176
|
*/
|
|
166
177
|
getMenu: (menuId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
178
|
+
/**
|
|
179
|
+
*
|
|
180
|
+
* @summary 获取园区基本信息
|
|
181
|
+
* @param {number} parkId
|
|
182
|
+
* @param {*} [options] Override http request option.
|
|
183
|
+
* @throws {RequiredError}
|
|
184
|
+
*/
|
|
185
|
+
getParkInfo: (parkId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
167
186
|
/**
|
|
168
187
|
*
|
|
169
188
|
* @summary 查看园区设置详情
|
|
@@ -443,6 +462,15 @@ export declare const CommonApiFp: (configuration?: Configuration) => {
|
|
|
443
462
|
* @throws {RequiredError}
|
|
444
463
|
*/
|
|
445
464
|
demo(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
465
|
+
/**
|
|
466
|
+
*
|
|
467
|
+
* @summary 编辑园区信息
|
|
468
|
+
* @param {number} parkId
|
|
469
|
+
* @param {ParkInfoEditVO} parkInfoEditVO
|
|
470
|
+
* @param {*} [options] Override http request option.
|
|
471
|
+
* @throws {RequiredError}
|
|
472
|
+
*/
|
|
473
|
+
editParkInfo(parkId: number, parkInfoEditVO: ParkInfoEditVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>>;
|
|
446
474
|
/**
|
|
447
475
|
*
|
|
448
476
|
* @param {SysPost} post
|
|
@@ -498,6 +526,14 @@ export declare const CommonApiFp: (configuration?: Configuration) => {
|
|
|
498
526
|
getMenu(menuId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
499
527
|
[key: string]: object;
|
|
500
528
|
}>>;
|
|
529
|
+
/**
|
|
530
|
+
*
|
|
531
|
+
* @summary 获取园区基本信息
|
|
532
|
+
* @param {number} parkId
|
|
533
|
+
* @param {*} [options] Override http request option.
|
|
534
|
+
* @throws {RequiredError}
|
|
535
|
+
*/
|
|
536
|
+
getParkInfo(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultParkInfoDTO>>;
|
|
501
537
|
/**
|
|
502
538
|
*
|
|
503
539
|
* @summary 查看园区设置详情
|
|
@@ -801,6 +837,14 @@ export declare const CommonApiFactory: (configuration?: Configuration, basePath?
|
|
|
801
837
|
* @throws {RequiredError}
|
|
802
838
|
*/
|
|
803
839
|
demo(options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
840
|
+
/**
|
|
841
|
+
*
|
|
842
|
+
* @summary 编辑园区信息
|
|
843
|
+
* @param {CommonApiEditParkInfoRequest} requestParameters Request parameters.
|
|
844
|
+
* @param {*} [options] Override http request option.
|
|
845
|
+
* @throws {RequiredError}
|
|
846
|
+
*/
|
|
847
|
+
editParkInfo(requestParameters: CommonApiEditParkInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid>;
|
|
804
848
|
/**
|
|
805
849
|
*
|
|
806
850
|
* @param {CommonApiExportJobPositionsRequest} requestParameters Request parameters.
|
|
@@ -855,6 +899,14 @@ export declare const CommonApiFactory: (configuration?: Configuration, basePath?
|
|
|
855
899
|
getMenu(requestParameters: CommonApiGetMenuRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
856
900
|
[key: string]: object;
|
|
857
901
|
}>;
|
|
902
|
+
/**
|
|
903
|
+
*
|
|
904
|
+
* @summary 获取园区基本信息
|
|
905
|
+
* @param {CommonApiGetParkInfoRequest} requestParameters Request parameters.
|
|
906
|
+
* @param {*} [options] Override http request option.
|
|
907
|
+
* @throws {RequiredError}
|
|
908
|
+
*/
|
|
909
|
+
getParkInfo(requestParameters: CommonApiGetParkInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultParkInfoDTO>;
|
|
858
910
|
/**
|
|
859
911
|
*
|
|
860
912
|
* @summary 查看园区设置详情
|
|
@@ -1187,6 +1239,25 @@ export interface CommonApiDeleteMenuRequest {
|
|
|
1187
1239
|
*/
|
|
1188
1240
|
readonly menuId: number;
|
|
1189
1241
|
}
|
|
1242
|
+
/**
|
|
1243
|
+
* Request parameters for editParkInfo operation in CommonApi.
|
|
1244
|
+
* @export
|
|
1245
|
+
* @interface CommonApiEditParkInfoRequest
|
|
1246
|
+
*/
|
|
1247
|
+
export interface CommonApiEditParkInfoRequest {
|
|
1248
|
+
/**
|
|
1249
|
+
*
|
|
1250
|
+
* @type {number}
|
|
1251
|
+
* @memberof CommonApiEditParkInfo
|
|
1252
|
+
*/
|
|
1253
|
+
readonly parkId: number;
|
|
1254
|
+
/**
|
|
1255
|
+
*
|
|
1256
|
+
* @type {ParkInfoEditVO}
|
|
1257
|
+
* @memberof CommonApiEditParkInfo
|
|
1258
|
+
*/
|
|
1259
|
+
readonly parkInfoEditVO: ParkInfoEditVO;
|
|
1260
|
+
}
|
|
1190
1261
|
/**
|
|
1191
1262
|
* Request parameters for exportJobPositions operation in CommonApi.
|
|
1192
1263
|
* @export
|
|
@@ -1271,6 +1342,19 @@ export interface CommonApiGetMenuRequest {
|
|
|
1271
1342
|
*/
|
|
1272
1343
|
readonly menuId: number;
|
|
1273
1344
|
}
|
|
1345
|
+
/**
|
|
1346
|
+
* Request parameters for getParkInfo operation in CommonApi.
|
|
1347
|
+
* @export
|
|
1348
|
+
* @interface CommonApiGetParkInfoRequest
|
|
1349
|
+
*/
|
|
1350
|
+
export interface CommonApiGetParkInfoRequest {
|
|
1351
|
+
/**
|
|
1352
|
+
*
|
|
1353
|
+
* @type {number}
|
|
1354
|
+
* @memberof CommonApiGetParkInfo
|
|
1355
|
+
*/
|
|
1356
|
+
readonly parkId: number;
|
|
1357
|
+
}
|
|
1274
1358
|
/**
|
|
1275
1359
|
* Request parameters for getParkSetting operation in CommonApi.
|
|
1276
1360
|
* @export
|
|
@@ -1694,6 +1778,15 @@ export declare class CommonApi extends BaseAPI {
|
|
|
1694
1778
|
* @memberof CommonApi
|
|
1695
1779
|
*/
|
|
1696
1780
|
demo(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
1781
|
+
/**
|
|
1782
|
+
*
|
|
1783
|
+
* @summary 编辑园区信息
|
|
1784
|
+
* @param {CommonApiEditParkInfoRequest} requestParameters Request parameters.
|
|
1785
|
+
* @param {*} [options] Override http request option.
|
|
1786
|
+
* @throws {RequiredError}
|
|
1787
|
+
* @memberof CommonApi
|
|
1788
|
+
*/
|
|
1789
|
+
editParkInfo(requestParameters: CommonApiEditParkInfoRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultVoid, any>>;
|
|
1697
1790
|
/**
|
|
1698
1791
|
*
|
|
1699
1792
|
* @param {CommonApiExportJobPositionsRequest} requestParameters Request parameters.
|
|
@@ -1755,6 +1848,15 @@ export declare class CommonApi extends BaseAPI {
|
|
|
1755
1848
|
getMenu(requestParameters: CommonApiGetMenuRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1756
1849
|
[key: string]: object;
|
|
1757
1850
|
}, any>>;
|
|
1851
|
+
/**
|
|
1852
|
+
*
|
|
1853
|
+
* @summary 获取园区基本信息
|
|
1854
|
+
* @param {CommonApiGetParkInfoRequest} requestParameters Request parameters.
|
|
1855
|
+
* @param {*} [options] Override http request option.
|
|
1856
|
+
* @throws {RequiredError}
|
|
1857
|
+
* @memberof CommonApi
|
|
1858
|
+
*/
|
|
1859
|
+
getParkInfo(requestParameters: CommonApiGetParkInfoRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultParkInfoDTO, any>>;
|
|
1758
1860
|
/**
|
|
1759
1861
|
*
|
|
1760
1862
|
* @summary 查看园区设置详情
|
|
@@ -389,6 +389,43 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
389
389
|
options: localVarRequestOptions,
|
|
390
390
|
};
|
|
391
391
|
}),
|
|
392
|
+
/**
|
|
393
|
+
*
|
|
394
|
+
* @summary 编辑园区信息
|
|
395
|
+
* @param {number} parkId
|
|
396
|
+
* @param {ParkInfoEditVO} parkInfoEditVO
|
|
397
|
+
* @param {*} [options] Override http request option.
|
|
398
|
+
* @throws {RequiredError}
|
|
399
|
+
*/
|
|
400
|
+
editParkInfo: (parkId_1, parkInfoEditVO_1, ...args_1) => __awaiter(this, [parkId_1, parkInfoEditVO_1, ...args_1], void 0, function* (parkId, parkInfoEditVO, options = {}) {
|
|
401
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
402
|
+
assertParamExists('editParkInfo', 'parkId', parkId);
|
|
403
|
+
// verify required parameter 'parkInfoEditVO' is not null or undefined
|
|
404
|
+
assertParamExists('editParkInfo', 'parkInfoEditVO', parkInfoEditVO);
|
|
405
|
+
const localVarPath = `/system/dept/parkInfo/{parkId}`
|
|
406
|
+
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
407
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
408
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
409
|
+
let baseOptions;
|
|
410
|
+
if (configuration) {
|
|
411
|
+
baseOptions = configuration.baseOptions;
|
|
412
|
+
}
|
|
413
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
414
|
+
const localVarHeaderParameter = {};
|
|
415
|
+
const localVarQueryParameter = {};
|
|
416
|
+
// authentication tokenScheme required
|
|
417
|
+
// http bearer authentication required
|
|
418
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
419
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
420
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
421
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
422
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
423
|
+
localVarRequestOptions.data = serializeDataIfNeeded(parkInfoEditVO, localVarRequestOptions, configuration);
|
|
424
|
+
return {
|
|
425
|
+
url: toPathString(localVarUrlObj),
|
|
426
|
+
options: localVarRequestOptions,
|
|
427
|
+
};
|
|
428
|
+
}),
|
|
392
429
|
/**
|
|
393
430
|
*
|
|
394
431
|
* @param {SysPost} post
|
|
@@ -616,6 +653,38 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
616
653
|
options: localVarRequestOptions,
|
|
617
654
|
};
|
|
618
655
|
}),
|
|
656
|
+
/**
|
|
657
|
+
*
|
|
658
|
+
* @summary 获取园区基本信息
|
|
659
|
+
* @param {number} parkId
|
|
660
|
+
* @param {*} [options] Override http request option.
|
|
661
|
+
* @throws {RequiredError}
|
|
662
|
+
*/
|
|
663
|
+
getParkInfo: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
664
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
665
|
+
assertParamExists('getParkInfo', 'parkId', parkId);
|
|
666
|
+
const localVarPath = `/system/dept/parkInfo/{parkId}`
|
|
667
|
+
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
668
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
669
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
670
|
+
let baseOptions;
|
|
671
|
+
if (configuration) {
|
|
672
|
+
baseOptions = configuration.baseOptions;
|
|
673
|
+
}
|
|
674
|
+
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
675
|
+
const localVarHeaderParameter = {};
|
|
676
|
+
const localVarQueryParameter = {};
|
|
677
|
+
// authentication tokenScheme required
|
|
678
|
+
// http bearer authentication required
|
|
679
|
+
yield setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
680
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
681
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
682
|
+
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
683
|
+
return {
|
|
684
|
+
url: toPathString(localVarUrlObj),
|
|
685
|
+
options: localVarRequestOptions,
|
|
686
|
+
};
|
|
687
|
+
}),
|
|
619
688
|
/**
|
|
620
689
|
*
|
|
621
690
|
* @summary 查看园区设置详情
|
|
@@ -1600,6 +1669,23 @@ export const CommonApiFp = function (configuration) {
|
|
|
1600
1669
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1601
1670
|
});
|
|
1602
1671
|
},
|
|
1672
|
+
/**
|
|
1673
|
+
*
|
|
1674
|
+
* @summary 编辑园区信息
|
|
1675
|
+
* @param {number} parkId
|
|
1676
|
+
* @param {ParkInfoEditVO} parkInfoEditVO
|
|
1677
|
+
* @param {*} [options] Override http request option.
|
|
1678
|
+
* @throws {RequiredError}
|
|
1679
|
+
*/
|
|
1680
|
+
editParkInfo(parkId, parkInfoEditVO, options) {
|
|
1681
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1682
|
+
var _a, _b, _c;
|
|
1683
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.editParkInfo(parkId, parkInfoEditVO, options);
|
|
1684
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1685
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.editParkInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1686
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1687
|
+
});
|
|
1688
|
+
},
|
|
1603
1689
|
/**
|
|
1604
1690
|
*
|
|
1605
1691
|
* @param {SysPost} post
|
|
@@ -1705,6 +1791,22 @@ export const CommonApiFp = function (configuration) {
|
|
|
1705
1791
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1706
1792
|
});
|
|
1707
1793
|
},
|
|
1794
|
+
/**
|
|
1795
|
+
*
|
|
1796
|
+
* @summary 获取园区基本信息
|
|
1797
|
+
* @param {number} parkId
|
|
1798
|
+
* @param {*} [options] Override http request option.
|
|
1799
|
+
* @throws {RequiredError}
|
|
1800
|
+
*/
|
|
1801
|
+
getParkInfo(parkId, options) {
|
|
1802
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
1803
|
+
var _a, _b, _c;
|
|
1804
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkInfo(parkId, options);
|
|
1805
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1806
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.getParkInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1807
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1808
|
+
});
|
|
1809
|
+
},
|
|
1708
1810
|
/**
|
|
1709
1811
|
*
|
|
1710
1812
|
* @summary 查看园区设置详情
|
|
@@ -2189,6 +2291,16 @@ export const CommonApiFactory = function (configuration, basePath, axios) {
|
|
|
2189
2291
|
demo(options) {
|
|
2190
2292
|
return localVarFp.demo(options).then((request) => request(axios, basePath));
|
|
2191
2293
|
},
|
|
2294
|
+
/**
|
|
2295
|
+
*
|
|
2296
|
+
* @summary 编辑园区信息
|
|
2297
|
+
* @param {CommonApiEditParkInfoRequest} requestParameters Request parameters.
|
|
2298
|
+
* @param {*} [options] Override http request option.
|
|
2299
|
+
* @throws {RequiredError}
|
|
2300
|
+
*/
|
|
2301
|
+
editParkInfo(requestParameters, options) {
|
|
2302
|
+
return localVarFp.editParkInfo(requestParameters.parkId, requestParameters.parkInfoEditVO, options).then((request) => request(axios, basePath));
|
|
2303
|
+
},
|
|
2192
2304
|
/**
|
|
2193
2305
|
*
|
|
2194
2306
|
* @param {CommonApiExportJobPositionsRequest} requestParameters Request parameters.
|
|
@@ -2251,6 +2363,16 @@ export const CommonApiFactory = function (configuration, basePath, axios) {
|
|
|
2251
2363
|
getMenu(requestParameters, options) {
|
|
2252
2364
|
return localVarFp.getMenu(requestParameters.menuId, options).then((request) => request(axios, basePath));
|
|
2253
2365
|
},
|
|
2366
|
+
/**
|
|
2367
|
+
*
|
|
2368
|
+
* @summary 获取园区基本信息
|
|
2369
|
+
* @param {CommonApiGetParkInfoRequest} requestParameters Request parameters.
|
|
2370
|
+
* @param {*} [options] Override http request option.
|
|
2371
|
+
* @throws {RequiredError}
|
|
2372
|
+
*/
|
|
2373
|
+
getParkInfo(requestParameters, options) {
|
|
2374
|
+
return localVarFp.getParkInfo(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
2375
|
+
},
|
|
2254
2376
|
/**
|
|
2255
2377
|
*
|
|
2256
2378
|
* @summary 查看园区设置详情
|
|
@@ -2600,6 +2722,17 @@ export class CommonApi extends BaseAPI {
|
|
|
2600
2722
|
demo(options) {
|
|
2601
2723
|
return CommonApiFp(this.configuration).demo(options).then((request) => request(this.axios, this.basePath));
|
|
2602
2724
|
}
|
|
2725
|
+
/**
|
|
2726
|
+
*
|
|
2727
|
+
* @summary 编辑园区信息
|
|
2728
|
+
* @param {CommonApiEditParkInfoRequest} requestParameters Request parameters.
|
|
2729
|
+
* @param {*} [options] Override http request option.
|
|
2730
|
+
* @throws {RequiredError}
|
|
2731
|
+
* @memberof CommonApi
|
|
2732
|
+
*/
|
|
2733
|
+
editParkInfo(requestParameters, options) {
|
|
2734
|
+
return CommonApiFp(this.configuration).editParkInfo(requestParameters.parkId, requestParameters.parkInfoEditVO, options).then((request) => request(this.axios, this.basePath));
|
|
2735
|
+
}
|
|
2603
2736
|
/**
|
|
2604
2737
|
*
|
|
2605
2738
|
* @param {CommonApiExportJobPositionsRequest} requestParameters Request parameters.
|
|
@@ -2669,6 +2802,17 @@ export class CommonApi extends BaseAPI {
|
|
|
2669
2802
|
getMenu(requestParameters, options) {
|
|
2670
2803
|
return CommonApiFp(this.configuration).getMenu(requestParameters.menuId, options).then((request) => request(this.axios, this.basePath));
|
|
2671
2804
|
}
|
|
2805
|
+
/**
|
|
2806
|
+
*
|
|
2807
|
+
* @summary 获取园区基本信息
|
|
2808
|
+
* @param {CommonApiGetParkInfoRequest} requestParameters Request parameters.
|
|
2809
|
+
* @param {*} [options] Override http request option.
|
|
2810
|
+
* @throws {RequiredError}
|
|
2811
|
+
* @memberof CommonApi
|
|
2812
|
+
*/
|
|
2813
|
+
getParkInfo(requestParameters, options) {
|
|
2814
|
+
return CommonApiFp(this.configuration).getParkInfo(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
2815
|
+
}
|
|
2672
2816
|
/**
|
|
2673
2817
|
*
|
|
2674
2818
|
* @summary 查看园区设置详情
|
|
@@ -92,7 +92,7 @@ export declare const CostApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
92
92
|
* @param {*} [options] Override http request option.
|
|
93
93
|
* @throws {RequiredError}
|
|
94
94
|
*/
|
|
95
|
-
|
|
95
|
+
getById1: (billId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
96
96
|
/**
|
|
97
97
|
*
|
|
98
98
|
* @summary 获取租户保证金
|
|
@@ -444,7 +444,7 @@ export declare const CostApiFp: (configuration?: Configuration) => {
|
|
|
444
444
|
* @param {*} [options] Override http request option.
|
|
445
445
|
* @throws {RequiredError}
|
|
446
446
|
*/
|
|
447
|
-
|
|
447
|
+
getById1(billId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
448
448
|
/**
|
|
449
449
|
*
|
|
450
450
|
* @summary 获取租户保证金
|
|
@@ -791,11 +791,11 @@ export declare const CostApiFactory: (configuration?: Configuration, basePath?:
|
|
|
791
791
|
/**
|
|
792
792
|
*
|
|
793
793
|
* @summary 通过账单id 查询账单信息
|
|
794
|
-
* @param {
|
|
794
|
+
* @param {CostApiGetById1Request} requestParameters Request parameters.
|
|
795
795
|
* @param {*} [options] Override http request option.
|
|
796
796
|
* @throws {RequiredError}
|
|
797
797
|
*/
|
|
798
|
-
|
|
798
|
+
getById1(requestParameters: CostApiGetById1Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
799
799
|
/**
|
|
800
800
|
*
|
|
801
801
|
* @summary 获取租户保证金
|
|
@@ -1168,15 +1168,15 @@ export interface CostApiEnergyBillPushSapRequest {
|
|
|
1168
1168
|
readonly costBillPushSapBO: CostBillPushSapBO;
|
|
1169
1169
|
}
|
|
1170
1170
|
/**
|
|
1171
|
-
* Request parameters for
|
|
1171
|
+
* Request parameters for getById1 operation in CostApi.
|
|
1172
1172
|
* @export
|
|
1173
|
-
* @interface
|
|
1173
|
+
* @interface CostApiGetById1Request
|
|
1174
1174
|
*/
|
|
1175
|
-
export interface
|
|
1175
|
+
export interface CostApiGetById1Request {
|
|
1176
1176
|
/**
|
|
1177
1177
|
*
|
|
1178
1178
|
* @type {number}
|
|
1179
|
-
* @memberof
|
|
1179
|
+
* @memberof CostApiGetById1
|
|
1180
1180
|
*/
|
|
1181
1181
|
readonly billId: number;
|
|
1182
1182
|
}
|
|
@@ -1704,12 +1704,12 @@ export declare class CostApi extends BaseAPI {
|
|
|
1704
1704
|
/**
|
|
1705
1705
|
*
|
|
1706
1706
|
* @summary 通过账单id 查询账单信息
|
|
1707
|
-
* @param {
|
|
1707
|
+
* @param {CostApiGetById1Request} requestParameters Request parameters.
|
|
1708
1708
|
* @param {*} [options] Override http request option.
|
|
1709
1709
|
* @throws {RequiredError}
|
|
1710
1710
|
* @memberof CostApi
|
|
1711
1711
|
*/
|
|
1712
|
-
|
|
1712
|
+
getById1(requestParameters: CostApiGetById1Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
1713
1713
|
/**
|
|
1714
1714
|
*
|
|
1715
1715
|
* @summary 获取租户保证金
|
|
@@ -240,9 +240,9 @@ export const CostApiAxiosParamCreator = function (configuration) {
|
|
|
240
240
|
* @param {*} [options] Override http request option.
|
|
241
241
|
* @throws {RequiredError}
|
|
242
242
|
*/
|
|
243
|
-
|
|
243
|
+
getById1: (billId_1, ...args_1) => __awaiter(this, [billId_1, ...args_1], void 0, function* (billId, options = {}) {
|
|
244
244
|
// verify required parameter 'billId' is not null or undefined
|
|
245
|
-
assertParamExists('
|
|
245
|
+
assertParamExists('getById1', 'billId', billId);
|
|
246
246
|
const localVarPath = `/gizone/cost/tenantRentBill/getById`;
|
|
247
247
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
248
248
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1602,12 +1602,12 @@ export const CostApiFp = function (configuration) {
|
|
|
1602
1602
|
* @param {*} [options] Override http request option.
|
|
1603
1603
|
* @throws {RequiredError}
|
|
1604
1604
|
*/
|
|
1605
|
-
|
|
1605
|
+
getById1(billId, options) {
|
|
1606
1606
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1607
1607
|
var _a, _b, _c;
|
|
1608
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1608
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.getById1(billId, options);
|
|
1609
1609
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1610
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CostApi.
|
|
1610
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CostApi.getById1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1611
1611
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1612
1612
|
});
|
|
1613
1613
|
},
|
|
@@ -2260,12 +2260,12 @@ export const CostApiFactory = function (configuration, basePath, axios) {
|
|
|
2260
2260
|
/**
|
|
2261
2261
|
*
|
|
2262
2262
|
* @summary 通过账单id 查询账单信息
|
|
2263
|
-
* @param {
|
|
2263
|
+
* @param {CostApiGetById1Request} requestParameters Request parameters.
|
|
2264
2264
|
* @param {*} [options] Override http request option.
|
|
2265
2265
|
* @throws {RequiredError}
|
|
2266
2266
|
*/
|
|
2267
|
-
|
|
2268
|
-
return localVarFp.
|
|
2267
|
+
getById1(requestParameters, options) {
|
|
2268
|
+
return localVarFp.getById1(requestParameters.billId, options).then((request) => request(axios, basePath));
|
|
2269
2269
|
},
|
|
2270
2270
|
/**
|
|
2271
2271
|
*
|
|
@@ -2703,13 +2703,13 @@ export class CostApi extends BaseAPI {
|
|
|
2703
2703
|
/**
|
|
2704
2704
|
*
|
|
2705
2705
|
* @summary 通过账单id 查询账单信息
|
|
2706
|
-
* @param {
|
|
2706
|
+
* @param {CostApiGetById1Request} requestParameters Request parameters.
|
|
2707
2707
|
* @param {*} [options] Override http request option.
|
|
2708
2708
|
* @throws {RequiredError}
|
|
2709
2709
|
* @memberof CostApi
|
|
2710
2710
|
*/
|
|
2711
|
-
|
|
2712
|
-
return CostApiFp(this.configuration).
|
|
2711
|
+
getById1(requestParameters, options) {
|
|
2712
|
+
return CostApiFp(this.configuration).getById1(requestParameters.billId, options).then((request) => request(this.axios, this.basePath));
|
|
2713
2713
|
}
|
|
2714
2714
|
/**
|
|
2715
2715
|
*
|
|
@@ -474,7 +474,7 @@ export declare const EnergyApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
474
474
|
* @param {*} [options] Override http request option.
|
|
475
475
|
* @throws {RequiredError}
|
|
476
476
|
*/
|
|
477
|
-
|
|
477
|
+
list: (energyConsumptionSearchVO: EnergyConsumptionSearchVO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
478
478
|
/**
|
|
479
479
|
*
|
|
480
480
|
* @summary 删除
|
|
@@ -1380,7 +1380,7 @@ export declare const EnergyApiFp: (configuration?: Configuration) => {
|
|
|
1380
1380
|
* @param {*} [options] Override http request option.
|
|
1381
1381
|
* @throws {RequiredError}
|
|
1382
1382
|
*/
|
|
1383
|
-
|
|
1383
|
+
list(energyConsumptionSearchVO: EnergyConsumptionSearchVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoEnergyConsumptionDetailsDTO>>;
|
|
1384
1384
|
/**
|
|
1385
1385
|
*
|
|
1386
1386
|
* @summary 删除
|
|
@@ -2260,11 +2260,11 @@ export declare const EnergyApiFactory: (configuration?: Configuration, basePath?
|
|
|
2260
2260
|
/**
|
|
2261
2261
|
*
|
|
2262
2262
|
* @summary 能源列表
|
|
2263
|
-
* @param {
|
|
2263
|
+
* @param {EnergyApiListRequest} requestParameters Request parameters.
|
|
2264
2264
|
* @param {*} [options] Override http request option.
|
|
2265
2265
|
* @throws {RequiredError}
|
|
2266
2266
|
*/
|
|
2267
|
-
|
|
2267
|
+
list(requestParameters: EnergyApiListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoEnergyConsumptionDetailsDTO>;
|
|
2268
2268
|
/**
|
|
2269
2269
|
*
|
|
2270
2270
|
* @summary 删除
|
|
@@ -3392,15 +3392,15 @@ export interface EnergyApiInternetMeterDetailsAddRequest {
|
|
|
3392
3392
|
readonly internetMeterDetailsAddVO: InternetMeterDetailsAddVO;
|
|
3393
3393
|
}
|
|
3394
3394
|
/**
|
|
3395
|
-
* Request parameters for
|
|
3395
|
+
* Request parameters for list operation in EnergyApi.
|
|
3396
3396
|
* @export
|
|
3397
|
-
* @interface
|
|
3397
|
+
* @interface EnergyApiListRequest
|
|
3398
3398
|
*/
|
|
3399
|
-
export interface
|
|
3399
|
+
export interface EnergyApiListRequest {
|
|
3400
3400
|
/**
|
|
3401
3401
|
*
|
|
3402
3402
|
* @type {EnergyConsumptionSearchVO}
|
|
3403
|
-
* @memberof
|
|
3403
|
+
* @memberof EnergyApiList
|
|
3404
3404
|
*/
|
|
3405
3405
|
readonly energyConsumptionSearchVO: EnergyConsumptionSearchVO;
|
|
3406
3406
|
}
|
|
@@ -4835,12 +4835,12 @@ export declare class EnergyApi extends BaseAPI {
|
|
|
4835
4835
|
/**
|
|
4836
4836
|
*
|
|
4837
4837
|
* @summary 能源列表
|
|
4838
|
-
* @param {
|
|
4838
|
+
* @param {EnergyApiListRequest} requestParameters Request parameters.
|
|
4839
4839
|
* @param {*} [options] Override http request option.
|
|
4840
4840
|
* @throws {RequiredError}
|
|
4841
4841
|
* @memberof EnergyApi
|
|
4842
4842
|
*/
|
|
4843
|
-
|
|
4843
|
+
list(requestParameters: EnergyApiListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultPageDtoEnergyConsumptionDetailsDTO, any>>;
|
|
4844
4844
|
/**
|
|
4845
4845
|
*
|
|
4846
4846
|
* @summary 删除
|
|
@@ -1705,9 +1705,9 @@ export const EnergyApiAxiosParamCreator = function (configuration) {
|
|
|
1705
1705
|
* @param {*} [options] Override http request option.
|
|
1706
1706
|
* @throws {RequiredError}
|
|
1707
1707
|
*/
|
|
1708
|
-
|
|
1708
|
+
list: (energyConsumptionSearchVO_1, ...args_1) => __awaiter(this, [energyConsumptionSearchVO_1, ...args_1], void 0, function* (energyConsumptionSearchVO, options = {}) {
|
|
1709
1709
|
// verify required parameter 'energyConsumptionSearchVO' is not null or undefined
|
|
1710
|
-
assertParamExists('
|
|
1710
|
+
assertParamExists('list', 'energyConsumptionSearchVO', energyConsumptionSearchVO);
|
|
1711
1711
|
const localVarPath = `/gizone/energy/consumption/list`;
|
|
1712
1712
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1713
1713
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4640,12 +4640,12 @@ export const EnergyApiFp = function (configuration) {
|
|
|
4640
4640
|
* @param {*} [options] Override http request option.
|
|
4641
4641
|
* @throws {RequiredError}
|
|
4642
4642
|
*/
|
|
4643
|
-
|
|
4643
|
+
list(energyConsumptionSearchVO, options) {
|
|
4644
4644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4645
4645
|
var _a, _b, _c;
|
|
4646
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
4646
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.list(energyConsumptionSearchVO, options);
|
|
4647
4647
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4648
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyApi.
|
|
4648
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['EnergyApi.list']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4649
4649
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4650
4650
|
});
|
|
4651
4651
|
},
|
|
@@ -6075,12 +6075,12 @@ export const EnergyApiFactory = function (configuration, basePath, axios) {
|
|
|
6075
6075
|
/**
|
|
6076
6076
|
*
|
|
6077
6077
|
* @summary 能源列表
|
|
6078
|
-
* @param {
|
|
6078
|
+
* @param {EnergyApiListRequest} requestParameters Request parameters.
|
|
6079
6079
|
* @param {*} [options] Override http request option.
|
|
6080
6080
|
* @throws {RequiredError}
|
|
6081
6081
|
*/
|
|
6082
|
-
|
|
6083
|
-
return localVarFp.
|
|
6082
|
+
list(requestParameters, options) {
|
|
6083
|
+
return localVarFp.list(requestParameters.energyConsumptionSearchVO, options).then((request) => request(axios, basePath));
|
|
6084
6084
|
},
|
|
6085
6085
|
/**
|
|
6086
6086
|
*
|
|
@@ -7173,13 +7173,13 @@ export class EnergyApi extends BaseAPI {
|
|
|
7173
7173
|
/**
|
|
7174
7174
|
*
|
|
7175
7175
|
* @summary 能源列表
|
|
7176
|
-
* @param {
|
|
7176
|
+
* @param {EnergyApiListRequest} requestParameters Request parameters.
|
|
7177
7177
|
* @param {*} [options] Override http request option.
|
|
7178
7178
|
* @throws {RequiredError}
|
|
7179
7179
|
* @memberof EnergyApi
|
|
7180
7180
|
*/
|
|
7181
|
-
|
|
7182
|
-
return EnergyApiFp(this.configuration).
|
|
7181
|
+
list(requestParameters, options) {
|
|
7182
|
+
return EnergyApiFp(this.configuration).list(requestParameters.energyConsumptionSearchVO, options).then((request) => request(this.axios, this.basePath));
|
|
7183
7183
|
}
|
|
7184
7184
|
/**
|
|
7185
7185
|
*
|