@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
@@ -32,8 +32,6 @@ import type { JsonResultListSysDept } from '../models';
32
32
  // @ts-ignore
33
33
  import type { JsonResultListSysDeptDropDownBoxListDTO } from '../models';
34
34
  // @ts-ignore
35
- import type { JsonResultParkInfoDTO } from '../models';
36
- // @ts-ignore
37
35
  import type { JsonResultParkSettingsDetailsDTO } from '../models';
38
36
  // @ts-ignore
39
37
  import type { JsonResultString } from '../models';
@@ -42,8 +40,6 @@ import type { JsonResultSysDept } from '../models';
42
40
  // @ts-ignore
43
41
  import type { JsonResultVoid } from '../models';
44
42
  // @ts-ignore
45
- import type { ParkInfoEditVO } from '../models';
46
- // @ts-ignore
47
43
  import type { ParkSettingsVO } from '../models';
48
44
  // @ts-ignore
49
45
  import type { SysDept } from '../models';
@@ -494,50 +490,6 @@ export const CommonApiAxiosParamCreator = function (configuration?: Configuratio
494
490
  options: localVarRequestOptions,
495
491
  };
496
492
  },
497
- /**
498
- *
499
- * @summary 编辑园区信息
500
- * @param {number} parkId
501
- * @param {ParkInfoEditVO} parkInfoEditVO
502
- * @param {*} [options] Override http request option.
503
- * @throws {RequiredError}
504
- */
505
- editParkInfo: async (parkId: number, parkInfoEditVO: ParkInfoEditVO, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
506
- // verify required parameter 'parkId' is not null or undefined
507
- assertParamExists('editParkInfo', 'parkId', parkId)
508
- // verify required parameter 'parkInfoEditVO' is not null or undefined
509
- assertParamExists('editParkInfo', 'parkInfoEditVO', parkInfoEditVO)
510
- const localVarPath = `/system/dept/parkInfo/{parkId}`
511
- .replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
512
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
513
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
514
- let baseOptions;
515
- if (configuration) {
516
- baseOptions = configuration.baseOptions;
517
- }
518
-
519
- const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
520
- const localVarHeaderParameter = {} as any;
521
- const localVarQueryParameter = {} as any;
522
-
523
- // authentication tokenScheme required
524
- // http bearer authentication required
525
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
526
-
527
-
528
-
529
- localVarHeaderParameter['Content-Type'] = 'application/json';
530
-
531
- setSearchParams(localVarUrlObj, localVarQueryParameter);
532
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
533
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
534
- localVarRequestOptions.data = serializeDataIfNeeded(parkInfoEditVO, localVarRequestOptions, configuration)
535
-
536
- return {
537
- url: toPathString(localVarUrlObj),
538
- options: localVarRequestOptions,
539
- };
540
- },
541
493
  /**
542
494
  *
543
495
  * @param {SysPost} post
@@ -802,44 +754,6 @@ export const CommonApiAxiosParamCreator = function (configuration?: Configuratio
802
754
 
803
755
 
804
756
 
805
- setSearchParams(localVarUrlObj, localVarQueryParameter);
806
- let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
807
- localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
808
-
809
- return {
810
- url: toPathString(localVarUrlObj),
811
- options: localVarRequestOptions,
812
- };
813
- },
814
- /**
815
- *
816
- * @summary 获取园区基本信息
817
- * @param {number} parkId
818
- * @param {*} [options] Override http request option.
819
- * @throws {RequiredError}
820
- */
821
- getParkInfo: async (parkId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
822
- // verify required parameter 'parkId' is not null or undefined
823
- assertParamExists('getParkInfo', 'parkId', parkId)
824
- const localVarPath = `/system/dept/parkInfo/{parkId}`
825
- .replace(`{${"parkId"}}`, encodeURIComponent(String(parkId)));
826
- // use dummy base URL string because the URL constructor only accepts absolute URLs.
827
- const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
828
- let baseOptions;
829
- if (configuration) {
830
- baseOptions = configuration.baseOptions;
831
- }
832
-
833
- const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
834
- const localVarHeaderParameter = {} as any;
835
- const localVarQueryParameter = {} as any;
836
-
837
- // authentication tokenScheme required
838
- // http bearer authentication required
839
- await setBearerAuthToObject(localVarHeaderParameter, configuration)
840
-
841
-
842
-
843
757
  setSearchParams(localVarUrlObj, localVarQueryParameter);
844
758
  let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
845
759
  localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
@@ -1968,20 +1882,6 @@ export const CommonApiFp = function(configuration?: Configuration) {
1968
1882
  const localVarOperationServerBasePath = operationServerMap['CommonApi.demo']?.[localVarOperationServerIndex]?.url;
1969
1883
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1970
1884
  },
1971
- /**
1972
- *
1973
- * @summary 编辑园区信息
1974
- * @param {number} parkId
1975
- * @param {ParkInfoEditVO} parkInfoEditVO
1976
- * @param {*} [options] Override http request option.
1977
- * @throws {RequiredError}
1978
- */
1979
- async editParkInfo(parkId: number, parkInfoEditVO: ParkInfoEditVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultVoid>> {
1980
- const localVarAxiosArgs = await localVarAxiosParamCreator.editParkInfo(parkId, parkInfoEditVO, options);
1981
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
1982
- const localVarOperationServerBasePath = operationServerMap['CommonApi.editParkInfo']?.[localVarOperationServerIndex]?.url;
1983
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1984
- },
1985
1885
  /**
1986
1886
  *
1987
1887
  * @param {SysPost} post
@@ -2066,19 +1966,6 @@ export const CommonApiFp = function(configuration?: Configuration) {
2066
1966
  const localVarOperationServerBasePath = operationServerMap['CommonApi.getMenu']?.[localVarOperationServerIndex]?.url;
2067
1967
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2068
1968
  },
2069
- /**
2070
- *
2071
- * @summary 获取园区基本信息
2072
- * @param {number} parkId
2073
- * @param {*} [options] Override http request option.
2074
- * @throws {RequiredError}
2075
- */
2076
- async getParkInfo(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultParkInfoDTO>> {
2077
- const localVarAxiosArgs = await localVarAxiosParamCreator.getParkInfo(parkId, options);
2078
- const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
2079
- const localVarOperationServerBasePath = operationServerMap['CommonApi.getParkInfo']?.[localVarOperationServerIndex]?.url;
2080
- return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
2081
- },
2082
1969
  /**
2083
1970
  *
2084
1971
  * @summary 查看园区设置详情
@@ -2492,16 +2379,6 @@ export const CommonApiFactory = function (configuration?: Configuration, basePat
2492
2379
  demo(options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
2493
2380
  return localVarFp.demo(options).then((request) => request(axios, basePath));
2494
2381
  },
2495
- /**
2496
- *
2497
- * @summary 编辑园区信息
2498
- * @param {CommonApiEditParkInfoRequest} requestParameters Request parameters.
2499
- * @param {*} [options] Override http request option.
2500
- * @throws {RequiredError}
2501
- */
2502
- editParkInfo(requestParameters: CommonApiEditParkInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultVoid> {
2503
- return localVarFp.editParkInfo(requestParameters.parkId, requestParameters.parkInfoEditVO, options).then((request) => request(axios, basePath));
2504
- },
2505
2382
  /**
2506
2383
  *
2507
2384
  * @param {CommonApiExportJobPositionsRequest} requestParameters Request parameters.
@@ -2564,16 +2441,6 @@ export const CommonApiFactory = function (configuration?: Configuration, basePat
2564
2441
  getMenu(requestParameters: CommonApiGetMenuRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
2565
2442
  return localVarFp.getMenu(requestParameters.menuId, options).then((request) => request(axios, basePath));
2566
2443
  },
2567
- /**
2568
- *
2569
- * @summary 获取园区基本信息
2570
- * @param {CommonApiGetParkInfoRequest} requestParameters Request parameters.
2571
- * @param {*} [options] Override http request option.
2572
- * @throws {RequiredError}
2573
- */
2574
- getParkInfo(requestParameters: CommonApiGetParkInfoRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultParkInfoDTO> {
2575
- return localVarFp.getParkInfo(requestParameters.parkId, options).then((request) => request(axios, basePath));
2576
- },
2577
2444
  /**
2578
2445
  *
2579
2446
  * @summary 查看园区设置详情
@@ -2942,27 +2809,6 @@ export interface CommonApiDeleteMenuRequest {
2942
2809
  readonly menuId: number
2943
2810
  }
2944
2811
 
2945
- /**
2946
- * Request parameters for editParkInfo operation in CommonApi.
2947
- * @export
2948
- * @interface CommonApiEditParkInfoRequest
2949
- */
2950
- export interface CommonApiEditParkInfoRequest {
2951
- /**
2952
- *
2953
- * @type {number}
2954
- * @memberof CommonApiEditParkInfo
2955
- */
2956
- readonly parkId: number
2957
-
2958
- /**
2959
- *
2960
- * @type {ParkInfoEditVO}
2961
- * @memberof CommonApiEditParkInfo
2962
- */
2963
- readonly parkInfoEditVO: ParkInfoEditVO
2964
- }
2965
-
2966
2812
  /**
2967
2813
  * Request parameters for exportJobPositions operation in CommonApi.
2968
2814
  * @export
@@ -3054,20 +2900,6 @@ export interface CommonApiGetMenuRequest {
3054
2900
  readonly menuId: number
3055
2901
  }
3056
2902
 
3057
- /**
3058
- * Request parameters for getParkInfo operation in CommonApi.
3059
- * @export
3060
- * @interface CommonApiGetParkInfoRequest
3061
- */
3062
- export interface CommonApiGetParkInfoRequest {
3063
- /**
3064
- *
3065
- * @type {number}
3066
- * @memberof CommonApiGetParkInfo
3067
- */
3068
- readonly parkId: number
3069
- }
3070
-
3071
2903
  /**
3072
2904
  * Request parameters for getParkSetting operation in CommonApi.
3073
2905
  * @export
@@ -3537,18 +3369,6 @@ export class CommonApi extends BaseAPI {
3537
3369
  return CommonApiFp(this.configuration).demo(options).then((request) => request(this.axios, this.basePath));
3538
3370
  }
3539
3371
 
3540
- /**
3541
- *
3542
- * @summary 编辑园区信息
3543
- * @param {CommonApiEditParkInfoRequest} requestParameters Request parameters.
3544
- * @param {*} [options] Override http request option.
3545
- * @throws {RequiredError}
3546
- * @memberof CommonApi
3547
- */
3548
- public editParkInfo(requestParameters: CommonApiEditParkInfoRequest, options?: RawAxiosRequestConfig) {
3549
- return CommonApiFp(this.configuration).editParkInfo(requestParameters.parkId, requestParameters.parkInfoEditVO, options).then((request) => request(this.axios, this.basePath));
3550
- }
3551
-
3552
3372
  /**
3553
3373
  *
3554
3374
  * @param {CommonApiExportJobPositionsRequest} requestParameters Request parameters.
@@ -3625,18 +3445,6 @@ export class CommonApi extends BaseAPI {
3625
3445
  return CommonApiFp(this.configuration).getMenu(requestParameters.menuId, options).then((request) => request(this.axios, this.basePath));
3626
3446
  }
3627
3447
 
3628
- /**
3629
- *
3630
- * @summary 获取园区基本信息
3631
- * @param {CommonApiGetParkInfoRequest} requestParameters Request parameters.
3632
- * @param {*} [options] Override http request option.
3633
- * @throws {RequiredError}
3634
- * @memberof CommonApi
3635
- */
3636
- public getParkInfo(requestParameters: CommonApiGetParkInfoRequest, options?: RawAxiosRequestConfig) {
3637
- return CommonApiFp(this.configuration).getParkInfo(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
3638
- }
3639
-
3640
3448
  /**
3641
3449
  *
3642
3450
  * @summary 查看园区设置详情