@gizone/rrs-client 4.1.3-alpha.184 → 4.1.3-alpha.187

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 (36) hide show
  1. package/.openapi-generator/FILES +1 -1
  2. package/dist/esm/models/get-user-wx200-response.d.ts +6 -6
  3. package/dist/esm/models/index.d.ts +1 -1
  4. package/dist/esm/models/index.js +1 -1
  5. package/dist/esm/models/ipage-access-vo.d.ts +3 -3
  6. package/dist/esm/models/space-add-excel-dto.d.ts +1 -1
  7. package/dist/esm/models/space-add-vo.d.ts +3 -3
  8. package/dist/esm/models/space-detail-dto.d.ts +3 -3
  9. package/dist/esm/models/space-edit-vo.d.ts +3 -3
  10. package/dist/esm/models/space-tree-dto.d.ts +3 -3
  11. package/dist/esm/models/{space-level-enum.d.ts → space-type-enum.d.ts} +2 -2
  12. package/dist/esm/models/{space-level-enum.js → space-type-enum.js} +1 -1
  13. package/dist/esm/models/work-order-distribute-leaflets-vo.d.ts +6 -0
  14. package/dist/models/get-user-wx200-response.d.ts +6 -6
  15. package/dist/models/index.d.ts +1 -1
  16. package/dist/models/index.js +1 -1
  17. package/dist/models/ipage-access-vo.d.ts +3 -3
  18. package/dist/models/space-add-excel-dto.d.ts +1 -1
  19. package/dist/models/space-add-vo.d.ts +3 -3
  20. package/dist/models/space-detail-dto.d.ts +3 -3
  21. package/dist/models/space-edit-vo.d.ts +3 -3
  22. package/dist/models/space-tree-dto.d.ts +3 -3
  23. package/dist/models/{space-level-enum.d.ts → space-type-enum.d.ts} +2 -2
  24. package/dist/models/{space-level-enum.js → space-type-enum.js} +2 -2
  25. package/dist/models/work-order-distribute-leaflets-vo.d.ts +6 -0
  26. package/models/get-user-wx200-response.ts +6 -6
  27. package/models/index.ts +1 -1
  28. package/models/ipage-access-vo.ts +3 -3
  29. package/models/space-add-excel-dto.ts +1 -1
  30. package/models/space-add-vo.ts +3 -3
  31. package/models/space-detail-dto.ts +4 -4
  32. package/models/space-edit-vo.ts +3 -3
  33. package/models/space-tree-dto.ts +3 -3
  34. package/models/{space-level-enum.ts → space-type-enum.ts} +2 -2
  35. package/models/work-order-distribute-leaflets-vo.ts +6 -0
  36. package/package.json +1 -1
@@ -806,12 +806,12 @@ models/space-detail-dto.ts
806
806
  models/space-edit-vo.ts
807
807
  models/space-image-detail-dto.ts
808
808
  models/space-industry-attribute-enum.ts
809
- models/space-level-enum.ts
810
809
  models/space-point-dto.ts
811
810
  models/space-point-vo.ts
812
811
  models/space-qr-code-dto.ts
813
812
  models/space-qr-code.ts
814
813
  models/space-tree-dto.ts
814
+ models/space-type-enum.ts
815
815
  models/space-url-add-vo.ts
816
816
  models/space-url-dto.ts
817
817
  models/space-url-edit-vo.ts
@@ -17,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
- /**
21
- *
22
- * @type {object}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'trailerFields'?: object;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
31
  'headerNames'?: Array<string>;
32
+ /**
33
+ *
34
+ * @type {object}
35
+ * @memberof GetUserWx200Response
36
+ */
37
+ 'trailerFields'?: object;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -742,12 +742,12 @@ export * from './space-detail-dto';
742
742
  export * from './space-edit-vo';
743
743
  export * from './space-image-detail-dto';
744
744
  export * from './space-industry-attribute-enum';
745
- export * from './space-level-enum';
746
745
  export * from './space-point-dto';
747
746
  export * from './space-point-vo';
748
747
  export * from './space-qr-code';
749
748
  export * from './space-qr-code-dto';
750
749
  export * from './space-tree-dto';
750
+ export * from './space-type-enum';
751
751
  export * from './space-url-add-vo';
752
752
  export * from './space-url-dto';
