@gizone/rrs-client 4.1.0-alpha.119 → 4.1.0-alpha.120

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.
@@ -67,7 +67,7 @@ export interface SurveillanceDetailsDto {
67
67
  * @type {string}
68
68
  * @memberof SurveillanceDetailsDto
69
69
  */
70
- 'channelCode'?: string;
70
+ 'deviceChannel'?: string;
71
71
  /**
72
72
  * 设备类型
73
73
  * @type {string}
@@ -67,7 +67,7 @@ export interface SurveillanceDetailsDto {
67
67
  * @type {string}
68
68
  * @memberof SurveillanceDetailsDto
69
69
  */
70
- 'channelCode'?: string;
70
+ 'deviceChannel'?: string;
71
71
  /**
72
72
  * 设备类型
73
73
  * @type {string}
@@ -82,7 +82,7 @@ export interface SurveillanceDetailsDto {
82
82
  * @type {string}
83
83
  * @memberof SurveillanceDetailsDto
84
84
  */
85
- 'channelCode'?: string;
85
+ 'deviceChannel'?: string;
86
86
  /**
87
87
  * 设备类型
88
88
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.1.0-alpha.119",
3
+ "version": "4.1.0-alpha.120",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {