@gizone/rrs-client 4.2.9-alpha.853 → 4.2.9-alpha.856
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 +4 -1
- package/api.ts +0 -1
- package/apis/access-api.ts +7 -3
- package/apis/app-auth-api.ts +20 -12
- package/apis/auth-api.ts +58 -26
- package/apis/calendar-api.ts +3 -3
- package/apis/common-api.ts +171 -53
- package/apis/disaster-warning-standard-api.ts +3 -3
- package/apis/equipment-api.ts +33 -33
- package/apis/excel-language-controller-api.ts +8 -0
- package/apis/inspection-standard-api.ts +3 -3
- package/apis/maintenance-standard-api.ts +3 -3
- package/apis/notification-api.ts +28 -8
- package/apis/park-api.ts +6 -6
- package/apis/reimbursement-bill-api.ts +182 -0
- package/apis/role-api.ts +164 -88
- package/apis/setting-api.ts +9 -9
- package/apis/supplier-api.ts +10 -12
- package/apis/sys-api.ts +266 -50
- package/apis/user-api.ts +126 -46
- package/apis/web-hook-api.ts +8 -8
- package/apis/work-order-api.ts +22 -22
- package/dist/api.d.ts +0 -1
- package/dist/api.js +0 -1
- package/dist/apis/access-api.d.ts +7 -3
- package/dist/apis/access-api.js +6 -2
- package/dist/apis/app-auth-api.d.ts +23 -15
- package/dist/apis/app-auth-api.js +10 -2
- package/dist/apis/auth-api.d.ts +68 -36
- package/dist/apis/auth-api.js +34 -2
- package/dist/apis/calendar-api.d.ts +3 -3
- package/dist/apis/calendar-api.js +2 -2
- package/dist/apis/common-api.d.ts +186 -70
- package/dist/apis/common-api.js +124 -7
- package/dist/apis/disaster-warning-standard-api.d.ts +3 -3
- package/dist/apis/disaster-warning-standard-api.js +2 -2
- package/dist/apis/equipment-api.d.ts +31 -31
- package/dist/apis/equipment-api.js +15 -15
- package/dist/apis/excel-language-controller-api.d.ts +8 -0
- package/dist/apis/excel-language-controller-api.js +8 -0
- package/dist/apis/inspection-standard-api.d.ts +3 -3
- package/dist/apis/inspection-standard-api.js +2 -2
- package/dist/apis/maintenance-standard-api.d.ts +3 -3
- package/dist/apis/maintenance-standard-api.js +2 -2
- package/dist/apis/notification-api.d.ts +32 -12
- package/dist/apis/notification-api.js +20 -0
- package/dist/apis/park-api.d.ts +6 -6
- package/dist/apis/park-api.js +2 -2
- package/dist/apis/reimbursement-bill-api.d.ts +94 -0
- package/dist/apis/reimbursement-bill-api.js +140 -0
- package/dist/apis/role-api.d.ts +144 -56
- package/dist/apis/role-api.js +132 -56
- package/dist/apis/setting-api.d.ts +9 -9
- package/dist/apis/setting-api.js +4 -4
- package/dist/apis/supplier-api.d.ts +10 -11
- package/dist/apis/supplier-api.js +4 -4
- package/dist/apis/sys-api.d.ts +285 -69
- package/dist/apis/sys-api.js +220 -4
- package/dist/apis/user-api.d.ts +140 -60
- package/dist/apis/user-api.js +89 -9
- package/dist/apis/web-hook-api.d.ts +12 -12
- package/dist/apis/work-order-api.d.ts +20 -20
- package/dist/apis/work-order-api.js +10 -10
- package/dist/esm/api.d.ts +0 -1
- package/dist/esm/api.js +0 -1
- package/dist/esm/apis/access-api.d.ts +7 -3
- package/dist/esm/apis/access-api.js +6 -2
- package/dist/esm/apis/app-auth-api.d.ts +23 -15
- package/dist/esm/apis/app-auth-api.js +10 -2
- package/dist/esm/apis/auth-api.d.ts +68 -36
- package/dist/esm/apis/auth-api.js +34 -2
- package/dist/esm/apis/calendar-api.d.ts +3 -3
- package/dist/esm/apis/calendar-api.js +2 -2
- package/dist/esm/apis/common-api.d.ts +186 -70
- package/dist/esm/apis/common-api.js +124 -7
- package/dist/esm/apis/disaster-warning-standard-api.d.ts +3 -3
- package/dist/esm/apis/disaster-warning-standard-api.js +2 -2
- package/dist/esm/apis/equipment-api.d.ts +31 -31
- package/dist/esm/apis/equipment-api.js +15 -15
- package/dist/esm/apis/excel-language-controller-api.d.ts +8 -0
- package/dist/esm/apis/excel-language-controller-api.js +8 -0
- package/dist/esm/apis/inspection-standard-api.d.ts +3 -3
- package/dist/esm/apis/inspection-standard-api.js +2 -2
- package/dist/esm/apis/maintenance-standard-api.d.ts +3 -3
- package/dist/esm/apis/maintenance-standard-api.js +2 -2
- package/dist/esm/apis/notification-api.d.ts +32 -12
- package/dist/esm/apis/notification-api.js +20 -0
- package/dist/esm/apis/park-api.d.ts +6 -6
- package/dist/esm/apis/park-api.js +2 -2
- package/dist/esm/apis/reimbursement-bill-api.d.ts +94 -0
- package/dist/esm/apis/reimbursement-bill-api.js +140 -0
- package/dist/esm/apis/role-api.d.ts +144 -56
- package/dist/esm/apis/role-api.js +132 -56
- package/dist/esm/apis/setting-api.d.ts +9 -9
- package/dist/esm/apis/setting-api.js +4 -4
- package/dist/esm/apis/supplier-api.d.ts +10 -11
- package/dist/esm/apis/supplier-api.js +4 -4
- package/dist/esm/apis/sys-api.d.ts +285 -69
- package/dist/esm/apis/sys-api.js +220 -4
- package/dist/esm/apis/user-api.d.ts +140 -60
- package/dist/esm/apis/user-api.js +89 -9
- package/dist/esm/apis/web-hook-api.d.ts +12 -12
- package/dist/esm/apis/work-order-api.d.ts +20 -20
- package/dist/esm/apis/work-order-api.js +10 -10
- package/dist/esm/models/access-abnormal-type-enum.d.ts +1 -1
- package/dist/esm/models/access-abnormal-type-enum.js +1 -1
- package/dist/esm/models/access-appointment-record-add-vo.d.ts +9 -9
- package/dist/esm/models/access-appointment-record-details-dto.d.ts +12 -12
- package/dist/esm/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
- package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +3 -3
- package/dist/esm/models/access-appointment-source-enum.d.ts +1 -1
- package/dist/esm/models/access-appointment-source-enum.js +1 -1
- package/dist/esm/models/access-approval-config-vo.d.ts +2 -2
- package/dist/esm/models/access-company-config-entity.d.ts +1 -1
- package/dist/esm/models/access-config-entity.d.ts +1 -1
- package/dist/esm/models/access-direction-enum.d.ts +1 -1
- package/dist/esm/models/access-direction-enum.js +1 -1
- package/dist/esm/models/access-reason-enum.d.ts +1 -1
- package/dist/esm/models/access-reason-enum.js +1 -1
- package/dist/esm/models/access-record-details-dto.d.ts +9 -9
- package/dist/esm/models/access-record-summary-details-dto.d.ts +10 -10
- package/dist/esm/models/access-record-summary-list-dto.d.ts +8 -8
- package/dist/esm/models/access-vehicle-type-enum.d.ts +1 -1
- package/dist/esm/models/access-vehicle-type-enum.js +1 -1
- package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +1 -1
- package/dist/esm/models/access-visitor-person-type-enum.d.ts +1 -1
- package/dist/esm/models/access-visitor-person-type-enum.js +1 -1
- package/dist/esm/models/access-whitelist-application-add-vo.d.ts +4 -4
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +3 -3
- package/dist/esm/models/access-whitelist-application-details-dto.d.ts +6 -6
- package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +3 -3
- package/dist/esm/models/access-whitelist-application-update-vo.d.ts +1 -1
- package/dist/esm/models/address-region-entity.d.ts +1 -1
- package/dist/esm/models/app-login-wx-chat-dto.d.ts +1 -1
- package/dist/esm/models/applet-sys-user-drop-down-box-list-dto.d.ts +1 -7
- package/dist/esm/models/base-error-result.d.ts +1 -1
- package/dist/esm/models/budget-balance-query-dto.d.ts +1 -1
- package/dist/esm/models/budget-interaction-result-detail-dto.d.ts +1 -1
- package/dist/esm/models/business-type-enum.d.ts +1 -1
- package/dist/esm/models/business-type-enum.js +1 -1
- package/dist/esm/models/calendar-entity.d.ts +1 -1
- package/dist/esm/models/center-list-dto.d.ts +1 -1
- package/dist/esm/models/cuser-info.d.ts +1 -1
- package/dist/esm/models/czy-settlement-interaction-webhook-dto.d.ts +3 -3
- package/dist/esm/models/dashboard-access-search-dto.d.ts +2 -2
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +3 -3
- package/dist/esm/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +2 -2
- package/dist/esm/models/dept-relation.d.ts +2 -2
- package/dist/esm/models/dept.d.ts +2 -2
- package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-entity.d.ts +2 -2
- package/dist/esm/models/emission-standard-enum.d.ts +1 -1
- package/dist/esm/models/emission-standard-enum.js +1 -1
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
- package/dist/esm/models/energy-cost-import-redis-vo.d.ts +1 -1
- package/dist/esm/models/energy-cost-record-bill-info-vo.d.ts +1 -1
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +1 -1
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +1 -1
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +1 -1
- package/dist/esm/models/equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/equipment-edit-vo.d.ts +2 -2
- package/dist/esm/models/equipment-search-system-dto.d.ts +2 -2
- package/dist/esm/models/equipment-search-vo.d.ts +3 -3
- package/dist/esm/models/equipment-status-enum.d.ts +1 -1
- package/dist/esm/models/equipment-status-enum.js +1 -1
- package/dist/esm/models/equipment-status-stats-vo.d.ts +1 -1
- package/dist/esm/models/equipment-tree-details-dto.d.ts +2 -2
- package/dist/esm/models/evaluation-approval-process-dto.d.ts +1 -1
- package/dist/esm/models/evaluation-approval-process-vo.d.ts +1 -1
- package/dist/esm/models/evaluation-config-add-dto.d.ts +1 -1
- package/dist/esm/models/evaluation-config-details-vo.d.ts +1 -1
- package/dist/esm/models/evaluation-config-import-dto.d.ts +1 -1
- package/dist/esm/models/evaluation-config-list-vo.d.ts +1 -1
- package/dist/esm/models/evaluation-config-update-dto.d.ts +1 -1
- package/dist/esm/models/evaluation-config-violation-dto.d.ts +2 -2
- package/dist/esm/models/evaluation-config-violation-vo.d.ts +2 -2
- package/dist/esm/models/evaluation-details-vo.d.ts +3 -3
- package/dist/esm/models/evaluation-draft-dto.d.ts +2 -2
- package/dist/esm/models/evaluation-item-add-dto.d.ts +1 -1
- package/dist/esm/models/evaluation-item-vo.d.ts +1 -1
- package/dist/esm/models/evaluation-list-vo.d.ts +3 -3
- package/dist/esm/models/evaluation-rating-level-enum.d.ts +1 -1
- package/dist/esm/models/evaluation-rating-level-enum.js +1 -1
- package/dist/esm/models/evaluation-submit-dto.d.ts +2 -2
- package/dist/esm/models/evaluation-type-enum.d.ts +1 -1
- package/dist/esm/models/evaluation-type-enum.js +1 -1
- package/dist/esm/models/evaluation-violation-deduction-type-enum.d.ts +1 -1
- package/dist/esm/models/evaluation-violation-deduction-type-enum.js +1 -1
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
- package/dist/esm/models/exploration-work-order-add-vo.d.ts +4 -4
- package/dist/esm/models/exploration-work-order-details-dto.d.ts +7 -7
- package/dist/esm/models/exploration-work-order-info.d.ts +3 -3
- package/dist/esm/models/exploration-work-order-type-enum.d.ts +1 -1
- package/dist/esm/models/exploration-work-order-type-enum.js +1 -1
- package/dist/esm/models/flow-record-vo.d.ts +2 -2
- package/dist/esm/models/followup-work-order-dto.d.ts +1 -1
- package/dist/esm/models/group-dept-vo.d.ts +1 -1
- package/dist/esm/models/hwork-user-list-result-vo.d.ts +2 -2
- package/dist/esm/models/index.d.ts +4 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/inspection-category-enum.d.ts +1 -1
- package/dist/esm/models/inspection-category-enum.js +1 -1
- package/dist/esm/models/inspection-point-item.d.ts +1 -1
- package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +4 -4
- package/dist/esm/models/inspection-standard-dto.d.ts +4 -4
- package/dist/esm/models/inspection-standard-entity.d.ts +5 -5
- package/dist/esm/models/inspection-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/inspection-standard-type-enum.d.ts +1 -1
- package/dist/esm/models/inspection-standard-type-enum.js +1 -1
- package/dist/esm/models/insurance-work-order-issue-vo.d.ts +3 -3
- package/dist/esm/models/invoice-type-enum.d.ts +1 -1
- package/dist/esm/models/invoice-type-enum.js +1 -1
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +5 -17
- package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +5 -5
- package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +5 -5
- package/dist/esm/models/json-result-access-company-config-entity.d.ts +6 -6
- package/dist/esm/models/json-result-access-config-entity.d.ts +6 -6
- package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +5 -5
- package/dist/esm/models/json-result-admission-terms-record-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-applet-user-type-dto.d.ts +6 -6
- package/dist/esm/models/json-result-big-decimal.d.ts +5 -5
- package/dist/esm/models/json-result-boolean.d.ts +5 -5
- package/dist/esm/models/json-result-calendar-entity.d.ts +6 -6
- package/dist/esm/models/json-result-czy-budget-balance-vo.d.ts +6 -6
- package/dist/esm/models/json-result-czy-system-organization-member-detail-vo.d.ts +6 -6
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +6 -6
- package/dist/esm/models/json-result-disaster-warning-standard-entity.d.ts +5 -5
- package/dist/esm/models/json-result-energy-cost-import-redis-vo.d.ts +6 -6
- package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +6 -6
- package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +6 -6
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +6 -6
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +6 -6
- package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +6 -6
- package/dist/esm/models/json-result-equipment-add-redis-list-dto.d.ts +6 -6
- package/dist/esm/models/json-result-equipment-detail-dto.d.ts +6 -6
- package/dist/esm/models/json-result-equipment-search-system-dto.d.ts +5 -5
- package/dist/esm/models/json-result-evaluation-approval-process-vo.d.ts +6 -6
- package/dist/esm/models/json-result-evaluation-config-details-vo.d.ts +6 -6
- package/dist/esm/models/json-result-evaluation-details-vo.d.ts +6 -6
- package/dist/esm/models/json-result-evaluation-statistics-vo.d.ts +6 -6
- package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +6 -6
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +6 -6
- package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +6 -6
- package/dist/esm/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +6 -6
- package/dist/esm/models/json-result-excel-import-result-dtoevaluation-config-import-dto.d.ts +6 -6
- package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +6 -6
- package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +6 -6
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +6 -6
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +6 -6
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +6 -6
- package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-file-dto.d.ts +6 -6
- package/dist/esm/models/json-result-flow-record-vo.d.ts +6 -6
- package/dist/esm/models/json-result-group-dept-vo.d.ts +6 -6
- package/dist/esm/models/json-result-hwork-user-list-result-vo.d.ts +6 -6
- package/dist/esm/models/json-result-inspection-standard-entity.d.ts +5 -5
- package/dist/esm/models/json-result-integer.d.ts +5 -5
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +6 -6
- package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +5 -5
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-address-region-entity.d.ts +5 -5
- package/dist/esm/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-area-park-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-calendar-entity.d.ts +5 -5
- package/dist/esm/models/json-result-list-center-list-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-czy-organization-cost-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-czy-organization-object-export-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-energy-cost-analysis-list-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-energy-cost-two-list-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-equipment-detail-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-equipment-qr-code-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-equipment-system-tree-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-equipment-tree-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-evaluation-module-category-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-flow-record-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-inspection-point.d.ts +5 -5
- package/dist/esm/models/json-result-list-inspection-standard-entity.d.ts +5 -5
- package/dist/esm/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-maintenance-standard-entity.d.ts +5 -5
- package/dist/esm/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-mdm-increment-vendors-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-mdm-legal-entity-bank-accounts-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-mdm-legal-entity-bank-accounts-vo.js +14 -0
- package/dist/esm/models/json-result-list-park-list-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-park-select-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-plan-calendar-list-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-plan-calendar-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-plan-entity.d.ts +5 -5
- package/dist/esm/models/json-result-list-reimbursement-bill-payer-entity.d.ts +62 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-payer-entity.js +14 -0
- package/dist/esm/models/json-result-list-reimbursement-bill-payer-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-space-image-detail-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-space-point-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-space-qr-code-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-space-tree-dto.d.ts +6 -6
- package/dist/esm/models/json-result-list-space-url-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-srm-center-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-supplier-select-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-sys-dept.d.ts +5 -5
- package/dist/esm/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.d.ts +5 -5
- package/dist/esm/models/json-result-list-work-order-circulation-vo.d.ts +5 -5
- package/dist/esm/models/json-result-list-work-order-comment-entity.d.ts +5 -5
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +5 -5
- package/dist/esm/models/json-result-list-work-order-inspection-detail-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +5 -5
- package/dist/esm/models/json-result-list-work-order-push-settings-entity.d.ts +5 -5
- package/dist/esm/models/json-result-list-work-order-spot-check-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +5 -5
- package/dist/esm/models/json-result-list-work-order-type-settings-entity.d.ts +5 -5
- package/dist/esm/models/json-result-maintenance-daily-work-order-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-maintenance-order-approval-config-entity.d.ts +6 -6
- package/dist/esm/models/json-result-maintenance-order-details-vo.d.ts +6 -6
- package/dist/esm/models/json-result-maintenance-standard-entity.d.ts +6 -6
- package/dist/esm/models/json-result-map-string-object.d.ts +7 -7
- package/dist/esm/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-notice-entity.d.ts +6 -6
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-equipment-search-system-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-evaluation-config-list-vo.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-evaluation-list-vo.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-maintenance-order-list-vo.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-maintenance-standard-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-plan-search-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-supplier-contract-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +6 -6
- package/dist/esm/models/json-result-page-dto-work-order-search-dto.d.ts +6 -6
- package/dist/esm/models/json-result-park-info-dto.d.ts +6 -6
- package/dist/esm/models/json-result-park-settings-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-period-detail-resp.d.ts +6 -6
- package/dist/esm/models/json-result-plan-detail-dto.d.ts +6 -6
- package/dist/esm/models/json-result-reimbursement-bill-details-vo.d.ts +6 -6
- package/dist/esm/models/json-result-space-add-redis-list-dto.d.ts +6 -6
- package/dist/esm/models/json-result-space-image-detail-dto.d.ts +6 -6
- package/dist/esm/models/json-result-srm-center-entity.d.ts +6 -6
- package/dist/esm/models/json-result-string.d.ts +5 -5
- package/dist/esm/models/json-result-supplier-contract-details-dto.d.ts +5 -5
- package/dist/esm/models/json-result-supplier-entity.d.ts +6 -6
- package/dist/esm/models/json-result-surveillance-count-dto.d.ts +6 -6
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +5 -5
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +6 -6
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-surveillance-settings-polling-dto.d.ts +6 -6
- package/dist/esm/models/json-result-switch-park-v2-dto.d.ts +6 -6
- package/dist/esm/models/json-result-sys-dept.d.ts +5 -5
- package/dist/esm/models/json-result-sys-user-msg-dto.d.ts +5 -5
- package/dist/esm/models/json-result-sys-user.d.ts +5 -5
- package/dist/esm/models/json-result-two-energy-consumption-summar-vo.d.ts +6 -6
- package/dist/esm/models/json-result-user-add-redis-list-vo.d.ts +6 -6
- package/dist/esm/models/json-result-user-settings-entity.d.ts +6 -6
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +6 -6
- package/dist/esm/models/json-result-void.d.ts +5 -5
- package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +6 -6
- package/dist/esm/models/json-result-work-order-detail-dto.d.ts +6 -6
- package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +6 -6
- package/dist/esm/models/json-result-zjht-contract-data-result.d.ts +6 -6
- package/dist/esm/models/json-result.d.ts +7 -7
- package/dist/esm/models/login-type-enum.d.ts +1 -1
- package/dist/esm/models/login-type-enum.js +1 -1
- package/dist/esm/models/maintenace-daily-abnormal-cause-type-enum.d.ts +1 -1
- package/dist/esm/models/maintenace-daily-abnormal-cause-type-enum.js +1 -1
- package/dist/esm/models/maintenance-daily-work-order-details-dto.d.ts +7 -7
- package/dist/esm/models/maintenance-daily-work-order-info.d.ts +1 -1
- package/dist/esm/models/maintenance-daily-work-order-list-dto.d.ts +1 -1
- package/dist/esm/models/maintenance-daily-work-order-process-vo.d.ts +1 -1
- package/dist/esm/models/maintenance-history-dto.d.ts +2 -2
- package/dist/esm/models/maintenance-order-acceptance-add-dto.d.ts +1 -1
- package/dist/esm/models/maintenance-order-approval-config-entity.d.ts +2 -2
- package/dist/esm/models/maintenance-order-approval-status-enum.d.ts +1 -1
- package/dist/esm/models/maintenance-order-approval-status-enum.js +1 -1
- package/dist/esm/models/maintenance-order-details-vo.d.ts +6 -6
- package/dist/esm/models/maintenance-order-list-vo.d.ts +2 -2
- package/dist/esm/models/maintenance-order-operate-type-enum.d.ts +1 -1
- package/dist/esm/models/maintenance-order-operate-type-enum.js +1 -1
- package/dist/esm/models/maintenance-order-process-record-list-vo.d.ts +2 -2
- package/dist/esm/models/maintenance-order-process-status-enum.d.ts +1 -1
- package/dist/esm/models/maintenance-order-process-status-enum.js +1 -1
- package/dist/esm/models/maintenance-order-status-enum.d.ts +1 -1
- package/dist/esm/models/maintenance-order-status-enum.js +1 -1
- package/dist/esm/models/maintenance-order-type-enum.d.ts +1 -1
- package/dist/esm/models/maintenance-order-type-enum.js +1 -1
- package/dist/esm/models/maintenance-order-warranty-details-vo.d.ts +1 -1
- package/dist/esm/models/maintenance-order-warranty-period-enum.d.ts +1 -1
- package/dist/esm/models/maintenance-order-warranty-period-enum.js +1 -1
- package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-dto.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-entity.d.ts +3 -3
- package/dist/esm/models/mdm-increment-vendor-bank-accounts-vo.d.ts +1 -1
- package/dist/esm/models/mdm-increment-vendors-vo.d.ts +1 -1
- package/dist/esm/models/mdm-legal-entity-bank-accounts-vo.d.ts +96 -0
- package/dist/esm/models/mdm-legal-entity-bank-accounts-vo.js +14 -0
- package/dist/esm/models/message-push-log-search-list-bo.d.ts +2 -2
- package/dist/esm/models/monitoring-coverage-alert-info.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-reason-enum.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-reason-enum.js +1 -1
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +6 -6
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +12 -12
- package/dist/esm/models/notice-entity.d.ts +1 -1
- package/dist/esm/models/offline-alert-submit-vo.d.ts +1 -1
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +8 -8
- package/dist/esm/models/offline-alert-work-order-info.d.ts +3 -3
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +1 -1
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +8 -8
- package/dist/esm/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
- package/dist/esm/models/open-api-equipment-list-dto.d.ts +2 -2
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/page-dto-equipment-search-system-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-evaluation-config-list-vo.d.ts +1 -1
- package/dist/esm/models/page-dto-evaluation-list-vo.d.ts +1 -1
- package/dist/esm/models/page-dto-inspection-standard-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-maintenance-order-list-vo.d.ts +1 -1
- package/dist/esm/models/page-dto-maintenance-standard-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-plan-search-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-reimbursement-bill-list-vo.d.ts +1 -1
- package/dist/esm/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-sys-user-msg-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-work-order-search-dto.d.ts +1 -1
- package/dist/esm/models/park-center-attribute-enum.d.ts +1 -1
- package/dist/esm/models/park-center-attribute-enum.js +1 -1
- package/dist/esm/models/park-info-dto.d.ts +1 -1
- package/dist/esm/models/park-info-edit-vo.d.ts +1 -1
- package/dist/esm/models/park-list-dto.d.ts +1 -1
- package/dist/esm/models/park-plat-form-enum.d.ts +1 -1
- package/dist/esm/models/park-plat-form-enum.js +1 -1
- package/dist/esm/models/park.d.ts +1 -1
- package/dist/esm/models/payment-method-enum.d.ts +1 -1
- package/dist/esm/models/payment-method-enum.js +1 -1
- package/dist/esm/models/period-detail-resp.d.ts +4 -4
- package/dist/esm/models/plan-add-vo.d.ts +3 -3
- package/dist/esm/models/plan-detail-dto.d.ts +4 -4
- package/dist/esm/models/plan-edit-vo.d.ts +3 -3
- package/dist/esm/models/plan-entity.d.ts +3 -3
- package/dist/esm/models/plan-image-list.d.ts +1 -1
- package/dist/esm/models/plan-item-add-vo.d.ts +2 -2
- package/dist/esm/models/plan-item-edit-vo.d.ts +2 -2
- package/dist/esm/models/plan-search-dto.d.ts +2 -2
- package/dist/esm/models/process-work-order-vo.d.ts +1 -1
- package/dist/esm/models/reimbursement-bill-details-vo.d.ts +17 -5
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +15 -3
- package/dist/esm/models/reimbursement-bill-list-vo.d.ts +17 -5
- package/dist/esm/models/reimbursement-bill-payer-entity.d.ts +108 -0
- package/dist/esm/models/reimbursement-bill-payer-entity.js +14 -0
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +15 -3
- package/dist/esm/models/reimbursement-platform-status-dto.d.ts +1 -1
- package/dist/esm/models/response-data.d.ts +2 -2
- package/dist/esm/models/result-code.d.ts +1 -1
- package/dist/esm/models/result-code.js +1 -1
- package/dist/esm/models/sms-captcha-vo.d.ts +1 -1
- package/dist/esm/models/source-work-order-dto.d.ts +1 -1
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +1 -1
- package/dist/esm/models/space-add-excel-dto.d.ts +1 -1
- package/dist/esm/models/space-add-vo.d.ts +1 -1
- package/dist/esm/models/space-detail-dto.d.ts +2 -2
- package/dist/esm/models/space-edit-vo.d.ts +1 -1
- package/dist/esm/models/space-image-detail-dto.d.ts +1 -1
- package/dist/esm/models/space-tree-dto.d.ts +2 -2
- package/dist/esm/models/space-type-enum.d.ts +1 -1
- package/dist/esm/models/space-type-enum.js +1 -1
- package/dist/esm/models/srm-center-entity.d.ts +2 -2
- package/dist/esm/models/srm-center-vo.d.ts +3 -3
- package/dist/esm/models/srm-level-add-dto.d.ts +1 -1
- package/dist/esm/models/supplier-entity.d.ts +1 -1
- package/dist/esm/models/supplier-search-vo.d.ts +2 -2
- package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +3 -3
- package/dist/esm/models/surveillance-details-dto.d.ts +7 -7
- package/dist/esm/models/surveillance-entity.d.ts +3 -3
- package/dist/esm/models/surveillance-screen-layout-enum.d.ts +1 -1
- package/dist/esm/models/surveillance-screen-layout-enum.js +1 -1
- package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/esm/models/surveillance-settings-polling-dto.d.ts +1 -1
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +1 -1
- package/dist/esm/models/surveillance-update-vo.d.ts +2 -2
- package/dist/esm/models/switch-pak-body-v2-vo.d.ts +1 -1
- package/dist/esm/models/sys-config.d.ts +2 -2
- package/dist/esm/models/sys-dept-drop-down-box-list-dto.d.ts +3 -3
- package/dist/esm/models/sys-dept.d.ts +2 -2
- package/dist/esm/models/sys-dict-data.d.ts +2 -2
- package/dist/esm/models/sys-dict-type.d.ts +2 -2
- package/dist/esm/models/sys-logininfor.d.ts +2 -2
- package/dist/esm/models/sys-menu.d.ts +2 -2
- package/dist/esm/models/sys-notice.d.ts +2 -2
- package/dist/esm/models/sys-oper-log.d.ts +2 -2
- package/dist/esm/models/sys-post.d.ts +2 -2
- package/dist/esm/models/sys-role.d.ts +2 -2
- package/dist/esm/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/sys-user.d.ts +7 -7
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +1 -1
- package/dist/esm/models/system-user-msg-source-type-enum.js +1 -1
- package/dist/esm/models/table-data-info.d.ts +2 -2
- package/dist/esm/models/third-party-system-enum.d.ts +1 -1
- package/dist/esm/models/third-party-system-enum.js +1 -1
- package/dist/esm/models/user-add-redis-list-vo.d.ts +1 -1
- package/dist/esm/models/user-roles-and-permissions-dto.d.ts +1 -1
- package/dist/esm/models/user-settings-entity.d.ts +4 -4
- package/dist/esm/models/user-settings-update-bo.d.ts +3 -3
- package/dist/esm/models/user-source-enum.d.ts +1 -1
- package/dist/esm/models/user-source-enum.js +1 -1
- package/dist/esm/models/user.d.ts +1 -1
- package/dist/esm/models/violation-decision-vo.d.ts +2 -2
- package/dist/esm/models/violation-level-enum.d.ts +1 -1
- package/dist/esm/models/violation-level-enum.js +1 -1
- package/dist/esm/models/violation-work-order-add-vo.d.ts +3 -3
- package/dist/esm/models/violation-work-order-details-dto.d.ts +10 -10
- package/dist/esm/models/violation-work-order-info.d.ts +4 -4
- package/dist/esm/models/work-order-add-vo.d.ts +3 -3
- package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-circulation-settings-entity.d.ts +3 -3
- package/dist/esm/models/work-order-circulation-vo.d.ts +1 -1
- package/dist/esm/models/work-order-comment-entity.d.ts +1 -1
- package/dist/esm/models/work-order-decision-vo.d.ts +2 -2
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +2 -2
- package/dist/esm/models/work-order-detail-dto.d.ts +11 -11
- package/dist/esm/models/work-order-ext-data.d.ts +6 -6
- package/dist/esm/models/work-order-group-equipment-dto.d.ts +3 -3
- package/dist/esm/models/work-order-handler-dto.d.ts +1 -1
- package/dist/esm/models/work-order-handler-status-enum.d.ts +1 -1
- package/dist/esm/models/work-order-handler-status-enum.js +1 -1
- package/dist/esm/models/work-order-internal-status-enum.d.ts +1 -1
- package/dist/esm/models/work-order-internal-status-enum.js +1 -1
- package/dist/esm/models/work-order-issue-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-issue-type-enum.js +1 -1
- package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +3 -3
- package/dist/esm/models/work-order-liability-party-enum.d.ts +1 -1
- package/dist/esm/models/work-order-liability-party-enum.js +1 -1
- package/dist/esm/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/esm/models/work-order-plan-holidays-enum.d.ts +1 -1
- package/dist/esm/models/work-order-plan-holidays-enum.js +1 -1
- package/dist/esm/models/work-order-plan-repeats-enum.d.ts +1 -1
- package/dist/esm/models/work-order-plan-repeats-enum.js +1 -1
- package/dist/esm/models/work-order-push-settings-entity.d.ts +2 -2
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/esm/models/work-order-report-vo.d.ts +3 -3
- package/dist/esm/models/work-order-search-dto.d.ts +6 -6
- package/dist/esm/models/work-order-settings-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-settings-type-enum.js +1 -1
- package/dist/esm/models/work-order-source-enum.d.ts +1 -1
- package/dist/esm/models/work-order-source-enum.js +1 -1
- package/dist/esm/models/work-order-space-dto.d.ts +1 -1
- package/dist/esm/models/work-order-spot-check-dto.d.ts +2 -2
- package/dist/esm/models/work-order-staging-data-vo.d.ts +1 -1
- package/dist/esm/models/work-order-status-enum.d.ts +1 -1
- package/dist/esm/models/work-order-status-enum.js +1 -1
- package/dist/esm/models/work-order-submit-vo.d.ts +2 -2
- package/dist/esm/models/work-order-type-alert-receiver-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-type-alert-receiver-type-enum.js +1 -1
- 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/esm/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/work-order-type-remind-rule-enum.d.ts +1 -1
- package/dist/esm/models/work-order-type-remind-rule-enum.js +1 -1
- package/dist/esm/models/work-order-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/work-order-type-subcategory-enum.d.ts +1 -1
- package/dist/esm/models/work-order-type-subcategory-enum.js +1 -1
- package/dist/esm/models/zjht-contract.d.ts +1 -1
- package/dist/models/access-abnormal-type-enum.d.ts +1 -1
- package/dist/models/access-abnormal-type-enum.js +1 -1
- package/dist/models/access-appointment-record-add-vo.d.ts +9 -9
- package/dist/models/access-appointment-record-details-dto.d.ts +12 -12
- package/dist/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
- package/dist/models/access-appointment-record-process-details-dto.d.ts +3 -3
- package/dist/models/access-appointment-source-enum.d.ts +1 -1
- package/dist/models/access-appointment-source-enum.js +1 -1
- package/dist/models/access-approval-config-vo.d.ts +2 -2
- package/dist/models/access-company-config-entity.d.ts +1 -1
- package/dist/models/access-config-entity.d.ts +1 -1
- package/dist/models/access-direction-enum.d.ts +1 -1
- package/dist/models/access-direction-enum.js +1 -1
- package/dist/models/access-reason-enum.d.ts +1 -1
- package/dist/models/access-reason-enum.js +1 -1
- package/dist/models/access-record-details-dto.d.ts +9 -9
- package/dist/models/access-record-summary-details-dto.d.ts +10 -10
- package/dist/models/access-record-summary-list-dto.d.ts +8 -8
- package/dist/models/access-vehicle-type-enum.d.ts +1 -1
- package/dist/models/access-vehicle-type-enum.js +1 -1
- package/dist/models/access-visitor-person-type-config-vo.d.ts +1 -1
- package/dist/models/access-visitor-person-type-enum.d.ts +1 -1
- package/dist/models/access-visitor-person-type-enum.js +1 -1
- package/dist/models/access-whitelist-application-add-vo.d.ts +4 -4
- package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +3 -3
- package/dist/models/access-whitelist-application-details-dto.d.ts +6 -6
- package/dist/models/access-whitelist-application-process-details-dto.d.ts +3 -3
- package/dist/models/access-whitelist-application-update-vo.d.ts +1 -1
- package/dist/models/address-region-entity.d.ts +1 -1
- package/dist/models/app-login-wx-chat-dto.d.ts +1 -1
- package/dist/models/applet-sys-user-drop-down-box-list-dto.d.ts +1 -7
- package/dist/models/base-error-result.d.ts +1 -1
- package/dist/models/budget-balance-query-dto.d.ts +1 -1
- package/dist/models/budget-interaction-result-detail-dto.d.ts +1 -1
- package/dist/models/business-type-enum.d.ts +1 -1
- package/dist/models/business-type-enum.js +1 -1
- package/dist/models/calendar-entity.d.ts +1 -1
- package/dist/models/center-list-dto.d.ts +1 -1
- package/dist/models/cuser-info.d.ts +1 -1
- package/dist/models/czy-settlement-interaction-webhook-dto.d.ts +3 -3
- package/dist/models/dashboard-access-search-dto.d.ts +2 -2
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +3 -3
- package/dist/models/dashboard-maintenance-order-statistics-by-type-vo.d.ts +1 -1
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
- package/dist/models/dept-relation-dto.d.ts +2 -2
- package/dist/models/dept-relation.d.ts +2 -2
- package/dist/models/dept.d.ts +2 -2
- package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/disaster-warning-standard-entity.d.ts +2 -2
- package/dist/models/emission-standard-enum.d.ts +1 -1
- package/dist/models/emission-standard-enum.js +1 -1
- package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
- package/dist/models/energy-cost-import-redis-vo.d.ts +1 -1
- package/dist/models/energy-cost-record-bill-info-vo.d.ts +1 -1
- package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +1 -1
- package/dist/models/energy-cost-record-info-vo.d.ts +1 -1
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +1 -1
- package/dist/models/equipment-detail-dto.d.ts +2 -2
- package/dist/models/equipment-edit-vo.d.ts +2 -2
- package/dist/models/equipment-search-system-dto.d.ts +2 -2
- package/dist/models/equipment-search-vo.d.ts +3 -3
- package/dist/models/equipment-status-enum.d.ts +1 -1
- package/dist/models/equipment-status-enum.js +1 -1
- package/dist/models/equipment-status-stats-vo.d.ts +1 -1
- package/dist/models/equipment-tree-details-dto.d.ts +2 -2
- package/dist/models/evaluation-approval-process-dto.d.ts +1 -1
- package/dist/models/evaluation-approval-process-vo.d.ts +1 -1
- package/dist/models/evaluation-config-add-dto.d.ts +1 -1
- package/dist/models/evaluation-config-details-vo.d.ts +1 -1
- package/dist/models/evaluation-config-import-dto.d.ts +1 -1
- package/dist/models/evaluation-config-list-vo.d.ts +1 -1
- package/dist/models/evaluation-config-update-dto.d.ts +1 -1
- package/dist/models/evaluation-config-violation-dto.d.ts +2 -2
- package/dist/models/evaluation-config-violation-vo.d.ts +2 -2
- package/dist/models/evaluation-details-vo.d.ts +3 -3
- package/dist/models/evaluation-draft-dto.d.ts +2 -2
- package/dist/models/evaluation-item-add-dto.d.ts +1 -1
- package/dist/models/evaluation-item-vo.d.ts +1 -1
- package/dist/models/evaluation-list-vo.d.ts +3 -3
- package/dist/models/evaluation-rating-level-enum.d.ts +1 -1
- package/dist/models/evaluation-rating-level-enum.js +1 -1
- package/dist/models/evaluation-submit-dto.d.ts +2 -2
- package/dist/models/evaluation-type-enum.d.ts +1 -1
- package/dist/models/evaluation-type-enum.js +1 -1
- package/dist/models/evaluation-violation-deduction-type-enum.d.ts +1 -1
- package/dist/models/evaluation-violation-deduction-type-enum.js +1 -1
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
- package/dist/models/exploration-work-order-add-vo.d.ts +4 -4
- package/dist/models/exploration-work-order-details-dto.d.ts +7 -7
- package/dist/models/exploration-work-order-info.d.ts +3 -3
- package/dist/models/exploration-work-order-type-enum.d.ts +1 -1
- package/dist/models/exploration-work-order-type-enum.js +1 -1
- package/dist/models/flow-record-vo.d.ts +2 -2
- package/dist/models/followup-work-order-dto.d.ts +1 -1
- package/dist/models/group-dept-vo.d.ts +1 -1
- package/dist/models/hwork-user-list-result-vo.d.ts +2 -2
- package/dist/models/index.d.ts +4 -0
- package/dist/models/index.js +4 -0
- package/dist/models/inspection-category-enum.d.ts +1 -1
- package/dist/models/inspection-category-enum.js +1 -1
- package/dist/models/inspection-point-item.d.ts +1 -1
- package/dist/models/inspection-standard-add-or-update-vo.d.ts +4 -4
- package/dist/models/inspection-standard-dto.d.ts +4 -4
- package/dist/models/inspection-standard-entity.d.ts +5 -5
- package/dist/models/inspection-standard-import-dto.d.ts +2 -2
- package/dist/models/inspection-standard-type-enum.d.ts +1 -1
- package/dist/models/inspection-standard-type-enum.js +1 -1
- package/dist/models/insurance-work-order-issue-vo.d.ts +3 -3
- package/dist/models/invoice-type-enum.d.ts +1 -1
- package/dist/models/invoice-type-enum.js +1 -1
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +5 -17
- package/dist/models/json-result-access-appointment-record-details-dto.d.ts +5 -5
- package/dist/models/json-result-access-blacklist-details-dto.d.ts +5 -5
- package/dist/models/json-result-access-company-config-entity.d.ts +6 -6
- package/dist/models/json-result-access-config-entity.d.ts +6 -6
- package/dist/models/json-result-access-record-summary-details-dto.d.ts +6 -6
- package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +5 -5
- package/dist/models/json-result-admission-terms-record-details-dto.d.ts +6 -6
- package/dist/models/json-result-applet-user-type-dto.d.ts +6 -6
- package/dist/models/json-result-big-decimal.d.ts +5 -5
- package/dist/models/json-result-boolean.d.ts +5 -5
- package/dist/models/json-result-calendar-entity.d.ts +6 -6
- package/dist/models/json-result-czy-budget-balance-vo.d.ts +6 -6
- package/dist/models/json-result-czy-system-organization-member-detail-vo.d.ts +6 -6
- package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +6 -6
- package/dist/models/json-result-disaster-warning-standard-entity.d.ts +5 -5
- package/dist/models/json-result-energy-cost-import-redis-vo.d.ts +6 -6
- package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +6 -6
- package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +6 -6
- package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +6 -6
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +6 -6
- package/dist/models/json-result-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +6 -6
- package/dist/models/json-result-equipment-add-redis-list-dto.d.ts +6 -6
- package/dist/models/json-result-equipment-detail-dto.d.ts +6 -6
- package/dist/models/json-result-equipment-search-system-dto.d.ts +5 -5
- package/dist/models/json-result-evaluation-approval-process-vo.d.ts +6 -6
- package/dist/models/json-result-evaluation-config-details-vo.d.ts +6 -6
- package/dist/models/json-result-evaluation-details-vo.d.ts +6 -6
- package/dist/models/json-result-evaluation-statistics-vo.d.ts +6 -6
- package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +6 -6
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +6 -6
- package/dist/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +6 -6
- package/dist/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +6 -6
- package/dist/models/json-result-excel-import-result-dtoevaluation-config-import-dto.d.ts +6 -6
- package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +6 -6
- package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +6 -6
- package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +6 -6
- package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +6 -6
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +6 -6
- package/dist/models/json-result-exploration-work-order-details-dto.d.ts +6 -6
- package/dist/models/json-result-file-dto.d.ts +6 -6
- package/dist/models/json-result-flow-record-vo.d.ts +6 -6
- package/dist/models/json-result-group-dept-vo.d.ts +6 -6
- package/dist/models/json-result-hwork-user-list-result-vo.d.ts +6 -6
- package/dist/models/json-result-inspection-standard-entity.d.ts +5 -5
- package/dist/models/json-result-integer.d.ts +5 -5
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +6 -6
- package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +6 -6
- package/dist/models/json-result-list-access-appointment-record-process-details-dto.d.ts +5 -5
- package/dist/models/json-result-list-access-company-config-entity.d.ts +5 -5
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +5 -5
- package/dist/models/json-result-list-address-region-entity.d.ts +5 -5
- package/dist/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +5 -5
- package/dist/models/json-result-list-area-park-dto.d.ts +5 -5
- package/dist/models/json-result-list-calendar-entity.d.ts +5 -5
- package/dist/models/json-result-list-center-list-dto.d.ts +5 -5
- package/dist/models/json-result-list-czy-organization-cost-vo.d.ts +5 -5
- package/dist/models/json-result-list-czy-organization-object-export-vo.d.ts +5 -5
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +5 -5
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +5 -5
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +5 -5
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +5 -5
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.d.ts +5 -5
- package/dist/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.d.ts +5 -5
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +5 -5
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +5 -5
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +5 -5
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +5 -5
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +5 -5
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +5 -5
- package/dist/models/json-result-list-energy-cost-analysis-list-vo.d.ts +5 -5
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +5 -5
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +5 -5
- package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +5 -5
- package/dist/models/json-result-list-energy-cost-two-list-vo.d.ts +5 -5
- package/dist/models/json-result-list-equipment-detail-dto.d.ts +5 -5
- package/dist/models/json-result-list-equipment-qr-code-dto.d.ts +5 -5
- package/dist/models/json-result-list-equipment-system-tree-dto.d.ts +5 -5
- package/dist/models/json-result-list-equipment-tree-dto.d.ts +5 -5
- package/dist/models/json-result-list-evaluation-module-category-vo.d.ts +5 -5
- package/dist/models/json-result-list-flow-record-vo.d.ts +5 -5
- package/dist/models/json-result-list-inspection-point.d.ts +5 -5
- package/dist/models/json-result-list-inspection-standard-entity.d.ts +5 -5
- package/dist/models/json-result-list-maintenance-order-process-record-list-vo.d.ts +5 -5
- package/dist/models/json-result-list-maintenance-standard-entity.d.ts +5 -5
- package/dist/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.d.ts +5 -5
- package/dist/models/json-result-list-mdm-increment-vendors-vo.d.ts +5 -5
- package/dist/models/json-result-list-mdm-legal-entity-bank-accounts-vo.d.ts +62 -0
- package/dist/models/json-result-list-mdm-legal-entity-bank-accounts-vo.js +15 -0
- package/dist/models/json-result-list-park-list-dto.d.ts +5 -5
- package/dist/models/json-result-list-park-select-vo.d.ts +5 -5
- package/dist/models/json-result-list-plan-calendar-list-vo.d.ts +5 -5
- package/dist/models/json-result-list-plan-calendar-vo.d.ts +5 -5
- package/dist/models/json-result-list-plan-entity.d.ts +5 -5
- package/dist/models/json-result-list-reimbursement-bill-payer-entity.d.ts +62 -0
- package/dist/models/json-result-list-reimbursement-bill-payer-entity.js +15 -0
- package/dist/models/json-result-list-reimbursement-bill-payer-vo.d.ts +5 -5
- package/dist/models/json-result-list-reimbursement-bill-process-record-list-vo.d.ts +5 -5
- package/dist/models/json-result-list-space-image-detail-dto.d.ts +5 -5
- package/dist/models/json-result-list-space-point-dto.d.ts +5 -5
- package/dist/models/json-result-list-space-qr-code-dto.d.ts +5 -5
- package/dist/models/json-result-list-space-tree-dto.d.ts +6 -6
- package/dist/models/json-result-list-space-url-dto.d.ts +5 -5
- package/dist/models/json-result-list-srm-center-vo.d.ts +5 -5
- package/dist/models/json-result-list-supplier-select-dto.d.ts +5 -5
- package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +5 -5
- package/dist/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +5 -5
- package/dist/models/json-result-list-sys-dept.d.ts +5 -5
- package/dist/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +5 -5
- package/dist/models/json-result-list-work-order-circulation-settings-entity.d.ts +5 -5
- package/dist/models/json-result-list-work-order-circulation-vo.d.ts +5 -5
- package/dist/models/json-result-list-work-order-comment-entity.d.ts +5 -5
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +5 -5
- package/dist/models/json-result-list-work-order-inspection-detail-dto.d.ts +5 -5
- package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +5 -5
- package/dist/models/json-result-list-work-order-push-settings-entity.d.ts +5 -5
- package/dist/models/json-result-list-work-order-spot-check-dto.d.ts +5 -5
- package/dist/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +5 -5
- package/dist/models/json-result-list-work-order-type-settings-entity.d.ts +5 -5
- package/dist/models/json-result-maintenance-daily-work-order-details-dto.d.ts +6 -6
- package/dist/models/json-result-maintenance-order-approval-config-entity.d.ts +6 -6
- package/dist/models/json-result-maintenance-order-details-vo.d.ts +6 -6
- package/dist/models/json-result-maintenance-standard-entity.d.ts +6 -6
- package/dist/models/json-result-map-string-object.d.ts +7 -7
- package/dist/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +6 -6
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +6 -6
- package/dist/models/json-result-notice-entity.d.ts +6 -6
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +6 -6
- package/dist/models/json-result-page-dto-equipment-search-system-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-evaluation-config-list-vo.d.ts +6 -6
- package/dist/models/json-result-page-dto-evaluation-list-vo.d.ts +6 -6
- package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-maintenance-order-list-vo.d.ts +6 -6
- package/dist/models/json-result-page-dto-maintenance-standard-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-plan-search-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-reimbursement-bill-list-vo.d.ts +6 -6
- package/dist/models/json-result-page-dto-supplier-contract-details-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +6 -6
- package/dist/models/json-result-page-dto-work-order-search-dto.d.ts +6 -6
- package/dist/models/json-result-park-info-dto.d.ts +6 -6
- package/dist/models/json-result-park-settings-details-dto.d.ts +6 -6
- package/dist/models/json-result-period-detail-resp.d.ts +6 -6
- package/dist/models/json-result-plan-detail-dto.d.ts +6 -6
- package/dist/models/json-result-reimbursement-bill-details-vo.d.ts +6 -6
- package/dist/models/json-result-space-add-redis-list-dto.d.ts +6 -6
- package/dist/models/json-result-space-image-detail-dto.d.ts +6 -6
- package/dist/models/json-result-srm-center-entity.d.ts +6 -6
- package/dist/models/json-result-string.d.ts +5 -5
- package/dist/models/json-result-supplier-contract-details-dto.d.ts +5 -5
- package/dist/models/json-result-supplier-entity.d.ts +6 -6
- package/dist/models/json-result-surveillance-count-dto.d.ts +6 -6
- package/dist/models/json-result-surveillance-details-dto.d.ts +5 -5
- package/dist/models/json-result-surveillance-live-dto.d.ts +6 -6
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +6 -6
- package/dist/models/json-result-surveillance-settings-polling-dto.d.ts +6 -6
- package/dist/models/json-result-switch-park-v2-dto.d.ts +6 -6
- package/dist/models/json-result-sys-dept.d.ts +5 -5
- package/dist/models/json-result-sys-user-msg-dto.d.ts +5 -5
- package/dist/models/json-result-sys-user.d.ts +5 -5
- package/dist/models/json-result-two-energy-consumption-summar-vo.d.ts +6 -6
- package/dist/models/json-result-user-add-redis-list-vo.d.ts +6 -6
- package/dist/models/json-result-user-settings-entity.d.ts +6 -6
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +6 -6
- package/dist/models/json-result-void.d.ts +5 -5
- package/dist/models/json-result-work-order-dept-settings-entity.d.ts +6 -6
- package/dist/models/json-result-work-order-detail-dto.d.ts +6 -6
- package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +6 -6
- package/dist/models/json-result-zjht-contract-data-result.d.ts +6 -6
- package/dist/models/json-result.d.ts +7 -7
- package/dist/models/login-type-enum.d.ts +1 -1
- package/dist/models/login-type-enum.js +1 -1
- package/dist/models/maintenace-daily-abnormal-cause-type-enum.d.ts +1 -1
- package/dist/models/maintenace-daily-abnormal-cause-type-enum.js +1 -1
- package/dist/models/maintenance-daily-work-order-details-dto.d.ts +7 -7
- package/dist/models/maintenance-daily-work-order-info.d.ts +1 -1
- package/dist/models/maintenance-daily-work-order-list-dto.d.ts +1 -1
- package/dist/models/maintenance-daily-work-order-process-vo.d.ts +1 -1
- package/dist/models/maintenance-history-dto.d.ts +2 -2
- package/dist/models/maintenance-order-acceptance-add-dto.d.ts +1 -1
- package/dist/models/maintenance-order-approval-config-entity.d.ts +2 -2
- package/dist/models/maintenance-order-approval-status-enum.d.ts +1 -1
- package/dist/models/maintenance-order-approval-status-enum.js +1 -1
- package/dist/models/maintenance-order-details-vo.d.ts +6 -6
- package/dist/models/maintenance-order-list-vo.d.ts +2 -2
- package/dist/models/maintenance-order-operate-type-enum.d.ts +1 -1
- package/dist/models/maintenance-order-operate-type-enum.js +1 -1
- package/dist/models/maintenance-order-process-record-list-vo.d.ts +2 -2
- package/dist/models/maintenance-order-process-status-enum.d.ts +1 -1
- package/dist/models/maintenance-order-process-status-enum.js +1 -1
- package/dist/models/maintenance-order-status-enum.d.ts +1 -1
- package/dist/models/maintenance-order-status-enum.js +1 -1
- package/dist/models/maintenance-order-type-enum.d.ts +1 -1
- package/dist/models/maintenance-order-type-enum.js +1 -1
- package/dist/models/maintenance-order-warranty-details-vo.d.ts +1 -1
- package/dist/models/maintenance-order-warranty-period-enum.d.ts +1 -1
- package/dist/models/maintenance-order-warranty-period-enum.js +1 -1
- package/dist/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
- package/dist/models/maintenance-standard-dto.d.ts +2 -2
- package/dist/models/maintenance-standard-entity.d.ts +3 -3
- package/dist/models/mdm-increment-vendor-bank-accounts-vo.d.ts +1 -1
- package/dist/models/mdm-increment-vendors-vo.d.ts +1 -1
- package/dist/models/mdm-legal-entity-bank-accounts-vo.d.ts +96 -0
- package/dist/models/mdm-legal-entity-bank-accounts-vo.js +15 -0
- package/dist/models/message-push-log-search-list-bo.d.ts +2 -2
- package/dist/models/monitoring-coverage-alert-info.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-reason-enum.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-reason-enum.js +1 -1
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +6 -6
- package/dist/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/models/network-monitor-repair-details-dto.d.ts +12 -12
- package/dist/models/notice-entity.d.ts +1 -1
- package/dist/models/offline-alert-submit-vo.d.ts +1 -1
- package/dist/models/offline-alert-work-order-details-dto.d.ts +8 -8
- package/dist/models/offline-alert-work-order-info.d.ts +3 -3
- package/dist/models/offline-alert-work-order-vo.d.ts +1 -1
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +8 -8
- package/dist/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
- package/dist/models/open-api-equipment-list-dto.d.ts +2 -2
- package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
- package/dist/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
- package/dist/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
- package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
- package/dist/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
- package/dist/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/page-dto-equipment-search-system-dto.d.ts +1 -1
- package/dist/models/page-dto-evaluation-config-list-vo.d.ts +1 -1
- package/dist/models/page-dto-evaluation-list-vo.d.ts +1 -1
- package/dist/models/page-dto-inspection-standard-dto.d.ts +1 -1
- package/dist/models/page-dto-maintenance-order-list-vo.d.ts +1 -1
- package/dist/models/page-dto-maintenance-standard-dto.d.ts +1 -1
- package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
- package/dist/models/page-dto-plan-search-dto.d.ts +1 -1
- package/dist/models/page-dto-reimbursement-bill-list-vo.d.ts +1 -1
- package/dist/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
- package/dist/models/page-dto-surveillance-details-dto.d.ts +1 -1
- package/dist/models/page-dto-sys-user-msg-dto.d.ts +1 -1
- package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +1 -1
- package/dist/models/page-dto-work-order-search-dto.d.ts +1 -1
- package/dist/models/park-center-attribute-enum.d.ts +1 -1
- package/dist/models/park-center-attribute-enum.js +1 -1
- package/dist/models/park-info-dto.d.ts +1 -1
- package/dist/models/park-info-edit-vo.d.ts +1 -1
- package/dist/models/park-list-dto.d.ts +1 -1
- package/dist/models/park-plat-form-enum.d.ts +1 -1
- package/dist/models/park-plat-form-enum.js +1 -1
- package/dist/models/park.d.ts +1 -1
- package/dist/models/payment-method-enum.d.ts +1 -1
- package/dist/models/payment-method-enum.js +1 -1
- package/dist/models/period-detail-resp.d.ts +4 -4
- package/dist/models/plan-add-vo.d.ts +3 -3
- package/dist/models/plan-detail-dto.d.ts +4 -4
- package/dist/models/plan-edit-vo.d.ts +3 -3
- package/dist/models/plan-entity.d.ts +3 -3
- package/dist/models/plan-image-list.d.ts +1 -1
- package/dist/models/plan-item-add-vo.d.ts +2 -2
- package/dist/models/plan-item-edit-vo.d.ts +2 -2
- package/dist/models/plan-search-dto.d.ts +2 -2
- package/dist/models/process-work-order-vo.d.ts +1 -1
- package/dist/models/reimbursement-bill-details-vo.d.ts +17 -5
- package/dist/models/reimbursement-bill-draft-dto.d.ts +15 -3
- package/dist/models/reimbursement-bill-list-vo.d.ts +17 -5
- package/dist/models/reimbursement-bill-payer-entity.d.ts +108 -0
- package/dist/models/reimbursement-bill-payer-entity.js +15 -0
- package/dist/models/reimbursement-bill-submit-dto.d.ts +15 -3
- package/dist/models/reimbursement-platform-status-dto.d.ts +1 -1
- package/dist/models/response-data.d.ts +2 -2
- package/dist/models/result-code.d.ts +1 -1
- package/dist/models/result-code.js +1 -1
- package/dist/models/sms-captcha-vo.d.ts +1 -1
- package/dist/models/source-work-order-dto.d.ts +1 -1
- package/dist/models/source-work-order-inspection-dto.d.ts +1 -1
- package/dist/models/space-add-excel-dto.d.ts +1 -1
- package/dist/models/space-add-vo.d.ts +1 -1
- package/dist/models/space-detail-dto.d.ts +2 -2
- package/dist/models/space-edit-vo.d.ts +1 -1
- package/dist/models/space-image-detail-dto.d.ts +1 -1
- package/dist/models/space-tree-dto.d.ts +2 -2
- package/dist/models/space-type-enum.d.ts +1 -1
- package/dist/models/space-type-enum.js +1 -1
- package/dist/models/srm-center-entity.d.ts +2 -2
- package/dist/models/srm-center-vo.d.ts +3 -3
- package/dist/models/srm-level-add-dto.d.ts +1 -1
- package/dist/models/supplier-entity.d.ts +1 -1
- package/dist/models/supplier-search-vo.d.ts +2 -2
- package/dist/models/surveillance-batch-import-template-dto.d.ts +3 -3
- package/dist/models/surveillance-details-dto.d.ts +7 -7
- package/dist/models/surveillance-entity.d.ts +3 -3
- package/dist/models/surveillance-screen-layout-enum.d.ts +1 -1
- package/dist/models/surveillance-screen-layout-enum.js +1 -1
- package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/models/surveillance-settings-polling-dto.d.ts +1 -1
- package/dist/models/surveillance-settings-polling-vo.d.ts +1 -1
- package/dist/models/surveillance-update-vo.d.ts +2 -2
- package/dist/models/switch-pak-body-v2-vo.d.ts +1 -1
- package/dist/models/sys-config.d.ts +2 -2
- package/dist/models/sys-dept-drop-down-box-list-dto.d.ts +3 -3
- package/dist/models/sys-dept.d.ts +2 -2
- package/dist/models/sys-dict-data.d.ts +2 -2
- package/dist/models/sys-dict-type.d.ts +2 -2
- package/dist/models/sys-logininfor.d.ts +2 -2
- package/dist/models/sys-menu.d.ts +2 -2
- package/dist/models/sys-notice.d.ts +2 -2
- package/dist/models/sys-oper-log.d.ts +2 -2
- package/dist/models/sys-post.d.ts +2 -2
- package/dist/models/sys-role.d.ts +2 -2
- package/dist/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/models/sys-user.d.ts +7 -7
- package/dist/models/system-user-msg-source-type-enum.d.ts +1 -1
- package/dist/models/system-user-msg-source-type-enum.js +1 -1
- package/dist/models/table-data-info.d.ts +2 -2
- package/dist/models/third-party-system-enum.d.ts +1 -1
- package/dist/models/third-party-system-enum.js +1 -1
- package/dist/models/user-add-redis-list-vo.d.ts +1 -1
- package/dist/models/user-roles-and-permissions-dto.d.ts +1 -1
- package/dist/models/user-settings-entity.d.ts +4 -4
- package/dist/models/user-settings-update-bo.d.ts +3 -3
- package/dist/models/user-source-enum.d.ts +1 -1
- package/dist/models/user-source-enum.js +1 -1
- package/dist/models/user.d.ts +1 -1
- package/dist/models/violation-decision-vo.d.ts +2 -2
- package/dist/models/violation-level-enum.d.ts +1 -1
- package/dist/models/violation-level-enum.js +1 -1
- package/dist/models/violation-work-order-add-vo.d.ts +3 -3
- package/dist/models/violation-work-order-details-dto.d.ts +10 -10
- package/dist/models/violation-work-order-info.d.ts +4 -4
- package/dist/models/work-order-add-vo.d.ts +3 -3
- package/dist/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-circulation-settings-entity.d.ts +3 -3
- package/dist/models/work-order-circulation-vo.d.ts +1 -1
- package/dist/models/work-order-comment-entity.d.ts +1 -1
- package/dist/models/work-order-decision-vo.d.ts +2 -2
- package/dist/models/work-order-dept-settings-entity.d.ts +2 -2
- package/dist/models/work-order-detail-dto.d.ts +11 -11
- package/dist/models/work-order-ext-data.d.ts +6 -6
- package/dist/models/work-order-group-equipment-dto.d.ts +3 -3
- package/dist/models/work-order-handler-dto.d.ts +1 -1
- package/dist/models/work-order-handler-status-enum.d.ts +1 -1
- package/dist/models/work-order-handler-status-enum.js +1 -1
- package/dist/models/work-order-internal-status-enum.d.ts +1 -1
- package/dist/models/work-order-internal-status-enum.js +1 -1
- package/dist/models/work-order-issue-type-enum.d.ts +1 -1
- package/dist/models/work-order-issue-type-enum.js +1 -1
- package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-issue-type-settings-entity.d.ts +3 -3
- package/dist/models/work-order-liability-party-enum.d.ts +1 -1
- package/dist/models/work-order-liability-party-enum.js +1 -1
- package/dist/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/models/work-order-plan-holidays-enum.d.ts +1 -1
- package/dist/models/work-order-plan-holidays-enum.js +1 -1
- package/dist/models/work-order-plan-repeats-enum.d.ts +1 -1
- package/dist/models/work-order-plan-repeats-enum.js +1 -1
- package/dist/models/work-order-push-settings-entity.d.ts +2 -2
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/models/work-order-report-vo.d.ts +3 -3
- package/dist/models/work-order-search-dto.d.ts +6 -6
- package/dist/models/work-order-settings-type-enum.d.ts +1 -1
- package/dist/models/work-order-settings-type-enum.js +1 -1
- package/dist/models/work-order-source-enum.d.ts +1 -1
- package/dist/models/work-order-source-enum.js +1 -1
- package/dist/models/work-order-space-dto.d.ts +1 -1
- package/dist/models/work-order-spot-check-dto.d.ts +2 -2
- package/dist/models/work-order-staging-data-vo.d.ts +1 -1
- package/dist/models/work-order-status-enum.d.ts +1 -1
- package/dist/models/work-order-status-enum.js +1 -1
- package/dist/models/work-order-submit-vo.d.ts +2 -2
- package/dist/models/work-order-type-alert-receiver-type-enum.d.ts +1 -1
- package/dist/models/work-order-type-alert-receiver-type-enum.js +1 -1
- package/dist/models/work-order-type-enum.d.ts +1 -1
- package/dist/models/work-order-type-enum.js +1 -1
- package/dist/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +1 -1
- package/dist/models/work-order-type-remind-rule-enum.d.ts +1 -1
- package/dist/models/work-order-type-remind-rule-enum.js +1 -1
- package/dist/models/work-order-type-settings-entity.d.ts +2 -2
- package/dist/models/work-order-type-subcategory-enum.d.ts +1 -1
- package/dist/models/work-order-type-subcategory-enum.js +1 -1
- package/dist/models/zjht-contract.d.ts +1 -1
- package/models/access-abnormal-type-enum.ts +1 -1
- package/models/access-appointment-record-add-vo.ts +9 -9
- package/models/access-appointment-record-details-dto.ts +12 -12
- package/models/access-appointment-record-process-approval-user-dto.ts +1 -1
- package/models/access-appointment-record-process-details-dto.ts +3 -3
- package/models/access-appointment-source-enum.ts +1 -1
- package/models/access-approval-config-vo.ts +2 -2
- package/models/access-company-config-entity.ts +1 -1
- package/models/access-config-entity.ts +1 -1
- package/models/access-direction-enum.ts +1 -1
- package/models/access-reason-enum.ts +1 -1
- package/models/access-record-details-dto.ts +9 -9
- package/models/access-record-summary-details-dto.ts +10 -10
- package/models/access-record-summary-list-dto.ts +8 -8
- package/models/access-vehicle-type-enum.ts +1 -1
- package/models/access-visitor-person-type-config-vo.ts +1 -1
- package/models/access-visitor-person-type-enum.ts +1 -1
- package/models/access-whitelist-application-add-vo.ts +4 -4
- package/models/access-whitelist-application-batch-import-template-dto.ts +3 -3
- package/models/access-whitelist-application-details-dto.ts +6 -6
- package/models/access-whitelist-application-process-details-dto.ts +3 -3
- package/models/access-whitelist-application-update-vo.ts +1 -1
- package/models/address-region-entity.ts +1 -1
- package/models/app-login-wx-chat-dto.ts +1 -1
- package/models/applet-sys-user-drop-down-box-list-dto.ts +1 -7
- package/models/base-error-result.ts +1 -1
- package/models/budget-balance-query-dto.ts +1 -1
- package/models/budget-interaction-result-detail-dto.ts +1 -1
- package/models/business-type-enum.ts +1 -1
- package/models/calendar-entity.ts +1 -1
- package/models/center-list-dto.ts +1 -1
- package/models/cuser-info.ts +1 -1
- package/models/czy-settlement-interaction-webhook-dto.ts +3 -3
- package/models/dashboard-access-search-dto.ts +2 -2
- package/models/dashboard-access-source-group-stats-vo.ts +1 -1
- package/models/dashboard-equipment-system-group-stats-vo.ts +3 -3
- package/models/dashboard-maintenance-order-statistics-by-type-vo.ts +1 -1
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +1 -1
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +1 -1
- package/models/dashboard-work-order-type-group-stats-vo.ts +1 -1
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +1 -1
- package/models/dept-relation-dto.ts +2 -2
- package/models/dept-relation.ts +2 -2
- package/models/dept.ts +2 -2
- package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
- package/models/disaster-warning-standard-entity.ts +2 -2
- package/models/emission-standard-enum.ts +1 -1
- package/models/energy-cost-add-setting-dtopark-setting.ts +1 -1
- package/models/energy-cost-import-redis-vo.ts +1 -1
- package/models/energy-cost-record-bill-info-vo.ts +1 -1
- package/models/energy-cost-record-info-not-emun-vo.ts +1 -1
- package/models/energy-cost-record-info-vo.ts +1 -1
- package/models/energy-cost-scenarios-info-not-enum-vo.ts +1 -1
- package/models/equipment-detail-dto.ts +2 -2
- package/models/equipment-edit-vo.ts +2 -2
- package/models/equipment-search-system-dto.ts +2 -2
- package/models/equipment-search-vo.ts +3 -3
- package/models/equipment-status-enum.ts +1 -1
- package/models/equipment-status-stats-vo.ts +1 -1
- package/models/equipment-tree-details-dto.ts +2 -2
- package/models/evaluation-approval-process-dto.ts +1 -1
- package/models/evaluation-approval-process-vo.ts +1 -1
- package/models/evaluation-config-add-dto.ts +1 -1
- package/models/evaluation-config-details-vo.ts +1 -1
- package/models/evaluation-config-import-dto.ts +1 -1
- package/models/evaluation-config-list-vo.ts +1 -1
- package/models/evaluation-config-update-dto.ts +1 -1
- package/models/evaluation-config-violation-dto.ts +2 -2
- package/models/evaluation-config-violation-vo.ts +2 -2
- package/models/evaluation-details-vo.ts +3 -3
- package/models/evaluation-draft-dto.ts +2 -2
- package/models/evaluation-item-add-dto.ts +1 -1
- package/models/evaluation-item-vo.ts +1 -1
- package/models/evaluation-list-vo.ts +3 -3
- package/models/evaluation-rating-level-enum.ts +1 -1
- package/models/evaluation-submit-dto.ts +2 -2
- package/models/evaluation-type-enum.ts +1 -1
- package/models/evaluation-violation-deduction-type-enum.ts +1 -1
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +1 -1
- package/models/exploration-work-order-add-vo.ts +4 -4
- package/models/exploration-work-order-details-dto.ts +7 -7
- package/models/exploration-work-order-info.ts +3 -3
- package/models/exploration-work-order-type-enum.ts +1 -1
- package/models/flow-record-vo.ts +2 -2
- package/models/followup-work-order-dto.ts +1 -1
- package/models/group-dept-vo.ts +1 -1
- package/models/hwork-user-list-result-vo.ts +2 -2
- package/models/index.ts +4 -0
- package/models/inspection-category-enum.ts +1 -1
- package/models/inspection-point-item.ts +1 -1
- package/models/inspection-standard-add-or-update-vo.ts +4 -4
- package/models/inspection-standard-dto.ts +4 -4
- package/models/inspection-standard-entity.ts +5 -5
- package/models/inspection-standard-import-dto.ts +2 -2
- package/models/inspection-standard-type-enum.ts +1 -1
- package/models/insurance-work-order-issue-vo.ts +3 -3
- package/models/invoice-type-enum.ts +1 -1
- package/models/ipage-energy-cost-record-info-vo.ts +5 -17
- package/models/json-result-access-appointment-record-details-dto.ts +5 -5
- package/models/json-result-access-blacklist-details-dto.ts +5 -5
- package/models/json-result-access-company-config-entity.ts +6 -6
- package/models/json-result-access-config-entity.ts +6 -6
- package/models/json-result-access-record-summary-details-dto.ts +6 -6
- package/models/json-result-access-whitelist-application-details-dto.ts +5 -5
- package/models/json-result-admission-terms-record-details-dto.ts +6 -6
- package/models/json-result-applet-user-type-dto.ts +6 -6
- package/models/json-result-big-decimal.ts +5 -5
- package/models/json-result-boolean.ts +5 -5
- package/models/json-result-calendar-entity.ts +6 -6
- package/models/json-result-czy-budget-balance-vo.ts +6 -6
- package/models/json-result-czy-system-organization-member-detail-vo.ts +6 -6
- package/models/json-result-dashboard-park-statistics-vo.ts +6 -6
- package/models/json-result-disaster-warning-standard-entity.ts +5 -5
- package/models/json-result-energy-cost-import-redis-vo.ts +6 -6
- package/models/json-result-energy-cost-per-area-analysis-vo.ts +6 -6
- package/models/json-result-energy-cost-per-unit-analysis-vo.ts +6 -6
- package/models/json-result-energy-cost-record-bill-info-vo.ts +6 -6
- package/models/json-result-energy-cost-record-info-not-emun-vo.ts +6 -6
- package/models/json-result-energy-cost-record-info-vo.ts +6 -6
- package/models/json-result-energy-cost-unit-price-analysis-vo.ts +6 -6
- package/models/json-result-equipment-add-redis-list-dto.ts +6 -6
- package/models/json-result-equipment-detail-dto.ts +6 -6
- package/models/json-result-equipment-search-system-dto.ts +5 -5
- package/models/json-result-evaluation-approval-process-vo.ts +6 -6
- package/models/json-result-evaluation-config-details-vo.ts +6 -6
- package/models/json-result-evaluation-details-vo.ts +6 -6
- package/models/json-result-evaluation-statistics-vo.ts +6 -6
- package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +6 -6
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +6 -6
- package/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.ts +6 -6
- package/models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts +6 -6
- package/models/json-result-excel-import-result-dtoevaluation-config-import-dto.ts +6 -6
- package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +6 -6
- package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +6 -6
- package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +6 -6
- package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +6 -6
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +6 -6
- package/models/json-result-exploration-work-order-details-dto.ts +6 -6
- package/models/json-result-file-dto.ts +6 -6
- package/models/json-result-flow-record-vo.ts +6 -6
- package/models/json-result-group-dept-vo.ts +6 -6
- package/models/json-result-hwork-user-list-result-vo.ts +6 -6
- package/models/json-result-inspection-standard-entity.ts +5 -5
- package/models/json-result-integer.ts +5 -5
- package/models/json-result-ipage-energy-cost-record-info-vo.ts +6 -6
- package/models/json-result-json-result-list-space-tree-dto.ts +6 -6
- package/models/json-result-list-access-appointment-record-process-details-dto.ts +5 -5
- package/models/json-result-list-access-company-config-entity.ts +5 -5
- package/models/json-result-list-access-whitelist-application-process-details-dto.ts +5 -5
- package/models/json-result-list-address-region-entity.ts +5 -5
- package/models/json-result-list-applet-sys-user-drop-down-box-list-dto.ts +5 -5
- package/models/json-result-list-area-park-dto.ts +5 -5
- package/models/json-result-list-calendar-entity.ts +5 -5
- package/models/json-result-list-center-list-dto.ts +5 -5
- package/models/json-result-list-czy-organization-cost-vo.ts +5 -5
- package/models/json-result-list-czy-organization-object-export-vo.ts +5 -5
- package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +5 -5
- package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +5 -5
- package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +5 -5
- package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +5 -5
- package/models/json-result-list-dashboard-maintenance-order-statistics-by-park-vo.ts +5 -5
- package/models/json-result-list-dashboard-maintenance-order-statistics-by-type-vo.ts +5 -5
- package/models/json-result-list-dashboard-series-stats-base-vo.ts +5 -5
- package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +5 -5
- package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +5 -5
- package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +5 -5
- package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +5 -5
- package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +5 -5
- package/models/json-result-list-energy-cost-analysis-list-vo.ts +5 -5
- package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +5 -5
- package/models/json-result-list-energy-cost-month-setting-list-vo.ts +5 -5
- package/models/json-result-list-energy-cost-trend-vo.ts +5 -5
- package/models/json-result-list-energy-cost-two-list-vo.ts +5 -5
- package/models/json-result-list-equipment-detail-dto.ts +5 -5
- package/models/json-result-list-equipment-qr-code-dto.ts +5 -5
- package/models/json-result-list-equipment-system-tree-dto.ts +5 -5
- package/models/json-result-list-equipment-tree-dto.ts +5 -5
- package/models/json-result-list-evaluation-module-category-vo.ts +5 -5
- package/models/json-result-list-flow-record-vo.ts +5 -5
- package/models/json-result-list-inspection-point.ts +5 -5
- package/models/json-result-list-inspection-standard-entity.ts +5 -5
- package/models/json-result-list-maintenance-order-process-record-list-vo.ts +5 -5
- package/models/json-result-list-maintenance-standard-entity.ts +5 -5
- package/models/json-result-list-mdm-increment-vendor-bank-accounts-vo.ts +5 -5
- package/models/json-result-list-mdm-increment-vendors-vo.ts +5 -5
- package/models/json-result-list-mdm-legal-entity-bank-accounts-vo.ts +72 -0
- package/models/json-result-list-park-list-dto.ts +5 -5
- package/models/json-result-list-park-select-vo.ts +5 -5
- package/models/json-result-list-plan-calendar-list-vo.ts +5 -5
- package/models/json-result-list-plan-calendar-vo.ts +5 -5
- package/models/json-result-list-plan-entity.ts +5 -5
- package/models/json-result-list-reimbursement-bill-payer-entity.ts +72 -0
- package/models/json-result-list-reimbursement-bill-payer-vo.ts +5 -5
- package/models/json-result-list-reimbursement-bill-process-record-list-vo.ts +5 -5
- package/models/json-result-list-space-image-detail-dto.ts +5 -5
- package/models/json-result-list-space-point-dto.ts +5 -5
- package/models/json-result-list-space-qr-code-dto.ts +5 -5
- package/models/json-result-list-space-tree-dto.ts +6 -6
- package/models/json-result-list-space-url-dto.ts +5 -5
- package/models/json-result-list-srm-center-vo.ts +5 -5
- package/models/json-result-list-supplier-select-dto.ts +5 -5
- package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +5 -5
- package/models/json-result-list-sys-dept-drop-down-box-list-dto.ts +5 -5
- package/models/json-result-list-sys-dept.ts +5 -5
- package/models/json-result-list-sys-user-drop-down-box-list-dto.ts +5 -5
- package/models/json-result-list-work-order-circulation-settings-entity.ts +5 -5
- package/models/json-result-list-work-order-circulation-vo.ts +5 -5
- package/models/json-result-list-work-order-comment-entity.ts +5 -5
- package/models/json-result-list-work-order-dept-settings-entity.ts +5 -5
- package/models/json-result-list-work-order-inspection-detail-dto.ts +5 -5
- package/models/json-result-list-work-order-issue-type-settings-entity.ts +5 -5
- package/models/json-result-list-work-order-push-settings-entity.ts +5 -5
- package/models/json-result-list-work-order-spot-check-dto.ts +5 -5
- package/models/json-result-list-work-order-step-by-step-push-user-details-dto.ts +5 -5
- package/models/json-result-list-work-order-type-settings-entity.ts +5 -5
- package/models/json-result-maintenance-daily-work-order-details-dto.ts +6 -6
- package/models/json-result-maintenance-order-approval-config-entity.ts +6 -6
- package/models/json-result-maintenance-order-details-vo.ts +6 -6
- package/models/json-result-maintenance-standard-entity.ts +6 -6
- package/models/json-result-map-string-object.ts +6 -6
- package/models/json-result-monitoring-coverage-alert-work-order-details-dto.ts +6 -6
- package/models/json-result-network-monitor-repair-details-dto.ts +6 -6
- package/models/json-result-notice-entity.ts +6 -6
- package/models/json-result-offline-alert-work-order-details-dto.ts +6 -6
- package/models/json-result-page-dto-access-appointment-record-details-dto.ts +6 -6
- package/models/json-result-page-dto-access-blacklist-details-dto.ts +6 -6
- package/models/json-result-page-dto-access-record-summary-list-dto.ts +6 -6
- package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +6 -6
- package/models/json-result-page-dto-admission-terms-record-list-dto.ts +6 -6
- package/models/json-result-page-dto-disaster-warning-standard-entity.ts +6 -6
- package/models/json-result-page-dto-equipment-search-system-dto.ts +6 -6
- package/models/json-result-page-dto-evaluation-config-list-vo.ts +6 -6
- package/models/json-result-page-dto-evaluation-list-vo.ts +6 -6
- package/models/json-result-page-dto-inspection-standard-dto.ts +6 -6
- package/models/json-result-page-dto-maintenance-order-list-vo.ts +6 -6
- package/models/json-result-page-dto-maintenance-standard-dto.ts +6 -6
- package/models/json-result-page-dto-open-api-equipment-list-dto.ts +6 -6
- package/models/json-result-page-dto-plan-search-dto.ts +6 -6
- package/models/json-result-page-dto-reimbursement-bill-list-vo.ts +6 -6
- package/models/json-result-page-dto-supplier-contract-details-dto.ts +6 -6
- package/models/json-result-page-dto-surveillance-details-dto.ts +6 -6
- package/models/json-result-page-dto-sys-user-msg-dto.ts +6 -6
- package/models/json-result-page-dto-work-order-group-equipment-dto.ts +6 -6
- package/models/json-result-page-dto-work-order-search-dto.ts +6 -6
- package/models/json-result-park-info-dto.ts +6 -6
- package/models/json-result-park-settings-details-dto.ts +6 -6
- package/models/json-result-period-detail-resp.ts +6 -6
- package/models/json-result-plan-detail-dto.ts +6 -6
- package/models/json-result-reimbursement-bill-details-vo.ts +6 -6
- package/models/json-result-space-add-redis-list-dto.ts +6 -6
- package/models/json-result-space-image-detail-dto.ts +6 -6
- package/models/json-result-srm-center-entity.ts +6 -6
- package/models/json-result-string.ts +5 -5
- package/models/json-result-supplier-contract-details-dto.ts +5 -5
- package/models/json-result-supplier-entity.ts +6 -6
- package/models/json-result-surveillance-count-dto.ts +6 -6
- package/models/json-result-surveillance-details-dto.ts +5 -5
- package/models/json-result-surveillance-live-dto.ts +6 -6
- package/models/json-result-surveillance-settings-details-dto.ts +6 -6
- package/models/json-result-surveillance-settings-polling-dto.ts +6 -6
- package/models/json-result-switch-park-v2-dto.ts +6 -6
- package/models/json-result-sys-dept.ts +5 -5
- package/models/json-result-sys-user-msg-dto.ts +5 -5
- package/models/json-result-sys-user.ts +5 -5
- package/models/json-result-two-energy-consumption-summar-vo.ts +6 -6
- package/models/json-result-user-add-redis-list-vo.ts +6 -6
- package/models/json-result-user-settings-entity.ts +6 -6
- package/models/json-result-violation-work-order-details-dto.ts +6 -6
- package/models/json-result-void.ts +5 -5
- package/models/json-result-work-order-dept-settings-entity.ts +6 -6
- package/models/json-result-work-order-detail-dto.ts +6 -6
- package/models/json-result-work-order-issue-type-settings-entity.ts +6 -6
- package/models/json-result-zjht-contract-data-result.ts +6 -6
- package/models/json-result.ts +7 -7
- package/models/login-type-enum.ts +1 -1
- package/models/maintenace-daily-abnormal-cause-type-enum.ts +1 -1
- package/models/maintenance-daily-work-order-details-dto.ts +7 -7
- package/models/maintenance-daily-work-order-info.ts +1 -1
- package/models/maintenance-daily-work-order-list-dto.ts +1 -1
- package/models/maintenance-daily-work-order-process-vo.ts +1 -1
- package/models/maintenance-history-dto.ts +2 -2
- package/models/maintenance-order-acceptance-add-dto.ts +1 -1
- package/models/maintenance-order-approval-config-entity.ts +2 -2
- package/models/maintenance-order-approval-status-enum.ts +1 -1
- package/models/maintenance-order-details-vo.ts +6 -6
- package/models/maintenance-order-list-vo.ts +2 -2
- package/models/maintenance-order-operate-type-enum.ts +1 -1
- package/models/maintenance-order-process-record-list-vo.ts +2 -2
- package/models/maintenance-order-process-status-enum.ts +1 -1
- package/models/maintenance-order-status-enum.ts +1 -1
- package/models/maintenance-order-type-enum.ts +1 -1
- package/models/maintenance-order-warranty-details-vo.ts +1 -1
- package/models/maintenance-order-warranty-period-enum.ts +1 -1
- package/models/maintenance-standard-add-or-update-vo.ts +2 -2
- package/models/maintenance-standard-dto.ts +2 -2
- package/models/maintenance-standard-entity.ts +3 -3
- package/models/mdm-increment-vendor-bank-accounts-vo.ts +1 -1
- package/models/mdm-increment-vendors-vo.ts +1 -1
- package/models/mdm-legal-entity-bank-accounts-vo.ts +102 -0
- package/models/message-push-log-search-list-bo.ts +2 -2
- package/models/monitoring-coverage-alert-info.ts +1 -1
- package/models/monitoring-coverage-alert-process-vo.ts +1 -1
- package/models/monitoring-coverage-alert-reason-enum.ts +1 -1
- package/models/monitoring-coverage-alert-work-order-details-dto.ts +6 -6
- package/models/network-monitor-repair-add-vo.ts +3 -3
- package/models/network-monitor-repair-details-dto.ts +12 -12
- package/models/notice-entity.ts +1 -1
- package/models/offline-alert-submit-vo.ts +1 -1
- package/models/offline-alert-work-order-details-dto.ts +8 -8
- package/models/offline-alert-work-order-info.ts +3 -3
- package/models/offline-alert-work-order-vo.ts +1 -1
- package/models/open-api-access-appointment-record-add-vo.ts +8 -8
- package/models/open-api-access-appointment-record-delete-vo.ts +1 -1
- package/models/open-api-equipment-list-dto.ts +2 -2
- package/models/page-dto-access-appointment-record-details-dto.ts +1 -1
- package/models/page-dto-access-blacklist-details-dto.ts +1 -1
- package/models/page-dto-access-record-summary-list-dto.ts +1 -1
- package/models/page-dto-access-whitelist-application-details-dto.ts +1 -1
- package/models/page-dto-admission-terms-record-list-dto.ts +1 -1
- package/models/page-dto-disaster-warning-standard-entity.ts +1 -1
- package/models/page-dto-equipment-search-system-dto.ts +1 -1
- package/models/page-dto-evaluation-config-list-vo.ts +1 -1
- package/models/page-dto-evaluation-list-vo.ts +1 -1
- package/models/page-dto-inspection-standard-dto.ts +1 -1
- package/models/page-dto-maintenance-order-list-vo.ts +1 -1
- package/models/page-dto-maintenance-standard-dto.ts +1 -1
- package/models/page-dto-open-api-equipment-list-dto.ts +1 -1
- package/models/page-dto-plan-search-dto.ts +1 -1
- package/models/page-dto-reimbursement-bill-list-vo.ts +1 -1
- package/models/page-dto-supplier-contract-details-dto.ts +1 -1
- package/models/page-dto-surveillance-details-dto.ts +1 -1
- package/models/page-dto-sys-user-msg-dto.ts +1 -1
- package/models/page-dto-work-order-group-equipment-dto.ts +1 -1
- package/models/page-dto-work-order-search-dto.ts +1 -1
- package/models/park-center-attribute-enum.ts +1 -1
- package/models/park-info-dto.ts +1 -1
- package/models/park-info-edit-vo.ts +1 -1
- package/models/park-list-dto.ts +1 -1
- package/models/park-plat-form-enum.ts +1 -1
- package/models/park.ts +1 -1
- package/models/payment-method-enum.ts +1 -1
- package/models/period-detail-resp.ts +4 -4
- package/models/plan-add-vo.ts +3 -3
- package/models/plan-detail-dto.ts +4 -4
- package/models/plan-edit-vo.ts +3 -3
- package/models/plan-entity.ts +3 -3
- package/models/plan-image-list.ts +1 -1
- package/models/plan-item-add-vo.ts +2 -2
- package/models/plan-item-edit-vo.ts +2 -2
- package/models/plan-search-dto.ts +2 -2
- package/models/process-work-order-vo.ts +1 -1
- package/models/reimbursement-bill-details-vo.ts +17 -5
- package/models/reimbursement-bill-draft-dto.ts +15 -3
- package/models/reimbursement-bill-list-vo.ts +17 -5
- package/models/reimbursement-bill-payer-entity.ts +114 -0
- package/models/reimbursement-bill-submit-dto.ts +15 -3
- package/models/reimbursement-platform-status-dto.ts +1 -1
- package/models/response-data.ts +2 -2
- package/models/result-code.ts +1 -1
- package/models/sms-captcha-vo.ts +1 -1
- package/models/source-work-order-dto.ts +1 -1
- package/models/source-work-order-inspection-dto.ts +1 -1
- package/models/space-add-excel-dto.ts +1 -1
- package/models/space-add-vo.ts +1 -1
- package/models/space-detail-dto.ts +2 -2
- package/models/space-edit-vo.ts +1 -1
- package/models/space-image-detail-dto.ts +1 -1
- package/models/space-tree-dto.ts +2 -2
- package/models/space-type-enum.ts +1 -1
- package/models/srm-center-entity.ts +2 -2
- package/models/srm-center-vo.ts +3 -3
- package/models/srm-level-add-dto.ts +1 -1
- package/models/supplier-entity.ts +1 -1
- package/models/supplier-search-vo.ts +2 -2
- package/models/surveillance-batch-import-template-dto.ts +3 -3
- package/models/surveillance-details-dto.ts +7 -7
- package/models/surveillance-entity.ts +3 -3
- package/models/surveillance-screen-layout-enum.ts +1 -1
- package/models/surveillance-settings-coverage-standard-dto.ts +1 -1
- package/models/surveillance-settings-polling-dto.ts +1 -1
- package/models/surveillance-settings-polling-vo.ts +1 -1
- package/models/surveillance-update-vo.ts +2 -2
- package/models/switch-pak-body-v2-vo.ts +1 -1
- package/models/sys-config.ts +2 -2
- package/models/sys-dept-drop-down-box-list-dto.ts +3 -3
- package/models/sys-dept.ts +2 -2
- package/models/sys-dict-data.ts +2 -2
- package/models/sys-dict-type.ts +2 -2
- package/models/sys-logininfor.ts +2 -2
- package/models/sys-menu.ts +2 -2
- package/models/sys-notice.ts +2 -2
- package/models/sys-oper-log.ts +2 -2
- package/models/sys-post.ts +2 -2
- package/models/sys-role.ts +2 -2
- package/models/sys-user-msg-dto.ts +2 -2
- package/models/sys-user.ts +7 -7
- package/models/system-user-msg-source-type-enum.ts +1 -1
- package/models/table-data-info.ts +2 -2
- package/models/third-party-system-enum.ts +1 -1
- package/models/user-add-redis-list-vo.ts +1 -1
- package/models/user-roles-and-permissions-dto.ts +1 -1
- package/models/user-settings-entity.ts +4 -4
- package/models/user-settings-update-bo.ts +3 -3
- package/models/user-source-enum.ts +1 -1
- package/models/user.ts +1 -1
- package/models/violation-decision-vo.ts +2 -2
- package/models/violation-level-enum.ts +1 -1
- package/models/violation-work-order-add-vo.ts +3 -3
- package/models/violation-work-order-details-dto.ts +10 -10
- package/models/violation-work-order-info.ts +4 -4
- package/models/work-order-add-vo.ts +3 -3
- package/models/work-order-circulation-settings-add-or-update-vo.ts +2 -2
- package/models/work-order-circulation-settings-entity.ts +3 -3
- package/models/work-order-circulation-vo.ts +1 -1
- package/models/work-order-comment-entity.ts +1 -1
- package/models/work-order-decision-vo.ts +2 -2
- package/models/work-order-dept-settings-entity.ts +2 -2
- package/models/work-order-detail-dto.ts +11 -11
- package/models/work-order-ext-data.ts +6 -6
- package/models/work-order-group-equipment-dto.ts +3 -3
- package/models/work-order-handler-dto.ts +1 -1
- package/models/work-order-handler-status-enum.ts +1 -1
- package/models/work-order-internal-status-enum.ts +1 -1
- package/models/work-order-issue-type-enum.ts +1 -1
- package/models/work-order-issue-type-settings-add-or-update-vo.ts +2 -2
- package/models/work-order-issue-type-settings-entity.ts +3 -3
- package/models/work-order-liability-party-enum.ts +1 -1
- package/models/work-order-msg-remind-config-info.ts +2 -2
- package/models/work-order-plan-holidays-enum.ts +1 -1
- package/models/work-order-plan-repeats-enum.ts +1 -1
- package/models/work-order-push-settings-entity.ts +2 -2
- package/models/work-order-push-settings-save-or-update-vo.ts +1 -1
- package/models/work-order-report-vo.ts +3 -3
- package/models/work-order-search-dto.ts +6 -6
- package/models/work-order-settings-type-enum.ts +1 -1
- package/models/work-order-source-enum.ts +1 -1
- package/models/work-order-space-dto.ts +1 -1
- package/models/work-order-spot-check-dto.ts +2 -2
- package/models/work-order-staging-data-vo.ts +1 -1
- package/models/work-order-status-enum.ts +1 -1
- package/models/work-order-submit-vo.ts +2 -2
- package/models/work-order-type-alert-receiver-type-enum.ts +1 -1
- package/models/work-order-type-enum.ts +1 -1
- package/models/work-order-type-msg-remind-config-add-or-update-vo.ts +1 -1
- package/models/work-order-type-remind-rule-enum.ts +1 -1
- package/models/work-order-type-settings-entity.ts +2 -2
- package/models/work-order-type-subcategory-enum.ts +1 -1
- package/models/zjht-contract.ts +1 -1
- package/ossutil.log +1221 -1221
- package/package.json +1 -1
- package/apis/test-api.ts +0 -246
- package/dist/apis/test-api.d.ts +0 -115
- package/dist/apis/test-api.js +0 -243
- package/dist/esm/apis/test-api.d.ts +0 -115
- package/dist/esm/apis/test-api.js +0 -236
|
@@ -39,6 +39,7 @@ import type { UserWhetherPrivacyDto } from '../models';
|
|
|
39
39
|
export declare const UserApiAxiosParamCreator: (configuration?: Configuration) => {
|
|
40
40
|
/**
|
|
41
41
|
*
|
|
42
|
+
* @summary 导出用户数据
|
|
42
43
|
* @param {SysUser} user
|
|
43
44
|
* @param {*} [options] Override http request option.
|
|
44
45
|
* @throws {RequiredError}
|
|
@@ -46,6 +47,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
46
47
|
_export: (user: SysUser, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
47
48
|
/**
|
|
48
49
|
*
|
|
50
|
+
* @summary 新增用户
|
|
49
51
|
* @param {SysUser} sysUser
|
|
50
52
|
* @param {*} [options] Override http request option.
|
|
51
53
|
* @throws {RequiredError}
|
|
@@ -62,6 +64,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
62
64
|
addOrUpdate: (keyConfig: string, userSettingsUpdateBO: UserSettingsUpdateBO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
63
65
|
/**
|
|
64
66
|
*
|
|
67
|
+
* @summary APP撤销隐私协议
|
|
65
68
|
* @param {string} uuid
|
|
66
69
|
* @param {*} [options] Override http request option.
|
|
67
70
|
* @throws {RequiredError}
|
|
@@ -69,6 +72,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
69
72
|
appRevokePrivacy: (uuid: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
70
73
|
/**
|
|
71
74
|
*
|
|
75
|
+
* @summary 获取用户授权角色
|
|
72
76
|
* @param {number} userId
|
|
73
77
|
* @param {number} parkId
|
|
74
78
|
* @param {*} [options] Override http request option.
|
|
@@ -77,6 +81,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
77
81
|
authRole: (userId: number, parkId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
78
82
|
/**
|
|
79
83
|
*
|
|
84
|
+
* @summary 上传头像
|
|
80
85
|
* @param {File} avatarfile
|
|
81
86
|
* @param {*} [options] Override http request option.
|
|
82
87
|
* @throws {RequiredError}
|
|
@@ -84,6 +89,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
84
89
|
avatar: (avatarfile: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
85
90
|
/**
|
|
86
91
|
*
|
|
92
|
+
* @summary 绑定隐私协议
|
|
87
93
|
* @param {string} uuid
|
|
88
94
|
* @param {number} privacyType
|
|
89
95
|
* @param {*} [options] Override http request option.
|
|
@@ -100,6 +106,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
100
106
|
changePassword: (changePasswordDto: ChangePasswordDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
101
107
|
/**
|
|
102
108
|
*
|
|
109
|
+
* @summary 修改用户状态
|
|
103
110
|
* @param {SysUser} sysUser
|
|
104
111
|
* @param {*} [options] Override http request option.
|
|
105
112
|
* @throws {RequiredError}
|
|
@@ -115,6 +122,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
115
122
|
delUser: (delUserVO: DelUserVO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
116
123
|
/**
|
|
117
124
|
*
|
|
125
|
+
* @summary 修改用户
|
|
118
126
|
* @param {SysUser} sysUser
|
|
119
127
|
* @param {*} [options] Override http request option.
|
|
120
128
|
* @throws {RequiredError}
|
|
@@ -129,6 +137,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
129
137
|
getUserInfo: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
130
138
|
/**
|
|
131
139
|
*
|
|
140
|
+
* @summary 导入用户数据
|
|
132
141
|
* @param {File} file
|
|
133
142
|
* @param {boolean} updateSupport
|
|
134
143
|
* @param {*} [options] Override http request option.
|
|
@@ -137,12 +146,14 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
137
146
|
importData: (file: File, updateSupport: boolean, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
138
147
|
/**
|
|
139
148
|
*
|
|
149
|
+
* @summary 下载导入模板
|
|
140
150
|
* @param {*} [options] Override http request option.
|
|
141
151
|
* @throws {RequiredError}
|
|
142
152
|
*/
|
|
143
153
|
importTemplate: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
144
154
|
/**
|
|
145
155
|
*
|
|
156
|
+
* @summary 用户授权角色
|
|
146
157
|
* @param {number} userId
|
|
147
158
|
* @param {Array<number>} roleIds
|
|
148
159
|
* @param {*} [options] Override http request option.
|
|
@@ -151,6 +162,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
151
162
|
insertAuthRole: (userId: number, roleIds: Array<number>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
152
163
|
/**
|
|
153
164
|
*
|
|
165
|
+
* @summary 获取用户列表
|
|
154
166
|
* @param {SysUser} user
|
|
155
167
|
* @param {*} [options] Override http request option.
|
|
156
168
|
* @throws {RequiredError}
|
|
@@ -166,12 +178,14 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
166
178
|
listUserByDept: (parkId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
167
179
|
/**
|
|
168
180
|
*
|
|
181
|
+
* @summary 获取个人信息
|
|
169
182
|
* @param {*} [options] Override http request option.
|
|
170
183
|
* @throws {RequiredError}
|
|
171
184
|
*/
|
|
172
185
|
profile: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
173
186
|
/**
|
|
174
187
|
*
|
|
188
|
+
* @summary 用户注册
|
|
175
189
|
* @param {RegisterBody} registerBody
|
|
176
190
|
* @param {*} [options] Override http request option.
|
|
177
191
|
* @throws {RequiredError}
|
|
@@ -179,6 +193,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
179
193
|
register: (registerBody: RegisterBody, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
180
194
|
/**
|
|
181
195
|
*
|
|
196
|
+
* @summary 删除用户
|
|
182
197
|
* @param {Array<number>} userIds
|
|
183
198
|
* @param {*} [options] Override http request option.
|
|
184
199
|
* @throws {RequiredError}
|
|
@@ -186,6 +201,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
186
201
|
remove: (userIds: Array<number>, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
187
202
|
/**
|
|
188
203
|
*
|
|
204
|
+
* @summary 重置密码
|
|
189
205
|
* @param {SysUser} sysUser
|
|
190
206
|
* @param {*} [options] Override http request option.
|
|
191
207
|
* @throws {RequiredError}
|
|
@@ -193,6 +209,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
193
209
|
resetPwd: (sysUser: SysUser, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
194
210
|
/**
|
|
195
211
|
*
|
|
212
|
+
* @summary 撤销隐私协议
|
|
196
213
|
* @param {*} [options] Override http request option.
|
|
197
214
|
* @throws {RequiredError}
|
|
198
215
|
*/
|
|
@@ -257,6 +274,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
257
274
|
sysUserGetInfo: (userId: number, parkId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
258
275
|
/**
|
|
259
276
|
*
|
|
277
|
+
* @summary 修改个人信息
|
|
260
278
|
* @param {SysUser} sysUser
|
|
261
279
|
* @param {*} [options] Override http request option.
|
|
262
280
|
* @throws {RequiredError}
|
|
@@ -264,6 +282,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
264
282
|
updateProfile: (sysUser: SysUser, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
265
283
|
/**
|
|
266
284
|
*
|
|
285
|
+
* @summary 修改个人密码
|
|
267
286
|
* @param {string} oldPassword
|
|
268
287
|
* @param {string} newPassword
|
|
269
288
|
* @param {*} [options] Override http request option.
|
|
@@ -306,12 +325,12 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
306
325
|
/**
|
|
307
326
|
*
|
|
308
327
|
* @summary 人员列表
|
|
309
|
-
* @param {
|
|
328
|
+
* @param {number} parkId 园区id
|
|
310
329
|
* @param {number} [hireId]
|
|
311
330
|
* @param {string} [searchName] 搜索名称
|
|
312
|
-
* @param {
|
|
313
|
-
* @param {
|
|
314
|
-
* @param {
|
|
331
|
+
* @param {number} [deptId] 部门id
|
|
332
|
+
* @param {number} [supplierId] 供应商id
|
|
333
|
+
* @param {Array<number>} [deptIds] 部门ID数组
|
|
315
334
|
* @param {string} [searchValue]
|
|
316
335
|
* @param {string} [createBy]
|
|
317
336
|
* @param {string} [createTime]
|
|
@@ -321,7 +340,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
321
340
|
* @param {*} [options] Override http request option.
|
|
322
341
|
* @throws {RequiredError}
|
|
323
342
|
*/
|
|
324
|
-
userPageList: (parkId:
|
|
343
|
+
userPageList: (parkId: number, hireId?: number, searchName?: string, deptId?: number, supplierId?: number, deptIds?: Array<number>, searchValue?: string, createBy?: string, createTime?: string, updateBy?: string, updateTime?: string, remark?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
325
344
|
/**
|
|
326
345
|
*
|
|
327
346
|
* @summary 导入模板
|
|
@@ -347,6 +366,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
347
366
|
userUpdatePassWord: (cUserUpdatePassWordVO: CUserUpdatePassWordVO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
348
367
|
/**
|
|
349
368
|
*
|
|
369
|
+
* @summary 查询是否签署隐私协议
|
|
350
370
|
* @param {UserWhetherPrivacyDto} userWhetherPrivacyDto
|
|
351
371
|
* @param {*} [options] Override http request option.
|
|
352
372
|
* @throws {RequiredError}
|
|
@@ -360,6 +380,7 @@ export declare const UserApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
360
380
|
export declare const UserApiFp: (configuration?: Configuration) => {
|
|
361
381
|
/**
|
|
362
382
|
*
|
|
383
|
+
* @summary 导出用户数据
|
|
363
384
|
* @param {SysUser} user
|
|
364
385
|
* @param {*} [options] Override http request option.
|
|
365
386
|
* @throws {RequiredError}
|
|
@@ -367,12 +388,13 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
367
388
|
_export(user: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
368
389
|
/**
|
|
369
390
|
*
|
|
391
|
+
* @summary 新增用户
|
|
370
392
|
* @param {SysUser} sysUser
|
|
371
393
|
* @param {*} [options] Override http request option.
|
|
372
394
|
* @throws {RequiredError}
|
|
373
395
|
*/
|
|
374
396
|
add(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
375
|
-
[key: string]:
|
|
397
|
+
[key: string]: any;
|
|
376
398
|
}>>;
|
|
377
399
|
/**
|
|
378
400
|
*
|
|
@@ -385,6 +407,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
385
407
|
addOrUpdate(keyConfig: string, userSettingsUpdateBO: UserSettingsUpdateBO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultUserSettingsEntity>>;
|
|
386
408
|
/**
|
|
387
409
|
*
|
|
410
|
+
* @summary APP撤销隐私协议
|
|
388
411
|
* @param {string} uuid
|
|
389
412
|
* @param {*} [options] Override http request option.
|
|
390
413
|
* @throws {RequiredError}
|
|
@@ -392,25 +415,28 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
392
415
|
appRevokePrivacy(uuid: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
393
416
|
/**
|
|
394
417
|
*
|
|
418
|
+
* @summary 获取用户授权角色
|
|
395
419
|
* @param {number} userId
|
|
396
420
|
* @param {number} parkId
|
|
397
421
|
* @param {*} [options] Override http request option.
|
|
398
422
|
* @throws {RequiredError}
|
|
399
423
|
*/
|
|
400
424
|
authRole(userId: number, parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
401
|
-
[key: string]:
|
|
425
|
+
[key: string]: any;
|
|
402
426
|
}>>;
|
|
403
427
|
/**
|
|
404
428
|
*
|
|
429
|
+
* @summary 上传头像
|
|
405
430
|
* @param {File} avatarfile
|
|
406
431
|
* @param {*} [options] Override http request option.
|
|
407
432
|
* @throws {RequiredError}
|
|
408
433
|
*/
|
|
409
434
|
avatar(avatarfile: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
410
|
-
[key: string]:
|
|
435
|
+
[key: string]: any;
|
|
411
436
|
}>>;
|
|
412
437
|
/**
|
|
413
438
|
*
|
|
439
|
+
* @summary 绑定隐私协议
|
|
414
440
|
* @param {string} uuid
|
|
415
441
|
* @param {number} privacyType
|
|
416
442
|
* @param {*} [options] Override http request option.
|
|
@@ -427,12 +453,13 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
427
453
|
changePassword(changePasswordDto: ChangePasswordDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
428
454
|
/**
|
|
429
455
|
*
|
|
456
|
+
* @summary 修改用户状态
|
|
430
457
|
* @param {SysUser} sysUser
|
|
431
458
|
* @param {*} [options] Override http request option.
|
|
432
459
|
* @throws {RequiredError}
|
|
433
460
|
*/
|
|
434
461
|
changeStatus(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
435
|
-
[key: string]:
|
|
462
|
+
[key: string]: any;
|
|
436
463
|
}>>;
|
|
437
464
|
/**
|
|
438
465
|
*
|
|
@@ -444,12 +471,13 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
444
471
|
delUser(delUserVO: DelUserVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
445
472
|
/**
|
|
446
473
|
*
|
|
474
|
+
* @summary 修改用户
|
|
447
475
|
* @param {SysUser} sysUser
|
|
448
476
|
* @param {*} [options] Override http request option.
|
|
449
477
|
* @throws {RequiredError}
|
|
450
478
|
*/
|
|
451
479
|
edit(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
452
|
-
[key: string]:
|
|
480
|
+
[key: string]: any;
|
|
453
481
|
}>>;
|
|
454
482
|
/**
|
|
455
483
|
*
|
|
@@ -460,32 +488,36 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
460
488
|
getUserInfo(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultSysUser>>;
|
|
461
489
|
/**
|
|
462
490
|
*
|
|
491
|
+
* @summary 导入用户数据
|
|
463
492
|
* @param {File} file
|
|
464
493
|
* @param {boolean} updateSupport
|
|
465
494
|
* @param {*} [options] Override http request option.
|
|
466
495
|
* @throws {RequiredError}
|
|
467
496
|
*/
|
|
468
497
|
importData(file: File, updateSupport: boolean, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
469
|
-
[key: string]:
|
|
498
|
+
[key: string]: any;
|
|
470
499
|
}>>;
|
|
471
500
|
/**
|
|
472
501
|
*
|
|
502
|
+
* @summary 下载导入模板
|
|
473
503
|
* @param {*} [options] Override http request option.
|
|
474
504
|
* @throws {RequiredError}
|
|
475
505
|
*/
|
|
476
506
|
importTemplate(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
477
507
|
/**
|
|
478
508
|
*
|
|
509
|
+
* @summary 用户授权角色
|
|
479
510
|
* @param {number} userId
|
|
480
511
|
* @param {Array<number>} roleIds
|
|
481
512
|
* @param {*} [options] Override http request option.
|
|
482
513
|
* @throws {RequiredError}
|
|
483
514
|
*/
|
|
484
515
|
insertAuthRole(userId: number, roleIds: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
485
|
-
[key: string]:
|
|
516
|
+
[key: string]: any;
|
|
486
517
|
}>>;
|
|
487
518
|
/**
|
|
488
519
|
*
|
|
520
|
+
* @summary 获取用户列表
|
|
489
521
|
* @param {SysUser} user
|
|
490
522
|
* @param {*} [options] Override http request option.
|
|
491
523
|
* @throws {RequiredError}
|
|
@@ -501,41 +533,46 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
501
533
|
listUserByDept(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListAppletSysUserDropDownBoxListDTO>>;
|
|
502
534
|
/**
|
|
503
535
|
*
|
|
536
|
+
* @summary 获取个人信息
|
|
504
537
|
* @param {*} [options] Override http request option.
|
|
505
538
|
* @throws {RequiredError}
|
|
506
539
|
*/
|
|
507
540
|
profile(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
508
|
-
[key: string]:
|
|
541
|
+
[key: string]: any;
|
|
509
542
|
}>>;
|
|
510
543
|
/**
|
|
511
544
|
*
|
|
545
|
+
* @summary 用户注册
|
|
512
546
|
* @param {RegisterBody} registerBody
|
|
513
547
|
* @param {*} [options] Override http request option.
|
|
514
548
|
* @throws {RequiredError}
|
|
515
549
|
*/
|
|
516
550
|
register(registerBody: RegisterBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
517
|
-
[key: string]:
|
|
551
|
+
[key: string]: any;
|
|
518
552
|
}>>;
|
|
519
553
|
/**
|
|
520
554
|
*
|
|
555
|
+
* @summary 删除用户
|
|
521
556
|
* @param {Array<number>} userIds
|
|
522
557
|
* @param {*} [options] Override http request option.
|
|
523
558
|
* @throws {RequiredError}
|
|
524
559
|
*/
|
|
525
560
|
remove(userIds: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
526
|
-
[key: string]:
|
|
561
|
+
[key: string]: any;
|
|
527
562
|
}>>;
|
|
528
563
|
/**
|
|
529
564
|
*
|
|
565
|
+
* @summary 重置密码
|
|
530
566
|
* @param {SysUser} sysUser
|
|
531
567
|
* @param {*} [options] Override http request option.
|
|
532
568
|
* @throws {RequiredError}
|
|
533
569
|
*/
|
|
534
570
|
resetPwd(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
535
|
-
[key: string]:
|
|
571
|
+
[key: string]: any;
|
|
536
572
|
}>>;
|
|
537
573
|
/**
|
|
538
574
|
*
|
|
575
|
+
* @summary 撤销隐私协议
|
|
539
576
|
* @param {*} [options] Override http request option.
|
|
540
577
|
* @throws {RequiredError}
|
|
541
578
|
*/
|
|
@@ -600,22 +637,24 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
600
637
|
sysUserGetInfo(userId: number, parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<SysUserInfoDTO>>;
|
|
601
638
|
/**
|
|
602
639
|
*
|
|
640
|
+
* @summary 修改个人信息
|
|
603
641
|
* @param {SysUser} sysUser
|
|
604
642
|
* @param {*} [options] Override http request option.
|
|
605
643
|
* @throws {RequiredError}
|
|
606
644
|
*/
|
|
607
645
|
updateProfile(sysUser: SysUser, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
608
|
-
[key: string]:
|
|
646
|
+
[key: string]: any;
|
|
609
647
|
}>>;
|
|
610
648
|
/**
|
|
611
649
|
*
|
|
650
|
+
* @summary 修改个人密码
|
|
612
651
|
* @param {string} oldPassword
|
|
613
652
|
* @param {string} newPassword
|
|
614
653
|
* @param {*} [options] Override http request option.
|
|
615
654
|
* @throws {RequiredError}
|
|
616
655
|
*/
|
|
617
656
|
updatePwd(oldPassword: string, newPassword: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
618
|
-
[key: string]:
|
|
657
|
+
[key: string]: any;
|
|
619
658
|
}>>;
|
|
620
659
|
/**
|
|
621
660
|
*
|
|
@@ -653,12 +692,12 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
653
692
|
/**
|
|
654
693
|
*
|
|
655
694
|
* @summary 人员列表
|
|
656
|
-
* @param {
|
|
695
|
+
* @param {number} parkId 园区id
|
|
657
696
|
* @param {number} [hireId]
|
|
658
697
|
* @param {string} [searchName] 搜索名称
|
|
659
|
-
* @param {
|
|
660
|
-
* @param {
|
|
661
|
-
* @param {
|
|
698
|
+
* @param {number} [deptId] 部门id
|
|
699
|
+
* @param {number} [supplierId] 供应商id
|
|
700
|
+
* @param {Array<number>} [deptIds] 部门ID数组
|
|
662
701
|
* @param {string} [searchValue]
|
|
663
702
|
* @param {string} [createBy]
|
|
664
703
|
* @param {string} [createTime]
|
|
@@ -668,8 +707,8 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
668
707
|
* @param {*} [options] Override http request option.
|
|
669
708
|
* @throws {RequiredError}
|
|
670
709
|
*/
|
|
671
|
-
userPageList(parkId:
|
|
672
|
-
[key: string]:
|
|
710
|
+
userPageList(parkId: number, hireId?: number, searchName?: string, deptId?: number, supplierId?: number, deptIds?: Array<number>, searchValue?: string, createBy?: string, createTime?: string, updateBy?: string, updateTime?: string, remark?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
711
|
+
[key: string]: any;
|
|
673
712
|
}>>;
|
|
674
713
|
/**
|
|
675
714
|
*
|
|
@@ -696,6 +735,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
696
735
|
userUpdatePassWord(cUserUpdatePassWordVO: CUserUpdatePassWordVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
697
736
|
/**
|
|
698
737
|
*
|
|
738
|
+
* @summary 查询是否签署隐私协议
|
|
699
739
|
* @param {UserWhetherPrivacyDto} userWhetherPrivacyDto
|
|
700
740
|
* @param {*} [options] Override http request option.
|
|
701
741
|
* @throws {RequiredError}
|
|
@@ -709,6 +749,7 @@ export declare const UserApiFp: (configuration?: Configuration) => {
|
|
|
709
749
|
export declare const UserApiFactory: (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) => {
|
|
710
750
|
/**
|
|
711
751
|
*
|
|
752
|
+
* @summary 导出用户数据
|
|
712
753
|
* @param {UserApiExportRequest} requestParameters Request parameters.
|
|
713
754
|
* @param {*} [options] Override http request option.
|
|
714
755
|
* @throws {RequiredError}
|
|
@@ -716,12 +757,13 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
716
757
|
_export(requestParameters: UserApiExportRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
717
758
|
/**
|
|
718
759
|
*
|
|
760
|
+
* @summary 新增用户
|
|
719
761
|
* @param {UserApiAddRequest} requestParameters Request parameters.
|
|
720
762
|
* @param {*} [options] Override http request option.
|
|
721
763
|
* @throws {RequiredError}
|
|
722
764
|
*/
|
|
723
765
|
add(requestParameters: UserApiAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
724
|
-
[key: string]:
|
|
766
|
+
[key: string]: any;
|
|
725
767
|
}>;
|
|
726
768
|
/**
|
|
727
769
|
*
|
|
@@ -733,6 +775,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
733
775
|
addOrUpdate(requestParameters: UserApiAddOrUpdateRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultUserSettingsEntity>;
|
|
734
776
|
/**
|
|
735
777
|
*
|
|
778
|
+
* @summary APP撤销隐私协议
|
|
736
779
|
* @param {UserApiAppRevokePrivacyRequest} requestParameters Request parameters.
|
|
737
780
|
* @param {*} [options] Override http request option.
|
|
738
781
|
* @throws {RequiredError}
|
|
@@ -740,24 +783,27 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
740
783
|
appRevokePrivacy(requestParameters: UserApiAppRevokePrivacyRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
741
784
|
/**
|
|
742
785
|
*
|
|
786
|
+
* @summary 获取用户授权角色
|
|
743
787
|
* @param {UserApiAuthRoleRequest} requestParameters Request parameters.
|
|
744
788
|
* @param {*} [options] Override http request option.
|
|
745
789
|
* @throws {RequiredError}
|
|
746
790
|
*/
|
|
747
791
|
authRole(requestParameters: UserApiAuthRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
748
|
-
[key: string]:
|
|
792
|
+
[key: string]: any;
|
|
749
793
|
}>;
|
|
750
794
|
/**
|
|
751
795
|
*
|
|
796
|
+
* @summary 上传头像
|
|
752
797
|
* @param {UserApiAvatarRequest} requestParameters Request parameters.
|
|
753
798
|
* @param {*} [options] Override http request option.
|
|
754
799
|
* @throws {RequiredError}
|
|
755
800
|
*/
|
|
756
801
|
avatar(requestParameters: UserApiAvatarRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
757
|
-
[key: string]:
|
|
802
|
+
[key: string]: any;
|
|
758
803
|
}>;
|
|
759
804
|
/**
|
|
760
805
|
*
|
|
806
|
+
* @summary 绑定隐私协议
|
|
761
807
|
* @param {UserApiBindPrivacyRequest} requestParameters Request parameters.
|
|
762
808
|
* @param {*} [options] Override http request option.
|
|
763
809
|
* @throws {RequiredError}
|
|
@@ -773,12 +819,13 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
773
819
|
changePassword(requestParameters: UserApiChangePasswordRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
774
820
|
/**
|
|
775
821
|
*
|
|
822
|
+
* @summary 修改用户状态
|
|
776
823
|
* @param {UserApiChangeStatusRequest} requestParameters Request parameters.
|
|
777
824
|
* @param {*} [options] Override http request option.
|
|
778
825
|
* @throws {RequiredError}
|
|
779
826
|
*/
|
|
780
827
|
changeStatus(requestParameters: UserApiChangeStatusRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
781
|
-
[key: string]:
|
|
828
|
+
[key: string]: any;
|
|
782
829
|
}>;
|
|
783
830
|
/**
|
|
784
831
|
*
|
|
@@ -790,12 +837,13 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
790
837
|
delUser(requestParameters: UserApiDelUserRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
791
838
|
/**
|
|
792
839
|
*
|
|
840
|
+
* @summary 修改用户
|
|
793
841
|
* @param {UserApiEditRequest} requestParameters Request parameters.
|
|
794
842
|
* @param {*} [options] Override http request option.
|
|
795
843
|
* @throws {RequiredError}
|
|
796
844
|
*/
|
|
797
845
|
edit(requestParameters: UserApiEditRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
798
|
-
[key: string]:
|
|
846
|
+
[key: string]: any;
|
|
799
847
|
}>;
|
|
800
848
|
/**
|
|
801
849
|
*
|
|
@@ -806,30 +854,34 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
806
854
|
getUserInfo(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultSysUser>;
|
|
807
855
|
/**
|
|
808
856
|
*
|
|
857
|
+
* @summary 导入用户数据
|
|
809
858
|
* @param {UserApiImportDataRequest} requestParameters Request parameters.
|
|
810
859
|
* @param {*} [options] Override http request option.
|
|
811
860
|
* @throws {RequiredError}
|
|
812
861
|
*/
|
|
813
862
|
importData(requestParameters: UserApiImportDataRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
814
|
-
[key: string]:
|
|
863
|
+
[key: string]: any;
|
|
815
864
|
}>;
|
|
816
865
|
/**
|
|
817
866
|
*
|
|
867
|
+
* @summary 下载导入模板
|
|
818
868
|
* @param {*} [options] Override http request option.
|
|
819
869
|
* @throws {RequiredError}
|
|
820
870
|
*/
|
|
821
871
|
importTemplate(options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
822
872
|
/**
|
|
823
873
|
*
|
|
874
|
+
* @summary 用户授权角色
|
|
824
875
|
* @param {UserApiInsertAuthRoleRequest} requestParameters Request parameters.
|
|
825
876
|
* @param {*} [options] Override http request option.
|
|
826
877
|
* @throws {RequiredError}
|
|
827
878
|
*/
|
|
828
879
|
insertAuthRole(requestParameters: UserApiInsertAuthRoleRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
829
|
-
[key: string]:
|
|
880
|
+
[key: string]: any;
|
|
830
881
|
}>;
|
|
831
882
|
/**
|
|
832
883
|
*
|
|
884
|
+
* @summary 获取用户列表
|
|
833
885
|
* @param {UserApiListRequest} requestParameters Request parameters.
|
|
834
886
|
* @param {*} [options] Override http request option.
|
|
835
887
|
* @throws {RequiredError}
|
|
@@ -845,41 +897,46 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
845
897
|
listUserByDept(requestParameters: UserApiListUserByDeptRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListAppletSysUserDropDownBoxListDTO>;
|
|
846
898
|
/**
|
|
847
899
|
*
|
|
900
|
+
* @summary 获取个人信息
|
|
848
901
|
* @param {*} [options] Override http request option.
|
|
849
902
|
* @throws {RequiredError}
|
|
850
903
|
*/
|
|
851
904
|
profile(options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
852
|
-
[key: string]:
|
|
905
|
+
[key: string]: any;
|
|
853
906
|
}>;
|
|
854
907
|
/**
|
|
855
908
|
*
|
|
909
|
+
* @summary 用户注册
|
|
856
910
|
* @param {UserApiRegisterRequest} requestParameters Request parameters.
|
|
857
911
|
* @param {*} [options] Override http request option.
|
|
858
912
|
* @throws {RequiredError}
|
|
859
913
|
*/
|
|
860
914
|
register(requestParameters: UserApiRegisterRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
861
|
-
[key: string]:
|
|
915
|
+
[key: string]: any;
|
|
862
916
|
}>;
|
|
863
917
|
/**
|
|
864
918
|
*
|
|
919
|
+
* @summary 删除用户
|
|
865
920
|
* @param {UserApiRemoveRequest} requestParameters Request parameters.
|
|
866
921
|
* @param {*} [options] Override http request option.
|
|
867
922
|
* @throws {RequiredError}
|
|
868
923
|
*/
|
|
869
924
|
remove(requestParameters: UserApiRemoveRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
870
|
-
[key: string]:
|
|
925
|
+
[key: string]: any;
|
|
871
926
|
}>;
|
|
872
927
|
/**
|
|
873
928
|
*
|
|
929
|
+
* @summary 重置密码
|
|
874
930
|
* @param {UserApiResetPwdRequest} requestParameters Request parameters.
|
|
875
931
|
* @param {*} [options] Override http request option.
|
|
876
932
|
* @throws {RequiredError}
|
|
877
933
|
*/
|
|
878
934
|
resetPwd(requestParameters: UserApiResetPwdRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
879
|
-
[key: string]:
|
|
935
|
+
[key: string]: any;
|
|
880
936
|
}>;
|
|
881
937
|
/**
|
|
882
938
|
*
|
|
939
|
+
* @summary 撤销隐私协议
|
|
883
940
|
* @param {*} [options] Override http request option.
|
|
884
941
|
* @throws {RequiredError}
|
|
885
942
|
*/
|
|
@@ -941,21 +998,23 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
941
998
|
sysUserGetInfo(requestParameters: UserApiSysUserGetInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<SysUserInfoDTO>;
|
|
942
999
|
/**
|
|
943
1000
|
*
|
|
1001
|
+
* @summary 修改个人信息
|
|
944
1002
|
* @param {UserApiUpdateProfileRequest} requestParameters Request parameters.
|
|
945
1003
|
* @param {*} [options] Override http request option.
|
|
946
1004
|
* @throws {RequiredError}
|
|
947
1005
|
*/
|
|
948
1006
|
updateProfile(requestParameters: UserApiUpdateProfileRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
949
|
-
[key: string]:
|
|
1007
|
+
[key: string]: any;
|
|
950
1008
|
}>;
|
|
951
1009
|
/**
|
|
952
1010
|
*
|
|
1011
|
+
* @summary 修改个人密码
|
|
953
1012
|
* @param {UserApiUpdatePwdRequest} requestParameters Request parameters.
|
|
954
1013
|
* @param {*} [options] Override http request option.
|
|
955
1014
|
* @throws {RequiredError}
|
|
956
1015
|
*/
|
|
957
1016
|
updatePwd(requestParameters: UserApiUpdatePwdRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
958
|
-
[key: string]:
|
|
1017
|
+
[key: string]: any;
|
|
959
1018
|
}>;
|
|
960
1019
|
/**
|
|
961
1020
|
*
|
|
@@ -995,7 +1054,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
995
1054
|
* @throws {RequiredError}
|
|
996
1055
|
*/
|
|
997
1056
|
userPageList(requestParameters: UserApiUserPageListRequest, options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
998
|
-
[key: string]:
|
|
1057
|
+
[key: string]: any;
|
|
999
1058
|
}>;
|
|
1000
1059
|
/**
|
|
1001
1060
|
*
|
|
@@ -1022,6 +1081,7 @@ export declare const UserApiFactory: (configuration?: Configuration, basePath?:
|
|
|
1022
1081
|
userUpdatePassWord(requestParameters: UserApiUserUpdatePassWordRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
1023
1082
|
/**
|
|
1024
1083
|
*
|
|
1084
|
+
* @summary 查询是否签署隐私协议
|
|
1025
1085
|
* @param {UserApiWhetherPrivacyRequest} requestParameters Request parameters.
|
|
1026
1086
|
* @param {*} [options] Override http request option.
|
|
1027
1087
|
* @throws {RequiredError}
|
|
@@ -1472,10 +1532,10 @@ export interface UserApiUserExportRequest {
|
|
|
1472
1532
|
export interface UserApiUserPageListRequest {
|
|
1473
1533
|
/**
|
|
1474
1534
|
* 园区id
|
|
1475
|
-
* @type {
|
|
1535
|
+
* @type {number}
|
|
1476
1536
|
* @memberof UserApiUserPageList
|
|
1477
1537
|
*/
|
|
1478
|
-
readonly parkId:
|
|
1538
|
+
readonly parkId: number;
|
|
1479
1539
|
/**
|
|
1480
1540
|
*
|
|
1481
1541
|
* @type {number}
|
|
@@ -1490,22 +1550,22 @@ export interface UserApiUserPageListRequest {
|
|
|
1490
1550
|
readonly searchName?: string;
|
|
1491
1551
|
/**
|
|
1492
1552
|
* 部门id
|
|
1493
|
-
* @type {
|
|
1553
|
+
* @type {number}
|
|
1494
1554
|
* @memberof UserApiUserPageList
|
|
1495
1555
|
*/
|
|
1496
|
-
readonly deptId?:
|
|
1556
|
+
readonly deptId?: number;
|
|
1497
1557
|
/**
|
|
1498
1558
|
* 供应商id
|
|
1499
|
-
* @type {
|
|
1559
|
+
* @type {number}
|
|
1500
1560
|
* @memberof UserApiUserPageList
|
|
1501
1561
|
*/
|
|
1502
|
-
readonly supplierId?:
|
|
1562
|
+
readonly supplierId?: number;
|
|
1503
1563
|
/**
|
|
1504
1564
|
* 部门ID数组
|
|
1505
|
-
* @type {
|
|
1565
|
+
* @type {Array<number>}
|
|
1506
1566
|
* @memberof UserApiUserPageList
|
|
1507
1567
|
*/
|
|
1508
|
-
readonly deptIds?:
|
|
1568
|
+
readonly deptIds?: Array<number>;
|
|
1509
1569
|
/**
|
|
1510
1570
|
*
|
|
1511
1571
|
* @type {string}
|
|
@@ -1591,6 +1651,7 @@ export interface UserApiWhetherPrivacyRequest {
|
|
|
1591
1651
|
export declare class UserApi extends BaseAPI {
|
|
1592
1652
|
/**
|
|
1593
1653
|
*
|
|
1654
|
+
* @summary 导出用户数据
|
|
1594
1655
|
* @param {UserApiExportRequest} requestParameters Request parameters.
|
|
1595
1656
|
* @param {*} [options] Override http request option.
|
|
1596
1657
|
* @throws {RequiredError}
|
|
@@ -1599,13 +1660,14 @@ export declare class UserApi extends BaseAPI {
|
|
|
1599
1660
|
_export(requestParameters: UserApiExportRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1600
1661
|
/**
|
|
1601
1662
|
*
|
|
1663
|
+
* @summary 新增用户
|
|
1602
1664
|
* @param {UserApiAddRequest} requestParameters Request parameters.
|
|
1603
1665
|
* @param {*} [options] Override http request option.
|
|
1604
1666
|
* @throws {RequiredError}
|
|
1605
1667
|
* @memberof UserApi
|
|
1606
1668
|
*/
|
|
1607
1669
|
add(requestParameters: UserApiAddRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1608
|
-
[key: string]:
|
|
1670
|
+
[key: string]: any;
|
|
1609
1671
|
}, any, {}>>;
|
|
1610
1672
|
/**
|
|
1611
1673
|
*
|
|
@@ -1618,6 +1680,7 @@ export declare class UserApi extends BaseAPI {
|
|
|
1618
1680
|
addOrUpdate(requestParameters: UserApiAddOrUpdateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultUserSettingsEntity, any, {}>>;
|
|
1619
1681
|
/**
|
|
1620
1682
|
*
|
|
1683
|
+
* @summary APP撤销隐私协议
|
|
1621
1684
|
* @param {UserApiAppRevokePrivacyRequest} requestParameters Request parameters.
|
|
1622
1685
|
* @param {*} [options] Override http request option.
|
|
1623
1686
|
* @throws {RequiredError}
|
|
@@ -1626,26 +1689,29 @@ export declare class UserApi extends BaseAPI {
|
|
|
1626
1689
|
appRevokePrivacy(requestParameters: UserApiAppRevokePrivacyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
|
|
1627
1690
|
/**
|
|
1628
1691
|
*
|
|
1692
|
+
* @summary 获取用户授权角色
|
|
1629
1693
|
* @param {UserApiAuthRoleRequest} requestParameters Request parameters.
|
|
1630
1694
|
* @param {*} [options] Override http request option.
|
|
1631
1695
|
* @throws {RequiredError}
|
|
1632
1696
|
* @memberof UserApi
|
|
1633
1697
|
*/
|
|
1634
1698
|
authRole(requestParameters: UserApiAuthRoleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1635
|
-
[key: string]:
|
|
1699
|
+
[key: string]: any;
|
|
1636
1700
|
}, any, {}>>;
|
|
1637
1701
|
/**
|
|
1638
1702
|
*
|
|
1703
|
+
* @summary 上传头像
|
|
1639
1704
|
* @param {UserApiAvatarRequest} requestParameters Request parameters.
|
|
1640
1705
|
* @param {*} [options] Override http request option.
|
|
1641
1706
|
* @throws {RequiredError}
|
|
1642
1707
|
* @memberof UserApi
|
|
1643
1708
|
*/
|
|
1644
1709
|
avatar(requestParameters: UserApiAvatarRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1645
|
-
[key: string]:
|
|
1710
|
+
[key: string]: any;
|
|
1646
1711
|
}, any, {}>>;
|
|
1647
1712
|
/**
|
|
1648
1713
|
*
|
|
1714
|
+
* @summary 绑定隐私协议
|
|
1649
1715
|
* @param {UserApiBindPrivacyRequest} requestParameters Request parameters.
|
|
1650
1716
|
* @param {*} [options] Override http request option.
|
|
1651
1717
|
* @throws {RequiredError}
|
|
@@ -1663,13 +1729,14 @@ export declare class UserApi extends BaseAPI {
|
|
|
1663
1729
|
changePassword(requestParameters: UserApiChangePasswordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
|
|
1664
1730
|
/**
|
|
1665
1731
|
*
|
|
1732
|
+
* @summary 修改用户状态
|
|
1666
1733
|
* @param {UserApiChangeStatusRequest} requestParameters Request parameters.
|
|
1667
1734
|
* @param {*} [options] Override http request option.
|
|
1668
1735
|
* @throws {RequiredError}
|
|
1669
1736
|
* @memberof UserApi
|
|
1670
1737
|
*/
|
|
1671
1738
|
changeStatus(requestParameters: UserApiChangeStatusRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1672
|
-
[key: string]:
|
|
1739
|
+
[key: string]: any;
|
|
1673
1740
|
}, any, {}>>;
|
|
1674
1741
|
/**
|
|
1675
1742
|
*
|
|
@@ -1682,13 +1749,14 @@ export declare class UserApi extends BaseAPI {
|
|
|
1682
1749
|
delUser(requestParameters: UserApiDelUserRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
|
|
1683
1750
|
/**
|
|
1684
1751
|
*
|
|
1752
|
+
* @summary 修改用户
|
|
1685
1753
|
* @param {UserApiEditRequest} requestParameters Request parameters.
|
|
1686
1754
|
* @param {*} [options] Override http request option.
|
|
1687
1755
|
* @throws {RequiredError}
|
|
1688
1756
|
* @memberof UserApi
|
|
1689
1757
|
*/
|
|
1690
1758
|
edit(requestParameters: UserApiEditRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1691
|
-
[key: string]:
|
|
1759
|
+
[key: string]: any;
|
|
1692
1760
|
}, any, {}>>;
|
|
1693
1761
|
/**
|
|
1694
1762
|
*
|
|
@@ -1700,16 +1768,18 @@ export declare class UserApi extends BaseAPI {
|
|
|
1700
1768
|
getUserInfo(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultSysUser, any, {}>>;
|
|
1701
1769
|
/**
|
|
1702
1770
|
*
|
|
1771
|
+
* @summary 导入用户数据
|
|
1703
1772
|
* @param {UserApiImportDataRequest} requestParameters Request parameters.
|
|
1704
1773
|
* @param {*} [options] Override http request option.
|
|
1705
1774
|
* @throws {RequiredError}
|
|
1706
1775
|
* @memberof UserApi
|
|
1707
1776
|
*/
|
|
1708
1777
|
importData(requestParameters: UserApiImportDataRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1709
|
-
[key: string]:
|
|
1778
|
+
[key: string]: any;
|
|
1710
1779
|
}, any, {}>>;
|
|
1711
1780
|
/**
|
|
1712
1781
|
*
|
|
1782
|
+
* @summary 下载导入模板
|
|
1713
1783
|
* @param {*} [options] Override http request option.
|
|
1714
1784
|
* @throws {RequiredError}
|
|
1715
1785
|
* @memberof UserApi
|
|
@@ -1717,16 +1787,18 @@ export declare class UserApi extends BaseAPI {
|
|
|
1717
1787
|
importTemplate(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any, {}>>;
|
|
1718
1788
|
/**
|
|
1719
1789
|
*
|
|
1790
|
+
* @summary 用户授权角色
|
|
1720
1791
|
* @param {UserApiInsertAuthRoleRequest} requestParameters Request parameters.
|
|
1721
1792
|
* @param {*} [options] Override http request option.
|
|
1722
1793
|
* @throws {RequiredError}
|
|
1723
1794
|
* @memberof UserApi
|
|
1724
1795
|
*/
|
|
1725
1796
|
insertAuthRole(requestParameters: UserApiInsertAuthRoleRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1726
|
-
[key: string]:
|
|
1797
|
+
[key: string]: any;
|
|
1727
1798
|
}, any, {}>>;
|
|
1728
1799
|
/**
|
|
1729
1800
|
*
|
|
1801
|
+
* @summary 获取用户列表
|
|
1730
1802
|
* @param {UserApiListRequest} requestParameters Request parameters.
|
|
1731
1803
|
* @param {*} [options] Override http request option.
|
|
1732
1804
|
* @throws {RequiredError}
|
|
@@ -1744,45 +1816,50 @@ export declare class UserApi extends BaseAPI {
|
|
|
1744
1816
|
listUserByDept(requestParameters: UserApiListUserByDeptRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultListAppletSysUserDropDownBoxListDTO, any, {}>>;
|
|
1745
1817
|
/**
|
|
1746
1818
|
*
|
|
1819
|
+
* @summary 获取个人信息
|
|
1747
1820
|
* @param {*} [options] Override http request option.
|
|
1748
1821
|
* @throws {RequiredError}
|
|
1749
1822
|
* @memberof UserApi
|
|
1750
1823
|
*/
|
|
1751
1824
|
profile(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1752
|
-
[key: string]:
|
|
1825
|
+
[key: string]: any;
|
|
1753
1826
|
}, any, {}>>;
|
|
1754
1827
|
/**
|
|
1755
1828
|
*
|
|
1829
|
+
* @summary 用户注册
|
|
1756
1830
|
* @param {UserApiRegisterRequest} requestParameters Request parameters.
|
|
1757
1831
|
* @param {*} [options] Override http request option.
|
|
1758
1832
|
* @throws {RequiredError}
|
|
1759
1833
|
* @memberof UserApi
|
|
1760
1834
|
*/
|
|
1761
1835
|
register(requestParameters: UserApiRegisterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1762
|
-
[key: string]:
|
|
1836
|
+
[key: string]: any;
|
|
1763
1837
|
}, any, {}>>;
|
|
1764
1838
|
/**
|
|
1765
1839
|
*
|
|
1840
|
+
* @summary 删除用户
|
|
1766
1841
|
* @param {UserApiRemoveRequest} requestParameters Request parameters.
|
|
1767
1842
|
* @param {*} [options] Override http request option.
|
|
1768
1843
|
* @throws {RequiredError}
|
|
1769
1844
|
* @memberof UserApi
|
|
1770
1845
|
*/
|
|
1771
1846
|
remove(requestParameters: UserApiRemoveRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1772
|
-
[key: string]:
|
|
1847
|
+
[key: string]: any;
|
|
1773
1848
|
}, any, {}>>;
|
|
1774
1849
|
/**
|
|
1775
1850
|
*
|
|
1851
|
+
* @summary 重置密码
|
|
1776
1852
|
* @param {UserApiResetPwdRequest} requestParameters Request parameters.
|
|
1777
1853
|
* @param {*} [options] Override http request option.
|
|
1778
1854
|
* @throws {RequiredError}
|
|
1779
1855
|
* @memberof UserApi
|
|
1780
1856
|
*/
|
|
1781
1857
|
resetPwd(requestParameters: UserApiResetPwdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1782
|
-
[key: string]:
|
|
1858
|
+
[key: string]: any;
|
|
1783
1859
|
}, any, {}>>;
|
|
1784
1860
|
/**
|
|
1785
1861
|
*
|
|
1862
|
+
* @summary 撤销隐私协议
|
|
1786
1863
|
* @param {*} [options] Override http request option.
|
|
1787
1864
|
* @throws {RequiredError}
|
|
1788
1865
|
* @memberof UserApi
|
|
@@ -1852,23 +1929,25 @@ export declare class UserApi extends BaseAPI {
|
|
|
1852
1929
|
sysUserGetInfo(requestParameters: UserApiSysUserGetInfoRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<SysUserInfoDTO, any, {}>>;
|
|
1853
1930
|
/**
|
|
1854
1931
|
*
|
|
1932
|
+
* @summary 修改个人信息
|
|
1855
1933
|
* @param {UserApiUpdateProfileRequest} requestParameters Request parameters.
|
|
1856
1934
|
* @param {*} [options] Override http request option.
|
|
1857
1935
|
* @throws {RequiredError}
|
|
1858
1936
|
* @memberof UserApi
|
|
1859
1937
|
*/
|
|
1860
1938
|
updateProfile(requestParameters: UserApiUpdateProfileRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1861
|
-
[key: string]:
|
|
1939
|
+
[key: string]: any;
|
|
1862
1940
|
}, any, {}>>;
|
|
1863
1941
|
/**
|
|
1864
1942
|
*
|
|
1943
|
+
* @summary 修改个人密码
|
|
1865
1944
|
* @param {UserApiUpdatePwdRequest} requestParameters Request parameters.
|
|
1866
1945
|
* @param {*} [options] Override http request option.
|
|
1867
1946
|
* @throws {RequiredError}
|
|
1868
1947
|
* @memberof UserApi
|
|
1869
1948
|
*/
|
|
1870
1949
|
updatePwd(requestParameters: UserApiUpdatePwdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1871
|
-
[key: string]:
|
|
1950
|
+
[key: string]: any;
|
|
1872
1951
|
}, any, {}>>;
|
|
1873
1952
|
/**
|
|
1874
1953
|
*
|
|
@@ -1913,7 +1992,7 @@ export declare class UserApi extends BaseAPI {
|
|
|
1913
1992
|
* @memberof UserApi
|
|
1914
1993
|
*/
|
|
1915
1994
|
userPageList(requestParameters: UserApiUserPageListRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1916
|
-
[key: string]:
|
|
1995
|
+
[key: string]: any;
|
|
1917
1996
|
}, any, {}>>;
|
|
1918
1997
|
/**
|
|
1919
1998
|
*
|
|
@@ -1943,6 +2022,7 @@ export declare class UserApi extends BaseAPI {
|
|
|
1943
2022
|
userUpdatePassWord(requestParameters: UserApiUserUpdatePassWordRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
|
|
1944
2023
|
/**
|
|
1945
2024
|
*
|
|
2025
|
+
* @summary 查询是否签署隐私协议
|
|
1946
2026
|
* @param {UserApiWhetherPrivacyRequest} requestParameters Request parameters.
|
|
1947
2027
|
* @param {*} [options] Override http request option.
|
|
1948
2028
|
* @throws {RequiredError}
|