@gizone/rrs-client 3.11.12-alpha.9 → 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 +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-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/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 +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-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/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 +8 -8
- 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/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/.openapi-generator/FILES
CHANGED
|
@@ -24,13 +24,14 @@ apis/excel-language-controller-api.ts
|
|
|
24
24
|
apis/feedback-api.ts
|
|
25
25
|
apis/file-api.ts
|
|
26
26
|
apis/fire-safety-api.ts
|
|
27
|
-
apis/inspection-api.ts
|
|
27
|
+
apis/inspection-standard-api.ts
|
|
28
28
|
apis/internal-api.ts
|
|
29
29
|
apis/inventory-api.ts
|
|
30
30
|
apis/iot-api.ts
|
|
31
31
|
apis/job-api.ts
|
|
32
32
|
apis/jwt-api.ts
|
|
33
33
|
apis/kanban-api.ts
|
|
34
|
+
apis/maintenance-standard-api.ts
|
|
34
35
|
apis/message-api.ts
|
|
35
36
|
apis/news-api.ts
|
|
36
37
|
apis/notification-api.ts
|
|
@@ -118,7 +119,6 @@ models/bodys.ts
|
|
|
118
119
|
models/business-contacts-vo.ts
|
|
119
120
|
models/business-work-order-dto.ts
|
|
120
121
|
models/business-work-order-list-dto.ts
|
|
121
|
-
models/calendar-add-redis-list-vo.ts
|
|
122
122
|
models/calendar-entity.ts
|
|
123
123
|
models/calendar-export-dto.ts
|
|
124
124
|
models/calendar-save-update-dto.ts
|
|
@@ -168,6 +168,8 @@ models/cuser-update-pass-word-vo.ts
|
|
|
168
168
|
models/daily-schedule-time-window.ts
|
|
169
169
|
models/del-user-vo.ts
|
|
170
170
|
models/delete-water-vo.ts
|
|
171
|
+
models/dept-relation-dto.ts
|
|
172
|
+
models/dept-relation.ts
|
|
171
173
|
models/device-group-settings-add-or-update-bo.ts
|
|
172
174
|
models/device-group-settings-entity.ts
|
|
173
175
|
models/device-list-dto.ts
|
|
@@ -257,7 +259,10 @@ models/esg-park-waste-config-add-or-update-bo.ts
|
|
|
257
259
|
models/esg-park-waste-config-list-dto.ts
|
|
258
260
|
models/esg-user-statistics-dto.ts
|
|
259
261
|
models/esgpark-waste-statistics-dto.ts
|
|
262
|
+
models/excel-import-result-dtocalendar-export-dto.ts
|
|
260
263
|
models/excel-import-result-dtoequipment-excel-add-dto.ts
|
|
264
|
+
models/excel-import-result-dtoinspection-standard-import-dto.ts
|
|
265
|
+
models/excel-import-result-dtomaintenance-standard-import-dto.ts
|
|
261
266
|
models/export-energy-meter-record-bo.ts
|
|
262
267
|
models/export-hire-energy-meter-record-bo.ts
|
|
263
268
|
models/export-in-park-vehicle-bo.ts
|
|
@@ -348,7 +353,9 @@ models/inspection-item-content-vo.ts
|
|
|
348
353
|
models/inspection-point-item.ts
|
|
349
354
|
models/inspection-point.ts
|
|
350
355
|
models/inspection-standard-add-or-update-vo.ts
|
|
356
|
+
models/inspection-standard-dto.ts
|
|
351
357
|
models/inspection-standard-entity.ts
|
|
358
|
+
models/inspection-standard-import-dto.ts
|
|
352
359
|
models/internet-access-park-vehicle-vo.ts
|
|
353
360
|
models/internet-meter-add-vo.ts
|
|
354
361
|
models/internet-meter-details-add-vo.ts
|
|
@@ -375,7 +382,6 @@ models/json-result-big-decimal.ts
|
|
|
375
382
|
models/json-result-black-white-entity.ts
|
|
376
383
|
models/json-result-boolean.ts
|
|
377
384
|
models/json-result-business-work-order-list-dto.ts
|
|
378
|
-
models/json-result-calendar-add-redis-list-vo.ts
|
|
379
385
|
models/json-result-calendar-entity.ts
|
|
380
386
|
models/json-result-call-police-detail-dto.ts
|
|
381
387
|
models/json-result-cold-store-dashboard-access-count-dto.ts
|
|
@@ -398,7 +404,10 @@ models/json-result-esg-park-greening-coverage-statistics-dto.ts
|
|
|
398
404
|
models/json-result-esg-park-renewable-energy-statistics-dto.ts
|
|
399
405
|
models/json-result-esg-user-statistics-dto.ts
|
|
400
406
|
models/json-result-esgpark-waste-statistics-dto.ts
|
|
407
|
+
models/json-result-excel-import-result-dtocalendar-export-dto.ts
|
|
401
408
|
models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts
|
|
409
|
+
models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts
|
|
410
|
+
models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts
|
|
402
411
|
models/json-result-feedback-record-detail-vo.ts
|
|
403
412
|
models/json-result-feedback-statistics-count-dto.ts
|
|
404
413
|
models/json-result-feedback-statistics-satisfaction-rating-dto.ts
|
|
@@ -467,6 +476,7 @@ models/json-result-list-hire-lease-term-dto.ts
|
|
|
467
476
|
models/json-result-list-hire-lease-term-list-dto.ts
|
|
468
477
|
models/json-result-list-hire-select-list-dto.ts
|
|
469
478
|
models/json-result-list-in-park-vehicle-vo.ts
|
|
479
|
+
models/json-result-list-inspection-standard-entity.ts
|
|
470
480
|
models/json-result-list-maintenance-standard-entity.ts
|
|
471
481
|
models/json-result-list-monitor-search-dto.ts
|
|
472
482
|
models/json-result-list-monitor-sort-entity.ts
|
|
@@ -494,6 +504,7 @@ models/json-result-list-sys-user-drop-down-box-list-dto.ts
|
|
|
494
504
|
models/json-result-list-unloading-area-entity.ts
|
|
495
505
|
models/json-result-list-work-order-circulation-vo.ts
|
|
496
506
|
models/json-result-list-work-order-comment-entity.ts
|
|
507
|
+
models/json-result-list-work-order-dept-settings-entity.ts
|
|
497
508
|
models/json-result-list-work-order-inspection-detail-dto.ts
|
|
498
509
|
models/json-result-list-work-order-push-settings-entity.ts
|
|
499
510
|
models/json-result-list-work-order-step-by-step-push-dto.ts
|
|
@@ -534,7 +545,7 @@ models/json-result-page-dto-file-management-list-children-dto.ts
|
|
|
534
545
|
models/json-result-page-dto-gradient-alarm-list-dto.ts
|
|
535
546
|
models/json-result-page-dto-hire-air-conditioning-list-dto.ts
|
|
536
547
|
models/json-result-page-dto-in-park-vehicle-vo.ts
|
|
537
|
-
models/json-result-page-dto-inspection-standard-
|
|
548
|
+
models/json-result-page-dto-inspection-standard-dto.ts
|
|
538
549
|
models/json-result-page-dto-maintenance-standard-dto.ts
|
|
539
550
|
models/json-result-page-dto-monitor-sort-entity.ts
|
|
540
551
|
models/json-result-page-dto-news-list-vo.ts
|
|
@@ -549,8 +560,9 @@ models/json-result-page-dto-stock-list-page-dto.ts
|
|
|
549
560
|
models/json-result-page-dto-stock-record-list-page-dto.ts
|
|
550
561
|
models/json-result-page-dto-supplier-contract-details-dto.ts
|
|
551
562
|
models/json-result-page-dto-surveillance-roi-list-vo.ts
|
|
552
|
-
models/json-result-page-dto-sys-user-msg-
|
|
563
|
+
models/json-result-page-dto-sys-user-msg-dto.ts
|
|
553
564
|
models/json-result-page-dto-work-order-search-dto.ts
|
|
565
|
+
models/json-result-park-info-dto.ts
|
|
554
566
|
models/json-result-park-settings-details-dto.ts
|
|
555
567
|
models/json-result-period-detail-resp.ts
|
|
556
568
|
models/json-result-plan-detail-dto.ts
|
|
@@ -558,7 +570,6 @@ models/json-result-renovation-details-vo.ts
|
|
|
558
570
|
models/json-result-renovation-draft-details-vo.ts
|
|
559
571
|
models/json-result-scheduled-cron.ts
|
|
560
572
|
models/json-result-space-add-redis-list-dto.ts
|
|
561
|
-
models/json-result-space-edit-before-and-after-dto.ts
|
|
562
573
|
models/json-result-space-image-detail-dto.ts
|
|
563
574
|
models/json-result-stock-details-dto.ts
|
|
564
575
|
models/json-result-stock-import-add-redis-dto.ts
|
|
@@ -569,13 +580,14 @@ models/json-result-supplier-entity.ts
|
|
|
569
580
|
models/json-result-surveillance-roi-list-vo.ts
|
|
570
581
|
models/json-result-switch-park-v2-dto.ts
|
|
571
582
|
models/json-result-sys-dept.ts
|
|
572
|
-
models/json-result-sys-user-msg-
|
|
583
|
+
models/json-result-sys-user-msg-dto.ts
|
|
573
584
|
models/json-result-sys-user.ts
|
|
574
585
|
models/json-result-unloading-area-entity.ts
|
|
575
586
|
models/json-result-user-add-redis-list-vo.ts
|
|
576
587
|
models/json-result-user-settings-entity.ts
|
|
577
588
|
models/json-result-void.ts
|
|
578
589
|
models/json-result-white-add-redis-list-dto.ts
|
|
590
|
+
models/json-result-work-order-dept-settings-entity.ts
|
|
579
591
|
models/json-result-work-order-detail-dto.ts
|
|
580
592
|
models/json-result.ts
|
|
581
593
|
models/large-visual-screen-access-line-chart-dto.ts
|
|
@@ -594,6 +606,7 @@ models/maintenance-history-dto.ts
|
|
|
594
606
|
models/maintenance-standard-add-or-update-vo.ts
|
|
595
607
|
models/maintenance-standard-dto.ts
|
|
596
608
|
models/maintenance-standard-entity.ts
|
|
609
|
+
models/maintenance-standard-import-dto.ts
|
|
597
610
|
models/manual-exit-vo.ts
|
|
598
611
|
models/manual-opening-add-vo.ts
|
|
599
612
|
models/media-dto.ts
|
|
@@ -672,7 +685,7 @@ models/page-dto-file-management-list-children-dto.ts
|
|
|
672
685
|
models/page-dto-gradient-alarm-list-dto.ts
|
|
673
686
|
models/page-dto-hire-air-conditioning-list-dto.ts
|
|
674
687
|
models/page-dto-in-park-vehicle-vo.ts
|
|
675
|
-
models/page-dto-inspection-standard-
|
|
688
|
+
models/page-dto-inspection-standard-dto.ts
|
|
676
689
|
models/page-dto-maintenance-standard-dto.ts
|
|
677
690
|
models/page-dto-meter-record-dto.ts
|
|
678
691
|
models/page-dto-monitor-sort-entity.ts
|
|
@@ -688,9 +701,13 @@ models/page-dto-stock-list-page-dto.ts
|
|
|
688
701
|
models/page-dto-stock-record-list-page-dto.ts
|
|
689
702
|
models/page-dto-supplier-contract-details-dto.ts
|
|
690
703
|
models/page-dto-surveillance-roi-list-vo.ts
|
|
691
|
-
models/page-dto-sys-user-msg-
|
|
704
|
+
models/page-dto-sys-user-msg-dto.ts
|
|
692
705
|
models/page-dto-work-order-search-dto.ts
|
|
706
|
+
models/park-center-attribute-enum.ts
|
|
693
707
|
models/park-drop-down-box-dto.ts
|
|
708
|
+
models/park-info-dto.ts
|
|
709
|
+
models/park-info-edit-vo.ts
|
|
710
|
+
models/park-plat-form-enum.ts
|
|
694
711
|
models/park-push-settings-add-bo.ts
|
|
695
712
|
models/park-settings-details-dto.ts
|
|
696
713
|
models/park-settings-vo.ts
|
|
@@ -748,8 +765,6 @@ models/space-add-point-vo.ts
|
|
|
748
765
|
models/space-add-redis-list-dto.ts
|
|
749
766
|
models/space-add-vo.ts
|
|
750
767
|
models/space-detail-dto.ts
|
|
751
|
-
models/space-edit-before-and-after-dto.ts
|
|
752
|
-
models/space-edit-excel-dto.ts
|
|
753
768
|
models/space-edit-vo.ts
|
|
754
769
|
models/space-image-detail-dto.ts
|
|
755
770
|
models/space-point-dto.ts
|
|
@@ -808,13 +823,13 @@ models/sys-post.ts
|
|
|
808
823
|
models/sys-role.ts
|
|
809
824
|
models/sys-user-drop-down-box-list-dto.ts
|
|
810
825
|
models/sys-user-info-dto.ts
|
|
811
|
-
models/sys-user-msg-
|
|
812
|
-
models/sys-user-msg-list-dto.ts
|
|
826
|
+
models/sys-user-msg-dto.ts
|
|
813
827
|
models/sys-user-msg-notice-add-vo.ts
|
|
814
|
-
models/sys-user-msg-search-list-vo.ts
|
|
815
828
|
models/sys-user-role.ts
|
|
816
829
|
models/sys-user-search-list-vo.ts
|
|
817
830
|
models/sys-user.ts
|
|
831
|
+
models/system-user-msg-source-type-enum.ts
|
|
832
|
+
models/system-user-msg-type-enum.ts
|
|
818
833
|
models/table-data-info.ts
|
|
819
834
|
models/tenant-surrender-vo.ts
|
|
820
835
|
models/unit-item.ts
|
|
@@ -858,6 +873,8 @@ models/work-order-comment-dto.ts
|
|
|
858
873
|
models/work-order-comment-entity.ts
|
|
859
874
|
models/work-order-comment-vo.ts
|
|
860
875
|
models/work-order-dept-dto.ts
|
|
876
|
+
models/work-order-dept-settings-add-or-update-vo.ts
|
|
877
|
+
models/work-order-dept-settings-entity.ts
|
|
861
878
|
models/work-order-detail-dto.ts
|
|
862
879
|
models/work-order-distribute-leaflets-vo.ts
|
|
863
880
|
models/work-order-handle-meter-reading-details-vo.ts
|
|
@@ -865,14 +882,20 @@ models/work-order-handle-meter-reading-vo.ts
|
|
|
865
882
|
models/work-order-handler-status-enum.ts
|
|
866
883
|
models/work-order-inspection-detail-dto.ts
|
|
867
884
|
models/work-order-inspection-item-req.ts
|
|
885
|
+
models/work-order-internal-status-enum.ts
|
|
886
|
+
models/work-order-issue-type-enum.ts
|
|
887
|
+
models/work-order-liability-party-enum.ts
|
|
868
888
|
models/work-order-plan-holidays-enum.ts
|
|
869
889
|
models/work-order-plan-repeats-enum.ts
|
|
870
890
|
models/work-order-push-settings-entity.ts
|
|
871
891
|
models/work-order-push-settings-save-or-update-vo.ts
|
|
872
892
|
models/work-order-push-settings-vo.ts
|
|
893
|
+
models/work-order-report-vo.ts
|
|
873
894
|
models/work-order-search-dto.ts
|
|
895
|
+
models/work-order-settings-type-enum.ts
|
|
874
896
|
models/work-order-source-enum.ts
|
|
875
897
|
models/work-order-spot-check-vo.ts
|
|
898
|
+
models/work-order-staging-data-vo.ts
|
|
876
899
|
models/work-order-status-vo.ts
|
|
877
900
|
models/work-order-step-by-step-push-dto.ts
|
|
878
901
|
models/work-order-step-by-step-push-user-details-dto.ts
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @gizone/rrs-client@3.11.
|
|
1
|
+
## @gizone/rrs-client@3.11.13
|
|
2
2
|
|
|
3
3
|
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
|
|
4
4
|
|
|
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
|
|
|
36
36
|
_published:_
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
npm install @gizone/rrs-client@3.11.
|
|
39
|
+
npm install @gizone/rrs-client@3.11.13 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -35,13 +35,14 @@ export * from './apis/excel-language-controller-api';
|
|
|
35
35
|
export * from './apis/feedback-api';
|
|
36
36
|
export * from './apis/file-api';
|
|
37
37
|
export * from './apis/fire-safety-api';
|
|
38
|
-
export * from './apis/inspection-api';
|
|
38
|
+
export * from './apis/inspection-standard-api';
|
|
39
39
|
export * from './apis/internal-api';
|
|
40
40
|
export * from './apis/inventory-api';
|
|
41
41
|
export * from './apis/iot-api';
|
|
42
42
|
export * from './apis/job-api';
|
|
43
43
|
export * from './apis/jwt-api';
|
|
44
44
|
export * from './apis/kanban-api';
|
|
45
|
+
export * from './apis/maintenance-standard-api';
|
|
45
46
|
export * from './apis/message-api';
|
|
46
47
|
export * from './apis/news-api';
|
|
47
48
|
export * from './apis/notification-api';
|
package/apis/access-api.ts
CHANGED
|
@@ -1765,9 +1765,9 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1765
1765
|
* @param {*} [options] Override http request option.
|
|
1766
1766
|
* @throws {RequiredError}
|
|
1767
1767
|
*/
|
|
1768
|
-
|
|
1768
|
+
detail: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1769
1769
|
// verify required parameter 'id' is not null or undefined
|
|
1770
|
-
assertParamExists('
|
|
1770
|
+
assertParamExists('detail', 'id', id)
|
|
1771
1771
|
const localVarPath = `/gizone/gate/detail`;
|
|
1772
1772
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1773
1773
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1806,9 +1806,9 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1806
1806
|
* @param {*} [options] Override http request option.
|
|
1807
1807
|
* @throws {RequiredError}
|
|
1808
1808
|
*/
|
|
1809
|
-
|
|
1809
|
+
detail1: async (id: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1810
1810
|
// verify required parameter 'id' is not null or undefined
|
|
1811
|
-
assertParamExists('
|
|
1811
|
+
assertParamExists('detail1', 'id', id)
|
|
1812
1812
|
const localVarPath = `/access/detail`;
|
|
1813
1813
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1814
1814
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -2414,9 +2414,9 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
2414
2414
|
* @param {*} [options] Override http request option.
|
|
2415
2415
|
* @throws {RequiredError}
|
|
2416
2416
|
*/
|
|
2417
|
-
|
|
2417
|
+
exportList2: async (whiteSearchVo: WhiteSearchVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2418
2418
|
// verify required parameter 'whiteSearchVo' is not null or undefined
|
|
2419
|
-
assertParamExists('
|
|
2419
|
+
assertParamExists('exportList2', 'whiteSearchVo', whiteSearchVo)
|
|
2420
2420
|
const localVarPath = `/access/exportList`;
|
|
2421
2421
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2422
2422
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3973,9 +3973,9 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
3973
3973
|
* @param {*} [options] Override http request option.
|
|
3974
3974
|
* @throws {RequiredError}
|
|
3975
3975
|
*/
|
|
3976
|
-
|
|
3976
|
+
uploadAdd4: async (parkId: number, language?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
3977
3977
|
// verify required parameter 'parkId' is not null or undefined
|
|
3978
|
-
assertParamExists('
|
|
3978
|
+
assertParamExists('uploadAdd4', 'parkId', parkId)
|
|
3979
3979
|
const localVarPath = `/appointment/registration/add/excel`;
|
|
3980
3980
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3981
3981
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -5224,10 +5224,10 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
5224
5224
|
* @param {*} [options] Override http request option.
|
|
5225
5225
|
* @throws {RequiredError}
|
|
5226
5226
|
*/
|
|
5227
|
-
async
|
|
5228
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
5227
|
+
async detail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
5228
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.detail(id, options);
|
|
5229
5229
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5230
|
-
const localVarOperationServerBasePath = operationServerMap['AccessApi.
|
|
5230
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.detail']?.[localVarOperationServerIndex]?.url;
|
|
5231
5231
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5232
5232
|
},
|
|
5233
5233
|
/**
|
|
@@ -5237,10 +5237,10 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
5237
5237
|
* @param {*} [options] Override http request option.
|
|
5238
5238
|
* @throws {RequiredError}
|
|
5239
5239
|
*/
|
|
5240
|
-
async
|
|
5241
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
5240
|
+
async detail1(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
5241
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.detail1(id, options);
|
|
5242
5242
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5243
|
-
const localVarOperationServerBasePath = operationServerMap['AccessApi.
|
|
5243
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.detail1']?.[localVarOperationServerIndex]?.url;
|
|
5244
5244
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5245
5245
|
},
|
|
5246
5246
|
/**
|
|
@@ -5432,10 +5432,10 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
5432
5432
|
* @param {*} [options] Override http request option.
|
|
5433
5433
|
* @throws {RequiredError}
|
|
5434
5434
|
*/
|
|
5435
|
-
async
|
|
5436
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
5435
|
+
async exportList2(whiteSearchVo: WhiteSearchVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
5436
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.exportList2(whiteSearchVo, options);
|
|
5437
5437
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5438
|
-
const localVarOperationServerBasePath = operationServerMap['AccessApi.
|
|
5438
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.exportList2']?.[localVarOperationServerIndex]?.url;
|
|
5439
5439
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5440
5440
|
},
|
|
5441
5441
|
/**
|
|
@@ -5927,10 +5927,10 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
5927
5927
|
* @param {*} [options] Override http request option.
|
|
5928
5928
|
* @throws {RequiredError}
|
|
5929
5929
|
*/
|
|
5930
|
-
async
|
|
5931
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
5930
|
+
async uploadAdd4(parkId: number, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
5931
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.uploadAdd4(parkId, language, options);
|
|
5932
5932
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5933
|
-
const localVarOperationServerBasePath = operationServerMap['AccessApi.
|
|
5933
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.uploadAdd4']?.[localVarOperationServerIndex]?.url;
|
|
5934
5934
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5935
5935
|
},
|
|
5936
5936
|
/**
|
|
@@ -6554,22 +6554,22 @@ export const AccessApiFactory = function (configuration?: Configuration, basePat
|
|
|
6554
6554
|
/**
|
|
6555
6555
|
*
|
|
6556
6556
|
* @summary 出入口详情
|
|
6557
|
-
* @param {
|
|
6557
|
+
* @param {AccessApiDetailRequest} requestParameters Request parameters.
|
|
6558
6558
|
* @param {*} [options] Override http request option.
|
|
6559
6559
|
* @throws {RequiredError}
|
|
6560
6560
|
*/
|
|
6561
|
-
|
|
6562
|
-
return localVarFp.
|
|
6561
|
+
detail(requestParameters: AccessApiDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
6562
|
+
return localVarFp.detail(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
6563
6563
|
},
|
|
6564
6564
|
/**
|
|
6565
6565
|
*
|
|
6566
6566
|
* @summary 详情
|
|
6567
|
-
* @param {
|
|
6567
|
+
* @param {AccessApiDetail1Request} requestParameters Request parameters.
|
|
6568
6568
|
* @param {*} [options] Override http request option.
|
|
6569
6569
|
* @throws {RequiredError}
|
|
6570
6570
|
*/
|
|
6571
|
-
|
|
6572
|
-
return localVarFp.
|
|
6571
|
+
detail1(requestParameters: AccessApiDetail1Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
6572
|
+
return localVarFp.detail1(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
6573
6573
|
},
|
|
6574
6574
|
/**
|
|
6575
6575
|
*
|
|
@@ -6712,12 +6712,12 @@ export const AccessApiFactory = function (configuration?: Configuration, basePat
|
|
|
6712
6712
|
/**
|
|
6713
6713
|
*
|
|
6714
6714
|
* @summary 导出
|
|
6715
|
-
* @param {
|
|
6715
|
+
* @param {AccessApiExportList2Request} requestParameters Request parameters.
|
|
6716
6716
|
* @param {*} [options] Override http request option.
|
|
6717
6717
|
* @throws {RequiredError}
|
|
6718
6718
|
*/
|
|
6719
|
-
|
|
6720
|
-
return localVarFp.
|
|
6719
|
+
exportList2(requestParameters: AccessApiExportList2Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
6720
|
+
return localVarFp.exportList2(requestParameters.whiteSearchVo, options).then((request) => request(axios, basePath));
|
|
6721
6721
|
},
|
|
6722
6722
|
/**
|
|
6723
6723
|
*
|
|
@@ -7076,12 +7076,12 @@ export const AccessApiFactory = function (configuration?: Configuration, basePat
|
|
|
7076
7076
|
/**
|
|
7077
7077
|
*
|
|
7078
7078
|
* @summary /excel模板
|
|
7079
|
-
* @param {
|
|
7079
|
+
* @param {AccessApiUploadAdd4Request} requestParameters Request parameters.
|
|
7080
7080
|
* @param {*} [options] Override http request option.
|
|
7081
7081
|
* @throws {RequiredError}
|
|
7082
7082
|
*/
|
|
7083
|
-
|
|
7084
|
-
return localVarFp.
|
|
7083
|
+
uploadAdd4(requestParameters: AccessApiUploadAdd4Request, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
7084
|
+
return localVarFp.uploadAdd4(requestParameters.parkId, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
7085
7085
|
},
|
|
7086
7086
|
/**
|
|
7087
7087
|
*
|
|
@@ -7770,29 +7770,29 @@ export interface AccessApiDemo1Request {
|
|
|
7770
7770
|
}
|
|
7771
7771
|
|
|
7772
7772
|
/**
|
|
7773
|
-
* Request parameters for
|
|
7773
|
+
* Request parameters for detail operation in AccessApi.
|
|
7774
7774
|
* @export
|
|
7775
|
-
* @interface
|
|
7775
|
+
* @interface AccessApiDetailRequest
|
|
7776
7776
|
*/
|
|
7777
|
-
export interface
|
|
7777
|
+
export interface AccessApiDetailRequest {
|
|
7778
7778
|
/**
|
|
7779
7779
|
*
|
|
7780
7780
|
* @type {number}
|
|
7781
|
-
* @memberof
|
|
7781
|
+
* @memberof AccessApiDetail
|
|
7782
7782
|
*/
|
|
7783
7783
|
readonly id: number
|
|
7784
7784
|
}
|
|
7785
7785
|
|
|
7786
7786
|
/**
|
|
7787
|
-
* Request parameters for
|
|
7787
|
+
* Request parameters for detail1 operation in AccessApi.
|
|
7788
7788
|
* @export
|
|
7789
|
-
* @interface
|
|
7789
|
+
* @interface AccessApiDetail1Request
|
|
7790
7790
|
*/
|
|
7791
|
-
export interface
|
|
7791
|
+
export interface AccessApiDetail1Request {
|
|
7792
7792
|
/**
|
|
7793
7793
|
*
|
|
7794
7794
|
* @type {number}
|
|
7795
|
-
* @memberof
|
|
7795
|
+
* @memberof AccessApiDetail1
|
|
7796
7796
|
*/
|
|
7797
7797
|
readonly id: number
|
|
7798
7798
|
}
|
|
@@ -7980,15 +7980,15 @@ export interface AccessApiExportListRequest {
|
|
|
7980
7980
|
}
|
|
7981
7981
|
|
|
7982
7982
|
/**
|
|
7983
|
-
* Request parameters for
|
|
7983
|
+
* Request parameters for exportList2 operation in AccessApi.
|
|
7984
7984
|
* @export
|
|
7985
|
-
* @interface
|
|
7985
|
+
* @interface AccessApiExportList2Request
|
|
7986
7986
|
*/
|
|
7987
|
-
export interface
|
|
7987
|
+
export interface AccessApiExportList2Request {
|
|
7988
7988
|
/**
|
|
7989
7989
|
*
|
|
7990
7990
|
* @type {WhiteSearchVO}
|
|
7991
|
-
* @memberof
|
|
7991
|
+
* @memberof AccessApiExportList2
|
|
7992
7992
|
*/
|
|
7993
7993
|
readonly whiteSearchVo: WhiteSearchVO
|
|
7994
7994
|
}
|
|
@@ -8561,22 +8561,22 @@ export interface AccessApiUpdateEntryTermStatusRequest {
|
|
|
8561
8561
|
}
|
|
8562
8562
|
|
|
8563
8563
|
/**
|
|
8564
|
-
* Request parameters for
|
|
8564
|
+
* Request parameters for uploadAdd4 operation in AccessApi.
|
|
8565
8565
|
* @export
|
|
8566
|
-
* @interface
|
|
8566
|
+
* @interface AccessApiUploadAdd4Request
|
|
8567
8567
|
*/
|
|
8568
|
-
export interface
|
|
8568
|
+
export interface AccessApiUploadAdd4Request {
|
|
8569
8569
|
/**
|
|
8570
8570
|
*
|
|
8571
8571
|
* @type {number}
|
|
8572
|
-
* @memberof
|
|
8572
|
+
* @memberof AccessApiUploadAdd4
|
|
8573
8573
|
*/
|
|
8574
8574
|
readonly parkId: number
|
|
8575
8575
|
|
|
8576
8576
|
/**
|
|
8577
8577
|
*
|
|
8578
8578
|
* @type {string}
|
|
8579
|
-
* @memberof
|
|
8579
|
+
* @memberof AccessApiUploadAdd4
|
|
8580
8580
|
*/
|
|
8581
8581
|
readonly language?: string
|
|
8582
8582
|
}
|
|
@@ -9305,25 +9305,25 @@ export class AccessApi extends BaseAPI {
|
|
|
9305
9305
|
/**
|
|
9306
9306
|
*
|
|
9307
9307
|
* @summary 出入口详情
|
|
9308
|
-
* @param {
|
|
9308
|
+
* @param {AccessApiDetailRequest} requestParameters Request parameters.
|
|
9309
9309
|
* @param {*} [options] Override http request option.
|
|
9310
9310
|
* @throws {RequiredError}
|
|
9311
9311
|
* @memberof AccessApi
|
|
9312
9312
|
*/
|
|
9313
|
-
public
|
|
9314
|
-
return AccessApiFp(this.configuration).
|
|
9313
|
+
public detail(requestParameters: AccessApiDetailRequest, options?: RawAxiosRequestConfig) {
|
|
9314
|
+
return AccessApiFp(this.configuration).detail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
9315
9315
|
}
|
|
9316
9316
|
|
|
9317
9317
|
/**
|
|
9318
9318
|
*
|
|
9319
9319
|
* @summary 详情
|
|
9320
|
-
* @param {
|
|
9320
|
+
* @param {AccessApiDetail1Request} requestParameters Request parameters.
|
|
9321
9321
|
* @param {*} [options] Override http request option.
|
|
9322
9322
|
* @throws {RequiredError}
|
|
9323
9323
|
* @memberof AccessApi
|
|
9324
9324
|
*/
|
|
9325
|
-
public
|
|
9326
|
-
return AccessApiFp(this.configuration).
|
|
9325
|
+
public detail1(requestParameters: AccessApiDetail1Request, options?: RawAxiosRequestConfig) {
|
|
9326
|
+
return AccessApiFp(this.configuration).detail1(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
9327
9327
|
}
|
|
9328
9328
|
|
|
9329
9329
|
/**
|
|
@@ -9495,13 +9495,13 @@ export class AccessApi extends BaseAPI {
|
|
|
9495
9495
|
/**
|
|
9496
9496
|
*
|
|
9497
9497
|
* @summary 导出
|
|
9498
|
-
* @param {
|
|
9498
|
+
* @param {AccessApiExportList2Request} requestParameters Request parameters.
|
|
9499
9499
|
* @param {*} [options] Override http request option.
|
|
9500
9500
|
* @throws {RequiredError}
|
|
9501
9501
|
* @memberof AccessApi
|
|
9502
9502
|
*/
|
|
9503
|
-
public
|
|
9504
|
-
return AccessApiFp(this.configuration).
|
|
9503
|
+
public exportList2(requestParameters: AccessApiExportList2Request, options?: RawAxiosRequestConfig) {
|
|
9504
|
+
return AccessApiFp(this.configuration).exportList2(requestParameters.whiteSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
9505
9505
|
}
|
|
9506
9506
|
|
|
9507
9507
|
/**
|
|
@@ -9933,13 +9933,13 @@ export class AccessApi extends BaseAPI {
|
|
|
9933
9933
|
/**
|
|
9934
9934
|
*
|
|
9935
9935
|
* @summary /excel模板
|
|
9936
|
-
* @param {
|
|
9936
|
+
* @param {AccessApiUploadAdd4Request} requestParameters Request parameters.
|
|
9937
9937
|
* @param {*} [options] Override http request option.
|
|
9938
9938
|
* @throws {RequiredError}
|
|
9939
9939
|
* @memberof AccessApi
|
|
9940
9940
|
*/
|
|
9941
|
-
public
|
|
9942
|
-
return AccessApiFp(this.configuration).
|
|
9941
|
+
public uploadAdd4(requestParameters: AccessApiUploadAdd4Request, options?: RawAxiosRequestConfig) {
|
|
9942
|
+
return AccessApiFp(this.configuration).uploadAdd4(requestParameters.parkId, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
9943
9943
|
}
|
|
9944
9944
|
|
|
9945
9945
|
/**
|