@gizone/rrs-client 4.2.9-alpha.504 → 4.2.9-alpha.505

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.
@@ -96,6 +96,12 @@ export interface AccessWhitelistApplicationBatchImportTemplateDto {
96
96
  * @memberof AccessWhitelistApplicationBatchImportTemplateDto
97
97
  */
98
98
  'vehicleLength'?: string;
99
+ /**
100
+ * 申请原因
101
+ * @type {string}
102
+ * @memberof AccessWhitelistApplicationBatchImportTemplateDto
103
+ */
104
+ 'applicantReason'?: string;
99
105
  /**
100
106
  * 公司ID
101
107
  * @type {number}
@@ -96,6 +96,12 @@ export interface AccessWhitelistApplicationBatchImportTemplateDto {
96
96
  * @memberof AccessWhitelistApplicationBatchImportTemplateDto
97
97
  */
98
98
  'vehicleLength'?: string;
99
+ /**
100
+ * 申请原因
101
+ * @type {string}
102
+ * @memberof AccessWhitelistApplicationBatchImportTemplateDto
103
+ */
104
+ 'applicantReason'?: string;
99
105
  /**
100
106
  * 公司ID
101
107
  * @type {number}
@@ -107,6 +107,12 @@ export interface AccessWhitelistApplicationBatchImportTemplateDto {
107
107
  * @memberof AccessWhitelistApplicationBatchImportTemplateDto
108
108
  */
109
109
  'vehicleLength'?: string;
110
+ /**
111
+ * 申请原因
112
+ * @type {string}
113
+ * @memberof AccessWhitelistApplicationBatchImportTemplateDto
114
+ */
115
+ 'applicantReason'?: string;
110
116
  /**
111
117
  * 公司ID
112
118
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "4.2.9-alpha.504",
3
+ "version": "4.2.9-alpha.505",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {