@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/common-api.ts
CHANGED
|
@@ -32,6 +32,8 @@ import type { JsonResultListSysDept } from '../models';
|
|
|
32
32
|
// @ts-ignore
|
|
33
33
|
import type { JsonResultListSysDeptDropDownBoxListDTO } from '../models';
|
|
34
34
|
// @ts-ignore
|
|
35
|
+
import type { JsonResultParkInfoDTO } from '../models';
|
|
36
|
+
// @ts-ignore
|
|
35
37
|
import type { JsonResultParkSettingsDetailsDTO } from '../models';
|
|
36
38
|
// @ts-ignore
|
|
37
39
|
import type { JsonResultString } from '../models';
|
|
@@ -40,6 +42,8 @@ import type { JsonResultSysDept } from '../models';
|
|
|
40
42
|
// @ts-ignore
|
|
41
43
|
import type { JsonResultVoid } from '../models';
|
|
42
44
|
// @ts-ignore
|
|
45
|
+
import type { ParkInfoEditVO } from '../models';
|
|
46
|
+
// @ts-ignore
|
|
43
47
|
import type { ParkSettingsVO } from '../models';
|
|
44
48
|
// @ts-ignore
|
|
45
49
|
import type { SysDept } from '../models';
|
|
@@ -490,6 +494,50 @@ export const CommonApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
490
494
|
options: localVarRequestOptions,
|
|
491
495
|
};
|
|
492
496
|
},
|
|
497
|
+
/**
|
|
498
|
+
*
|
|
499
|
+
* @summary 编辑园区信息
|
|
500
|
+
* @param {number} parkId
|
|
501
|
+
* @param {ParkInfoEditVO} parkInfoEditVO
|
|
502
|
+
* @param {*} [options] Override http request option.
|
|
503
|
+
* @throws {RequiredError}
|
|
504
|
+
*/
|
|
505
|
+
editParkInfo: async (parkId: number, parkInfoEditVO: ParkInfoEditVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
506
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
507
|
+
assertParamExists('editParkInfo', 'parkId', parkId)
|
|
508
|
+
// verify required parameter 'parkInfoEditVO' is not null or undefined
|
|
509
|
+
assertParamExists('editParkInfo', 'parkInfoEditVO', parkInfoEditVO)
|
|
510
|
+
const localVarPath = `/system/dept/parkInfo/{parkId}`
|
|
511
|
+
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
512
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
513
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
514
|
+
let baseOptions;
|
|
515
|
+
if (configuration) {
|
|
516
|
+
baseOptions = configuration.baseOptions;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
520
|
+
const localVarHeaderParameter = {} as any;
|
|
521
|
+
const localVarQueryParameter = {} as any;
|
|
522
|
+
|
|
523
|
+
// authentication tokenScheme required
|
|
524
|
+
// http bearer authentication required
|
|
525
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
530
|
+
|
|
531
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
532
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
533
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
534
|
+
localVarRequestOptions.data = serializeDataIfNeeded(parkInfoEditVO, localVarRequestOptions, configuration)
|
|
535
|
+
|
|
536
|
+
return {
|
|
537
|
+
url: toPathString(localVarUrlObj),
|
|
538
|
+
options: localVarRequestOptions,
|
|
539
|
+
};
|
|
540
|
+
},
|
|
493
541
|
/**
|
|
494
542
|
*
|
|
495
543
|
* @param {SysPost} post
|
|
@@ -754,6 +802,44 @@ export const CommonApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
754
802
|
|
|
755
803
|
|
|
756
804
|
|
|
805
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
806
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
807
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
808
|
+
|
|
809
|
+
return {
|
|
810
|
+
url: toPathString(localVarUrlObj),
|
|
811
|
+
options: localVarRequestOptions,
|
|
812
|
+
};
|
|
813
|
+
},
|
|
814
|
+
/**
|
|
815
|
+
*
|
|
816
|
+
* @summary 获取园区基本信息
|
|
817
|
+
* @param {number} parkId
|
|
818
|
+
* @param {*} [options] Override http request option.
|
|
819
|
+
* @throws {RequiredError}
|
|
820
|
+
*/
|
|
821
|
+
getParkInfo: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
822
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
823
|
+
assertParamExists('getParkInfo', 'parkId', parkId)
|
|
824
|
+
const localVarPath = `/system/dept/parkInfo/{parkId}`
|
|
825
|
+
.replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
|
|
826
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
827
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
828
|
+
let baseOptions;
|
|
829
|
+
if (configuration) {
|
|
830
|
+
baseOptions = configuration.baseOptions;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
834
|
+
const localVarHeaderParameter = {} as any;
|
|
835
|
+
const localVarQueryParameter = {} as any;
|
|
836
|
+
|
|
837
|
+
// authentication tokenScheme required
|
|
838
|
+
// http bearer authentication required
|
|
839
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
840
|
+
|
|
841
|
+
|
|
842
|
+
|
|
757
843
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
758
844
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
759
845
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -1882,6 +1968,20 @@ export const CommonApiFp = function(configuration?: Configuration) {
|
|
|
1882
1968
|
const localVarOperationServerBasePath = operationServerMap['CommonApi.demo']?.[localVarOperationServerIndex]?.url;
|
|
1883
1969
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1884
1970
|
},
|
|
1971
|
+
/**
|
|
1972
|
+
*
|
|
1973
|
+
* @summary 编辑园区信息
|
|
1974
|
+
* @param {number} parkId
|
|
1975
|
+
* @param {ParkInfoEditVO} parkInfoEditVO
|
|
1976
|
+
* @param {*} [options] Override http request option.
|
|
1977
|
+
* @throws {RequiredError}
|
|
1978
|
+
*/
|
|
1979
|
+
async editParkInfo(parkId: number, parkInfoEditVO: ParkInfoEditVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
1980
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.editParkInfo(parkId, parkInfoEditVO, options);
|
|
1981
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1982
|
+
const localVarOperationServerBasePath = operationServerMap['CommonApi.editParkInfo']?.[localVarOperationServerIndex]?.url;
|
|
1983
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1984
|
+
},
|
|
1885
1985
|
/**
|
|
1886
1986
|
*
|
|
1887
1987
|
* @param {SysPost} post
|
|
@@ -1966,6 +2066,19 @@ export const CommonApiFp = function(configuration?: Configuration) {
|
|
|
1966
2066
|
const localVarOperationServerBasePath = operationServerMap['CommonApi.getMenu']?.[localVarOperationServerIndex]?.url;
|
|
1967
2067
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1968
2068
|
},
|
|
2069
|
+
/**
|
|
2070
|
+
*
|
|
2071
|
+
* @summary 获取园区基本信息
|
|
2072
|
+
* @param {number} parkId
|
|
2073
|
+
* @param {*} [options] Override http request option.
|
|
2074
|
+
* @throws {RequiredError}
|
|
2075
|
+
*/
|
|
2076
|
+
async getParkInfo(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultParkInfoDTO>> {
|
|
2077
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getParkInfo(parkId, options);
|
|
2078
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2079
|
+
const localVarOperationServerBasePath = operationServerMap['CommonApi.getParkInfo']?.[localVarOperationServerIndex]?.url;
|
|
2080
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2081
|
+
},
|
|
1969
2082
|
/**
|
|
1970
2083
|
*
|
|
1971
2084
|
* @summary 查看园区设置详情
|
|
@@ -2379,6 +2492,16 @@ export const CommonApiFactory = function (configuration?: Configuration, basePat
|
|
|
2379
2492
|
demo(options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2380
2493
|
return localVarFp.demo(options).then((request) => request(axios, basePath));
|
|
2381
2494
|
},
|
|
2495
|
+
/**
|
|
2496
|
+
*
|
|
2497
|
+
* @summary 编辑园区信息
|
|
2498
|
+
* @param {CommonApiEditParkInfoRequest} requestParameters Request parameters.
|
|
2499
|
+
* @param {*} [options] Override http request option.
|
|
2500
|
+
* @throws {RequiredError}
|
|
2501
|
+
*/
|
|
2502
|
+
editParkInfo(requestParameters: CommonApiEditParkInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
2503
|
+
return localVarFp.editParkInfo(requestParameters.parkId, requestParameters.parkInfoEditVO, options).then((request) => request(axios, basePath));
|
|
2504
|
+
},
|
|
2382
2505
|
/**
|
|
2383
2506
|
*
|
|
2384
2507
|
* @param {CommonApiExportJobPositionsRequest} requestParameters Request parameters.
|
|
@@ -2441,6 +2564,16 @@ export const CommonApiFactory = function (configuration?: Configuration, basePat
|
|
|
2441
2564
|
getMenu(requestParameters: CommonApiGetMenuRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2442
2565
|
return localVarFp.getMenu(requestParameters.menuId, options).then((request) => request(axios, basePath));
|
|
2443
2566
|
},
|
|
2567
|
+
/**
|
|
2568
|
+
*
|
|
2569
|
+
* @summary 获取园区基本信息
|
|
2570
|
+
* @param {CommonApiGetParkInfoRequest} requestParameters Request parameters.
|
|
2571
|
+
* @param {*} [options] Override http request option.
|
|
2572
|
+
* @throws {RequiredError}
|
|
2573
|
+
*/
|
|
2574
|
+
getParkInfo(requestParameters: CommonApiGetParkInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultParkInfoDTO> {
|
|
2575
|
+
return localVarFp.getParkInfo(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
2576
|
+
},
|
|
2444
2577
|
/**
|
|
2445
2578
|
*
|
|
2446
2579
|
* @summary 查看园区设置详情
|
|
@@ -2809,6 +2942,27 @@ export interface CommonApiDeleteMenuRequest {
|
|
|
2809
2942
|
readonly menuId: number
|
|
2810
2943
|
}
|
|
2811
2944
|
|
|
2945
|
+
/**
|
|
2946
|
+
* Request parameters for editParkInfo operation in CommonApi.
|
|
2947
|
+
* @export
|
|
2948
|
+
* @interface CommonApiEditParkInfoRequest
|
|
2949
|
+
*/
|
|
2950
|
+
export interface CommonApiEditParkInfoRequest {
|
|
2951
|
+
/**
|
|
2952
|
+
*
|
|
2953
|
+
* @type {number}
|
|
2954
|
+
* @memberof CommonApiEditParkInfo
|
|
2955
|
+
*/
|
|
2956
|
+
readonly parkId: number
|
|
2957
|
+
|
|
2958
|
+
/**
|
|
2959
|
+
*
|
|
2960
|
+
* @type {ParkInfoEditVO}
|
|
2961
|
+
* @memberof CommonApiEditParkInfo
|
|
2962
|
+
*/
|
|
2963
|
+
readonly parkInfoEditVO: ParkInfoEditVO
|
|
2964
|
+
}
|
|
2965
|
+
|
|
2812
2966
|
/**
|
|
2813
2967
|
* Request parameters for exportJobPositions operation in CommonApi.
|
|
2814
2968
|
* @export
|
|
@@ -2900,6 +3054,20 @@ export interface CommonApiGetMenuRequest {
|
|
|
2900
3054
|
readonly menuId: number
|
|
2901
3055
|
}
|
|
2902
3056
|
|
|
3057
|
+
/**
|
|
3058
|
+
* Request parameters for getParkInfo operation in CommonApi.
|
|
3059
|
+
* @export
|
|
3060
|
+
* @interface CommonApiGetParkInfoRequest
|
|
3061
|
+
*/
|
|
3062
|
+
export interface CommonApiGetParkInfoRequest {
|
|
3063
|
+
/**
|
|
3064
|
+
*
|
|
3065
|
+
* @type {number}
|
|
3066
|
+
* @memberof CommonApiGetParkInfo
|
|
3067
|
+
*/
|
|
3068
|
+
readonly parkId: number
|
|
3069
|
+
}
|
|
3070
|
+
|
|
2903
3071
|
/**
|
|
2904
3072
|
* Request parameters for getParkSetting operation in CommonApi.
|
|
2905
3073
|
* @export
|
|
@@ -3369,6 +3537,18 @@ export class CommonApi extends BaseAPI {
|
|
|
3369
3537
|
return CommonApiFp(this.configuration).demo(options).then((request) => request(this.axios, this.basePath));
|
|
3370
3538
|
}
|
|
3371
3539
|
|
|
3540
|
+
/**
|
|
3541
|
+
*
|
|
3542
|
+
* @summary 编辑园区信息
|
|
3543
|
+
* @param {CommonApiEditParkInfoRequest} requestParameters Request parameters.
|
|
3544
|
+
* @param {*} [options] Override http request option.
|
|
3545
|
+
* @throws {RequiredError}
|
|
3546
|
+
* @memberof CommonApi
|
|
3547
|
+
*/
|
|
3548
|
+
public editParkInfo(requestParameters: CommonApiEditParkInfoRequest, options?: RawAxiosRequestConfig) {
|
|
3549
|
+
return CommonApiFp(this.configuration).editParkInfo(requestParameters.parkId, requestParameters.parkInfoEditVO, options).then((request) => request(this.axios, this.basePath));
|
|
3550
|
+
}
|
|
3551
|
+
|
|
3372
3552
|
/**
|
|
3373
3553
|
*
|
|
3374
3554
|
* @param {CommonApiExportJobPositionsRequest} requestParameters Request parameters.
|
|
@@ -3445,6 +3625,18 @@ export class CommonApi extends BaseAPI {
|
|
|
3445
3625
|
return CommonApiFp(this.configuration).getMenu(requestParameters.menuId, options).then((request) => request(this.axios, this.basePath));
|
|
3446
3626
|
}
|
|
3447
3627
|
|
|
3628
|
+
/**
|
|
3629
|
+
*
|
|
3630
|
+
* @summary 获取园区基本信息
|
|
3631
|
+
* @param {CommonApiGetParkInfoRequest} requestParameters Request parameters.
|
|
3632
|
+
* @param {*} [options] Override http request option.
|
|
3633
|
+
* @throws {RequiredError}
|
|
3634
|
+
* @memberof CommonApi
|
|
3635
|
+
*/
|
|
3636
|
+
public getParkInfo(requestParameters: CommonApiGetParkInfoRequest, options?: RawAxiosRequestConfig) {
|
|
3637
|
+
return CommonApiFp(this.configuration).getParkInfo(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
3638
|
+
}
|
|
3639
|
+
|
|
3448
3640
|
/**
|
|
3449
3641
|
*
|
|
3450
3642
|
* @summary 查看园区设置详情
|
package/apis/cost-api.ts
CHANGED
|
@@ -314,9 +314,9 @@ export const CostApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
314
314
|
* @param {*} [options] Override http request option.
|
|
315
315
|
* @throws {RequiredError}
|
|
316
316
|
*/
|
|
317
|
-
|
|
317
|
+
getById1: async (billId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
318
318
|
// verify required parameter 'billId' is not null or undefined
|
|
319
|
-
assertParamExists('
|
|
319
|
+
assertParamExists('getById1', 'billId', billId)
|
|
320
320
|
const localVarPath = `/gizone/cost/tenantRentBill/getById`;
|
|
321
321
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
322
322
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1917,10 +1917,10 @@ export const CostApiFp = function(configuration?: Configuration) {
|
|
|
1917
1917
|
* @param {*} [options] Override http request option.
|
|
1918
1918
|
* @throws {RequiredError}
|
|
1919
1919
|
*/
|
|
1920
|
-
async
|
|
1921
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
1920
|
+
async getById1(billId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1921
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getById1(billId, options);
|
|
1922
1922
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1923
|
-
const localVarOperationServerBasePath = operationServerMap['CostApi.
|
|
1923
|
+
const localVarOperationServerBasePath = operationServerMap['CostApi.getById1']?.[localVarOperationServerIndex]?.url;
|
|
1924
1924
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1925
1925
|
},
|
|
1926
1926
|
/**
|
|
@@ -2465,12 +2465,12 @@ export const CostApiFactory = function (configuration?: Configuration, basePath?
|
|
|
2465
2465
|
/**
|
|
2466
2466
|
*
|
|
2467
2467
|
* @summary 通过账单id 查询账单信息
|
|
2468
|
-
* @param {
|
|
2468
|
+
* @param {CostApiGetById1Request} requestParameters Request parameters.
|
|
2469
2469
|
* @param {*} [options] Override http request option.
|
|
2470
2470
|
* @throws {RequiredError}
|
|
2471
2471
|
*/
|
|
2472
|
-
|
|
2473
|
-
return localVarFp.
|
|
2472
|
+
getById1(requestParameters: CostApiGetById1Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2473
|
+
return localVarFp.getById1(requestParameters.billId, options).then((request) => request(axios, basePath));
|
|
2474
2474
|
},
|
|
2475
2475
|
/**
|
|
2476
2476
|
*
|
|
@@ -2925,15 +2925,15 @@ export interface CostApiEnergyBillPushSapRequest {
|
|
|
2925
2925
|
}
|
|
2926
2926
|
|
|
2927
2927
|
/**
|
|
2928
|
-
* Request parameters for
|
|
2928
|
+
* Request parameters for getById1 operation in CostApi.
|
|
2929
2929
|
* @export
|
|
2930
|
-
* @interface
|
|
2930
|
+
* @interface CostApiGetById1Request
|
|
2931
2931
|
*/
|
|
2932
|
-
export interface
|
|
2932
|
+
export interface CostApiGetById1Request {
|
|
2933
2933
|
/**
|
|
2934
2934
|
*
|
|
2935
2935
|
* @type {number}
|
|
2936
|
-
* @memberof
|
|
2936
|
+
* @memberof CostApiGetById1
|
|
2937
2937
|
*/
|
|
2938
2938
|
readonly billId: number
|
|
2939
2939
|
}
|
|
@@ -3517,13 +3517,13 @@ export class CostApi extends BaseAPI {
|
|
|
3517
3517
|
/**
|
|
3518
3518
|
*
|
|
3519
3519
|
* @summary 通过账单id 查询账单信息
|
|
3520
|
-
* @param {
|
|
3520
|
+
* @param {CostApiGetById1Request} requestParameters Request parameters.
|
|
3521
3521
|
* @param {*} [options] Override http request option.
|
|
3522
3522
|
* @throws {RequiredError}
|
|
3523
3523
|
* @memberof CostApi
|
|
3524
3524
|
*/
|
|
3525
|
-
public
|
|
3526
|
-
return CostApiFp(this.configuration).
|
|
3525
|
+
public getById1(requestParameters: CostApiGetById1Request, options?: RawAxiosRequestConfig) {
|
|
3526
|
+
return CostApiFp(this.configuration).getById1(requestParameters.billId, options).then((request) => request(this.axios, this.basePath));
|
|
3527
3527
|
}
|
|
3528
3528
|
|
|
3529
3529
|
/**
|
package/apis/energy-api.ts
CHANGED
|
@@ -2144,9 +2144,9 @@ export const EnergyApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
2144
2144
|
* @param {*} [options] Override http request option.
|
|
2145
2145
|
* @throws {RequiredError}
|
|
2146
2146
|
*/
|
|
2147
|
-
|
|
2147
|
+
list: async (energyConsumptionSearchVO: EnergyConsumptionSearchVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2148
2148
|
// verify required parameter 'energyConsumptionSearchVO' is not null or undefined
|
|
2149
|
-
assertParamExists('
|
|
2149
|
+
assertParamExists('list', 'energyConsumptionSearchVO', energyConsumptionSearchVO)
|
|
2150
2150
|
const localVarPath = `/gizone/energy/consumption/list`;
|
|
2151
2151
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2152
2152
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -5368,10 +5368,10 @@ export const EnergyApiFp = function(configuration?: Configuration) {
|
|
|
5368
5368
|
* @param {*} [options] Override http request option.
|
|
5369
5369
|
* @throws {RequiredError}
|
|
5370
5370
|
*/
|
|
5371
|
-
async
|
|
5372
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
5371
|
+
async list(energyConsumptionSearchVO: EnergyConsumptionSearchVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultPageDtoEnergyConsumptionDetailsDTO>> {
|
|
5372
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.list(energyConsumptionSearchVO, options);
|
|
5373
5373
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5374
|
-
const localVarOperationServerBasePath = operationServerMap['EnergyApi.
|
|
5374
|
+
const localVarOperationServerBasePath = operationServerMap['EnergyApi.list']?.[localVarOperationServerIndex]?.url;
|
|
5375
5375
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5376
5376
|
},
|
|
5377
5377
|
/**
|
|
@@ -6633,12 +6633,12 @@ export const EnergyApiFactory = function (configuration?: Configuration, basePat
|
|
|
6633
6633
|
/**
|
|
6634
6634
|
*
|
|
6635
6635
|
* @summary 能源列表
|
|
6636
|
-
* @param {
|
|
6636
|
+
* @param {EnergyApiListRequest} requestParameters Request parameters.
|
|
6637
6637
|
* @param {*} [options] Override http request option.
|
|
6638
6638
|
* @throws {RequiredError}
|
|
6639
6639
|
*/
|
|
6640
|
-
|
|
6641
|
-
return localVarFp.
|
|
6640
|
+
list(requestParameters: EnergyApiListRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultPageDtoEnergyConsumptionDetailsDTO> {
|
|
6641
|
+
return localVarFp.list(requestParameters.energyConsumptionSearchVO, options).then((request) => request(axios, basePath));
|
|
6642
6642
|
},
|
|
6643
6643
|
/**
|
|
6644
6644
|
*
|
|
@@ -7945,15 +7945,15 @@ export interface EnergyApiInternetMeterDetailsAddRequest {
|
|
|
7945
7945
|
}
|
|
7946
7946
|
|
|
7947
7947
|
/**
|
|
7948
|
-
* Request parameters for
|
|
7948
|
+
* Request parameters for list operation in EnergyApi.
|
|
7949
7949
|
* @export
|
|
7950
|
-
* @interface
|
|
7950
|
+
* @interface EnergyApiListRequest
|
|
7951
7951
|
*/
|
|
7952
|
-
export interface
|
|
7952
|
+
export interface EnergyApiListRequest {
|
|
7953
7953
|
/**
|
|
7954
7954
|
*
|
|
7955
7955
|
* @type {EnergyConsumptionSearchVO}
|
|
7956
|
-
* @memberof
|
|
7956
|
+
* @memberof EnergyApiList
|
|
7957
7957
|
*/
|
|
7958
7958
|
readonly energyConsumptionSearchVO: EnergyConsumptionSearchVO
|
|
7959
7959
|
}
|
|
@@ -9635,13 +9635,13 @@ export class EnergyApi extends BaseAPI {
|
|
|
9635
9635
|
/**
|
|
9636
9636
|
*
|
|
9637
9637
|
* @summary 能源列表
|
|
9638
|
-
* @param {
|
|
9638
|
+
* @param {EnergyApiListRequest} requestParameters Request parameters.
|
|
9639
9639
|
* @param {*} [options] Override http request option.
|
|
9640
9640
|
* @throws {RequiredError}
|
|
9641
9641
|
* @memberof EnergyApi
|
|
9642
9642
|
*/
|
|
9643
|
-
public
|
|
9644
|
-
return EnergyApiFp(this.configuration).
|
|
9643
|
+
public list(requestParameters: EnergyApiListRequest, options?: RawAxiosRequestConfig) {
|
|
9644
|
+
return EnergyApiFp(this.configuration).list(requestParameters.energyConsumptionSearchVO, options).then((request) => request(this.axios, this.basePath));
|
|
9645
9645
|
}
|
|
9646
9646
|
|
|
9647
9647
|
/**
|