@gizone/rrs-client 3.11.12-alpha.9 → 3.11.13-alpha.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +37 -14
- package/README.md +2 -2
- package/api.ts +2 -1
- package/apis/access-api.ts +61 -61
- package/apis/calendar-api.ts +231 -209
- package/apis/common-api.ts +192 -0
- package/apis/cost-api.ts +15 -15
- package/apis/energy-api.ts +15 -15
- package/apis/{inspection-api.ts → inspection-standard-api.ts} +386 -544
- package/apis/maintenance-standard-api.ts +1319 -0
- package/apis/message-api.ts +201 -223
- package/apis/privacy-api.ts +78 -76
- package/apis/setting-api.ts +596 -243
- package/apis/space-api.ts +0 -329
- package/apis/sys-api.ts +47 -47
- package/apis/user-api.ts +15 -15
- package/apis/work-order-api.ts +717 -8
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/apis/access-api.d.ts +41 -41
- package/dist/apis/access-api.js +44 -44
- package/dist/apis/calendar-api.d.ts +131 -123
- package/dist/apis/calendar-api.js +177 -164
- package/dist/apis/common-api.d.ts +102 -0
- package/dist/apis/common-api.js +144 -0
- package/dist/apis/cost-api.d.ts +10 -10
- package/dist/apis/cost-api.js +11 -11
- package/dist/apis/energy-api.d.ts +10 -10
- package/dist/apis/energy-api.js +11 -11
- package/dist/apis/inspection-standard-api.d.ts +745 -0
- package/dist/apis/{inspection-api.js → inspection-standard-api.js} +283 -373
- package/dist/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/apis/maintenance-standard-api.js +1022 -0
- package/dist/apis/message-api.d.ts +117 -125
- package/dist/apis/message-api.js +132 -171
- package/dist/apis/privacy-api.d.ts +49 -48
- package/dist/apis/privacy-api.js +60 -60
- package/dist/apis/setting-api.d.ts +334 -144
- package/dist/apis/setting-api.js +433 -187
- package/dist/apis/space-api.d.ts +0 -159
- package/dist/apis/space-api.js +0 -272
- package/dist/apis/sys-api.d.ts +31 -31
- package/dist/apis/sys-api.js +34 -34
- package/dist/apis/user-api.d.ts +10 -10
- package/dist/apis/user-api.js +11 -11
- package/dist/apis/work-order-api.d.ts +391 -8
- package/dist/apis/work-order-api.js +529 -8
- package/dist/common.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +2 -1
- package/dist/esm/api.js +2 -1
- package/dist/esm/apis/access-api.d.ts +41 -41
- package/dist/esm/apis/access-api.js +44 -44
- package/dist/esm/apis/calendar-api.d.ts +131 -123
- package/dist/esm/apis/calendar-api.js +177 -164
- package/dist/esm/apis/common-api.d.ts +102 -0
- package/dist/esm/apis/common-api.js +144 -0
- package/dist/esm/apis/cost-api.d.ts +10 -10
- package/dist/esm/apis/cost-api.js +11 -11
- package/dist/esm/apis/energy-api.d.ts +10 -10
- package/dist/esm/apis/energy-api.js +11 -11
- package/dist/esm/apis/inspection-standard-api.d.ts +745 -0
- package/dist/esm/apis/{inspection-api.js → inspection-standard-api.js} +278 -368
- package/dist/esm/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/esm/apis/maintenance-standard-api.js +1015 -0
- package/dist/esm/apis/message-api.d.ts +117 -125
- package/dist/esm/apis/message-api.js +132 -171
- package/dist/esm/apis/privacy-api.d.ts +49 -48
- package/dist/esm/apis/privacy-api.js +60 -60
- package/dist/esm/apis/setting-api.d.ts +334 -144
- package/dist/esm/apis/setting-api.js +433 -187
- package/dist/esm/apis/space-api.d.ts +0 -159
- package/dist/esm/apis/space-api.js +0 -272
- package/dist/esm/apis/sys-api.d.ts +31 -31
- package/dist/esm/apis/sys-api.js +34 -34
- package/dist/esm/apis/user-api.d.ts +10 -10
- package/dist/esm/apis/user-api.js +11 -11
- package/dist/esm/apis/work-order-api.d.ts +391 -8
- package/dist/esm/apis/work-order-api.js +529 -8
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +140 -0
- package/dist/esm/models/dept-relation.d.ts +86 -0
- package/dist/esm/models/equipment-detail-dto.d.ts +6 -0
- package/dist/esm/models/equipment-edit-vo.d.ts +6 -0
- package/dist/esm/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/esm/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/esm/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/file-dto.d.ts +3 -3
- package/dist/esm/models/get-user-wx200-response.d.ts +8 -8
- package/dist/esm/models/index.d.ts +35 -13
- package/dist/esm/models/index.js +35 -13
- package/dist/esm/models/inspection-point-item.d.ts +12 -0
- package/dist/esm/models/inspection-standard-dto.d.ts +147 -0
- package/dist/esm/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.d.ts → json-result-list-inspection-standard-entity.d.ts} +12 -12
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/{models/json-result-calendar-add-redis-list-vo.d.ts → esm/models/json-result-page-dto-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-park-info-dto.js +14 -0
- package/dist/esm/models/{json-result-calendar-add-redis-list-vo.d.ts → json-result-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-space-edit-before-and-after-dto.d.ts → json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/esm/models/json-result-work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/maintenance-standard-import-dto.js +14 -0
- package/dist/{models/page-dto-inspection-standard-entity.d.ts → esm/models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-inspection-standard-dto.js +14 -0
- package/dist/esm/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/park-center-attribute-enum.js +22 -0
- package/dist/esm/models/park-info-dto.d.ts +85 -0
- package/dist/esm/models/park-info-dto.js +14 -0
- package/dist/esm/models/park-info-edit-vo.d.ts +37 -0
- package/dist/esm/models/park-info-edit-vo.js +14 -0
- package/dist/esm/models/park-plat-form-enum.d.ts +23 -0
- package/dist/esm/models/park-plat-form-enum.js +24 -0
- package/dist/esm/models/period-detail-resp.d.ts +6 -0
- package/dist/esm/models/plan-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-edit-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/esm/models/process-work-order-vo.d.ts +19 -0
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/sys-dept.d.ts +7 -1
- package/dist/esm/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/esm/models/sys-user-msg-dto.js +14 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +24 -0
- package/dist/esm/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/esm/models/system-user-msg-type-enum.js +22 -0
- package/dist/esm/models/work-order-add-vo.d.ts +24 -4
- package/dist/esm/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +14 -0
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/esm/models/work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/work-order-detail-dto.d.ts +46 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/esm/models/work-order-internal-status-enum.js +24 -0
- package/dist/esm/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/esm/models/work-order-issue-type-enum.js +27 -0
- package/dist/esm/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/esm/models/work-order-liability-party-enum.js +22 -0
- package/dist/esm/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-entity.js +1 -13
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.js +1 -13
- package/dist/esm/models/work-order-report-vo.d.ts +31 -0
- package/dist/esm/models/work-order-report-vo.js +14 -0
- package/dist/esm/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/esm/models/work-order-settings-type-enum.js +31 -0
- package/dist/esm/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/esm/models/work-order-staging-data-vo.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-type-enum.js +1 -1
- package/dist/models/dept-relation-dto.d.ts +140 -0
- package/dist/models/dept-relation.d.ts +86 -0
- package/dist/models/equipment-detail-dto.d.ts +6 -0
- package/dist/models/equipment-edit-vo.d.ts +6 -0
- package/dist/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/models/file-dto.d.ts +3 -3
- package/dist/models/get-user-wx200-response.d.ts +8 -8
- package/dist/models/index.d.ts +35 -13
- package/dist/models/index.js +35 -13
- package/dist/models/inspection-point-item.d.ts +12 -0
- package/dist/models/inspection-standard-dto.d.ts +147 -0
- package/dist/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-list-inspection-standard-entity.d.ts +56 -0
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/models/json-result-park-info-dto.js +15 -0
- package/dist/models/json-result-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-sys-user-msg-dto.js +15 -0
- package/dist/{esm/models/json-result-page-dto-sys-user-msg-list-dto.d.ts → models/json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/models/json-result-work-order-dept-settings-entity.js +15 -0
- package/dist/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/models/maintenance-standard-import-dto.js +15 -0
- package/dist/{esm/models/page-dto-inspection-standard-entity.d.ts → models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/models/page-dto-inspection-standard-dto.js +15 -0
- package/dist/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/models/page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/models/park-center-attribute-enum.js +25 -0
- package/dist/models/park-info-dto.d.ts +85 -0
- package/dist/models/park-info-dto.js +15 -0
- package/dist/models/park-info-edit-vo.d.ts +37 -0
- package/dist/models/park-info-edit-vo.js +15 -0
- package/dist/models/park-plat-form-enum.d.ts +23 -0
- package/dist/models/park-plat-form-enum.js +27 -0
- package/dist/models/period-detail-resp.d.ts +6 -0
- package/dist/models/plan-add-vo.d.ts +1 -1
- package/dist/models/plan-edit-vo.d.ts +1 -1
- package/dist/models/plan-item-add-vo.d.ts +1 -1
- package/dist/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/models/process-work-order-vo.d.ts +19 -0
- package/dist/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/sys-dept.d.ts +7 -1
- package/dist/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/models/sys-user-msg-dto.js +15 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/models/system-user-msg-source-type-enum.js +27 -0
- package/dist/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/models/system-user-msg-type-enum.js +25 -0
- package/dist/models/work-order-add-vo.d.ts +24 -4
- package/dist/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/models/work-order-dept-settings-add-or-update-vo.js +15 -0
- package/dist/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/models/work-order-dept-settings-entity.js +15 -0
- package/dist/models/work-order-detail-dto.d.ts +46 -0
- package/dist/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/models/work-order-internal-status-enum.js +27 -0
- package/dist/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/models/work-order-issue-type-enum.js +30 -0
- package/dist/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/models/work-order-liability-party-enum.js +25 -0
- package/dist/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/models/work-order-push-settings-entity.js +0 -14
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/models/work-order-push-settings-save-or-update-vo.js +0 -14
- package/dist/models/work-order-report-vo.d.ts +31 -0
- package/dist/models/work-order-report-vo.js +15 -0
- package/dist/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/models/work-order-settings-type-enum.js +34 -0
- package/dist/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/models/work-order-staging-data-vo.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +1 -1
- package/dist/models/work-order-type-enum.js +1 -1
- package/models/dept-relation-dto.ts +152 -0
- package/models/dept-relation.ts +98 -0
- package/models/equipment-detail-dto.ts +6 -0
- package/models/equipment-edit-vo.ts +6 -0
- package/models/equipment-excel-add-dto.ts +6 -0
- package/models/equipment-search-system-dto.ts +12 -6
- package/models/equipment-system-add-vo.ts +1 -1
- package/models/{calendar-add-redis-list-vo.ts → excel-import-result-dtocalendar-export-dto.ts} +9 -21
- package/models/excel-import-result-dtoinspection-standard-import-dto.ts +39 -0
- package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +39 -0
- package/models/file-dto.ts +3 -3
- package/models/get-user-wx200-response.ts +8 -8
- package/models/index.ts +35 -13
- package/models/inspection-point-item.ts +12 -0
- package/models/inspection-standard-dto.ts +161 -0
- package/models/inspection-standard-import-dto.ts +120 -0
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +66 -0
- package/models/{json-result-page-dto-inspection-standard-entity.ts → json-result-list-inspection-standard-entity.ts} +12 -12
- package/models/json-result-list-work-order-dept-settings-entity.ts +66 -0
- package/models/json-result-page-dto-inspection-standard-dto.ts +66 -0
- package/models/{json-result-calendar-add-redis-list-vo.ts → json-result-page-dto-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-sys-user-msg-do.ts → json-result-park-info-dto.ts} +11 -11
- package/models/{json-result-page-dto-sys-user-msg-list-dto.ts → json-result-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-space-edit-before-and-after-dto.ts → json-result-work-order-dept-settings-entity.ts} +11 -11
- package/models/maintenance-standard-import-dto.ts +120 -0
- package/models/{page-dto-inspection-standard-entity.ts → page-dto-inspection-standard-dto.ts} +7 -7
- package/models/{page-dto-sys-user-msg-list-dto.ts → page-dto-sys-user-msg-dto.ts} +7 -7
- package/models/park-center-attribute-enum.ts +31 -0
- package/models/park-info-dto.ts +93 -0
- package/models/park-info-edit-vo.ts +45 -0
- package/models/park-plat-form-enum.ts +33 -0
- package/models/period-detail-resp.ts +6 -0
- package/models/plan-add-vo.ts +1 -1
- package/models/plan-edit-vo.ts +1 -1
- package/models/plan-item-add-vo.ts +1 -1
- package/models/plan-item-edit-vo.ts +1 -1
- package/models/process-work-order-vo.ts +23 -0
- package/models/source-work-order-inspection-dto.ts +8 -3
- package/models/space-add-excel-dto.ts +6 -0
- package/models/sys-dept.ts +7 -1
- package/models/{sys-user-msg-list-dto.ts → sys-user-msg-dto.ts} +36 -28
- package/models/sys-user.ts +4 -4
- package/models/system-user-msg-source-type-enum.ts +33 -0
- package/models/system-user-msg-type-enum.ts +31 -0
- package/models/work-order-add-vo.ts +28 -4
- package/models/work-order-circulation-vo.ts +12 -1
- package/models/work-order-dept-settings-add-or-update-vo.ts +42 -0
- package/models/work-order-dept-settings-entity.ts +77 -0
- package/models/work-order-detail-dto.ts +54 -0
- package/models/work-order-internal-status-enum.ts +33 -0
- package/models/work-order-issue-type-enum.ts +36 -0
- package/models/work-order-liability-party-enum.ts +31 -0
- package/models/work-order-push-settings-entity.ts +6 -18
- package/models/work-order-push-settings-save-or-update-vo.ts +6 -18
- package/models/{space-edit-before-and-after-dto.ts → work-order-report-vo.ts} +13 -11
- package/models/work-order-settings-type-enum.ts +40 -0
- package/models/work-order-staging-data-vo.ts +59 -0
- package/models/work-order-type-enum.ts +1 -1
- package/package.json +1 -1
- package/dist/apis/inspection-api.d.ts +0 -846
- package/dist/esm/apis/inspection-api.d.ts +0 -846
- package/dist/esm/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/esm/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/esm/models/sys-user-msg-do.d.ts +0 -90
- package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/dist/models/json-result-page-dto-inspection-standard-entity.d.ts +0 -56
- package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +0 -56
- package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +0 -56
- package/dist/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/models/sys-user-msg-do.d.ts +0 -90
- package/dist/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/models/space-edit-excel-dto.ts +0 -84
- package/models/sys-user-msg-do.ts +0 -96
- package/models/sys-user-msg-search-list-vo.ts +0 -60
- /package/dist/esm/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/esm/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
- /package/dist/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
package/apis/calendar-api.ts
CHANGED
|
@@ -26,13 +26,13 @@ import type { CalendarSaveUpdateDto } from '../models';
|
|
|
26
26
|
// @ts-ignore
|
|
27
27
|
import type { JsonResult } from '../models';
|
|
28
28
|
// @ts-ignore
|
|
29
|
-
import type { JsonResultCalendarAddRedisListVo } from '../models';
|
|
30
|
-
// @ts-ignore
|
|
31
29
|
import type { JsonResultCalendarEntity } from '../models';
|
|
32
30
|
// @ts-ignore
|
|
31
|
+
import type { JsonResultExcelImportResultDTOCalendarExportDto } from '../models';
|
|
32
|
+
// @ts-ignore
|
|
33
33
|
import type { JsonResultListCalendarEntity } from '../models';
|
|
34
34
|
// @ts-ignore
|
|
35
|
-
import type {
|
|
35
|
+
import type { JsonResultVoid } from '../models';
|
|
36
36
|
/**
|
|
37
37
|
* CalendarApi - axios parameter creator
|
|
38
38
|
* @export
|
|
@@ -41,17 +41,12 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
41
41
|
return {
|
|
42
42
|
/**
|
|
43
43
|
*
|
|
44
|
-
* @summary
|
|
45
|
-
* @param {number} year
|
|
46
|
-
* @param {string} [language]
|
|
44
|
+
* @summary 导入-确认
|
|
47
45
|
* @param {*} [options] Override http request option.
|
|
48
46
|
* @throws {RequiredError}
|
|
49
47
|
*/
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
assertParamExists('exportList2', 'year', year)
|
|
53
|
-
const localVarPath = `/calendar/exportList/{year}`
|
|
54
|
-
.replace(`{${"year"}}`, encodeURIComponent(String(year)));
|
|
48
|
+
calendarBatchImportConfirm: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
49
|
+
const localVarPath = `/calendar/batchImport/confirm`;
|
|
55
50
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
56
51
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
57
52
|
let baseOptions;
|
|
@@ -59,7 +54,7 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
59
54
|
baseOptions = configuration.baseOptions;
|
|
60
55
|
}
|
|
61
56
|
|
|
62
|
-
const localVarRequestOptions = { method: '
|
|
57
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
63
58
|
const localVarHeaderParameter = {} as any;
|
|
64
59
|
const localVarQueryParameter = {} as any;
|
|
65
60
|
|
|
@@ -67,10 +62,6 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
67
62
|
// http bearer authentication required
|
|
68
63
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
69
64
|
|
|
70
|
-
if (language !== undefined) {
|
|
71
|
-
localVarQueryParameter['language'] = language;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
65
|
|
|
75
66
|
|
|
76
67
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -84,12 +75,12 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
84
75
|
},
|
|
85
76
|
/**
|
|
86
77
|
*
|
|
87
|
-
* @summary
|
|
78
|
+
* @summary 导入-预览
|
|
88
79
|
* @param {*} [options] Override http request option.
|
|
89
80
|
* @throws {RequiredError}
|
|
90
81
|
*/
|
|
91
|
-
|
|
92
|
-
const localVarPath = `/calendar/
|
|
82
|
+
calendarBatchImportPreView: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
83
|
+
const localVarPath = `/calendar/batchImport/preView`;
|
|
93
84
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
94
85
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
95
86
|
let baseOptions;
|
|
@@ -118,12 +109,13 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
118
109
|
},
|
|
119
110
|
/**
|
|
120
111
|
*
|
|
121
|
-
* @summary
|
|
112
|
+
* @summary 导入-下载模板
|
|
113
|
+
* @param {string} [language]
|
|
122
114
|
* @param {*} [options] Override http request option.
|
|
123
115
|
* @throws {RequiredError}
|
|
124
116
|
*/
|
|
125
|
-
|
|
126
|
-
const localVarPath = `/calendar/
|
|
117
|
+
calendarBatchImportTemplate: async (language?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
118
|
+
const localVarPath = `/calendar/batchImport/template`;
|
|
127
119
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
128
120
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
129
121
|
let baseOptions;
|
|
@@ -139,6 +131,10 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
139
131
|
// http bearer authentication required
|
|
140
132
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
141
133
|
|
|
134
|
+
if (language !== undefined) {
|
|
135
|
+
localVarQueryParameter['language'] = language;
|
|
136
|
+
}
|
|
137
|
+
|
|
142
138
|
|
|
143
139
|
|
|
144
140
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -152,15 +148,19 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
152
148
|
},
|
|
153
149
|
/**
|
|
154
150
|
*
|
|
155
|
-
* @summary
|
|
156
|
-
* @param {
|
|
151
|
+
* @summary 导入-上传文件
|
|
152
|
+
* @param {number} parkId 园区id
|
|
153
|
+
* @param {File} file
|
|
154
|
+
* @param {string} [language] 语言
|
|
157
155
|
* @param {*} [options] Override http request option.
|
|
158
156
|
* @throws {RequiredError}
|
|
159
157
|
*/
|
|
160
|
-
|
|
161
|
-
// verify required parameter '
|
|
162
|
-
assertParamExists('
|
|
163
|
-
|
|
158
|
+
calendarBatchImportUpload: async (parkId: number, file: File, language?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
159
|
+
// verify required parameter 'parkId' is not null or undefined
|
|
160
|
+
assertParamExists('calendarBatchImportUpload', 'parkId', parkId)
|
|
161
|
+
// verify required parameter 'file' is not null or undefined
|
|
162
|
+
assertParamExists('calendarBatchImportUpload', 'file', file)
|
|
163
|
+
const localVarPath = `/calendar/batchImport/upload`;
|
|
164
164
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
165
165
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
166
166
|
let baseOptions;
|
|
@@ -168,25 +168,35 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
168
168
|
baseOptions = configuration.baseOptions;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
const localVarRequestOptions = { method: '
|
|
171
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
172
172
|
const localVarHeaderParameter = {} as any;
|
|
173
173
|
const localVarQueryParameter = {} as any;
|
|
174
|
+
const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
|
|
174
175
|
|
|
175
176
|
// authentication tokenScheme required
|
|
176
177
|
// http bearer authentication required
|
|
177
178
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
178
179
|
|
|
179
|
-
if (date !== undefined) {
|
|
180
|
-
localVarQueryParameter['date'] = (date as any instanceof Date) ?
|
|
181
|
-
(date as any).toISOString() :
|
|
182
|
-
date;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
180
|
|
|
181
|
+
if (parkId !== undefined) {
|
|
182
|
+
localVarFormParams.append('parkId', parkId as any);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
if (language !== undefined) {
|
|
186
|
+
localVarFormParams.append('language', language as any);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
if (file !== undefined) {
|
|
190
|
+
localVarFormParams.append('file', file as any);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
|
|
186
195
|
|
|
187
196
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
188
197
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
189
198
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
199
|
+
localVarRequestOptions.data = localVarFormParams;
|
|
190
200
|
|
|
191
201
|
return {
|
|
192
202
|
url: toPathString(localVarUrlObj),
|
|
@@ -195,14 +205,17 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
195
205
|
},
|
|
196
206
|
/**
|
|
197
207
|
*
|
|
198
|
-
* @summary
|
|
208
|
+
* @summary 导出
|
|
209
|
+
* @param {number} year
|
|
199
210
|
* @param {string} [language]
|
|
200
|
-
* @param {SaveWaterMeterBatchRequest} [saveWaterMeterBatchRequest]
|
|
201
211
|
* @param {*} [options] Override http request option.
|
|
202
212
|
* @throws {RequiredError}
|
|
203
213
|
*/
|
|
204
|
-
|
|
205
|
-
|
|
214
|
+
calendarExport: async (year: number, language?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
215
|
+
// verify required parameter 'year' is not null or undefined
|
|
216
|
+
assertParamExists('calendarExport', 'year', year)
|
|
217
|
+
const localVarPath = `/calendar/export/{year}`
|
|
218
|
+
.replace(`{${"year"}}`, encodeURIComponent(String(year)));
|
|
206
219
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
207
220
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
208
221
|
let baseOptions;
|
|
@@ -210,7 +223,7 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
210
223
|
baseOptions = configuration.baseOptions;
|
|
211
224
|
}
|
|
212
225
|
|
|
213
|
-
const localVarRequestOptions = { method: '
|
|
226
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
214
227
|
const localVarHeaderParameter = {} as any;
|
|
215
228
|
const localVarQueryParameter = {} as any;
|
|
216
229
|
|
|
@@ -224,12 +237,9 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
224
237
|
|
|
225
238
|
|
|
226
239
|
|
|
227
|
-
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
228
|
-
|
|
229
240
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
230
241
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
231
242
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
232
|
-
localVarRequestOptions.data = serializeDataIfNeeded(saveWaterMeterBatchRequest, localVarRequestOptions, configuration)
|
|
233
243
|
|
|
234
244
|
return {
|
|
235
245
|
url: toPathString(localVarUrlObj),
|
|
@@ -238,14 +248,15 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
238
248
|
},
|
|
239
249
|
/**
|
|
240
250
|
*
|
|
241
|
-
* @summary
|
|
242
|
-
* @param {string}
|
|
243
|
-
* @param {string} [end] 结束时间
|
|
251
|
+
* @summary 获取日历设置
|
|
252
|
+
* @param {string} date
|
|
244
253
|
* @param {*} [options] Override http request option.
|
|
245
254
|
* @throws {RequiredError}
|
|
246
255
|
*/
|
|
247
|
-
|
|
248
|
-
|
|
256
|
+
getByDate: async (date: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
257
|
+
// verify required parameter 'date' is not null or undefined
|
|
258
|
+
assertParamExists('getByDate', 'date', date)
|
|
259
|
+
const localVarPath = `/calendar/getByDate`;
|
|
249
260
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
250
261
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
251
262
|
let baseOptions;
|
|
@@ -261,16 +272,10 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
261
272
|
// http bearer authentication required
|
|
262
273
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
263
274
|
|
|
264
|
-
if (
|
|
265
|
-
localVarQueryParameter['
|
|
266
|
-
(
|
|
267
|
-
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
if (end !== undefined) {
|
|
271
|
-
localVarQueryParameter['end'] = (end as any instanceof Date) ?
|
|
272
|
-
(end as any).toISOString() :
|
|
273
|
-
end;
|
|
275
|
+
if (date !== undefined) {
|
|
276
|
+
localVarQueryParameter['date'] = (date as any instanceof Date) ?
|
|
277
|
+
(date as any).toISOString() :
|
|
278
|
+
date;
|
|
274
279
|
}
|
|
275
280
|
|
|
276
281
|
|
|
@@ -286,15 +291,14 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
286
291
|
},
|
|
287
292
|
/**
|
|
288
293
|
*
|
|
289
|
-
* @summary
|
|
290
|
-
* @param {
|
|
294
|
+
* @summary 根据时间区间查询
|
|
295
|
+
* @param {string} [start] 开始时间
|
|
296
|
+
* @param {string} [end] 结束时间
|
|
291
297
|
* @param {*} [options] Override http request option.
|
|
292
298
|
* @throws {RequiredError}
|
|
293
299
|
*/
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
assertParamExists('updateOrAdd', 'calendarSaveUpdateDto', calendarSaveUpdateDto)
|
|
297
|
-
const localVarPath = `/calendar/updateOrAdd`;
|
|
300
|
+
sectionQuery: async (start?: string, end?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
301
|
+
const localVarPath = `/calendar/sectionQuery`;
|
|
298
302
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
299
303
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
300
304
|
let baseOptions;
|
|
@@ -302,7 +306,7 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
302
306
|
baseOptions = configuration.baseOptions;
|
|
303
307
|
}
|
|
304
308
|
|
|
305
|
-
const localVarRequestOptions = { method: '
|
|
309
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
306
310
|
const localVarHeaderParameter = {} as any;
|
|
307
311
|
const localVarQueryParameter = {} as any;
|
|
308
312
|
|
|
@@ -310,14 +314,23 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
310
314
|
// http bearer authentication required
|
|
311
315
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
312
316
|
|
|
317
|
+
if (start !== undefined) {
|
|
318
|
+
localVarQueryParameter['start'] = (start as any instanceof Date) ?
|
|
319
|
+
(start as any).toISOString() :
|
|
320
|
+
start;
|
|
321
|
+
}
|
|
313
322
|
|
|
314
|
-
|
|
315
|
-
|
|
323
|
+
if (end !== undefined) {
|
|
324
|
+
localVarQueryParameter['end'] = (end as any instanceof Date) ?
|
|
325
|
+
(end as any).toISOString() :
|
|
326
|
+
end;
|
|
327
|
+
}
|
|
316
328
|
|
|
329
|
+
|
|
330
|
+
|
|
317
331
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
318
332
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
319
333
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
320
|
-
localVarRequestOptions.data = serializeDataIfNeeded(calendarSaveUpdateDto, localVarRequestOptions, configuration)
|
|
321
334
|
|
|
322
335
|
return {
|
|
323
336
|
url: toPathString(localVarUrlObj),
|
|
@@ -326,13 +339,15 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
326
339
|
},
|
|
327
340
|
/**
|
|
328
341
|
*
|
|
329
|
-
* @summary
|
|
330
|
-
* @param {
|
|
342
|
+
* @summary 修改日期
|
|
343
|
+
* @param {CalendarSaveUpdateDto} calendarSaveUpdateDto
|
|
331
344
|
* @param {*} [options] Override http request option.
|
|
332
345
|
* @throws {RequiredError}
|
|
333
346
|
*/
|
|
334
|
-
|
|
335
|
-
|
|
347
|
+
updateOrAdd: async (calendarSaveUpdateDto: CalendarSaveUpdateDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
348
|
+
// verify required parameter 'calendarSaveUpdateDto' is not null or undefined
|
|
349
|
+
assertParamExists('updateOrAdd', 'calendarSaveUpdateDto', calendarSaveUpdateDto)
|
|
350
|
+
const localVarPath = `/calendar/updateOrAdd`;
|
|
336
351
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
337
352
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
338
353
|
let baseOptions;
|
|
@@ -340,7 +355,7 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
340
355
|
baseOptions = configuration.baseOptions;
|
|
341
356
|
}
|
|
342
357
|
|
|
343
|
-
const localVarRequestOptions = { method: '
|
|
358
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
344
359
|
const localVarHeaderParameter = {} as any;
|
|
345
360
|
const localVarQueryParameter = {} as any;
|
|
346
361
|
|
|
@@ -348,15 +363,14 @@ export const CalendarApiAxiosParamCreator = function (configuration?: Configurat
|
|
|
348
363
|
// http bearer authentication required
|
|
349
364
|
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
350
365
|
|
|
351
|
-
if (language !== undefined) {
|
|
352
|
-
localVarQueryParameter['language'] = language;
|
|
353
|
-
}
|
|
354
|
-
|
|
355
366
|
|
|
356
367
|
|
|
368
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
369
|
+
|
|
357
370
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
358
371
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
359
372
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
373
|
+
localVarRequestOptions.data = serializeDataIfNeeded(calendarSaveUpdateDto, localVarRequestOptions, configuration)
|
|
360
374
|
|
|
361
375
|
return {
|
|
362
376
|
url: toPathString(localVarUrlObj),
|
|
@@ -375,67 +389,81 @@ export const CalendarApiFp = function(configuration?: Configuration) {
|
|
|
375
389
|
return {
|
|
376
390
|
/**
|
|
377
391
|
*
|
|
378
|
-
* @summary
|
|
379
|
-
* @param {number} year
|
|
380
|
-
* @param {string} [language]
|
|
392
|
+
* @summary 导入-确认
|
|
381
393
|
* @param {*} [options] Override http request option.
|
|
382
394
|
* @throws {RequiredError}
|
|
383
395
|
*/
|
|
384
|
-
async
|
|
385
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
396
|
+
async calendarBatchImportConfirm(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOCalendarExportDto>> {
|
|
397
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.calendarBatchImportConfirm(options);
|
|
386
398
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
387
|
-
const localVarOperationServerBasePath = operationServerMap['CalendarApi.
|
|
399
|
+
const localVarOperationServerBasePath = operationServerMap['CalendarApi.calendarBatchImportConfirm']?.[localVarOperationServerIndex]?.url;
|
|
388
400
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
389
401
|
},
|
|
390
402
|
/**
|
|
391
403
|
*
|
|
392
|
-
* @summary
|
|
404
|
+
* @summary 导入-预览
|
|
393
405
|
* @param {*} [options] Override http request option.
|
|
394
406
|
* @throws {RequiredError}
|
|
395
407
|
*/
|
|
396
|
-
async
|
|
397
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
408
|
+
async calendarBatchImportPreView(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultExcelImportResultDTOCalendarExportDto>> {
|
|
409
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.calendarBatchImportPreView(options);
|
|
398
410
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
399
|
-
const localVarOperationServerBasePath = operationServerMap['CalendarApi.
|
|
411
|
+
const localVarOperationServerBasePath = operationServerMap['CalendarApi.calendarBatchImportPreView']?.[localVarOperationServerIndex]?.url;
|
|
400
412
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
401
413
|
},
|
|
402
414
|
/**
|
|
403
415
|
*
|
|
404
|
-
* @summary
|
|
416
|
+
* @summary 导入-下载模板
|
|
417
|
+
* @param {string} [language]
|
|
405
418
|
* @param {*} [options] Override http request option.
|
|
406
419
|
* @throws {RequiredError}
|
|
407
420
|
*/
|
|
408
|
-
async
|
|
409
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
421
|
+
async calendarBatchImportTemplate(language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
422
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.calendarBatchImportTemplate(language, options);
|
|
410
423
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
411
|
-
const localVarOperationServerBasePath = operationServerMap['CalendarApi.
|
|
424
|
+
const localVarOperationServerBasePath = operationServerMap['CalendarApi.calendarBatchImportTemplate']?.[localVarOperationServerIndex]?.url;
|
|
412
425
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
413
426
|
},
|
|
414
427
|
/**
|
|
415
428
|
*
|
|
416
|
-
* @summary
|
|
417
|
-
* @param {
|
|
429
|
+
* @summary 导入-上传文件
|
|
430
|
+
* @param {number} parkId 园区id
|
|
431
|
+
* @param {File} file
|
|
432
|
+
* @param {string} [language] 语言
|
|
418
433
|
* @param {*} [options] Override http request option.
|
|
419
434
|
* @throws {RequiredError}
|
|
420
435
|
*/
|
|
421
|
-
async
|
|
422
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
436
|
+
async calendarBatchImportUpload(parkId: number, file: File, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
|
|
437
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.calendarBatchImportUpload(parkId, file, language, options);
|
|
423
438
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
424
|
-
const localVarOperationServerBasePath = operationServerMap['CalendarApi.
|
|
439
|
+
const localVarOperationServerBasePath = operationServerMap['CalendarApi.calendarBatchImportUpload']?.[localVarOperationServerIndex]?.url;
|
|
425
440
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
426
441
|
},
|
|
427
442
|
/**
|
|
428
443
|
*
|
|
429
|
-
* @summary
|
|
444
|
+
* @summary 导出
|
|
445
|
+
* @param {number} year
|
|
430
446
|
* @param {string} [language]
|
|
431
|
-
* @param {SaveWaterMeterBatchRequest} [saveWaterMeterBatchRequest]
|
|
432
447
|
* @param {*} [options] Override http request option.
|
|
433
448
|
* @throws {RequiredError}
|
|
434
449
|
*/
|
|
435
|
-
async
|
|
436
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
450
|
+
async calendarExport(year: number, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
451
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.calendarExport(year, language, options);
|
|
437
452
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
438
|
-
const localVarOperationServerBasePath = operationServerMap['CalendarApi.
|
|
453
|
+
const localVarOperationServerBasePath = operationServerMap['CalendarApi.calendarExport']?.[localVarOperationServerIndex]?.url;
|
|
454
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
455
|
+
},
|
|
456
|
+
/**
|
|
457
|
+
*
|
|
458
|
+
* @summary 获取日历设置
|
|
459
|
+
* @param {string} date
|
|
460
|
+
* @param {*} [options] Override http request option.
|
|
461
|
+
* @throws {RequiredError}
|
|
462
|
+
*/
|
|
463
|
+
async getByDate(date: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultCalendarEntity>> {
|
|
464
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getByDate(date, options);
|
|
465
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
466
|
+
const localVarOperationServerBasePath = operationServerMap['CalendarApi.getByDate']?.[localVarOperationServerIndex]?.url;
|
|
439
467
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
440
468
|
},
|
|
441
469
|
/**
|
|
@@ -465,19 +493,6 @@ export const CalendarApiFp = function(configuration?: Configuration) {
|
|
|
465
493
|
const localVarOperationServerBasePath = operationServerMap['CalendarApi.updateOrAdd']?.[localVarOperationServerIndex]?.url;
|
|
466
494
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
467
495
|
},
|
|
468
|
-
/**
|
|
469
|
-
*
|
|
470
|
-
* @summary 导入模板
|
|
471
|
-
* @param {string} [language]
|
|
472
|
-
* @param {*} [options] Override http request option.
|
|
473
|
-
* @throws {RequiredError}
|
|
474
|
-
*/
|
|
475
|
-
async uploadAdd4(language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
476
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.uploadAdd4(language, options);
|
|
477
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
478
|
-
const localVarOperationServerBasePath = operationServerMap['CalendarApi.uploadAdd4']?.[localVarOperationServerIndex]?.url;
|
|
479
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
480
|
-
},
|
|
481
496
|
}
|
|
482
497
|
};
|
|
483
498
|
|
|
@@ -490,51 +505,61 @@ export const CalendarApiFactory = function (configuration?: Configuration, baseP
|
|
|
490
505
|
return {
|
|
491
506
|
/**
|
|
492
507
|
*
|
|
493
|
-
* @summary
|
|
494
|
-
* @param {CalendarApiExportList2Request} requestParameters Request parameters.
|
|
508
|
+
* @summary 导入-确认
|
|
495
509
|
* @param {*} [options] Override http request option.
|
|
496
510
|
* @throws {RequiredError}
|
|
497
511
|
*/
|
|
498
|
-
|
|
499
|
-
return localVarFp.
|
|
512
|
+
calendarBatchImportConfirm(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOCalendarExportDto> {
|
|
513
|
+
return localVarFp.calendarBatchImportConfirm(options).then((request) => request(axios, basePath));
|
|
500
514
|
},
|
|
501
515
|
/**
|
|
502
516
|
*
|
|
503
|
-
* @summary
|
|
517
|
+
* @summary 导入-预览
|
|
504
518
|
* @param {*} [options] Override http request option.
|
|
505
519
|
* @throws {RequiredError}
|
|
506
520
|
*/
|
|
507
|
-
|
|
508
|
-
return localVarFp.
|
|
521
|
+
calendarBatchImportPreView(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultExcelImportResultDTOCalendarExportDto> {
|
|
522
|
+
return localVarFp.calendarBatchImportPreView(options).then((request) => request(axios, basePath));
|
|
509
523
|
},
|
|
510
524
|
/**
|
|
511
525
|
*
|
|
512
|
-
* @summary
|
|
526
|
+
* @summary 导入-下载模板
|
|
527
|
+
* @param {CalendarApiCalendarBatchImportTemplateRequest} requestParameters Request parameters.
|
|
513
528
|
* @param {*} [options] Override http request option.
|
|
514
529
|
* @throws {RequiredError}
|
|
515
530
|
*/
|
|
516
|
-
|
|
517
|
-
return localVarFp.
|
|
531
|
+
calendarBatchImportTemplate(requestParameters: CalendarApiCalendarBatchImportTemplateRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
532
|
+
return localVarFp.calendarBatchImportTemplate(requestParameters.language, options).then((request) => request(axios, basePath));
|
|
518
533
|
},
|
|
519
534
|
/**
|
|
520
535
|
*
|
|
521
|
-
* @summary
|
|
522
|
-
* @param {
|
|
536
|
+
* @summary 导入-上传文件
|
|
537
|
+
* @param {CalendarApiCalendarBatchImportUploadRequest} requestParameters Request parameters.
|
|
523
538
|
* @param {*} [options] Override http request option.
|
|
524
539
|
* @throws {RequiredError}
|
|
525
540
|
*/
|
|
526
|
-
|
|
527
|
-
return localVarFp.
|
|
541
|
+
calendarBatchImportUpload(requestParameters: CalendarApiCalendarBatchImportUploadRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
|
|
542
|
+
return localVarFp.calendarBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
528
543
|
},
|
|
529
544
|
/**
|
|
530
545
|
*
|
|
531
|
-
* @summary
|
|
532
|
-
* @param {
|
|
546
|
+
* @summary 导出
|
|
547
|
+
* @param {CalendarApiCalendarExportRequest} requestParameters Request parameters.
|
|
533
548
|
* @param {*} [options] Override http request option.
|
|
534
549
|
* @throws {RequiredError}
|
|
535
550
|
*/
|
|
536
|
-
|
|
537
|
-
return localVarFp.
|
|
551
|
+
calendarExport(requestParameters: CalendarApiCalendarExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
552
|
+
return localVarFp.calendarExport(requestParameters.year, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
553
|
+
},
|
|
554
|
+
/**
|
|
555
|
+
*
|
|
556
|
+
* @summary 获取日历设置
|
|
557
|
+
* @param {CalendarApiGetByDateRequest} requestParameters Request parameters.
|
|
558
|
+
* @param {*} [options] Override http request option.
|
|
559
|
+
* @throws {RequiredError}
|
|
560
|
+
*/
|
|
561
|
+
getByDate(requestParameters: CalendarApiGetByDateRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultCalendarEntity> {
|
|
562
|
+
return localVarFp.getByDate(requestParameters.date, options).then((request) => request(axios, basePath));
|
|
538
563
|
},
|
|
539
564
|
/**
|
|
540
565
|
*
|
|
@@ -556,73 +581,84 @@ export const CalendarApiFactory = function (configuration?: Configuration, baseP
|
|
|
556
581
|
updateOrAdd(requestParameters: CalendarApiUpdateOrAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
557
582
|
return localVarFp.updateOrAdd(requestParameters.calendarSaveUpdateDto, options).then((request) => request(axios, basePath));
|
|
558
583
|
},
|
|
559
|
-
/**
|
|
560
|
-
*
|
|
561
|
-
* @summary 导入模板
|
|
562
|
-
* @param {CalendarApiUploadAdd4Request} requestParameters Request parameters.
|
|
563
|
-
* @param {*} [options] Override http request option.
|
|
564
|
-
* @throws {RequiredError}
|
|
565
|
-
*/
|
|
566
|
-
uploadAdd4(requestParameters: CalendarApiUploadAdd4Request = {}, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
567
|
-
return localVarFp.uploadAdd4(requestParameters.language, options).then((request) => request(axios, basePath));
|
|
568
|
-
},
|
|
569
584
|
};
|
|
570
585
|
};
|
|
571
586
|
|
|
572
587
|
/**
|
|
573
|
-
* Request parameters for
|
|
588
|
+
* Request parameters for calendarBatchImportTemplate operation in CalendarApi.
|
|
574
589
|
* @export
|
|
575
|
-
* @interface
|
|
590
|
+
* @interface CalendarApiCalendarBatchImportTemplateRequest
|
|
576
591
|
*/
|
|
577
|
-
export interface
|
|
578
|
-
/**
|
|
579
|
-
*
|
|
580
|
-
* @type {number}
|
|
581
|
-
* @memberof CalendarApiExportList2
|
|
582
|
-
*/
|
|
583
|
-
readonly year: number
|
|
584
|
-
|
|
592
|
+
export interface CalendarApiCalendarBatchImportTemplateRequest {
|
|
585
593
|
/**
|
|
586
594
|
*
|
|
587
595
|
* @type {string}
|
|
588
|
-
* @memberof
|
|
596
|
+
* @memberof CalendarApiCalendarBatchImportTemplate
|
|
589
597
|
*/
|
|
590
598
|
readonly language?: string
|
|
591
599
|
}
|
|
592
600
|
|
|
593
601
|
/**
|
|
594
|
-
* Request parameters for
|
|
602
|
+
* Request parameters for calendarBatchImportUpload operation in CalendarApi.
|
|
595
603
|
* @export
|
|
596
|
-
* @interface
|
|
604
|
+
* @interface CalendarApiCalendarBatchImportUploadRequest
|
|
597
605
|
*/
|
|
598
|
-
export interface
|
|
606
|
+
export interface CalendarApiCalendarBatchImportUploadRequest {
|
|
607
|
+
/**
|
|
608
|
+
* 园区id
|
|
609
|
+
* @type {number}
|
|
610
|
+
* @memberof CalendarApiCalendarBatchImportUpload
|
|
611
|
+
*/
|
|
612
|
+
readonly parkId: number
|
|
613
|
+
|
|
599
614
|
/**
|
|
600
615
|
*
|
|
616
|
+
* @type {File}
|
|
617
|
+
* @memberof CalendarApiCalendarBatchImportUpload
|
|
618
|
+
*/
|
|
619
|
+
readonly file: File
|
|
620
|
+
|
|
621
|
+
/**
|
|
622
|
+
* 语言
|
|
601
623
|
* @type {string}
|
|
602
|
-
* @memberof
|
|
624
|
+
* @memberof CalendarApiCalendarBatchImportUpload
|
|
603
625
|
*/
|
|
604
|
-
readonly
|
|
626
|
+
readonly language?: string
|
|
605
627
|
}
|
|
606
628
|
|
|
607
629
|
/**
|
|
608
|
-
* Request parameters for
|
|
630
|
+
* Request parameters for calendarExport operation in CalendarApi.
|
|
609
631
|
* @export
|
|
610
|
-
* @interface
|
|
632
|
+
* @interface CalendarApiCalendarExportRequest
|
|
611
633
|
*/
|
|
612
|
-
export interface
|
|
634
|
+
export interface CalendarApiCalendarExportRequest {
|
|
635
|
+
/**
|
|
636
|
+
*
|
|
637
|
+
* @type {number}
|
|
638
|
+
* @memberof CalendarApiCalendarExport
|
|
639
|
+
*/
|
|
640
|
+
readonly year: number
|
|
641
|
+
|
|
613
642
|
/**
|
|
614
643
|
*
|
|
615
644
|
* @type {string}
|
|
616
|
-
* @memberof
|
|
645
|
+
* @memberof CalendarApiCalendarExport
|
|
617
646
|
*/
|
|
618
647
|
readonly language?: string
|
|
648
|
+
}
|
|
619
649
|
|
|
650
|
+
/**
|
|
651
|
+
* Request parameters for getByDate operation in CalendarApi.
|
|
652
|
+
* @export
|
|
653
|
+
* @interface CalendarApiGetByDateRequest
|
|
654
|
+
*/
|
|
655
|
+
export interface CalendarApiGetByDateRequest {
|
|
620
656
|
/**
|
|
621
657
|
*
|
|
622
|
-
* @type {
|
|
623
|
-
* @memberof
|
|
658
|
+
* @type {string}
|
|
659
|
+
* @memberof CalendarApiGetByDate
|
|
624
660
|
*/
|
|
625
|
-
readonly
|
|
661
|
+
readonly date: string
|
|
626
662
|
}
|
|
627
663
|
|
|
628
664
|
/**
|
|
@@ -660,20 +696,6 @@ export interface CalendarApiUpdateOrAddRequest {
|
|
|
660
696
|
readonly calendarSaveUpdateDto: CalendarSaveUpdateDto
|
|
661
697
|
}
|
|
662
698
|
|
|
663
|
-
/**
|
|
664
|
-
* Request parameters for uploadAdd4 operation in CalendarApi.
|
|
665
|
-
* @export
|
|
666
|
-
* @interface CalendarApiUploadAdd4Request
|
|
667
|
-
*/
|
|
668
|
-
export interface CalendarApiUploadAdd4Request {
|
|
669
|
-
/**
|
|
670
|
-
*
|
|
671
|
-
* @type {string}
|
|
672
|
-
* @memberof CalendarApiUploadAdd4
|
|
673
|
-
*/
|
|
674
|
-
readonly language?: string
|
|
675
|
-
}
|
|
676
|
-
|
|
677
699
|
/**
|
|
678
700
|
* CalendarApi - object-oriented interface
|
|
679
701
|
* @export
|
|
@@ -683,96 +705,96 @@ export interface CalendarApiUploadAdd4Request {
|
|
|
683
705
|
export class CalendarApi extends BaseAPI {
|
|
684
706
|
/**
|
|
685
707
|
*
|
|
686
|
-
* @summary
|
|
687
|
-
* @param {CalendarApiExportList2Request} requestParameters Request parameters.
|
|
708
|
+
* @summary 导入-确认
|
|
688
709
|
* @param {*} [options] Override http request option.
|
|
689
710
|
* @throws {RequiredError}
|
|
690
711
|
* @memberof CalendarApi
|
|
691
712
|
*/
|
|
692
|
-
public
|
|
693
|
-
return CalendarApiFp(this.configuration).
|
|
713
|
+
public calendarBatchImportConfirm(options?: RawAxiosRequestConfig) {
|
|
714
|
+
return CalendarApiFp(this.configuration).calendarBatchImportConfirm(options).then((request) => request(this.axios, this.basePath));
|
|
694
715
|
}
|
|
695
716
|
|
|
696
717
|
/**
|
|
697
718
|
*
|
|
698
|
-
* @summary
|
|
719
|
+
* @summary 导入-预览
|
|
699
720
|
* @param {*} [options] Override http request option.
|
|
700
721
|
* @throws {RequiredError}
|
|
701
722
|
* @memberof CalendarApi
|
|
702
723
|
*/
|
|
703
|
-
public
|
|
704
|
-
return CalendarApiFp(this.configuration).
|
|
724
|
+
public calendarBatchImportPreView(options?: RawAxiosRequestConfig) {
|
|
725
|
+
return CalendarApiFp(this.configuration).calendarBatchImportPreView(options).then((request) => request(this.axios, this.basePath));
|
|
705
726
|
}
|
|
706
727
|
|
|
707
728
|
/**
|
|
708
729
|
*
|
|
709
|
-
* @summary
|
|
730
|
+
* @summary 导入-下载模板
|
|
731
|
+
* @param {CalendarApiCalendarBatchImportTemplateRequest} requestParameters Request parameters.
|
|
710
732
|
* @param {*} [options] Override http request option.
|
|
711
733
|
* @throws {RequiredError}
|
|
712
734
|
* @memberof CalendarApi
|
|
713
735
|
*/
|
|
714
|
-
public
|
|
715
|
-
return CalendarApiFp(this.configuration).
|
|
736
|
+
public calendarBatchImportTemplate(requestParameters: CalendarApiCalendarBatchImportTemplateRequest = {}, options?: RawAxiosRequestConfig) {
|
|
737
|
+
return CalendarApiFp(this.configuration).calendarBatchImportTemplate(requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
716
738
|
}
|
|
717
739
|
|
|
718
740
|
/**
|
|
719
741
|
*
|
|
720
|
-
* @summary
|
|
721
|
-
* @param {
|
|
742
|
+
* @summary 导入-上传文件
|
|
743
|
+
* @param {CalendarApiCalendarBatchImportUploadRequest} requestParameters Request parameters.
|
|
722
744
|
* @param {*} [options] Override http request option.
|
|
723
745
|
* @throws {RequiredError}
|
|
724
746
|
* @memberof CalendarApi
|
|
725
747
|
*/
|
|
726
|
-
public
|
|
727
|
-
return CalendarApiFp(this.configuration).
|
|
748
|
+
public calendarBatchImportUpload(requestParameters: CalendarApiCalendarBatchImportUploadRequest, options?: RawAxiosRequestConfig) {
|
|
749
|
+
return CalendarApiFp(this.configuration).calendarBatchImportUpload(requestParameters.parkId, requestParameters.file, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
728
750
|
}
|
|
729
751
|
|
|
730
752
|
/**
|
|
731
753
|
*
|
|
732
|
-
* @summary
|
|
733
|
-
* @param {
|
|
754
|
+
* @summary 导出
|
|
755
|
+
* @param {CalendarApiCalendarExportRequest} requestParameters Request parameters.
|
|
734
756
|
* @param {*} [options] Override http request option.
|
|
735
757
|
* @throws {RequiredError}
|
|
736
758
|
* @memberof CalendarApi
|
|
737
759
|
*/
|
|
738
|
-
public
|
|
739
|
-
return CalendarApiFp(this.configuration).
|
|
760
|
+
public calendarExport(requestParameters: CalendarApiCalendarExportRequest, options?: RawAxiosRequestConfig) {
|
|
761
|
+
return CalendarApiFp(this.configuration).calendarExport(requestParameters.year, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
740
762
|
}
|
|
741
763
|
|
|
742
764
|
/**
|
|
743
765
|
*
|
|
744
|
-
* @summary
|
|
745
|
-
* @param {
|
|
766
|
+
* @summary 获取日历设置
|
|
767
|
+
* @param {CalendarApiGetByDateRequest} requestParameters Request parameters.
|
|
746
768
|
* @param {*} [options] Override http request option.
|
|
747
769
|
* @throws {RequiredError}
|
|
748
770
|
* @memberof CalendarApi
|
|
749
771
|
*/
|
|
750
|
-
public
|
|
751
|
-
return CalendarApiFp(this.configuration).
|
|
772
|
+
public getByDate(requestParameters: CalendarApiGetByDateRequest, options?: RawAxiosRequestConfig) {
|
|
773
|
+
return CalendarApiFp(this.configuration).getByDate(requestParameters.date, options).then((request) => request(this.axios, this.basePath));
|
|
752
774
|
}
|
|
753
775
|
|
|
754
776
|
/**
|
|
755
777
|
*
|
|
756
|
-
* @summary
|
|
757
|
-
* @param {
|
|
778
|
+
* @summary 根据时间区间查询
|
|
779
|
+
* @param {CalendarApiSectionQueryRequest} requestParameters Request parameters.
|
|
758
780
|
* @param {*} [options] Override http request option.
|
|
759
781
|
* @throws {RequiredError}
|
|
760
782
|
* @memberof CalendarApi
|
|
761
783
|
*/
|
|
762
|
-
public
|
|
763
|
-
return CalendarApiFp(this.configuration).
|
|
784
|
+
public sectionQuery(requestParameters: CalendarApiSectionQueryRequest = {}, options?: RawAxiosRequestConfig) {
|
|
785
|
+
return CalendarApiFp(this.configuration).sectionQuery(requestParameters.start, requestParameters.end, options).then((request) => request(this.axios, this.basePath));
|
|
764
786
|
}
|
|
765
787
|
|
|
766
788
|
/**
|
|
767
789
|
*
|
|
768
|
-
* @summary
|
|
769
|
-
* @param {
|
|
790
|
+
* @summary 修改日期
|
|
791
|
+
* @param {CalendarApiUpdateOrAddRequest} requestParameters Request parameters.
|
|
770
792
|
* @param {*} [options] Override http request option.
|
|
771
793
|
* @throws {RequiredError}
|
|
772
794
|
* @memberof CalendarApi
|
|
773
795
|
*/
|
|
774
|
-
public
|
|
775
|
-
return CalendarApiFp(this.configuration).
|
|
796
|
+
public updateOrAdd(requestParameters: CalendarApiUpdateOrAddRequest, options?: RawAxiosRequestConfig) {
|
|
797
|
+
return CalendarApiFp(this.configuration).updateOrAdd(requestParameters.calendarSaveUpdateDto, options).then((request) => request(this.axios, this.basePath));
|
|
776
798
|
}
|
|
777
799
|
}
|
|
778
800
|
|