@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/configuration.ts
CHANGED
|
@@ -92,7 +92,7 @@ export class Configuration {
|
|
|
92
92
|
this.baseOptions = {
|
|
93
93
|
headers: {
|
|
94
94
|
...param.baseOptions?.headers,
|
|
95
|
-
'User-Agent': "OpenAPI-Generator/3.11.
|
|
95
|
+
'User-Agent': "OpenAPI-Generator/3.11.13/typescript-axios"
|
|
96
96
|
},
|
|
97
97
|
...param.baseOptions
|
|
98
98
|
};
|
package/dist/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/api.js
CHANGED
|
@@ -48,13 +48,14 @@ __exportStar(require("./apis/excel-language-controller-api"), exports);
|
|
|
48
48
|
__exportStar(require("./apis/feedback-api"), exports);
|
|
49
49
|
__exportStar(require("./apis/file-api"), exports);
|
|
50
50
|
__exportStar(require("./apis/fire-safety-api"), exports);
|
|
51
|
-
__exportStar(require("./apis/inspection-api"), exports);
|
|
51
|
+
__exportStar(require("./apis/inspection-standard-api"), exports);
|
|
52
52
|
__exportStar(require("./apis/internal-api"), exports);
|
|
53
53
|
__exportStar(require("./apis/inventory-api"), exports);
|
|
54
54
|
__exportStar(require("./apis/iot-api"), exports);
|
|
55
55
|
__exportStar(require("./apis/job-api"), exports);
|
|
56
56
|
__exportStar(require("./apis/jwt-api"), exports);
|
|
57
57
|
__exportStar(require("./apis/kanban-api"), exports);
|
|
58
|
+
__exportStar(require("./apis/maintenance-standard-api"), exports);
|
|
58
59
|
__exportStar(require("./apis/message-api"), exports);
|
|
59
60
|
__exportStar(require("./apis/news-api"), exports);
|
|
60
61
|
__exportStar(require("./apis/notification-api"), exports);
|
|
@@ -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 /导出在园车辆
|
package/dist/apis/access-api.js
CHANGED
|
@@ -1366,9 +1366,9 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1366
1366
|
* @param {*} [options] Override http request option.
|
|
1367
1367
|
* @throws {RequiredError}
|
|
1368
1368
|
*/
|
|
1369
|
-
|
|
1369
|
+
detail: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1370
1370
|
// verify required parameter 'id' is not null or undefined
|
|
1371
|
-
(0, common_1.assertParamExists)('
|
|
1371
|
+
(0, common_1.assertParamExists)('detail', 'id', id);
|
|
1372
1372
|
const localVarPath = `/gizone/gate/detail`;
|
|
1373
1373
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1374
1374
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1400,9 +1400,9 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1400
1400
|
* @param {*} [options] Override http request option.
|
|
1401
1401
|
* @throws {RequiredError}
|
|
1402
1402
|
*/
|
|
1403
|
-
|
|
1403
|
+
detail1: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
1404
1404
|
// verify required parameter 'id' is not null or undefined
|
|
1405
|
-
(0, common_1.assertParamExists)('
|
|
1405
|
+
(0, common_1.assertParamExists)('detail1', 'id', id);
|
|
1406
1406
|
const localVarPath = `/access/detail`;
|
|
1407
1407
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1408
1408
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1903,9 +1903,9 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1903
1903
|
* @param {*} [options] Override http request option.
|
|
1904
1904
|
* @throws {RequiredError}
|
|
1905
1905
|
*/
|
|
1906
|
-
|
|
1906
|
+
exportList2: (whiteSearchVo_1, ...args_1) => __awaiter(this, [whiteSearchVo_1, ...args_1], void 0, function* (whiteSearchVo, options = {}) {
|
|
1907
1907
|
// verify required parameter 'whiteSearchVo' is not null or undefined
|
|
1908
|
-
(0, common_1.assertParamExists)('
|
|
1908
|
+
(0, common_1.assertParamExists)('exportList2', 'whiteSearchVo', whiteSearchVo);
|
|
1909
1909
|
const localVarPath = `/access/exportList`;
|
|
1910
1910
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1911
1911
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -3195,9 +3195,9 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
3195
3195
|
* @param {*} [options] Override http request option.
|
|
3196
3196
|
* @throws {RequiredError}
|
|
3197
3197
|
*/
|
|
3198
|
-
|
|
3198
|
+
uploadAdd4: (parkId_1, language_1, ...args_1) => __awaiter(this, [parkId_1, language_1, ...args_1], void 0, function* (parkId, language, options = {}) {
|
|
3199
3199
|
// verify required parameter 'parkId' is not null or undefined
|
|
3200
|
-
(0, common_1.assertParamExists)('
|
|
3200
|
+
(0, common_1.assertParamExists)('uploadAdd4', 'parkId', parkId);
|
|
3201
3201
|
const localVarPath = `/appointment/registration/add/excel`;
|
|
3202
3202
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3203
3203
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -4441,12 +4441,12 @@ const AccessApiFp = function (configuration) {
|
|
|
4441
4441
|
* @param {*} [options] Override http request option.
|
|
4442
4442
|
* @throws {RequiredError}
|
|
4443
4443
|
*/
|
|
4444
|
-
|
|
4444
|
+
detail(id, options) {
|
|
4445
4445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4446
4446
|
var _a, _b, _c;
|
|
4447
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
4447
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.detail(id, options);
|
|
4448
4448
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4449
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.
|
|
4449
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.detail']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4450
4450
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4451
4451
|
});
|
|
4452
4452
|
},
|
|
@@ -4457,12 +4457,12 @@ const AccessApiFp = function (configuration) {
|
|
|
4457
4457
|
* @param {*} [options] Override http request option.
|
|
4458
4458
|
* @throws {RequiredError}
|
|
4459
4459
|
*/
|
|
4460
|
-
|
|
4460
|
+
detail1(id, options) {
|
|
4461
4461
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4462
4462
|
var _a, _b, _c;
|
|
4463
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
4463
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.detail1(id, options);
|
|
4464
4464
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4465
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.
|
|
4465
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.detail1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4466
4466
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4467
4467
|
});
|
|
4468
4468
|
},
|
|
@@ -4697,12 +4697,12 @@ const AccessApiFp = function (configuration) {
|
|
|
4697
4697
|
* @param {*} [options] Override http request option.
|
|
4698
4698
|
* @throws {RequiredError}
|
|
4699
4699
|
*/
|
|
4700
|
-
|
|
4700
|
+
exportList2(whiteSearchVo, options) {
|
|
4701
4701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
4702
4702
|
var _a, _b, _c;
|
|
4703
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
4703
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportList2(whiteSearchVo, options);
|
|
4704
4704
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
4705
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.
|
|
4705
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.exportList2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
4706
4706
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4707
4707
|
});
|
|
4708
4708
|
},
|
|
@@ -5303,12 +5303,12 @@ const AccessApiFp = function (configuration) {
|
|
|
5303
5303
|
* @param {*} [options] Override http request option.
|
|
5304
5304
|
* @throws {RequiredError}
|
|
5305
5305
|
*/
|
|
5306
|
-
|
|
5306
|
+
uploadAdd4(parkId, language, options) {
|
|
5307
5307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
5308
5308
|
var _a, _b, _c;
|
|
5309
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
5309
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadAdd4(parkId, language, options);
|
|
5310
5310
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
5311
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.
|
|
5311
|
+
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.uploadAdd4']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
5312
5312
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5313
5313
|
});
|
|
5314
5314
|
},
|
|
@@ -5981,22 +5981,22 @@ const AccessApiFactory = function (configuration, basePath, axios) {
|
|
|
5981
5981
|
/**
|
|
5982
5982
|
*
|
|
5983
5983
|
* @summary 出入口详情
|
|
5984
|
-
* @param {
|
|
5984
|
+
* @param {AccessApiDetailRequest} requestParameters Request parameters.
|
|
5985
5985
|
* @param {*} [options] Override http request option.
|
|
5986
5986
|
* @throws {RequiredError}
|
|
5987
5987
|
*/
|
|
5988
|
-
|
|
5989
|
-
return localVarFp.
|
|
5988
|
+
detail(requestParameters, options) {
|
|
5989
|
+
return localVarFp.detail(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
5990
5990
|
},
|
|
5991
5991
|
/**
|
|
5992
5992
|
*
|
|
5993
5993
|
* @summary 详情
|
|
5994
|
-
* @param {
|
|
5994
|
+
* @param {AccessApiDetail1Request} requestParameters Request parameters.
|
|
5995
5995
|
* @param {*} [options] Override http request option.
|
|
5996
5996
|
* @throws {RequiredError}
|
|
5997
5997
|
*/
|
|
5998
|
-
|
|
5999
|
-
return localVarFp.
|
|
5998
|
+
detail1(requestParameters, options) {
|
|
5999
|
+
return localVarFp.detail1(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
6000
6000
|
},
|
|
6001
6001
|
/**
|
|
6002
6002
|
*
|
|
@@ -6139,12 +6139,12 @@ const AccessApiFactory = function (configuration, basePath, axios) {
|
|
|
6139
6139
|
/**
|
|
6140
6140
|
*
|
|
6141
6141
|
* @summary 导出
|
|
6142
|
-
* @param {
|
|
6142
|
+
* @param {AccessApiExportList2Request} requestParameters Request parameters.
|
|
6143
6143
|
* @param {*} [options] Override http request option.
|
|
6144
6144
|
* @throws {RequiredError}
|
|
6145
6145
|
*/
|
|
6146
|
-
|
|
6147
|
-
return localVarFp.
|
|
6146
|
+
exportList2(requestParameters, options) {
|
|
6147
|
+
return localVarFp.exportList2(requestParameters.whiteSearchVo, options).then((request) => request(axios, basePath));
|
|
6148
6148
|
},
|
|
6149
6149
|
/**
|
|
6150
6150
|
*
|
|
@@ -6503,12 +6503,12 @@ const AccessApiFactory = function (configuration, basePath, axios) {
|
|
|
6503
6503
|
/**
|
|
6504
6504
|
*
|
|
6505
6505
|
* @summary /excel模板
|
|
6506
|
-
* @param {
|
|
6506
|
+
* @param {AccessApiUploadAdd4Request} requestParameters Request parameters.
|
|
6507
6507
|
* @param {*} [options] Override http request option.
|
|
6508
6508
|
* @throws {RequiredError}
|
|
6509
6509
|
*/
|
|
6510
|
-
|
|
6511
|
-
return localVarFp.
|
|
6510
|
+
uploadAdd4(requestParameters, options) {
|
|
6511
|
+
return localVarFp.uploadAdd4(requestParameters.parkId, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
6512
6512
|
},
|
|
6513
6513
|
/**
|
|
6514
6514
|
*
|
|
@@ -7117,24 +7117,24 @@ class AccessApi extends base_1.BaseAPI {
|
|
|
7117
7117
|
/**
|
|
7118
7118
|
*
|
|
7119
7119
|
* @summary 出入口详情
|
|
7120
|
-
* @param {
|
|
7120
|
+
* @param {AccessApiDetailRequest} requestParameters Request parameters.
|
|
7121
7121
|
* @param {*} [options] Override http request option.
|
|
7122
7122
|
* @throws {RequiredError}
|
|
7123
7123
|
* @memberof AccessApi
|
|
7124
7124
|
*/
|
|
7125
|
-
|
|
7126
|
-
return (0, exports.AccessApiFp)(this.configuration).
|
|
7125
|
+
detail(requestParameters, options) {
|
|
7126
|
+
return (0, exports.AccessApiFp)(this.configuration).detail(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
7127
7127
|
}
|
|
7128
7128
|
/**
|
|
7129
7129
|
*
|
|
7130
7130
|
* @summary 详情
|
|
7131
|
-
* @param {
|
|
7131
|
+
* @param {AccessApiDetail1Request} requestParameters Request parameters.
|
|
7132
7132
|
* @param {*} [options] Override http request option.
|
|
7133
7133
|
* @throws {RequiredError}
|
|
7134
7134
|
* @memberof AccessApi
|
|
7135
7135
|
*/
|
|
7136
|
-
|
|
7137
|
-
return (0, exports.AccessApiFp)(this.configuration).
|
|
7136
|
+
detail1(requestParameters, options) {
|
|
7137
|
+
return (0, exports.AccessApiFp)(this.configuration).detail1(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
7138
7138
|
}
|
|
7139
7139
|
/**
|
|
7140
7140
|
*
|
|
@@ -7291,13 +7291,13 @@ class AccessApi extends base_1.BaseAPI {
|
|
|
7291
7291
|
/**
|
|
7292
7292
|
*
|
|
7293
7293
|
* @summary 导出
|
|
7294
|
-
* @param {
|
|
7294
|
+
* @param {AccessApiExportList2Request} requestParameters Request parameters.
|
|
7295
7295
|
* @param {*} [options] Override http request option.
|
|
7296
7296
|
* @throws {RequiredError}
|
|
7297
7297
|
* @memberof AccessApi
|
|
7298
7298
|
*/
|
|
7299
|
-
|
|
7300
|
-
return (0, exports.AccessApiFp)(this.configuration).
|
|
7299
|
+
exportList2(requestParameters, options) {
|
|
7300
|
+
return (0, exports.AccessApiFp)(this.configuration).exportList2(requestParameters.whiteSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
7301
7301
|
}
|
|
7302
7302
|
/**
|
|
7303
7303
|
*
|
|
@@ -7692,13 +7692,13 @@ class AccessApi extends base_1.BaseAPI {
|
|
|
7692
7692
|
/**
|
|
7693
7693
|
*
|
|
7694
7694
|
* @summary /excel模板
|
|
7695
|
-
* @param {
|
|
7695
|
+
* @param {AccessApiUploadAdd4Request} requestParameters Request parameters.
|
|
7696
7696
|
* @param {*} [options] Override http request option.
|
|
7697
7697
|
* @throws {RequiredError}
|
|
7698
7698
|
* @memberof AccessApi
|
|
7699
7699
|
*/
|
|
7700
|
-
|
|
7701
|
-
return (0, exports.AccessApiFp)(this.configuration).
|
|
7700
|
+
uploadAdd4(requestParameters, options) {
|
|
7701
|
+
return (0, exports.AccessApiFp)(this.configuration).uploadAdd4(requestParameters.parkId, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
7702
7702
|
}
|
|
7703
7703
|
/**
|
|
7704
7704
|
*
|