@gizone/rrs-client 4.2.0-alpha.317 → 4.2.0-alpha.318

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.
@@ -108,11 +108,17 @@ export interface AccessRecordDetailsDto {
108
108
  */
109
109
  'accessTime'?: string;
110
110
  /**
111
- * 出入照片
112
- * @type {Array<string>}
111
+ * 入园/出园照片
112
+ * @type {string}
113
+ * @memberof AccessRecordDetailsDto
114
+ */
115
+ 'vehiclePicUri'?: string;
116
+ /**
117
+ * 车牌图片
118
+ * @type {string}
113
119
  * @memberof AccessRecordDetailsDto
114
120
  */
115
- 'accessPhotos'?: Array<string>;
121
+ 'plateNoPicUri'?: string;
116
122
  /**
117
123
  *
118
124
  * @type {AccessReleaseMethodEnum}
@@ -108,11 +108,17 @@ export interface AccessRecordDetailsDto {
108
108
  */
109
109
  'accessTime'?: string;
110
110
  /**
111
- * 出入照片
112
- * @type {Array<string>}
111
+ * 入园/出园照片
112
+ * @type {string}
113
+ * @memberof AccessRecordDetailsDto
114
+ */
115
+ 'vehiclePicUri'?: string;
116
+ /**
117
+ * 车牌图片
118
+ * @type {string}
113
119
  * @memberof AccessRecordDetailsDto
114
120
  */
115
- 'accessPhotos'?: Array<string>;
121
+ 'plateNoPicUri'?: string;
116
122
  /**
117
123
  *
118
124
  * @type {AccessReleaseMethodEnum}
@@ -129,11 +129,17 @@ export interface AccessRecordDetailsDto {
129
129
  */
130
130
  'accessTime'?: string;
131
131
  /**
132
- * 出入照片
133
- * @type {Array<string>}
132
+ * 入园/出园照片
133
+ * @type {string}
134
+ * @memberof AccessRecordDetailsDto
135
+ */
136
+ 'vehiclePicUri'?: string;
137
+ /**
138
+ * 车牌图片
139
+ * @type {string}
134
140
  * @memberof AccessRecordDetailsDto
135
141
  */
136
- 'accessPhotos'?: Array<string>;
142
+ 'plateNoPicUri'?: string;
137
143
  /**
138
144
  *
139
145
  * @type {AccessReleaseMethodEnum}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.0-alpha.317",
3
+ "version": "4.2.0-alpha.318",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {