@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
@@ -19,6 +19,7 @@ import type { JsonResultListSpacePointDTO } from '../models';
19
19
  import type { JsonResultListSpaceQrCodeDTO } from '../models';
20
20
  import type { JsonResultListSpaceUrlDTO } from '../models';
21
21
  import type { JsonResultSpaceAddRedisListDTO } from '../models';
22
+ import type { JsonResultSpaceEditBeforeAndAfterDTO } from '../models';
22
23
  import type { JsonResultSpaceImageDetailDTO } from '../models';
23
24
  import type { SpaceAddPlanVo } from '../models';
24
25
  import type { SpaceAddPointVO } from '../models';
@@ -96,6 +97,14 @@ export declare const SpaceApiAxiosParamCreator: (configuration?: Configuration)
96
97
  * @throws {RequiredError}
97
98
  */
98
99
  spaceEdit: (spaceEditVO: SpaceEditVO, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
100
+ /**
101
+ *
102
+ * @summary 查询修改前后数据
103
+ * @param {number} parkId
104
+ * @param {*} [options] Override http request option.
105
+ * @throws {RequiredError}
106
+ */
107
+ spaceEditBeforeAndAfter: (parkId: number, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
99
108
  /**
100
109
  *
101
110
  * @summary /导出修改Excel模板
@@ -106,6 +115,29 @@ export declare const SpaceApiAxiosParamCreator: (configuration?: Configuration)
106
115
  * @throws {RequiredError}
107
116
  */
108
117
  spaceEditExportTemplate: (parkId: number, spaceIds?: Array<number>, language?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
118
+ /**
119
+ *
120
+ * @summary /修改excel入数据库
121
+ * @param {*} [options] Override http request option.
122
+ * @throws {RequiredError}
123
+ */
124
+ spaceEditImportConfirm: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
125
+ /**
126
+ *
127
+ * @summary 修改---结果确认
128
+ * @param {*} [options] Override http request option.
129
+ * @throws {RequiredError}
130
+ */
131
+ spaceEditImportPreview: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
132
+ /**
133
+ *
134
+ * @summary 修改---上传文件
135
+ * @param {string} [language]
136
+ * @param {File} [file]
137
+ * @param {*} [options] Override http request option.
138
+ * @throws {RequiredError}
139
+ */
140
+ spaceEditImportUpload: (language?: string, file?: File, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
109
141
  /**
110
142
  *
111
143
  * @summary 编辑平面图
@@ -272,6 +304,14 @@ export declare const SpaceApiFp: (configuration?: Configuration) => {
272
304
  * @throws {RequiredError}
273
305
  */
274
306
  spaceEdit(spaceEditVO: SpaceEditVO, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
307
+ /**
308
+ *
309
+ * @summary 查询修改前后数据
310
+ * @param {number} parkId
311
+ * @param {*} [options] Override http request option.
312
+ * @throws {RequiredError}
313
+ */
314
+ spaceEditBeforeAndAfter(parkId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultSpaceEditBeforeAndAfterDTO>>;
275
315
  /**
276
316
  *
277
317
  * @summary /导出修改Excel模板
@@ -282,6 +322,29 @@ export declare const SpaceApiFp: (configuration?: Configuration) => {
282
322
  * @throws {RequiredError}
283
323
  */
284
324
  spaceEditExportTemplate(parkId: number, spaceIds?: Array<number>, language?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
325
+ /**
326
+ *
327
+ * @summary /修改excel入数据库
328
+ * @param {*} [options] Override http request option.
329
+ * @throws {RequiredError}
330
+ */
331
+ spaceEditImportConfirm(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
332
+ /**
333
+ *
334
+ * @summary 修改---结果确认
335
+ * @param {*} [options] Override http request option.
336
+ * @throws {RequiredError}
337
+ */
338
+ spaceEditImportPreview(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
339
+ /**
340
+ *
341
+ * @summary 修改---上传文件
342
+ * @param {string} [language]
343
+ * @param {File} [file]
344
+ * @param {*} [options] Override http request option.
345
+ * @throws {RequiredError}
346
+ */
347
+ spaceEditImportUpload(language?: string, file?: File, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
285
348
  /**
286
349
  *
287
350
  * @summary 编辑平面图
@@ -447,6 +510,14 @@ export declare const SpaceApiFactory: (configuration?: Configuration, basePath?:
447
510
  * @throws {RequiredError}
448
511
  */
449
512
  spaceEdit(requestParameters: SpaceApiSpaceEditRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
513
+ /**
514
+ *
515
+ * @summary 查询修改前后数据
516
+ * @param {SpaceApiSpaceEditBeforeAndAfterRequest} requestParameters Request parameters.
517
+ * @param {*} [options] Override http request option.
518
+ * @throws {RequiredError}
519
+ */
520
+ spaceEditBeforeAndAfter(requestParameters: SpaceApiSpaceEditBeforeAndAfterRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultSpaceEditBeforeAndAfterDTO>;
450
521
  /**
451
522
  *
452
523
  * @summary /导出修改Excel模板
@@ -455,6 +526,28 @@ export declare const SpaceApiFactory: (configuration?: Configuration, basePath?:
455
526
  * @throws {RequiredError}
456
527
  */
457
528
  spaceEditExportTemplate(requestParameters: SpaceApiSpaceEditExportTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
529
+ /**
530
+ *
531
+ * @summary /修改excel入数据库
532
+ * @param {*} [options] Override http request option.
533
+ * @throws {RequiredError}
534
+ */
535
+ spaceEditImportConfirm(options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
536
+ /**
537
+ *
538
+ * @summary 修改---结果确认
539
+ * @param {*} [options] Override http request option.
540
+ * @throws {RequiredError}
541
+ */
542
+ spaceEditImportPreview(options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
543
+ /**
544
+ *
545
+ * @summary 修改---上传文件
546
+ * @param {SpaceApiSpaceEditImportUploadRequest} requestParameters Request parameters.
547
+ * @param {*} [options] Override http request option.
548
+ * @throws {RequiredError}
549
+ */
550
+ spaceEditImportUpload(requestParameters?: SpaceApiSpaceEditImportUploadRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
458
551
  /**
459
552
  *
460
553
  * @summary 编辑平面图
@@ -649,6 +742,19 @@ export interface SpaceApiSpaceEditRequest {
649
742
  */
650
743
  readonly spaceEditVO: SpaceEditVO;
651
744
  }
745
+ /**
746
+ * Request parameters for spaceEditBeforeAndAfter operation in SpaceApi.
747
+ * @export
748
+ * @interface SpaceApiSpaceEditBeforeAndAfterRequest
749
+ */
750
+ export interface SpaceApiSpaceEditBeforeAndAfterRequest {
751
+ /**
752
+ *
753
+ * @type {number}
754
+ * @memberof SpaceApiSpaceEditBeforeAndAfter
755
+ */
756
+ readonly parkId: number;
757
+ }
652
758
  /**
653
759
  * Request parameters for spaceEditExportTemplate operation in SpaceApi.
654
760
  * @export
@@ -674,6 +780,25 @@ export interface SpaceApiSpaceEditExportTemplateRequest {
674
780
  */
675
781
  readonly language?: string;
676
782
  }
783
+ /**
784
+ * Request parameters for spaceEditImportUpload operation in SpaceApi.
785
+ * @export
786
+ * @interface SpaceApiSpaceEditImportUploadRequest
787
+ */
788
+ export interface SpaceApiSpaceEditImportUploadRequest {
789
+ /**
790
+ *
791
+ * @type {string}
792
+ * @memberof SpaceApiSpaceEditImportUpload
793
+ */
794
+ readonly language?: string;
795
+ /**
796
+ *
797
+ * @type {File}
798
+ * @memberof SpaceApiSpaceEditImportUpload
799
+ */
800
+ readonly file?: File;
801
+ }
677
802
  /**
678
803
  * Request parameters for spaceEditSpacePlanUrl operation in SpaceApi.
679
804
  * @export
@@ -908,6 +1033,15 @@ export declare class SpaceApi extends BaseAPI {
908
1033
  * @memberof SpaceApi
909
1034
  */
910
1035
  spaceEdit(requestParameters: SpaceApiSpaceEditRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
1036
+ /**
1037
+ *
1038
+ * @summary 查询修改前后数据
1039
+ * @param {SpaceApiSpaceEditBeforeAndAfterRequest} requestParameters Request parameters.
1040
+ * @param {*} [options] Override http request option.
1041
+ * @throws {RequiredError}
1042
+ * @memberof SpaceApi
1043
+ */
1044
+ spaceEditBeforeAndAfter(requestParameters: SpaceApiSpaceEditBeforeAndAfterRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultSpaceEditBeforeAndAfterDTO, any>>;
911
1045
  /**
912
1046
  *
913
1047
  * @summary /导出修改Excel模板
@@ -917,6 +1051,31 @@ export declare class SpaceApi extends BaseAPI {
917
1051
  * @memberof SpaceApi
918
1052
  */
919
1053
  spaceEditExportTemplate(requestParameters: SpaceApiSpaceEditExportTemplateRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
1054
+ /**
1055
+ *
1056
+ * @summary /修改excel入数据库
1057
+ * @param {*} [options] Override http request option.
1058
+ * @throws {RequiredError}
1059
+ * @memberof SpaceApi
1060
+ */
1061
+ spaceEditImportConfirm(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
1062
+ /**
1063
+ *
1064
+ * @summary 修改---结果确认
1065
+ * @param {*} [options] Override http request option.
1066
+ * @throws {RequiredError}
1067
+ * @memberof SpaceApi
1068
+ */
1069
+ spaceEditImportPreview(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
1070
+ /**
1071
+ *
1072
+ * @summary 修改---上传文件
1073
+ * @param {SpaceApiSpaceEditImportUploadRequest} requestParameters Request parameters.
1074
+ * @param {*} [options] Override http request option.
1075
+ * @throws {RequiredError}
1076
+ * @memberof SpaceApi
1077
+ */
1078
+ spaceEditImportUpload(requestParameters?: SpaceApiSpaceEditImportUploadRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
920
1079
  /**
921
1080
  *
922
1081
  * @summary 编辑平面图
@@ -301,6 +301,40 @@ export const SpaceApiAxiosParamCreator = function (configuration) {
301
301
  options: localVarRequestOptions,
302
302
  };
303
303
  }),
304
+ /**
305
+ *
306
+ * @summary 查询修改前后数据
307
+ * @param {number} parkId
308
+ * @param {*} [options] Override http request option.
309
+ * @throws {RequiredError}
310
+ */
311
+ spaceEditBeforeAndAfter: (parkId_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
312
+ // verify required parameter 'parkId' is not null or undefined
313
+ assertParamExists('spaceEditBeforeAndAfter', 'parkId', parkId);
314
+ const localVarPath = `/gizone/space/get-edit-before-and-after`;
315
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
316
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
317
+ let baseOptions;
318
+ if (configuration) {
319
+ baseOptions = configuration.baseOptions;
320
+ }
321
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
322
+ const localVarHeaderParameter = {};
323
+ const localVarQueryParameter = {};
324
+ // authentication tokenScheme required
325
+ // http bearer authentication required
326
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
327
+ if (parkId !== undefined) {
328
+ localVarQueryParameter['parkId'] = parkId;
329
+ }
330
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
331
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
332
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
333
+ return {
334
+ url: toPathString(localVarUrlObj),
335
+ options: localVarRequestOptions,
336
+ };
337
+ }),
304
338
  /**
305
339
  *
306
340
  * @summary /导出修改Excel模板
@@ -343,6 +377,101 @@ export const SpaceApiAxiosParamCreator = function (configuration) {
343
377
  options: localVarRequestOptions,
344
378
  };
345
379
  }),
380
+ /**
381
+ *
382
+ * @summary /修改excel入数据库
383
+ * @param {*} [options] Override http request option.
384
+ * @throws {RequiredError}
385
+ */
386
+ spaceEditImportConfirm: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
387
+ const localVarPath = `/gizone/space/editImport`;
388
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
389
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
390
+ let baseOptions;
391
+ if (configuration) {
392
+ baseOptions = configuration.baseOptions;
393
+ }
394
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
395
+ const localVarHeaderParameter = {};
396
+ const localVarQueryParameter = {};
397
+ // authentication tokenScheme required
398
+ // http bearer authentication required
399
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
400
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
401
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
402
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
403
+ return {
404
+ url: toPathString(localVarUrlObj),
405
+ options: localVarRequestOptions,
406
+ };
407
+ }),
408
+ /**
409
+ *
410
+ * @summary 修改---结果确认
411
+ * @param {*} [options] Override http request option.
412
+ * @throws {RequiredError}
413
+ */
414
+ spaceEditImportPreview: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
415
+ const localVarPath = `/gizone/space/editRedisList`;
416
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
417
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
418
+ let baseOptions;
419
+ if (configuration) {
420
+ baseOptions = configuration.baseOptions;
421
+ }
422
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
423
+ const localVarHeaderParameter = {};
424
+ const localVarQueryParameter = {};
425
+ // authentication tokenScheme required
426
+ // http bearer authentication required
427
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
428
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
429
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
430
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
431
+ return {
432
+ url: toPathString(localVarUrlObj),
433
+ options: localVarRequestOptions,
434
+ };
435
+ }),
436
+ /**
437
+ *
438
+ * @summary 修改---上传文件
439
+ * @param {string} [language]
440
+ * @param {File} [file]
441
+ * @param {*} [options] Override http request option.
442
+ * @throws {RequiredError}
443
+ */
444
+ spaceEditImportUpload: (language_1, file_1, ...args_1) => __awaiter(this, [language_1, file_1, ...args_1], void 0, function* (language, file, options = {}) {
445
+ const localVarPath = `/gizone/space/editSpaceFileToRedis`;
446
+ // use dummy base URL string because the URL constructor only accepts absolute URLs.
447
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
448
+ let baseOptions;
449
+ if (configuration) {
450
+ baseOptions = configuration.baseOptions;
451
+ }
452
+ const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
453
+ const localVarHeaderParameter = {};
454
+ const localVarQueryParameter = {};
455
+ const localVarFormParams = new ((configuration && configuration.formDataCtor) || FormData)();
456
+ // authentication tokenScheme required
457
+ // http bearer authentication required
458
+ yield setBearerAuthToObject(localVarHeaderParameter, configuration);
459
+ if (language !== undefined) {
460
+ localVarQueryParameter['language'] = language;
461
+ }
462
+ if (file !== undefined) {
463
+ localVarFormParams.append('file', file);
464
+ }
465
+ localVarHeaderParameter['Content-Type'] = 'multipart/form-data';
466
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
467
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
468
+ localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
469
+ localVarRequestOptions.data = localVarFormParams;
470
+ return {
471
+ url: toPathString(localVarUrlObj),
472
+ options: localVarRequestOptions,
473
+ };
474
+ }),
346
475
  /**
347
476
  *
348
477
  * @summary 编辑平面图
@@ -876,6 +1005,22 @@ export const SpaceApiFp = function (configuration) {
876
1005
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
877
1006
  });
878
1007
  },
1008
+ /**
1009
+ *
1010
+ * @summary 查询修改前后数据
1011
+ * @param {number} parkId
1012
+ * @param {*} [options] Override http request option.
1013
+ * @throws {RequiredError}
1014
+ */
1015
+ spaceEditBeforeAndAfter(parkId, options) {
1016
+ return __awaiter(this, void 0, void 0, function* () {
1017
+ var _a, _b, _c;
1018
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.spaceEditBeforeAndAfter(parkId, options);
1019
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1020
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SpaceApi.spaceEditBeforeAndAfter']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1021
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1022
+ });
1023
+ },
879
1024
  /**
880
1025
  *
881
1026
  * @summary /导出修改Excel模板
@@ -894,6 +1039,53 @@ export const SpaceApiFp = function (configuration) {
894
1039
  return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
895
1040
  });
896
1041
  },
1042
+ /**
1043
+ *
1044
+ * @summary /修改excel入数据库
1045
+ * @param {*} [options] Override http request option.
1046
+ * @throws {RequiredError}
1047
+ */
1048
+ spaceEditImportConfirm(options) {
1049
+ return __awaiter(this, void 0, void 0, function* () {
1050
+ var _a, _b, _c;
1051
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.spaceEditImportConfirm(options);
1052
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1053
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SpaceApi.spaceEditImportConfirm']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1054
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1055
+ });
1056
+ },
1057
+ /**
1058
+ *
1059
+ * @summary 修改---结果确认
1060
+ * @param {*} [options] Override http request option.
1061
+ * @throws {RequiredError}
1062
+ */
1063
+ spaceEditImportPreview(options) {
1064
+ return __awaiter(this, void 0, void 0, function* () {
1065
+ var _a, _b, _c;
1066
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.spaceEditImportPreview(options);
1067
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1068
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SpaceApi.spaceEditImportPreview']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1069
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1070
+ });
1071
+ },
1072
+ /**
1073
+ *
1074
+ * @summary 修改---上传文件
1075
+ * @param {string} [language]
1076
+ * @param {File} [file]
1077
+ * @param {*} [options] Override http request option.
1078
+ * @throws {RequiredError}
1079
+ */
1080
+ spaceEditImportUpload(language, file, options) {
1081
+ return __awaiter(this, void 0, void 0, function* () {
1082
+ var _a, _b, _c;
1083
+ const localVarAxiosArgs = yield localVarAxiosParamCreator.spaceEditImportUpload(language, file, options);
1084
+ const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
1085
+ const localVarOperationServerBasePath = (_c = (_b = operationServerMap['SpaceApi.spaceEditImportUpload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
1086
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
1087
+ });
1088
+ },
897
1089
  /**
898
1090
  *
899
1091
  * @summary 编辑平面图
@@ -1174,6 +1366,16 @@ export const SpaceApiFactory = function (configuration, basePath, axios) {
1174
1366
  spaceEdit(requestParameters, options) {
1175
1367
  return localVarFp.spaceEdit(requestParameters.spaceEditVO, options).then((request) => request(axios, basePath));
1176
1368
  },
1369
+ /**
1370
+ *
1371
+ * @summary 查询修改前后数据
1372
+ * @param {SpaceApiSpaceEditBeforeAndAfterRequest} requestParameters Request parameters.
1373
+ * @param {*} [options] Override http request option.
1374
+ * @throws {RequiredError}
1375
+ */
1376
+ spaceEditBeforeAndAfter(requestParameters, options) {
1377
+ return localVarFp.spaceEditBeforeAndAfter(requestParameters.parkId, options).then((request) => request(axios, basePath));
1378
+ },
1177
1379
  /**
1178
1380
  *
1179
1381
  * @summary /导出修改Excel模板
@@ -1184,6 +1386,34 @@ export const SpaceApiFactory = function (configuration, basePath, axios) {
1184
1386
  spaceEditExportTemplate(requestParameters, options) {
1185
1387
  return localVarFp.spaceEditExportTemplate(requestParameters.parkId, requestParameters.spaceIds, requestParameters.language, options).then((request) => request(axios, basePath));
1186
1388
  },
1389
+ /**
1390
+ *
1391
+ * @summary /修改excel入数据库
1392
+ * @param {*} [options] Override http request option.
1393
+ * @throws {RequiredError}
1394
+ */
1395
+ spaceEditImportConfirm(options) {
1396
+ return localVarFp.spaceEditImportConfirm(options).then((request) => request(axios, basePath));
1397
+ },
1398
+ /**
1399
+ *
1400
+ * @summary 修改---结果确认
1401
+ * @param {*} [options] Override http request option.
1402
+ * @throws {RequiredError}
1403
+ */
1404
+ spaceEditImportPreview(options) {
1405
+ return localVarFp.spaceEditImportPreview(options).then((request) => request(axios, basePath));
1406
+ },
1407
+ /**
1408
+ *
1409
+ * @summary 修改---上传文件
1410
+ * @param {SpaceApiSpaceEditImportUploadRequest} requestParameters Request parameters.
1411
+ * @param {*} [options] Override http request option.
1412
+ * @throws {RequiredError}
1413
+ */
1414
+ spaceEditImportUpload(requestParameters = {}, options) {
1415
+ return localVarFp.spaceEditImportUpload(requestParameters.language, requestParameters.file, options).then((request) => request(axios, basePath));
1416
+ },
1187
1417
  /**
1188
1418
  *
1189
1419
  * @summary 编辑平面图
@@ -1400,6 +1630,17 @@ export class SpaceApi extends BaseAPI {
1400
1630
  spaceEdit(requestParameters, options) {
1401
1631
  return SpaceApiFp(this.configuration).spaceEdit(requestParameters.spaceEditVO, options).then((request) => request(this.axios, this.basePath));
1402
1632
  }
1633
+ /**
1634
+ *
1635
+ * @summary 查询修改前后数据
1636
+ * @param {SpaceApiSpaceEditBeforeAndAfterRequest} requestParameters Request parameters.
1637
+ * @param {*} [options] Override http request option.
1638
+ * @throws {RequiredError}
1639
+ * @memberof SpaceApi
1640
+ */
1641
+ spaceEditBeforeAndAfter(requestParameters, options) {
1642
+ return SpaceApiFp(this.configuration).spaceEditBeforeAndAfter(requestParameters.parkId, options).then((request) => request(this.axios, this.basePath));
1643
+ }
1403
1644
  /**
1404
1645
  *
1405
1646
  * @summary /导出修改Excel模板
@@ -1411,6 +1652,37 @@ export class SpaceApi extends BaseAPI {
1411
1652
  spaceEditExportTemplate(requestParameters, options) {
1412
1653
  return SpaceApiFp(this.configuration).spaceEditExportTemplate(requestParameters.parkId, requestParameters.spaceIds, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
1413
1654
  }
1655
+ /**
1656
+ *
1657
+ * @summary /修改excel入数据库
1658
+ * @param {*} [options] Override http request option.
1659
+ * @throws {RequiredError}
1660
+ * @memberof SpaceApi
1661
+ */
1662
+ spaceEditImportConfirm(options) {
1663
+ return SpaceApiFp(this.configuration).spaceEditImportConfirm(options).then((request) => request(this.axios, this.basePath));
1664
+ }
1665
+ /**
1666
+ *
1667
+ * @summary 修改---结果确认
1668
+ * @param {*} [options] Override http request option.
1669
+ * @throws {RequiredError}
1670
+ * @memberof SpaceApi
1671
+ */
1672
+ spaceEditImportPreview(options) {
1673
+ return SpaceApiFp(this.configuration).spaceEditImportPreview(options).then((request) => request(this.axios, this.basePath));
1674
+ }
1675
+ /**
1676
+ *
1677
+ * @summary 修改---上传文件
1678
+ * @param {SpaceApiSpaceEditImportUploadRequest} requestParameters Request parameters.
1679
+ * @param {*} [options] Override http request option.
1680
+ * @throws {RequiredError}
1681
+ * @memberof SpaceApi
1682
+ */
1683
+ spaceEditImportUpload(requestParameters = {}, options) {
1684
+ return SpaceApiFp(this.configuration).spaceEditImportUpload(requestParameters.language, requestParameters.file, options).then((request) => request(this.axios, this.basePath));
1685
+ }
1414
1686
  /**
1415
1687
  *
1416
1688
  * @summary 编辑平面图