@gizone/rrs-client 3.11.15-alpha.73 → 3.11.15-alpha.74

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.
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { InspectionCategoryEnum } from './inspection-category-enum';
13
+ import type { InspectionStandardTypeEnum } from './inspection-standard-type-enum';
13
14
  import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
14
15
  import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
15
16
  /**
@@ -144,4 +145,10 @@ export interface InspectionStandardDTO {
144
145
  * @memberof InspectionStandardDTO
145
146
  */
146
147
  'executionTime'?: number;
148
+ /**
149
+ *
150
+ * @type {InspectionStandardTypeEnum}
151
+ * @memberof InspectionStandardDTO
152
+ */
153
+ 'type'?: InspectionStandardTypeEnum;
147
154
  }
@@ -36,17 +36,17 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
+ * @deprecated
41
42
  */
42
- 'pages'?: number;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
- * @type {boolean}
46
+ * @type {number}
46
47
  * @memberof IPageAccessVO
47
- * @deprecated
48
48
  */
49
- 'hitCount'?: boolean;
49
+ 'pages'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -10,6 +10,7 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  import type { InspectionCategoryEnum } from './inspection-category-enum';
13
+ import type { InspectionStandardTypeEnum } from './inspection-standard-type-enum';
13
14
  import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
14
15
  import type { WorkOrderPlanRepeatsEnum } from './work-order-plan-repeats-enum';
15
16
  /**
@@ -144,4 +145,10 @@ export interface InspectionStandardDTO {
144
145
  * @memberof InspectionStandardDTO
145
146
  */
146
147
  'executionTime'?: number;
148
+ /**
149
+ *
150
+ * @type {InspectionStandardTypeEnum}
151
+ * @memberof InspectionStandardDTO
152
+ */
153
+ 'type'?: InspectionStandardTypeEnum;
147
154
  }
@@ -36,17 +36,17 @@ export interface IPageAccessVO {
36
36
  'records'?: Array<AccessVO>;
37
37
  /**
38
38
  *
39
- * @type {number}
39
+ * @type {boolean}
40
40
  * @memberof IPageAccessVO
41
+ * @deprecated
41
42
  */
42
- 'pages'?: number;
43
+ 'hitCount'?: boolean;
43
44
  /**
44
45
  *
45
- * @type {boolean}
46
+ * @type {number}
46
47
  * @memberof IPageAccessVO
47
- * @deprecated
48
48
  */
49
- 'hitCount'?: boolean;
49
+ 'pages'?: number;
50
50
  /**
51
51
  *
52
52
  * @type {boolean}
@@ -18,6 +18,9 @@
18
18
  import type { InspectionCategoryEnum } from './inspection-category-enum';
19
19
  // May contain unused imports in some cases
20
20
  // @ts-ignore
21
+ import type { InspectionStandardTypeEnum } from './inspection-standard-type-enum';
22
+ // May contain unused imports in some cases
23
+ // @ts-ignore
21
24
  import type { WorkOrderPlanHolidaysEnum } from './work-order-plan-holidays-enum';
22
25
  // May contain unused imports in some cases
23
26
  // @ts-ignore
@@ -155,6 +158,12 @@ export interface InspectionStandardDTO {
155
158
  * @memberof InspectionStandardDTO
156
159
  */
157
160
  'executionTime'?: number;
161
+ /**
162
+ *
163
+ * @type {InspectionStandardTypeEnum}
164
+ * @memberof InspectionStandardDTO
165
+ */
166
+ 'type'?: InspectionStandardTypeEnum;
158
167
  }
159
168
 
160
169
 
@@ -43,17 +43,17 @@ export interface IPageAccessVO {
43
43
  'records'?: Array<AccessVO>;
44
44
  /**
45
45
  *
46
- * @type {number}
46
+ * @type {boolean}
47
47
  * @memberof IPageAccessVO
48
+ * @deprecated
48
49
  */
49
- 'pages'?: number;
50
+ 'hitCount'?: boolean;
50
51
  /**
51
52
  *
52
- * @type {boolean}
53
+ * @type {number}
53
54
  * @memberof IPageAccessVO
54
- * @deprecated
55
55
  */
56
- 'hitCount'?: boolean;
56
+ 'pages'?: number;
57
57
  /**
58
58
  *
59
59
  * @type {boolean}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gizone/rrs-client",
3
- "version": "3.11.15-alpha.73",
3
+ "version": "3.11.15-alpha.74",
4
4
  "description": "OpenAPI client for @gizone/rrs-client",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {