@gizone/rrs-client 3.11.12-alpha.21 → 3.11.12-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +13 -18
- package/apis/access-api.ts +31 -31
- package/apis/app-auth-api.ts +13 -13
- package/apis/auth-api.ts +13 -13
- package/apis/calendar-api.ts +209 -231
- package/apis/common-api.ts +0 -192
- package/apis/message-api.ts +223 -201
- package/apis/setting-api.ts +243 -596
- package/apis/space-api.ts +329 -0
- package/apis/work-order-api.ts +214 -347
- package/dist/apis/access-api.d.ts +21 -21
- package/dist/apis/access-api.js +22 -22
- package/dist/apis/app-auth-api.d.ts +6 -6
- package/dist/apis/app-auth-api.js +11 -11
- package/dist/apis/auth-api.d.ts +6 -6
- package/dist/apis/auth-api.js +11 -11
- package/dist/apis/calendar-api.d.ts +123 -131
- package/dist/apis/calendar-api.js +164 -177
- package/dist/apis/common-api.d.ts +0 -102
- package/dist/apis/common-api.js +0 -144
- package/dist/apis/message-api.d.ts +125 -117
- package/dist/apis/message-api.js +171 -132
- package/dist/apis/setting-api.d.ts +144 -334
- package/dist/apis/setting-api.js +187 -433
- package/dist/apis/space-api.d.ts +159 -0
- package/dist/apis/space-api.js +272 -0
- package/dist/apis/work-order-api.d.ts +123 -197
- package/dist/apis/work-order-api.js +164 -245
- package/dist/esm/apis/access-api.d.ts +21 -21
- package/dist/esm/apis/access-api.js +22 -22
- package/dist/esm/apis/app-auth-api.d.ts +6 -6
- package/dist/esm/apis/app-auth-api.js +11 -11
- package/dist/esm/apis/auth-api.d.ts +6 -6
- package/dist/esm/apis/auth-api.js +11 -11
- package/dist/esm/apis/calendar-api.d.ts +123 -131
- package/dist/esm/apis/calendar-api.js +164 -177
- package/dist/esm/apis/common-api.d.ts +0 -102
- package/dist/esm/apis/common-api.js +0 -144
- package/dist/esm/apis/message-api.d.ts +125 -117
- package/dist/esm/apis/message-api.js +171 -132
- package/dist/esm/apis/setting-api.d.ts +144 -334
- package/dist/esm/apis/setting-api.js +187 -433
- package/dist/esm/apis/space-api.d.ts +159 -0
- package/dist/esm/apis/space-api.js +272 -0
- package/dist/esm/apis/work-order-api.d.ts +123 -197
- package/dist/esm/apis/work-order-api.js +164 -245
- package/dist/esm/models/{excel-import-result-dtocalendar-export-dto.d.ts → calendar-add-redis-list-vo.d.ts} +21 -9
- package/dist/esm/models/file-dto.d.ts +3 -3
- package/dist/esm/models/get-user-wx200-response.d.ts +15 -15
- package/dist/esm/models/index.d.ts +13 -18
- package/dist/esm/models/index.js +13 -18
- package/dist/esm/models/inspection-item-bo.d.ts +10 -4
- package/dist/esm/models/inspection-point-item.d.ts +6 -18
- package/dist/{models/json-result-page-dto-sys-user-msg-dto.d.ts → esm/models/json-result-calendar-add-redis-list-vo.d.ts} +11 -11
- package/dist/esm/models/{json-result-sys-user-msg-dto.d.ts → json-result-page-dto-sys-user-msg-list-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
- package/dist/{models/json-result-park-info-dto.d.ts → esm/models/json-result-sys-user-msg-do.d.ts} +11 -11
- package/dist/esm/models/maintenance-history-dto.d.ts +6 -0
- package/dist/esm/models/maintenance-history-dto.js +6 -0
- package/dist/{models/page-dto-sys-user-msg-dto.d.ts → esm/models/page-dto-sys-user-msg-list-dto.d.ts} +7 -7
- package/dist/esm/models/period-detail-resp.d.ts +6 -0
- package/dist/esm/models/period-detail-resp.js +6 -0
- package/dist/esm/models/plan-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-edit-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/esm/models/space-edit-before-and-after-dto.d.ts +31 -0
- package/dist/esm/models/space-edit-excel-dto.d.ts +78 -0
- package/dist/esm/models/sys-dept.d.ts +0 -6
- package/dist/esm/models/sys-user-msg-do.d.ts +90 -0
- package/dist/{models/sys-user-msg-dto.d.ts → esm/models/sys-user-msg-list-dto.d.ts} +28 -30
- package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +54 -0
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/work-order-add-vo.d.ts +4 -23
- package/dist/esm/models/{system-user-msg-type-enum.d.ts → work-order-check-before-acceptance-adopt-vo.d.ts} +15 -6
- package/dist/{models/work-order-dept-settings-add-or-update-vo.d.ts → esm/models/work-order-check-before-acceptance-no-vo.d.ts} +12 -12
- package/dist/esm/models/work-order-detail-dto.d.ts +6 -6
- package/dist/esm/models/work-order-detail-dto.js +6 -0
- package/dist/esm/models/work-order-inspection-detail-dto.d.ts +13 -1
- package/dist/esm/models/work-order-inspection-item-req.d.ts +3 -3
- package/dist/esm/models/work-order-search-dto.d.ts +6 -0
- package/dist/esm/models/work-order-search-dto.js +6 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-type-enum.js +1 -1
- package/dist/models/{excel-import-result-dtocalendar-export-dto.d.ts → calendar-add-redis-list-vo.d.ts} +21 -9
- package/dist/models/file-dto.d.ts +3 -3
- package/dist/models/get-user-wx200-response.d.ts +15 -15
- package/dist/models/index.d.ts +13 -18
- package/dist/models/index.js +13 -18
- package/dist/models/inspection-item-bo.d.ts +10 -4
- package/dist/models/inspection-point-item.d.ts +6 -18
- package/dist/{esm/models/json-result-page-dto-sys-user-msg-dto.d.ts → models/json-result-calendar-add-redis-list-vo.d.ts} +11 -11
- package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +56 -0
- package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
- package/dist/{esm/models/json-result-park-info-dto.d.ts → models/json-result-sys-user-msg-do.d.ts} +11 -11
- package/dist/models/maintenance-history-dto.d.ts +6 -0
- package/dist/models/maintenance-history-dto.js +6 -0
- package/dist/{esm/models/page-dto-sys-user-msg-dto.d.ts → models/page-dto-sys-user-msg-list-dto.d.ts} +7 -7
- package/dist/models/period-detail-resp.d.ts +6 -0
- package/dist/models/period-detail-resp.js +6 -0
- package/dist/models/plan-add-vo.d.ts +1 -1
- package/dist/models/plan-edit-vo.d.ts +1 -1
- package/dist/models/plan-item-add-vo.d.ts +1 -1
- package/dist/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/models/space-edit-before-and-after-dto.d.ts +31 -0
- package/dist/models/space-edit-excel-dto.d.ts +78 -0
- package/dist/models/sys-dept.d.ts +0 -6
- package/dist/models/sys-user-msg-do.d.ts +90 -0
- package/dist/{esm/models/sys-user-msg-dto.d.ts → models/sys-user-msg-list-dto.d.ts} +28 -30
- package/dist/models/sys-user-msg-search-list-vo.d.ts +54 -0
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/work-order-add-vo.d.ts +4 -23
- package/dist/{esm/models/system-user-msg-type-enum.js → models/work-order-check-before-acceptance-adopt-vo.d.ts} +15 -7
- package/dist/{esm/models/work-order-dept-settings-add-or-update-vo.d.ts → models/work-order-check-before-acceptance-no-vo.d.ts} +12 -12
- package/dist/models/work-order-detail-dto.d.ts +6 -6
- package/dist/models/work-order-detail-dto.js +6 -0
- package/dist/models/work-order-inspection-detail-dto.d.ts +13 -1
- package/dist/models/work-order-inspection-item-req.d.ts +3 -3
- package/dist/models/work-order-search-dto.d.ts +6 -0
- package/dist/models/work-order-search-dto.js +6 -0
- package/dist/models/work-order-type-enum.d.ts +1 -1
- package/dist/models/work-order-type-enum.js +1 -1
- package/models/{excel-import-result-dtocalendar-export-dto.ts → calendar-add-redis-list-vo.ts} +21 -9
- package/models/file-dto.ts +3 -3
- package/models/get-user-wx200-response.ts +15 -15
- package/models/index.ts +13 -18
- package/models/inspection-item-bo.ts +10 -4
- package/models/inspection-point-item.ts +6 -18
- package/models/{json-result-sys-user-msg-dto.ts → json-result-calendar-add-redis-list-vo.ts} +11 -11
- package/models/{json-result-page-dto-sys-user-msg-dto.ts → json-result-page-dto-sys-user-msg-list-dto.ts} +11 -11
- package/models/{json-result-work-order-dept-settings-entity.ts → json-result-space-edit-before-and-after-dto.ts} +11 -11
- package/models/{json-result-park-info-dto.ts → json-result-sys-user-msg-do.ts} +11 -11
- package/models/maintenance-history-dto.ts +6 -0
- package/models/{page-dto-sys-user-msg-dto.ts → page-dto-sys-user-msg-list-dto.ts} +7 -7
- package/models/period-detail-resp.ts +6 -0
- package/models/plan-add-vo.ts +1 -1
- package/models/plan-edit-vo.ts +1 -1
- package/models/plan-item-add-vo.ts +1 -1
- package/models/plan-item-edit-vo.ts +1 -1
- package/models/space-edit-before-and-after-dto.ts +39 -0
- package/models/space-edit-excel-dto.ts +84 -0
- package/models/sys-dept.ts +0 -6
- package/models/sys-user-msg-do.ts +96 -0
- package/models/{sys-user-msg-dto.ts → sys-user-msg-list-dto.ts} +28 -36
- package/models/sys-user-msg-search-list-vo.ts +60 -0
- package/models/sys-user.ts +4 -4
- package/models/work-order-add-vo.ts +4 -25
- package/models/{system-user-msg-type-enum.ts → work-order-check-before-acceptance-adopt-vo.ts} +15 -10
- package/models/{work-order-dept-settings-add-or-update-vo.ts → work-order-check-before-acceptance-no-vo.ts} +12 -12
- package/models/work-order-detail-dto.ts +6 -6
- package/models/work-order-inspection-detail-dto.ts +13 -1
- package/models/work-order-inspection-item-req.ts +3 -3
- package/models/work-order-search-dto.ts +6 -0
- package/models/work-order-type-enum.ts +1 -1
- package/package.json +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +0 -120
- package/dist/esm/models/dept-relation.d.ts +0 -84
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +0 -56
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +0 -56
- package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +0 -56
- package/dist/esm/models/park-info-dto.d.ts +0 -85
- package/dist/esm/models/park-info-edit-vo.d.ts +0 -49
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -23
- package/dist/esm/models/system-user-msg-source-type-enum.js +0 -24
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +0 -14
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +0 -67
- package/dist/esm/models/work-order-dept-settings-entity.js +0 -14
- package/dist/esm/models/work-order-issue-type-enum.d.ts +0 -26
- package/dist/esm/models/work-order-issue-type-enum.js +0 -27
- package/dist/models/dept-relation-dto.d.ts +0 -120
- package/dist/models/dept-relation.d.ts +0 -84
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +0 -56
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +0 -56
- package/dist/models/json-result-sys-user-msg-dto.d.ts +0 -56
- package/dist/models/json-result-work-order-dept-settings-entity.d.ts +0 -56
- package/dist/models/park-info-dto.d.ts +0 -85
- package/dist/models/park-info-edit-vo.d.ts +0 -49
- package/dist/models/system-user-msg-source-type-enum.d.ts +0 -23
- package/dist/models/system-user-msg-source-type-enum.js +0 -27
- package/dist/models/system-user-msg-type-enum.d.ts +0 -21
- package/dist/models/system-user-msg-type-enum.js +0 -25
- package/dist/models/work-order-dept-settings-add-or-update-vo.js +0 -15
- package/dist/models/work-order-dept-settings-entity.d.ts +0 -67
- package/dist/models/work-order-dept-settings-entity.js +0 -15
- package/dist/models/work-order-issue-type-enum.d.ts +0 -26
- package/dist/models/work-order-issue-type-enum.js +0 -30
- package/models/dept-relation-dto.ts +0 -126
- package/models/dept-relation.ts +0 -90
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +0 -66
- package/models/json-result-list-work-order-dept-settings-entity.ts +0 -66
- package/models/park-info-dto.ts +0 -93
- package/models/park-info-edit-vo.ts +0 -57
- package/models/system-user-msg-source-type-enum.ts +0 -33
- package/models/work-order-dept-settings-entity.ts +0 -77
- package/models/work-order-issue-type-enum.ts +0 -36
- /package/dist/esm/models/{dept-relation-dto.js → calendar-add-redis-list-vo.js} +0 -0
- /package/dist/esm/models/{dept-relation.js → json-result-calendar-add-redis-list-vo.js} +0 -0
- /package/dist/esm/models/{excel-import-result-dtocalendar-export-dto.js → json-result-page-dto-sys-user-msg-list-dto.js} +0 -0
- /package/dist/esm/models/{json-result-excel-import-result-dtocalendar-export-dto.js → json-result-space-edit-before-and-after-dto.js} +0 -0
- /package/dist/esm/models/{json-result-list-work-order-dept-settings-entity.js → json-result-sys-user-msg-do.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-sys-user-msg-dto.js → page-dto-sys-user-msg-list-dto.js} +0 -0
- /package/dist/esm/models/{json-result-park-info-dto.js → space-edit-before-and-after-dto.js} +0 -0
- /package/dist/esm/models/{json-result-sys-user-msg-dto.js → space-edit-excel-dto.js} +0 -0
- /package/dist/esm/models/{json-result-work-order-dept-settings-entity.js → sys-user-msg-do.js} +0 -0
- /package/dist/esm/models/{page-dto-sys-user-msg-dto.js → sys-user-msg-list-dto.js} +0 -0
- /package/dist/esm/models/{park-info-dto.js → sys-user-msg-search-list-vo.js} +0 -0
- /package/dist/esm/models/{park-info-edit-vo.js → work-order-check-before-acceptance-adopt-vo.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-dto.js → work-order-check-before-acceptance-no-vo.js} +0 -0
- /package/dist/models/{dept-relation-dto.js → calendar-add-redis-list-vo.js} +0 -0
- /package/dist/models/{dept-relation.js → json-result-calendar-add-redis-list-vo.js} +0 -0
- /package/dist/models/{excel-import-result-dtocalendar-export-dto.js → json-result-page-dto-sys-user-msg-list-dto.js} +0 -0
- /package/dist/models/{json-result-excel-import-result-dtocalendar-export-dto.js → json-result-space-edit-before-and-after-dto.js} +0 -0
- /package/dist/models/{json-result-list-work-order-dept-settings-entity.js → json-result-sys-user-msg-do.js} +0 -0
- /package/dist/models/{json-result-page-dto-sys-user-msg-dto.js → page-dto-sys-user-msg-list-dto.js} +0 -0
- /package/dist/models/{json-result-park-info-dto.js → space-edit-before-and-after-dto.js} +0 -0
- /package/dist/models/{json-result-sys-user-msg-dto.js → space-edit-excel-dto.js} +0 -0
- /package/dist/models/{json-result-work-order-dept-settings-entity.js → sys-user-msg-do.js} +0 -0
- /package/dist/models/{page-dto-sys-user-msg-dto.js → sys-user-msg-list-dto.js} +0 -0
- /package/dist/models/{park-info-dto.js → sys-user-msg-search-list-vo.js} +0 -0
- /package/dist/models/{park-info-edit-vo.js → work-order-check-before-acceptance-adopt-vo.js} +0 -0
- /package/dist/models/{sys-user-msg-dto.js → work-order-check-before-acceptance-no-vo.js} +0 -0
package/.openapi-generator/FILES
CHANGED
|
@@ -118,6 +118,7 @@ models/bodys.ts
|
|
|
118
118
|
models/business-contacts-vo.ts
|
|
119
119
|
models/business-work-order-dto.ts
|
|
120
120
|
models/business-work-order-list-dto.ts
|
|
121
|
+
models/calendar-add-redis-list-vo.ts
|
|
121
122
|
models/calendar-entity.ts
|
|
122
123
|
models/calendar-export-dto.ts
|
|
123
124
|
models/calendar-save-update-dto.ts
|
|
@@ -167,8 +168,6 @@ models/cuser-update-pass-word-vo.ts
|
|
|
167
168
|
models/daily-schedule-time-window.ts
|
|
168
169
|
models/del-user-vo.ts
|
|
169
170
|
models/delete-water-vo.ts
|
|
170
|
-
models/dept-relation-dto.ts
|
|
171
|
-
models/dept-relation.ts
|
|
172
171
|
models/device-group-settings-add-or-update-bo.ts
|
|
173
172
|
models/device-group-settings-entity.ts
|
|
174
173
|
models/device-list-dto.ts
|
|
@@ -258,7 +257,6 @@ models/esg-park-waste-config-add-or-update-bo.ts
|
|
|
258
257
|
models/esg-park-waste-config-list-dto.ts
|
|
259
258
|
models/esg-user-statistics-dto.ts
|
|
260
259
|
models/esgpark-waste-statistics-dto.ts
|
|
261
|
-
models/excel-import-result-dtocalendar-export-dto.ts
|
|
262
260
|
models/excel-import-result-dtoequipment-excel-add-dto.ts
|
|
263
261
|
models/export-energy-meter-record-bo.ts
|
|
264
262
|
models/export-hire-energy-meter-record-bo.ts
|
|
@@ -377,6 +375,7 @@ models/json-result-big-decimal.ts
|
|
|
377
375
|
models/json-result-black-white-entity.ts
|
|
378
376
|
models/json-result-boolean.ts
|
|
379
377
|
models/json-result-business-work-order-list-dto.ts
|
|
378
|
+
models/json-result-calendar-add-redis-list-vo.ts
|
|
380
379
|
models/json-result-calendar-entity.ts
|
|
381
380
|
models/json-result-call-police-detail-dto.ts
|
|
382
381
|
models/json-result-cold-store-dashboard-access-count-dto.ts
|
|
@@ -399,7 +398,6 @@ models/json-result-esg-park-greening-coverage-statistics-dto.ts
|
|
|
399
398
|
models/json-result-esg-park-renewable-energy-statistics-dto.ts
|
|
400
399
|
models/json-result-esg-user-statistics-dto.ts
|
|
401
400
|
models/json-result-esgpark-waste-statistics-dto.ts
|
|
402
|
-
models/json-result-excel-import-result-dtocalendar-export-dto.ts
|
|
403
401
|
models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts
|
|
404
402
|
models/json-result-feedback-record-detail-vo.ts
|
|
405
403
|
models/json-result-feedback-statistics-count-dto.ts
|
|
@@ -496,7 +494,6 @@ models/json-result-list-sys-user-drop-down-box-list-dto.ts
|
|
|
496
494
|
models/json-result-list-unloading-area-entity.ts
|
|
497
495
|
models/json-result-list-work-order-circulation-vo.ts
|
|
498
496
|
models/json-result-list-work-order-comment-entity.ts
|
|
499
|
-
models/json-result-list-work-order-dept-settings-entity.ts
|
|
500
497
|
models/json-result-list-work-order-inspection-detail-dto.ts
|
|
501
498
|
models/json-result-list-work-order-push-settings-entity.ts
|
|
502
499
|
models/json-result-list-work-order-step-by-step-push-dto.ts
|
|
@@ -552,9 +549,8 @@ models/json-result-page-dto-stock-list-page-dto.ts
|
|
|
552
549
|
models/json-result-page-dto-stock-record-list-page-dto.ts
|
|
553
550
|
models/json-result-page-dto-supplier-contract-details-dto.ts
|
|
554
551
|
models/json-result-page-dto-surveillance-roi-list-vo.ts
|
|
555
|
-
models/json-result-page-dto-sys-user-msg-dto.ts
|
|
552
|
+
models/json-result-page-dto-sys-user-msg-list-dto.ts
|
|
556
553
|
models/json-result-page-dto-work-order-search-dto.ts
|
|
557
|
-
models/json-result-park-info-dto.ts
|
|
558
554
|
models/json-result-park-settings-details-dto.ts
|
|
559
555
|
models/json-result-period-detail-resp.ts
|
|
560
556
|
models/json-result-plan-detail-dto.ts
|
|
@@ -562,6 +558,7 @@ models/json-result-renovation-details-vo.ts
|
|
|
562
558
|
models/json-result-renovation-draft-details-vo.ts
|
|
563
559
|
models/json-result-scheduled-cron.ts
|
|
564
560
|
models/json-result-space-add-redis-list-dto.ts
|
|
561
|
+
models/json-result-space-edit-before-and-after-dto.ts
|
|
565
562
|
models/json-result-space-image-detail-dto.ts
|
|
566
563
|
models/json-result-stock-details-dto.ts
|
|
567
564
|
models/json-result-stock-import-add-redis-dto.ts
|
|
@@ -572,14 +569,13 @@ models/json-result-supplier-entity.ts
|
|
|
572
569
|
models/json-result-surveillance-roi-list-vo.ts
|
|
573
570
|
models/json-result-switch-park-v2-dto.ts
|
|
574
571
|
models/json-result-sys-dept.ts
|
|
575
|
-
models/json-result-sys-user-msg-
|
|
572
|
+
models/json-result-sys-user-msg-do.ts
|
|
576
573
|
models/json-result-sys-user.ts
|
|
577
574
|
models/json-result-unloading-area-entity.ts
|
|
578
575
|
models/json-result-user-add-redis-list-vo.ts
|
|
579
576
|
models/json-result-user-settings-entity.ts
|
|
580
577
|
models/json-result-void.ts
|
|
581
578
|
models/json-result-white-add-redis-list-dto.ts
|
|
582
|
-
models/json-result-work-order-dept-settings-entity.ts
|
|
583
579
|
models/json-result-work-order-detail-dto.ts
|
|
584
580
|
models/json-result.ts
|
|
585
581
|
models/large-visual-screen-access-line-chart-dto.ts
|
|
@@ -692,11 +688,9 @@ models/page-dto-stock-list-page-dto.ts
|
|
|
692
688
|
models/page-dto-stock-record-list-page-dto.ts
|
|
693
689
|
models/page-dto-supplier-contract-details-dto.ts
|
|
694
690
|
models/page-dto-surveillance-roi-list-vo.ts
|
|
695
|
-
models/page-dto-sys-user-msg-dto.ts
|
|
691
|
+
models/page-dto-sys-user-msg-list-dto.ts
|
|
696
692
|
models/page-dto-work-order-search-dto.ts
|
|
697
693
|
models/park-drop-down-box-dto.ts
|
|
698
|
-
models/park-info-dto.ts
|
|
699
|
-
models/park-info-edit-vo.ts
|
|
700
694
|
models/park-push-settings-add-bo.ts
|
|
701
695
|
models/park-settings-details-dto.ts
|
|
702
696
|
models/park-settings-vo.ts
|
|
@@ -754,6 +748,8 @@ models/space-add-point-vo.ts
|
|
|
754
748
|
models/space-add-redis-list-dto.ts
|
|
755
749
|
models/space-add-vo.ts
|
|
756
750
|
models/space-detail-dto.ts
|
|
751
|
+
models/space-edit-before-and-after-dto.ts
|
|
752
|
+
models/space-edit-excel-dto.ts
|
|
757
753
|
models/space-edit-vo.ts
|
|
758
754
|
models/space-image-detail-dto.ts
|
|
759
755
|
models/space-point-dto.ts
|
|
@@ -812,13 +808,13 @@ models/sys-post.ts
|
|
|
812
808
|
models/sys-role.ts
|
|
813
809
|
models/sys-user-drop-down-box-list-dto.ts
|
|
814
810
|
models/sys-user-info-dto.ts
|
|
815
|
-
models/sys-user-msg-
|
|
811
|
+
models/sys-user-msg-do.ts
|
|
812
|
+
models/sys-user-msg-list-dto.ts
|
|
816
813
|
models/sys-user-msg-notice-add-vo.ts
|
|
814
|
+
models/sys-user-msg-search-list-vo.ts
|
|
817
815
|
models/sys-user-role.ts
|
|
818
816
|
models/sys-user-search-list-vo.ts
|
|
819
817
|
models/sys-user.ts
|
|
820
|
-
models/system-user-msg-source-type-enum.ts
|
|
821
|
-
models/system-user-msg-type-enum.ts
|
|
822
818
|
models/table-data-info.ts
|
|
823
819
|
models/tenant-surrender-vo.ts
|
|
824
820
|
models/unit-item.ts
|
|
@@ -857,13 +853,13 @@ models/white-black-del-vo.ts
|
|
|
857
853
|
models/white-edit-vo.ts
|
|
858
854
|
models/white-search-vo.ts
|
|
859
855
|
models/work-order-add-vo.ts
|
|
856
|
+
models/work-order-check-before-acceptance-adopt-vo.ts
|
|
857
|
+
models/work-order-check-before-acceptance-no-vo.ts
|
|
860
858
|
models/work-order-circulation-vo.ts
|
|
861
859
|
models/work-order-comment-dto.ts
|
|
862
860
|
models/work-order-comment-entity.ts
|
|
863
861
|
models/work-order-comment-vo.ts
|
|
864
862
|
models/work-order-dept-dto.ts
|
|
865
|
-
models/work-order-dept-settings-add-or-update-vo.ts
|
|
866
|
-
models/work-order-dept-settings-entity.ts
|
|
867
863
|
models/work-order-detail-dto.ts
|
|
868
864
|
models/work-order-distribute-leaflets-vo.ts
|
|
869
865
|
models/work-order-handle-meter-reading-details-vo.ts
|
|
@@ -871,7 +867,6 @@ models/work-order-handle-meter-reading-vo.ts
|
|
|
871
867
|
models/work-order-handler-status-enum.ts
|
|
872
868
|
models/work-order-inspection-detail-dto.ts
|
|
873
869
|
models/work-order-inspection-item-req.ts
|
|
874
|
-
models/work-order-issue-type-enum.ts
|
|
875
870
|
models/work-order-plan-holidays-enum.ts
|
|
876
871
|
models/work-order-plan-repeats-enum.ts
|
|
877
872
|
models/work-order-push-settings-entity.ts
|
package/apis/access-api.ts
CHANGED
|
@@ -2414,9 +2414,9 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
2414
2414
|
* @param {*} [options] Override http request option.
|
|
2415
2415
|
* @throws {RequiredError}
|
|
2416
2416
|
*/
|
|
2417
|
-
|
|
2417
|
+
exportList3: async (whiteSearchVo: WhiteSearchVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2418
2418
|
// verify required parameter 'whiteSearchVo' is not null or undefined
|
|
2419
|
-
assertParamExists('
|
|
2419
|
+
assertParamExists('exportList3', 'whiteSearchVo', whiteSearchVo)
|
|
2420
2420
|
const localVarPath = `/access/exportList`;
|
|
2421
2421
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2422
2422
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -3973,9 +3973,9 @@ export const AccessApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
3973
3973
|
* @param {*} [options] Override http request option.
|
|
3974
3974
|
* @throws {RequiredError}
|
|
3975
3975
|
*/
|
|
3976
|
-
|
|
3976
|
+
uploadAdd5: async (parkId: number, language?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
3977
3977
|
// verify required parameter 'parkId' is not null or undefined
|
|
3978
|
-
assertParamExists('
|
|
3978
|
+
assertParamExists('uploadAdd5', 'parkId', parkId)
|
|
3979
3979
|
const localVarPath = `/appointment/registration/add/excel`;
|
|
3980
3980
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
3981
3981
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -5432,10 +5432,10 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
5432
5432
|
* @param {*} [options] Override http request option.
|
|
5433
5433
|
* @throws {RequiredError}
|
|
5434
5434
|
*/
|
|
5435
|
-
async
|
|
5436
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
5435
|
+
async exportList3(whiteSearchVo: WhiteSearchVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
5436
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.exportList3(whiteSearchVo, options);
|
|
5437
5437
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5438
|
-
const localVarOperationServerBasePath = operationServerMap['AccessApi.
|
|
5438
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.exportList3']?.[localVarOperationServerIndex]?.url;
|
|
5439
5439
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5440
5440
|
},
|
|
5441
5441
|
/**
|
|
@@ -5927,10 +5927,10 @@ export const AccessApiFp = function(configuration?: Configuration) {
|
|
|
5927
5927
|
* @param {*} [options] Override http request option.
|
|
5928
5928
|
* @throws {RequiredError}
|
|
5929
5929
|
*/
|
|
5930
|
-
async
|
|
5931
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
5930
|
+
async uploadAdd5(parkId: number, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
5931
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.uploadAdd5(parkId, language, options);
|
|
5932
5932
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5933
|
-
const localVarOperationServerBasePath = operationServerMap['AccessApi.
|
|
5933
|
+
const localVarOperationServerBasePath = operationServerMap['AccessApi.uploadAdd5']?.[localVarOperationServerIndex]?.url;
|
|
5934
5934
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5935
5935
|
},
|
|
5936
5936
|
/**
|
|
@@ -6712,12 +6712,12 @@ export const AccessApiFactory = function (configuration?: Configuration, basePat
|
|
|
6712
6712
|
/**
|
|
6713
6713
|
*
|
|
6714
6714
|
* @summary 导出
|
|
6715
|
-
* @param {
|
|
6715
|
+
* @param {AccessApiExportList3Request} requestParameters Request parameters.
|
|
6716
6716
|
* @param {*} [options] Override http request option.
|
|
6717
6717
|
* @throws {RequiredError}
|
|
6718
6718
|
*/
|
|
6719
|
-
|
|
6720
|
-
return localVarFp.
|
|
6719
|
+
exportList3(requestParameters: AccessApiExportList3Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
6720
|
+
return localVarFp.exportList3(requestParameters.whiteSearchVo, options).then((request) => request(axios, basePath));
|
|
6721
6721
|
},
|
|
6722
6722
|
/**
|
|
6723
6723
|
*
|
|
@@ -7076,12 +7076,12 @@ export const AccessApiFactory = function (configuration?: Configuration, basePat
|
|
|
7076
7076
|
/**
|
|
7077
7077
|
*
|
|
7078
7078
|
* @summary /excel模板
|
|
7079
|
-
* @param {
|
|
7079
|
+
* @param {AccessApiUploadAdd5Request} requestParameters Request parameters.
|
|
7080
7080
|
* @param {*} [options] Override http request option.
|
|
7081
7081
|
* @throws {RequiredError}
|
|
7082
7082
|
*/
|
|
7083
|
-
|
|
7084
|
-
return localVarFp.
|
|
7083
|
+
uploadAdd5(requestParameters: AccessApiUploadAdd5Request, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
7084
|
+
return localVarFp.uploadAdd5(requestParameters.parkId, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
7085
7085
|
},
|
|
7086
7086
|
/**
|
|
7087
7087
|
*
|
|
@@ -7980,15 +7980,15 @@ export interface AccessApiExportListRequest {
|
|
|
7980
7980
|
}
|
|
7981
7981
|
|
|
7982
7982
|
/**
|
|
7983
|
-
* Request parameters for
|
|
7983
|
+
* Request parameters for exportList3 operation in AccessApi.
|
|
7984
7984
|
* @export
|
|
7985
|
-
* @interface
|
|
7985
|
+
* @interface AccessApiExportList3Request
|
|
7986
7986
|
*/
|
|
7987
|
-
export interface
|
|
7987
|
+
export interface AccessApiExportList3Request {
|
|
7988
7988
|
/**
|
|
7989
7989
|
*
|
|
7990
7990
|
* @type {WhiteSearchVO}
|
|
7991
|
-
* @memberof
|
|
7991
|
+
* @memberof AccessApiExportList3
|
|
7992
7992
|
*/
|
|
7993
7993
|
readonly whiteSearchVo: WhiteSearchVO
|
|
7994
7994
|
}
|
|
@@ -8561,22 +8561,22 @@ export interface AccessApiUpdateEntryTermStatusRequest {
|
|
|
8561
8561
|
}
|
|
8562
8562
|
|
|
8563
8563
|
/**
|
|
8564
|
-
* Request parameters for
|
|
8564
|
+
* Request parameters for uploadAdd5 operation in AccessApi.
|
|
8565
8565
|
* @export
|
|
8566
|
-
* @interface
|
|
8566
|
+
* @interface AccessApiUploadAdd5Request
|
|
8567
8567
|
*/
|
|
8568
|
-
export interface
|
|
8568
|
+
export interface AccessApiUploadAdd5Request {
|
|
8569
8569
|
/**
|
|
8570
8570
|
*
|
|
8571
8571
|
* @type {number}
|
|
8572
|
-
* @memberof
|
|
8572
|
+
* @memberof AccessApiUploadAdd5
|
|
8573
8573
|
*/
|
|
8574
8574
|
readonly parkId: number
|
|
8575
8575
|
|
|
8576
8576
|
/**
|
|
8577
8577
|
*
|
|
8578
8578
|
* @type {string}
|
|
8579
|
-
* @memberof
|
|
8579
|
+
* @memberof AccessApiUploadAdd5
|
|
8580
8580
|
*/
|
|
8581
8581
|
readonly language?: string
|
|
8582
8582
|
}
|
|
@@ -9495,13 +9495,13 @@ export class AccessApi extends BaseAPI {
|
|
|
9495
9495
|
/**
|
|
9496
9496
|
*
|
|
9497
9497
|
* @summary 导出
|
|
9498
|
-
* @param {
|
|
9498
|
+
* @param {AccessApiExportList3Request} requestParameters Request parameters.
|
|
9499
9499
|
* @param {*} [options] Override http request option.
|
|
9500
9500
|
* @throws {RequiredError}
|
|
9501
9501
|
* @memberof AccessApi
|
|
9502
9502
|
*/
|
|
9503
|
-
public
|
|
9504
|
-
return AccessApiFp(this.configuration).
|
|
9503
|
+
public exportList3(requestParameters: AccessApiExportList3Request, options?: RawAxiosRequestConfig) {
|
|
9504
|
+
return AccessApiFp(this.configuration).exportList3(requestParameters.whiteSearchVo, options).then((request) => request(this.axios, this.basePath));
|
|
9505
9505
|
}
|
|
9506
9506
|
|
|
9507
9507
|
/**
|
|
@@ -9933,13 +9933,13 @@ export class AccessApi extends BaseAPI {
|
|
|
9933
9933
|
/**
|
|
9934
9934
|
*
|
|
9935
9935
|
* @summary /excel模板
|
|
9936
|
-
* @param {
|
|
9936
|
+
* @param {AccessApiUploadAdd5Request} requestParameters Request parameters.
|
|
9937
9937
|
* @param {*} [options] Override http request option.
|
|
9938
9938
|
* @throws {RequiredError}
|
|
9939
9939
|
* @memberof AccessApi
|
|
9940
9940
|
*/
|
|
9941
|
-
public
|
|
9942
|
-
return AccessApiFp(this.configuration).
|
|
9941
|
+
public uploadAdd5(requestParameters: AccessApiUploadAdd5Request, options?: RawAxiosRequestConfig) {
|
|
9942
|
+
return AccessApiFp(this.configuration).uploadAdd5(requestParameters.parkId, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
9943
9943
|
}
|
|
9944
9944
|
|
|
9945
9945
|
/**
|
package/apis/app-auth-api.ts
CHANGED
|
@@ -483,17 +483,17 @@ export const AppAuthApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
483
483
|
*
|
|
484
484
|
* @summary 获取园区数据
|
|
485
485
|
* @param {string} uuid
|
|
486
|
-
* @param {
|
|
486
|
+
* @param {number} type
|
|
487
487
|
* @param {number} parkId
|
|
488
488
|
* @param {string} appId
|
|
489
489
|
* @param {*} [options] Override http request option.
|
|
490
490
|
* @throws {RequiredError}
|
|
491
491
|
*/
|
|
492
|
-
getParkMiniApp: async (uuid: string,
|
|
492
|
+
getParkMiniApp: async (uuid: string, type: number, parkId: number, appId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
493
493
|
// verify required parameter 'uuid' is not null or undefined
|
|
494
494
|
assertParamExists('getParkMiniApp', 'uuid', uuid)
|
|
495
|
-
// verify required parameter '
|
|
496
|
-
assertParamExists('getParkMiniApp', '
|
|
495
|
+
// verify required parameter 'type' is not null or undefined
|
|
496
|
+
assertParamExists('getParkMiniApp', 'type', type)
|
|
497
497
|
// verify required parameter 'parkId' is not null or undefined
|
|
498
498
|
assertParamExists('getParkMiniApp', 'parkId', parkId)
|
|
499
499
|
// verify required parameter 'appId' is not null or undefined
|
|
@@ -518,8 +518,8 @@ export const AppAuthApiAxiosParamCreator = function (configuration?: Configurati
|
|
|
518
518
|
localVarQueryParameter['uuid'] = uuid;
|
|
519
519
|
}
|
|
520
520
|
|
|
521
|
-
if (
|
|
522
|
-
localVarQueryParameter['
|
|
521
|
+
if (type !== undefined) {
|
|
522
|
+
localVarQueryParameter['type'] = type;
|
|
523
523
|
}
|
|
524
524
|
|
|
525
525
|
if (parkId !== undefined) {
|
|
@@ -964,14 +964,14 @@ export const AppAuthApiFp = function(configuration?: Configuration) {
|
|
|
964
964
|
*
|
|
965
965
|
* @summary 获取园区数据
|
|
966
966
|
* @param {string} uuid
|
|
967
|
-
* @param {
|
|
967
|
+
* @param {number} type
|
|
968
968
|
* @param {number} parkId
|
|
969
969
|
* @param {string} appId
|
|
970
970
|
* @param {*} [options] Override http request option.
|
|
971
971
|
* @throws {RequiredError}
|
|
972
972
|
*/
|
|
973
|
-
async getParkMiniApp(uuid: string,
|
|
974
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getParkMiniApp(uuid,
|
|
973
|
+
async getParkMiniApp(uuid: string, type: number, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
974
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getParkMiniApp(uuid, type, parkId, appId, options);
|
|
975
975
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
976
976
|
const localVarOperationServerBasePath = operationServerMap['AppAuthApi.getParkMiniApp']?.[localVarOperationServerIndex]?.url;
|
|
977
977
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1185,7 +1185,7 @@ export const AppAuthApiFactory = function (configuration?: Configuration, basePa
|
|
|
1185
1185
|
* @throws {RequiredError}
|
|
1186
1186
|
*/
|
|
1187
1187
|
getParkMiniApp(requestParameters: AppAuthApiGetParkMiniAppRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1188
|
-
return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.
|
|
1188
|
+
return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
|
|
1189
1189
|
},
|
|
1190
1190
|
/**
|
|
1191
1191
|
*
|
|
@@ -1396,10 +1396,10 @@ export interface AppAuthApiGetParkMiniAppRequest {
|
|
|
1396
1396
|
|
|
1397
1397
|
/**
|
|
1398
1398
|
*
|
|
1399
|
-
* @type {
|
|
1399
|
+
* @type {number}
|
|
1400
1400
|
* @memberof AppAuthApiGetParkMiniApp
|
|
1401
1401
|
*/
|
|
1402
|
-
readonly
|
|
1402
|
+
readonly type: number
|
|
1403
1403
|
|
|
1404
1404
|
/**
|
|
1405
1405
|
*
|
|
@@ -1635,7 +1635,7 @@ export class AppAuthApi extends BaseAPI {
|
|
|
1635
1635
|
* @memberof AppAuthApi
|
|
1636
1636
|
*/
|
|
1637
1637
|
public getParkMiniApp(requestParameters: AppAuthApiGetParkMiniAppRequest, options?: RawAxiosRequestConfig) {
|
|
1638
|
-
return AppAuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.
|
|
1638
|
+
return AppAuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
|
|
1639
1639
|
}
|
|
1640
1640
|
|
|
1641
1641
|
/**
|
package/apis/auth-api.ts
CHANGED
|
@@ -773,17 +773,17 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
773
773
|
*
|
|
774
774
|
* @summary 获取园区数据
|
|
775
775
|
* @param {string} uuid
|
|
776
|
-
* @param {
|
|
776
|
+
* @param {number} type
|
|
777
777
|
* @param {number} parkId
|
|
778
778
|
* @param {string} appId
|
|
779
779
|
* @param {*} [options] Override http request option.
|
|
780
780
|
* @throws {RequiredError}
|
|
781
781
|
*/
|
|
782
|
-
getParkMiniApp: async (uuid: string,
|
|
782
|
+
getParkMiniApp: async (uuid: string, type: number, parkId: number, appId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
783
783
|
// verify required parameter 'uuid' is not null or undefined
|
|
784
784
|
assertParamExists('getParkMiniApp', 'uuid', uuid)
|
|
785
|
-
// verify required parameter '
|
|
786
|
-
assertParamExists('getParkMiniApp', '
|
|
785
|
+
// verify required parameter 'type' is not null or undefined
|
|
786
|
+
assertParamExists('getParkMiniApp', 'type', type)
|
|
787
787
|
// verify required parameter 'parkId' is not null or undefined
|
|
788
788
|
assertParamExists('getParkMiniApp', 'parkId', parkId)
|
|
789
789
|
// verify required parameter 'appId' is not null or undefined
|
|
@@ -808,8 +808,8 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
808
808
|
localVarQueryParameter['uuid'] = uuid;
|
|
809
809
|
}
|
|
810
810
|
|
|
811
|
-
if (
|
|
812
|
-
localVarQueryParameter['
|
|
811
|
+
if (type !== undefined) {
|
|
812
|
+
localVarQueryParameter['type'] = type;
|
|
813
813
|
}
|
|
814
814
|
|
|
815
815
|
if (parkId !== undefined) {
|
|
@@ -1888,14 +1888,14 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1888
1888
|
*
|
|
1889
1889
|
* @summary 获取园区数据
|
|
1890
1890
|
* @param {string} uuid
|
|
1891
|
-
* @param {
|
|
1891
|
+
* @param {number} type
|
|
1892
1892
|
* @param {number} parkId
|
|
1893
1893
|
* @param {string} appId
|
|
1894
1894
|
* @param {*} [options] Override http request option.
|
|
1895
1895
|
* @throws {RequiredError}
|
|
1896
1896
|
*/
|
|
1897
|
-
async getParkMiniApp(uuid: string,
|
|
1898
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getParkMiniApp(uuid,
|
|
1897
|
+
async getParkMiniApp(uuid: string, type: number, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
1898
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getParkMiniApp(uuid, type, parkId, appId, options);
|
|
1899
1899
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1900
1900
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.getParkMiniApp']?.[localVarOperationServerIndex]?.url;
|
|
1901
1901
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -2346,7 +2346,7 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
2346
2346
|
* @throws {RequiredError}
|
|
2347
2347
|
*/
|
|
2348
2348
|
getParkMiniApp(requestParameters: AuthApiGetParkMiniAppRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
2349
|
-
return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.
|
|
2349
|
+
return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
|
|
2350
2350
|
},
|
|
2351
2351
|
/**
|
|
2352
2352
|
*
|
|
@@ -2703,10 +2703,10 @@ export interface AuthApiGetParkMiniAppRequest {
|
|
|
2703
2703
|
|
|
2704
2704
|
/**
|
|
2705
2705
|
*
|
|
2706
|
-
* @type {
|
|
2706
|
+
* @type {number}
|
|
2707
2707
|
* @memberof AuthApiGetParkMiniApp
|
|
2708
2708
|
*/
|
|
2709
|
-
readonly
|
|
2709
|
+
readonly type: number
|
|
2710
2710
|
|
|
2711
2711
|
/**
|
|
2712
2712
|
*
|
|
@@ -3172,7 +3172,7 @@ export class AuthApi extends BaseAPI {
|
|
|
3172
3172
|
* @memberof AuthApi
|
|
3173
3173
|
*/
|
|
3174
3174
|
public getParkMiniApp(requestParameters: AuthApiGetParkMiniAppRequest, options?: RawAxiosRequestConfig) {
|
|
3175
|
-
return AuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.
|
|
3175
|
+
return AuthApiFp(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
|
|
3176
3176
|
}
|
|
3177
3177
|
|
|
3178
3178
|
/**
|