@gizone/rrs-client 4.2.9-alpha.2512161759 → 4.2.9-alpha.2512161840
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/VERSION +1 -1
- package/README.md +3 -2
- package/apis/access-aes-controller-api.ts +45 -45
- package/apis/access-api.ts +369 -369
- package/apis/app-auth-api.ts +118 -118
- package/apis/auth-api.ts +200 -200
- package/apis/calendar-api.ts +64 -64
- package/apis/cas-api.ts +9 -9
- package/apis/common-api.ts +371 -371
- package/apis/dashboard-api.ts +184 -184
- package/apis/device-api.ts +35 -35
- package/apis/disaster-warning-standard-api.ts +94 -94
- package/apis/energy-cost-analysis-controller-api.ts +67 -67
- package/apis/energy-cost-controller-api.ts +59 -59
- package/apis/energy-cost-record-controller-api.ts +66 -66
- package/apis/equipment-api.ts +222 -222
- package/apis/excel-language-controller-api.ts +16 -16
- package/apis/hwork-api.ts +11 -11
- package/apis/inspection-standard-api.ts +111 -111
- package/apis/internal-api.ts +9 -9
- package/apis/jwt-api.ts +10 -10
- package/apis/maintenance-standard-api.ts +111 -111
- package/apis/message-api.ts +43 -43
- package/apis/notification-api.ts +63 -63
- package/apis/offline-alert-work-order-controller-api.ts +10 -10
- package/apis/open-api-api.ts +68 -68
- package/apis/park-api.ts +75 -75
- package/apis/privacy-api.ts +48 -48
- package/apis/role-api.ts +169 -169
- package/apis/setting-api.ts +250 -250
- package/apis/smsapi.ts +11 -11
- package/apis/space-api.ts +165 -165
- package/apis/supplier-api.ts +104 -104
- package/apis/surveillance-api.ts +127 -127
- package/apis/surveillance-settings-api.ts +80 -80
- package/apis/sys-api.ts +397 -397
- package/apis/test-api.ts +23 -23
- package/apis/user-api.ts +302 -302
- package/apis/web-hook-api.ts +27 -27
- package/apis/work-order-api.ts +509 -509
- package/base.ts +2 -2
- package/common.ts +1 -1
- package/configuration.ts +7 -1
- package/dist/apis/access-aes-controller-api.d.ts +27 -27
- package/dist/apis/access-aes-controller-api.js +30 -30
- package/dist/apis/access-api.d.ts +231 -231
- package/dist/apis/access-api.js +230 -230
- package/dist/apis/app-auth-api.d.ts +76 -76
- package/dist/apis/app-auth-api.js +75 -75
- package/dist/apis/auth-api.d.ts +132 -132
- package/dist/apis/auth-api.js +130 -130
- package/dist/apis/calendar-api.d.ts +40 -40
- package/dist/apis/calendar-api.js +40 -40
- package/dist/apis/cas-api.d.ts +7 -7
- package/dist/apis/cas-api.js +5 -5
- package/dist/apis/common-api.d.ts +245 -245
- package/dist/apis/common-api.js +245 -245
- package/dist/apis/dashboard-api.d.ts +115 -115
- package/dist/apis/dashboard-api.js +115 -115
- package/dist/apis/device-api.d.ts +23 -23
- package/dist/apis/device-api.js +20 -20
- package/dist/apis/disaster-warning-standard-api.d.ts +58 -58
- package/dist/apis/disaster-warning-standard-api.js +60 -60
- package/dist/apis/energy-cost-analysis-controller-api.d.ts +43 -43
- package/dist/apis/energy-cost-analysis-controller-api.js +40 -40
- package/dist/apis/energy-cost-controller-api.d.ts +38 -38
- package/dist/apis/energy-cost-controller-api.js +35 -35
- package/dist/apis/energy-cost-record-controller-api.d.ts +42 -42
- package/dist/apis/energy-cost-record-controller-api.js +40 -40
- package/dist/apis/equipment-api.d.ts +138 -138
- package/dist/apis/equipment-api.js +140 -140
- package/dist/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/apis/excel-language-controller-api.js +10 -10
- package/dist/apis/hwork-api.d.ts +8 -8
- package/dist/apis/hwork-api.js +5 -5
- package/dist/apis/inspection-standard-api.d.ts +69 -69
- package/dist/apis/inspection-standard-api.js +70 -70
- package/dist/apis/internal-api.d.ts +6 -6
- package/dist/apis/internal-api.js +5 -5
- package/dist/apis/jwt-api.d.ts +7 -7
- package/dist/apis/jwt-api.js +5 -5
- package/dist/apis/maintenance-standard-api.d.ts +69 -69
- package/dist/apis/maintenance-standard-api.js +70 -70
- package/dist/apis/message-api.d.ts +28 -28
- package/dist/apis/message-api.js +25 -25
- package/dist/apis/notification-api.d.ts +43 -43
- package/dist/apis/notification-api.js +40 -40
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +7 -7
- package/dist/apis/offline-alert-work-order-controller-api.js +5 -5
- package/dist/apis/open-api-api.d.ts +44 -44
- package/dist/apis/open-api-api.js +40 -40
- package/dist/apis/park-api.d.ts +45 -45
- package/dist/apis/park-api.js +50 -50
- package/dist/apis/privacy-api.d.ts +30 -30
- package/dist/apis/privacy-api.js +30 -30
- package/dist/apis/role-api.d.ts +111 -111
- package/dist/apis/role-api.js +115 -115
- package/dist/apis/setting-api.d.ts +154 -154
- package/dist/apis/setting-api.js +160 -160
- package/dist/apis/smsapi.d.ts +8 -8
- package/dist/apis/smsapi.js +5 -5
- package/dist/apis/space-api.d.ts +102 -102
- package/dist/apis/space-api.js +105 -105
- package/dist/apis/supplier-api.d.ts +65 -65
- package/dist/apis/supplier-api.js +65 -65
- package/dist/apis/surveillance-api.d.ts +79 -79
- package/dist/apis/surveillance-api.js +80 -80
- package/dist/apis/surveillance-settings-api.d.ts +50 -50
- package/dist/apis/surveillance-settings-api.js +50 -50
- package/dist/apis/sys-api.d.ts +255 -255
- package/dist/apis/sys-api.js +275 -275
- package/dist/apis/test-api.d.ts +14 -14
- package/dist/apis/test-api.js +15 -15
- package/dist/apis/user-api.d.ts +196 -196
- package/dist/apis/user-api.js +200 -200
- package/dist/apis/web-hook-api.d.ts +18 -18
- package/dist/apis/web-hook-api.js +15 -15
- package/dist/apis/work-order-api.d.ts +320 -320
- package/dist/apis/work-order-api.js +320 -320
- package/dist/base.d.ts +2 -2
- package/dist/common.d.ts +1 -1
- package/dist/common.js +2 -1
- package/dist/configuration.js +2 -1
- package/dist/esm/apis/access-aes-controller-api.d.ts +27 -27
- package/dist/esm/apis/access-aes-controller-api.js +30 -30
- package/dist/esm/apis/access-api.d.ts +231 -231
- package/dist/esm/apis/access-api.js +230 -230
- package/dist/esm/apis/app-auth-api.d.ts +76 -76
- package/dist/esm/apis/app-auth-api.js +75 -75
- package/dist/esm/apis/auth-api.d.ts +132 -132
- package/dist/esm/apis/auth-api.js +130 -130
- package/dist/esm/apis/calendar-api.d.ts +40 -40
- package/dist/esm/apis/calendar-api.js +40 -40
- package/dist/esm/apis/cas-api.d.ts +7 -7
- package/dist/esm/apis/cas-api.js +5 -5
- package/dist/esm/apis/common-api.d.ts +245 -245
- package/dist/esm/apis/common-api.js +245 -245
- package/dist/esm/apis/dashboard-api.d.ts +115 -115
- package/dist/esm/apis/dashboard-api.js +115 -115
- package/dist/esm/apis/device-api.d.ts +23 -23
- package/dist/esm/apis/device-api.js +20 -20
- package/dist/esm/apis/disaster-warning-standard-api.d.ts +58 -58
- package/dist/esm/apis/disaster-warning-standard-api.js +60 -60
- package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +43 -43
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +40 -40
- package/dist/esm/apis/energy-cost-controller-api.d.ts +38 -38
- package/dist/esm/apis/energy-cost-controller-api.js +35 -35
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +42 -42
- package/dist/esm/apis/energy-cost-record-controller-api.js +40 -40
- package/dist/esm/apis/equipment-api.d.ts +138 -138
- package/dist/esm/apis/equipment-api.js +140 -140
- package/dist/esm/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/esm/apis/excel-language-controller-api.js +10 -10
- package/dist/esm/apis/hwork-api.d.ts +8 -8
- package/dist/esm/apis/hwork-api.js +5 -5
- package/dist/esm/apis/inspection-standard-api.d.ts +69 -69
- package/dist/esm/apis/inspection-standard-api.js +70 -70
- package/dist/esm/apis/internal-api.d.ts +6 -6
- package/dist/esm/apis/internal-api.js +5 -5
- package/dist/esm/apis/jwt-api.d.ts +7 -7
- package/dist/esm/apis/jwt-api.js +5 -5
- package/dist/esm/apis/maintenance-standard-api.d.ts +69 -69
- package/dist/esm/apis/maintenance-standard-api.js +70 -70
- package/dist/esm/apis/message-api.d.ts +28 -28
- package/dist/esm/apis/message-api.js +25 -25
- package/dist/esm/apis/notification-api.d.ts +43 -43
- package/dist/esm/apis/notification-api.js +40 -40
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +7 -7
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +5 -5
- package/dist/esm/apis/open-api-api.d.ts +44 -44
- package/dist/esm/apis/open-api-api.js +40 -40
- package/dist/esm/apis/park-api.d.ts +45 -45
- package/dist/esm/apis/park-api.js +50 -50
- package/dist/esm/apis/privacy-api.d.ts +30 -30
- package/dist/esm/apis/privacy-api.js +30 -30
- package/dist/esm/apis/role-api.d.ts +111 -111
- package/dist/esm/apis/role-api.js +115 -115
- package/dist/esm/apis/setting-api.d.ts +154 -154
- package/dist/esm/apis/setting-api.js +160 -160
- package/dist/esm/apis/smsapi.d.ts +8 -8
- package/dist/esm/apis/smsapi.js +5 -5
- package/dist/esm/apis/space-api.d.ts +102 -102
- package/dist/esm/apis/space-api.js +105 -105
- package/dist/esm/apis/supplier-api.d.ts +65 -65
- package/dist/esm/apis/supplier-api.js +65 -65
- package/dist/esm/apis/surveillance-api.d.ts +79 -79
- package/dist/esm/apis/surveillance-api.js +80 -80
- package/dist/esm/apis/surveillance-settings-api.d.ts +50 -50
- package/dist/esm/apis/surveillance-settings-api.js +50 -50
- package/dist/esm/apis/sys-api.d.ts +255 -255
- package/dist/esm/apis/sys-api.js +275 -275
- package/dist/esm/apis/test-api.d.ts +14 -14
- package/dist/esm/apis/test-api.js +15 -15
- package/dist/esm/apis/user-api.d.ts +196 -196
- package/dist/esm/apis/user-api.js +200 -200
- package/dist/esm/apis/web-hook-api.d.ts +18 -18
- package/dist/esm/apis/web-hook-api.js +15 -15
- package/dist/esm/apis/work-order-api.d.ts +320 -320
- package/dist/esm/apis/work-order-api.js +320 -320
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +2 -1
- package/dist/esm/configuration.js +2 -1
- package/dist/esm/models/access-abnormal-type-enum.d.ts +2 -2
- package/dist/esm/models/access-abnormal-type-enum.js +2 -2
- 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-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-config-vo.d.ts +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 +8 -8
- package/dist/esm/models/access-record-summary-list-dto.d.ts +7 -7
- package/dist/esm/models/access-vehicle-length-enum.d.ts +6 -6
- package/dist/esm/models/access-vehicle-length-enum.js +6 -6
- package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +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/app-login-wx-chat-dto.d.ts +1 -1
- package/dist/esm/models/area-park-dto.d.ts +1 -1
- package/dist/esm/models/base-error-result.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/dashboard-access-search-dto.d.ts +3 -3
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-equipment-system-group-stats-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-surveillance-search-dto.d.ts +1 -1
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +3 -3
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +2 -2
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.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-list-search-dto.d.ts +4 -4
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- 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/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +2 -2
- package/dist/esm/models/energy-cost-add-setting-dto.d.ts +1 -1
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
- package/dist/esm/models/energy-cost-analysis-export-dto.d.ts +1 -1
- package/dist/esm/models/energy-cost-edit-record-dto.d.ts +2 -2
- 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-trend-vo.d.ts +1 -1
- package/dist/esm/models/equipment-add-redis-list-dto.d.ts +1 -1
- package/dist/esm/models/equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +1 -1
- package/dist/esm/models/equipment-edit-vo.d.ts +2 -2
- package/dist/esm/models/equipment-search-system-dto.d.ts +3 -3
- package/dist/esm/models/equipment-search-vo.d.ts +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/equipment-tree-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +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 +3 -3
- package/dist/esm/models/exploration-work-order-details-dto.d.ts +9 -9
- package/dist/esm/models/exploration-work-order-info.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/inspection-handle-req.d.ts +1 -1
- package/dist/esm/models/inspection-point-item.d.ts +1 -1
- package/dist/esm/models/inspection-point.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/insurance-work-order-issue-vo.d.ts +1 -1
- package/dist/esm/models/insurance-work-order-vo.d.ts +1 -1
- package/dist/esm/models/ipage-energy-cost-analysis-list-vo.d.ts +1 -1
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +1 -1
- package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-company-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-access-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-applet-user-type-dto.d.ts +2 -2
- package/dist/esm/models/json-result-big-decimal.d.ts +1 -1
- package/dist/esm/models/json-result-boolean.d.ts +1 -1
- package/dist/esm/models/json-result-calendar-entity.d.ts +2 -2
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +2 -2
- package/dist/esm/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +2 -2
- package/dist/esm/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-equipment-search-system-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
- package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-file-dto.d.ts +2 -2
- package/dist/esm/models/json-result-group-dept-vo.d.ts +2 -2
- package/dist/esm/models/json-result-inspection-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-integer.d.ts +1 -1
- package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +2 -2
- package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-address-region-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-area-park-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-calendar-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-center-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-energy-cost-park-option-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-inspection-point.d.ts +2 -2
- package/dist/esm/models/json-result-list-inspection-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-park-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-plan-calendar-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-point-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-qr-code-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-url-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-srm-center-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-supplier-select-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-dept.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-comment-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-spot-check-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-maintenance-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-map-string-object.d.ts +3 -3
- package/dist/esm/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-notice-entity.d.ts +2 -2
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
- package/dist/esm/models/json-result-park-info-dto.d.ts +2 -2
- package/dist/esm/models/json-result-park-settings-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-period-detail-resp.d.ts +2 -2
- package/dist/esm/models/json-result-plan-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-space-add-redis-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-srm-center-entity.d.ts +2 -2
- package/dist/esm/models/json-result-string.d.ts +1 -1
- package/dist/esm/models/json-result-supplier-contract-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-supplier-entity.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-count-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/esm/models/json-result-switch-park-v2-dto.d.ts +2 -2
- package/dist/esm/models/json-result-sys-dept.d.ts +2 -2
- package/dist/esm/models/json-result-sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/json-result-sys-user.d.ts +2 -2
- package/dist/esm/models/json-result-user-add-redis-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-user-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-void.d.ts +1 -1
- package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-work-order-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result.d.ts +1 -1
- package/dist/esm/models/maintenance-history-dto.d.ts +2 -2
- 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/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-work-order-details-dto.d.ts +7 -7
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +14 -14
- package/dist/esm/models/news-info.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 +10 -10
- package/dist/esm/models/offline-alert-work-order-info.d.ts +2 -2
- 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-inspection-standard-dto.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-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-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.d.ts +1 -1
- package/dist/esm/models/period-detail-resp.d.ts +12 -12
- package/dist/esm/models/period-detail-resp.js +5 -5
- package/dist/esm/models/plan-add-vo.d.ts +9 -9
- package/dist/esm/models/plan-add-vo.js +5 -5
- package/dist/esm/models/plan-calendar-list-vo.d.ts +5 -5
- package/dist/esm/models/plan-calendar-list-vo.js +5 -5
- package/dist/esm/models/plan-detail-dto.d.ts +9 -9
- package/dist/esm/models/plan-detail-dto.js +5 -5
- package/dist/esm/models/plan-edit-vo.d.ts +9 -9
- package/dist/esm/models/plan-edit-vo.js +5 -5
- package/dist/esm/models/plan-inspection-items-dto.d.ts +3 -3
- 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 +9 -9
- package/dist/esm/models/plan-search-dto.js +5 -5
- package/dist/esm/models/process-work-order-vo.d.ts +1 -1
- package/dist/esm/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
- package/dist/esm/models/save-period-work-order-detail-req.d.ts +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-redis-list-dto.d.ts +1 -1
- package/dist/esm/models/space-add-vo.d.ts +2 -2
- package/dist/esm/models/space-detail-dto.d.ts +4 -4
- package/dist/esm/models/space-edit-vo.d.ts +2 -2
- package/dist/esm/models/space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/space-tree-dto.d.ts +3 -3
- package/dist/esm/models/space.d.ts +1 -1
- package/dist/esm/models/srm-center-entity.d.ts +1 -1
- package/dist/esm/models/srm-center-vo.d.ts +1 -1
- package/dist/esm/models/srm-level-add-dto.d.ts +1 -1
- package/dist/esm/models/sub-buttons.d.ts +1 -1
- package/dist/esm/models/supplier-add-vo.d.ts +2 -2
- package/dist/esm/models/supplier-edit-vo.d.ts +2 -2
- package/dist/esm/models/supplier-entity.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-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/esm/models/surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +2 -2
- 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/sync-equipment-status-vo.d.ts +1 -1
- package/dist/esm/models/sync-equipment-vo.d.ts +1 -1
- package/dist/esm/models/sys-user-info-dto.d.ts +3 -3
- package/dist/esm/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/sys-user.d.ts +4 -4
- 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/violation-decision-vo.d.ts +2 -2
- package/dist/esm/models/violation-work-order-add-vo.d.ts +3 -3
- package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -12
- 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 +2 -2
- package/dist/esm/models/work-order-circulation-vo.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 +1 -1
- package/dist/esm/models/work-order-detail-dto.d.ts +14 -14
- package/dist/esm/models/work-order-ext-data.d.ts +5 -5
- package/dist/esm/models/work-order-group-equipment-dto.d.ts +5 -5
- package/dist/esm/models/work-order-handler-dto.d.ts +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 +2 -2
- package/dist/esm/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/esm/models/work-order-push-settings-entity.d.ts +1 -1
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/esm/models/work-order-push-settings-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 +7 -7
- package/dist/esm/models/work-order-spot-check-dto.d.ts +7 -7
- package/dist/esm/models/work-order-spot-check-dto.js +5 -5
- package/dist/esm/models/work-order-staging-data-vo.d.ts +1 -1
- package/dist/esm/models/work-order-submit-vo.d.ts +2 -2
- package/dist/esm/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/wx-ma-user-info.d.ts +1 -1
- package/dist/esm/models/wx-menu.d.ts +2 -2
- package/dist/esm/models/wx-mp-conditional-menu.d.ts +2 -2
- package/dist/esm/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
- package/dist/esm/models/wx-mp-menu.d.ts +1 -1
- package/dist/esm/models/wx-mp-self-menu-button.d.ts +2 -2
- package/dist/esm/models/wx-mp-self-menu-info.d.ts +1 -1
- package/dist/models/access-abnormal-type-enum.d.ts +2 -2
- package/dist/models/access-abnormal-type-enum.js +2 -2
- 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-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-config-vo.d.ts +1 -1
- package/dist/models/access-record-details-dto.d.ts +9 -9
- package/dist/models/access-record-summary-details-dto.d.ts +8 -8
- package/dist/models/access-record-summary-list-dto.d.ts +7 -7
- package/dist/models/access-vehicle-length-enum.d.ts +6 -6
- package/dist/models/access-vehicle-length-enum.js +6 -6
- package/dist/models/access-visitor-person-type-config-vo.d.ts +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/app-login-wx-chat-dto.d.ts +1 -1
- package/dist/models/area-park-dto.d.ts +1 -1
- package/dist/models/base-error-result.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/dashboard-access-search-dto.d.ts +3 -3
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-surveillance-search-dto.d.ts +1 -1
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +3 -3
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +2 -2
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.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-list-search-dto.d.ts +4 -4
- package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- 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/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/disaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/models/energy-cost-add-record-dto.d.ts +2 -2
- package/dist/models/energy-cost-add-setting-dto.d.ts +1 -1
- package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
- package/dist/models/energy-cost-analysis-export-dto.d.ts +1 -1
- package/dist/models/energy-cost-edit-record-dto.d.ts +2 -2
- 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-trend-vo.d.ts +1 -1
- package/dist/models/equipment-add-redis-list-dto.d.ts +1 -1
- package/dist/models/equipment-detail-dto.d.ts +2 -2
- package/dist/models/equipment-edit-batch-vo.d.ts +1 -1
- package/dist/models/equipment-edit-vo.d.ts +2 -2
- package/dist/models/equipment-search-system-dto.d.ts +3 -3
- package/dist/models/equipment-search-vo.d.ts +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/equipment-tree-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +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 +3 -3
- package/dist/models/exploration-work-order-details-dto.d.ts +9 -9
- package/dist/models/exploration-work-order-info.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/inspection-handle-req.d.ts +1 -1
- package/dist/models/inspection-point-item.d.ts +1 -1
- package/dist/models/inspection-point.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/insurance-work-order-issue-vo.d.ts +1 -1
- package/dist/models/insurance-work-order-vo.d.ts +1 -1
- package/dist/models/ipage-energy-cost-analysis-list-vo.d.ts +1 -1
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +1 -1
- package/dist/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-blacklist-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-company-config-entity.d.ts +2 -2
- package/dist/models/json-result-access-config-entity.d.ts +2 -2
- package/dist/models/json-result-access-record-summary-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-applet-user-type-dto.d.ts +2 -2
- package/dist/models/json-result-big-decimal.d.ts +1 -1
- package/dist/models/json-result-boolean.d.ts +1 -1
- package/dist/models/json-result-calendar-entity.d.ts +2 -2
- package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +2 -2
- package/dist/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/models/json-result-energy-cost-analysis-overview-vo.d.ts +2 -2
- package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +2 -2
- package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +2 -2
- package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +2 -2
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +2 -2
- package/dist/models/json-result-energy-cost-record-info-vo.d.ts +2 -2
- package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +2 -2
- package/dist/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
- package/dist/models/json-result-equipment-detail-dto.d.ts +2 -2
- package/dist/models/json-result-equipment-search-system-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
- package/dist/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-file-dto.d.ts +2 -2
- package/dist/models/json-result-group-dept-vo.d.ts +2 -2
- package/dist/models/json-result-inspection-standard-entity.d.ts +2 -2
- package/dist/models/json-result-integer.d.ts +1 -1
- package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +2 -2
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +2 -2
- package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-access-company-config-entity.d.ts +2 -2
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-address-region-entity.d.ts +2 -2
- package/dist/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-area-park-dto.d.ts +2 -2
- package/dist/models/json-result-list-calendar-entity.d.ts +2 -2
- package/dist/models/json-result-list-center-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +2 -2
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +2 -2
- package/dist/models/json-result-list-energy-cost-park-option-vo.d.ts +2 -2
- package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +2 -2
- package/dist/models/json-result-list-equipment-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-inspection-point.d.ts +2 -2
- package/dist/models/json-result-list-inspection-standard-entity.d.ts +2 -2
- package/dist/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
- package/dist/models/json-result-list-park-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
- package/dist/models/json-result-list-plan-calendar-vo.d.ts +2 -2
- package/dist/models/json-result-list-space-image-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-point-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-qr-code-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-url-dto.d.ts +2 -2
- package/dist/models/json-result-list-srm-center-vo.d.ts +2 -2
- package/dist/models/json-result-list-supplier-select-dto.d.ts +2 -2
- package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
- package/dist/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-sys-dept.d.ts +2 -2
- package/dist/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
- package/dist/models/json-result-list-work-order-comment-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-spot-check-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result-maintenance-standard-entity.d.ts +2 -2
- package/dist/models/json-result-map-string-object.d.ts +3 -3
- package/dist/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
- package/dist/models/json-result-notice-entity.d.ts +2 -2
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
- package/dist/models/json-result-park-info-dto.d.ts +2 -2
- package/dist/models/json-result-park-settings-details-dto.d.ts +2 -2
- package/dist/models/json-result-period-detail-resp.d.ts +2 -2
- package/dist/models/json-result-plan-detail-dto.d.ts +2 -2
- package/dist/models/json-result-space-add-redis-list-dto.d.ts +2 -2
- package/dist/models/json-result-space-image-detail-dto.d.ts +2 -2
- package/dist/models/json-result-srm-center-entity.d.ts +2 -2
- package/dist/models/json-result-string.d.ts +1 -1
- package/dist/models/json-result-supplier-contract-details-dto.d.ts +2 -2
- package/dist/models/json-result-supplier-entity.d.ts +2 -2
- package/dist/models/json-result-surveillance-count-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-details-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-live-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/models/json-result-switch-park-v2-dto.d.ts +2 -2
- package/dist/models/json-result-sys-dept.d.ts +2 -2
- package/dist/models/json-result-sys-user-msg-dto.d.ts +2 -2
- package/dist/models/json-result-sys-user.d.ts +2 -2
- package/dist/models/json-result-user-add-redis-list-vo.d.ts +2 -2
- package/dist/models/json-result-user-settings-entity.d.ts +2 -2
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-void.d.ts +1 -1
- package/dist/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/models/json-result-work-order-detail-dto.d.ts +2 -2
- package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result.d.ts +1 -1
- package/dist/models/maintenance-history-dto.d.ts +2 -2
- 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/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-work-order-details-dto.d.ts +7 -7
- package/dist/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/models/network-monitor-repair-details-dto.d.ts +14 -14
- package/dist/models/news-info.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 +10 -10
- package/dist/models/offline-alert-work-order-info.d.ts +2 -2
- 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-inspection-standard-dto.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-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-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.d.ts +1 -1
- package/dist/models/period-detail-resp.d.ts +12 -12
- package/dist/models/period-detail-resp.js +5 -5
- package/dist/models/plan-add-vo.d.ts +9 -9
- package/dist/models/plan-add-vo.js +5 -5
- package/dist/models/plan-calendar-list-vo.d.ts +5 -5
- package/dist/models/plan-calendar-list-vo.js +5 -5
- package/dist/models/plan-detail-dto.d.ts +9 -9
- package/dist/models/plan-detail-dto.js +5 -5
- package/dist/models/plan-edit-vo.d.ts +9 -9
- package/dist/models/plan-edit-vo.js +5 -5
- package/dist/models/plan-inspection-items-dto.d.ts +3 -3
- 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 +9 -9
- package/dist/models/plan-search-dto.js +5 -5
- package/dist/models/process-work-order-vo.d.ts +1 -1
- package/dist/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
- package/dist/models/save-period-work-order-detail-req.d.ts +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-redis-list-dto.d.ts +1 -1
- package/dist/models/space-add-vo.d.ts +2 -2
- package/dist/models/space-detail-dto.d.ts +4 -4
- package/dist/models/space-edit-vo.d.ts +2 -2
- package/dist/models/space-image-detail-dto.d.ts +2 -2
- package/dist/models/space-tree-dto.d.ts +3 -3
- package/dist/models/space.d.ts +1 -1
- package/dist/models/srm-center-entity.d.ts +1 -1
- package/dist/models/srm-center-vo.d.ts +1 -1
- package/dist/models/srm-level-add-dto.d.ts +1 -1
- package/dist/models/sub-buttons.d.ts +1 -1
- package/dist/models/supplier-add-vo.d.ts +2 -2
- package/dist/models/supplier-edit-vo.d.ts +2 -2
- package/dist/models/supplier-entity.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-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/models/surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/models/surveillance-settings-polling-vo.d.ts +2 -2
- 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/sync-equipment-status-vo.d.ts +1 -1
- package/dist/models/sync-equipment-vo.d.ts +1 -1
- package/dist/models/sys-user-info-dto.d.ts +3 -3
- package/dist/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/models/sys-user.d.ts +4 -4
- 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/violation-decision-vo.d.ts +2 -2
- package/dist/models/violation-work-order-add-vo.d.ts +3 -3
- package/dist/models/violation-work-order-details-dto.d.ts +12 -12
- 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 +2 -2
- package/dist/models/work-order-circulation-vo.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 +1 -1
- package/dist/models/work-order-detail-dto.d.ts +14 -14
- package/dist/models/work-order-ext-data.d.ts +5 -5
- package/dist/models/work-order-group-equipment-dto.d.ts +5 -5
- package/dist/models/work-order-handler-dto.d.ts +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 +2 -2
- package/dist/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/models/work-order-push-settings-entity.d.ts +1 -1
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/models/work-order-push-settings-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 +7 -7
- package/dist/models/work-order-spot-check-dto.d.ts +7 -7
- package/dist/models/work-order-spot-check-dto.js +5 -5
- package/dist/models/work-order-staging-data-vo.d.ts +1 -1
- package/dist/models/work-order-submit-vo.d.ts +2 -2
- package/dist/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-type-settings-entity.d.ts +2 -2
- package/dist/models/wx-ma-user-info.d.ts +1 -1
- package/dist/models/wx-menu.d.ts +2 -2
- package/dist/models/wx-mp-conditional-menu.d.ts +2 -2
- package/dist/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
- package/dist/models/wx-mp-menu.d.ts +1 -1
- package/dist/models/wx-mp-self-menu-button.d.ts +2 -2
- package/dist/models/wx-mp-self-menu-info.d.ts +1 -1
- package/models/access-abnormal-type-enum.ts +2 -2
- 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-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-config-vo.ts +1 -1
- package/models/access-record-details-dto.ts +9 -9
- package/models/access-record-summary-details-dto.ts +8 -8
- package/models/access-record-summary-list-dto.ts +7 -7
- package/models/access-vehicle-length-enum.ts +6 -6
- package/models/access-visitor-person-type-config-vo.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/app-login-wx-chat-dto.ts +1 -1
- package/models/area-park-dto.ts +1 -1
- package/models/base-error-result.ts +1 -1
- package/models/center-list-dto.ts +1 -1
- package/models/cuser-info.ts +1 -1
- package/models/dashboard-access-search-dto.ts +3 -3
- package/models/dashboard-access-source-group-stats-vo.ts +1 -1
- package/models/dashboard-equipment-park-group-stats-vo.ts +1 -1
- package/models/dashboard-equipment-system-group-stats-vo.ts +1 -1
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +1 -1
- package/models/dashboard-surveillance-search-dto.ts +1 -1
- package/models/dashboard-work-order-by-park-search-dto.ts +3 -3
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +2 -2
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +1 -1
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +1 -1
- package/models/dashboard-work-order-list-search-dto.ts +4 -4
- package/models/dashboard-work-order-type-group-stats-vo.ts +2 -2
- 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/disaster-warning-standard-add-or-update-vo.ts +1 -1
- package/models/disaster-warning-standard-entity.ts +1 -1
- package/models/disaster-warning-standard-import-dto.ts +1 -1
- package/models/energy-cost-add-record-dto.ts +2 -2
- package/models/energy-cost-add-setting-dto.ts +1 -1
- package/models/energy-cost-add-setting-dtopark-setting.ts +1 -1
- package/models/energy-cost-analysis-export-dto.ts +1 -1
- package/models/energy-cost-edit-record-dto.ts +2 -2
- 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-trend-vo.ts +1 -1
- package/models/equipment-add-redis-list-dto.ts +1 -1
- package/models/equipment-detail-dto.ts +2 -2
- package/models/equipment-edit-batch-vo.ts +1 -1
- package/models/equipment-edit-vo.ts +2 -2
- package/models/equipment-search-system-dto.ts +3 -3
- package/models/equipment-search-vo.ts +1 -1
- package/models/equipment-status-stats-vo.ts +1 -1
- package/models/equipment-tree-details-dto.ts +2 -2
- package/models/equipment-tree-dto.ts +1 -1
- package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +1 -1
- package/models/excel-import-result-dtocalendar-export-dto.ts +1 -1
- package/models/excel-import-result-dtodisaster-warning-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtoequipment-excel-add-dto.ts +1 -1
- package/models/excel-import-result-dtoinspection-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtosurveillance-batch-import-template-dto.ts +1 -1
- package/models/excel-import-result-dtosurveillance-settings-export-dto.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 +3 -3
- package/models/exploration-work-order-details-dto.ts +9 -9
- package/models/exploration-work-order-info.ts +2 -2
- package/models/followup-work-order-dto.ts +1 -1
- package/models/group-dept-vo.ts +1 -1
- package/models/inspection-handle-req.ts +1 -1
- package/models/inspection-point-item.ts +1 -1
- package/models/inspection-point.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/insurance-work-order-issue-vo.ts +1 -1
- package/models/insurance-work-order-vo.ts +1 -1
- package/models/ipage-energy-cost-analysis-list-vo.ts +1 -1
- package/models/ipage-energy-cost-record-info-vo.ts +1 -1
- package/models/json-result-access-appointment-record-details-dto.ts +2 -2
- package/models/json-result-access-blacklist-details-dto.ts +2 -2
- package/models/json-result-access-company-config-entity.ts +2 -2
- package/models/json-result-access-config-entity.ts +2 -2
- package/models/json-result-access-record-summary-details-dto.ts +2 -2
- package/models/json-result-access-whitelist-application-details-dto.ts +2 -2
- package/models/json-result-admission-terms-record-details-dto.ts +2 -2
- package/models/json-result-applet-user-type-dto.ts +2 -2
- package/models/json-result-big-decimal.ts +1 -1
- package/models/json-result-boolean.ts +1 -1
- package/models/json-result-calendar-entity.ts +2 -2
- package/models/json-result-dashboard-park-statistics-vo.ts +2 -2
- package/models/json-result-disaster-warning-standard-entity.ts +2 -2
- package/models/json-result-energy-cost-analysis-overview-vo.ts +2 -2
- package/models/json-result-energy-cost-per-area-analysis-vo.ts +2 -2
- package/models/json-result-energy-cost-per-unit-analysis-vo.ts +2 -2
- package/models/json-result-energy-cost-record-bill-info-vo.ts +2 -2
- package/models/json-result-energy-cost-record-info-not-emun-vo.ts +2 -2
- package/models/json-result-energy-cost-record-info-vo.ts +2 -2
- package/models/json-result-energy-cost-unit-price-analysis-vo.ts +2 -2
- package/models/json-result-equipment-add-redis-list-dto.ts +2 -2
- package/models/json-result-equipment-detail-dto.ts +2 -2
- package/models/json-result-equipment-search-system-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +2 -2
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +2 -2
- package/models/json-result-exploration-work-order-details-dto.ts +2 -2
- package/models/json-result-file-dto.ts +2 -2
- package/models/json-result-group-dept-vo.ts +2 -2
- package/models/json-result-inspection-standard-entity.ts +2 -2
- package/models/json-result-integer.ts +1 -1
- package/models/json-result-ipage-energy-cost-analysis-list-vo.ts +2 -2
- package/models/json-result-ipage-energy-cost-record-info-vo.ts +2 -2
- package/models/json-result-json-result-list-space-tree-dto.ts +2 -2
- package/models/json-result-list-access-appointment-record-process-details-dto.ts +2 -2
- package/models/json-result-list-access-company-config-entity.ts +2 -2
- package/models/json-result-list-access-whitelist-application-process-details-dto.ts +2 -2
- package/models/json-result-list-address-region-entity.ts +2 -2
- package/models/json-result-list-applet-sys-user-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-area-park-dto.ts +2 -2
- package/models/json-result-list-calendar-entity.ts +2 -2
- package/models/json-result-list-center-list-dto.ts +2 -2
- package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-series-stats-base-vo.ts +2 -2
- package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +2 -2
- package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +2 -2
- package/models/json-result-list-energy-cost-month-setting-list-vo.ts +2 -2
- package/models/json-result-list-energy-cost-park-option-vo.ts +2 -2
- package/models/json-result-list-energy-cost-trend-vo.ts +2 -2
- package/models/json-result-list-equipment-detail-dto.ts +2 -2
- package/models/json-result-list-equipment-qr-code-dto.ts +2 -2
- package/models/json-result-list-equipment-system-tree-dto.ts +2 -2
- package/models/json-result-list-equipment-tree-dto.ts +2 -2
- package/models/json-result-list-inspection-point.ts +2 -2
- package/models/json-result-list-inspection-standard-entity.ts +2 -2
- package/models/json-result-list-maintenance-standard-entity.ts +2 -2
- package/models/json-result-list-park-list-dto.ts +2 -2
- package/models/json-result-list-plan-calendar-list-vo.ts +2 -2
- package/models/json-result-list-plan-calendar-vo.ts +2 -2
- package/models/json-result-list-space-image-detail-dto.ts +2 -2
- package/models/json-result-list-space-point-dto.ts +2 -2
- package/models/json-result-list-space-qr-code-dto.ts +2 -2
- package/models/json-result-list-space-tree-dto.ts +2 -2
- package/models/json-result-list-space-url-dto.ts +2 -2
- package/models/json-result-list-srm-center-vo.ts +2 -2
- package/models/json-result-list-supplier-select-dto.ts +2 -2
- package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +2 -2
- package/models/json-result-list-sys-dept-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-sys-dept.ts +2 -2
- package/models/json-result-list-sys-user-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-work-order-circulation-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-circulation-vo.ts +2 -2
- package/models/json-result-list-work-order-comment-entity.ts +2 -2
- package/models/json-result-list-work-order-dept-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-inspection-detail-dto.ts +2 -2
- package/models/json-result-list-work-order-issue-type-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-push-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-spot-check-dto.ts +2 -2
- package/models/json-result-list-work-order-step-by-step-push-user-details-dto.ts +2 -2
- package/models/json-result-list-work-order-type-settings-entity.ts +2 -2
- package/models/json-result-maintenance-standard-entity.ts +2 -2
- package/models/json-result-map-string-object.ts +3 -3
- package/models/json-result-monitoring-coverage-alert-work-order-details-dto.ts +2 -2
- package/models/json-result-network-monitor-repair-details-dto.ts +2 -2
- package/models/json-result-notice-entity.ts +2 -2
- package/models/json-result-offline-alert-work-order-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-appointment-record-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-blacklist-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-record-summary-list-dto.ts +2 -2
- package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +2 -2
- package/models/json-result-page-dto-admission-terms-record-list-dto.ts +2 -2
- package/models/json-result-page-dto-disaster-warning-standard-entity.ts +2 -2
- package/models/json-result-page-dto-equipment-search-system-dto.ts +2 -2
- package/models/json-result-page-dto-inspection-standard-dto.ts +2 -2
- package/models/json-result-page-dto-maintenance-standard-dto.ts +2 -2
- package/models/json-result-page-dto-open-api-equipment-list-dto.ts +2 -2
- package/models/json-result-page-dto-plan-search-dto.ts +2 -2
- package/models/json-result-page-dto-supplier-contract-details-dto.ts +2 -2
- package/models/json-result-page-dto-surveillance-details-dto.ts +2 -2
- package/models/json-result-page-dto-sys-user-msg-dto.ts +2 -2
- package/models/json-result-page-dto-work-order-group-equipment-dto.ts +2 -2
- package/models/json-result-page-dto-work-order-search-dto.ts +2 -2
- package/models/json-result-park-info-dto.ts +2 -2
- package/models/json-result-park-settings-details-dto.ts +2 -2
- package/models/json-result-period-detail-resp.ts +2 -2
- package/models/json-result-plan-detail-dto.ts +2 -2
- package/models/json-result-space-add-redis-list-dto.ts +2 -2
- package/models/json-result-space-image-detail-dto.ts +2 -2
- package/models/json-result-srm-center-entity.ts +2 -2
- package/models/json-result-string.ts +1 -1
- package/models/json-result-supplier-contract-details-dto.ts +2 -2
- package/models/json-result-supplier-entity.ts +2 -2
- package/models/json-result-surveillance-count-dto.ts +2 -2
- package/models/json-result-surveillance-details-dto.ts +2 -2
- package/models/json-result-surveillance-live-dto.ts +2 -2
- package/models/json-result-surveillance-settings-details-dto.ts +2 -2
- package/models/json-result-surveillance-settings-polling-dto.ts +2 -2
- package/models/json-result-switch-park-v2-dto.ts +2 -2
- package/models/json-result-sys-dept.ts +2 -2
- package/models/json-result-sys-user-msg-dto.ts +2 -2
- package/models/json-result-sys-user.ts +2 -2
- package/models/json-result-user-add-redis-list-vo.ts +2 -2
- package/models/json-result-user-settings-entity.ts +2 -2
- package/models/json-result-violation-work-order-details-dto.ts +2 -2
- package/models/json-result-void.ts +1 -1
- package/models/json-result-work-order-dept-settings-entity.ts +2 -2
- package/models/json-result-work-order-detail-dto.ts +2 -2
- package/models/json-result-work-order-issue-type-settings-entity.ts +2 -2
- package/models/json-result.ts +1 -1
- package/models/maintenance-history-dto.ts +2 -2
- 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/monitoring-coverage-alert-info.ts +1 -1
- package/models/monitoring-coverage-alert-process-vo.ts +1 -1
- package/models/monitoring-coverage-alert-work-order-details-dto.ts +7 -7
- package/models/network-monitor-repair-add-vo.ts +3 -3
- package/models/network-monitor-repair-details-dto.ts +14 -14
- package/models/news-info.ts +1 -1
- package/models/offline-alert-submit-vo.ts +1 -1
- package/models/offline-alert-work-order-details-dto.ts +10 -10
- package/models/offline-alert-work-order-info.ts +2 -2
- 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-inspection-standard-dto.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-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-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.ts +1 -1
- package/models/period-detail-resp.ts +12 -12
- package/models/plan-add-vo.ts +9 -9
- package/models/plan-calendar-list-vo.ts +5 -5
- package/models/plan-detail-dto.ts +9 -9
- package/models/plan-edit-vo.ts +9 -9
- package/models/plan-inspection-items-dto.ts +3 -3
- package/models/plan-item-add-vo.ts +2 -2
- package/models/plan-item-edit-vo.ts +2 -2
- package/models/plan-search-dto.ts +9 -9
- package/models/process-work-order-vo.ts +1 -1
- package/models/safety-smart-fire-record-gizone-dto.ts +1 -1
- package/models/save-period-work-order-detail-req.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-redis-list-dto.ts +1 -1
- package/models/space-add-vo.ts +2 -2
- package/models/space-detail-dto.ts +4 -4
- package/models/space-edit-vo.ts +2 -2
- package/models/space-image-detail-dto.ts +2 -2
- package/models/space-tree-dto.ts +3 -3
- package/models/space.ts +1 -1
- package/models/srm-center-entity.ts +1 -1
- package/models/srm-center-vo.ts +1 -1
- package/models/srm-level-add-dto.ts +1 -1
- package/models/sub-buttons.ts +1 -1
- package/models/supplier-add-vo.ts +2 -2
- package/models/supplier-edit-vo.ts +2 -2
- package/models/supplier-entity.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-settings-coverage-standard-dto.ts +1 -1
- package/models/surveillance-settings-polling-dto.ts +2 -2
- package/models/surveillance-settings-polling-vo.ts +2 -2
- package/models/surveillance-update-vo.ts +2 -2
- package/models/switch-pak-body-v2-vo.ts +1 -1
- package/models/sync-equipment-status-vo.ts +1 -1
- package/models/sync-equipment-vo.ts +1 -1
- package/models/sys-user-info-dto.ts +3 -3
- package/models/sys-user-msg-dto.ts +2 -2
- package/models/sys-user.ts +4 -4
- package/models/user-add-redis-list-vo.ts +1 -1
- package/models/user-roles-and-permissions-dto.ts +1 -1
- package/models/violation-decision-vo.ts +2 -2
- package/models/violation-work-order-add-vo.ts +3 -3
- package/models/violation-work-order-details-dto.ts +12 -12
- 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 +2 -2
- package/models/work-order-circulation-vo.ts +1 -1
- package/models/work-order-decision-vo.ts +2 -2
- package/models/work-order-dept-settings-entity.ts +1 -1
- package/models/work-order-detail-dto.ts +14 -14
- package/models/work-order-ext-data.ts +5 -5
- package/models/work-order-group-equipment-dto.ts +5 -5
- package/models/work-order-handler-dto.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 +2 -2
- package/models/work-order-msg-remind-config-info.ts +2 -2
- package/models/work-order-push-settings-entity.ts +1 -1
- package/models/work-order-push-settings-save-or-update-vo.ts +1 -1
- package/models/work-order-push-settings-vo.ts +1 -1
- package/models/work-order-report-vo.ts +3 -3
- package/models/work-order-search-dto.ts +7 -7
- package/models/work-order-spot-check-dto.ts +7 -7
- package/models/work-order-staging-data-vo.ts +1 -1
- package/models/work-order-submit-vo.ts +2 -2
- package/models/work-order-type-msg-remind-config-add-or-update-vo.ts +2 -2
- package/models/work-order-type-settings-entity.ts +2 -2
- package/models/wx-ma-user-info.ts +1 -1
- package/models/wx-menu.ts +2 -2
- package/models/wx-mp-conditional-menu.ts +2 -2
- package/models/wx-mp-get-self-menu-info-result.ts +1 -1
- package/models/wx-mp-menu.ts +1 -1
- package/models/wx-mp-self-menu-button.ts +2 -2
- package/models/wx-mp-self-menu-info.ts +1 -1
- package/package.json +4 -4
package/apis/auth-api.ts
CHANGED
|
@@ -14,45 +14,45 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
import type { Configuration } from '../configuration';
|
|
17
|
-
import type { AxiosPromise, AxiosInstance,
|
|
17
|
+
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
18
18
|
import globalAxios from 'axios';
|
|
19
19
|
// Some imports not used depending on template conditions
|
|
20
20
|
// @ts-ignore
|
|
21
21
|
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from '../common';
|
|
22
22
|
// @ts-ignore
|
|
23
|
-
import { BASE_PATH, COLLECTION_FORMATS, RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
23
|
+
import { BASE_PATH, COLLECTION_FORMATS, type RequestArgs, BaseAPI, RequiredError, operationServerMap } from '../base';
|
|
24
24
|
// @ts-ignore
|
|
25
|
-
import { AppLoginCodeDto } from '../models';
|
|
25
|
+
import type { AppLoginCodeDto } from '../models';
|
|
26
26
|
// @ts-ignore
|
|
27
|
-
import { AppLoginPasswordDto } from '../models';
|
|
27
|
+
import type { AppLoginPasswordDto } from '../models';
|
|
28
28
|
// @ts-ignore
|
|
29
|
-
import { AppLoginWxChatDto } from '../models';
|
|
29
|
+
import type { AppLoginWxChatDto } from '../models';
|
|
30
30
|
// @ts-ignore
|
|
31
|
-
import { AppLoginWxChatPubDto } from '../models';
|
|
31
|
+
import type { AppLoginWxChatPubDto } from '../models';
|
|
32
32
|
// @ts-ignore
|
|
33
|
-
import { AppObtainToken } from '../models';
|
|
33
|
+
import type { AppObtainToken } from '../models';
|
|
34
34
|
// @ts-ignore
|
|
35
|
-
import { ChoosePakBody } from '../models';
|
|
35
|
+
import type { ChoosePakBody } from '../models';
|
|
36
36
|
// @ts-ignore
|
|
37
|
-
import { JsonResult } from '../models';
|
|
37
|
+
import type { JsonResult } from '../models';
|
|
38
38
|
// @ts-ignore
|
|
39
|
-
import { JsonResultBoolean } from '../models';
|
|
39
|
+
import type { JsonResultBoolean } from '../models';
|
|
40
40
|
// @ts-ignore
|
|
41
|
-
import { JsonResultString } from '../models';
|
|
41
|
+
import type { JsonResultString } from '../models';
|
|
42
42
|
// @ts-ignore
|
|
43
|
-
import { JsonResultSwitchParkV2DTO } from '../models';
|
|
43
|
+
import type { JsonResultSwitchParkV2DTO } from '../models';
|
|
44
44
|
// @ts-ignore
|
|
45
|
-
import { LoginBody } from '../models';
|
|
45
|
+
import type { LoginBody } from '../models';
|
|
46
46
|
// @ts-ignore
|
|
47
|
-
import { SwitchPakBody } from '../models';
|
|
47
|
+
import type { SwitchPakBody } from '../models';
|
|
48
48
|
// @ts-ignore
|
|
49
|
-
import { SwitchPakBodyV2Vo } from '../models';
|
|
49
|
+
import type { SwitchPakBodyV2Vo } from '../models';
|
|
50
50
|
// @ts-ignore
|
|
51
|
-
import { SysLoginCodeDto } from '../models';
|
|
51
|
+
import type { SysLoginCodeDto } from '../models';
|
|
52
52
|
// @ts-ignore
|
|
53
|
-
import { UserBindBody } from '../models';
|
|
53
|
+
import type { UserBindBody } from '../models';
|
|
54
54
|
// @ts-ignore
|
|
55
|
-
import { UserRolesAndPermissionsDTO } from '../models';
|
|
55
|
+
import type { UserRolesAndPermissionsDTO } from '../models';
|
|
56
56
|
/**
|
|
57
57
|
* AuthApi - axios parameter creator
|
|
58
58
|
* @export
|
|
@@ -66,7 +66,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
66
66
|
* @param {*} [options] Override http request option.
|
|
67
67
|
* @throws {RequiredError}
|
|
68
68
|
*/
|
|
69
|
-
appLoginByMobile: async (appLoginPasswordDto: AppLoginPasswordDto, options:
|
|
69
|
+
appLoginByMobile: async (appLoginPasswordDto: AppLoginPasswordDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
70
70
|
// verify required parameter 'appLoginPasswordDto' is not null or undefined
|
|
71
71
|
assertParamExists('appLoginByMobile', 'appLoginPasswordDto', appLoginPasswordDto)
|
|
72
72
|
const localVarPath = `/miniapp/auth/loginByMobile`;
|
|
@@ -106,7 +106,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
106
106
|
* @param {*} [options] Override http request option.
|
|
107
107
|
* @throws {RequiredError}
|
|
108
108
|
*/
|
|
109
|
-
appLoginBySMSCode: async (appLoginCodeDto: AppLoginCodeDto, options:
|
|
109
|
+
appLoginBySMSCode: async (appLoginCodeDto: AppLoginCodeDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
110
110
|
// verify required parameter 'appLoginCodeDto' is not null or undefined
|
|
111
111
|
assertParamExists('appLoginBySMSCode', 'appLoginCodeDto', appLoginCodeDto)
|
|
112
112
|
const localVarPath = `/miniapp/auth/loginByMobileCode`;
|
|
@@ -146,7 +146,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
146
146
|
* @param {*} [options] Override http request option.
|
|
147
147
|
* @throws {RequiredError}
|
|
148
148
|
*/
|
|
149
|
-
bindEmail: async (userBindBody: UserBindBody, options:
|
|
149
|
+
bindEmail: async (userBindBody: UserBindBody, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
150
150
|
// verify required parameter 'userBindBody' is not null or undefined
|
|
151
151
|
assertParamExists('bindEmail', 'userBindBody', userBindBody)
|
|
152
152
|
const localVarPath = `/miniapp/auth/bind/email`;
|
|
@@ -186,7 +186,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
186
186
|
* @param {*} [options] Override http request option.
|
|
187
187
|
* @throws {RequiredError}
|
|
188
188
|
*/
|
|
189
|
-
bindPhone: async (userBindBody: UserBindBody, options:
|
|
189
|
+
bindPhone: async (userBindBody: UserBindBody, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
190
190
|
// verify required parameter 'userBindBody' is not null or undefined
|
|
191
191
|
assertParamExists('bindPhone', 'userBindBody', userBindBody)
|
|
192
192
|
const localVarPath = `/miniapp/auth/bind/phone`;
|
|
@@ -225,7 +225,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
225
225
|
* @param {*} [options] Override http request option.
|
|
226
226
|
* @throws {RequiredError}
|
|
227
227
|
*/
|
|
228
|
-
bindingCId: async (cId: string, options:
|
|
228
|
+
bindingCId: async (cId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
229
229
|
// verify required parameter 'cId' is not null or undefined
|
|
230
230
|
assertParamExists('bindingCId', 'cId', cId)
|
|
231
231
|
const localVarPath = `/miniapp/auth/bindingCId/{cId}`
|
|
@@ -262,7 +262,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
262
262
|
* @param {*} [options] Override http request option.
|
|
263
263
|
* @throws {RequiredError}
|
|
264
264
|
*/
|
|
265
|
-
cancelAccount: async (options:
|
|
265
|
+
cancelAccount: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
266
266
|
const localVarPath = `/miniapp/auth/cancel/account`;
|
|
267
267
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
268
268
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -296,7 +296,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
296
296
|
* @param {*} [options] Override http request option.
|
|
297
297
|
* @throws {RequiredError}
|
|
298
298
|
*/
|
|
299
|
-
checkToken: async (options:
|
|
299
|
+
checkToken: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
300
300
|
const localVarPath = `/checkToken`;
|
|
301
301
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
302
302
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -331,7 +331,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
331
331
|
* @param {*} [options] Override http request option.
|
|
332
332
|
* @throws {RequiredError}
|
|
333
333
|
*/
|
|
334
|
-
choosePark: async (choosePakBody: ChoosePakBody, options:
|
|
334
|
+
choosePark: async (choosePakBody: ChoosePakBody, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
335
335
|
// verify required parameter 'choosePakBody' is not null or undefined
|
|
336
336
|
assertParamExists('choosePark', 'choosePakBody', choosePakBody)
|
|
337
337
|
const localVarPath = `/miniapp/auth/choose/park`;
|
|
@@ -372,7 +372,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
372
372
|
* @param {*} [options] Override http request option.
|
|
373
373
|
* @throws {RequiredError}
|
|
374
374
|
*/
|
|
375
|
-
code: async (email: string, language: string, options:
|
|
375
|
+
code: async (email: string, language: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
376
376
|
// verify required parameter 'email' is not null or undefined
|
|
377
377
|
assertParamExists('code', 'email', email)
|
|
378
378
|
// verify required parameter 'language' is not null or undefined
|
|
@@ -417,7 +417,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
417
417
|
* @param {*} [options] Override http request option.
|
|
418
418
|
* @throws {RequiredError}
|
|
419
419
|
*/
|
|
420
|
-
getCode: async (options:
|
|
420
|
+
getCode: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
421
421
|
const localVarPath = `/captchaImage`;
|
|
422
422
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
423
423
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -450,7 +450,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
450
450
|
* @param {*} [options] Override http request option.
|
|
451
451
|
* @throws {RequiredError}
|
|
452
452
|
*/
|
|
453
|
-
getLoginMode: async (options:
|
|
453
|
+
getLoginMode: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
454
454
|
const localVarPath = `/getLoginMode`;
|
|
455
455
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
456
456
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -487,7 +487,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
487
487
|
* @param {*} [options] Override http request option.
|
|
488
488
|
* @throws {RequiredError}
|
|
489
489
|
*/
|
|
490
|
-
getPark: async (uuid: string, type: number, parkId: number, options:
|
|
490
|
+
getPark: async (uuid: string, type: number, parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
491
491
|
// verify required parameter 'uuid' is not null or undefined
|
|
492
492
|
assertParamExists('getPark', 'uuid', uuid)
|
|
493
493
|
// verify required parameter 'type' is not null or undefined
|
|
@@ -540,7 +540,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
540
540
|
* @param {*} [options] Override http request option.
|
|
541
541
|
* @throws {RequiredError}
|
|
542
542
|
*/
|
|
543
|
-
getParkByGroupId: async (groupId: number, options:
|
|
543
|
+
getParkByGroupId: async (groupId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
544
544
|
// verify required parameter 'groupId' is not null or undefined
|
|
545
545
|
assertParamExists('getParkByGroupId', 'groupId', groupId)
|
|
546
546
|
const localVarPath = `/miniapp/auth/{groupId}/park`
|
|
@@ -581,7 +581,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
581
581
|
* @param {*} [options] Override http request option.
|
|
582
582
|
* @throws {RequiredError}
|
|
583
583
|
*/
|
|
584
|
-
getParkMiniApp: async (uuid: string, userType: string, parkId: number, appId: string, options:
|
|
584
|
+
getParkMiniApp: async (uuid: string, userType: string, parkId: number, appId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
585
585
|
// verify required parameter 'uuid' is not null or undefined
|
|
586
586
|
assertParamExists('getParkMiniApp', 'uuid', uuid)
|
|
587
587
|
// verify required parameter 'userType' is not null or undefined
|
|
@@ -639,7 +639,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
639
639
|
* @param {*} [options] Override http request option.
|
|
640
640
|
* @throws {RequiredError}
|
|
641
641
|
*/
|
|
642
|
-
getRouters: async (parkId: number, options:
|
|
642
|
+
getRouters: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
643
643
|
// verify required parameter 'parkId' is not null or undefined
|
|
644
644
|
assertParamExists('getRouters', 'parkId', parkId)
|
|
645
645
|
const localVarPath = `/getRouters`;
|
|
@@ -678,7 +678,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
678
678
|
* @param {*} [options] Override http request option.
|
|
679
679
|
* @throws {RequiredError}
|
|
680
680
|
*/
|
|
681
|
-
getRoutersAll: async (options:
|
|
681
|
+
getRoutersAll: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
682
682
|
const localVarPath = `/getRoutersAll`;
|
|
683
683
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
684
684
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -713,7 +713,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
713
713
|
* @param {*} [options] Override http request option.
|
|
714
714
|
* @throws {RequiredError}
|
|
715
715
|
*/
|
|
716
|
-
getUserRolesAndPermissions: async (parkId: number, options:
|
|
716
|
+
getUserRolesAndPermissions: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
717
717
|
// verify required parameter 'parkId' is not null or undefined
|
|
718
718
|
assertParamExists('getUserRolesAndPermissions', 'parkId', parkId)
|
|
719
719
|
const localVarPath = `/getInfo`;
|
|
@@ -753,7 +753,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
753
753
|
* @param {*} [options] Override http request option.
|
|
754
754
|
* @throws {RequiredError}
|
|
755
755
|
*/
|
|
756
|
-
login: async (loginBody: LoginBody, options:
|
|
756
|
+
login: async (loginBody: LoginBody, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
757
757
|
// verify required parameter 'loginBody' is not null or undefined
|
|
758
758
|
assertParamExists('login', 'loginBody', loginBody)
|
|
759
759
|
const localVarPath = `/login`;
|
|
@@ -793,7 +793,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
793
793
|
* @param {*} [options] Override http request option.
|
|
794
794
|
* @throws {RequiredError}
|
|
795
795
|
*/
|
|
796
|
-
loginByCodeV2: async (appLoginWxChatDto: AppLoginWxChatDto, options:
|
|
796
|
+
loginByCodeV2: async (appLoginWxChatDto: AppLoginWxChatDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
797
797
|
// verify required parameter 'appLoginWxChatDto' is not null or undefined
|
|
798
798
|
assertParamExists('loginByCodeV2', 'appLoginWxChatDto', appLoginWxChatDto)
|
|
799
799
|
const localVarPath = `/miniapp/auth/LoginByMiniAppV2`;
|
|
@@ -833,7 +833,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
833
833
|
* @param {*} [options] Override http request option.
|
|
834
834
|
* @throws {RequiredError}
|
|
835
835
|
*/
|
|
836
|
-
loginByOpenId: async (appObtainToken: AppObtainToken, options:
|
|
836
|
+
loginByOpenId: async (appObtainToken: AppObtainToken, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
837
837
|
// verify required parameter 'appObtainToken' is not null or undefined
|
|
838
838
|
assertParamExists('loginByOpenId', 'appObtainToken', appObtainToken)
|
|
839
839
|
const localVarPath = `/miniapp/auth/loginByOpenId`;
|
|
@@ -873,7 +873,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
873
873
|
* @param {*} [options] Override http request option.
|
|
874
874
|
* @throws {RequiredError}
|
|
875
875
|
*/
|
|
876
|
-
loginByWechatPublic: async (appLoginWxChatPubDto: AppLoginWxChatPubDto, options:
|
|
876
|
+
loginByWechatPublic: async (appLoginWxChatPubDto: AppLoginWxChatPubDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
877
877
|
// verify required parameter 'appLoginWxChatPubDto' is not null or undefined
|
|
878
878
|
assertParamExists('loginByWechatPublic', 'appLoginWxChatPubDto', appLoginWxChatPubDto)
|
|
879
879
|
const localVarPath = `/miniapp/auth/loginByWechatPub`;
|
|
@@ -913,7 +913,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
913
913
|
* @param {*} [options] Override http request option.
|
|
914
914
|
* @throws {RequiredError}
|
|
915
915
|
*/
|
|
916
|
-
loginPhoneCode: async (sysLoginCodeDto: SysLoginCodeDto, options:
|
|
916
|
+
loginPhoneCode: async (sysLoginCodeDto: SysLoginCodeDto, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
917
917
|
// verify required parameter 'sysLoginCodeDto' is not null or undefined
|
|
918
918
|
assertParamExists('loginPhoneCode', 'sysLoginCodeDto', sysLoginCodeDto)
|
|
919
919
|
const localVarPath = `/login/phone/code`;
|
|
@@ -953,7 +953,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
953
953
|
* @param {*} [options] Override http request option.
|
|
954
954
|
* @throws {RequiredError}
|
|
955
955
|
*/
|
|
956
|
-
pushMsg: async (cid: string, payload: string, options:
|
|
956
|
+
pushMsg: async (cid: string, payload: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
957
957
|
// verify required parameter 'cid' is not null or undefined
|
|
958
958
|
assertParamExists('pushMsg', 'cid', cid)
|
|
959
959
|
// verify required parameter 'payload' is not null or undefined
|
|
@@ -997,7 +997,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
997
997
|
* @param {*} [options] Override http request option.
|
|
998
998
|
* @throws {RequiredError}
|
|
999
999
|
*/
|
|
1000
|
-
switchPark: async (switchPakBody: SwitchPakBody, options:
|
|
1000
|
+
switchPark: async (switchPakBody: SwitchPakBody, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1001
1001
|
// verify required parameter 'switchPakBody' is not null or undefined
|
|
1002
1002
|
assertParamExists('switchPark', 'switchPakBody', switchPakBody)
|
|
1003
1003
|
const localVarPath = `/miniapp/auth/switch/park`;
|
|
@@ -1036,7 +1036,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
1036
1036
|
* @param {*} [options] Override http request option.
|
|
1037
1037
|
* @throws {RequiredError}
|
|
1038
1038
|
*/
|
|
1039
|
-
switchParkToken: async (switchPakBody: SwitchPakBody, options:
|
|
1039
|
+
switchParkToken: async (switchPakBody: SwitchPakBody, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1040
1040
|
// verify required parameter 'switchPakBody' is not null or undefined
|
|
1041
1041
|
assertParamExists('switchParkToken', 'switchPakBody', switchPakBody)
|
|
1042
1042
|
const localVarPath = `/switch/park/token`;
|
|
@@ -1076,7 +1076,7 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
1076
1076
|
* @param {*} [options] Override http request option.
|
|
1077
1077
|
* @throws {RequiredError}
|
|
1078
1078
|
*/
|
|
1079
|
-
switchParkV2: async (switchPakBodyV2Vo: SwitchPakBodyV2Vo, options:
|
|
1079
|
+
switchParkV2: async (switchPakBodyV2Vo: SwitchPakBodyV2Vo, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1080
1080
|
// verify required parameter 'switchPakBodyV2Vo' is not null or undefined
|
|
1081
1081
|
assertParamExists('switchParkV2', 'switchPakBodyV2Vo', switchPakBodyV2Vo)
|
|
1082
1082
|
const localVarPath = `/switch/park/v2`;
|
|
@@ -1126,11 +1126,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1126
1126
|
* @param {*} [options] Override http request option.
|
|
1127
1127
|
* @throws {RequiredError}
|
|
1128
1128
|
*/
|
|
1129
|
-
async appLoginByMobile(appLoginPasswordDto: AppLoginPasswordDto, options?:
|
|
1129
|
+
async appLoginByMobile(appLoginPasswordDto: AppLoginPasswordDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1130
1130
|
const localVarAxiosArgs = await localVarAxiosParamCreator.appLoginByMobile(appLoginPasswordDto, options);
|
|
1131
|
-
const
|
|
1132
|
-
const
|
|
1133
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1131
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1132
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.appLoginByMobile']?.[localVarOperationServerIndex]?.url;
|
|
1133
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1134
1134
|
},
|
|
1135
1135
|
/**
|
|
1136
1136
|
*
|
|
@@ -1139,11 +1139,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1139
1139
|
* @param {*} [options] Override http request option.
|
|
1140
1140
|
* @throws {RequiredError}
|
|
1141
1141
|
*/
|
|
1142
|
-
async appLoginBySMSCode(appLoginCodeDto: AppLoginCodeDto, options?:
|
|
1142
|
+
async appLoginBySMSCode(appLoginCodeDto: AppLoginCodeDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1143
1143
|
const localVarAxiosArgs = await localVarAxiosParamCreator.appLoginBySMSCode(appLoginCodeDto, options);
|
|
1144
|
-
const
|
|
1145
|
-
const
|
|
1146
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1144
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1145
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.appLoginBySMSCode']?.[localVarOperationServerIndex]?.url;
|
|
1146
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1147
1147
|
},
|
|
1148
1148
|
/**
|
|
1149
1149
|
*
|
|
@@ -1152,11 +1152,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1152
1152
|
* @param {*} [options] Override http request option.
|
|
1153
1153
|
* @throws {RequiredError}
|
|
1154
1154
|
*/
|
|
1155
|
-
async bindEmail(userBindBody: UserBindBody, options?:
|
|
1155
|
+
async bindEmail(userBindBody: UserBindBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1156
1156
|
const localVarAxiosArgs = await localVarAxiosParamCreator.bindEmail(userBindBody, options);
|
|
1157
|
-
const
|
|
1158
|
-
const
|
|
1159
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1157
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1158
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.bindEmail']?.[localVarOperationServerIndex]?.url;
|
|
1159
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1160
1160
|
},
|
|
1161
1161
|
/**
|
|
1162
1162
|
*
|
|
@@ -1165,11 +1165,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1165
1165
|
* @param {*} [options] Override http request option.
|
|
1166
1166
|
* @throws {RequiredError}
|
|
1167
1167
|
*/
|
|
1168
|
-
async bindPhone(userBindBody: UserBindBody, options?:
|
|
1168
|
+
async bindPhone(userBindBody: UserBindBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1169
1169
|
const localVarAxiosArgs = await localVarAxiosParamCreator.bindPhone(userBindBody, options);
|
|
1170
|
-
const
|
|
1171
|
-
const
|
|
1172
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1170
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1171
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.bindPhone']?.[localVarOperationServerIndex]?.url;
|
|
1172
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1173
1173
|
},
|
|
1174
1174
|
/**
|
|
1175
1175
|
*
|
|
@@ -1177,11 +1177,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1177
1177
|
* @param {*} [options] Override http request option.
|
|
1178
1178
|
* @throws {RequiredError}
|
|
1179
1179
|
*/
|
|
1180
|
-
async bindingCId(cId: string, options?:
|
|
1180
|
+
async bindingCId(cId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1181
1181
|
const localVarAxiosArgs = await localVarAxiosParamCreator.bindingCId(cId, options);
|
|
1182
|
-
const
|
|
1183
|
-
const
|
|
1184
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1182
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1183
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.bindingCId']?.[localVarOperationServerIndex]?.url;
|
|
1184
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1185
1185
|
},
|
|
1186
1186
|
/**
|
|
1187
1187
|
*
|
|
@@ -1189,11 +1189,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1189
1189
|
* @param {*} [options] Override http request option.
|
|
1190
1190
|
* @throws {RequiredError}
|
|
1191
1191
|
*/
|
|
1192
|
-
async cancelAccount(options?:
|
|
1192
|
+
async cancelAccount(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1193
1193
|
const localVarAxiosArgs = await localVarAxiosParamCreator.cancelAccount(options);
|
|
1194
|
-
const
|
|
1195
|
-
const
|
|
1196
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1194
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1195
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.cancelAccount']?.[localVarOperationServerIndex]?.url;
|
|
1196
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1197
1197
|
},
|
|
1198
1198
|
/**
|
|
1199
1199
|
*
|
|
@@ -1201,11 +1201,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1201
1201
|
* @param {*} [options] Override http request option.
|
|
1202
1202
|
* @throws {RequiredError}
|
|
1203
1203
|
*/
|
|
1204
|
-
async checkToken(options?:
|
|
1204
|
+
async checkToken(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>> {
|
|
1205
1205
|
const localVarAxiosArgs = await localVarAxiosParamCreator.checkToken(options);
|
|
1206
|
-
const
|
|
1207
|
-
const
|
|
1208
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1206
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1207
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.checkToken']?.[localVarOperationServerIndex]?.url;
|
|
1208
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1209
1209
|
},
|
|
1210
1210
|
/**
|
|
1211
1211
|
*
|
|
@@ -1214,11 +1214,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1214
1214
|
* @param {*} [options] Override http request option.
|
|
1215
1215
|
* @throws {RequiredError}
|
|
1216
1216
|
*/
|
|
1217
|
-
async choosePark(choosePakBody: ChoosePakBody, options?:
|
|
1217
|
+
async choosePark(choosePakBody: ChoosePakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultString>> {
|
|
1218
1218
|
const localVarAxiosArgs = await localVarAxiosParamCreator.choosePark(choosePakBody, options);
|
|
1219
|
-
const
|
|
1220
|
-
const
|
|
1221
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1219
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1220
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.choosePark']?.[localVarOperationServerIndex]?.url;
|
|
1221
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1222
1222
|
},
|
|
1223
1223
|
/**
|
|
1224
1224
|
*
|
|
@@ -1228,33 +1228,33 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1228
1228
|
* @param {*} [options] Override http request option.
|
|
1229
1229
|
* @throws {RequiredError}
|
|
1230
1230
|
*/
|
|
1231
|
-
async code(email: string, language: string, options?:
|
|
1231
|
+
async code(email: string, language: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1232
1232
|
const localVarAxiosArgs = await localVarAxiosParamCreator.code(email, language, options);
|
|
1233
|
-
const
|
|
1234
|
-
const
|
|
1235
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1233
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1234
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.code']?.[localVarOperationServerIndex]?.url;
|
|
1235
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1236
1236
|
},
|
|
1237
1237
|
/**
|
|
1238
1238
|
*
|
|
1239
1239
|
* @param {*} [options] Override http request option.
|
|
1240
1240
|
* @throws {RequiredError}
|
|
1241
1241
|
*/
|
|
1242
|
-
async getCode(options?:
|
|
1242
|
+
async getCode(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1243
1243
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getCode(options);
|
|
1244
|
-
const
|
|
1245
|
-
const
|
|
1246
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1244
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1245
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getCode']?.[localVarOperationServerIndex]?.url;
|
|
1246
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1247
1247
|
},
|
|
1248
1248
|
/**
|
|
1249
1249
|
*
|
|
1250
1250
|
* @param {*} [options] Override http request option.
|
|
1251
1251
|
* @throws {RequiredError}
|
|
1252
1252
|
*/
|
|
1253
|
-
async getLoginMode(options?:
|
|
1253
|
+
async getLoginMode(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1254
1254
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getLoginMode(options);
|
|
1255
|
-
const
|
|
1256
|
-
const
|
|
1257
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1255
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1256
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getLoginMode']?.[localVarOperationServerIndex]?.url;
|
|
1257
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1258
1258
|
},
|
|
1259
1259
|
/**
|
|
1260
1260
|
*
|
|
@@ -1265,11 +1265,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1265
1265
|
* @param {*} [options] Override http request option.
|
|
1266
1266
|
* @throws {RequiredError}
|
|
1267
1267
|
*/
|
|
1268
|
-
async getPark(uuid: string, type: number, parkId: number, options?:
|
|
1268
|
+
async getPark(uuid: string, type: number, parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1269
1269
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getPark(uuid, type, parkId, options);
|
|
1270
|
-
const
|
|
1271
|
-
const
|
|
1272
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1270
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1271
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getPark']?.[localVarOperationServerIndex]?.url;
|
|
1272
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1273
1273
|
},
|
|
1274
1274
|
/**
|
|
1275
1275
|
*
|
|
@@ -1278,11 +1278,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1278
1278
|
* @param {*} [options] Override http request option.
|
|
1279
1279
|
* @throws {RequiredError}
|
|
1280
1280
|
*/
|
|
1281
|
-
async getParkByGroupId(groupId: number, options?:
|
|
1281
|
+
async getParkByGroupId(groupId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1282
1282
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getParkByGroupId(groupId, options);
|
|
1283
|
-
const
|
|
1284
|
-
const
|
|
1285
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1283
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1284
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getParkByGroupId']?.[localVarOperationServerIndex]?.url;
|
|
1285
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1286
1286
|
},
|
|
1287
1287
|
/**
|
|
1288
1288
|
*
|
|
@@ -1294,11 +1294,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1294
1294
|
* @param {*} [options] Override http request option.
|
|
1295
1295
|
* @throws {RequiredError}
|
|
1296
1296
|
*/
|
|
1297
|
-
async getParkMiniApp(uuid: string, userType: string, parkId: number, appId: string, options?:
|
|
1297
|
+
async getParkMiniApp(uuid: string, userType: string, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1298
1298
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getParkMiniApp(uuid, userType, parkId, appId, options);
|
|
1299
|
-
const
|
|
1300
|
-
const
|
|
1301
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1299
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1300
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getParkMiniApp']?.[localVarOperationServerIndex]?.url;
|
|
1301
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1302
1302
|
},
|
|
1303
1303
|
/**
|
|
1304
1304
|
*
|
|
@@ -1306,22 +1306,22 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1306
1306
|
* @param {*} [options] Override http request option.
|
|
1307
1307
|
* @throws {RequiredError}
|
|
1308
1308
|
*/
|
|
1309
|
-
async getRouters(parkId: number, options?:
|
|
1309
|
+
async getRouters(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1310
1310
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getRouters(parkId, options);
|
|
1311
|
-
const
|
|
1312
|
-
const
|
|
1313
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1311
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1312
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getRouters']?.[localVarOperationServerIndex]?.url;
|
|
1313
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1314
1314
|
},
|
|
1315
1315
|
/**
|
|
1316
1316
|
*
|
|
1317
1317
|
* @param {*} [options] Override http request option.
|
|
1318
1318
|
* @throws {RequiredError}
|
|
1319
1319
|
*/
|
|
1320
|
-
async getRoutersAll(options?:
|
|
1320
|
+
async getRoutersAll(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1321
1321
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getRoutersAll(options);
|
|
1322
|
-
const
|
|
1323
|
-
const
|
|
1324
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1322
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1323
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getRoutersAll']?.[localVarOperationServerIndex]?.url;
|
|
1324
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1325
1325
|
},
|
|
1326
1326
|
/**
|
|
1327
1327
|
*
|
|
@@ -1330,11 +1330,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1330
1330
|
* @param {*} [options] Override http request option.
|
|
1331
1331
|
* @throws {RequiredError}
|
|
1332
1332
|
*/
|
|
1333
|
-
async getUserRolesAndPermissions(parkId: number, options?:
|
|
1333
|
+
async getUserRolesAndPermissions(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserRolesAndPermissionsDTO>> {
|
|
1334
1334
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getUserRolesAndPermissions(parkId, options);
|
|
1335
|
-
const
|
|
1336
|
-
const
|
|
1337
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1335
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1336
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.getUserRolesAndPermissions']?.[localVarOperationServerIndex]?.url;
|
|
1337
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1338
1338
|
},
|
|
1339
1339
|
/**
|
|
1340
1340
|
*
|
|
@@ -1342,11 +1342,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1342
1342
|
* @param {*} [options] Override http request option.
|
|
1343
1343
|
* @throws {RequiredError}
|
|
1344
1344
|
*/
|
|
1345
|
-
async login(loginBody: LoginBody, options?:
|
|
1345
|
+
async login(loginBody: LoginBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1346
1346
|
const localVarAxiosArgs = await localVarAxiosParamCreator.login(loginBody, options);
|
|
1347
|
-
const
|
|
1348
|
-
const
|
|
1349
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1347
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1348
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.login']?.[localVarOperationServerIndex]?.url;
|
|
1349
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1350
1350
|
},
|
|
1351
1351
|
/**
|
|
1352
1352
|
*
|
|
@@ -1355,11 +1355,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1355
1355
|
* @param {*} [options] Override http request option.
|
|
1356
1356
|
* @throws {RequiredError}
|
|
1357
1357
|
*/
|
|
1358
|
-
async loginByCodeV2(appLoginWxChatDto: AppLoginWxChatDto, options?:
|
|
1358
|
+
async loginByCodeV2(appLoginWxChatDto: AppLoginWxChatDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1359
1359
|
const localVarAxiosArgs = await localVarAxiosParamCreator.loginByCodeV2(appLoginWxChatDto, options);
|
|
1360
|
-
const
|
|
1361
|
-
const
|
|
1362
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1360
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1361
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.loginByCodeV2']?.[localVarOperationServerIndex]?.url;
|
|
1362
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1363
1363
|
},
|
|
1364
1364
|
/**
|
|
1365
1365
|
*
|
|
@@ -1368,11 +1368,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1368
1368
|
* @param {*} [options] Override http request option.
|
|
1369
1369
|
* @throws {RequiredError}
|
|
1370
1370
|
*/
|
|
1371
|
-
async loginByOpenId(appObtainToken: AppObtainToken, options?:
|
|
1371
|
+
async loginByOpenId(appObtainToken: AppObtainToken, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1372
1372
|
const localVarAxiosArgs = await localVarAxiosParamCreator.loginByOpenId(appObtainToken, options);
|
|
1373
|
-
const
|
|
1374
|
-
const
|
|
1375
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1373
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1374
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.loginByOpenId']?.[localVarOperationServerIndex]?.url;
|
|
1375
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1376
1376
|
},
|
|
1377
1377
|
/**
|
|
1378
1378
|
*
|
|
@@ -1381,11 +1381,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1381
1381
|
* @param {*} [options] Override http request option.
|
|
1382
1382
|
* @throws {RequiredError}
|
|
1383
1383
|
*/
|
|
1384
|
-
async loginByWechatPublic(appLoginWxChatPubDto: AppLoginWxChatPubDto, options?:
|
|
1384
|
+
async loginByWechatPublic(appLoginWxChatPubDto: AppLoginWxChatPubDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1385
1385
|
const localVarAxiosArgs = await localVarAxiosParamCreator.loginByWechatPublic(appLoginWxChatPubDto, options);
|
|
1386
|
-
const
|
|
1387
|
-
const
|
|
1388
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1386
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1387
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.loginByWechatPublic']?.[localVarOperationServerIndex]?.url;
|
|
1388
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1389
1389
|
},
|
|
1390
1390
|
/**
|
|
1391
1391
|
*
|
|
@@ -1394,11 +1394,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1394
1394
|
* @param {*} [options] Override http request option.
|
|
1395
1395
|
* @throws {RequiredError}
|
|
1396
1396
|
*/
|
|
1397
|
-
async loginPhoneCode(sysLoginCodeDto: SysLoginCodeDto, options?:
|
|
1397
|
+
async loginPhoneCode(sysLoginCodeDto: SysLoginCodeDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1398
1398
|
const localVarAxiosArgs = await localVarAxiosParamCreator.loginPhoneCode(sysLoginCodeDto, options);
|
|
1399
|
-
const
|
|
1400
|
-
const
|
|
1401
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1399
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1400
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.loginPhoneCode']?.[localVarOperationServerIndex]?.url;
|
|
1401
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1402
1402
|
},
|
|
1403
1403
|
/**
|
|
1404
1404
|
*
|
|
@@ -1407,11 +1407,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1407
1407
|
* @param {*} [options] Override http request option.
|
|
1408
1408
|
* @throws {RequiredError}
|
|
1409
1409
|
*/
|
|
1410
|
-
async pushMsg(cid: string, payload: string, options?:
|
|
1410
|
+
async pushMsg(cid: string, payload: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1411
1411
|
const localVarAxiosArgs = await localVarAxiosParamCreator.pushMsg(cid, payload, options);
|
|
1412
|
-
const
|
|
1413
|
-
const
|
|
1414
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1412
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1413
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.pushMsg']?.[localVarOperationServerIndex]?.url;
|
|
1414
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1415
1415
|
},
|
|
1416
1416
|
/**
|
|
1417
1417
|
*
|
|
@@ -1420,11 +1420,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1420
1420
|
* @param {*} [options] Override http request option.
|
|
1421
1421
|
* @throws {RequiredError}
|
|
1422
1422
|
*/
|
|
1423
|
-
async switchPark(switchPakBody: SwitchPakBody, options?:
|
|
1423
|
+
async switchPark(switchPakBody: SwitchPakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1424
1424
|
const localVarAxiosArgs = await localVarAxiosParamCreator.switchPark(switchPakBody, options);
|
|
1425
|
-
const
|
|
1426
|
-
const
|
|
1427
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1425
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1426
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.switchPark']?.[localVarOperationServerIndex]?.url;
|
|
1427
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1428
1428
|
},
|
|
1429
1429
|
/**
|
|
1430
1430
|
*
|
|
@@ -1432,11 +1432,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1432
1432
|
* @param {*} [options] Override http request option.
|
|
1433
1433
|
* @throws {RequiredError}
|
|
1434
1434
|
*/
|
|
1435
|
-
async switchParkToken(switchPakBody: SwitchPakBody, options?:
|
|
1435
|
+
async switchParkToken(switchPakBody: SwitchPakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
1436
1436
|
const localVarAxiosArgs = await localVarAxiosParamCreator.switchParkToken(switchPakBody, options);
|
|
1437
|
-
const
|
|
1438
|
-
const
|
|
1439
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1437
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1438
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.switchParkToken']?.[localVarOperationServerIndex]?.url;
|
|
1439
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1440
1440
|
},
|
|
1441
1441
|
/**
|
|
1442
1442
|
*
|
|
@@ -1445,11 +1445,11 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1445
1445
|
* @param {*} [options] Override http request option.
|
|
1446
1446
|
* @throws {RequiredError}
|
|
1447
1447
|
*/
|
|
1448
|
-
async switchParkV2(switchPakBodyV2Vo: SwitchPakBodyV2Vo, options?:
|
|
1448
|
+
async switchParkV2(switchPakBodyV2Vo: SwitchPakBodyV2Vo, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultSwitchParkV2DTO>> {
|
|
1449
1449
|
const localVarAxiosArgs = await localVarAxiosParamCreator.switchParkV2(switchPakBodyV2Vo, options);
|
|
1450
|
-
const
|
|
1451
|
-
const
|
|
1452
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1450
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1451
|
+
const localVarOperationServerBasePath = operationServerMap['AuthApi.switchParkV2']?.[localVarOperationServerIndex]?.url;
|
|
1452
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1453
1453
|
},
|
|
1454
1454
|
}
|
|
1455
1455
|
};
|
|
@@ -1468,7 +1468,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1468
1468
|
* @param {*} [options] Override http request option.
|
|
1469
1469
|
* @throws {RequiredError}
|
|
1470
1470
|
*/
|
|
1471
|
-
appLoginByMobile(requestParameters: AuthApiAppLoginByMobileRequest, options?:
|
|
1471
|
+
appLoginByMobile(requestParameters: AuthApiAppLoginByMobileRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1472
1472
|
return localVarFp.appLoginByMobile(requestParameters.appLoginPasswordDto, options).then((request) => request(axios, basePath));
|
|
1473
1473
|
},
|
|
1474
1474
|
/**
|
|
@@ -1478,7 +1478,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1478
1478
|
* @param {*} [options] Override http request option.
|
|
1479
1479
|
* @throws {RequiredError}
|
|
1480
1480
|
*/
|
|
1481
|
-
appLoginBySMSCode(requestParameters: AuthApiAppLoginBySMSCodeRequest, options?:
|
|
1481
|
+
appLoginBySMSCode(requestParameters: AuthApiAppLoginBySMSCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1482
1482
|
return localVarFp.appLoginBySMSCode(requestParameters.appLoginCodeDto, options).then((request) => request(axios, basePath));
|
|
1483
1483
|
},
|
|
1484
1484
|
/**
|
|
@@ -1488,7 +1488,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1488
1488
|
* @param {*} [options] Override http request option.
|
|
1489
1489
|
* @throws {RequiredError}
|
|
1490
1490
|
*/
|
|
1491
|
-
bindEmail(requestParameters: AuthApiBindEmailRequest, options?:
|
|
1491
|
+
bindEmail(requestParameters: AuthApiBindEmailRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
1492
1492
|
return localVarFp.bindEmail(requestParameters.userBindBody, options).then((request) => request(axios, basePath));
|
|
1493
1493
|
},
|
|
1494
1494
|
/**
|
|
@@ -1498,7 +1498,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1498
1498
|
* @param {*} [options] Override http request option.
|
|
1499
1499
|
* @throws {RequiredError}
|
|
1500
1500
|
*/
|
|
1501
|
-
bindPhone(requestParameters: AuthApiBindPhoneRequest, options?:
|
|
1501
|
+
bindPhone(requestParameters: AuthApiBindPhoneRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
1502
1502
|
return localVarFp.bindPhone(requestParameters.userBindBody, options).then((request) => request(axios, basePath));
|
|
1503
1503
|
},
|
|
1504
1504
|
/**
|
|
@@ -1507,7 +1507,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1507
1507
|
* @param {*} [options] Override http request option.
|
|
1508
1508
|
* @throws {RequiredError}
|
|
1509
1509
|
*/
|
|
1510
|
-
bindingCId(requestParameters: AuthApiBindingCIdRequest, options?:
|
|
1510
|
+
bindingCId(requestParameters: AuthApiBindingCIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1511
1511
|
return localVarFp.bindingCId(requestParameters.cId, options).then((request) => request(axios, basePath));
|
|
1512
1512
|
},
|
|
1513
1513
|
/**
|
|
@@ -1516,7 +1516,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1516
1516
|
* @param {*} [options] Override http request option.
|
|
1517
1517
|
* @throws {RequiredError}
|
|
1518
1518
|
*/
|
|
1519
|
-
cancelAccount(options?:
|
|
1519
|
+
cancelAccount(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
1520
1520
|
return localVarFp.cancelAccount(options).then((request) => request(axios, basePath));
|
|
1521
1521
|
},
|
|
1522
1522
|
/**
|
|
@@ -1525,7 +1525,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1525
1525
|
* @param {*} [options] Override http request option.
|
|
1526
1526
|
* @throws {RequiredError}
|
|
1527
1527
|
*/
|
|
1528
|
-
checkToken(options?:
|
|
1528
|
+
checkToken(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultBoolean> {
|
|
1529
1529
|
return localVarFp.checkToken(options).then((request) => request(axios, basePath));
|
|
1530
1530
|
},
|
|
1531
1531
|
/**
|
|
@@ -1535,7 +1535,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1535
1535
|
* @param {*} [options] Override http request option.
|
|
1536
1536
|
* @throws {RequiredError}
|
|
1537
1537
|
*/
|
|
1538
|
-
choosePark(requestParameters: AuthApiChooseParkRequest, options?:
|
|
1538
|
+
choosePark(requestParameters: AuthApiChooseParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultString> {
|
|
1539
1539
|
return localVarFp.choosePark(requestParameters.choosePakBody, options).then((request) => request(axios, basePath));
|
|
1540
1540
|
},
|
|
1541
1541
|
/**
|
|
@@ -1545,7 +1545,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1545
1545
|
* @param {*} [options] Override http request option.
|
|
1546
1546
|
* @throws {RequiredError}
|
|
1547
1547
|
*/
|
|
1548
|
-
code(requestParameters: AuthApiCodeRequest, options?:
|
|
1548
|
+
code(requestParameters: AuthApiCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1549
1549
|
return localVarFp.code(requestParameters.email, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
1550
1550
|
},
|
|
1551
1551
|
/**
|
|
@@ -1553,7 +1553,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1553
1553
|
* @param {*} [options] Override http request option.
|
|
1554
1554
|
* @throws {RequiredError}
|
|
1555
1555
|
*/
|
|
1556
|
-
getCode(options?:
|
|
1556
|
+
getCode(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
1557
1557
|
return localVarFp.getCode(options).then((request) => request(axios, basePath));
|
|
1558
1558
|
},
|
|
1559
1559
|
/**
|
|
@@ -1561,7 +1561,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1561
1561
|
* @param {*} [options] Override http request option.
|
|
1562
1562
|
* @throws {RequiredError}
|
|
1563
1563
|
*/
|
|
1564
|
-
getLoginMode(options?:
|
|
1564
|
+
getLoginMode(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
1565
1565
|
return localVarFp.getLoginMode(options).then((request) => request(axios, basePath));
|
|
1566
1566
|
},
|
|
1567
1567
|
/**
|
|
@@ -1571,7 +1571,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1571
1571
|
* @param {*} [options] Override http request option.
|
|
1572
1572
|
* @throws {RequiredError}
|
|
1573
1573
|
*/
|
|
1574
|
-
getPark(requestParameters: AuthApiGetParkRequest, options?:
|
|
1574
|
+
getPark(requestParameters: AuthApiGetParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1575
1575
|
return localVarFp.getPark(requestParameters.uuid, requestParameters.type, requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
1576
1576
|
},
|
|
1577
1577
|
/**
|
|
@@ -1581,7 +1581,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1581
1581
|
* @param {*} [options] Override http request option.
|
|
1582
1582
|
* @throws {RequiredError}
|
|
1583
1583
|
*/
|
|
1584
|
-
getParkByGroupId(requestParameters: AuthApiGetParkByGroupIdRequest, options?:
|
|
1584
|
+
getParkByGroupId(requestParameters: AuthApiGetParkByGroupIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1585
1585
|
return localVarFp.getParkByGroupId(requestParameters.groupId, options).then((request) => request(axios, basePath));
|
|
1586
1586
|
},
|
|
1587
1587
|
/**
|
|
@@ -1591,7 +1591,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1591
1591
|
* @param {*} [options] Override http request option.
|
|
1592
1592
|
* @throws {RequiredError}
|
|
1593
1593
|
*/
|
|
1594
|
-
getParkMiniApp(requestParameters: AuthApiGetParkMiniAppRequest, options?:
|
|
1594
|
+
getParkMiniApp(requestParameters: AuthApiGetParkMiniAppRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1595
1595
|
return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
|
|
1596
1596
|
},
|
|
1597
1597
|
/**
|
|
@@ -1600,7 +1600,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1600
1600
|
* @param {*} [options] Override http request option.
|
|
1601
1601
|
* @throws {RequiredError}
|
|
1602
1602
|
*/
|
|
1603
|
-
getRouters(requestParameters: AuthApiGetRoutersRequest, options?:
|
|
1603
|
+
getRouters(requestParameters: AuthApiGetRoutersRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
1604
1604
|
return localVarFp.getRouters(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
1605
1605
|
},
|
|
1606
1606
|
/**
|
|
@@ -1608,7 +1608,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1608
1608
|
* @param {*} [options] Override http request option.
|
|
1609
1609
|
* @throws {RequiredError}
|
|
1610
1610
|
*/
|
|
1611
|
-
getRoutersAll(options?:
|
|
1611
|
+
getRoutersAll(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
1612
1612
|
return localVarFp.getRoutersAll(options).then((request) => request(axios, basePath));
|
|
1613
1613
|
},
|
|
1614
1614
|
/**
|
|
@@ -1618,7 +1618,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1618
1618
|
* @param {*} [options] Override http request option.
|
|
1619
1619
|
* @throws {RequiredError}
|
|
1620
1620
|
*/
|
|
1621
|
-
getUserRolesAndPermissions(requestParameters: AuthApiGetUserRolesAndPermissionsRequest, options?:
|
|
1621
|
+
getUserRolesAndPermissions(requestParameters: AuthApiGetUserRolesAndPermissionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<UserRolesAndPermissionsDTO> {
|
|
1622
1622
|
return localVarFp.getUserRolesAndPermissions(requestParameters.parkId, options).then((request) => request(axios, basePath));
|
|
1623
1623
|
},
|
|
1624
1624
|
/**
|
|
@@ -1627,7 +1627,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1627
1627
|
* @param {*} [options] Override http request option.
|
|
1628
1628
|
* @throws {RequiredError}
|
|
1629
1629
|
*/
|
|
1630
|
-
login(requestParameters: AuthApiLoginRequest, options?:
|
|
1630
|
+
login(requestParameters: AuthApiLoginRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
1631
1631
|
return localVarFp.login(requestParameters.loginBody, options).then((request) => request(axios, basePath));
|
|
1632
1632
|
},
|
|
1633
1633
|
/**
|
|
@@ -1637,7 +1637,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1637
1637
|
* @param {*} [options] Override http request option.
|
|
1638
1638
|
* @throws {RequiredError}
|
|
1639
1639
|
*/
|
|
1640
|
-
loginByCodeV2(requestParameters: AuthApiLoginByCodeV2Request, options?:
|
|
1640
|
+
loginByCodeV2(requestParameters: AuthApiLoginByCodeV2Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1641
1641
|
return localVarFp.loginByCodeV2(requestParameters.appLoginWxChatDto, options).then((request) => request(axios, basePath));
|
|
1642
1642
|
},
|
|
1643
1643
|
/**
|
|
@@ -1647,7 +1647,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1647
1647
|
* @param {*} [options] Override http request option.
|
|
1648
1648
|
* @throws {RequiredError}
|
|
1649
1649
|
*/
|
|
1650
|
-
loginByOpenId(requestParameters: AuthApiLoginByOpenIdRequest, options?:
|
|
1650
|
+
loginByOpenId(requestParameters: AuthApiLoginByOpenIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
1651
1651
|
return localVarFp.loginByOpenId(requestParameters.appObtainToken, options).then((request) => request(axios, basePath));
|
|
1652
1652
|
},
|
|
1653
1653
|
/**
|
|
@@ -1657,7 +1657,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1657
1657
|
* @param {*} [options] Override http request option.
|
|
1658
1658
|
* @throws {RequiredError}
|
|
1659
1659
|
*/
|
|
1660
|
-
loginByWechatPublic(requestParameters: AuthApiLoginByWechatPublicRequest, options?:
|
|
1660
|
+
loginByWechatPublic(requestParameters: AuthApiLoginByWechatPublicRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
1661
1661
|
return localVarFp.loginByWechatPublic(requestParameters.appLoginWxChatPubDto, options).then((request) => request(axios, basePath));
|
|
1662
1662
|
},
|
|
1663
1663
|
/**
|
|
@@ -1667,7 +1667,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1667
1667
|
* @param {*} [options] Override http request option.
|
|
1668
1668
|
* @throws {RequiredError}
|
|
1669
1669
|
*/
|
|
1670
|
-
loginPhoneCode(requestParameters: AuthApiLoginPhoneCodeRequest, options?:
|
|
1670
|
+
loginPhoneCode(requestParameters: AuthApiLoginPhoneCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
1671
1671
|
return localVarFp.loginPhoneCode(requestParameters.sysLoginCodeDto, options).then((request) => request(axios, basePath));
|
|
1672
1672
|
},
|
|
1673
1673
|
/**
|
|
@@ -1676,7 +1676,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1676
1676
|
* @param {*} [options] Override http request option.
|
|
1677
1677
|
* @throws {RequiredError}
|
|
1678
1678
|
*/
|
|
1679
|
-
pushMsg(requestParameters: AuthApiPushMsgRequest, options?:
|
|
1679
|
+
pushMsg(requestParameters: AuthApiPushMsgRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1680
1680
|
return localVarFp.pushMsg(requestParameters.cid, requestParameters.payload, options).then((request) => request(axios, basePath));
|
|
1681
1681
|
},
|
|
1682
1682
|
/**
|
|
@@ -1686,7 +1686,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1686
1686
|
* @param {*} [options] Override http request option.
|
|
1687
1687
|
* @throws {RequiredError}
|
|
1688
1688
|
*/
|
|
1689
|
-
switchPark(requestParameters: AuthApiSwitchParkRequest, options?:
|
|
1689
|
+
switchPark(requestParameters: AuthApiSwitchParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
1690
1690
|
return localVarFp.switchPark(requestParameters.switchPakBody, options).then((request) => request(axios, basePath));
|
|
1691
1691
|
},
|
|
1692
1692
|
/**
|
|
@@ -1695,7 +1695,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1695
1695
|
* @param {*} [options] Override http request option.
|
|
1696
1696
|
* @throws {RequiredError}
|
|
1697
1697
|
*/
|
|
1698
|
-
switchParkToken(requestParameters: AuthApiSwitchParkTokenRequest, options?:
|
|
1698
|
+
switchParkToken(requestParameters: AuthApiSwitchParkTokenRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
1699
1699
|
return localVarFp.switchParkToken(requestParameters.switchPakBody, options).then((request) => request(axios, basePath));
|
|
1700
1700
|
},
|
|
1701
1701
|
/**
|
|
@@ -1705,7 +1705,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1705
1705
|
* @param {*} [options] Override http request option.
|
|
1706
1706
|
* @throws {RequiredError}
|
|
1707
1707
|
*/
|
|
1708
|
-
switchParkV2(requestParameters: AuthApiSwitchParkV2Request, options?:
|
|
1708
|
+
switchParkV2(requestParameters: AuthApiSwitchParkV2Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultSwitchParkV2DTO> {
|
|
1709
1709
|
return localVarFp.switchParkV2(requestParameters.switchPakBodyV2Vo, options).then((request) => request(axios, basePath));
|
|
1710
1710
|
},
|
|
1711
1711
|
};
|
|
@@ -2069,7 +2069,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2069
2069
|
* @throws {RequiredError}
|
|
2070
2070
|
* @memberof AuthApi
|
|
2071
2071
|
*/
|
|
2072
|
-
public appLoginByMobile(requestParameters: AuthApiAppLoginByMobileRequest, options?:
|
|
2072
|
+
public appLoginByMobile(requestParameters: AuthApiAppLoginByMobileRequest, options?: RawAxiosRequestConfig) {
|
|
2073
2073
|
return AuthApiFp(this.configuration).appLoginByMobile(requestParameters.appLoginPasswordDto, options).then((request) => request(this.axios, this.basePath));
|
|
2074
2074
|
}
|
|
2075
2075
|
|
|
@@ -2081,7 +2081,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2081
2081
|
* @throws {RequiredError}
|
|
2082
2082
|
* @memberof AuthApi
|
|
2083
2083
|
*/
|
|
2084
|
-
public appLoginBySMSCode(requestParameters: AuthApiAppLoginBySMSCodeRequest, options?:
|
|
2084
|
+
public appLoginBySMSCode(requestParameters: AuthApiAppLoginBySMSCodeRequest, options?: RawAxiosRequestConfig) {
|
|
2085
2085
|
return AuthApiFp(this.configuration).appLoginBySMSCode(requestParameters.appLoginCodeDto, options).then((request) => request(this.axios, this.basePath));
|
|
2086
2086
|
}
|
|
2087
2087
|
|
|
@@ -2093,7 +2093,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2093
2093
|
* @throws {RequiredError}
|
|
2094
2094
|
* @memberof AuthApi
|
|
2095
2095
|
*/
|
|
2096
|
-
public bindEmail(requestParameters: AuthApiBindEmailRequest, options?:
|
|
2096
|
+
public bindEmail(requestParameters: AuthApiBindEmailRequest, options?: RawAxiosRequestConfig) {
|
|
2097
2097
|
return AuthApiFp(this.configuration).bindEmail(requestParameters.userBindBody, options).then((request) => request(this.axios, this.basePath));
|
|
2098
2098
|
}
|
|
2099
2099
|
|
|
@@ -2105,7 +2105,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2105
2105
|
* @throws {RequiredError}
|
|
2106
2106
|
* @memberof AuthApi
|
|
2107
2107
|
*/
|
|
2108
|
-
public bindPhone(requestParameters: AuthApiBindPhoneRequest, options?:
|
|
2108
|
+
public bindPhone(requestParameters: AuthApiBindPhoneRequest, options?: RawAxiosRequestConfig) {
|
|
2109
2109
|
return AuthApiFp(this.configuration).bindPhone(requestParameters.userBindBody, options).then((request) => request(this.axios, this.basePath));
|
|
2110
2110
|
}
|
|
2111
2111
|
|
|
@@ -2116,7 +2116,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2116
2116
|
* @throws {RequiredError}
|
|
2117
2117
|
* @memberof AuthApi
|
|
2118
2118
|
*/
|
|
2119
|
-
public bindingCId(requestParameters: AuthApiBindingCIdRequest, options?:
|
|
2119
|
+
public bindingCId(requestParameters: AuthApiBindingCIdRequest, options?: RawAxiosRequestConfig) {
|
|
2120
2120
|
return AuthApiFp(this.configuration).bindingCId(requestParameters.cId, options).then((request) => request(this.axios, this.basePath));
|
|
2121
2121
|
}
|
|
2122
2122
|
|
|
@@ -2127,7 +2127,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2127
2127
|
* @throws {RequiredError}
|
|
2128
2128
|
* @memberof AuthApi
|
|
2129
2129
|
*/
|
|
2130
|
-
public cancelAccount(options?:
|
|
2130
|
+
public cancelAccount(options?: RawAxiosRequestConfig) {
|
|
2131
2131
|
return AuthApiFp(this.configuration).cancelAccount(options).then((request) => request(this.axios, this.basePath));
|
|
2132
2132
|
}
|
|
2133
2133
|
|
|
@@ -2138,7 +2138,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2138
2138
|
* @throws {RequiredError}
|
|
2139
2139
|
* @memberof AuthApi
|
|
2140
2140
|
*/
|
|
2141
|
-
public checkToken(options?:
|
|
2141
|
+
public checkToken(options?: RawAxiosRequestConfig) {
|
|
2142
2142
|
return AuthApiFp(this.configuration).checkToken(options).then((request) => request(this.axios, this.basePath));
|
|
2143
2143
|
}
|
|
2144
2144
|
|
|
@@ -2150,7 +2150,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2150
2150
|
* @throws {RequiredError}
|
|
2151
2151
|
* @memberof AuthApi
|
|
2152
2152
|
*/
|
|
2153
|
-
public choosePark(requestParameters: AuthApiChooseParkRequest, options?:
|
|
2153
|
+
public choosePark(requestParameters: AuthApiChooseParkRequest, options?: RawAxiosRequestConfig) {
|
|
2154
2154
|
return AuthApiFp(this.configuration).choosePark(requestParameters.choosePakBody, options).then((request) => request(this.axios, this.basePath));
|
|
2155
2155
|
}
|
|
2156
2156
|
|
|
@@ -2162,7 +2162,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2162
2162
|
* @throws {RequiredError}
|
|
2163
2163
|
* @memberof AuthApi
|
|
2164
2164
|
*/
|
|
2165
|
-
public code(requestParameters: AuthApiCodeRequest, options?:
|
|
2165
|
+
public code(requestParameters: AuthApiCodeRequest, options?: RawAxiosRequestConfig) {
|
|
2166
2166
|
return AuthApiFp(this.configuration).code(requestParameters.email, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
2167
2167
|
}
|
|
2168
2168
|
|
|
@@ -2172,7 +2172,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2172
2172
|
* @throws {RequiredError}
|
|
2173
2173
|
* @memberof AuthApi
|
|
2174
2174
|
*/
|
|
2175
|
-
public getCode(options?:
|
|
2175
|
+
public getCode(options?: RawAxiosRequestConfig) {
|
|
2176
2176
|
return AuthApiFp(this.configuration).getCode(options).then((request) => request(this.axios, this.basePath));
|
|
2177
2177
|
}
|
|
2178
2178
|
|
|
@@ -2182,7 +2182,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2182
2182
|
* @throws {RequiredError}
|
|
2183
2183
|
* @memberof AuthApi
|
|
2184
2184
|
*/
|
|
2185
|
-
public getLoginMode(options?:
|
|
2185
|
+
public getLoginMode(options?: RawAxiosRequestConfig) {
|
|
2186
2186
|
return AuthApiFp(this.configuration).getLoginMode(options).then((request) => request(this.axios, this.basePath));
|
|
2187
2187
|
}
|
|
2188
2188
|
|
|
@@ -2194,7 +2194,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2194
2194
|
* @throws {RequiredError}
|
|
2195
2195
|
* @memberof AuthApi
|
|
2196
2196
|
*/
|
|
2197
|
-
public getPark(requestParameters: AuthApiGetParkRequest, options?:
|
|
2197
|
+
public getPark(requestParameters: AuthApiGetParkRequest, options?: RawAxiosRequestConfig) {
|
|
2198
2198
|
return AuthApiFp(this.configuration).getPark(requestParameters.uuid, requestParameters.type, requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
2199
2199
|
}
|
|
2200
2200
|
|
|
@@ -2206,7 +2206,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2206
2206
|
* @throws {RequiredError}
|
|
2207
2207
|
* @memberof AuthApi
|
|
2208
2208
|
*/
|
|
2209
|
-
public getParkByGroupId(requestParameters: AuthApiGetParkByGroupIdRequest, options?:
|
|
2209
|
+
public getParkByGroupId(requestParameters: AuthApiGetParkByGroupIdRequest, options?: RawAxiosRequestConfig) {
|
|
2210
2210
|
return AuthApiFp(this.configuration).getParkByGroupId(requestParameters.groupId, options).then((request) => request(this.axios, this.basePath));
|
|
2211
2211
|
}
|
|
2212
2212
|
|
|
@@ -2218,7 +2218,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2218
2218
|
* @throws {RequiredError}
|
|
2219
2219
|
* @memberof AuthApi
|
|
2220
2220
|
*/
|
|
2221
|
-
public getParkMiniApp(requestParameters: AuthApiGetParkMiniAppRequest, options?:
|
|
2221
|
+
public getParkMiniApp(requestParameters: AuthApiGetParkMiniAppRequest, options?: RawAxiosRequestConfig) {
|
|
2222
2222
|
return AuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
|
|
2223
2223
|
}
|
|
2224
2224
|
|
|
@@ -2229,7 +2229,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2229
2229
|
* @throws {RequiredError}
|
|
2230
2230
|
* @memberof AuthApi
|
|
2231
2231
|
*/
|
|
2232
|
-
public getRouters(requestParameters: AuthApiGetRoutersRequest, options?:
|
|
2232
|
+
public getRouters(requestParameters: AuthApiGetRoutersRequest, options?: RawAxiosRequestConfig) {
|
|
2233
2233
|
return AuthApiFp(this.configuration).getRouters(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
2234
2234
|
}
|
|
2235
2235
|
|
|
@@ -2239,7 +2239,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2239
2239
|
* @throws {RequiredError}
|
|
2240
2240
|
* @memberof AuthApi
|
|
2241
2241
|
*/
|
|
2242
|
-
public getRoutersAll(options?:
|
|
2242
|
+
public getRoutersAll(options?: RawAxiosRequestConfig) {
|
|
2243
2243
|
return AuthApiFp(this.configuration).getRoutersAll(options).then((request) => request(this.axios, this.basePath));
|
|
2244
2244
|
}
|
|
2245
2245
|
|
|
@@ -2251,7 +2251,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2251
2251
|
* @throws {RequiredError}
|
|
2252
2252
|
* @memberof AuthApi
|
|
2253
2253
|
*/
|
|
2254
|
-
public getUserRolesAndPermissions(requestParameters: AuthApiGetUserRolesAndPermissionsRequest, options?:
|
|
2254
|
+
public getUserRolesAndPermissions(requestParameters: AuthApiGetUserRolesAndPermissionsRequest, options?: RawAxiosRequestConfig) {
|
|
2255
2255
|
return AuthApiFp(this.configuration).getUserRolesAndPermissions(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
|
|
2256
2256
|
}
|
|
2257
2257
|
|
|
@@ -2262,7 +2262,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2262
2262
|
* @throws {RequiredError}
|
|
2263
2263
|
* @memberof AuthApi
|
|
2264
2264
|
*/
|
|
2265
|
-
public login(requestParameters: AuthApiLoginRequest, options?:
|
|
2265
|
+
public login(requestParameters: AuthApiLoginRequest, options?: RawAxiosRequestConfig) {
|
|
2266
2266
|
return AuthApiFp(this.configuration).login(requestParameters.loginBody, options).then((request) => request(this.axios, this.basePath));
|
|
2267
2267
|
}
|
|
2268
2268
|
|
|
@@ -2274,7 +2274,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2274
2274
|
* @throws {RequiredError}
|
|
2275
2275
|
* @memberof AuthApi
|
|
2276
2276
|
*/
|
|
2277
|
-
public loginByCodeV2(requestParameters: AuthApiLoginByCodeV2Request, options?:
|
|
2277
|
+
public loginByCodeV2(requestParameters: AuthApiLoginByCodeV2Request, options?: RawAxiosRequestConfig) {
|
|
2278
2278
|
return AuthApiFp(this.configuration).loginByCodeV2(requestParameters.appLoginWxChatDto, options).then((request) => request(this.axios, this.basePath));
|
|
2279
2279
|
}
|
|
2280
2280
|
|
|
@@ -2286,7 +2286,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2286
2286
|
* @throws {RequiredError}
|
|
2287
2287
|
* @memberof AuthApi
|
|
2288
2288
|
*/
|
|
2289
|
-
public loginByOpenId(requestParameters: AuthApiLoginByOpenIdRequest, options?:
|
|
2289
|
+
public loginByOpenId(requestParameters: AuthApiLoginByOpenIdRequest, options?: RawAxiosRequestConfig) {
|
|
2290
2290
|
return AuthApiFp(this.configuration).loginByOpenId(requestParameters.appObtainToken, options).then((request) => request(this.axios, this.basePath));
|
|
2291
2291
|
}
|
|
2292
2292
|
|
|
@@ -2298,7 +2298,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2298
2298
|
* @throws {RequiredError}
|
|
2299
2299
|
* @memberof AuthApi
|
|
2300
2300
|
*/
|
|
2301
|
-
public loginByWechatPublic(requestParameters: AuthApiLoginByWechatPublicRequest, options?:
|
|
2301
|
+
public loginByWechatPublic(requestParameters: AuthApiLoginByWechatPublicRequest, options?: RawAxiosRequestConfig) {
|
|
2302
2302
|
return AuthApiFp(this.configuration).loginByWechatPublic(requestParameters.appLoginWxChatPubDto, options).then((request) => request(this.axios, this.basePath));
|
|
2303
2303
|
}
|
|
2304
2304
|
|
|
@@ -2310,7 +2310,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2310
2310
|
* @throws {RequiredError}
|
|
2311
2311
|
* @memberof AuthApi
|
|
2312
2312
|
*/
|
|
2313
|
-
public loginPhoneCode(requestParameters: AuthApiLoginPhoneCodeRequest, options?:
|
|
2313
|
+
public loginPhoneCode(requestParameters: AuthApiLoginPhoneCodeRequest, options?: RawAxiosRequestConfig) {
|
|
2314
2314
|
return AuthApiFp(this.configuration).loginPhoneCode(requestParameters.sysLoginCodeDto, options).then((request) => request(this.axios, this.basePath));
|
|
2315
2315
|
}
|
|
2316
2316
|
|
|
@@ -2321,7 +2321,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2321
2321
|
* @throws {RequiredError}
|
|
2322
2322
|
* @memberof AuthApi
|
|
2323
2323
|
*/
|
|
2324
|
-
public pushMsg(requestParameters: AuthApiPushMsgRequest, options?:
|
|
2324
|
+
public pushMsg(requestParameters: AuthApiPushMsgRequest, options?: RawAxiosRequestConfig) {
|
|
2325
2325
|
return AuthApiFp(this.configuration).pushMsg(requestParameters.cid, requestParameters.payload, options).then((request) => request(this.axios, this.basePath));
|
|
2326
2326
|
}
|
|
2327
2327
|
|
|
@@ -2333,7 +2333,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2333
2333
|
* @throws {RequiredError}
|
|
2334
2334
|
* @memberof AuthApi
|
|
2335
2335
|
*/
|
|
2336
|
-
public switchPark(requestParameters: AuthApiSwitchParkRequest, options?:
|
|
2336
|
+
public switchPark(requestParameters: AuthApiSwitchParkRequest, options?: RawAxiosRequestConfig) {
|
|
2337
2337
|
return AuthApiFp(this.configuration).switchPark(requestParameters.switchPakBody, options).then((request) => request(this.axios, this.basePath));
|
|
2338
2338
|
}
|
|
2339
2339
|
|
|
@@ -2344,7 +2344,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2344
2344
|
* @throws {RequiredError}
|
|
2345
2345
|
* @memberof AuthApi
|
|
2346
2346
|
*/
|
|
2347
|
-
public switchParkToken(requestParameters: AuthApiSwitchParkTokenRequest, options?:
|
|
2347
|
+
public switchParkToken(requestParameters: AuthApiSwitchParkTokenRequest, options?: RawAxiosRequestConfig) {
|
|
2348
2348
|
return AuthApiFp(this.configuration).switchParkToken(requestParameters.switchPakBody, options).then((request) => request(this.axios, this.basePath));
|
|
2349
2349
|
}
|
|
2350
2350
|
|
|
@@ -2356,7 +2356,7 @@ export class AuthApi extends BaseAPI {
|
|
|
2356
2356
|
* @throws {RequiredError}
|
|
2357
2357
|
* @memberof AuthApi
|
|
2358
2358
|
*/
|
|
2359
|
-
public switchParkV2(requestParameters: AuthApiSwitchParkV2Request, options?:
|
|
2359
|
+
public switchParkV2(requestParameters: AuthApiSwitchParkV2Request, options?: RawAxiosRequestConfig) {
|
|
2360
2360
|
return AuthApiFp(this.configuration).switchParkV2(requestParameters.switchPakBodyV2Vo, options).then((request) => request(this.axios, this.basePath));
|
|
2361
2361
|
}
|
|
2362
2362
|
}
|