753
753
  export * from './space-url-edit-vo';
@@ -742,12 +742,12 @@ export * from './space-detail-dto';
742
742
  export * from './space-edit-vo';
743
743
  export * from './space-image-detail-dto';
744
744
  export * from './space-industry-attribute-enum';
745
- export * from './space-level-enum';
746
745
  export * from './space-point-dto';
747
746
  export * from './space-point-vo';
748
747
  export * from './space-qr-code';
749
748
  export * from './space-qr-code-dto';
750
749
  export * from './space-tree-dto';
750
+ export * from './space-type-enum';
751
751
  export * from './space-url-add-vo';
752
752
  export * from './space-url-dto';
753
753
  export * from './space-url-edit-vo';
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'searchCount'?: boolean;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -26,7 +26,7 @@ export interface SpaceAddExcelDTO {
26
26
  * @type {string}
27
27
  * @memberof SpaceAddExcelDTO
28
28
  */
29
- 'spaceLevel'?: string;
29
+ 'spaceType'?: string;
30
30
  /**
31
31
  * 空间编码
32
32
  * @type {string}
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
- import type { SpaceLevelEnum } from './space-level-enum';
13
+ import type { SpaceTypeEnum } from './space-type-enum';
14
14
  /**
15
15
  * 新增空间参数
16
16
  * @export
@@ -115,10 +115,10 @@ export interface SpaceAddVO {
115
115
  'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
116
116
  /**
117
117
  *
118
- * @type {SpaceLevelEnum}
118
+ * @type {SpaceTypeEnum}
119
119
  * @memberof SpaceAddVO
120
120
  */
121
- 'spaceLevel': SpaceLevelEnum;
121
+ 'spaceType': SpaceTypeEnum;
122
122
  /**
123
123
  * 空间编码
124
124
  * @type {string}
@@ -11,8 +11,8 @@
11
11
  */
12
12
  import type { PlanImageList } from './plan-image-list';
13
13
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
14
- import type { SpaceLevelEnum } from './space-level-enum';
15
14
  import type { SpacePointDTO } from './space-point-dto';
15
+ import type { SpaceTypeEnum } from './space-type-enum';
16
16
  /**
17
17
  * 空间详情出参
18
18
  * @export
@@ -177,10 +177,10 @@ export interface SpaceDetailDTO {
177
177
  'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
178
178
  /**
179
179
  *
180
- * @type {SpaceLevelEnum}
180
+ * @type {SpaceTypeEnum}
181
181
  * @memberof SpaceDetailDTO
182
182
  */
183
- 'spaceLevel'?: SpaceLevelEnum;
183
+ 'spaceType'?: SpaceTypeEnum;
184
184
  /**
185
185
  * 空间编码
186
186
  * @type {string}
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
- import type { SpaceLevelEnum } from './space-level-enum';
13
+ import type { SpaceTypeEnum } from './space-type-enum';
14
14
  /**
15
15
  * 修改空间名称
16
16
  * @export
@@ -133,10 +133,10 @@ export interface SpaceEditVO {
133
133
  'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
134
134
  /**
135
135
  *
136
- * @type {SpaceLevelEnum}
136
+ * @type {SpaceTypeEnum}
137
137
  * @memberof SpaceEditVO
138
138
  */
139
- 'spaceLevel': SpaceLevelEnum;
139
+ 'spaceType': SpaceTypeEnum;
140
140
  /**
141
141
  * 空间编码
142
142
  * @type {string}
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
- import type { SpaceLevelEnum } from './space-level-enum';
13
+ import type { SpaceTypeEnum } from './space-type-enum';
14
14
  import type { Surveillance } from './surveillance';
15
15
  /**
16
16
  * 返回数据,可以是任意类型的值
@@ -134,10 +134,10 @@ export interface SpaceTreeDTO {
134
134
  'surveillances'?: Array<Surveillance>;
135
135
  /**
136
136
  *
137
- * @type {SpaceLevelEnum}
137
+ * @type {SpaceTypeEnum}
138
138
  * @memberof SpaceTreeDTO
139
139
  */
140
- 'spaceLevel'?: SpaceLevelEnum;
140
+ 'spaceType'?: SpaceTypeEnum;
141
141
  /**
142
142
  * 空间编码
143
143
  * @type {string}
@@ -14,10 +14,10 @@
14
14
  * @export
15
15
  * @enum {string}
16
16
  */
17
- export declare const SpaceLevelEnum: {
17
+ export declare const SpaceTypeEnum: {
18
18
  readonly Park: "PARK";
19
19
  readonly Building: "BUILDING";
20
20
  readonly Warehouse: "WAREHOUSE";
21
21
  readonly Other: "OTHER";
22
22
  };
23
- export type SpaceLevelEnum = typeof SpaceLevelEnum[keyof typeof SpaceLevelEnum];
23
+ export type SpaceTypeEnum = typeof SpaceTypeEnum[keyof typeof SpaceTypeEnum];
@@ -16,7 +16,7 @@
16
16
  * @export
17
17
  * @enum {string}
18
18
  */
19
- export const SpaceLevelEnum = {
19
+ export const SpaceTypeEnum = {
20
20
  Park: 'PARK',
21
21
  Building: 'BUILDING',
22
22
  Warehouse: 'WAREHOUSE',
@@ -27,4 +27,10 @@ export interface WorkOrderDistributeLeafletsVo {
27
27
  * @memberof WorkOrderDistributeLeafletsVo
28
28
  */
29
29
  'handlerUserId': number;
30
+ /**
31
+ * 派单原因
32
+ * @type {string}
33
+ * @memberof WorkOrderDistributeLeafletsVo
34
+ */
35
+ 'distributeReason'?: string;
30
36
  }
@@ -17,12 +17,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
17
17
  * @interface GetUserWx200Response
18
18
  */
19
19
  export interface GetUserWx200Response {
20
- /**
21
- *
22
- * @type {object}
23
- * @memberof GetUserWx200Response
24
- */
25
- 'trailerFields'?: object;
26
20
  /**
27
21
  *
28
22
  * @type {number}
@@ -35,6 +29,12 @@ export interface GetUserWx200Response {
35
29
  * @memberof GetUserWx200Response
36
30
  */
37
31
  'headerNames'?: Array<string>;
32
+ /**
33
+ *
34
+ * @type {object}
35
+ * @memberof GetUserWx200Response
36
+ */
37
+ 'trailerFields'?: object;
38
38
  /**
39
39
  *
40
40
  * @type {GetUserWx200ResponseLocale}
@@ -742,12 +742,12 @@ export * from './space-detail-dto';
742
742
  export * from './space-edit-vo';
743
743
  export * from './space-image-detail-dto';
744
744
  export * from './space-industry-attribute-enum';
745
- export * from './space-level-enum';
746
745
  export * from './space-point-dto';
747
746
  export * from './space-point-vo';
748
747
  export * from './space-qr-code';
749
748
  export * from './space-qr-code-dto';
750
749
  export * from './space-tree-dto';
750
+ export * from './space-type-enum';
751
751
  export * from './space-url-add-vo';
752
752
  export * from './space-url-dto';
753
753
  export * from './space-url-edit-vo';
@@ -758,12 +758,12 @@ __exportStar(require("./space-detail-dto"), exports);
758
758
  __exportStar(require("./space-edit-vo"), exports);
759
759
  __exportStar(require("./space-image-detail-dto"), exports);
760
760
  __exportStar(require("./space-industry-attribute-enum"), exports);
761
- __exportStar(require("./space-level-enum"), exports);
762
761
  __exportStar(require("./space-point-dto"), exports);
763
762
  __exportStar(require("./space-point-vo"), exports);
764
763
  __exportStar(require("./space-qr-code"), exports);
765
764
  __exportStar(require("./space-qr-code-dto"), exports);
766
765
  __exportStar(require("./space-tree-dto"), exports);
766
+ __exportStar(require("./space-type-enum"), exports);
767
767
  __exportStar(require("./space-url-add-vo"), exports);
768
768
  __exportStar(require("./space-url-dto"), exports);
769
769
  __exportStar(require("./space-url-edit-vo"), exports);
@@ -44,15 +44,15 @@ export interface IPageAccessVO {
44
44
  *
45
45
  * @type {boolean}
46
46
  * @memberof IPageAccessVO
47
- * @deprecated
48
47
  */
49
- 'hitCount'?: boolean;
48
+ 'searchCount'?: boolean;
50
49
  /**
51
50
  *
52
51
  * @type {boolean}
53
52
  * @memberof IPageAccessVO
53
+ * @deprecated
54
54
  */
55
- 'searchCount'?: boolean;
55
+ 'hitCount'?: boolean;
56
56
  /**
57
57
  *
58
58
  * @type {number}
@@ -26,7 +26,7 @@ export interface SpaceAddExcelDTO {
26
26
  * @type {string}
27
27
  * @memberof SpaceAddExcelDTO
28
28
  */
29
- 'spaceLevel'?: string;
29
+ 'spaceType'?: string;
30
30
  /**
31
31
  * 空间编码
32
32
  * @type {string}
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
- import type { SpaceLevelEnum } from './space-level-enum';
13
+ import type { SpaceTypeEnum } from './space-type-enum';
14
14
  /**
15
15
  * 新增空间参数
16
16
  * @export
@@ -115,10 +115,10 @@ export interface SpaceAddVO {
115
115
  'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
116
116
  /**
117
117
  *
118
- * @type {SpaceLevelEnum}
118
+ * @type {SpaceTypeEnum}
119
119
  * @memberof SpaceAddVO
120
120
  */
121
- 'spaceLevel': SpaceLevelEnum;
121
+ 'spaceType': SpaceTypeEnum;
122
122
  /**
123
123
  * 空间编码
124
124
  * @type {string}
@@ -11,8 +11,8 @@
11
11
  */
12
12
  import type { PlanImageList } from './plan-image-list';
13
13
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
14
- import type { SpaceLevelEnum } from './space-level-enum';
15
14
  import type { SpacePointDTO } from './space-point-dto';
15
+ import type { SpaceTypeEnum } from './space-type-enum';
16
16
  /**
17
17
  * 空间详情出参
18
18
  * @export
@@ -177,10 +177,10 @@ export interface SpaceDetailDTO {
177
177
  'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
178
178
  /**
179
179
  *
180
- * @type {SpaceLevelEnum}
180
+ * @type {SpaceTypeEnum}
181
181
  * @memberof SpaceDetailDTO
182
182
  */
183
- 'spaceLevel'?: SpaceLevelEnum;
183
+ 'spaceType'?: SpaceTypeEnum;
184
184
  /**
185
185
  * 空间编码
186
186
  * @type {string}
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
- import type { SpaceLevelEnum } from './space-level-enum';
13
+ import type { SpaceTypeEnum } from './space-type-enum';
14
14
  /**
15
15
  * 修改空间名称
16
16
  * @export
@@ -133,10 +133,10 @@ export interface SpaceEditVO {
133
133
  'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
134
134
  /**
135
135
  *
136
- * @type {SpaceLevelEnum}
136
+ * @type {SpaceTypeEnum}
137
137
  * @memberof SpaceEditVO
138
138
  */
139
- 'spaceLevel': SpaceLevelEnum;
139
+ 'spaceType': SpaceTypeEnum;
140
140
  /**
141
141
  * 空间编码
142
142
  * @type {string}
@@ -10,7 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
13
- import type { SpaceLevelEnum } from './space-level-enum';
13
+ import type { SpaceTypeEnum } from './space-type-enum';
14
14
  import type { Surveillance } from './surveillance';
15
15
  /**
16
16
  * 返回数据,可以是任意类型的值
@@ -134,10 +134,10 @@ export interface SpaceTreeDTO {
134
134
  'surveillances'?: Array<Surveillance>;
135
135
  /**
136
136
  *
137
- * @type {SpaceLevelEnum}
137
+ * @type {SpaceTypeEnum}
138
138
  * @memberof SpaceTreeDTO
139
139
  */
140
- 'spaceLevel'?: SpaceLevelEnum;
140
+ 'spaceType'?: SpaceTypeEnum;
141
141
  /**
142
142
  * 空间编码
143
143
  * @type {string}
@@ -14,10 +14,10 @@
14
14
  * @export
15
15
  * @enum {string}
16
16
  */
17
- export declare const SpaceLevelEnum: {
17
+ export declare const SpaceTypeEnum: {
18
18
  readonly Park: "PARK";
19
19
  readonly Building: "BUILDING";
20
20
  readonly Warehouse: "WAREHOUSE";
21
21
  readonly Other: "OTHER";
22
22
  };
23
- export type SpaceLevelEnum = typeof SpaceLevelEnum[keyof typeof SpaceLevelEnum];
23
+ export type SpaceTypeEnum = typeof SpaceTypeEnum[keyof typeof SpaceTypeEnum];
@@ -13,13 +13,13 @@
13
13
  * Do not edit the class manually.
14
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
- exports.SpaceLevelEnum = void 0;
16
+ exports.SpaceTypeEnum = void 0;
17
17
  /**
18
18
  * 空间级别
19
19
  * @export
20
20
  * @enum {string}
21
21
  */
22
- exports.SpaceLevelEnum = {
22
+ exports.SpaceTypeEnum = {
23
23
  Park: 'PARK',
24
24
  Building: 'BUILDING',
25
25
  Warehouse: 'WAREHOUSE',
@@ -27,4 +27,10 @@ export interface WorkOrderDistributeLeafletsVo {
27
27
  * @memberof WorkOrderDistributeLeafletsVo
28
28
  */
29
29
  'handlerUserId': number;
30
+ /**
31
+ * 派单原因
32
+ * @type {string}
33
+ * @memberof WorkOrderDistributeLeafletsVo
34
+ */
35
+ 'distributeReason'?: string;
30
36
  }
@@ -26,12 +26,6 @@ import type { GetUserWx200ResponseOutputStream } from './get-user-wx200-response
26
26
  * @interface GetUserWx200Response
27
27
  */
28
28
  export interface GetUserWx200Response {
29
- /**
30
- *
31
- * @type {object}
32
- * @memberof GetUserWx200Response
33
- */
34
- 'trailerFields'?: object;
35
29
  /**
36
30
  *
37
31
  * @type {number}
@@ -44,6 +38,12 @@ export interface GetUserWx200Response {
44
38
  * @memberof GetUserWx200Response
45
39
  */
46
40
  'headerNames'?: Array<string>;
41
+ /**
42
+ *
43
+ * @type {object}
44
+ * @memberof GetUserWx200Response
45
+ */
46
+ 'trailerFields'?: object;
47
47
  /**
48
48
  *
49
49
  * @type {GetUserWx200ResponseLocale}
package/models/index.ts CHANGED
@@ -742,12 +742,12 @@ export * from './space-detail-dto';
742
742
  export * from './space-edit-vo';
743
743
  export * from './space-image-detail-dto';
744
744
  export * from './space-industry-attribute-enum';
745
- export * from './space-level-enum';
746
745
  export * from './space-point-dto';
747
746
  export * from './space-point-vo';
748
747
  export * from './space-qr-code';
749
748
  export * from './space-qr-code-dto';
750
749
  export * from './space-tree-dto';
750
+ export * from './space-type-enum';
751
751
  export * from './space-url-add-vo';
752
752
  export * from './space-url-dto';
753
753
  export * from './space-url-edit-vo';
@@ -51,15 +51,15 @@ export interface IPageAccessVO {
51
51
  *
52
52
  * @type {boolean}
53
53
  * @memberof IPageAccessVO
54
- * @deprecated
55
54
  */
56
- 'hitCount'?: boolean;
55
+ 'searchCount'?: boolean;
57
56
  /**
58
57
  *
59
58
  * @type {boolean}
60
59
  * @memberof IPageAccessVO
60
+ * @deprecated
61
61
  */
62
- 'searchCount'?: boolean;
62
+ 'hitCount'?: boolean;
63
63
  /**
64
64
  *
65
65
  * @type {number}
@@ -31,7 +31,7 @@ export interface SpaceAddExcelDTO {
31
31
  * @type {string}
32
32
  * @memberof SpaceAddExcelDTO
33
33
  */
34
- 'spaceLevel'?: string;
34
+ 'spaceType'?: string;
35
35
  /**
36
36
  * 空间编码
37
37
  * @type {string}
@@ -18,7 +18,7 @@
18
18
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
- import type { SpaceLevelEnum } from './space-level-enum';
21
+ import type { SpaceTypeEnum } from './space-type-enum';
22
22
 
23
23
  /**
24
24
  * 新增空间参数
@@ -124,10 +124,10 @@ export interface SpaceAddVO {
124
124
  'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
125
125
  /**
126
126
  *
127
- * @type {SpaceLevelEnum}
127
+ * @type {SpaceTypeEnum}
128
128
  * @memberof SpaceAddVO
129
129
  */
130
- 'spaceLevel': SpaceLevelEnum;
130
+ 'spaceType': SpaceTypeEnum;
131
131
  /**
132
132
  * 空间编码
133
133
  * @type {string}
@@ -21,10 +21,10 @@ import type { PlanImageList } from './plan-image-list';
21
21
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
- import type { SpaceLevelEnum } from './space-level-enum';
24
+ import type { SpacePointDTO } from './space-point-dto';
25
25
  // May contain unused imports in some cases
26
26
  // @ts-ignore
27
- import type { SpacePointDTO } from './space-point-dto';
27
+ import type { SpaceTypeEnum } from './space-type-enum';
28
28
 
29
29
  /**
30
30
  * 空间详情出参
@@ -190,10 +190,10 @@ export interface SpaceDetailDTO {
190
190
  'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
191
191
  /**
192
192
  *
193
- * @type {SpaceLevelEnum}
193
+ * @type {SpaceTypeEnum}
194
194
  * @memberof SpaceDetailDTO
195
195
  */
196
- 'spaceLevel'?: SpaceLevelEnum;
196
+ 'spaceType'?: SpaceTypeEnum;
197
197
  /**
198
198
  * 空间编码
199
199
  * @type {string}
@@ -18,7 +18,7 @@
18
18
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
- import type { SpaceLevelEnum } from './space-level-enum';
21
+ import type { SpaceTypeEnum } from './space-type-enum';
22
22
 
23
23
  /**
24
24
  * 修改空间名称
@@ -142,10 +142,10 @@ export interface SpaceEditVO {
142
142
  'industryAttributes'?: Array<SpaceIndustryAttributeEnum>;
143
143
  /**
144
144
  *
145
- * @type {SpaceLevelEnum}
145
+ * @type {SpaceTypeEnum}
146
146
  * @memberof SpaceEditVO
147
147
  */
148
- 'spaceLevel': SpaceLevelEnum;
148
+ 'spaceType': SpaceTypeEnum;
149
149
  /**
150
150
  * 空间编码
151
151
  * @type {string}
@@ -18,7 +18,7 @@
18
18
  import type { SpaceIndustryAttributeEnum } from './space-industry-attribute-enum';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
- import type { SpaceLevelEnum } from './space-level-enum';
21
+ import type { SpaceTypeEnum } from './space-type-enum';
22
22
  // May contain unused imports in some cases
23
23
  // @ts-ignore
24
24
  import type { Surveillance } from './surveillance';
@@ -145,10 +145,10 @@ export interface SpaceTreeDTO {
145
145
  'surveillances'?: Array<Surveillance>;
146
146
  /**
147
147
  *
148
- * @type {SpaceLevelEnum}
148
+ * @type {SpaceTypeEnum}
149
149
  * @memberof SpaceTreeDTO
150
150
  */
151
- 'spaceLevel'?: SpaceLevelEnum;
151
+ 'spaceType'?: SpaceTypeEnum;
152
152
  /**
153
153
  * 空间编码
154
154
  * @type {string}
@@ -20,14 +20,14 @@
20
20
  * @enum {string}
21
21
  */
22
22
 
23
- export const SpaceLevelEnum = {
23
+ export const SpaceTypeEnum = {
24
24
  Park: 'PARK',
25
25
  Building: 'BUILDING',
26
26
  Warehouse: 'WAREHOUSE',
27
27
  Other: 'OTHER'
28
28
  } as const;
29
29
 
30
- export type SpaceLevelEnum = typeof SpaceLevelEnum[keyof typeof SpaceLevelEnum];
30
+ export type SpaceTypeEnum = typeof SpaceTypeEnum[keyof typeof SpaceTypeEnum];
31
31
 
32
32
 
33
33
 
@@ -32,5 +32,11 @@ export interface WorkOrderDistributeLeafletsVo {
32
32
  * @memberof WorkOrderDistributeLeafletsVo
33
33
  */
34
34
  'handlerUserId': number;
35
+ /**
36
+ * 派单原因
37
+ * @type {string}
38
+ * @memberof WorkOrderDistributeLeafletsVo
39
+ */
40
+ 'distributeReason'?: string;
35
41
  }
36
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.3-alpha.184",
3
+ "version": "4.1.3-alpha.187",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {