@gizone/rrs-client 4.2.9-alpha.518 → 4.2.9-alpha.519

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.
@@ -83,4 +83,10 @@ export interface ViolationDecisionVo {
83
83
  * @memberof ViolationDecisionVo
84
84
  */
85
85
  'evidenceImages'?: Array<string>;
86
+ /**
87
+ * 举证视频
88
+ * @type {Array<string>}
89
+ * @memberof ViolationDecisionVo
90
+ */
91
+ 'evidenceVideos'?: Array<string>;
86
92
  }
@@ -121,4 +121,10 @@ export interface ViolationWorkOrderInfo {
121
121
  * @memberof ViolationWorkOrderInfo
122
122
  */
123
123
  'evidenceImages'?: Array<string>;
124
+ /**
125
+ * 举证视频
126
+ * @type {Array<string>}
127
+ * @memberof ViolationWorkOrderInfo
128
+ */
129
+ 'evidenceVideos'?: Array<string>;
124
130
  }
@@ -83,4 +83,10 @@ export interface ViolationDecisionVo {
83
83
  * @memberof ViolationDecisionVo
84
84
  */
85
85
  'evidenceImages'?: Array<string>;
86
+ /**
87
+ * 举证视频
88
+ * @type {Array<string>}
89
+ * @memberof ViolationDecisionVo
90
+ */
91
+ 'evidenceVideos'?: Array<string>;
86
92
  }
@@ -121,4 +121,10 @@ export interface ViolationWorkOrderInfo {
121
121
  * @memberof ViolationWorkOrderInfo
122
122
  */
123
123
  'evidenceImages'?: Array<string>;
124
+ /**
125
+ * 举证视频
126
+ * @type {Array<string>}
127
+ * @memberof ViolationWorkOrderInfo
128
+ */
129
+ 'evidenceVideos'?: Array<string>;
124
130
  }
@@ -92,6 +92,12 @@ export interface ViolationDecisionVo {
92
92
  * @memberof ViolationDecisionVo
93
93
  */
94
94
  'evidenceImages'?: Array<string>;
95
+ /**
96
+ * 举证视频
97
+ * @type {Array<string>}
98
+ * @memberof ViolationDecisionVo
99
+ */
100
+ 'evidenceVideos'?: Array<string>;
95
101
  }
96
102
 
97
103
 
@@ -134,6 +134,12 @@ export interface ViolationWorkOrderInfo {
134
134
  * @memberof ViolationWorkOrderInfo
135
135
  */
136
136
  'evidenceImages'?: Array<string>;
137
+ /**
138
+ * 举证视频
139
+ * @type {Array<string>}
140
+ * @memberof ViolationWorkOrderInfo
141
+ */
142
+ 'evidenceVideos'?: Array<string>;
137
143
  }
138
144
 
139
145
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.9-alpha.518",
3
+ "version": "4.2.9-alpha.519",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {