@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.
Files changed (221) hide show
  1. package/.openapi-generator/FILES +13 -18
  2. package/apis/access-api.ts +31 -31
  3. package/apis/app-auth-api.ts +13 -13
  4. package/apis/auth-api.ts +13 -13
  5. package/apis/calendar-api.ts +209 -231
  6. package/apis/common-api.ts +0 -192
  7. package/apis/message-api.ts +223 -201
  8. package/apis/setting-api.ts +243 -596
  9. package/apis/space-api.ts +329 -0
  10. package/apis/work-order-api.ts +214 -347
  11. package/dist/apis/access-api.d.ts +21 -21
  12. package/dist/apis/access-api.js +22 -22
  13. package/dist/apis/app-auth-api.d.ts +6 -6
  14. package/dist/apis/app-auth-api.js +11 -11
  15. package/dist/apis/auth-api.d.ts +6 -6
  16. package/dist/apis/auth-api.js +11 -11
  17. package/dist/apis/calendar-api.d.ts +123 -131
  18. package/dist/apis/calendar-api.js +164 -177
  19. package/dist/apis/common-api.d.ts +0 -102
  20. package/dist/apis/common-api.js +0 -144
  21. package/dist/apis/message-api.d.ts +125 -117
  22. package/dist/apis/message-api.js +171 -132
  23. package/dist/apis/setting-api.d.ts +144 -334
  24. package/dist/apis/setting-api.js +187 -433
  25. package/dist/apis/space-api.d.ts +159 -0
  26. package/dist/apis/space-api.js +272 -0
  27. package/dist/apis/work-order-api.d.ts +123 -197
  28. package/dist/apis/work-order-api.js +164 -245
  29. package/dist/esm/apis/access-api.d.ts +21 -21
  30. package/dist/esm/apis/access-api.js +22 -22
  31. package/dist/esm/apis/app-auth-api.d.ts +6 -6
  32. package/dist/esm/apis/app-auth-api.js +11 -11
  33. package/dist/esm/apis/auth-api.d.ts +6 -6
  34. package/dist/esm/apis/auth-api.js +11 -11
  35. package/dist/esm/apis/calendar-api.d.ts +123 -131
  36. package/dist/esm/apis/calendar-api.js +164 -177
  37. package/dist/esm/apis/common-api.d.ts +0 -102
  38. package/dist/esm/apis/common-api.js +0 -144
  39. package/dist/esm/apis/message-api.d.ts +125 -117
  40. package/dist/esm/apis/message-api.js +171 -132
  41. package/dist/esm/apis/setting-api.d.ts +144 -334
  42. package/dist/esm/apis/setting-api.js +187 -433
  43. package/dist/esm/apis/space-api.d.ts +159 -0
  44. package/dist/esm/apis/space-api.js +272 -0
  45. package/dist/esm/apis/work-order-api.d.ts +123 -197
  46. package/dist/esm/apis/work-order-api.js +164 -245
  47. package/dist/esm/models/{excel-import-result-dtocalendar-export-dto.d.ts → calendar-add-redis-list-vo.d.ts} +21 -9
  48. package/dist/esm/models/file-dto.d.ts +3 -3
  49. package/dist/esm/models/get-user-wx200-response.d.ts +15 -15
  50. package/dist/esm/models/index.d.ts +13 -18
  51. package/dist/esm/models/index.js +13 -18
  52. package/dist/esm/models/inspection-item-bo.d.ts +10 -4
  53. package/dist/esm/models/inspection-point-item.d.ts +6 -18
  54. 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
  55. 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
  56. package/dist/esm/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
  57. package/dist/{models/json-result-park-info-dto.d.ts → esm/models/json-result-sys-user-msg-do.d.ts} +11 -11
  58. package/dist/esm/models/maintenance-history-dto.d.ts +6 -0
  59. package/dist/esm/models/maintenance-history-dto.js +6 -0
  60. package/dist/{models/page-dto-sys-user-msg-dto.d.ts → esm/models/page-dto-sys-user-msg-list-dto.d.ts} +7 -7
  61. package/dist/esm/models/period-detail-resp.d.ts +6 -0
  62. package/dist/esm/models/period-detail-resp.js +6 -0
  63. package/dist/esm/models/plan-add-vo.d.ts +1 -1
  64. package/dist/esm/models/plan-edit-vo.d.ts +1 -1
  65. package/dist/esm/models/plan-item-add-vo.d.ts +1 -1
  66. package/dist/esm/models/plan-item-edit-vo.d.ts +1 -1
  67. package/dist/esm/models/space-edit-before-and-after-dto.d.ts +31 -0
  68. package/dist/esm/models/space-edit-excel-dto.d.ts +78 -0
  69. package/dist/esm/models/sys-dept.d.ts +0 -6
  70. package/dist/esm/models/sys-user-msg-do.d.ts +90 -0
  71. package/dist/{models/sys-user-msg-dto.d.ts → esm/models/sys-user-msg-list-dto.d.ts} +28 -30
  72. package/dist/esm/models/sys-user-msg-search-list-vo.d.ts +54 -0
  73. package/dist/esm/models/sys-user.d.ts +4 -4
  74. package/dist/esm/models/work-order-add-vo.d.ts +4 -23
  75. package/dist/esm/models/{system-user-msg-type-enum.d.ts → work-order-check-before-acceptance-adopt-vo.d.ts} +15 -6
  76. 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
  77. package/dist/esm/models/work-order-detail-dto.d.ts +6 -6
  78. package/dist/esm/models/work-order-detail-dto.js +6 -0
  79. package/dist/esm/models/work-order-inspection-detail-dto.d.ts +13 -1
  80. package/dist/esm/models/work-order-inspection-item-req.d.ts +3 -3
  81. package/dist/esm/models/work-order-search-dto.d.ts +6 -0
  82. package/dist/esm/models/work-order-search-dto.js +6 -0
  83. package/dist/esm/models/work-order-type-enum.d.ts +1 -1
  84. package/dist/esm/models/work-order-type-enum.js +1 -1
  85. package/dist/models/{excel-import-result-dtocalendar-export-dto.d.ts → calendar-add-redis-list-vo.d.ts} +21 -9
  86. package/dist/models/file-dto.d.ts +3 -3
  87. package/dist/models/get-user-wx200-response.d.ts +15 -15
  88. package/dist/models/index.d.ts +13 -18
  89. package/dist/models/index.js +13 -18
  90. package/dist/models/inspection-item-bo.d.ts +10 -4
  91. package/dist/models/inspection-point-item.d.ts +6 -18
  92. 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
  93. package/dist/models/json-result-page-dto-sys-user-msg-list-dto.d.ts +56 -0
  94. package/dist/models/json-result-space-edit-before-and-after-dto.d.ts +56 -0
  95. package/dist/{esm/models/json-result-park-info-dto.d.ts → models/json-result-sys-user-msg-do.d.ts} +11 -11
  96. package/dist/models/maintenance-history-dto.d.ts +6 -0
  97. package/dist/models/maintenance-history-dto.js +6 -0
  98. package/dist/{esm/models/page-dto-sys-user-msg-dto.d.ts → models/page-dto-sys-user-msg-list-dto.d.ts} +7 -7
  99. package/dist/models/period-detail-resp.d.ts +6 -0
  100. package/dist/models/period-detail-resp.js +6 -0
  101. package/dist/models/plan-add-vo.d.ts +1 -1
  102. package/dist/models/plan-edit-vo.d.ts +1 -1
  103. package/dist/models/plan-item-add-vo.d.ts +1 -1
  104. package/dist/models/plan-item-edit-vo.d.ts +1 -1
  105. package/dist/models/space-edit-before-and-after-dto.d.ts +31 -0
  106. package/dist/models/space-edit-excel-dto.d.ts +78 -0
  107. package/dist/models/sys-dept.d.ts +0 -6
  108. package/dist/models/sys-user-msg-do.d.ts +90 -0
  109. package/dist/{esm/models/sys-user-msg-dto.d.ts → models/sys-user-msg-list-dto.d.ts} +28 -30
  110. package/dist/models/sys-user-msg-search-list-vo.d.ts +54 -0
  111. package/dist/models/sys-user.d.ts +4 -4
  112. package/dist/models/work-order-add-vo.d.ts +4 -23
  113. package/dist/{esm/models/system-user-msg-type-enum.js → models/work-order-check-before-acceptance-adopt-vo.d.ts} +15 -7
  114. 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
  115. package/dist/models/work-order-detail-dto.d.ts +6 -6
  116. package/dist/models/work-order-detail-dto.js +6 -0
  117. package/dist/models/work-order-inspection-detail-dto.d.ts +13 -1
  118. package/dist/models/work-order-inspection-item-req.d.ts +3 -3
  119. package/dist/models/work-order-search-dto.d.ts +6 -0
  120. package/dist/models/work-order-search-dto.js +6 -0
  121. package/dist/models/work-order-type-enum.d.ts +1 -1
  122. package/dist/models/work-order-type-enum.js +1 -1
  123. package/models/{excel-import-result-dtocalendar-export-dto.ts → calendar-add-redis-list-vo.ts} +21 -9
  124. package/models/file-dto.ts +3 -3
  125. package/models/get-user-wx200-response.ts +15 -15
  126. package/models/index.ts +13 -18
  127. package/models/inspection-item-bo.ts +10 -4
  128. package/models/inspection-point-item.ts +6 -18
  129. package/models/{json-result-sys-user-msg-dto.ts → json-result-calendar-add-redis-list-vo.ts} +11 -11
  130. package/models/{json-result-page-dto-sys-user-msg-dto.ts → json-result-page-dto-sys-user-msg-list-dto.ts} +11 -11
  131. package/models/{json-result-work-order-dept-settings-entity.ts → json-result-space-edit-before-and-after-dto.ts} +11 -11
  132. package/models/{json-result-park-info-dto.ts → json-result-sys-user-msg-do.ts} +11 -11
  133. package/models/maintenance-history-dto.ts +6 -0
  134. package/models/{page-dto-sys-user-msg-dto.ts → page-dto-sys-user-msg-list-dto.ts} +7 -7
  135. package/models/period-detail-resp.ts +6 -0
  136. package/models/plan-add-vo.ts +1 -1
  137. package/models/plan-edit-vo.ts +1 -1
  138. package/models/plan-item-add-vo.ts +1 -1
  139. package/models/plan-item-edit-vo.ts +1 -1
  140. package/models/space-edit-before-and-after-dto.ts +39 -0
  141. package/models/space-edit-excel-dto.ts +84 -0
  142. package/models/sys-dept.ts +0 -6
  143. package/models/sys-user-msg-do.ts +96 -0
  144. package/models/{sys-user-msg-dto.ts → sys-user-msg-list-dto.ts} +28 -36
  145. package/models/sys-user-msg-search-list-vo.ts +60 -0
  146. package/models/sys-user.ts +4 -4
  147. package/models/work-order-add-vo.ts +4 -25
  148. package/models/{system-user-msg-type-enum.ts → work-order-check-before-acceptance-adopt-vo.ts} +15 -10
  149. package/models/{work-order-dept-settings-add-or-update-vo.ts → work-order-check-before-acceptance-no-vo.ts} +12 -12
  150. package/models/work-order-detail-dto.ts +6 -6
  151. package/models/work-order-inspection-detail-dto.ts +13 -1
  152. package/models/work-order-inspection-item-req.ts +3 -3
  153. package/models/work-order-search-dto.ts +6 -0
  154. package/models/work-order-type-enum.ts +1 -1
  155. package/package.json +1 -1
  156. package/dist/esm/models/dept-relation-dto.d.ts +0 -120
  157. package/dist/esm/models/dept-relation.d.ts +0 -84
  158. package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +0 -56
  159. package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +0 -56
  160. package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +0 -56
  161. package/dist/esm/models/park-info-dto.d.ts +0 -85
  162. package/dist/esm/models/park-info-edit-vo.d.ts +0 -49
  163. package/dist/esm/models/system-user-msg-source-type-enum.d.ts +0 -23
  164. package/dist/esm/models/system-user-msg-source-type-enum.js +0 -24
  165. package/dist/esm/models/work-order-dept-settings-add-or-update-vo.js +0 -14
  166. package/dist/esm/models/work-order-dept-settings-entity.d.ts +0 -67
  167. package/dist/esm/models/work-order-dept-settings-entity.js +0 -14
  168. package/dist/esm/models/work-order-issue-type-enum.d.ts +0 -26
  169. package/dist/esm/models/work-order-issue-type-enum.js +0 -27
  170. package/dist/models/dept-relation-dto.d.ts +0 -120
  171. package/dist/models/dept-relation.d.ts +0 -84
  172. package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +0 -56
  173. package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +0 -56
  174. package/dist/models/json-result-sys-user-msg-dto.d.ts +0 -56
  175. package/dist/models/json-result-work-order-dept-settings-entity.d.ts +0 -56
  176. package/dist/models/park-info-dto.d.ts +0 -85
  177. package/dist/models/park-info-edit-vo.d.ts +0 -49
  178. package/dist/models/system-user-msg-source-type-enum.d.ts +0 -23
  179. package/dist/models/system-user-msg-source-type-enum.js +0 -27
  180. package/dist/models/system-user-msg-type-enum.d.ts +0 -21
  181. package/dist/models/system-user-msg-type-enum.js +0 -25
  182. package/dist/models/work-order-dept-settings-add-or-update-vo.js +0 -15
  183. package/dist/models/work-order-dept-settings-entity.d.ts +0 -67
  184. package/dist/models/work-order-dept-settings-entity.js +0 -15
  185. package/dist/models/work-order-issue-type-enum.d.ts +0 -26
  186. package/dist/models/work-order-issue-type-enum.js +0 -30
  187. package/models/dept-relation-dto.ts +0 -126
  188. package/models/dept-relation.ts +0 -90
  189. package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +0 -66
  190. package/models/json-result-list-work-order-dept-settings-entity.ts +0 -66
  191. package/models/park-info-dto.ts +0 -93
  192. package/models/park-info-edit-vo.ts +0 -57
  193. package/models/system-user-msg-source-type-enum.ts +0 -33
  194. package/models/work-order-dept-settings-entity.ts +0 -77
  195. package/models/work-order-issue-type-enum.ts +0 -36
  196. /package/dist/esm/models/{dept-relation-dto.js → calendar-add-redis-list-vo.js} +0 -0
  197. /package/dist/esm/models/{dept-relation.js → json-result-calendar-add-redis-list-vo.js} +0 -0
  198. /package/dist/esm/models/{excel-import-result-dtocalendar-export-dto.js → json-result-page-dto-sys-user-msg-list-dto.js} +0 -0
  199. /package/dist/esm/models/{json-result-excel-import-result-dtocalendar-export-dto.js → json-result-space-edit-before-and-after-dto.js} +0 -0
  200. /package/dist/esm/models/{json-result-list-work-order-dept-settings-entity.js → json-result-sys-user-msg-do.js} +0 -0
  201. /package/dist/esm/models/{json-result-page-dto-sys-user-msg-dto.js → page-dto-sys-user-msg-list-dto.js} +0 -0
  202. /package/dist/esm/models/{json-result-park-info-dto.js → space-edit-before-and-after-dto.js} +0 -0
  203. /package/dist/esm/models/{json-result-sys-user-msg-dto.js → space-edit-excel-dto.js} +0 -0
  204. /package/dist/esm/models/{json-result-work-order-dept-settings-entity.js → sys-user-msg-do.js} +0 -0
  205. /package/dist/esm/models/{page-dto-sys-user-msg-dto.js → sys-user-msg-list-dto.js} +0 -0
  206. /package/dist/esm/models/{park-info-dto.js → sys-user-msg-search-list-vo.js} +0 -0
  207. /package/dist/esm/models/{park-info-edit-vo.js → work-order-check-before-acceptance-adopt-vo.js} +0 -0
  208. /package/dist/esm/models/{sys-user-msg-dto.js → work-order-check-before-acceptance-no-vo.js} +0 -0
  209. /package/dist/models/{dept-relation-dto.js → calendar-add-redis-list-vo.js} +0 -0
  210. /package/dist/models/{dept-relation.js → json-result-calendar-add-redis-list-vo.js} +0 -0
  211. /package/dist/models/{excel-import-result-dtocalendar-export-dto.js → json-result-page-dto-sys-user-msg-list-dto.js} +0 -0
  212. /package/dist/models/{json-result-excel-import-result-dtocalendar-export-dto.js → json-result-space-edit-before-and-after-dto.js} +0 -0
  213. /package/dist/models/{json-result-list-work-order-dept-settings-entity.js → json-result-sys-user-msg-do.js} +0 -0
  214. /package/dist/models/{json-result-page-dto-sys-user-msg-dto.js → page-dto-sys-user-msg-list-dto.js} +0 -0
  215. /package/dist/models/{json-result-park-info-dto.js → space-edit-before-and-after-dto.js} +0 -0
  216. /package/dist/models/{json-result-sys-user-msg-dto.js → space-edit-excel-dto.js} +0 -0
  217. /package/dist/models/{json-result-work-order-dept-settings-entity.js → sys-user-msg-do.js} +0 -0
  218. /package/dist/models/{page-dto-sys-user-msg-dto.js → sys-user-msg-list-dto.js} +0 -0
  219. /package/dist/models/{park-info-dto.js → sys-user-msg-search-list-vo.js} +0 -0
  220. /package/dist/models/{park-info-edit-vo.js → work-order-check-before-acceptance-adopt-vo.js} +0 -0
  221. /package/dist/models/{sys-user-msg-dto.js → work-order-check-before-acceptance-no-vo.js} +0 -0
@@ -536,7 +536,7 @@ export declare const AccessApiAxiosParamCreator: (configuration?: Configuration)
536
536
  * @param {*} [options] Override http request option.
537
537
  * @throws {RequiredError}
538
538
  */
539
- exportList2: (whiteSearchVo: WhiteSearchVO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
539
+ exportList3: (whiteSearchVo: WhiteSearchVO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
540
540
  /**
541
541
  *
542
542
  * @summary 预约设置详情
@@ -846,7 +846,7 @@ export declare const AccessApiAxiosParamCreator: (configuration?: Configuration)
846
846
  * @param {*} [options] Override http request option.
847
847
  * @throws {RequiredError}
848
848
  */
849
- uploadAdd4: (parkId: number, language?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
849
+ uploadAdd5: (parkId: number, language?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
850
850
  /**
851
851
  *
852
852
  * @summary /导出在园车辆
@@ -1439,7 +1439,7 @@ export declare const AccessApiFp: (configuration?: Configuration) => {
1439
1439
  * @param {*} [options] Override http request option.
1440
1440
  * @throws {RequiredError}
1441
1441
  */
1442
- exportList2(whiteSearchVo: WhiteSearchVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
1442
+ exportList3(whiteSearchVo: WhiteSearchVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
1443
1443
  /**
1444
1444
  *
1445
1445
  * @summary 预约设置详情
@@ -1749,7 +1749,7 @@ export declare const AccessApiFp: (configuration?: Configuration) => {
1749
1749
  * @param {*} [options] Override http request option.
1750
1750
  * @throws {RequiredError}
1751
1751
  */
1752
- uploadAdd4(parkId: number, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1752
+ uploadAdd5(parkId: number, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
1753
1753
  /**
1754
1754
  *
1755
1755
  * @summary /导出在园车辆
@@ -2333,11 +2333,11 @@ export declare const AccessApiFactory: (configuration?: Configuration, basePath?
2333
2333
  /**
2334
2334
  *
2335
2335
  * @summary 导出
2336
- * @param {AccessApiExportList2Request} requestParameters Request parameters.
2336
+ * @param {AccessApiExportList3Request} requestParameters Request parameters.
2337
2337
  * @param {*} [options] Override http request option.
2338
2338
  * @throws {RequiredError}
2339
2339
  */
2340
- exportList2(requestParameters: AccessApiExportList2Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
2340
+ exportList3(requestParameters: AccessApiExportList3Request, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
2341
2341
  /**
2342
2342
  *
2343
2343
  * @summary 预约设置详情
@@ -2623,11 +2623,11 @@ export declare const AccessApiFactory: (configuration?: Configuration, basePath?
2623
2623
  /**
2624
2624
  *
2625
2625
  * @summary /excel模板
2626
- * @param {AccessApiUploadAdd4Request} requestParameters Request parameters.
2626
+ * @param {AccessApiUploadAdd5Request} requestParameters Request parameters.
2627
2627
  * @param {*} [options] Override http request option.
2628
2628
  * @throws {RequiredError}
2629
2629
  */
2630
- uploadAdd4(requestParameters: AccessApiUploadAdd4Request, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2630
+ uploadAdd5(requestParameters: AccessApiUploadAdd5Request, options?: RawAxiosRequestConfig): AxiosPromise<void>;
2631
2631
  /**
2632
2632
  *
2633
2633
  * @summary /导出在园车辆
@@ -3436,15 +3436,15 @@ export interface AccessApiExportListRequest {
3436
3436
  readonly gizoneUserBlackWhiteSearchVO: GizoneUserBlackWhiteSearchVO;
3437
3437
  }
3438
3438
  /**
3439
- * Request parameters for exportList2 operation in AccessApi.
3439
+ * Request parameters for exportList3 operation in AccessApi.
3440
3440
  * @export
3441
- * @interface AccessApiExportList2Request
3441
+ * @interface AccessApiExportList3Request
3442
3442
  */
3443
- export interface AccessApiExportList2Request {
3443
+ export interface AccessApiExportList3Request {
3444
3444
  /**
3445
3445
  *
3446
3446
  * @type {WhiteSearchVO}
3447
- * @memberof AccessApiExportList2
3447
+ * @memberof AccessApiExportList3
3448
3448
  */
3449
3449
  readonly whiteSearchVo: WhiteSearchVO;
3450
3450
  }
@@ -3966,21 +3966,21 @@ export interface AccessApiUpdateEntryTermStatusRequest {
3966
3966
  readonly admissionTermsRecordUpdateEnableBO: AdmissionTermsRecordUpdateEnableBO;
3967
3967
  }
3968
3968
  /**
3969
- * Request parameters for uploadAdd4 operation in AccessApi.
3969
+ * Request parameters for uploadAdd5 operation in AccessApi.
3970
3970
  * @export
3971
- * @interface AccessApiUploadAdd4Request
3971
+ * @interface AccessApiUploadAdd5Request
3972
3972
  */
3973
- export interface AccessApiUploadAdd4Request {
3973
+ export interface AccessApiUploadAdd5Request {
3974
3974
  /**
3975
3975
  *
3976
3976
  * @type {number}
3977
- * @memberof AccessApiUploadAdd4
3977
+ * @memberof AccessApiUploadAdd5
3978
3978
  */
3979
3979
  readonly parkId: number;
3980
3980
  /**
3981
3981
  *
3982
3982
  * @type {string}
3983
- * @memberof AccessApiUploadAdd4
3983
+ * @memberof AccessApiUploadAdd5
3984
3984
  */
3985
3985
  readonly language?: string;
3986
3986
  }
@@ -4710,12 +4710,12 @@ export declare class AccessApi extends BaseAPI {
4710
4710
  /**
4711
4711
  *
4712
4712
  * @summary 导出
4713
- * @param {AccessApiExportList2Request} requestParameters Request parameters.
4713
+ * @param {AccessApiExportList3Request} requestParameters Request parameters.
4714
4714
  * @param {*} [options] Override http request option.
4715
4715
  * @throws {RequiredError}
4716
4716
  * @memberof AccessApi
4717
4717
  */
4718
- exportList2(requestParameters: AccessApiExportList2Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
4718
+ exportList3(requestParameters: AccessApiExportList3Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
4719
4719
  /**
4720
4720
  *
4721
4721
  * @summary 预约设置详情
@@ -5037,12 +5037,12 @@ export declare class AccessApi extends BaseAPI {
5037
5037
  /**
5038
5038
  *
5039
5039
  * @summary /excel模板
5040
- * @param {AccessApiUploadAdd4Request} requestParameters Request parameters.
5040
+ * @param {AccessApiUploadAdd5Request} requestParameters Request parameters.
5041
5041
  * @param {*} [options] Override http request option.
5042
5042
  * @throws {RequiredError}
5043
5043
  * @memberof AccessApi
5044
5044
  */
5045
- uploadAdd4(requestParameters: AccessApiUploadAdd4Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
5045
+ uploadAdd5(requestParameters: AccessApiUploadAdd5Request, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
5046
5046
  /**
5047
5047
  *
5048
5048
  * @summary /导出在园车辆
@@ -1903,9 +1903,9 @@ const AccessApiAxiosParamCreator = function (configuration) {
1903
1903
  * @param {*} [options] Override http request option.
1904
1904
  * @throws {RequiredError}
1905
1905
  */
1906
- exportList2: (whiteSearchVo_1, ...args_1) => __awaiter(this, [whiteSearchVo_1, ...args_1], void 0, function* (whiteSearchVo, options = {}) {
1906
+ exportList3: (whiteSearchVo_1, ...args_1) => __awaiter(this, [whiteSearchVo_1, ...args_1], void 0, function* (whiteSearchVo, options = {}) {
1907
1907
  // verify required parameter 'whiteSearchVo' is not null or undefined
1908
- (0, common_1.assertParamExists)('exportList2', 'whiteSearchVo', whiteSearchVo);
1908
+ (0, common_1.assertParamExists)('exportList3', 'whiteSearchVo', whiteSearchVo);
1909
1909
  const localVarPath = `/access/exportList`;
1910
1910
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
1911
1911
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -3195,9 +3195,9 @@ const AccessApiAxiosParamCreator = function (configuration) {
3195
3195
  * @param {*} [options] Override http request option.
3196
3196
  * @throws {RequiredError}
3197
3197
  */
3198
- uploadAdd4: (parkId_1, language_1, ...args_1) => __awaiter(this, [parkId_1, language_1, ...args_1], void 0, function* (parkId, language, options = {}) {
3198
+ uploadAdd5: (parkId_1, language_1, ...args_1) => __awaiter(this, [parkId_1, language_1, ...args_1], void 0, function* (parkId, language, options = {}) {
3199
3199
  // verify required parameter 'parkId' is not null or undefined
3200
- (0, common_1.assertParamExists)('uploadAdd4', 'parkId', parkId);
3200
+ (0, common_1.assertParamExists)('uploadAdd5', 'parkId', parkId);
3201
3201
  const localVarPath = `/appointment/registration/add/excel`;
3202
3202
  // use dummy base URL string because the URL constructor only accepts absolute URLs.
3203
3203
  const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
@@ -4697,12 +4697,12 @@ const AccessApiFp = function (configuration) {
4697
4697
  * @param {*} [options] Override http request option.
4698
4698
  * @throws {RequiredError}
4699
4699
  */
4700
- exportList2(whiteSearchVo, options) {
4700
+ exportList3(whiteSearchVo, options) {
4701
4701
  return __awaiter(this, void 0, void 0, function* () {
4702
4702
  var _a, _b, _c;
4703
- const localVarAxiosArgs = yield localVarAxiosParamCreator.exportList2(whiteSearchVo, options);
4703
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.exportList3(whiteSearchVo, options);
4704
4704
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
4705
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.exportList2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
4705
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.exportList3']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
4706
4706
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
4707
4707
  });
4708
4708
  },
@@ -5303,12 +5303,12 @@ const AccessApiFp = function (configuration) {
5303
5303
  * @param {*} [options] Override http request option.
5304
5304
  * @throws {RequiredError}
5305
5305
  */
5306
- uploadAdd4(parkId, language, options) {
5306
+ uploadAdd5(parkId, language, options) {
5307
5307
  return __awaiter(this, void 0, void 0, function* () {
5308
5308
  var _a, _b, _c;
5309
- const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadAdd4(parkId, language, options);
5309
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadAdd5(parkId, language, options);
5310
5310
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
5311
- const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.uploadAdd4']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
5311
+ const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.uploadAdd5']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
5312
5312
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
5313
5313
  });
5314
5314
  },
@@ -6139,12 +6139,12 @@ const AccessApiFactory = function (configuration, basePath, axios) {
6139
6139
  /**
6140
6140
  *
6141
6141
  * @summary 导出
6142
- * @param {AccessApiExportList2Request} requestParameters Request parameters.
6142
+ * @param {AccessApiExportList3Request} requestParameters Request parameters.
6143
6143
  * @param {*} [options] Override http request option.
6144
6144
  * @throws {RequiredError}
6145
6145
  */
6146
- exportList2(requestParameters, options) {
6147
- return localVarFp.exportList2(requestParameters.whiteSearchVo, options).then((request) => request(axios, basePath));
6146
+ exportList3(requestParameters, options) {
6147
+ return localVarFp.exportList3(requestParameters.whiteSearchVo, options).then((request) => request(axios, basePath));
6148
6148
  },
6149
6149
  /**
6150
6150
  *
@@ -6503,12 +6503,12 @@ const AccessApiFactory = function (configuration, basePath, axios) {
6503
6503
  /**
6504
6504
  *
6505
6505
  * @summary /excel模板
6506
- * @param {AccessApiUploadAdd4Request} requestParameters Request parameters.
6506
+ * @param {AccessApiUploadAdd5Request} requestParameters Request parameters.
6507
6507
  * @param {*} [options] Override http request option.
6508
6508
  * @throws {RequiredError}
6509
6509
  */
6510
- uploadAdd4(requestParameters, options) {
6511
- return localVarFp.uploadAdd4(requestParameters.parkId, requestParameters.language, options).then((request) => request(axios, basePath));
6510
+ uploadAdd5(requestParameters, options) {
6511
+ return localVarFp.uploadAdd5(requestParameters.parkId, requestParameters.language, options).then((request) => request(axios, basePath));
6512
6512
  },
6513
6513
  /**
6514
6514
  *
@@ -7291,13 +7291,13 @@ class AccessApi extends base_1.BaseAPI {
7291
7291
  /**
7292
7292
  *
7293
7293
  * @summary 导出
7294
- * @param {AccessApiExportList2Request} requestParameters Request parameters.
7294
+ * @param {AccessApiExportList3Request} requestParameters Request parameters.
7295
7295
  * @param {*} [options] Override http request option.
7296
7296
  * @throws {RequiredError}
7297
7297
  * @memberof AccessApi
7298
7298
  */
7299
- exportList2(requestParameters, options) {
7300
- return (0, exports.AccessApiFp)(this.configuration).exportList2(requestParameters.whiteSearchVo, options).then((request) => request(this.axios, this.basePath));
7299
+ exportList3(requestParameters, options) {
7300
+ return (0, exports.AccessApiFp)(this.configuration).exportList3(requestParameters.whiteSearchVo, options).then((request) => request(this.axios, this.basePath));
7301
7301
  }
7302
7302
  /**
7303
7303
  *
@@ -7692,13 +7692,13 @@ class AccessApi extends base_1.BaseAPI {
7692
7692
  /**
7693
7693
  *
7694
7694
  * @summary /excel模板
7695
- * @param {AccessApiUploadAdd4Request} requestParameters Request parameters.
7695
+ * @param {AccessApiUploadAdd5Request} requestParameters Request parameters.
7696
7696
  * @param {*} [options] Override http request option.
7697
7697
  * @throws {RequiredError}
7698
7698
  * @memberof AccessApi
7699
7699
  */
7700
- uploadAdd4(requestParameters, options) {
7701
- return (0, exports.AccessApiFp)(this.configuration).uploadAdd4(requestParameters.parkId, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
7700
+ uploadAdd5(requestParameters, options) {
7701
+ return (0, exports.AccessApiFp)(this.configuration).uploadAdd5(requestParameters.parkId, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
7702
7702
  }
7703
7703
  /**
7704
7704
  *
@@ -116,13 +116,13 @@ export declare const AppAuthApiAxiosParamCreator: (configuration?: Configuration
116
116
  *
117
117
  * @summary 获取园区数据
118
118
  * @param {string} uuid
119
- * @param {string} userType
119
+ * @param {number} type
120
120
  * @param {number} parkId
121
121
  * @param {string} appId
122
122
  * @param {*} [options] Override http request option.
123
123
  * @throws {RequiredError}
124
124
  */
125
- getParkMiniApp: (uuid: string, userType: string, parkId: number, appId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
125
+ getParkMiniApp: (uuid: string, type: number, parkId: number, appId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
126
126
  /**
127
127
  *
128
128
  * @param {*} [options] Override http request option.
@@ -269,13 +269,13 @@ export declare const AppAuthApiFp: (configuration?: Configuration) => {
269
269
  *
270
270
  * @summary 获取园区数据
271
271
  * @param {string} uuid
272
- * @param {string} userType
272
+ * @param {number} type
273
273
  * @param {number} parkId
274
274
  * @param {string} appId
275
275
  * @param {*} [options] Override http request option.
276
276
  * @throws {RequiredError}
277
277
  */
278
- getParkMiniApp(uuid: string, userType: string, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
278
+ getParkMiniApp(uuid: string, type: number, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
279
279
  /**
280
280
  *
281
281
  * @param {*} [options] Override http request option.
@@ -618,10 +618,10 @@ export interface AppAuthApiGetParkMiniAppRequest {
618
618
  readonly uuid: string;
619
619
  /**
620
620
  *
621
- * @type {string}
621
+ * @type {number}
622
622
  * @memberof AppAuthApiGetParkMiniApp
623
623
  */
624
- readonly userType: string;
624
+ readonly type: number;
625
625
  /**
626
626
  *
627
627
  * @type {number}
@@ -395,17 +395,17 @@ const AppAuthApiAxiosParamCreator = function (configuration) {
395
395
  *
396
396
  * @summary 获取园区数据
397
397
  * @param {string} uuid
398
- * @param {string} userType
398
+ * @param {number} type
399
399
  * @param {number} parkId
400
400
  * @param {string} appId
401
401
  * @param {*} [options] Override http request option.
402
402
  * @throws {RequiredError}
403
403
  */
404
- getParkMiniApp: (uuid_1, userType_1, parkId_1, appId_1, ...args_1) => __awaiter(this, [uuid_1, userType_1, parkId_1, appId_1, ...args_1], void 0, function* (uuid, userType, parkId, appId, options = {}) {
404
+ getParkMiniApp: (uuid_1, type_1, parkId_1, appId_1, ...args_1) => __awaiter(this, [uuid_1, type_1, parkId_1, appId_1, ...args_1], void 0, function* (uuid, type, parkId, appId, options = {}) {
405
405
  // verify required parameter 'uuid' is not null or undefined
406
406
  (0, common_1.assertParamExists)('getParkMiniApp', 'uuid', uuid);
407
- // verify required parameter 'userType' is not null or undefined
408
- (0, common_1.assertParamExists)('getParkMiniApp', 'userType', userType);
407
+ // verify required parameter 'type' is not null or undefined
408
+ (0, common_1.assertParamExists)('getParkMiniApp', 'type', type);
409
409
  // verify required parameter 'parkId' is not null or undefined
410
410
  (0, common_1.assertParamExists)('getParkMiniApp', 'parkId', parkId);
411
411
  // verify required parameter 'appId' is not null or undefined
@@ -426,8 +426,8 @@ const AppAuthApiAxiosParamCreator = function (configuration) {
426
426
  if (uuid !== undefined) {
427
427
  localVarQueryParameter['uuid'] = uuid;
428
428
  }
429
- if (userType !== undefined) {
430
- localVarQueryParameter['userType'] = userType;
429
+ if (type !== undefined) {
430
+ localVarQueryParameter['type'] = type;
431
431
  }
432
432
  if (parkId !== undefined) {
433
433
  localVarQueryParameter['parkId'] = parkId;
@@ -852,16 +852,16 @@ const AppAuthApiFp = function (configuration) {
852
852
  *
853
853
  * @summary 获取园区数据
854
854
  * @param {string} uuid
855
- * @param {string} userType
855
+ * @param {number} type
856
856
  * @param {number} parkId
857
857
  * @param {string} appId
858
858
  * @param {*} [options] Override http request option.
859
859
  * @throws {RequiredError}
860
860
  */
861
- getParkMiniApp(uuid, userType, parkId, appId, options) {
861
+ getParkMiniApp(uuid, type, parkId, appId, options) {
862
862
  return __awaiter(this, void 0, void 0, function* () {
863
863
  var _a, _b, _c;
864
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkMiniApp(uuid, userType, parkId, appId, options);
864
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkMiniApp(uuid, type, parkId, appId, options);
865
865
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
866
866
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AppAuthApi.getParkMiniApp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
867
867
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -1097,7 +1097,7 @@ const AppAuthApiFactory = function (configuration, basePath, axios) {
1097
1097
  * @throws {RequiredError}
1098
1098
  */
1099
1099
  getParkMiniApp(requestParameters, options) {
1100
- return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
1100
+ return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
1101
1101
  },
1102
1102
  /**
1103
1103
  *
@@ -1298,7 +1298,7 @@ class AppAuthApi extends base_1.BaseAPI {
1298
1298
  * @memberof AppAuthApi
1299
1299
  */
1300
1300
  getParkMiniApp(requestParameters, options) {
1301
- return (0, exports.AppAuthApiFp)(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
1301
+ return (0, exports.AppAuthApiFp)(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
1302
1302
  }
1303
1303
  /**
1304
1304
  *
@@ -173,13 +173,13 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
173
173
  *
174
174
  * @summary 获取园区数据
175
175
  * @param {string} uuid
176
- * @param {string} userType
176
+ * @param {number} type
177
177
  * @param {number} parkId
178
178
  * @param {string} appId
179
179
  * @param {*} [options] Override http request option.
180
180
  * @throws {RequiredError}
181
181
  */
182
- getParkMiniApp: (uuid: string, userType: string, parkId: number, appId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
182
+ getParkMiniApp: (uuid: string, type: number, parkId: number, appId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
183
183
  /**
184
184
  *
185
185
  * @param {number} parkId
@@ -482,13 +482,13 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
482
482
  *
483
483
  * @summary 获取园区数据
484
484
  * @param {string} uuid
485
- * @param {string} userType
485
+ * @param {number} type
486
486
  * @param {number} parkId
487
487
  * @param {string} appId
488
488
  * @param {*} [options] Override http request option.
489
489
  * @throws {RequiredError}
490
490
  */
491
- getParkMiniApp(uuid: string, userType: string, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
491
+ getParkMiniApp(uuid: string, type: number, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
492
492
  /**
493
493
  *
494
494
  * @param {number} parkId
@@ -1126,10 +1126,10 @@ export interface AuthApiGetParkMiniAppRequest {
1126
1126
  readonly uuid: string;
1127
1127
  /**
1128
1128
  *
1129
- * @type {string}
1129
+ * @type {number}
1130
1130
  * @memberof AuthApiGetParkMiniApp
1131
1131
  */
1132
- readonly userType: string;
1132
+ readonly type: number;
1133
1133
  /**
1134
1134
  *
1135
1135
  * @type {number}
@@ -625,17 +625,17 @@ const AuthApiAxiosParamCreator = function (configuration) {
625
625
  *
626
626
  * @summary 获取园区数据
627
627
  * @param {string} uuid
628
- * @param {string} userType
628
+ * @param {number} type
629
629
  * @param {number} parkId
630
630
  * @param {string} appId
631
631
  * @param {*} [options] Override http request option.
632
632
  * @throws {RequiredError}
633
633
  */
634
- getParkMiniApp: (uuid_1, userType_1, parkId_1, appId_1, ...args_1) => __awaiter(this, [uuid_1, userType_1, parkId_1, appId_1, ...args_1], void 0, function* (uuid, userType, parkId, appId, options = {}) {
634
+ getParkMiniApp: (uuid_1, type_1, parkId_1, appId_1, ...args_1) => __awaiter(this, [uuid_1, type_1, parkId_1, appId_1, ...args_1], void 0, function* (uuid, type, parkId, appId, options = {}) {
635
635
  // verify required parameter 'uuid' is not null or undefined
636
636
  (0, common_1.assertParamExists)('getParkMiniApp', 'uuid', uuid);
637
- // verify required parameter 'userType' is not null or undefined
638
- (0, common_1.assertParamExists)('getParkMiniApp', 'userType', userType);
637
+ // verify required parameter 'type' is not null or undefined
638
+ (0, common_1.assertParamExists)('getParkMiniApp', 'type', type);
639
639
  // verify required parameter 'parkId' is not null or undefined
640
640
  (0, common_1.assertParamExists)('getParkMiniApp', 'parkId', parkId);
641
641
  // verify required parameter 'appId' is not null or undefined
@@ -656,8 +656,8 @@ const AuthApiAxiosParamCreator = function (configuration) {
656
656
  if (uuid !== undefined) {
657
657
  localVarQueryParameter['uuid'] = uuid;
658
658
  }
659
- if (userType !== undefined) {
660
- localVarQueryParameter['userType'] = userType;
659
+ if (type !== undefined) {
660
+ localVarQueryParameter['type'] = type;
661
661
  }
662
662
  if (parkId !== undefined) {
663
663
  localVarQueryParameter['parkId'] = parkId;
@@ -1645,16 +1645,16 @@ const AuthApiFp = function (configuration) {
1645
1645
  *
1646
1646
  * @summary 获取园区数据
1647
1647
  * @param {string} uuid
1648
- * @param {string} userType
1648
+ * @param {number} type
1649
1649
  * @param {number} parkId
1650
1650
  * @param {string} appId
1651
1651
  * @param {*} [options] Override http request option.
1652
1652
  * @throws {RequiredError}
1653
1653
  */
1654
- getParkMiniApp(uuid, userType, parkId, appId, options) {
1654
+ getParkMiniApp(uuid, type, parkId, appId, options) {
1655
1655
  return __awaiter(this, void 0, void 0, function* () {
1656
1656
  var _a, _b, _c;
1657
- const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkMiniApp(uuid, userType, parkId, appId, options);
1657
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkMiniApp(uuid, type, parkId, appId, options);
1658
1658
  const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1659
1659
  const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.getParkMiniApp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1660
1660
  return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
@@ -2169,7 +2169,7 @@ const AuthApiFactory = function (configuration, basePath, axios) {
2169
2169
  * @throws {RequiredError}
2170
2170
  */
2171
2171
  getParkMiniApp(requestParameters, options) {
2172
- return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
2172
+ return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
2173
2173
  },
2174
2174
  /**
2175
2175
  *
@@ -2570,7 +2570,7 @@ class AuthApi extends base_1.BaseAPI {
2570
2570
  * @memberof AuthApi
2571
2571
  */
2572
2572
  getParkMiniApp(requestParameters, options) {
2573
- return (0, exports.AuthApiFp)(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
2573
+ return (0, exports.AuthApiFp)(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.type, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
2574
2574
  }
2575
2575
  /**
2576
2576
  *