@gizone/rrs-client 3.11.12-alpha.8 → 3.11.13-alpha.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +37 -14
- package/README.md +2 -2
- package/api.ts +2 -1
- package/apis/access-api.ts +61 -61
- package/apis/calendar-api.ts +231 -209
- package/apis/common-api.ts +192 -0
- package/apis/cost-api.ts +15 -15
- package/apis/energy-api.ts +15 -15
- package/apis/{inspection-api.ts → inspection-standard-api.ts} +386 -544
- package/apis/maintenance-standard-api.ts +1319 -0
- package/apis/message-api.ts +201 -223
- package/apis/privacy-api.ts +78 -76
- package/apis/setting-api.ts +596 -243
- package/apis/space-api.ts +0 -329
- package/apis/sys-api.ts +47 -47
- package/apis/user-api.ts +15 -15
- package/apis/work-order-api.ts +717 -8
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/apis/access-api.d.ts +41 -41
- package/dist/apis/access-api.js +44 -44
- package/dist/apis/calendar-api.d.ts +131 -123
- package/dist/apis/calendar-api.js +177 -164
- package/dist/apis/common-api.d.ts +102 -0
- package/dist/apis/common-api.js +144 -0
- package/dist/apis/cost-api.d.ts +10 -10
- package/dist/apis/cost-api.js +11 -11
- package/dist/apis/energy-api.d.ts +10 -10
- package/dist/apis/energy-api.js +11 -11
- package/dist/apis/inspection-standard-api.d.ts +745 -0
- package/dist/apis/{inspection-api.js → inspection-standard-api.js} +283 -373
- package/dist/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/apis/maintenance-standard-api.js +1022 -0
- package/dist/apis/message-api.d.ts +117 -125
- package/dist/apis/message-api.js +132 -171
- package/dist/apis/privacy-api.d.ts +49 -48
- package/dist/apis/privacy-api.js +60 -60
- package/dist/apis/setting-api.d.ts +334 -144
- package/dist/apis/setting-api.js +433 -187
- package/dist/apis/space-api.d.ts +0 -159
- package/dist/apis/space-api.js +0 -272
- package/dist/apis/sys-api.d.ts +31 -31
- package/dist/apis/sys-api.js +34 -34
- package/dist/apis/user-api.d.ts +10 -10
- package/dist/apis/user-api.js +11 -11
- package/dist/apis/work-order-api.d.ts +391 -8
- package/dist/apis/work-order-api.js +529 -8
- package/dist/common.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +2 -1
- package/dist/esm/api.js +2 -1
- package/dist/esm/apis/access-api.d.ts +41 -41
- package/dist/esm/apis/access-api.js +44 -44
- package/dist/esm/apis/calendar-api.d.ts +131 -123
- package/dist/esm/apis/calendar-api.js +177 -164
- package/dist/esm/apis/common-api.d.ts +102 -0
- package/dist/esm/apis/common-api.js +144 -0
- package/dist/esm/apis/cost-api.d.ts +10 -10
- package/dist/esm/apis/cost-api.js +11 -11
- package/dist/esm/apis/energy-api.d.ts +10 -10
- package/dist/esm/apis/energy-api.js +11 -11
- package/dist/esm/apis/inspection-standard-api.d.ts +745 -0
- package/dist/esm/apis/{inspection-api.js → inspection-standard-api.js} +278 -368
- package/dist/esm/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/esm/apis/maintenance-standard-api.js +1015 -0
- package/dist/esm/apis/message-api.d.ts +117 -125
- package/dist/esm/apis/message-api.js +132 -171
- package/dist/esm/apis/privacy-api.d.ts +49 -48
- package/dist/esm/apis/privacy-api.js +60 -60
- package/dist/esm/apis/setting-api.d.ts +334 -144
- package/dist/esm/apis/setting-api.js +433 -187
- package/dist/esm/apis/space-api.d.ts +0 -159
- package/dist/esm/apis/space-api.js +0 -272
- package/dist/esm/apis/sys-api.d.ts +31 -31
- package/dist/esm/apis/sys-api.js +34 -34
- package/dist/esm/apis/user-api.d.ts +10 -10
- package/dist/esm/apis/user-api.js +11 -11
- package/dist/esm/apis/work-order-api.d.ts +391 -8
- package/dist/esm/apis/work-order-api.js +529 -8
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +140 -0
- package/dist/esm/models/dept-relation.d.ts +86 -0
- package/dist/esm/models/equipment-detail-dto.d.ts +6 -0
- package/dist/esm/models/equipment-edit-vo.d.ts +6 -0
- package/dist/esm/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/esm/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/esm/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/file-dto.d.ts +3 -3
- package/dist/esm/models/get-user-wx200-response.d.ts +10 -10
- package/dist/esm/models/index.d.ts +35 -13
- package/dist/esm/models/index.js +35 -13
- package/dist/esm/models/inspection-point-item.d.ts +12 -0
- package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +3 -4
- package/dist/esm/models/inspection-standard-dto.d.ts +147 -0
- package/dist/esm/models/inspection-standard-entity.d.ts +13 -0
- package/dist/esm/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/ipage-access-vo.d.ts +6 -6
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.d.ts → json-result-list-inspection-standard-entity.d.ts} +12 -12
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/{models/json-result-calendar-add-redis-list-vo.d.ts → esm/models/json-result-page-dto-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-park-info-dto.js +14 -0
- package/dist/esm/models/{json-result-calendar-add-redis-list-vo.d.ts → json-result-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-space-edit-before-and-after-dto.d.ts → json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/esm/models/json-result-work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/maintenance-standard-import-dto.js +14 -0
- package/dist/{models/page-dto-inspection-standard-entity.d.ts → esm/models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-inspection-standard-dto.js +14 -0
- package/dist/esm/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/park-center-attribute-enum.js +22 -0
- package/dist/esm/models/park-info-dto.d.ts +85 -0
- package/dist/esm/models/park-info-dto.js +14 -0
- package/dist/esm/models/park-info-edit-vo.d.ts +37 -0
- package/dist/esm/models/park-info-edit-vo.js +14 -0
- package/dist/esm/models/park-plat-form-enum.d.ts +23 -0
- package/dist/esm/models/park-plat-form-enum.js +24 -0
- package/dist/esm/models/period-detail-resp.d.ts +6 -0
- package/dist/esm/models/plan-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-edit-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/esm/models/process-work-order-vo.d.ts +19 -0
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/sys-dept.d.ts +7 -1
- package/dist/esm/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/esm/models/sys-user-msg-dto.js +14 -0
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +24 -0
- package/dist/esm/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/esm/models/system-user-msg-type-enum.js +22 -0
- package/dist/esm/models/work-order-add-vo.d.ts +24 -4
- package/dist/esm/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +14 -0
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/esm/models/work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/work-order-detail-dto.d.ts +46 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/esm/models/work-order-internal-status-enum.js +24 -0
- package/dist/esm/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/esm/models/work-order-issue-type-enum.js +27 -0
- package/dist/esm/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/esm/models/work-order-liability-party-enum.js +22 -0
- package/dist/esm/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-entity.js +1 -13
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.js +1 -13
- package/dist/esm/models/work-order-report-vo.d.ts +31 -0
- package/dist/esm/models/work-order-report-vo.js +14 -0
- package/dist/esm/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/esm/models/work-order-settings-type-enum.js +31 -0
- package/dist/esm/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/esm/models/work-order-staging-data-vo.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-type-enum.js +1 -1
- package/dist/models/dept-relation-dto.d.ts +140 -0
- package/dist/models/dept-relation.d.ts +86 -0
- package/dist/models/equipment-detail-dto.d.ts +6 -0
- package/dist/models/equipment-edit-vo.d.ts +6 -0
- package/dist/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/models/file-dto.d.ts +3 -3
- package/dist/models/get-user-wx200-response.d.ts +10 -10
- package/dist/models/index.d.ts +35 -13
- package/dist/models/index.js +35 -13
- package/dist/models/inspection-point-item.d.ts +12 -0
- package/dist/models/inspection-standard-add-or-update-vo.d.ts +3 -4
- package/dist/models/inspection-standard-dto.d.ts +147 -0
- package/dist/models/inspection-standard-entity.d.ts +13 -0
- package/dist/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/models/ipage-access-vo.d.ts +6 -6
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-list-inspection-standard-entity.d.ts +56 -0
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/models/json-result-park-info-dto.js +15 -0
- package/dist/models/json-result-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-sys-user-msg-dto.js +15 -0
- package/dist/{esm/models/json-result-page-dto-sys-user-msg-list-dto.d.ts → models/json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/models/json-result-work-order-dept-settings-entity.js +15 -0
- package/dist/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/models/maintenance-standard-import-dto.js +15 -0
- package/dist/{esm/models/page-dto-inspection-standard-entity.d.ts → models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/models/page-dto-inspection-standard-dto.js +15 -0
- package/dist/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/models/page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/models/park-center-attribute-enum.js +25 -0
- package/dist/models/park-info-dto.d.ts +85 -0
- package/dist/models/park-info-dto.js +15 -0
- package/dist/models/park-info-edit-vo.d.ts +37 -0
- package/dist/models/park-info-edit-vo.js +15 -0
- package/dist/models/park-plat-form-enum.d.ts +23 -0
- package/dist/models/park-plat-form-enum.js +27 -0
- package/dist/models/period-detail-resp.d.ts +6 -0
- package/dist/models/plan-add-vo.d.ts +1 -1
- package/dist/models/plan-edit-vo.d.ts +1 -1
- package/dist/models/plan-item-add-vo.d.ts +1 -1
- package/dist/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/models/process-work-order-vo.d.ts +19 -0
- package/dist/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/sys-dept.d.ts +7 -1
- package/dist/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/models/sys-user-msg-dto.js +15 -0
- package/dist/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/models/system-user-msg-source-type-enum.js +27 -0
- package/dist/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/models/system-user-msg-type-enum.js +25 -0
- package/dist/models/work-order-add-vo.d.ts +24 -4
- package/dist/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/models/work-order-dept-settings-add-or-update-vo.js +15 -0
- package/dist/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/models/work-order-dept-settings-entity.js +15 -0
- package/dist/models/work-order-detail-dto.d.ts +46 -0
- package/dist/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/models/work-order-internal-status-enum.js +27 -0
- package/dist/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/models/work-order-issue-type-enum.js +30 -0
- package/dist/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/models/work-order-liability-party-enum.js +25 -0
- package/dist/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/models/work-order-push-settings-entity.js +0 -14
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/models/work-order-push-settings-save-or-update-vo.js +0 -14
- package/dist/models/work-order-report-vo.d.ts +31 -0
- package/dist/models/work-order-report-vo.js +15 -0
- package/dist/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/models/work-order-settings-type-enum.js +34 -0
- package/dist/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/models/work-order-staging-data-vo.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +1 -1
- package/dist/models/work-order-type-enum.js +1 -1
- package/models/dept-relation-dto.ts +152 -0
- package/models/dept-relation.ts +98 -0
- package/models/equipment-detail-dto.ts +6 -0
- package/models/equipment-edit-vo.ts +6 -0
- package/models/equipment-excel-add-dto.ts +6 -0
- package/models/equipment-search-system-dto.ts +12 -6
- package/models/equipment-system-add-vo.ts +1 -1
- package/models/{calendar-add-redis-list-vo.ts → excel-import-result-dtocalendar-export-dto.ts} +9 -21
- package/models/excel-import-result-dtoinspection-standard-import-dto.ts +39 -0
- package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +39 -0
- package/models/file-dto.ts +3 -3
- package/models/get-user-wx200-response.ts +10 -10
- package/models/index.ts +35 -13
- package/models/inspection-point-item.ts +12 -0
- package/models/inspection-standard-add-or-update-vo.ts +3 -6
- package/models/inspection-standard-dto.ts +161 -0
- package/models/inspection-standard-entity.ts +15 -0
- package/models/inspection-standard-import-dto.ts +120 -0
- package/models/ipage-access-vo.ts +6 -6
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +66 -0
- package/models/{json-result-page-dto-inspection-standard-entity.ts → json-result-list-inspection-standard-entity.ts} +12 -12
- package/models/json-result-list-work-order-dept-settings-entity.ts +66 -0
- package/models/json-result-page-dto-inspection-standard-dto.ts +66 -0
- package/models/{json-result-calendar-add-redis-list-vo.ts → json-result-page-dto-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-sys-user-msg-do.ts → json-result-park-info-dto.ts} +11 -11
- package/models/{json-result-page-dto-sys-user-msg-list-dto.ts → json-result-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-space-edit-before-and-after-dto.ts → json-result-work-order-dept-settings-entity.ts} +11 -11
- package/models/maintenance-standard-import-dto.ts +120 -0
- package/models/{page-dto-inspection-standard-entity.ts → page-dto-inspection-standard-dto.ts} +7 -7
- package/models/{page-dto-sys-user-msg-list-dto.ts → page-dto-sys-user-msg-dto.ts} +7 -7
- package/models/park-center-attribute-enum.ts +31 -0
- package/models/park-info-dto.ts +93 -0
- package/models/park-info-edit-vo.ts +45 -0
- package/models/park-plat-form-enum.ts +33 -0
- package/models/period-detail-resp.ts +6 -0
- package/models/plan-add-vo.ts +1 -1
- package/models/plan-edit-vo.ts +1 -1
- package/models/plan-item-add-vo.ts +1 -1
- package/models/plan-item-edit-vo.ts +1 -1
- package/models/process-work-order-vo.ts +23 -0
- package/models/source-work-order-inspection-dto.ts +8 -3
- package/models/space-add-excel-dto.ts +6 -0
- package/models/sys-dept.ts +7 -1
- package/models/{sys-user-msg-list-dto.ts → sys-user-msg-dto.ts} +36 -28
- package/models/system-user-msg-source-type-enum.ts +33 -0
- package/models/system-user-msg-type-enum.ts +31 -0
- package/models/work-order-add-vo.ts +28 -4
- package/models/work-order-circulation-vo.ts +12 -1
- package/models/work-order-dept-settings-add-or-update-vo.ts +42 -0
- package/models/work-order-dept-settings-entity.ts +77 -0
- package/models/work-order-detail-dto.ts +54 -0
- package/models/work-order-internal-status-enum.ts +33 -0
- package/models/work-order-issue-type-enum.ts +36 -0
- package/models/work-order-liability-party-enum.ts +31 -0
- package/models/work-order-push-settings-entity.ts +6 -18
- package/models/work-order-push-settings-save-or-update-vo.ts +6 -18
- package/models/{space-edit-before-and-after-dto.ts → work-order-report-vo.ts} +13 -11
- package/models/work-order-settings-type-enum.ts +40 -0
- package/models/work-order-staging-data-vo.ts +59 -0
- package/models/work-order-type-enum.ts +1 -1
- package/package.json +1 -1
- package/dist/apis/inspection-api.d.ts +0 -846
- package/dist/esm/apis/inspection-api.d.ts +0 -846
- package/dist/esm/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/esm/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/esm/models/sys-user-msg-do.d.ts +0 -90
- package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/dist/models/json-result-page-dto-inspection-standard-entity.d.ts +0 -56
- package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +0 -56
- package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +0 -56
- package/dist/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/models/sys-user-msg-do.d.ts +0 -90
- package/dist/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/models/space-edit-excel-dto.ts +0 -84
- package/models/sys-user-msg-do.ts +0 -96
- package/models/sys-user-msg-search-list-vo.ts +0 -60
- /package/dist/esm/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/esm/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
- /package/dist/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
package/dist/common.d.ts
CHANGED
|
@@ -62,4 +62,4 @@ export declare const toPathString: (url: URL) => string;
|
|
|
62
62
|
*
|
|
63
63
|
* @export
|
|
64
64
|
*/
|
|
65
|
-
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T
|
|
65
|
+
export declare const createRequestFunction: (axiosArgs: RequestArgs, globalAxios: AxiosInstance, BASE_PATH: string, configuration?: Configuration) => <T = unknown, R = AxiosResponse<T>>(axios?: AxiosInstance, basePath?: string) => Promise<R>;
|
package/dist/configuration.js
CHANGED
|
@@ -23,7 +23,7 @@ class Configuration {
|
|
|
23
23
|
this.accessToken = param.accessToken;
|
|
24
24
|
this.basePath = param.basePath;
|
|
25
25
|
this.serverIndex = param.serverIndex;
|
|
26
|
-
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/3.11.
|
|
26
|
+
this.baseOptions = Object.assign({ headers: Object.assign(Object.assign({}, (_a = param.baseOptions) === null || _a === void 0 ? void 0 : _a.headers), { 'User-Agent': "OpenAPI-Generator/3.11.13/typescript-axios" }) }, param.baseOptions);
|
|
27
27
|
this.formDataCtor = param.formDataCtor;
|
|
28
28
|
}
|
|
29
29
|
/**
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -30,13 +30,14 @@ export * from './apis/excel-language-controller-api';
|
|
|
30
30
|
export * from './apis/feedback-api';
|
|
31
31
|
export * from './apis/file-api';
|
|
32
32
|
export * from './apis/fire-safety-api';
|
|
33
|
-
export * from './apis/inspection-api';
|
|
33
|
+
export * from './apis/inspection-standard-api';
|
|
34
34
|
export * from './apis/internal-api';
|
|
35
35
|
export * from './apis/inventory-api';
|
|
36
36
|
export * from './apis/iot-api';
|
|
37
37
|
export * from './apis/job-api';
|
|
38
38
|
export * from './apis/jwt-api';
|
|
39
39
|
export * from './apis/kanban-api';
|
|
40
|
+
export * from './apis/maintenance-standard-api';
|
|
40
41
|
export * from './apis/message-api';
|
|
41
42
|
export * from './apis/news-api';
|
|
42
43
|
export * from './apis/notification-api';
|
package/dist/esm/api.js
CHANGED
|
@@ -32,13 +32,14 @@ export * from './apis/excel-language-controller-api';
|
|
|
32
32
|
export * from './apis/feedback-api';
|
|
33
33
|
export * from './apis/file-api';
|
|
34
34
|
export * from './apis/fire-safety-api';
|
|
35
|
-
export * from './apis/inspection-api';
|
|
35
|
+
export * from './apis/inspection-standard-api';
|
|
36
36
|
export * from './apis/internal-api';
|
|
37
37
|
export * from './apis/inventory-api';
|
|
38
38
|
export * from './apis/iot-api';
|
|
39
39
|
export * from './apis/job-api';
|
|
40
40
|
export * from './apis/jwt-api';
|
|
41
41
|
export * from './apis/kanban-api';
|
|
42
|
+
export * from './apis/maintenance-standard-api';
|
|
42
43
|
export * from './apis/message-api';
|
|
43
44
|
export * from './apis/news-api';
|
|
44
45
|
export * from './apis/notification-api';
|
|
@@ -408,7 +408,7 @@ export declare const AccessApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
408
408
|
* @param {*} [options] Override http request option.
|
|
409
409
|
* @throws {RequiredError}
|
|
410
410
|
*/
|
|
411
|
-
|
|
411
|
+
detail: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
412
412
|
/**
|
|
413
413
|
*
|
|
414
414
|
* @summary 详情
|
|
@@ -416,7 +416,7 @@ export declare const AccessApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
416
416
|
* @param {*} [options] Override http request option.
|
|
417
417
|
* @throws {RequiredError}
|
|
418
418
|
*/
|
|
419
|
-
|
|
419
|
+
detail1: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
420
420
|
/**
|
|
421
421
|
*
|
|
422
422
|
* @summary 预约登记编辑
|
|
@@ -536,7 +536,7 @@ export declare const AccessApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
536
536
|
* @param {*} [options] Override http request option.
|
|
537
537
|
* @throws {RequiredError}
|
|
538
538
|
*/
|
|
539
|
-
|
|
539
|
+
exportList2: (whiteSearchVo: WhiteSearchVO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
540
540
|
/**
|
|
541
541
|
*
|
|
542
542
|
* @summary 预约设置详情
|
|
@@ -846,7 +846,7 @@ export declare const AccessApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
846
846
|
* @param {*} [options] Override http request option.
|
|
847
847
|
* @throws {RequiredError}
|
|
848
848
|
*/
|
|
849
|
-
|
|
849
|
+
uploadAdd4: (parkId: number, language?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
850
850
|
/**
|
|
851
851
|
*
|
|
852
852
|
* @summary /导出在园车辆
|
|
@@ -1311,7 +1311,7 @@ export declare const AccessApiFp: (configuration?: Configuration) => {
|
|
|
1311
1311
|
* @param {*} [options] Override http request option.
|
|
1312
1312
|
* @throws {RequiredError}
|
|
1313
1313
|
*/
|
|
1314
|
-
|
|
1314
|
+
detail(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
1315
1315
|
/**
|
|
1316
1316
|
*
|
|
1317
1317
|
* @summary 详情
|
|
@@ -1319,7 +1319,7 @@ export declare const AccessApiFp: (configuration?: Configuration) => {
|
|
|
1319
1319
|
* @param {*} [options] Override http request option.
|
|
1320
1320
|
* @throws {RequiredError}
|
|
1321
1321
|
*/
|
|
1322
|
-
|
|
1322
|
+
detail1(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
1323
1323
|
/**
|
|
1324
1324
|
*
|
|
1325
1325
|
* @summary 预约登记编辑
|
|
@@ -1439,7 +1439,7 @@ export declare const AccessApiFp: (configuration?: Configuration) => {
|
|
|
1439
1439
|
* @param {*} [options] Override http request option.
|
|
1440
1440
|
* @throws {RequiredError}
|
|
1441
1441
|
*/
|
|
1442
|
-
|
|
1442
|
+
exportList2(whiteSearchVo: WhiteSearchVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
1443
1443
|
/**
|
|
1444
1444
|
*
|
|
1445
1445
|
* @summary 预约设置详情
|
|
@@ -1749,7 +1749,7 @@ export declare const AccessApiFp: (configuration?: Configuration) => {
|
|
|
1749
1749
|
* @param {*} [options] Override http request option.
|
|
1750
1750
|
* @throws {RequiredError}
|
|
1751
1751
|
*/
|
|
1752
|
-
|
|
1752
|
+
uploadAdd4(parkId: number, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
1753
1753
|
/**
|
|
1754
1754
|
*
|
|
1755
1755
|
* @summary /导出在园车辆
|
|
@@ -2207,19 +2207,19 @@ export declare const AccessApiFactory: (configuration?: Configuration, basePath?
|
|
|
2207
2207
|
/**
|
|
2208
2208
|
*
|
|
2209
2209
|
* @summary 出入口详情
|
|
2210
|
-
* @param {
|
|
2210
|
+
* @param {AccessApiDetailRequest} requestParameters Request parameters.
|
|
2211
2211
|
* @param {*} [options] Override http request option.
|
|
2212
2212
|
* @throws {RequiredError}
|
|
2213
2213
|
*/
|
|
2214
|
-
|
|
2214
|
+
detail(requestParameters: AccessApiDetailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
2215
2215
|
/**
|
|
2216
2216
|
*
|
|
2217
2217
|
* @summary 详情
|
|
2218
|
-
* @param {
|
|
2218
|
+
* @param {AccessApiDetail1Request} requestParameters Request parameters.
|
|
2219
2219
|
* @param {*} [options] Override http request option.
|
|
2220
2220
|
* @throws {RequiredError}
|
|
2221
2221
|
*/
|
|
2222
|
-
|
|
2222
|
+
detail1(requestParameters: AccessApiDetail1Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
2223
2223
|
/**
|
|
2224
2224
|
*
|
|
2225
2225
|
* @summary 预约登记编辑
|
|
@@ -2333,11 +2333,11 @@ export declare const AccessApiFactory: (configuration?: Configuration, basePath?
|
|
|
2333
2333
|
/**
|
|
2334
2334
|
*
|
|
2335
2335
|
* @summary 导出
|
|
2336
|
-
* @param {
|
|
2336
|
+
* @param {AccessApiExportList2Request} requestParameters Request parameters.
|
|
2337
2337
|
* @param {*} [options] Override http request option.
|
|
2338
2338
|
* @throws {RequiredError}
|
|
2339
2339
|
*/
|
|
2340
|
-
|
|
2340
|
+
exportList2(requestParameters: AccessApiExportList2Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
2341
2341
|
/**
|
|
2342
2342
|
*
|
|
2343
2343
|
* @summary 预约设置详情
|
|
@@ -2623,11 +2623,11 @@ export declare const AccessApiFactory: (configuration?: Configuration, basePath?
|
|
|
2623
2623
|
/**
|
|
2624
2624
|
*
|
|
2625
2625
|
* @summary /excel模板
|
|
2626
|
-
* @param {
|
|
2626
|
+
* @param {AccessApiUploadAdd4Request} requestParameters Request parameters.
|
|
2627
2627
|
* @param {*} [options] Override http request option.
|
|
2628
2628
|
* @throws {RequiredError}
|
|
2629
2629
|
*/
|
|
2630
|
-
|
|
2630
|
+
uploadAdd4(requestParameters: AccessApiUploadAdd4Request, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
2631
2631
|
/**
|
|
2632
2632
|
*
|
|
2633
2633
|
* @summary /导出在园车辆
|
|
@@ -3242,28 +3242,28 @@ export interface AccessApiDemo1Request {
|
|
|
3242
3242
|
readonly str: string;
|
|
3243
3243
|
}
|
|
3244
3244
|
/**
|
|
3245
|
-
* Request parameters for
|
|
3245
|
+
* Request parameters for detail operation in AccessApi.
|
|
3246
3246
|
* @export
|
|
3247
|
-
* @interface
|
|
3247
|
+
* @interface AccessApiDetailRequest
|
|
3248
3248
|
*/
|
|
3249
|
-
export interface
|
|
3249
|
+
export interface AccessApiDetailRequest {
|
|
3250
3250
|
/**
|
|
3251
3251
|
*
|
|
3252
3252
|
* @type {number}
|
|
3253
|
-
* @memberof
|
|
3253
|
+
* @memberof AccessApiDetail
|
|
3254
3254
|
*/
|
|
3255
3255
|
readonly id: number;
|
|
3256
3256
|
}
|
|
3257
3257
|
/**
|
|
3258
|
-
* Request parameters for
|
|
3258
|
+
* Request parameters for detail1 operation in AccessApi.
|
|
3259
3259
|
* @export
|
|
3260
|
-
* @interface
|
|
3260
|
+
* @interface AccessApiDetail1Request
|
|
3261
3261
|
*/
|
|
3262
|
-
export interface
|
|
3262
|
+
export interface AccessApiDetail1Request {
|
|
3263
3263
|
/**
|
|
3264
3264
|
*
|
|
3265
3265
|
* @type {number}
|
|
3266
|
-
* @memberof
|
|
3266
|
+
* @memberof AccessApiDetail1
|
|
3267
3267
|
*/
|
|
3268
3268
|
readonly id: number;
|
|
3269
3269
|
}
|
|
@@ -3436,15 +3436,15 @@ export interface AccessApiExportListRequest {
|
|
|
3436
3436
|
readonly gizoneUserBlackWhiteSearchVO: GizoneUserBlackWhiteSearchVO;
|
|
3437
3437
|
}
|
|
3438
3438
|
/**
|
|
3439
|
-
* Request parameters for
|
|
3439
|
+
* Request parameters for exportList2 operation in AccessApi.
|
|
3440
3440
|
* @export
|
|
3441
|
-
* @interface
|
|
3441
|
+
* @interface AccessApiExportList2Request
|
|
3442
3442
|
*/
|
|
3443
|
-
export interface
|
|
3443
|
+
export interface AccessApiExportList2Request {
|
|
3444
3444
|
/**
|
|
3445
3445
|
*
|
|
3446
3446
|
* @type {WhiteSearchVO}
|
|
3447
|
-
* @memberof
|
|
3447
|
+
* @memberof AccessApiExportList2
|
|
3448
3448
|
*/
|
|
3449
3449
|
readonly whiteSearchVo: WhiteSearchVO;
|
|
3450
3450
|
}
|
|
@@ -3966,21 +3966,21 @@ export interface AccessApiUpdateEntryTermStatusRequest {
|
|
|
3966
3966
|
readonly admissionTermsRecordUpdateEnableBO: AdmissionTermsRecordUpdateEnableBO;
|
|
3967
3967
|
}
|
|
3968
3968
|
/**
|
|
3969
|
-
* Request parameters for
|
|
3969
|
+
* Request parameters for uploadAdd4 operation in AccessApi.
|
|
3970
3970
|
* @export
|
|
3971
|
-
* @interface
|
|
3971
|
+
* @interface AccessApiUploadAdd4Request
|
|
3972
3972
|
*/
|
|
3973
|
-
export interface
|
|
3973
|
+
export interface AccessApiUploadAdd4Request {
|
|
3974
3974
|
/**
|
|
3975
3975
|
*
|
|
3976
3976
|
* @type {number}
|
|
3977
|
-
* @memberof
|
|
3977
|
+
* @memberof AccessApiUploadAdd4
|
|
3978
3978
|
*/
|
|
3979
3979
|
readonly parkId: number;
|
|
3980
3980
|
/**
|
|
3981
3981
|
*
|
|
3982
3982
|
* @type {string}
|
|
3983
|
-
* @memberof
|
|
3983
|
+
* @memberof AccessApiUploadAdd4
|
|
3984
3984
|
*/
|
|
3985
3985
|
readonly language?: string;
|
|
3986
3986
|
}
|
|
@@ -4568,21 +4568,21 @@ export declare class AccessApi extends BaseAPI {
|
|
|
4568
4568
|
/**
|
|
4569
4569
|
*
|
|
4570
4570
|
* @summary 出入口详情
|
|
4571
|
-
* @param {
|
|
4571
|
+
* @param {AccessApiDetailRequest} requestParameters Request parameters.
|
|
4572
4572
|
* @param {*} [options] Override http request option.
|
|
4573
4573
|
* @throws {RequiredError}
|
|
4574
4574
|
* @memberof AccessApi
|
|
4575
4575
|
*/
|
|
4576
|
-
|
|
4576
|
+
detail(requestParameters: AccessApiDetailRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
4577
4577
|
/**
|
|
4578
4578
|
*
|
|
4579
4579
|
* @summary 详情
|
|
4580
|
-
* @param {
|
|
4580
|
+
* @param {AccessApiDetail1Request} requestParameters Request parameters.
|
|
4581
4581
|
* @param {*} [options] Override http request option.
|
|
4582
4582
|
* @throws {RequiredError}
|
|
4583
4583
|
* @memberof AccessApi
|
|
4584
4584
|
*/
|
|
4585
|
-
|
|
4585
|
+
detail1(requestParameters: AccessApiDetail1Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
4586
4586
|
/**
|
|
4587
4587
|
*
|
|
4588
4588
|
* @summary 预约登记编辑
|
|
@@ -4710,12 +4710,12 @@ export declare class AccessApi extends BaseAPI {
|
|
|
4710
4710
|
/**
|
|
4711
4711
|
*
|
|
4712
4712
|
* @summary 导出
|
|
4713
|
-
* @param {
|
|
4713
|
+
* @param {AccessApiExportList2Request} requestParameters Request parameters.
|
|
4714
4714
|
* @param {*} [options] Override http request option.
|
|
4715
4715
|
* @throws {RequiredError}
|
|
4716
4716
|
* @memberof AccessApi
|
|
4717
4717
|
*/
|
|
4718
|
-
|
|
4718
|
+
exportList2(requestParameters: AccessApiExportList2Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
4719
4719
|
/**
|
|
4720
4720
|
*
|
|
4721
4721
|
* @summary 预约设置详情
|
|
@@ -5037,12 +5037,12 @@ export declare class AccessApi extends BaseAPI {
|
|
|
5037
5037
|
/**
|
|
5038
5038
|
*
|
|
5039
5039
|
* @summary /excel模板
|
|
5040
|
-
* @param {
|
|
5040
|
+
* @param {AccessApiUploadAdd4Request} requestParameters Request parameters.
|
|
5041
5041
|
* @param {*} [options] Override http request option.
|
|
5042
5042
|
* @throws {RequiredError}
|
|
5043
5043
|
* @memberof AccessApi
|
|
5044
5044
|
*/
|
|
5045
|
-
|
|
5045
|
+
uploadAdd4(requestParameters: AccessApiUploadAdd4Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
5046
5046
|
/**
|
|
5047
5047
|
*
|
|
5048
5048
|
* @summary /导出在园车辆
|
|
@@ -1363,9 +1363,9 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1363
1363
|
* @param {*} [options] Override http request option.
|
|
1364
1364
|
* @throws {RequiredError}
|
|
1365
1365
|
*/
|
|
1366
|
-
|
|
1366
|
+
detail: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1367
1367
|
// verify required parameter 'id' is not null or undefined
|
|
1368
|
-
assertParamExists('
|
|
1368
|
+
assertParamExists('detail', 'id', id);
|
|
1369
1369
|
const localVarPath = `/gizone/gate/detail`;
|
|
1370
1370
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1371
1371
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1397,9 +1397,9 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1397
1397
|
* @param {*} [options] Override http request option.
|
|
1398
1398
|
* @throws {RequiredError}
|
|
1399
1399
|
*/
|
|
1400
|
-
|
|
1400
|
+
detail1: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1401
1401
|
// verify required parameter 'id' is not null or undefined
|
|
1402
|
-
assertParamExists('
|
|
1402
|
+
assertParamExists('detail1', 'id', id);
|
|
1403
1403
|
const localVarPath = `/access/detail`;
|
|
1404
1404
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1405
1405
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1900,9 +1900,9 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1900
1900
|
* @param {*} [options] Override http request option.
|
|
1901
1901
|
* @throws {RequiredError}
|
|
1902
1902
|
*/
|
|
1903
|
-
|
|
1903
|
+
exportList2: (whiteSearchVo_1, ...args_1) => __awaiter(this, [whiteSearchVo_1, ...args_1], void 0, function* (whiteSearchVo, options = {}) {
|
|
1904
1904
|
// verify required parameter 'whiteSearchVo' is not null or undefined
|
|
1905
|
-
assertParamExists('
|
|
1905
|
+
assertParamExists('exportList2', 'whiteSearchVo', whiteSearchVo);
|
|
1906
1906
|
const localVarPath = `/access/exportList`;
|
|
1907
1907
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1908
1908
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3192,9 +3192,9 @@ export const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
3192
3192
|
* @param {*} [options] Override http request option.
|
|
3193
3193
|
* @throws {RequiredError}
|
|
3194
3194
|
*/
|
|
3195
|
-
|
|
3195
|
+
uploadAdd4: (parkId_1, language_1, ...args_1) => __awaiter(this, [parkId_1, language_1, ...args_1], void 0, function* (parkId, language, options = {}) {
|
|
3196
3196
|
// verify required parameter 'parkId' is not null or undefined
|
|
3197
|
-
assertParamExists('
|
|
3197
|
+
assertParamExists('uploadAdd4', 'parkId', parkId);
|
|
3198
3198
|
const localVarPath = `/appointment/registration/add/excel`;
|
|
3199
3199
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3200
3200
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -4437,12 +4437,12 @@ export const AccessApiFp = function (configuration) {
|
|
|
4437
4437
|
* @param {*} [options] Override http request option.
|
|
4438
4438
|
* @throws {RequiredError}
|
|
4439
4439
|
*/
|
|
4440
|
-
|
|
4440
|
+
detail(id, options) {
|
|
4441
4441
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4442
4442
|
var _a, _b, _c;
|
|
4443
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
4443
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.detail(id, options);
|
|
4444
4444
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4445
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.
|
|
4445
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.detail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4446
4446
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4447
4447
|
});
|
|
4448
4448
|
},
|
|
@@ -4453,12 +4453,12 @@ export const AccessApiFp = function (configuration) {
|
|
|
4453
4453
|
* @param {*} [options] Override http request option.
|
|
4454
4454
|
* @throws {RequiredError}
|
|
4455
4455
|
*/
|
|
4456
|
-
|
|
4456
|
+
detail1(id, options) {
|
|
4457
4457
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4458
4458
|
var _a, _b, _c;
|
|
4459
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
4459
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.detail1(id, options);
|
|
4460
4460
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4461
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.
|
|
4461
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.detail1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4462
4462
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4463
4463
|
});
|
|
4464
4464
|
},
|
|
@@ -4693,12 +4693,12 @@ export const AccessApiFp = function (configuration) {
|
|
|
4693
4693
|
* @param {*} [options] Override http request option.
|
|
4694
4694
|
* @throws {RequiredError}
|
|
4695
4695
|
*/
|
|
4696
|
-
|
|
4696
|
+
exportList2(whiteSearchVo, options) {
|
|
4697
4697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4698
4698
|
var _a, _b, _c;
|
|
4699
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
4699
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportList2(whiteSearchVo, options);
|
|
4700
4700
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4701
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.
|
|
4701
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.exportList2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4702
4702
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4703
4703
|
});
|
|
4704
4704
|
},
|
|
@@ -5299,12 +5299,12 @@ export const AccessApiFp = function (configuration) {
|
|
|
5299
5299
|
* @param {*} [options] Override http request option.
|
|
5300
5300
|
* @throws {RequiredError}
|
|
5301
5301
|
*/
|
|
5302
|
-
|
|
5302
|
+
uploadAdd4(parkId, language, options) {
|
|
5303
5303
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5304
5304
|
var _a, _b, _c;
|
|
5305
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
5305
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadAdd4(parkId, language, options);
|
|
5306
5306
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
5307
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.
|
|
5307
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['AccessApi.uploadAdd4']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
5308
5308
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5309
5309
|
});
|
|
5310
5310
|
},
|
|
@@ -5976,22 +5976,22 @@ export const AccessApiFactory = function (configuration, basePath, axios) {
|
|
|
5976
5976
|
/**
|
|
5977
5977
|
*
|
|
5978
5978
|
* @summary 出入口详情
|
|
5979
|
-
* @param {
|
|
5979
|
+
* @param {AccessApiDetailRequest} requestParameters Request parameters.
|
|
5980
5980
|
* @param {*} [options] Override http request option.
|
|
5981
5981
|
* @throws {RequiredError}
|
|
5982
5982
|
*/
|
|
5983
|
-
|
|
5984
|
-
return localVarFp.
|
|
5983
|
+
detail(requestParameters, options) {
|
|
5984
|
+
return localVarFp.detail(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
5985
5985
|
},
|
|
5986
5986
|
/**
|
|
5987
5987
|
*
|
|
5988
5988
|
* @summary 详情
|
|
5989
|
-
* @param {
|
|
5989
|
+
* @param {AccessApiDetail1Request} requestParameters Request parameters.
|
|
5990
5990
|
* @param {*} [options] Override http request option.
|
|
5991
5991
|
* @throws {RequiredError}
|
|
5992
5992
|
*/
|
|
5993
|
-
|
|
5994
|
-
return localVarFp.
|
|
5993
|
+
detail1(requestParameters, options) {
|
|
5994
|
+
return localVarFp.detail1(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
5995
5995
|
},
|
|
5996
5996
|
/**
|
|
5997
5997
|
*
|
|
@@ -6134,12 +6134,12 @@ export const AccessApiFactory = function (configuration, basePath, axios) {
|
|
|
6134
6134
|
/**
|
|
6135
6135
|
*
|
|
6136
6136
|
* @summary 导出
|
|
6137
|
-
* @param {
|
|
6137
|
+
* @param {AccessApiExportList2Request} requestParameters Request parameters.
|
|
6138
6138
|
* @param {*} [options] Override http request option.
|
|
6139
6139
|
* @throws {RequiredError}
|
|
6140
6140
|
*/
|
|
6141
|
-
|
|
6142
|
-
return localVarFp.
|
|
6141
|
+
exportList2(requestParameters, options) {
|
|
6142
|
+
return localVarFp.exportList2(requestParameters.whiteSearchVo, options).then((request) => request(axios, basePath));
|
|
6143
6143
|
},
|
|
6144
6144
|
/**
|
|
6145
6145
|
*
|
|
@@ -6498,12 +6498,12 @@ export const AccessApiFactory = function (configuration, basePath, axios) {
|
|
|
6498
6498
|
/**
|
|
6499
6499
|
*
|
|
6500
6500
|
* @summary /excel模板
|
|
6501
|
-
* @param {
|
|
6501
|
+
* @param {AccessApiUploadAdd4Request} requestParameters Request parameters.
|
|
6502
6502
|
* @param {*} [options] Override http request option.
|
|
6503
6503
|
* @throws {RequiredError}
|
|
6504
6504
|
*/
|
|
6505
|
-
|
|
6506
|
-
return localVarFp.
|
|
6505
|
+
uploadAdd4(requestParameters, options) {
|
|
6506
|
+
return localVarFp.uploadAdd4(requestParameters.parkId, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
6507
6507
|
},
|
|
6508
6508
|
/**
|
|
6509
6509
|
*
|
|
@@ -7111,24 +7111,24 @@ export class AccessApi extends BaseAPI {
|
|
|
7111
7111
|
/**
|
|
7112
7112
|
*
|
|
7113
7113
|
* @summary 出入口详情
|
|
7114
|
-
* @param {
|
|
7114
|
+
* @param {AccessApiDetailRequest} requestParameters Request parameters.
|
|
7115
7115
|
* @param {*} [options] Override http request option.
|
|
7116
7116
|
* @throws {RequiredError}
|
|
7117
7117
|
* @memberof AccessApi
|
|
7118
7118
|
*/
|
|
7119
|
-
|
|
7120
|
-
return AccessApiFp(this.configuration).
|
|
7119
|
+
detail(requestParameters, options) {
|
|
7120
|
+
return AccessApiFp(this.configuration).detail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
7121
7121
|
}
|
|
7122
7122
|
/**
|
|
7123
7123
|
*
|
|
7124
7124
|
* @summary 详情
|
|
7125
|
-
* @param {
|
|
7125
|
+
* @param {AccessApiDetail1Request} requestParameters Request parameters.
|
|
7126
7126
|
* @param {*} [options] Override http request option.
|
|
7127
7127
|
* @throws {RequiredError}
|
|
7128
7128
|
* @memberof AccessApi
|
|
7129
7129
|
*/
|
|
7130
|
-
|
|
7131
|
-
return AccessApiFp(this.configuration).
|
|
7130
|
+
detail1(requestParameters, options) {
|
|
7131
|
+
return AccessApiFp(this.configuration).detail1(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
7132
7132
|
}
|
|
7133
7133
|
/**
|
|
7134
7134
|
*
|
|
@@ -7285,13 +7285,13 @@ export class AccessApi extends BaseAPI {
|
|
|
7285
7285
|
/**
|
|
7286
7286
|
*
|
|
7287
7287
|
* @summary 导出
|
|
7288
|
-
* @param {
|
|
7288
|
+
* @param {AccessApiExportList2Request} requestParameters Request parameters.
|
|
7289
7289
|
* @param {*} [options] Override http request option.
|
|
7290
7290
|
* @throws {RequiredError}
|
|
7291
7291
|
* @memberof AccessApi
|
|
7292
7292
|
*/
|
|
7293
|
-
|
|
7294
|
-
return AccessApiFp(this.configuration).
|
|
7293
|
+
exportList2(requestParameters, options) {
|
|
7294
|
+
return AccessApiFp(this.configuration).exportList2(requestParameters.whiteSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
7295
7295
|
}
|
|
7296
7296
|
/**
|
|
7297
7297
|
*
|
|
@@ -7686,13 +7686,13 @@ export class AccessApi extends BaseAPI {
|
|
|
7686
7686
|
/**
|
|
7687
7687
|
*
|
|
7688
7688
|
* @summary /excel模板
|
|
7689
|
-
* @param {
|
|
7689
|
+
* @param {AccessApiUploadAdd4Request} requestParameters Request parameters.
|
|
7690
7690
|
* @param {*} [options] Override http request option.
|
|
7691
7691
|
* @throws {RequiredError}
|
|
7692
7692
|
* @memberof AccessApi
|
|
7693
7693
|
*/
|
|
7694
|
-
|
|
7695
|
-
return AccessApiFp(this.configuration).
|
|
7694
|
+
uploadAdd4(requestParameters, options) {
|
|
7695
|
+
return AccessApiFp(this.configuration).uploadAdd4(requestParameters.parkId, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
7696
7696
|
}
|
|
7697
7697
|
/**
|
|
7698
7698
|
*
|