@gizone/rrs-client 3.11.12-alpha.9 → 3.11.13-alpha.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +37 -14
- package/README.md +2 -2
- package/api.ts +2 -1
- package/apis/access-api.ts +61 -61
- package/apis/calendar-api.ts +231 -209
- package/apis/common-api.ts +192 -0
- package/apis/cost-api.ts +15 -15
- package/apis/energy-api.ts +15 -15
- package/apis/{inspection-api.ts → inspection-standard-api.ts} +386 -544
- package/apis/maintenance-standard-api.ts +1319 -0
- package/apis/message-api.ts +201 -223
- package/apis/privacy-api.ts +78 -76
- package/apis/setting-api.ts +596 -243
- package/apis/space-api.ts +0 -329
- package/apis/sys-api.ts +47 -47
- package/apis/user-api.ts +15 -15
- package/apis/work-order-api.ts +717 -8
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/apis/access-api.d.ts +41 -41
- package/dist/apis/access-api.js +44 -44
- package/dist/apis/calendar-api.d.ts +131 -123
- package/dist/apis/calendar-api.js +177 -164
- package/dist/apis/common-api.d.ts +102 -0
- package/dist/apis/common-api.js +144 -0
- package/dist/apis/cost-api.d.ts +10 -10
- package/dist/apis/cost-api.js +11 -11
- package/dist/apis/energy-api.d.ts +10 -10
- package/dist/apis/energy-api.js +11 -11
- package/dist/apis/inspection-standard-api.d.ts +745 -0
- package/dist/apis/{inspection-api.js → inspection-standard-api.js} +283 -373
- package/dist/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/apis/maintenance-standard-api.js +1022 -0
- package/dist/apis/message-api.d.ts +117 -125
- package/dist/apis/message-api.js +132 -171
- package/dist/apis/privacy-api.d.ts +49 -48
- package/dist/apis/privacy-api.js +60 -60
- package/dist/apis/setting-api.d.ts +334 -144
- package/dist/apis/setting-api.js +433 -187
- package/dist/apis/space-api.d.ts +0 -159
- package/dist/apis/space-api.js +0 -272
- package/dist/apis/sys-api.d.ts +31 -31
- package/dist/apis/sys-api.js +34 -34
- package/dist/apis/user-api.d.ts +10 -10
- package/dist/apis/user-api.js +11 -11
- package/dist/apis/work-order-api.d.ts +391 -8
- package/dist/apis/work-order-api.js +529 -8
- package/dist/common.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +2 -1
- package/dist/esm/api.js +2 -1
- package/dist/esm/apis/access-api.d.ts +41 -41
- package/dist/esm/apis/access-api.js +44 -44
- package/dist/esm/apis/calendar-api.d.ts +131 -123
- package/dist/esm/apis/calendar-api.js +177 -164
- package/dist/esm/apis/common-api.d.ts +102 -0
- package/dist/esm/apis/common-api.js +144 -0
- package/dist/esm/apis/cost-api.d.ts +10 -10
- package/dist/esm/apis/cost-api.js +11 -11
- package/dist/esm/apis/energy-api.d.ts +10 -10
- package/dist/esm/apis/energy-api.js +11 -11
- package/dist/esm/apis/inspection-standard-api.d.ts +745 -0
- package/dist/esm/apis/{inspection-api.js → inspection-standard-api.js} +278 -368
- package/dist/esm/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/esm/apis/maintenance-standard-api.js +1015 -0
- package/dist/esm/apis/message-api.d.ts +117 -125
- package/dist/esm/apis/message-api.js +132 -171
- package/dist/esm/apis/privacy-api.d.ts +49 -48
- package/dist/esm/apis/privacy-api.js +60 -60
- package/dist/esm/apis/setting-api.d.ts +334 -144
- package/dist/esm/apis/setting-api.js +433 -187
- package/dist/esm/apis/space-api.d.ts +0 -159
- package/dist/esm/apis/space-api.js +0 -272
- package/dist/esm/apis/sys-api.d.ts +31 -31
- package/dist/esm/apis/sys-api.js +34 -34
- package/dist/esm/apis/user-api.d.ts +10 -10
- package/dist/esm/apis/user-api.js +11 -11
- package/dist/esm/apis/work-order-api.d.ts +391 -8
- package/dist/esm/apis/work-order-api.js +529 -8
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +140 -0
- package/dist/esm/models/dept-relation.d.ts +86 -0
- package/dist/esm/models/equipment-detail-dto.d.ts +6 -0
- package/dist/esm/models/equipment-edit-vo.d.ts +6 -0
- package/dist/esm/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/esm/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/esm/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/file-dto.d.ts +3 -3
- package/dist/esm/models/get-user-wx200-response.d.ts +8 -8
- package/dist/esm/models/index.d.ts +35 -13
- package/dist/esm/models/index.js +35 -13
- package/dist/esm/models/inspection-point-item.d.ts +12 -0
- package/dist/esm/models/inspection-standard-dto.d.ts +147 -0
- package/dist/esm/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.d.ts → json-result-list-inspection-standard-entity.d.ts} +12 -12
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/{models/json-result-calendar-add-redis-list-vo.d.ts → esm/models/json-result-page-dto-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-park-info-dto.js +14 -0
- package/dist/esm/models/{json-result-calendar-add-redis-list-vo.d.ts → json-result-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-space-edit-before-and-after-dto.d.ts → json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/esm/models/json-result-work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/maintenance-standard-import-dto.js +14 -0
- package/dist/{models/page-dto-inspection-standard-entity.d.ts → esm/models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-inspection-standard-dto.js +14 -0
- package/dist/esm/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/park-center-attribute-enum.js +22 -0
- package/dist/esm/models/park-info-dto.d.ts +85 -0
- package/dist/esm/models/park-info-dto.js +14 -0
- package/dist/esm/models/park-info-edit-vo.d.ts +37 -0
- package/dist/esm/models/park-info-edit-vo.js +14 -0
- package/dist/esm/models/park-plat-form-enum.d.ts +23 -0
- package/dist/esm/models/park-plat-form-enum.js +24 -0
- package/dist/esm/models/period-detail-resp.d.ts +6 -0
- package/dist/esm/models/plan-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-edit-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/esm/models/process-work-order-vo.d.ts +19 -0
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/sys-dept.d.ts +7 -1
- package/dist/esm/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/esm/models/sys-user-msg-dto.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +24 -0
- package/dist/esm/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/esm/models/system-user-msg-type-enum.js +22 -0
- package/dist/esm/models/work-order-add-vo.d.ts +24 -4
- package/dist/esm/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +14 -0
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/esm/models/work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/work-order-detail-dto.d.ts +46 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/esm/models/work-order-internal-status-enum.js +24 -0
- package/dist/esm/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/esm/models/work-order-issue-type-enum.js +27 -0
- package/dist/esm/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/esm/models/work-order-liability-party-enum.js +22 -0
- package/dist/esm/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-entity.js +1 -13
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.js +1 -13
- package/dist/esm/models/work-order-report-vo.d.ts +31 -0
- package/dist/esm/models/work-order-report-vo.js +14 -0
- package/dist/esm/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/esm/models/work-order-settings-type-enum.js +31 -0
- package/dist/esm/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/esm/models/work-order-staging-data-vo.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-type-enum.js +1 -1
- package/dist/models/dept-relation-dto.d.ts +140 -0
- package/dist/models/dept-relation.d.ts +86 -0
- package/dist/models/equipment-detail-dto.d.ts +6 -0
- package/dist/models/equipment-edit-vo.d.ts +6 -0
- package/dist/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/models/file-dto.d.ts +3 -3
- package/dist/models/get-user-wx200-response.d.ts +8 -8
- package/dist/models/index.d.ts +35 -13
- package/dist/models/index.js +35 -13
- package/dist/models/inspection-point-item.d.ts +12 -0
- package/dist/models/inspection-standard-dto.d.ts +147 -0
- package/dist/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-list-inspection-standard-entity.d.ts +56 -0
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/models/json-result-park-info-dto.js +15 -0
- package/dist/models/json-result-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-sys-user-msg-dto.js +15 -0
- package/dist/{esm/models/json-result-page-dto-sys-user-msg-list-dto.d.ts → models/json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/models/json-result-work-order-dept-settings-entity.js +15 -0
- package/dist/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/models/maintenance-standard-import-dto.js +15 -0
- package/dist/{esm/models/page-dto-inspection-standard-entity.d.ts → models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/models/page-dto-inspection-standard-dto.js +15 -0
- package/dist/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/models/page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/models/park-center-attribute-enum.js +25 -0
- package/dist/models/park-info-dto.d.ts +85 -0
- package/dist/models/park-info-dto.js +15 -0
- package/dist/models/park-info-edit-vo.d.ts +37 -0
- package/dist/models/park-info-edit-vo.js +15 -0
- package/dist/models/park-plat-form-enum.d.ts +23 -0
- package/dist/models/park-plat-form-enum.js +27 -0
- package/dist/models/period-detail-resp.d.ts +6 -0
- package/dist/models/plan-add-vo.d.ts +1 -1
- package/dist/models/plan-edit-vo.d.ts +1 -1
- package/dist/models/plan-item-add-vo.d.ts +1 -1
- package/dist/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/models/process-work-order-vo.d.ts +19 -0
- package/dist/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/sys-dept.d.ts +7 -1
- package/dist/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/models/sys-user-msg-dto.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/models/system-user-msg-source-type-enum.js +27 -0
- package/dist/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/models/system-user-msg-type-enum.js +25 -0
- package/dist/models/work-order-add-vo.d.ts +24 -4
- package/dist/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/models/work-order-dept-settings-add-or-update-vo.js +15 -0
- package/dist/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/models/work-order-dept-settings-entity.js +15 -0
- package/dist/models/work-order-detail-dto.d.ts +46 -0
- package/dist/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/models/work-order-internal-status-enum.js +27 -0
- package/dist/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/models/work-order-issue-type-enum.js +30 -0
- package/dist/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/models/work-order-liability-party-enum.js +25 -0
- package/dist/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/models/work-order-push-settings-entity.js +0 -14
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/models/work-order-push-settings-save-or-update-vo.js +0 -14
- package/dist/models/work-order-report-vo.d.ts +31 -0
- package/dist/models/work-order-report-vo.js +15 -0
- package/dist/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/models/work-order-settings-type-enum.js +34 -0
- package/dist/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/models/work-order-staging-data-vo.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +1 -1
- package/dist/models/work-order-type-enum.js +1 -1
- package/models/dept-relation-dto.ts +152 -0
- package/models/dept-relation.ts +98 -0
- package/models/equipment-detail-dto.ts +6 -0
- package/models/equipment-edit-vo.ts +6 -0
- package/models/equipment-excel-add-dto.ts +6 -0
- package/models/equipment-search-system-dto.ts +12 -6
- package/models/equipment-system-add-vo.ts +1 -1
- package/models/{calendar-add-redis-list-vo.ts → excel-import-result-dtocalendar-export-dto.ts} +9 -21
- package/models/excel-import-result-dtoinspection-standard-import-dto.ts +39 -0
- package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +39 -0
- package/models/file-dto.ts +3 -3
- package/models/get-user-wx200-response.ts +8 -8
- package/models/index.ts +35 -13
- package/models/inspection-point-item.ts +12 -0
- package/models/inspection-standard-dto.ts +161 -0
- package/models/inspection-standard-import-dto.ts +120 -0
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +66 -0
- package/models/{json-result-page-dto-inspection-standard-entity.ts → json-result-list-inspection-standard-entity.ts} +12 -12
- package/models/json-result-list-work-order-dept-settings-entity.ts +66 -0
- package/models/json-result-page-dto-inspection-standard-dto.ts +66 -0
- package/models/{json-result-calendar-add-redis-list-vo.ts → json-result-page-dto-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-sys-user-msg-do.ts → json-result-park-info-dto.ts} +11 -11
- package/models/{json-result-page-dto-sys-user-msg-list-dto.ts → json-result-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-space-edit-before-and-after-dto.ts → json-result-work-order-dept-settings-entity.ts} +11 -11
- package/models/maintenance-standard-import-dto.ts +120 -0
- package/models/{page-dto-inspection-standard-entity.ts → page-dto-inspection-standard-dto.ts} +7 -7
- package/models/{page-dto-sys-user-msg-list-dto.ts → page-dto-sys-user-msg-dto.ts} +7 -7
- package/models/park-center-attribute-enum.ts +31 -0
- package/models/park-info-dto.ts +93 -0
- package/models/park-info-edit-vo.ts +45 -0
- package/models/park-plat-form-enum.ts +33 -0
- package/models/period-detail-resp.ts +6 -0
- package/models/plan-add-vo.ts +1 -1
- package/models/plan-edit-vo.ts +1 -1
- package/models/plan-item-add-vo.ts +1 -1
- package/models/plan-item-edit-vo.ts +1 -1
- package/models/process-work-order-vo.ts +23 -0
- package/models/source-work-order-inspection-dto.ts +8 -3
- package/models/space-add-excel-dto.ts +6 -0
- package/models/sys-dept.ts +7 -1
- package/models/{sys-user-msg-list-dto.ts → sys-user-msg-dto.ts} +36 -28
- package/models/sys-user.ts +4 -4
- package/models/system-user-msg-source-type-enum.ts +33 -0
- package/models/system-user-msg-type-enum.ts +31 -0
- package/models/work-order-add-vo.ts +28 -4
- package/models/work-order-circulation-vo.ts +12 -1
- package/models/work-order-dept-settings-add-or-update-vo.ts +42 -0
- package/models/work-order-dept-settings-entity.ts +77 -0
- package/models/work-order-detail-dto.ts +54 -0
- package/models/work-order-internal-status-enum.ts +33 -0
- package/models/work-order-issue-type-enum.ts +36 -0
- package/models/work-order-liability-party-enum.ts +31 -0
- package/models/work-order-push-settings-entity.ts +6 -18
- package/models/work-order-push-settings-save-or-update-vo.ts +6 -18
- package/models/{space-edit-before-and-after-dto.ts → work-order-report-vo.ts} +13 -11
- package/models/work-order-settings-type-enum.ts +40 -0
- package/models/work-order-staging-data-vo.ts +59 -0
- package/models/work-order-type-enum.ts +1 -1
- package/package.json +1 -1
- package/dist/apis/inspection-api.d.ts +0 -846
- package/dist/esm/apis/inspection-api.d.ts +0 -846
- package/dist/esm/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/esm/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/esm/models/sys-user-msg-do.d.ts +0 -90
- package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/dist/models/json-result-page-dto-inspection-standard-entity.d.ts +0 -56
- package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +0 -56
- package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +0 -56
- package/dist/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/models/sys-user-msg-do.d.ts +0 -90
- package/dist/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/models/space-edit-excel-dto.ts +0 -84
- package/models/sys-user-msg-do.ts +0 -96
- package/models/sys-user-msg-search-list-vo.ts +0 -60
- /package/dist/esm/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/esm/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
- /package/dist/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
package/dist/apis/sys-api.d.ts
CHANGED
|
@@ -233,7 +233,7 @@ export declare const SysApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
233
233
|
* @param {*} [options] Override http request option.
|
|
234
234
|
* @throws {RequiredError}
|
|
235
235
|
*/
|
|
236
|
-
|
|
236
|
+
list2: (operLog: SysOperLog, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
237
237
|
/**
|
|
238
238
|
*
|
|
239
239
|
* @param {string} ipaddr
|
|
@@ -241,14 +241,14 @@ export declare const SysApiAxiosParamCreator: (configuration?: Configuration) =>
|
|
|
241
241
|
* @param {*} [options] Override http request option.
|
|
242
242
|
* @throws {RequiredError}
|
|
243
243
|
*/
|
|
244
|
-
|
|
244
|
+
list3: (ipaddr: string, userName: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
245
245
|
/**
|
|
246
246
|
*
|
|
247
247
|
* @param {SysLogininfor} logininfor
|
|
248
248
|
* @param {*} [options] Override http request option.
|
|
249
249
|
* @throws {RequiredError}
|
|
250
250
|
*/
|
|
251
|
-
|
|
251
|
+
list4: (logininfor: SysLogininfor, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
252
252
|
/**
|
|
253
253
|
*
|
|
254
254
|
* @param {*} [options] Override http request option.
|
|
@@ -662,7 +662,7 @@ export declare const SysApiFp: (configuration?: Configuration) => {
|
|
|
662
662
|
* @param {*} [options] Override http request option.
|
|
663
663
|
* @throws {RequiredError}
|
|
664
664
|
*/
|
|
665
|
-
|
|
665
|
+
list2(operLog: SysOperLog, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TableDataInfo>>;
|
|
666
666
|
/**
|
|
667
667
|
*
|
|
668
668
|
* @param {string} ipaddr
|
|
@@ -670,14 +670,14 @@ export declare const SysApiFp: (configuration?: Configuration) => {
|
|
|
670
670
|
* @param {*} [options] Override http request option.
|
|
671
671
|
* @throws {RequiredError}
|
|
672
672
|
*/
|
|
673
|
-
|
|
673
|
+
list3(ipaddr: string, userName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TableDataInfo>>;
|
|
674
674
|
/**
|
|
675
675
|
*
|
|
676
676
|
* @param {SysLogininfor} logininfor
|
|
677
677
|
* @param {*} [options] Override http request option.
|
|
678
678
|
* @throws {RequiredError}
|
|
679
679
|
*/
|
|
680
|
-
|
|
680
|
+
list4(logininfor: SysLogininfor, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TableDataInfo>>;
|
|
681
681
|
/**
|
|
682
682
|
*
|
|
683
683
|
* @param {*} [options] Override http request option.
|
|
@@ -1097,25 +1097,25 @@ export declare const SysApiFactory: (configuration?: Configuration, basePath?: s
|
|
|
1097
1097
|
index6(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
1098
1098
|
/**
|
|
1099
1099
|
*
|
|
1100
|
-
* @param {
|
|
1100
|
+
* @param {SysApiList2Request} requestParameters Request parameters.
|
|
1101
1101
|
* @param {*} [options] Override http request option.
|
|
1102
1102
|
* @throws {RequiredError}
|
|
1103
1103
|
*/
|
|
1104
|
-
|
|
1104
|
+
list2(requestParameters: SysApiList2Request, options?: RawAxiosRequestConfig): AxiosPromise<TableDataInfo>;
|
|
1105
1105
|
/**
|
|
1106
1106
|
*
|
|
1107
|
-
* @param {
|
|
1107
|
+
* @param {SysApiList3Request} requestParameters Request parameters.
|
|
1108
1108
|
* @param {*} [options] Override http request option.
|
|
1109
1109
|
* @throws {RequiredError}
|
|
1110
1110
|
*/
|
|
1111
|
-
|
|
1111
|
+
list3(requestParameters: SysApiList3Request, options?: RawAxiosRequestConfig): AxiosPromise<TableDataInfo>;
|
|
1112
1112
|
/**
|
|
1113
1113
|
*
|
|
1114
|
-
* @param {
|
|
1114
|
+
* @param {SysApiList4Request} requestParameters Request parameters.
|
|
1115
1115
|
* @param {*} [options] Override http request option.
|
|
1116
1116
|
* @throws {RequiredError}
|
|
1117
1117
|
*/
|
|
1118
|
-
|
|
1118
|
+
list4(requestParameters: SysApiList4Request, options?: RawAxiosRequestConfig): AxiosPromise<TableDataInfo>;
|
|
1119
1119
|
/**
|
|
1120
1120
|
*
|
|
1121
1121
|
* @param {*} [options] Override http request option.
|
|
@@ -1574,47 +1574,47 @@ export interface SysApiGetDictTypeRequest {
|
|
|
1574
1574
|
readonly dictId: number;
|
|
1575
1575
|
}
|
|
1576
1576
|
/**
|
|
1577
|
-
* Request parameters for
|
|
1577
|
+
* Request parameters for list2 operation in SysApi.
|
|
1578
1578
|
* @export
|
|
1579
|
-
* @interface
|
|
1579
|
+
* @interface SysApiList2Request
|
|
1580
1580
|
*/
|
|
1581
|
-
export interface
|
|
1581
|
+
export interface SysApiList2Request {
|
|
1582
1582
|
/**
|
|
1583
1583
|
*
|
|
1584
1584
|
* @type {SysOperLog}
|
|
1585
|
-
* @memberof
|
|
1585
|
+
* @memberof SysApiList2
|
|
1586
1586
|
*/
|
|
1587
1587
|
readonly operLog: SysOperLog;
|
|
1588
1588
|
}
|
|
1589
1589
|
/**
|
|
1590
|
-
* Request parameters for
|
|
1590
|
+
* Request parameters for list3 operation in SysApi.
|
|
1591
1591
|
* @export
|
|
1592
|
-
* @interface
|
|
1592
|
+
* @interface SysApiList3Request
|
|
1593
1593
|
*/
|
|
1594
|
-
export interface
|
|
1594
|
+
export interface SysApiList3Request {
|
|
1595
1595
|
/**
|
|
1596
1596
|
*
|
|
1597
1597
|
* @type {string}
|
|
1598
|
-
* @memberof
|
|
1598
|
+
* @memberof SysApiList3
|
|
1599
1599
|
*/
|
|
1600
1600
|
readonly ipaddr: string;
|
|
1601
1601
|
/**
|
|
1602
1602
|
*
|
|
1603
1603
|
* @type {string}
|
|
1604
|
-
* @memberof
|
|
1604
|
+
* @memberof SysApiList3
|
|
1605
1605
|
*/
|
|
1606
1606
|
readonly userName: string;
|
|
1607
1607
|
}
|
|
1608
1608
|
/**
|
|
1609
|
-
* Request parameters for
|
|
1609
|
+
* Request parameters for list4 operation in SysApi.
|
|
1610
1610
|
* @export
|
|
1611
|
-
* @interface
|
|
1611
|
+
* @interface SysApiList4Request
|
|
1612
1612
|
*/
|
|
1613
|
-
export interface
|
|
1613
|
+
export interface SysApiList4Request {
|
|
1614
1614
|
/**
|
|
1615
1615
|
*
|
|
1616
1616
|
* @type {SysLogininfor}
|
|
1617
|
-
* @memberof
|
|
1617
|
+
* @memberof SysApiList4
|
|
1618
1618
|
*/
|
|
1619
1619
|
readonly logininfor: SysLogininfor;
|
|
1620
1620
|
}
|
|
@@ -2199,28 +2199,28 @@ export declare class SysApi extends BaseAPI {
|
|
|
2199
2199
|
index6(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any>>;
|
|
2200
2200
|
/**
|
|
2201
2201
|
*
|
|
2202
|
-
* @param {
|
|
2202
|
+
* @param {SysApiList2Request} requestParameters Request parameters.
|
|
2203
2203
|
* @param {*} [options] Override http request option.
|
|
2204
2204
|
* @throws {RequiredError}
|
|
2205
2205
|
* @memberof SysApi
|
|
2206
2206
|
*/
|
|
2207
|
-
|
|
2207
|
+
list2(requestParameters: SysApiList2Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TableDataInfo, any>>;
|
|
2208
2208
|
/**
|
|
2209
2209
|
*
|
|
2210
|
-
* @param {
|
|
2210
|
+
* @param {SysApiList3Request} requestParameters Request parameters.
|
|
2211
2211
|
* @param {*} [options] Override http request option.
|
|
2212
2212
|
* @throws {RequiredError}
|
|
2213
2213
|
* @memberof SysApi
|
|
2214
2214
|
*/
|
|
2215
|
-
|
|
2215
|
+
list3(requestParameters: SysApiList3Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TableDataInfo, any>>;
|
|
2216
2216
|
/**
|
|
2217
2217
|
*
|
|
2218
|
-
* @param {
|
|
2218
|
+
* @param {SysApiList4Request} requestParameters Request parameters.
|
|
2219
2219
|
* @param {*} [options] Override http request option.
|
|
2220
2220
|
* @throws {RequiredError}
|
|
2221
2221
|
* @memberof SysApi
|
|
2222
2222
|
*/
|
|
2223
|
-
|
|
2223
|
+
list4(requestParameters: SysApiList4Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TableDataInfo, any>>;
|
|
2224
2224
|
/**
|
|
2225
2225
|
*
|
|
2226
2226
|
* @param {*} [options] Override http request option.
|
package/dist/apis/sys-api.js
CHANGED
|
@@ -951,9 +951,9 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
951
951
|
* @param {*} [options] Override http request option.
|
|
952
952
|
* @throws {RequiredError}
|
|
953
953
|
*/
|
|
954
|
-
|
|
954
|
+
list2: (operLog_1, ...args_1) => __awaiter(this, [operLog_1, ...args_1], void 0, function* (operLog, options = {}) {
|
|
955
955
|
// verify required parameter 'operLog' is not null or undefined
|
|
956
|
-
(0, common_1.assertParamExists)('
|
|
956
|
+
(0, common_1.assertParamExists)('list2', 'operLog', operLog);
|
|
957
957
|
const localVarPath = `/monitor/operlog/list`;
|
|
958
958
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
959
959
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -987,11 +987,11 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
987
987
|
* @param {*} [options] Override http request option.
|
|
988
988
|
* @throws {RequiredError}
|
|
989
989
|
*/
|
|
990
|
-
|
|
990
|
+
list3: (ipaddr_1, userName_1, ...args_1) => __awaiter(this, [ipaddr_1, userName_1, ...args_1], void 0, function* (ipaddr, userName, options = {}) {
|
|
991
991
|
// verify required parameter 'ipaddr' is not null or undefined
|
|
992
|
-
(0, common_1.assertParamExists)('
|
|
992
|
+
(0, common_1.assertParamExists)('list3', 'ipaddr', ipaddr);
|
|
993
993
|
// verify required parameter 'userName' is not null or undefined
|
|
994
|
-
(0, common_1.assertParamExists)('
|
|
994
|
+
(0, common_1.assertParamExists)('list3', 'userName', userName);
|
|
995
995
|
const localVarPath = `/monitor/online/list`;
|
|
996
996
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
997
997
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1025,9 +1025,9 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1025
1025
|
* @param {*} [options] Override http request option.
|
|
1026
1026
|
* @throws {RequiredError}
|
|
1027
1027
|
*/
|
|
1028
|
-
|
|
1028
|
+
list4: (logininfor_1, ...args_1) => __awaiter(this, [logininfor_1, ...args_1], void 0, function* (logininfor, options = {}) {
|
|
1029
1029
|
// verify required parameter 'logininfor' is not null or undefined
|
|
1030
|
-
(0, common_1.assertParamExists)('
|
|
1030
|
+
(0, common_1.assertParamExists)('list4', 'logininfor', logininfor);
|
|
1031
1031
|
const localVarPath = `/monitor/logininfor/list`;
|
|
1032
1032
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1033
1033
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -2304,12 +2304,12 @@ const SysApiFp = function (configuration) {
|
|
|
2304
2304
|
* @param {*} [options] Override http request option.
|
|
2305
2305
|
* @throws {RequiredError}
|
|
2306
2306
|
*/
|
|
2307
|
-
|
|
2307
|
+
list2(operLog, options) {
|
|
2308
2308
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2309
2309
|
var _a, _b, _c;
|
|
2310
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
2310
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.list2(operLog, options);
|
|
2311
2311
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2312
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.
|
|
2312
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.list2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2313
2313
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2314
2314
|
});
|
|
2315
2315
|
},
|
|
@@ -2320,12 +2320,12 @@ const SysApiFp = function (configuration) {
|
|
|
2320
2320
|
* @param {*} [options] Override http request option.
|
|
2321
2321
|
* @throws {RequiredError}
|
|
2322
2322
|
*/
|
|
2323
|
-
|
|
2323
|
+
list3(ipaddr, userName, options) {
|
|
2324
2324
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2325
2325
|
var _a, _b, _c;
|
|
2326
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
2326
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.list3(ipaddr, userName, options);
|
|
2327
2327
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2328
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.
|
|
2328
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.list3']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2329
2329
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2330
2330
|
});
|
|
2331
2331
|
},
|
|
@@ -2335,12 +2335,12 @@ const SysApiFp = function (configuration) {
|
|
|
2335
2335
|
* @param {*} [options] Override http request option.
|
|
2336
2336
|
* @throws {RequiredError}
|
|
2337
2337
|
*/
|
|
2338
|
-
|
|
2338
|
+
list4(logininfor, options) {
|
|
2339
2339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2340
2340
|
var _a, _b, _c;
|
|
2341
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
2341
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.list4(logininfor, options);
|
|
2342
2342
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2343
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.
|
|
2343
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['SysApi.list4']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2344
2344
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2345
2345
|
});
|
|
2346
2346
|
},
|
|
@@ -2963,30 +2963,30 @@ const SysApiFactory = function (configuration, basePath, axios) {
|
|
|
2963
2963
|
},
|
|
2964
2964
|
/**
|
|
2965
2965
|
*
|
|
2966
|
-
* @param {
|
|
2966
|
+
* @param {SysApiList2Request} requestParameters Request parameters.
|
|
2967
2967
|
* @param {*} [options] Override http request option.
|
|
2968
2968
|
* @throws {RequiredError}
|
|
2969
2969
|
*/
|
|
2970
|
-
|
|
2971
|
-
return localVarFp.
|
|
2970
|
+
list2(requestParameters, options) {
|
|
2971
|
+
return localVarFp.list2(requestParameters.operLog, options).then((request) => request(axios, basePath));
|
|
2972
2972
|
},
|
|
2973
2973
|
/**
|
|
2974
2974
|
*
|
|
2975
|
-
* @param {
|
|
2975
|
+
* @param {SysApiList3Request} requestParameters Request parameters.
|
|
2976
2976
|
* @param {*} [options] Override http request option.
|
|
2977
2977
|
* @throws {RequiredError}
|
|
2978
2978
|
*/
|
|
2979
|
-
|
|
2980
|
-
return localVarFp.
|
|
2979
|
+
list3(requestParameters, options) {
|
|
2980
|
+
return localVarFp.list3(requestParameters.ipaddr, requestParameters.userName, options).then((request) => request(axios, basePath));
|
|
2981
2981
|
},
|
|
2982
2982
|
/**
|
|
2983
2983
|
*
|
|
2984
|
-
* @param {
|
|
2984
|
+
* @param {SysApiList4Request} requestParameters Request parameters.
|
|
2985
2985
|
* @param {*} [options] Override http request option.
|
|
2986
2986
|
* @throws {RequiredError}
|
|
2987
2987
|
*/
|
|
2988
|
-
|
|
2989
|
-
return localVarFp.
|
|
2988
|
+
list4(requestParameters, options) {
|
|
2989
|
+
return localVarFp.list4(requestParameters.logininfor, options).then((request) => request(axios, basePath));
|
|
2990
2990
|
},
|
|
2991
2991
|
/**
|
|
2992
2992
|
*
|
|
@@ -3481,33 +3481,33 @@ class SysApi extends base_1.BaseAPI {
|
|
|
3481
3481
|
}
|
|
3482
3482
|
/**
|
|
3483
3483
|
*
|
|
3484
|
-
* @param {
|
|
3484
|
+
* @param {SysApiList2Request} requestParameters Request parameters.
|
|
3485
3485
|
* @param {*} [options] Override http request option.
|
|
3486
3486
|
* @throws {RequiredError}
|
|
3487
3487
|
* @memberof SysApi
|
|
3488
3488
|
*/
|
|
3489
|
-
|
|
3490
|
-
return (0, exports.SysApiFp)(this.configuration).
|
|
3489
|
+
list2(requestParameters, options) {
|
|
3490
|
+
return (0, exports.SysApiFp)(this.configuration).list2(requestParameters.operLog, options).then((request) => request(this.axios, this.basePath));
|
|
3491
3491
|
}
|
|
3492
3492
|
/**
|
|
3493
3493
|
*
|
|
3494
|
-
* @param {
|
|
3494
|
+
* @param {SysApiList3Request} requestParameters Request parameters.
|
|
3495
3495
|
* @param {*} [options] Override http request option.
|
|
3496
3496
|
* @throws {RequiredError}
|
|
3497
3497
|
* @memberof SysApi
|
|
3498
3498
|
*/
|
|
3499
|
-
|
|
3500
|
-
return (0, exports.SysApiFp)(this.configuration).
|
|
3499
|
+
list3(requestParameters, options) {
|
|
3500
|
+
return (0, exports.SysApiFp)(this.configuration).list3(requestParameters.ipaddr, requestParameters.userName, options).then((request) => request(this.axios, this.basePath));
|
|
3501
3501
|
}
|
|
3502
3502
|
/**
|
|
3503
3503
|
*
|
|
3504
|
-
* @param {
|
|
3504
|
+
* @param {SysApiList4Request} requestParameters Request parameters.
|
|
3505
3505
|
* @param {*} [options] Override http request option.
|
|
3506
3506
|
* @throws {RequiredError}
|
|
3507
3507
|
* @memberof SysApi
|
|
3508
3508
|
*/
|
|
3509
|
-
|
|
3510
|
-
return (0, exports.SysApiFp)(this.configuration).
|
|
3509
|
+
list4(requestParameters, options) {
|
|
3510
|
+
return (0, exports.SysApiFp)(this.configuration).list4(requestParameters.logininfor, options).then((request) => request(this.axios, this.basePath));
|
|
3511
3511
|
}
|
|
3512
3512
|
/**
|
|
3513
3513
|
*
|
package/dist/apis/user-api.d.ts
CHANGED
|
@@ -156,7 +156,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
156
156
|
* @param {*} [options] Override http request option.
|
|
157
157
|
* @throws {RequiredError}
|
|
158
158
|
*/
|
|
159
|
-
|
|
159
|
+
list1: (user: SysUser, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
160
160
|
/**
|
|
161
161
|
*
|
|
162
162
|
* @summary pc查询园区部门及人员
|
|
@@ -499,7 +499,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
499
499
|
* @param {*} [options] Override http request option.
|
|
500
500
|
* @throws {RequiredError}
|
|
501
501
|
*/
|
|
502
|
-
|
|
502
|
+
list1(user: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TableDataInfo>>;
|
|
503
503
|
/**
|
|
504
504
|
*
|
|
505
505
|
* @summary pc查询园区部门及人员
|
|
@@ -849,11 +849,11 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
849
849
|
}>;
|
|
850
850
|
/**
|
|
851
851
|
*
|
|
852
|
-
* @param {
|
|
852
|
+
* @param {UserApiList1Request} requestParameters Request parameters.
|
|
853
853
|
* @param {*} [options] Override http request option.
|
|
854
854
|
* @throws {RequiredError}
|
|
855
855
|
*/
|
|
856
|
-
|
|
856
|
+
list1(requestParameters: UserApiList1Request, options?: RawAxiosRequestConfig): AxiosPromise<TableDataInfo>;
|
|
857
857
|
/**
|
|
858
858
|
*
|
|
859
859
|
* @summary pc查询园区部门及人员
|
|
@@ -1257,15 +1257,15 @@ export interface UserApiInsertAuthRoleRequest {
|
|
|
1257
1257
|
readonly roleIds: Array<number>;
|
|
1258
1258
|
}
|
|
1259
1259
|
/**
|
|
1260
|
-
* Request parameters for
|
|
1260
|
+
* Request parameters for list1 operation in UserApi.
|
|
1261
1261
|
* @export
|
|
1262
|
-
* @interface
|
|
1262
|
+
* @interface UserApiList1Request
|
|
1263
1263
|
*/
|
|
1264
|
-
export interface
|
|
1264
|
+
export interface UserApiList1Request {
|
|
1265
1265
|
/**
|
|
1266
1266
|
*
|
|
1267
1267
|
* @type {SysUser}
|
|
1268
|
-
* @memberof
|
|
1268
|
+
* @memberof UserApiList1
|
|
1269
1269
|
*/
|
|
1270
1270
|
readonly user: SysUser;
|
|
1271
1271
|
}
|
|
@@ -1769,12 +1769,12 @@ export declare class UserApi extends BaseAPI {
|
|
|
1769
1769
|
}, any>>;
|
|
1770
1770
|
/**
|
|
1771
1771
|
*
|
|
1772
|
-
* @param {
|
|
1772
|
+
* @param {UserApiList1Request} requestParameters Request parameters.
|
|
1773
1773
|
* @param {*} [options] Override http request option.
|
|
1774
1774
|
* @throws {RequiredError}
|
|
1775
1775
|
* @memberof UserApi
|
|
1776
1776
|
*/
|
|
1777
|
-
|
|
1777
|
+
list1(requestParameters: UserApiList1Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<TableDataInfo, any>>;
|
|
1778
1778
|
/**
|
|
1779
1779
|
*
|
|
1780
1780
|
* @summary pc查询园区部门及人员
|
package/dist/apis/user-api.js
CHANGED
|
@@ -551,9 +551,9 @@ const UserApiAxiosParamCreator = function (configuration) {
|
|
|
551
551
|
* @param {*} [options] Override http request option.
|
|
552
552
|
* @throws {RequiredError}
|
|
553
553
|
*/
|
|
554
|
-
|
|
554
|
+
list1: (user_1, ...args_1) => __awaiter(this, [user_1, ...args_1], void 0, function* (user, options = {}) {
|
|
555
555
|
// verify required parameter 'user' is not null or undefined
|
|
556
|
-
(0, common_1.assertParamExists)('
|
|
556
|
+
(0, common_1.assertParamExists)('list1', 'user', user);
|
|
557
557
|
const localVarPath = `/system/user/list`;
|
|
558
558
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
559
559
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1700,12 +1700,12 @@ const UserApiFp = function (configuration) {
|
|
|
1700
1700
|
* @param {*} [options] Override http request option.
|
|
1701
1701
|
* @throws {RequiredError}
|
|
1702
1702
|
*/
|
|
1703
|
-
|
|
1703
|
+
list1(user, options) {
|
|
1704
1704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1705
1705
|
var _a, _b, _c;
|
|
1706
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
1706
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.list1(user, options);
|
|
1707
1707
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1708
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['UserApi.
|
|
1708
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['UserApi.list1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1709
1709
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1710
1710
|
});
|
|
1711
1711
|
},
|
|
@@ -2262,12 +2262,12 @@ const UserApiFactory = function (configuration, basePath, axios) {
|
|
|
2262
2262
|
},
|
|
2263
2263
|
/**
|
|
2264
2264
|
*
|
|
2265
|
-
* @param {
|
|
2265
|
+
* @param {UserApiList1Request} requestParameters Request parameters.
|
|
2266
2266
|
* @param {*} [options] Override http request option.
|
|
2267
2267
|
* @throws {RequiredError}
|
|
2268
2268
|
*/
|
|
2269
|
-
|
|
2270
|
-
return localVarFp.
|
|
2269
|
+
list1(requestParameters, options) {
|
|
2270
|
+
return localVarFp.list1(requestParameters.user, options).then((request) => request(axios, basePath));
|
|
2271
2271
|
},
|
|
2272
2272
|
/**
|
|
2273
2273
|
*
|
|
@@ -2669,13 +2669,13 @@ class UserApi extends base_1.BaseAPI {
|
|
|
2669
2669
|
}
|
|
2670
2670
|
/**
|
|
2671
2671
|
*
|
|
2672
|
-
* @param {
|
|
2672
|
+
* @param {UserApiList1Request} requestParameters Request parameters.
|
|
2673
2673
|
* @param {*} [options] Override http request option.
|
|
2674
2674
|
* @throws {RequiredError}
|
|
2675
2675
|
* @memberof UserApi
|
|
2676
2676
|
*/
|
|
2677
|
-
|
|
2678
|
-
return (0, exports.UserApiFp)(this.configuration).
|
|
2677
|
+
list1(requestParameters, options) {
|
|
2678
|
+
return (0, exports.UserApiFp)(this.configuration).list1(requestParameters.user, options).then((request) => request(this.axios, this.basePath));
|
|
2679
2679
|
}
|
|
2680
2680
|
/**
|
|
2681
2681
|
*
|