@gizone/rrs-client 3.11.12-alpha.9 → 3.11.13-alpha.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +37 -14
- package/README.md +2 -2
- package/api.ts +2 -1
- package/apis/access-api.ts +61 -61
- package/apis/calendar-api.ts +231 -209
- package/apis/common-api.ts +192 -0
- package/apis/cost-api.ts +15 -15
- package/apis/energy-api.ts +15 -15
- package/apis/{inspection-api.ts → inspection-standard-api.ts} +386 -544
- package/apis/maintenance-standard-api.ts +1319 -0
- package/apis/message-api.ts +201 -223
- package/apis/privacy-api.ts +78 -76
- package/apis/setting-api.ts +596 -243
- package/apis/space-api.ts +0 -329
- package/apis/sys-api.ts +47 -47
- package/apis/user-api.ts +15 -15
- package/apis/work-order-api.ts +717 -8
- package/configuration.ts +1 -1
- package/dist/api.d.ts +2 -1
- package/dist/api.js +2 -1
- package/dist/apis/access-api.d.ts +41 -41
- package/dist/apis/access-api.js +44 -44
- package/dist/apis/calendar-api.d.ts +131 -123
- package/dist/apis/calendar-api.js +177 -164
- package/dist/apis/common-api.d.ts +102 -0
- package/dist/apis/common-api.js +144 -0
- package/dist/apis/cost-api.d.ts +10 -10
- package/dist/apis/cost-api.js +11 -11
- package/dist/apis/energy-api.d.ts +10 -10
- package/dist/apis/energy-api.js +11 -11
- package/dist/apis/inspection-standard-api.d.ts +745 -0
- package/dist/apis/{inspection-api.js → inspection-standard-api.js} +283 -373
- package/dist/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/apis/maintenance-standard-api.js +1022 -0
- package/dist/apis/message-api.d.ts +117 -125
- package/dist/apis/message-api.js +132 -171
- package/dist/apis/privacy-api.d.ts +49 -48
- package/dist/apis/privacy-api.js +60 -60
- package/dist/apis/setting-api.d.ts +334 -144
- package/dist/apis/setting-api.js +433 -187
- package/dist/apis/space-api.d.ts +0 -159
- package/dist/apis/space-api.js +0 -272
- package/dist/apis/sys-api.d.ts +31 -31
- package/dist/apis/sys-api.js +34 -34
- package/dist/apis/user-api.d.ts +10 -10
- package/dist/apis/user-api.js +11 -11
- package/dist/apis/work-order-api.d.ts +391 -8
- package/dist/apis/work-order-api.js +529 -8
- package/dist/common.d.ts +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +2 -1
- package/dist/esm/api.js +2 -1
- package/dist/esm/apis/access-api.d.ts +41 -41
- package/dist/esm/apis/access-api.js +44 -44
- package/dist/esm/apis/calendar-api.d.ts +131 -123
- package/dist/esm/apis/calendar-api.js +177 -164
- package/dist/esm/apis/common-api.d.ts +102 -0
- package/dist/esm/apis/common-api.js +144 -0
- package/dist/esm/apis/cost-api.d.ts +10 -10
- package/dist/esm/apis/cost-api.js +11 -11
- package/dist/esm/apis/energy-api.d.ts +10 -10
- package/dist/esm/apis/energy-api.js +11 -11
- package/dist/esm/apis/inspection-standard-api.d.ts +745 -0
- package/dist/esm/apis/{inspection-api.js → inspection-standard-api.js} +278 -368
- package/dist/esm/apis/maintenance-standard-api.d.ts +684 -0
- package/dist/esm/apis/maintenance-standard-api.js +1015 -0
- package/dist/esm/apis/message-api.d.ts +117 -125
- package/dist/esm/apis/message-api.js +132 -171
- package/dist/esm/apis/privacy-api.d.ts +49 -48
- package/dist/esm/apis/privacy-api.js +60 -60
- package/dist/esm/apis/setting-api.d.ts +334 -144
- package/dist/esm/apis/setting-api.js +433 -187
- package/dist/esm/apis/space-api.d.ts +0 -159
- package/dist/esm/apis/space-api.js +0 -272
- package/dist/esm/apis/sys-api.d.ts +31 -31
- package/dist/esm/apis/sys-api.js +34 -34
- package/dist/esm/apis/user-api.d.ts +10 -10
- package/dist/esm/apis/user-api.js +11 -11
- package/dist/esm/apis/work-order-api.d.ts +391 -8
- package/dist/esm/apis/work-order-api.js +529 -8
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +140 -0
- package/dist/esm/models/dept-relation.d.ts +86 -0
- package/dist/esm/models/equipment-detail-dto.d.ts +6 -0
- package/dist/esm/models/equipment-edit-vo.d.ts +6 -0
- package/dist/esm/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/esm/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/esm/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/esm/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/esm/models/file-dto.d.ts +3 -3
- package/dist/esm/models/get-user-wx200-response.d.ts +8 -8
- package/dist/esm/models/index.d.ts +35 -13
- package/dist/esm/models/index.js +35 -13
- package/dist/esm/models/inspection-point-item.d.ts +12 -0
- package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +3 -4
- package/dist/esm/models/inspection-standard-dto.d.ts +147 -0
- package/dist/esm/models/inspection-standard-entity.d.ts +13 -0
- package/dist/esm/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.d.ts → json-result-list-inspection-standard-entity.d.ts} +12 -12
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/{models/json-result-calendar-add-redis-list-vo.d.ts → esm/models/json-result-page-dto-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-park-info-dto.js +14 -0
- package/dist/esm/models/{json-result-calendar-add-redis-list-vo.d.ts → json-result-sys-user-msg-dto.d.ts} +11 -11
- package/dist/esm/models/json-result-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/{json-result-space-edit-before-and-after-dto.d.ts → json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/esm/models/json-result-work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/esm/models/maintenance-standard-import-dto.js +14 -0
- package/dist/{models/page-dto-inspection-standard-entity.d.ts → esm/models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-inspection-standard-dto.js +14 -0
- package/dist/esm/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/esm/models/page-dto-sys-user-msg-dto.js +14 -0
- package/dist/esm/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/esm/models/park-center-attribute-enum.js +22 -0
- package/dist/esm/models/park-info-dto.d.ts +85 -0
- package/dist/esm/models/park-info-dto.js +14 -0
- package/dist/esm/models/park-info-edit-vo.d.ts +37 -0
- package/dist/esm/models/park-info-edit-vo.js +14 -0
- package/dist/esm/models/park-plat-form-enum.d.ts +23 -0
- package/dist/esm/models/park-plat-form-enum.js +24 -0
- package/dist/esm/models/period-detail-resp.d.ts +6 -0
- package/dist/esm/models/plan-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-edit-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
- package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/esm/models/process-work-order-vo.d.ts +19 -0
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/esm/models/space-add-excel-dto.d.ts +6 -0
- package/dist/esm/models/sys-dept.d.ts +7 -1
- package/dist/esm/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/esm/models/sys-user-msg-dto.js +14 -0
- package/dist/esm/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/esm/models/system-user-msg-source-type-enum.js +24 -0
- package/dist/esm/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/esm/models/system-user-msg-type-enum.js +22 -0
- package/dist/esm/models/work-order-add-vo.d.ts +24 -4
- package/dist/esm/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +14 -0
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/esm/models/work-order-dept-settings-entity.js +14 -0
- package/dist/esm/models/work-order-detail-dto.d.ts +46 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/esm/models/work-order-internal-status-enum.js +24 -0
- package/dist/esm/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/esm/models/work-order-issue-type-enum.js +27 -0
- package/dist/esm/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/esm/models/work-order-liability-party-enum.js +22 -0
- package/dist/esm/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-entity.js +1 -13
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.js +1 -13
- package/dist/esm/models/work-order-report-vo.d.ts +31 -0
- package/dist/esm/models/work-order-report-vo.js +14 -0
- package/dist/esm/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/esm/models/work-order-settings-type-enum.js +31 -0
- package/dist/esm/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/esm/models/work-order-staging-data-vo.js +14 -0
- package/dist/esm/models/work-order-type-enum.d.ts +1 -1
- package/dist/esm/models/work-order-type-enum.js +1 -1
- package/dist/models/dept-relation-dto.d.ts +140 -0
- package/dist/models/dept-relation.d.ts +86 -0
- package/dist/models/equipment-detail-dto.d.ts +6 -0
- package/dist/models/equipment-edit-vo.d.ts +6 -0
- package/dist/models/equipment-excel-add-dto.d.ts +6 -0
- package/dist/models/equipment-search-system-dto.d.ts +12 -6
- package/dist/models/equipment-system-add-vo.d.ts +1 -1
- package/dist/models/{calendar-add-redis-list-vo.d.ts → excel-import-result-dtocalendar-export-dto.d.ts} +9 -21
- package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +31 -0
- package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +31 -0
- package/dist/models/file-dto.d.ts +3 -3
- package/dist/models/get-user-wx200-response.d.ts +8 -8
- package/dist/models/index.d.ts +35 -13
- package/dist/models/index.js +35 -13
- package/dist/models/inspection-point-item.d.ts +12 -0
- package/dist/models/inspection-standard-add-or-update-vo.d.ts +3 -4
- package/dist/models/inspection-standard-dto.d.ts +147 -0
- package/dist/models/inspection-standard-entity.d.ts +13 -0
- package/dist/models/inspection-standard-import-dto.d.ts +114 -0
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +56 -0
- package/dist/models/json-result-list-inspection-standard-entity.d.ts +56 -0
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +56 -0
- package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/{json-result-sys-user-msg-do.d.ts → json-result-park-info-dto.d.ts} +11 -11
- package/dist/models/json-result-park-info-dto.js +15 -0
- package/dist/models/json-result-sys-user-msg-dto.d.ts +56 -0
- package/dist/models/json-result-sys-user-msg-dto.js +15 -0
- package/dist/{esm/models/json-result-page-dto-sys-user-msg-list-dto.d.ts → models/json-result-work-order-dept-settings-entity.d.ts} +11 -11
- package/dist/models/json-result-work-order-dept-settings-entity.js +15 -0
- package/dist/models/maintenance-standard-import-dto.d.ts +114 -0
- package/dist/models/maintenance-standard-import-dto.js +15 -0
- package/dist/{esm/models/page-dto-inspection-standard-entity.d.ts → models/page-dto-inspection-standard-dto.d.ts} +7 -7
- package/dist/models/page-dto-inspection-standard-dto.js +15 -0
- package/dist/models/{page-dto-sys-user-msg-list-dto.d.ts → page-dto-sys-user-msg-dto.d.ts} +7 -7
- package/dist/models/page-dto-sys-user-msg-dto.js +15 -0
- package/dist/models/park-center-attribute-enum.d.ts +21 -0
- package/dist/models/park-center-attribute-enum.js +25 -0
- package/dist/models/park-info-dto.d.ts +85 -0
- package/dist/models/park-info-dto.js +15 -0
- package/dist/models/park-info-edit-vo.d.ts +37 -0
- package/dist/models/park-info-edit-vo.js +15 -0
- package/dist/models/park-plat-form-enum.d.ts +23 -0
- package/dist/models/park-plat-form-enum.js +27 -0
- package/dist/models/period-detail-resp.d.ts +6 -0
- package/dist/models/plan-add-vo.d.ts +1 -1
- package/dist/models/plan-edit-vo.d.ts +1 -1
- package/dist/models/plan-item-add-vo.d.ts +1 -1
- package/dist/models/plan-item-edit-vo.d.ts +1 -1
- package/dist/models/process-work-order-vo.d.ts +19 -0
- package/dist/models/source-work-order-inspection-dto.d.ts +4 -3
- package/dist/models/space-add-excel-dto.d.ts +6 -0
- package/dist/models/sys-dept.d.ts +7 -1
- package/dist/models/{sys-user-msg-list-dto.d.ts → sys-user-msg-dto.d.ts} +30 -28
- package/dist/models/sys-user-msg-dto.js +15 -0
- package/dist/models/system-user-msg-source-type-enum.d.ts +23 -0
- package/dist/models/system-user-msg-source-type-enum.js +27 -0
- package/dist/models/system-user-msg-type-enum.d.ts +21 -0
- package/dist/models/system-user-msg-type-enum.js +25 -0
- package/dist/models/work-order-add-vo.d.ts +24 -4
- package/dist/models/work-order-circulation-vo.d.ts +8 -1
- package/dist/models/work-order-dept-settings-add-or-update-vo.d.ts +36 -0
- package/dist/models/work-order-dept-settings-add-or-update-vo.js +15 -0
- package/dist/models/work-order-dept-settings-entity.d.ts +67 -0
- package/dist/models/work-order-dept-settings-entity.js +15 -0
- package/dist/models/work-order-detail-dto.d.ts +46 -0
- package/dist/models/work-order-internal-status-enum.d.ts +23 -0
- package/dist/models/work-order-internal-status-enum.js +27 -0
- package/dist/models/work-order-issue-type-enum.d.ts +26 -0
- package/dist/models/work-order-issue-type-enum.js +30 -0
- package/dist/models/work-order-liability-party-enum.d.ts +21 -0
- package/dist/models/work-order-liability-party-enum.js +25 -0
- package/dist/models/work-order-push-settings-entity.d.ts +4 -17
- package/dist/models/work-order-push-settings-entity.js +0 -14
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +4 -17
- package/dist/models/work-order-push-settings-save-or-update-vo.js +0 -14
- package/dist/models/work-order-report-vo.d.ts +31 -0
- package/dist/models/work-order-report-vo.js +15 -0
- package/dist/models/work-order-settings-type-enum.d.ts +30 -0
- package/dist/models/work-order-settings-type-enum.js +34 -0
- package/dist/models/work-order-staging-data-vo.d.ts +49 -0
- package/dist/models/work-order-staging-data-vo.js +15 -0
- package/dist/models/work-order-type-enum.d.ts +1 -1
- package/dist/models/work-order-type-enum.js +1 -1
- package/models/dept-relation-dto.ts +152 -0
- package/models/dept-relation.ts +98 -0
- package/models/equipment-detail-dto.ts +6 -0
- package/models/equipment-edit-vo.ts +6 -0
- package/models/equipment-excel-add-dto.ts +6 -0
- package/models/equipment-search-system-dto.ts +12 -6
- package/models/equipment-system-add-vo.ts +1 -1
- package/models/{calendar-add-redis-list-vo.ts → excel-import-result-dtocalendar-export-dto.ts} +9 -21
- package/models/excel-import-result-dtoinspection-standard-import-dto.ts +39 -0
- package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +39 -0
- package/models/file-dto.ts +3 -3
- package/models/get-user-wx200-response.ts +8 -8
- package/models/index.ts +35 -13
- package/models/inspection-point-item.ts +12 -0
- package/models/inspection-standard-add-or-update-vo.ts +3 -6
- package/models/inspection-standard-dto.ts +161 -0
- package/models/inspection-standard-entity.ts +15 -0
- package/models/inspection-standard-import-dto.ts +120 -0
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +66 -0
- package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +66 -0
- package/models/{json-result-page-dto-inspection-standard-entity.ts → json-result-list-inspection-standard-entity.ts} +12 -12
- package/models/json-result-list-work-order-dept-settings-entity.ts +66 -0
- package/models/json-result-page-dto-inspection-standard-dto.ts +66 -0
- package/models/{json-result-calendar-add-redis-list-vo.ts → json-result-page-dto-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-sys-user-msg-do.ts → json-result-park-info-dto.ts} +11 -11
- package/models/{json-result-page-dto-sys-user-msg-list-dto.ts → json-result-sys-user-msg-dto.ts} +11 -11
- package/models/{json-result-space-edit-before-and-after-dto.ts → json-result-work-order-dept-settings-entity.ts} +11 -11
- package/models/maintenance-standard-import-dto.ts +120 -0
- package/models/{page-dto-inspection-standard-entity.ts → page-dto-inspection-standard-dto.ts} +7 -7
- package/models/{page-dto-sys-user-msg-list-dto.ts → page-dto-sys-user-msg-dto.ts} +7 -7
- package/models/park-center-attribute-enum.ts +31 -0
- package/models/park-info-dto.ts +93 -0
- package/models/park-info-edit-vo.ts +45 -0
- package/models/park-plat-form-enum.ts +33 -0
- package/models/period-detail-resp.ts +6 -0
- package/models/plan-add-vo.ts +1 -1
- package/models/plan-edit-vo.ts +1 -1
- package/models/plan-item-add-vo.ts +1 -1
- package/models/plan-item-edit-vo.ts +1 -1
- package/models/process-work-order-vo.ts +23 -0
- package/models/source-work-order-inspection-dto.ts +8 -3
- package/models/space-add-excel-dto.ts +6 -0
- package/models/sys-dept.ts +7 -1
- package/models/{sys-user-msg-list-dto.ts → sys-user-msg-dto.ts} +36 -28
- package/models/system-user-msg-source-type-enum.ts +33 -0
- package/models/system-user-msg-type-enum.ts +31 -0
- package/models/work-order-add-vo.ts +28 -4
- package/models/work-order-circulation-vo.ts +12 -1
- package/models/work-order-dept-settings-add-or-update-vo.ts +42 -0
- package/models/work-order-dept-settings-entity.ts +77 -0
- package/models/work-order-detail-dto.ts +54 -0
- package/models/work-order-internal-status-enum.ts +33 -0
- package/models/work-order-issue-type-enum.ts +36 -0
- package/models/work-order-liability-party-enum.ts +31 -0
- package/models/work-order-push-settings-entity.ts +6 -18
- package/models/work-order-push-settings-save-or-update-vo.ts +6 -18
- package/models/{space-edit-before-and-after-dto.ts → work-order-report-vo.ts} +13 -11
- package/models/work-order-settings-type-enum.ts +40 -0
- package/models/work-order-staging-data-vo.ts +59 -0
- package/models/work-order-type-enum.ts +1 -1
- package/package.json +1 -1
- package/dist/apis/inspection-api.d.ts +0 -846
- package/dist/esm/apis/inspection-api.d.ts +0 -846
- package/dist/esm/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/esm/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/esm/models/sys-user-msg-do.d.ts +0 -90
- package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/dist/models/json-result-page-dto-inspection-standard-entity.d.ts +0 -56
- package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +0 -56
- package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +0 -56
- package/dist/models/space-edit-before-and-after-dto.d.ts +0 -31
- package/dist/models/space-edit-excel-dto.d.ts +0 -78
- package/dist/models/sys-user-msg-do.d.ts +0 -90
- package/dist/models/sys-user-msg-search-list-vo.d.ts +0 -54
- package/models/space-edit-excel-dto.ts +0 -84
- package/models/sys-user-msg-do.ts +0 -96
- package/models/sys-user-msg-search-list-vo.ts +0 -60
- /package/dist/esm/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/esm/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/esm/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
- /package/dist/models/{calendar-add-redis-list-vo.js → dept-relation-dto.js} +0 -0
- /package/dist/models/{json-result-calendar-add-redis-list-vo.js → dept-relation.js} +0 -0
- /package/dist/models/{json-result-page-dto-inspection-standard-entity.js → excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{json-result-page-dto-sys-user-msg-list-dto.js → excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-space-edit-before-and-after-dto.js → excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{json-result-sys-user-msg-do.js → inspection-standard-dto.js} +0 -0
- /package/dist/models/{page-dto-inspection-standard-entity.js → inspection-standard-import-dto.js} +0 -0
- /package/dist/models/{page-dto-sys-user-msg-list-dto.js → json-result-excel-import-result-dtocalendar-export-dto.js} +0 -0
- /package/dist/models/{space-edit-before-and-after-dto.js → json-result-excel-import-result-dtoinspection-standard-import-dto.js} +0 -0
- /package/dist/models/{space-edit-excel-dto.js → json-result-excel-import-result-dtomaintenance-standard-import-dto.js} +0 -0
- /package/dist/models/{sys-user-msg-do.js → json-result-list-inspection-standard-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-list-dto.js → json-result-list-work-order-dept-settings-entity.js} +0 -0
- /package/dist/models/{sys-user-msg-search-list-vo.js → json-result-page-dto-inspection-standard-dto.js} +0 -0
|
@@ -13,6 +13,7 @@ import type { Configuration } from '../configuration';
|
|
|
13
13
|
import type { AxiosPromise, AxiosInstance, RawAxiosRequestConfig } from 'axios';
|
|
14
14
|
import { type RequestArgs, BaseAPI } from '../base';
|
|
15
15
|
import type { JsonResult } from '../models';
|
|
16
|
+
import type { JsonResultString } from '../models';
|
|
16
17
|
import type { PrivacyAddVO } from '../models';
|
|
17
18
|
import type { PrivacyUpdateStateDto } from '../models';
|
|
18
19
|
/**
|
|
@@ -27,7 +28,7 @@ export declare const PrivacyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
27
28
|
* @param {*} [options] Override http request option.
|
|
28
29
|
* @throws {RequiredError}
|
|
29
30
|
*/
|
|
30
|
-
|
|
31
|
+
privacyAdd: (privacyAddVO: PrivacyAddVO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
31
32
|
/**
|
|
32
33
|
*
|
|
33
34
|
* @summary 删除协议
|
|
@@ -35,14 +36,14 @@ export declare const PrivacyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
35
36
|
* @param {*} [options] Override http request option.
|
|
36
37
|
* @throws {RequiredError}
|
|
37
38
|
*/
|
|
38
|
-
|
|
39
|
+
privacyDelete: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
39
40
|
/**
|
|
40
41
|
*
|
|
41
42
|
* @summary 隐私协议
|
|
42
43
|
* @param {*} [options] Override http request option.
|
|
43
44
|
* @throws {RequiredError}
|
|
44
45
|
*/
|
|
45
|
-
|
|
46
|
+
privacyGet: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
46
47
|
/**
|
|
47
48
|
*
|
|
48
49
|
* @summary 隐私协议详情
|
|
@@ -50,14 +51,14 @@ export declare const PrivacyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
50
51
|
* @param {*} [options] Override http request option.
|
|
51
52
|
* @throws {RequiredError}
|
|
52
53
|
*/
|
|
53
|
-
|
|
54
|
+
privacyGetById: (id: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
54
55
|
/**
|
|
55
56
|
*
|
|
56
57
|
* @summary 协议管理列表
|
|
57
58
|
* @param {*} [options] Override http request option.
|
|
58
59
|
* @throws {RequiredError}
|
|
59
60
|
*/
|
|
60
|
-
|
|
61
|
+
privacyList: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
61
62
|
/**
|
|
62
63
|
*
|
|
63
64
|
* @summary 更改协议状态
|
|
@@ -65,7 +66,7 @@ export declare const PrivacyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
65
66
|
* @param {*} [options] Override http request option.
|
|
66
67
|
* @throws {RequiredError}
|
|
67
68
|
*/
|
|
68
|
-
|
|
69
|
+
privacyUpdateState: (privacyUpdateStateDto: PrivacyUpdateStateDto, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
69
70
|
};
|
|
70
71
|
/**
|
|
71
72
|
* PrivacyApi - functional programming interface
|
|
@@ -79,7 +80,7 @@ export declare const PrivacyApiFp: (configuration?: Configuration) => {
|
|
|
79
80
|
* @param {*} [options] Override http request option.
|
|
80
81
|
* @throws {RequiredError}
|
|
81
82
|
*/
|
|
82
|
-
|
|
83
|
+
privacyAdd(privacyAddVO: PrivacyAddVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
83
84
|
/**
|
|
84
85
|
*
|
|
85
86
|
* @summary 删除协议
|
|
@@ -87,14 +88,14 @@ export declare const PrivacyApiFp: (configuration?: Configuration) => {
|
|
|
87
88
|
* @param {*} [options] Override http request option.
|
|
88
89
|
* @throws {RequiredError}
|
|
89
90
|
*/
|
|
90
|
-
|
|
91
|
+
privacyDelete(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
91
92
|
/**
|
|
92
93
|
*
|
|
93
94
|
* @summary 隐私协议
|
|
94
95
|
* @param {*} [options] Override http request option.
|
|
95
96
|
* @throws {RequiredError}
|
|
96
97
|
*/
|
|
97
|
-
|
|
98
|
+
privacyGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultString>>;
|
|
98
99
|
/**
|
|
99
100
|
*
|
|
100
101
|
* @summary 隐私协议详情
|
|
@@ -102,14 +103,14 @@ export declare const PrivacyApiFp: (configuration?: Configuration) => {
|
|
|
102
103
|
* @param {*} [options] Override http request option.
|
|
103
104
|
* @throws {RequiredError}
|
|
104
105
|
*/
|
|
105
|
-
|
|
106
|
+
privacyGetById(id: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
106
107
|
/**
|
|
107
108
|
*
|
|
108
109
|
* @summary 协议管理列表
|
|
109
110
|
* @param {*} [options] Override http request option.
|
|
110
111
|
* @throws {RequiredError}
|
|
111
112
|
*/
|
|
112
|
-
|
|
113
|
+
privacyList(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
113
114
|
/**
|
|
114
115
|
*
|
|
115
116
|
* @summary 更改协议状态
|
|
@@ -117,7 +118,7 @@ export declare const PrivacyApiFp: (configuration?: Configuration) => {
|
|
|
117
118
|
* @param {*} [options] Override http request option.
|
|
118
119
|
* @throws {RequiredError}
|
|
119
120
|
*/
|
|
120
|
-
|
|
121
|
+
privacyUpdateState(privacyUpdateStateDto: PrivacyUpdateStateDto, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
121
122
|
};
|
|
122
123
|
/**
|
|
123
124
|
* PrivacyApi - factory interface
|
|
@@ -127,99 +128,99 @@ export declare const PrivacyApiFactory: (configuration?: Configuration, basePath
|
|
|
127
128
|
/**
|
|
128
129
|
*
|
|
129
130
|
* @summary 新增隐私协议
|
|
130
|
-
* @param {
|
|
131
|
+
* @param {PrivacyApiPrivacyAddRequest} requestParameters Request parameters.
|
|
131
132
|
* @param {*} [options] Override http request option.
|
|
132
133
|
* @throws {RequiredError}
|
|
133
134
|
*/
|
|
134
|
-
|
|
135
|
+
privacyAdd(requestParameters: PrivacyApiPrivacyAddRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
135
136
|
/**
|
|
136
137
|
*
|
|
137
138
|
* @summary 删除协议
|
|
138
|
-
* @param {
|
|
139
|
+
* @param {PrivacyApiPrivacyDeleteRequest} requestParameters Request parameters.
|
|
139
140
|
* @param {*} [options] Override http request option.
|
|
140
141
|
* @throws {RequiredError}
|
|
141
142
|
*/
|
|
142
|
-
|
|
143
|
+
privacyDelete(requestParameters: PrivacyApiPrivacyDeleteRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
143
144
|
/**
|
|
144
145
|
*
|
|
145
146
|
* @summary 隐私协议
|
|
146
147
|
* @param {*} [options] Override http request option.
|
|
147
148
|
* @throws {RequiredError}
|
|
148
149
|
*/
|
|
149
|
-
|
|
150
|
+
privacyGet(options?: RawAxiosRequestConfig): AxiosPromise<JsonResultString>;
|
|
150
151
|
/**
|
|
151
152
|
*
|
|
152
153
|
* @summary 隐私协议详情
|
|
153
|
-
* @param {
|
|
154
|
+
* @param {PrivacyApiPrivacyGetByIdRequest} requestParameters Request parameters.
|
|
154
155
|
* @param {*} [options] Override http request option.
|
|
155
156
|
* @throws {RequiredError}
|
|
156
157
|
*/
|
|
157
|
-
|
|
158
|
+
privacyGetById(requestParameters: PrivacyApiPrivacyGetByIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
158
159
|
/**
|
|
159
160
|
*
|
|
160
161
|
* @summary 协议管理列表
|
|
161
162
|
* @param {*} [options] Override http request option.
|
|
162
163
|
* @throws {RequiredError}
|
|
163
164
|
*/
|
|
164
|
-
|
|
165
|
+
privacyList(options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
165
166
|
/**
|
|
166
167
|
*
|
|
167
168
|
* @summary 更改协议状态
|
|
168
|
-
* @param {
|
|
169
|
+
* @param {PrivacyApiPrivacyUpdateStateRequest} requestParameters Request parameters.
|
|
169
170
|
* @param {*} [options] Override http request option.
|
|
170
171
|
* @throws {RequiredError}
|
|
171
172
|
*/
|
|
172
|
-
|
|
173
|
+
privacyUpdateState(requestParameters: PrivacyApiPrivacyUpdateStateRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
173
174
|
};
|
|
174
175
|
/**
|
|
175
|
-
* Request parameters for
|
|
176
|
+
* Request parameters for privacyAdd operation in PrivacyApi.
|
|
176
177
|
* @export
|
|
177
|
-
* @interface
|
|
178
|
+
* @interface PrivacyApiPrivacyAddRequest
|
|
178
179
|
*/
|
|
179
|
-
export interface
|
|
180
|
+
export interface PrivacyApiPrivacyAddRequest {
|
|
180
181
|
/**
|
|
181
182
|
*
|
|
182
183
|
* @type {PrivacyAddVO}
|
|
183
|
-
* @memberof
|
|
184
|
+
* @memberof PrivacyApiPrivacyAdd
|
|
184
185
|
*/
|
|
185
186
|
readonly privacyAddVO: PrivacyAddVO;
|
|
186
187
|
}
|
|
187
188
|
/**
|
|
188
|
-
* Request parameters for
|
|
189
|
+
* Request parameters for privacyDelete operation in PrivacyApi.
|
|
189
190
|
* @export
|
|
190
|
-
* @interface
|
|
191
|
+
* @interface PrivacyApiPrivacyDeleteRequest
|
|
191
192
|
*/
|
|
192
|
-
export interface
|
|
193
|
+
export interface PrivacyApiPrivacyDeleteRequest {
|
|
193
194
|
/**
|
|
194
195
|
*
|
|
195
196
|
* @type {number}
|
|
196
|
-
* @memberof
|
|
197
|
+
* @memberof PrivacyApiPrivacyDelete
|
|
197
198
|
*/
|
|
198
199
|
readonly id: number;
|
|
199
200
|
}
|
|
200
201
|
/**
|
|
201
|
-
* Request parameters for
|
|
202
|
+
* Request parameters for privacyGetById operation in PrivacyApi.
|
|
202
203
|
* @export
|
|
203
|
-
* @interface
|
|
204
|
+
* @interface PrivacyApiPrivacyGetByIdRequest
|
|
204
205
|
*/
|
|
205
|
-
export interface
|
|
206
|
+
export interface PrivacyApiPrivacyGetByIdRequest {
|
|
206
207
|
/**
|
|
207
208
|
*
|
|
208
209
|
* @type {number}
|
|
209
|
-
* @memberof
|
|
210
|
+
* @memberof PrivacyApiPrivacyGetById
|
|
210
211
|
*/
|
|
211
212
|
readonly id: number;
|
|
212
213
|
}
|
|
213
214
|
/**
|
|
214
|
-
* Request parameters for
|
|
215
|
+
* Request parameters for privacyUpdateState operation in PrivacyApi.
|
|
215
216
|
* @export
|
|
216
|
-
* @interface
|
|
217
|
+
* @interface PrivacyApiPrivacyUpdateStateRequest
|
|
217
218
|
*/
|
|
218
|
-
export interface
|
|
219
|
+
export interface PrivacyApiPrivacyUpdateStateRequest {
|
|
219
220
|
/**
|
|
220
221
|
*
|
|
221
222
|
* @type {PrivacyUpdateStateDto}
|
|
222
|
-
* @memberof
|
|
223
|
+
* @memberof PrivacyApiPrivacyUpdateState
|
|
223
224
|
*/
|
|
224
225
|
readonly privacyUpdateStateDto: PrivacyUpdateStateDto;
|
|
225
226
|
}
|
|
@@ -233,21 +234,21 @@ export declare class PrivacyApi extends BaseAPI {
|
|
|
233
234
|
/**
|
|
234
235
|
*
|
|
235
236
|
* @summary 新增隐私协议
|
|
236
|
-
* @param {
|
|
237
|
+
* @param {PrivacyApiPrivacyAddRequest} requestParameters Request parameters.
|
|
237
238
|
* @param {*} [options] Override http request option.
|
|
238
239
|
* @throws {RequiredError}
|
|
239
240
|
* @memberof PrivacyApi
|
|
240
241
|
*/
|
|
241
|
-
|
|
242
|
+
privacyAdd(requestParameters: PrivacyApiPrivacyAddRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
242
243
|
/**
|
|
243
244
|
*
|
|
244
245
|
* @summary 删除协议
|
|
245
|
-
* @param {
|
|
246
|
+
* @param {PrivacyApiPrivacyDeleteRequest} requestParameters Request parameters.
|
|
246
247
|
* @param {*} [options] Override http request option.
|
|
247
248
|
* @throws {RequiredError}
|
|
248
249
|
* @memberof PrivacyApi
|
|
249
250
|
*/
|
|
250
|
-
|
|
251
|
+
privacyDelete(requestParameters: PrivacyApiPrivacyDeleteRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
251
252
|
/**
|
|
252
253
|
*
|
|
253
254
|
* @summary 隐私协议
|
|
@@ -255,16 +256,16 @@ export declare class PrivacyApi extends BaseAPI {
|
|
|
255
256
|
* @throws {RequiredError}
|
|
256
257
|
* @memberof PrivacyApi
|
|
257
258
|
*/
|
|
258
|
-
|
|
259
|
+
privacyGet(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultString, any>>;
|
|
259
260
|
/**
|
|
260
261
|
*
|
|
261
262
|
* @summary 隐私协议详情
|
|
262
|
-
* @param {
|
|
263
|
+
* @param {PrivacyApiPrivacyGetByIdRequest} requestParameters Request parameters.
|
|
263
264
|
* @param {*} [options] Override http request option.
|
|
264
265
|
* @throws {RequiredError}
|
|
265
266
|
* @memberof PrivacyApi
|
|
266
267
|
*/
|
|
267
|
-
|
|
268
|
+
privacyGetById(requestParameters: PrivacyApiPrivacyGetByIdRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
268
269
|
/**
|
|
269
270
|
*
|
|
270
271
|
* @summary 协议管理列表
|
|
@@ -272,14 +273,14 @@ export declare class PrivacyApi extends BaseAPI {
|
|
|
272
273
|
* @throws {RequiredError}
|
|
273
274
|
* @memberof PrivacyApi
|
|
274
275
|
*/
|
|
275
|
-
|
|
276
|
+
privacyList(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
276
277
|
/**
|
|
277
278
|
*
|
|
278
279
|
* @summary 更改协议状态
|
|
279
|
-
* @param {
|
|
280
|
+
* @param {PrivacyApiPrivacyUpdateStateRequest} requestParameters Request parameters.
|
|
280
281
|
* @param {*} [options] Override http request option.
|
|
281
282
|
* @throws {RequiredError}
|
|
282
283
|
* @memberof PrivacyApi
|
|
283
284
|
*/
|
|
284
|
-
|
|
285
|
+
privacyUpdateState(requestParameters: PrivacyApiPrivacyUpdateStateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
285
286
|
}
|
|
@@ -39,9 +39,9 @@ export const PrivacyApiAxiosParamCreator = function (configuration) {
|
|
|
39
39
|
* @param {*} [options] Override http request option.
|
|
40
40
|
* @throws {RequiredError}
|
|
41
41
|
*/
|
|
42
|
-
|
|
42
|
+
privacyAdd: (privacyAddVO_1, ...args_1) => __awaiter(this, [privacyAddVO_1, ...args_1], void 0, function* (privacyAddVO, options = {}) {
|
|
43
43
|
// verify required parameter 'privacyAddVO' is not null or undefined
|
|
44
|
-
assertParamExists('
|
|
44
|
+
assertParamExists('privacyAdd', 'privacyAddVO', privacyAddVO);
|
|
45
45
|
const localVarPath = `/gizone/privacy/adds`;
|
|
46
46
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
47
47
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -72,9 +72,9 @@ export const PrivacyApiAxiosParamCreator = function (configuration) {
|
|
|
72
72
|
* @param {*} [options] Override http request option.
|
|
73
73
|
* @throws {RequiredError}
|
|
74
74
|
*/
|
|
75
|
-
|
|
75
|
+
privacyDelete: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
76
76
|
// verify required parameter 'id' is not null or undefined
|
|
77
|
-
assertParamExists('
|
|
77
|
+
assertParamExists('privacyDelete', 'id', id);
|
|
78
78
|
const localVarPath = `/gizone/privacy/del`;
|
|
79
79
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
80
80
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -105,7 +105,7 @@ export const PrivacyApiAxiosParamCreator = function (configuration) {
|
|
|
105
105
|
* @param {*} [options] Override http request option.
|
|
106
106
|
* @throws {RequiredError}
|
|
107
107
|
*/
|
|
108
|
-
|
|
108
|
+
privacyGet: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
109
109
|
const localVarPath = `/gizone/privacy/detail`;
|
|
110
110
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
111
111
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -134,9 +134,9 @@ export const PrivacyApiAxiosParamCreator = function (configuration) {
|
|
|
134
134
|
* @param {*} [options] Override http request option.
|
|
135
135
|
* @throws {RequiredError}
|
|
136
136
|
*/
|
|
137
|
-
|
|
137
|
+
privacyGetById: (id_1, ...args_1) => __awaiter(this, [id_1, ...args_1], void 0, function* (id, options = {}) {
|
|
138
138
|
// verify required parameter 'id' is not null or undefined
|
|
139
|
-
assertParamExists('
|
|
139
|
+
assertParamExists('privacyGetById', 'id', id);
|
|
140
140
|
const localVarPath = `/gizone/privacy/getById`;
|
|
141
141
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
142
142
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -167,7 +167,7 @@ export const PrivacyApiAxiosParamCreator = function (configuration) {
|
|
|
167
167
|
* @param {*} [options] Override http request option.
|
|
168
168
|
* @throws {RequiredError}
|
|
169
169
|
*/
|
|
170
|
-
|
|
170
|
+
privacyList: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
171
171
|
const localVarPath = `/gizone/privacy/list`;
|
|
172
172
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
173
173
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -196,9 +196,9 @@ export const PrivacyApiAxiosParamCreator = function (configuration) {
|
|
|
196
196
|
* @param {*} [options] Override http request option.
|
|
197
197
|
* @throws {RequiredError}
|
|
198
198
|
*/
|
|
199
|
-
|
|
199
|
+
privacyUpdateState: (privacyUpdateStateDto_1, ...args_1) => __awaiter(this, [privacyUpdateStateDto_1, ...args_1], void 0, function* (privacyUpdateStateDto, options = {}) {
|
|
200
200
|
// verify required parameter 'privacyUpdateStateDto' is not null or undefined
|
|
201
|
-
assertParamExists('
|
|
201
|
+
assertParamExists('privacyUpdateState', 'privacyUpdateStateDto', privacyUpdateStateDto);
|
|
202
202
|
const localVarPath = `/gizone/privacy/update/state`;
|
|
203
203
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
204
204
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -238,12 +238,12 @@ export const PrivacyApiFp = function (configuration) {
|
|
|
238
238
|
* @param {*} [options] Override http request option.
|
|
239
239
|
* @throws {RequiredError}
|
|
240
240
|
*/
|
|
241
|
-
|
|
241
|
+
privacyAdd(privacyAddVO, options) {
|
|
242
242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
243
243
|
var _a, _b, _c;
|
|
244
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
244
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.privacyAdd(privacyAddVO, options);
|
|
245
245
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
246
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PrivacyApi.
|
|
246
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PrivacyApi.privacyAdd']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
247
247
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
248
248
|
});
|
|
249
249
|
},
|
|
@@ -254,12 +254,12 @@ export const PrivacyApiFp = function (configuration) {
|
|
|
254
254
|
* @param {*} [options] Override http request option.
|
|
255
255
|
* @throws {RequiredError}
|
|
256
256
|
*/
|
|
257
|
-
|
|
257
|
+
privacyDelete(id, options) {
|
|
258
258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
259
259
|
var _a, _b, _c;
|
|
260
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
260
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.privacyDelete(id, options);
|
|
261
261
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
262
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PrivacyApi.
|
|
262
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PrivacyApi.privacyDelete']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
263
263
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
264
264
|
});
|
|
265
265
|
},
|
|
@@ -269,12 +269,12 @@ export const PrivacyApiFp = function (configuration) {
|
|
|
269
269
|
* @param {*} [options] Override http request option.
|
|
270
270
|
* @throws {RequiredError}
|
|
271
271
|
*/
|
|
272
|
-
|
|
272
|
+
privacyGet(options) {
|
|
273
273
|
return __awaiter(this, void 0, void 0, function* () {
|
|
274
274
|
var _a, _b, _c;
|
|
275
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
275
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.privacyGet(options);
|
|
276
276
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
277
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PrivacyApi.
|
|
277
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PrivacyApi.privacyGet']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
278
278
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
279
279
|
});
|
|
280
280
|
},
|
|
@@ -285,12 +285,12 @@ export const PrivacyApiFp = function (configuration) {
|
|
|
285
285
|
* @param {*} [options] Override http request option.
|
|
286
286
|
* @throws {RequiredError}
|
|
287
287
|
*/
|
|
288
|
-
|
|
288
|
+
privacyGetById(id, options) {
|
|
289
289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
290
290
|
var _a, _b, _c;
|
|
291
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
291
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.privacyGetById(id, options);
|
|
292
292
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
293
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PrivacyApi.
|
|
293
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PrivacyApi.privacyGetById']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
294
294
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
295
295
|
});
|
|
296
296
|
},
|
|
@@ -300,12 +300,12 @@ export const PrivacyApiFp = function (configuration) {
|
|
|
300
300
|
* @param {*} [options] Override http request option.
|
|
301
301
|
* @throws {RequiredError}
|
|
302
302
|
*/
|
|
303
|
-
|
|
303
|
+
privacyList(options) {
|
|
304
304
|
return __awaiter(this, void 0, void 0, function* () {
|
|
305
305
|
var _a, _b, _c;
|
|
306
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
306
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.privacyList(options);
|
|
307
307
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
308
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PrivacyApi.
|
|
308
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PrivacyApi.privacyList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
309
309
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
310
310
|
});
|
|
311
311
|
},
|
|
@@ -316,12 +316,12 @@ export const PrivacyApiFp = function (configuration) {
|
|
|
316
316
|
* @param {*} [options] Override http request option.
|
|
317
317
|
* @throws {RequiredError}
|
|
318
318
|
*/
|
|
319
|
-
|
|
319
|
+
privacyUpdateState(privacyUpdateStateDto, options) {
|
|
320
320
|
return __awaiter(this, void 0, void 0, function* () {
|
|
321
321
|
var _a, _b, _c;
|
|
322
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.
|
|
322
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.privacyUpdateState(privacyUpdateStateDto, options);
|
|
323
323
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
324
|
-
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PrivacyApi.
|
|
324
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['PrivacyApi.privacyUpdateState']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
325
325
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
326
326
|
});
|
|
327
327
|
},
|
|
@@ -337,22 +337,22 @@ export const PrivacyApiFactory = function (configuration, basePath, axios) {
|
|
|
337
337
|
/**
|
|
338
338
|
*
|
|
339
339
|
* @summary 新增隐私协议
|
|
340
|
-
* @param {
|
|
340
|
+
* @param {PrivacyApiPrivacyAddRequest} requestParameters Request parameters.
|
|
341
341
|
* @param {*} [options] Override http request option.
|
|
342
342
|
* @throws {RequiredError}
|
|
343
343
|
*/
|
|
344
|
-
|
|
345
|
-
return localVarFp.
|
|
344
|
+
privacyAdd(requestParameters, options) {
|
|
345
|
+
return localVarFp.privacyAdd(requestParameters.privacyAddVO, options).then((request) => request(axios, basePath));
|
|
346
346
|
},
|
|
347
347
|
/**
|
|
348
348
|
*
|
|
349
349
|
* @summary 删除协议
|
|
350
|
-
* @param {
|
|
350
|
+
* @param {PrivacyApiPrivacyDeleteRequest} requestParameters Request parameters.
|
|
351
351
|
* @param {*} [options] Override http request option.
|
|
352
352
|
* @throws {RequiredError}
|
|
353
353
|
*/
|
|
354
|
-
|
|
355
|
-
return localVarFp.
|
|
354
|
+
privacyDelete(requestParameters, options) {
|
|
355
|
+
return localVarFp.privacyDelete(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
356
356
|
},
|
|
357
357
|
/**
|
|
358
358
|
*
|
|
@@ -360,18 +360,18 @@ export const PrivacyApiFactory = function (configuration, basePath, axios) {
|
|
|
360
360
|
* @param {*} [options] Override http request option.
|
|
361
361
|
* @throws {RequiredError}
|
|
362
362
|
*/
|
|
363
|
-
|
|
364
|
-
return localVarFp.
|
|
363
|
+
privacyGet(options) {
|
|
364
|
+
return localVarFp.privacyGet(options).then((request) => request(axios, basePath));
|
|
365
365
|
},
|
|
366
366
|
/**
|
|
367
367
|
*
|
|
368
368
|
* @summary 隐私协议详情
|
|
369
|
-
* @param {
|
|
369
|
+
* @param {PrivacyApiPrivacyGetByIdRequest} requestParameters Request parameters.
|
|
370
370
|
* @param {*} [options] Override http request option.
|
|
371
371
|
* @throws {RequiredError}
|
|
372
372
|
*/
|
|
373
|
-
|
|
374
|
-
return localVarFp.
|
|
373
|
+
privacyGetById(requestParameters, options) {
|
|
374
|
+
return localVarFp.privacyGetById(requestParameters.id, options).then((request) => request(axios, basePath));
|
|
375
375
|
},
|
|
376
376
|
/**
|
|
377
377
|
*
|
|
@@ -379,18 +379,18 @@ export const PrivacyApiFactory = function (configuration, basePath, axios) {
|
|
|
379
379
|
* @param {*} [options] Override http request option.
|
|
380
380
|
* @throws {RequiredError}
|
|
381
381
|
*/
|
|
382
|
-
|
|
383
|
-
return localVarFp.
|
|
382
|
+
privacyList(options) {
|
|
383
|
+
return localVarFp.privacyList(options).then((request) => request(axios, basePath));
|
|
384
384
|
},
|
|
385
385
|
/**
|
|
386
386
|
*
|
|
387
387
|
* @summary 更改协议状态
|
|
388
|
-
* @param {
|
|
388
|
+
* @param {PrivacyApiPrivacyUpdateStateRequest} requestParameters Request parameters.
|
|
389
389
|
* @param {*} [options] Override http request option.
|
|
390
390
|
* @throws {RequiredError}
|
|
391
391
|
*/
|
|
392
|
-
|
|
393
|
-
return localVarFp.
|
|
392
|
+
privacyUpdateState(requestParameters, options) {
|
|
393
|
+
return localVarFp.privacyUpdateState(requestParameters.privacyUpdateStateDto, options).then((request) => request(axios, basePath));
|
|
394
394
|
},
|
|
395
395
|
};
|
|
396
396
|
};
|
|
@@ -404,24 +404,24 @@ export class PrivacyApi extends BaseAPI {
|
|
|
404
404
|
/**
|
|
405
405
|
*
|
|
406
406
|
* @summary 新增隐私协议
|
|
407
|
-
* @param {
|
|
407
|
+
* @param {PrivacyApiPrivacyAddRequest} requestParameters Request parameters.
|
|
408
408
|
* @param {*} [options] Override http request option.
|
|
409
409
|
* @throws {RequiredError}
|
|
410
410
|
* @memberof PrivacyApi
|
|
411
411
|
*/
|
|
412
|
-
|
|
413
|
-
return PrivacyApiFp(this.configuration).
|
|
412
|
+
privacyAdd(requestParameters, options) {
|
|
413
|
+
return PrivacyApiFp(this.configuration).privacyAdd(requestParameters.privacyAddVO, options).then((request) => request(this.axios, this.basePath));
|
|
414
414
|
}
|
|
415
415
|
/**
|
|
416
416
|
*
|
|
417
417
|
* @summary 删除协议
|
|
418
|
-
* @param {
|
|
418
|
+
* @param {PrivacyApiPrivacyDeleteRequest} requestParameters Request parameters.
|
|
419
419
|
* @param {*} [options] Override http request option.
|
|
420
420
|
* @throws {RequiredError}
|
|
421
421
|
* @memberof PrivacyApi
|
|
422
422
|
*/
|
|
423
|
-
|
|
424
|
-
return PrivacyApiFp(this.configuration).
|
|
423
|
+
privacyDelete(requestParameters, options) {
|
|
424
|
+
return PrivacyApiFp(this.configuration).privacyDelete(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
425
425
|
}
|
|
426
426
|
/**
|
|
427
427
|
*
|
|
@@ -430,19 +430,19 @@ export class PrivacyApi extends BaseAPI {
|
|
|
430
430
|
* @throws {RequiredError}
|
|
431
431
|
* @memberof PrivacyApi
|
|
432
432
|
*/
|
|
433
|
-
|
|
434
|
-
return PrivacyApiFp(this.configuration).
|
|
433
|
+
privacyGet(options) {
|
|
434
|
+
return PrivacyApiFp(this.configuration).privacyGet(options).then((request) => request(this.axios, this.basePath));
|
|
435
435
|
}
|
|
436
436
|
/**
|
|
437
437
|
*
|
|
438
438
|
* @summary 隐私协议详情
|
|
439
|
-
* @param {
|
|
439
|
+
* @param {PrivacyApiPrivacyGetByIdRequest} requestParameters Request parameters.
|
|
440
440
|
* @param {*} [options] Override http request option.
|
|
441
441
|
* @throws {RequiredError}
|
|
442
442
|
* @memberof PrivacyApi
|
|
443
443
|
*/
|
|
444
|
-
|
|
445
|
-
return PrivacyApiFp(this.configuration).
|
|
444
|
+
privacyGetById(requestParameters, options) {
|
|
445
|
+
return PrivacyApiFp(this.configuration).privacyGetById(requestParameters.id, options).then((request) => request(this.axios, this.basePath));
|
|
446
446
|
}
|
|
447
447
|
/**
|
|
448
448
|
*
|
|
@@ -451,18 +451,18 @@ export class PrivacyApi extends BaseAPI {
|
|
|
451
451
|
* @throws {RequiredError}
|
|
452
452
|
* @memberof PrivacyApi
|
|
453
453
|
*/
|
|
454
|
-
|
|
455
|
-
return PrivacyApiFp(this.configuration).
|
|
454
|
+
privacyList(options) {
|
|
455
|
+
return PrivacyApiFp(this.configuration).privacyList(options).then((request) => request(this.axios, this.basePath));
|
|
456
456
|
}
|
|
457
457
|
/**
|
|
458
458
|
*
|
|
459
459
|
* @summary 更改协议状态
|
|
460
|
-
* @param {
|
|
460
|
+
* @param {PrivacyApiPrivacyUpdateStateRequest} requestParameters Request parameters.
|
|
461
461
|
* @param {*} [options] Override http request option.
|
|
462
462
|
* @throws {RequiredError}
|
|
463
463
|
* @memberof PrivacyApi
|
|
464
464
|
*/
|
|
465
|
-
|
|
466
|
-
return PrivacyApiFp(this.configuration).
|
|
465
|
+
privacyUpdateState(requestParameters, options) {
|
|
466
|
+
return PrivacyApiFp(this.configuration).privacyUpdateState(requestParameters.privacyUpdateStateDto, options).then((request) => request(this.axios, this.basePath));
|
|
467
467
|
}
|
|
468
468
|
}
|