@gizone/rrs-client 4.2.9-alpha.852 → 4.2.9-alpha.855
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 +0 -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/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/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/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/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 +4 -16
- 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-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-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/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 +5 -5
- package/dist/esm/models/reimbursement-bill-draft-dto.d.ts +3 -3
- package/dist/esm/models/reimbursement-bill-list-vo.d.ts +5 -5
- package/dist/esm/models/reimbursement-bill-submit-dto.d.ts +3 -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/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 +4 -16
- 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-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-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/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 +5 -5
- package/dist/models/reimbursement-bill-draft-dto.d.ts +3 -3
- package/dist/models/reimbursement-bill-list-vo.d.ts +5 -5
- package/dist/models/reimbursement-bill-submit-dto.d.ts +3 -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/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 +4 -16
- 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-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-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/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 +5 -5
- package/models/reimbursement-bill-draft-dto.ts +3 -3
- package/models/reimbursement-bill-list-vo.ts +5 -5
- package/models/reimbursement-bill-submit-dto.ts +3 -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
package/.openapi-generator/FILES
CHANGED
package/api.ts
CHANGED
|
@@ -54,7 +54,6 @@ export * from './apis/supplier-api';
|
|
|
54
54
|
export * from './apis/surveillance-api';
|
|
55
55
|
export * from './apis/surveillance-settings-api';
|
|
56
56
|
export * from './apis/sys-api';
|
|
57
|
-
export * from './apis/test-api';
|
|
58
57
|
export * from './apis/user-api';
|
|
59
58
|
export * from './apis/web-hook-api';
|
|
60
59
|
export * from './apis/work-order-api';
|
package/apis/access-api.ts
CHANGED
|
@@ -1680,7 +1680,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1680
1680
|
*
|
|
1681
1681
|
* @summary 出入白名单申请-上传文件
|
|
1682
1682
|
* @param {number} parkId 园区id
|
|
1683
|
-
* @param {File} file
|
|
1683
|
+
* @param {File} file 文件
|
|
1684
1684
|
* @param {string} [language] 语言
|
|
1685
1685
|
* @param {*} [options] Override http request option.
|
|
1686
1686
|
* @throws {RequiredError}
|
|
@@ -2193,6 +2193,7 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
2193
2193
|
},
|
|
2194
2194
|
/**
|
|
2195
2195
|
*
|
|
2196
|
+
* @summary 同步车道信息
|
|
2196
2197
|
* @param {AccessLaneSyncVo} accessLaneSyncVo
|
|
2197
2198
|
* @param {*} [options] Override http request option.
|
|
2198
2199
|
* @throws {RequiredError}
|
|
@@ -2800,7 +2801,7 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
2800
2801
|
*
|
|
2801
2802
|
* @summary 出入白名单申请-上传文件
|
|
2802
2803
|
* @param {number} parkId 园区id
|
|
2803
|
-
* @param {File} file
|
|
2804
|
+
* @param {File} file 文件
|
|
2804
2805
|
* @param {string} [language] 语言
|
|
2805
2806
|
* @param {*} [options] Override http request option.
|
|
2806
2807
|
* @throws {RequiredError}
|
|
@@ -2955,6 +2956,7 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
2955
2956
|
},
|
|
2956
2957
|
/**
|
|
2957
2958
|
*
|
|
2959
|
+
* @summary 同步车道信息
|
|
2958
2960
|
* @param {AccessLaneSyncVo} accessLaneSyncVo
|
|
2959
2961
|
* @param {*} [options] Override http request option.
|
|
2960
2962
|
* @throws {RequiredError}
|
|
@@ -3432,6 +3434,7 @@ export const AccessApiFactory = function (configuration?: Configuration, basePat
|
|
|
3432
3434
|
},
|
|
3433
3435
|
/**
|
|
3434
3436
|
*
|
|
3437
|
+
* @summary 同步车道信息
|
|
3435
3438
|
* @param {AccessApiSyncIotLaneRequest} requestParameters Request parameters.
|
|
3436
3439
|
* @param {*} [options] Override http request option.
|
|
3437
3440
|
* @throws {RequiredError}
|
|
@@ -4267,7 +4270,7 @@ export interface AccessApiAccessWhitelistApplicationBatchImportUploadRequest {
|
|
|
4267
4270
|
readonly parkId: number
|
|
4268
4271
|
|
|
4269
4272
|
/**
|
|
4270
|
-
*
|
|
4273
|
+
* 文件
|
|
4271
4274
|
* @type {File}
|
|
4272
4275
|
* @memberof AccessApiAccessWhitelistApplicationBatchImportUpload
|
|
4273
4276
|
*/
|
|
@@ -5083,6 +5086,7 @@ export class AccessApi extends BaseAPI {
|
|
|
5083
5086
|
|
|
5084
5087
|
/**
|
|
5085
5088
|
*
|
|
5089
|
+
* @summary 同步车道信息
|
|
5086
5090
|
* @param {AccessApiSyncIotLaneRequest} requestParameters Request parameters.
|
|
5087
5091
|
* @param {*} [options] Override http request option.
|
|
5088
5092
|
* @throws {RequiredError}
|
package/apis/app-auth-api.ts
CHANGED
|
@@ -211,6 +211,7 @@ export const AppAuthApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
211
211
|
},
|
|
212
212
|
/**
|
|
213
213
|
*
|
|
214
|
+
* @summary 绑定CId
|
|
214
215
|
* @param {string} cId
|
|
215
216
|
* @param {*} [options] Override http request option.
|
|
216
217
|
* @throws {RequiredError}
|
|
@@ -378,11 +379,11 @@ export const AppAuthApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
378
379
|
/**
|
|
379
380
|
*
|
|
380
381
|
* @summary 获取集团园区数据
|
|
381
|
-
* @param {
|
|
382
|
+
* @param {any} groupId 集团id
|
|
382
383
|
* @param {*} [options] Override http request option.
|
|
383
384
|
* @throws {RequiredError}
|
|
384
385
|
*/
|
|
385
|
-
getParkByGroupId: async (groupId:
|
|
386
|
+
getParkByGroupId: async (groupId: any, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
386
387
|
// verify required parameter 'groupId' is not null or undefined
|
|
387
388
|
assertParamExists('getParkByGroupId', 'groupId', groupId)
|
|
388
389
|
const localVarPath = `/miniapp/auth/{groupId}/park`
|
|
@@ -597,6 +598,7 @@ export const AppAuthApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
597
598
|
},
|
|
598
599
|
/**
|
|
599
600
|
*
|
|
601
|
+
* @summary 推送消息测试
|
|
600
602
|
* @param {string} cid
|
|
601
603
|
* @param {string} payload
|
|
602
604
|
* @param {*} [options] Override http request option.
|
|
@@ -743,6 +745,7 @@ export const AppAuthApiFp = function(configuration?: Configuration) {
|
|
|
743
745
|
},
|
|
744
746
|
/**
|
|
745
747
|
*
|
|
748
|
+
* @summary 绑定CId
|
|
746
749
|
* @param {string} cId
|
|
747
750
|
* @param {*} [options] Override http request option.
|
|
748
751
|
* @throws {RequiredError}
|
|
@@ -796,11 +799,11 @@ export const AppAuthApiFp = function(configuration?: Configuration) {
|
|
|
796
799
|
/**
|
|
797
800
|
*
|
|
798
801
|
* @summary 获取集团园区数据
|
|
799
|
-
* @param {
|
|
802
|
+
* @param {any} groupId 集团id
|
|
800
803
|
* @param {*} [options] Override http request option.
|
|
801
804
|
* @throws {RequiredError}
|
|
802
805
|
*/
|
|
803
|
-
async getParkByGroupId(groupId:
|
|
806
|
+
async getParkByGroupId(groupId: any, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
804
807
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getParkByGroupId(groupId, options);
|
|
805
808
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
806
809
|
const localVarOperationServerBasePath = operationServerMap['AppAuthApi.getParkByGroupId']?.[localVarOperationServerIndex]?.url;
|
|
@@ -842,7 +845,7 @@ export const AppAuthApiFp = function(configuration?: Configuration) {
|
|
|
842
845
|
* @param {*} [options] Override http request option.
|
|
843
846
|
* @throws {RequiredError}
|
|
844
847
|
*/
|
|
845
|
-
async loginByOpenId(appObtainToken: AppObtainToken, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
848
|
+
async loginByOpenId(appObtainToken: AppObtainToken, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
846
849
|
const localVarAxiosArgs = await localVarAxiosParamCreator.loginByOpenId(appObtainToken, options);
|
|
847
850
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
848
851
|
const localVarOperationServerBasePath = operationServerMap['AppAuthApi.loginByOpenId']?.[localVarOperationServerIndex]?.url;
|
|
@@ -855,7 +858,7 @@ export const AppAuthApiFp = function(configuration?: Configuration) {
|
|
|
855
858
|
* @param {*} [options] Override http request option.
|
|
856
859
|
* @throws {RequiredError}
|
|
857
860
|
*/
|
|
858
|
-
async loginByWechatPublic(appLoginWxChatPubDto: AppLoginWxChatPubDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
861
|
+
async loginByWechatPublic(appLoginWxChatPubDto: AppLoginWxChatPubDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
859
862
|
const localVarAxiosArgs = await localVarAxiosParamCreator.loginByWechatPublic(appLoginWxChatPubDto, options);
|
|
860
863
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
861
864
|
const localVarOperationServerBasePath = operationServerMap['AppAuthApi.loginByWechatPublic']?.[localVarOperationServerIndex]?.url;
|
|
@@ -863,6 +866,7 @@ export const AppAuthApiFp = function(configuration?: Configuration) {
|
|
|
863
866
|
},
|
|
864
867
|
/**
|
|
865
868
|
*
|
|
869
|
+
* @summary 推送消息测试
|
|
866
870
|
* @param {string} cid
|
|
867
871
|
* @param {string} payload
|
|
868
872
|
* @param {*} [options] Override http request option.
|
|
@@ -881,7 +885,7 @@ export const AppAuthApiFp = function(configuration?: Configuration) {
|
|
|
881
885
|
* @param {*} [options] Override http request option.
|
|
882
886
|
* @throws {RequiredError}
|
|
883
887
|
*/
|
|
884
|
-
async switchPark(switchPakBody: SwitchPakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
888
|
+
async switchPark(switchPakBody: SwitchPakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
885
889
|
const localVarAxiosArgs = await localVarAxiosParamCreator.switchPark(switchPakBody, options);
|
|
886
890
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
887
891
|
const localVarOperationServerBasePath = operationServerMap['AppAuthApi.switchPark']?.[localVarOperationServerIndex]?.url;
|
|
@@ -939,6 +943,7 @@ export const AppAuthApiFactory = function (configuration?: Configuration, basePa
|
|
|
939
943
|
},
|
|
940
944
|
/**
|
|
941
945
|
*
|
|
946
|
+
* @summary 绑定CId
|
|
942
947
|
* @param {AppAuthApiBindingCIdRequest} requestParameters Request parameters.
|
|
943
948
|
* @param {*} [options] Override http request option.
|
|
944
949
|
* @throws {RequiredError}
|
|
@@ -1012,7 +1017,7 @@ export const AppAuthApiFactory = function (configuration?: Configuration, basePa
|
|
|
1012
1017
|
* @param {*} [options] Override http request option.
|
|
1013
1018
|
* @throws {RequiredError}
|
|
1014
1019
|
*/
|
|
1015
|
-
loginByOpenId(requestParameters: AppAuthApiLoginByOpenIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
1020
|
+
loginByOpenId(requestParameters: AppAuthApiLoginByOpenIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
1016
1021
|
return localVarFp.loginByOpenId(requestParameters.appObtainToken, options).then((request) => request(axios, basePath));
|
|
1017
1022
|
},
|
|
1018
1023
|
/**
|
|
@@ -1022,11 +1027,12 @@ export const AppAuthApiFactory = function (configuration?: Configuration, basePa
|
|
|
1022
1027
|
* @param {*} [options] Override http request option.
|
|
1023
1028
|
* @throws {RequiredError}
|
|
1024
1029
|
*/
|
|
1025
|
-
loginByWechatPublic(requestParameters: AppAuthApiLoginByWechatPublicRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
1030
|
+
loginByWechatPublic(requestParameters: AppAuthApiLoginByWechatPublicRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
1026
1031
|
return localVarFp.loginByWechatPublic(requestParameters.appLoginWxChatPubDto, options).then((request) => request(axios, basePath));
|
|
1027
1032
|
},
|
|
1028
1033
|
/**
|
|
1029
1034
|
*
|
|
1035
|
+
* @summary 推送消息测试
|
|
1030
1036
|
* @param {AppAuthApiPushMsgRequest} requestParameters Request parameters.
|
|
1031
1037
|
* @param {*} [options] Override http request option.
|
|
1032
1038
|
* @throws {RequiredError}
|
|
@@ -1041,7 +1047,7 @@ export const AppAuthApiFactory = function (configuration?: Configuration, basePa
|
|
|
1041
1047
|
* @param {*} [options] Override http request option.
|
|
1042
1048
|
* @throws {RequiredError}
|
|
1043
1049
|
*/
|
|
1044
|
-
switchPark(requestParameters: AppAuthApiSwitchParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
1050
|
+
switchPark(requestParameters: AppAuthApiSwitchParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
1045
1051
|
return localVarFp.switchPark(requestParameters.switchPakBody, options).then((request) => request(axios, basePath));
|
|
1046
1052
|
},
|
|
1047
1053
|
};
|
|
@@ -1167,10 +1173,10 @@ export interface AppAuthApiGetParkRequest {
|
|
|
1167
1173
|
export interface AppAuthApiGetParkByGroupIdRequest {
|
|
1168
1174
|
/**
|
|
1169
1175
|
* 集团id
|
|
1170
|
-
* @type {
|
|
1176
|
+
* @type {any}
|
|
1171
1177
|
* @memberof AppAuthApiGetParkByGroupId
|
|
1172
1178
|
*/
|
|
1173
|
-
readonly groupId:
|
|
1179
|
+
readonly groupId: any
|
|
1174
1180
|
}
|
|
1175
1181
|
|
|
1176
1182
|
/**
|
|
@@ -1342,6 +1348,7 @@ export class AppAuthApi extends BaseAPI {
|
|
|
1342
1348
|
|
|
1343
1349
|
/**
|
|
1344
1350
|
*
|
|
1351
|
+
* @summary 绑定CId
|
|
1345
1352
|
* @param {AppAuthApiBindingCIdRequest} requestParameters Request parameters.
|
|
1346
1353
|
* @param {*} [options] Override http request option.
|
|
1347
1354
|
* @throws {RequiredError}
|
|
@@ -1448,6 +1455,7 @@ export class AppAuthApi extends BaseAPI {
|
|
|
1448
1455
|
|
|
1449
1456
|
/**
|
|
1450
1457
|
*
|
|
1458
|
+
* @summary 推送消息测试
|
|
1451
1459
|
* @param {AppAuthApiPushMsgRequest} requestParameters Request parameters.
|
|
1452
1460
|
* @param {*} [options] Override http request option.
|
|
1453
1461
|
* @throws {RequiredError}
|
package/apis/auth-api.ts
CHANGED
|
@@ -221,6 +221,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
221
221
|
},
|
|
222
222
|
/**
|
|
223
223
|
*
|
|
224
|
+
* @summary 绑定CId
|
|
224
225
|
* @param {string} cId
|
|
225
226
|
* @param {*} [options] Override http request option.
|
|
226
227
|
* @throws {RequiredError}
|
|
@@ -414,6 +415,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
414
415
|
},
|
|
415
416
|
/**
|
|
416
417
|
*
|
|
418
|
+
* @summary 生成验证码
|
|
417
419
|
* @param {*} [options] Override http request option.
|
|
418
420
|
* @throws {RequiredError}
|
|
419
421
|
*/
|
|
@@ -447,6 +449,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
447
449
|
},
|
|
448
450
|
/**
|
|
449
451
|
*
|
|
452
|
+
* @summary 获取登录模式
|
|
450
453
|
* @param {*} [options] Override http request option.
|
|
451
454
|
* @throws {RequiredError}
|
|
452
455
|
*/
|
|
@@ -536,11 +539,11 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
536
539
|
/**
|
|
537
540
|
*
|
|
538
541
|
* @summary 获取集团园区数据
|
|
539
|
-
* @param {
|
|
542
|
+
* @param {any} groupId 集团id
|
|
540
543
|
* @param {*} [options] Override http request option.
|
|
541
544
|
* @throws {RequiredError}
|
|
542
545
|
*/
|
|
543
|
-
getParkByGroupId: async (groupId:
|
|
546
|
+
getParkByGroupId: async (groupId: any, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
544
547
|
// verify required parameter 'groupId' is not null or undefined
|
|
545
548
|
assertParamExists('getParkByGroupId', 'groupId', groupId)
|
|
546
549
|
const localVarPath = `/miniapp/auth/{groupId}/park`
|
|
@@ -635,6 +638,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
635
638
|
},
|
|
636
639
|
/**
|
|
637
640
|
*
|
|
641
|
+
* @summary 获取路由信息
|
|
638
642
|
* @param {number} parkId
|
|
639
643
|
* @param {*} [options] Override http request option.
|
|
640
644
|
* @throws {RequiredError}
|
|
@@ -675,6 +679,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
675
679
|
},
|
|
676
680
|
/**
|
|
677
681
|
*
|
|
682
|
+
* @summary 获取全部路由信息
|
|
678
683
|
* @param {*} [options] Override http request option.
|
|
679
684
|
* @throws {RequiredError}
|
|
680
685
|
*/
|
|
@@ -749,6 +754,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
749
754
|
},
|
|
750
755
|
/**
|
|
751
756
|
*
|
|
757
|
+
* @summary 登录
|
|
752
758
|
* @param {LoginBody} loginBody
|
|
753
759
|
* @param {*} [options] Override http request option.
|
|
754
760
|
* @throws {RequiredError}
|
|
@@ -948,6 +954,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
948
954
|
},
|
|
949
955
|
/**
|
|
950
956
|
*
|
|
957
|
+
* @summary 推送消息测试
|
|
951
958
|
* @param {string} cid
|
|
952
959
|
* @param {string} payload
|
|
953
960
|
* @param {*} [options] Override http request option.
|
|
@@ -1032,6 +1039,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
1032
1039
|
},
|
|
1033
1040
|
/**
|
|
1034
1041
|
*
|
|
1042
|
+
* @summary 切换园区生成token
|
|
1035
1043
|
* @param {SwitchPakBody} switchPakBody
|
|
1036
1044
|
* @param {*} [options] Override http request option.
|
|
1037
1045
|
* @throws {RequiredError}
|
|
@@ -1173,6 +1181,7 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1173
1181
|
},
|
|
1174
1182
|
/**
|
|
1175
1183
|
*
|
|
1184
|
+
* @summary 绑定CId
|
|
1176
1185
|
* @param {string} cId
|
|
1177
1186
|
* @param {*} [options] Override http request option.
|
|
1178
1187
|
* @throws {RequiredError}
|
|
@@ -1236,10 +1245,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1236
1245
|
},
|
|
1237
1246
|
/**
|
|
1238
1247
|
*
|
|
1248
|
+
* @summary 生成验证码
|
|
1239
1249
|
* @param {*} [options] Override http request option.
|
|
1240
1250
|
* @throws {RequiredError}
|
|
1241
1251
|
*/
|
|
1242
|
-
async getCode(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
1252
|
+
async getCode(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
1243
1253
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getCode(options);
|
|
1244
1254
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1245
1255
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.getCode']?.[localVarOperationServerIndex]?.url;
|
|
@@ -1247,10 +1257,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1247
1257
|
},
|
|
1248
1258
|
/**
|
|
1249
1259
|
*
|
|
1260
|
+
* @summary 获取登录模式
|
|
1250
1261
|
* @param {*} [options] Override http request option.
|
|
1251
1262
|
* @throws {RequiredError}
|
|
1252
1263
|
*/
|
|
1253
|
-
async getLoginMode(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
1264
|
+
async getLoginMode(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
1254
1265
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getLoginMode(options);
|
|
1255
1266
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1256
1267
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.getLoginMode']?.[localVarOperationServerIndex]?.url;
|
|
@@ -1274,11 +1285,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1274
1285
|
/**
|
|
1275
1286
|
*
|
|
1276
1287
|
* @summary 获取集团园区数据
|
|
1277
|
-
* @param {
|
|
1288
|
+
* @param {any} groupId 集团id
|
|
1278
1289
|
* @param {*} [options] Override http request option.
|
|
1279
1290
|
* @throws {RequiredError}
|
|
1280
1291
|
*/
|
|
1281
|
-
async getParkByGroupId(groupId:
|
|
1292
|
+
async getParkByGroupId(groupId: any, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1282
1293
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getParkByGroupId(groupId, options);
|
|
1283
1294
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1284
1295
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.getParkByGroupId']?.[localVarOperationServerIndex]?.url;
|
|
@@ -1302,11 +1313,12 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1302
1313
|
},
|
|
1303
1314
|
/**
|
|
1304
1315
|
*
|
|
1316
|
+
* @summary 获取路由信息
|
|
1305
1317
|
* @param {number} parkId
|
|
1306
1318
|
* @param {*} [options] Override http request option.
|
|
1307
1319
|
* @throws {RequiredError}
|
|
1308
1320
|
*/
|
|
1309
|
-
async getRouters(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
1321
|
+
async getRouters(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
1310
1322
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getRouters(parkId, options);
|
|
1311
1323
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1312
1324
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.getRouters']?.[localVarOperationServerIndex]?.url;
|
|
@@ -1314,10 +1326,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1314
1326
|
},
|
|
1315
1327
|
/**
|
|
1316
1328
|
*
|
|
1329
|
+
* @summary 获取全部路由信息
|
|
1317
1330
|
* @param {*} [options] Override http request option.
|
|
1318
1331
|
* @throws {RequiredError}
|
|
1319
1332
|
*/
|
|
1320
|
-
async getRoutersAll(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
1333
|
+
async getRoutersAll(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
1321
1334
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getRoutersAll(options);
|
|
1322
1335
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1323
1336
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.getRoutersAll']?.[localVarOperationServerIndex]?.url;
|
|
@@ -1338,11 +1351,12 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1338
1351
|
},
|
|
1339
1352
|
/**
|
|
1340
1353
|
*
|
|
1354
|
+
* @summary 登录
|
|
1341
1355
|
* @param {LoginBody} loginBody
|
|
1342
1356
|
* @param {*} [options] Override http request option.
|
|
1343
1357
|
* @throws {RequiredError}
|
|
1344
1358
|
*/
|
|
1345
|
-
async login(loginBody: LoginBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
1359
|
+
async login(loginBody: LoginBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
1346
1360
|
const localVarAxiosArgs = await localVarAxiosParamCreator.login(loginBody, options);
|
|
1347
1361
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1348
1362
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.login']?.[localVarOperationServerIndex]?.url;
|
|
@@ -1368,7 +1382,7 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1368
1382
|
* @param {*} [options] Override http request option.
|
|
1369
1383
|
* @throws {RequiredError}
|
|
1370
1384
|
*/
|
|
1371
|
-
async loginByOpenId(appObtainToken: AppObtainToken, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
1385
|
+
async loginByOpenId(appObtainToken: AppObtainToken, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
1372
1386
|
const localVarAxiosArgs = await localVarAxiosParamCreator.loginByOpenId(appObtainToken, options);
|
|
1373
1387
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1374
1388
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.loginByOpenId']?.[localVarOperationServerIndex]?.url;
|
|
@@ -1381,7 +1395,7 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1381
1395
|
* @param {*} [options] Override http request option.
|
|
1382
1396
|
* @throws {RequiredError}
|
|
1383
1397
|
*/
|
|
1384
|
-
async loginByWechatPublic(appLoginWxChatPubDto: AppLoginWxChatPubDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
1398
|
+
async loginByWechatPublic(appLoginWxChatPubDto: AppLoginWxChatPubDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
1385
1399
|
const localVarAxiosArgs = await localVarAxiosParamCreator.loginByWechatPublic(appLoginWxChatPubDto, options);
|
|
1386
1400
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1387
1401
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.loginByWechatPublic']?.[localVarOperationServerIndex]?.url;
|
|
@@ -1394,7 +1408,7 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1394
1408
|
* @param {*} [options] Override http request option.
|
|
1395
1409
|
* @throws {RequiredError}
|
|
1396
1410
|
*/
|
|
1397
|
-
async loginPhoneCode(sysLoginCodeDto: SysLoginCodeDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
1411
|
+
async loginPhoneCode(sysLoginCodeDto: SysLoginCodeDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
1398
1412
|
const localVarAxiosArgs = await localVarAxiosParamCreator.loginPhoneCode(sysLoginCodeDto, options);
|
|
1399
1413
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1400
1414
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.loginPhoneCode']?.[localVarOperationServerIndex]?.url;
|
|
@@ -1402,6 +1416,7 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1402
1416
|
},
|
|
1403
1417
|
/**
|
|
1404
1418
|
*
|
|
1419
|
+
* @summary 推送消息测试
|
|
1405
1420
|
* @param {string} cid
|
|
1406
1421
|
* @param {string} payload
|
|
1407
1422
|
* @param {*} [options] Override http request option.
|
|
@@ -1420,7 +1435,7 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1420
1435
|
* @param {*} [options] Override http request option.
|
|
1421
1436
|
* @throws {RequiredError}
|
|
1422
1437
|
*/
|
|
1423
|
-
async switchPark(switchPakBody: SwitchPakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
1438
|
+
async switchPark(switchPakBody: SwitchPakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
1424
1439
|
const localVarAxiosArgs = await localVarAxiosParamCreator.switchPark(switchPakBody, options);
|
|
1425
1440
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1426
1441
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.switchPark']?.[localVarOperationServerIndex]?.url;
|
|
@@ -1428,11 +1443,12 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1428
1443
|
},
|
|
1429
1444
|
/**
|
|
1430
1445
|
*
|
|
1446
|
+
* @summary 切换园区生成token
|
|
1431
1447
|
* @param {SwitchPakBody} switchPakBody
|
|
1432
1448
|
* @param {*} [options] Override http request option.
|
|
1433
1449
|
* @throws {RequiredError}
|
|
1434
1450
|
*/
|
|
1435
|
-
async switchParkToken(switchPakBody: SwitchPakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]:
|
|
1451
|
+
async switchParkToken(switchPakBody: SwitchPakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: any; }>> {
|
|
1436
1452
|
const localVarAxiosArgs = await localVarAxiosParamCreator.switchParkToken(switchPakBody, options);
|
|
1437
1453
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1438
1454
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.switchParkToken']?.[localVarOperationServerIndex]?.url;
|
|
@@ -1503,6 +1519,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1503
1519
|
},
|
|
1504
1520
|
/**
|
|
1505
1521
|
*
|
|
1522
|
+
* @summary 绑定CId
|
|
1506
1523
|
* @param {AuthApiBindingCIdRequest} requestParameters Request parameters.
|
|
1507
1524
|
* @param {*} [options] Override http request option.
|
|
1508
1525
|
* @throws {RequiredError}
|
|
@@ -1550,18 +1567,20 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1550
1567
|
},
|
|
1551
1568
|
/**
|
|
1552
1569
|
*
|
|
1570
|
+
* @summary 生成验证码
|
|
1553
1571
|
* @param {*} [options] Override http request option.
|
|
1554
1572
|
* @throws {RequiredError}
|
|
1555
1573
|
*/
|
|
1556
|
-
getCode(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
1574
|
+
getCode(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
1557
1575
|
return localVarFp.getCode(options).then((request) => request(axios, basePath));
|
|
1558
1576
|
},
|
|
1559
1577
|
/**
|
|
1560
1578
|
*
|
|
1579
|
+
* @summary 获取登录模式
|
|
1561
1580
|
* @param {*} [options] Override http request option.
|
|
1562
1581
|
* @throws {RequiredError}
|
|
1563
1582
|
*/
|
|
1564
|
-
getLoginMode(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
1583
|
+
getLoginMode(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
1565
1584
|
return localVarFp.getLoginMode(options).then((request) => request(axios, basePath));
|
|
1566
1585
|
},
|
|
1567
1586
|
/**
|
|
@@ -1596,19 +1615,21 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1596
1615
|
},
|
|
1597
1616
|
/**
|
|
1598
1617
|
*
|
|
1618
|
+
* @summary 获取路由信息
|
|
1599
1619
|
* @param {AuthApiGetRoutersRequest} requestParameters Request parameters.
|
|
1600
1620
|
* @param {*} [options] Override http request option.
|
|
1601
1621
|
* @throws {RequiredError}
|
|
1602
1622
|
*/
|
|
1603
|
-
getRouters(requestParameters: AuthApiGetRoutersRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
1623
|
+
getRouters(requestParameters: AuthApiGetRoutersRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
1604
1624
|
return localVarFp.getRouters(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
1605
1625
|
},
|
|
1606
1626
|
/**
|
|
1607
1627
|
*
|
|
1628
|
+
* @summary 获取全部路由信息
|
|
1608
1629
|
* @param {*} [options] Override http request option.
|
|
1609
1630
|
* @throws {RequiredError}
|
|
1610
1631
|
*/
|
|
1611
|
-
getRoutersAll(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
1632
|
+
getRoutersAll(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
1612
1633
|
return localVarFp.getRoutersAll(options).then((request) => request(axios, basePath));
|
|
1613
1634
|
},
|
|
1614
1635
|
/**
|
|
@@ -1623,11 +1644,12 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1623
1644
|
},
|
|
1624
1645
|
/**
|
|
1625
1646
|
*
|
|
1647
|
+
* @summary 登录
|
|
1626
1648
|
* @param {AuthApiLoginRequest} requestParameters Request parameters.
|
|
1627
1649
|
* @param {*} [options] Override http request option.
|
|
1628
1650
|
* @throws {RequiredError}
|
|
1629
1651
|
*/
|
|
1630
|
-
login(requestParameters: AuthApiLoginRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
1652
|
+
login(requestParameters: AuthApiLoginRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
1631
1653
|
return localVarFp.login(requestParameters.loginBody, options).then((request) => request(axios, basePath));
|
|
1632
1654
|
},
|
|
1633
1655
|
/**
|
|
@@ -1647,7 +1669,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1647
1669
|
* @param {*} [options] Override http request option.
|
|
1648
1670
|
* @throws {RequiredError}
|
|
1649
1671
|
*/
|
|
1650
|
-
loginByOpenId(requestParameters: AuthApiLoginByOpenIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
1672
|
+
loginByOpenId(requestParameters: AuthApiLoginByOpenIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
1651
1673
|
return localVarFp.loginByOpenId(requestParameters.appObtainToken, options).then((request) => request(axios, basePath));
|
|
1652
1674
|
},
|
|
1653
1675
|
/**
|
|
@@ -1657,7 +1679,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1657
1679
|
* @param {*} [options] Override http request option.
|
|
1658
1680
|
* @throws {RequiredError}
|
|
1659
1681
|
*/
|
|
1660
|
-
loginByWechatPublic(requestParameters: AuthApiLoginByWechatPublicRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
1682
|
+
loginByWechatPublic(requestParameters: AuthApiLoginByWechatPublicRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
1661
1683
|
return localVarFp.loginByWechatPublic(requestParameters.appLoginWxChatPubDto, options).then((request) => request(axios, basePath));
|
|
1662
1684
|
},
|
|
1663
1685
|
/**
|
|
@@ -1667,11 +1689,12 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1667
1689
|
* @param {*} [options] Override http request option.
|
|
1668
1690
|
* @throws {RequiredError}
|
|
1669
1691
|
*/
|
|
1670
|
-
loginPhoneCode(requestParameters: AuthApiLoginPhoneCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
1692
|
+
loginPhoneCode(requestParameters: AuthApiLoginPhoneCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
1671
1693
|
return localVarFp.loginPhoneCode(requestParameters.sysLoginCodeDto, options).then((request) => request(axios, basePath));
|
|
1672
1694
|
},
|
|
1673
1695
|
/**
|
|
1674
1696
|
*
|
|
1697
|
+
* @summary 推送消息测试
|
|
1675
1698
|
* @param {AuthApiPushMsgRequest} requestParameters Request parameters.
|
|
1676
1699
|
* @param {*} [options] Override http request option.
|
|
1677
1700
|
* @throws {RequiredError}
|
|
@@ -1686,16 +1709,17 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1686
1709
|
* @param {*} [options] Override http request option.
|
|
1687
1710
|
* @throws {RequiredError}
|
|
1688
1711
|
*/
|
|
1689
|
-
switchPark(requestParameters: AuthApiSwitchParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
1712
|
+
switchPark(requestParameters: AuthApiSwitchParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
1690
1713
|
return localVarFp.switchPark(requestParameters.switchPakBody, options).then((request) => request(axios, basePath));
|
|
1691
1714
|
},
|
|
1692
1715
|
/**
|
|
1693
1716
|
*
|
|
1717
|
+
* @summary 切换园区生成token
|
|
1694
1718
|
* @param {AuthApiSwitchParkTokenRequest} requestParameters Request parameters.
|
|
1695
1719
|
* @param {*} [options] Override http request option.
|
|
1696
1720
|
* @throws {RequiredError}
|
|
1697
1721
|
*/
|
|
1698
|
-
switchParkToken(requestParameters: AuthApiSwitchParkTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]:
|
|
1722
|
+
switchParkToken(requestParameters: AuthApiSwitchParkTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: any; }> {
|
|
1699
1723
|
return localVarFp.switchParkToken(requestParameters.switchPakBody, options).then((request) => request(axios, basePath));
|
|
1700
1724
|
},
|
|
1701
1725
|
/**
|
|
@@ -1852,10 +1876,10 @@ export interface AuthApiGetParkRequest {
|
|
|
1852
1876
|
export interface AuthApiGetParkByGroupIdRequest {
|
|
1853
1877
|
/**
|
|
1854
1878
|
* 集团id
|
|
1855
|
-
* @type {
|
|
1879
|
+
* @type {any}
|
|
1856
1880
|
* @memberof AuthApiGetParkByGroupId
|
|
1857
1881
|
*/
|
|
1858
|
-
readonly groupId:
|
|
1882
|
+
readonly groupId: any
|
|
1859
1883
|
}
|
|
1860
1884
|
|
|
1861
1885
|
/**
|
|
@@ -2111,6 +2135,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2111
2135
|
|
|
2112
2136
|
/**
|
|
2113
2137
|
*
|
|
2138
|
+
* @summary 绑定CId
|
|
2114
2139
|
* @param {AuthApiBindingCIdRequest} requestParameters Request parameters.
|
|
2115
2140
|
* @param {*} [options] Override http request option.
|
|
2116
2141
|
* @throws {RequiredError}
|
|
@@ -2168,6 +2193,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2168
2193
|
|
|
2169
2194
|
/**
|
|
2170
2195
|
*
|
|
2196
|
+
* @summary 生成验证码
|
|
2171
2197
|
* @param {*} [options] Override http request option.
|
|
2172
2198
|
* @throws {RequiredError}
|
|
2173
2199
|
* @memberof AuthApi
|
|
@@ -2178,6 +2204,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2178
2204
|
|
|
2179
2205
|
/**
|
|
2180
2206
|
*
|
|
2207
|
+
* @summary 获取登录模式
|
|
2181
2208
|
* @param {*} [options] Override http request option.
|
|
2182
2209
|
* @throws {RequiredError}
|
|
2183
2210
|
* @memberof AuthApi
|
|
@@ -2224,6 +2251,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2224
2251
|
|
|
2225
2252
|
/**
|
|
2226
2253
|
*
|
|
2254
|
+
* @summary 获取路由信息
|
|
2227
2255
|
* @param {AuthApiGetRoutersRequest} requestParameters Request parameters.
|
|
2228
2256
|
* @param {*} [options] Override http request option.
|
|
2229
2257
|
* @throws {RequiredError}
|
|
@@ -2235,6 +2263,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2235
2263
|
|
|
2236
2264
|
/**
|
|
2237
2265
|
*
|
|
2266
|
+
* @summary 获取全部路由信息
|
|
2238
2267
|
* @param {*} [options] Override http request option.
|
|
2239
2268
|
* @throws {RequiredError}
|
|
2240
2269
|
* @memberof AuthApi
|
|
@@ -2257,6 +2286,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2257
2286
|
|
|
2258
2287
|
/**
|
|
2259
2288
|
*
|
|
2289
|
+
* @summary 登录
|
|
2260
2290
|
* @param {AuthApiLoginRequest} requestParameters Request parameters.
|
|
2261
2291
|
* @param {*} [options] Override http request option.
|
|
2262
2292
|
* @throws {RequiredError}
|
|
@@ -2316,6 +2346,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2316
2346
|
|
|
2317
2347
|
/**
|
|
2318
2348
|
*
|
|
2349
|
+
* @summary 推送消息测试
|
|
2319
2350
|
* @param {AuthApiPushMsgRequest} requestParameters Request parameters.
|
|
2320
2351
|
* @param {*} [options] Override http request option.
|
|
2321
2352
|
* @throws {RequiredError}
|
|
@@ -2339,6 +2370,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2339
2370
|
|
|
2340
2371
|
/**
|
|
2341
2372
|
*
|
|
2373
|
+
* @summary 切换园区生成token
|
|
2342
2374
|
* @param {AuthApiSwitchParkTokenRequest} requestParameters Request parameters.
|
|
2343
2375
|
* @param {*} [options] Override http request option.
|
|
2344
2376
|
* @throws {RequiredError}
|