@kelvininc/js-client-sdk 7.3.0 → 7.5.0

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.
Files changed (187) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/dist/cjs/auth/auth.service.d.ts +1 -0
  3. package/dist/cjs/auth/auth.service.js +3 -0
  4. package/dist/cjs/auth/auth.service.js.map +1 -1
  5. package/dist/cjs/models/generated/alarmAssetStatistics.d.ts +8 -8
  6. package/dist/cjs/models/generated/alarmAssetStatistics.js +5 -4
  7. package/dist/cjs/models/generated/alarmAssetStatistics.js.map +1 -1
  8. package/dist/cjs/models/generated/alarmStatistics.d.ts +3 -2
  9. package/dist/cjs/models/generated/alarmStatistics.js +2 -1
  10. package/dist/cjs/models/generated/alarmStatistics.js.map +1 -1
  11. package/dist/cjs/models/generated/assetOEE.d.ts +26 -0
  12. package/dist/cjs/models/generated/assetOEE.js +25 -0
  13. package/dist/cjs/models/generated/assetOEE.js.map +1 -0
  14. package/dist/cjs/models/generated/assetShift.d.ts +4 -11
  15. package/dist/cjs/models/generated/assetShift.js +2 -7
  16. package/dist/cjs/models/generated/assetShift.js.map +1 -1
  17. package/dist/cjs/models/generated/failureEventItem.d.ts +33 -0
  18. package/dist/cjs/models/generated/failureEventItem.js +27 -0
  19. package/dist/cjs/models/generated/failureEventItem.js.map +1 -0
  20. package/dist/cjs/models/generated/failureEventPaginated.d.ts +21 -0
  21. package/dist/cjs/models/generated/failureEventPaginated.js +22 -0
  22. package/dist/cjs/models/generated/failureEventPaginated.js.map +1 -0
  23. package/dist/cjs/models/generated/index.d.ts +7 -3
  24. package/dist/cjs/models/generated/index.js +7 -3
  25. package/dist/cjs/models/generated/index.js.map +1 -1
  26. package/dist/{esm/models/generated/shiftOEECalculation.d.ts → cjs/models/generated/oEECalculation.d.ts} +3 -3
  27. package/dist/cjs/models/generated/{shiftOEECalculation.js → oEECalculation.js} +4 -4
  28. package/dist/cjs/models/generated/oEECalculation.js.map +1 -0
  29. package/dist/cjs/models/generated/{shiftOEEThresholds.d.ts → oEEThresholds.d.ts} +3 -3
  30. package/dist/cjs/models/generated/{shiftOEEThresholds.js → oEEThresholds.js} +4 -4
  31. package/dist/cjs/models/generated/oEEThresholds.js.map +1 -0
  32. package/dist/cjs/models/generated/{shiftOEE.d.ts → oEEValues.d.ts} +3 -3
  33. package/dist/cjs/models/generated/{shiftOEE.js → oEEValues.js} +4 -4
  34. package/dist/cjs/models/generated/oEEValues.js.map +1 -0
  35. package/dist/cjs/models/generated/severityStatistics.d.ts +23 -0
  36. package/dist/cjs/models/generated/severityStatistics.js +22 -0
  37. package/dist/cjs/models/generated/severityStatistics.js.map +1 -0
  38. package/dist/cjs/services/base.service.d.ts +1 -0
  39. package/dist/cjs/services/base.service.js +16 -8
  40. package/dist/cjs/services/base.service.js.map +1 -1
  41. package/dist/cjs/services/generated/api/alarm.service.d.ts +4 -2
  42. package/dist/cjs/services/generated/api/alarm.service.js +11 -1
  43. package/dist/cjs/services/generated/api/alarm.service.js.map +1 -1
  44. package/dist/cjs/services/generated/api/appRegistry.service.d.ts +1 -18
  45. package/dist/cjs/services/generated/api/appRegistry.service.js +0 -36
  46. package/dist/cjs/services/generated/api/appRegistry.service.js.map +1 -1
  47. package/dist/cjs/services/generated/api/asset.service.d.ts +31 -14
  48. package/dist/cjs/services/generated/api/asset.service.js +71 -22
  49. package/dist/cjs/services/generated/api/asset.service.js.map +1 -1
  50. package/dist/cjs/services/generated/api/failureDetection.service.d.ts +19 -2
  51. package/dist/cjs/services/generated/api/failureDetection.service.js +59 -0
  52. package/dist/cjs/services/generated/api/failureDetection.service.js.map +1 -1
  53. package/dist/cjs/services/generated/models/assetOEECreateData.d.ts +7 -0
  54. package/dist/cjs/services/generated/models/{assetShiftUpdateData.js → assetOEECreateData.js} +1 -1
  55. package/dist/cjs/services/generated/models/assetOEECreateData.js.map +1 -0
  56. package/dist/cjs/services/generated/models/assetOEEData.d.ts +10 -0
  57. package/dist/cjs/services/generated/models/{shiftOEEThresholdsData.js → assetOEEData.js} +1 -1
  58. package/dist/cjs/services/generated/models/assetOEEData.js.map +1 -0
  59. package/dist/cjs/services/generated/models/assetOEEGetData.d.ts +7 -0
  60. package/dist/cjs/services/generated/models/{shiftOEECalculationData.js → assetOEEGetData.js} +1 -1
  61. package/dist/cjs/services/generated/models/assetOEEGetData.js.map +1 -0
  62. package/dist/{esm/services/generated/models/assetShiftUpdateData.d.ts → cjs/services/generated/models/assetShiftCreateData.d.ts} +2 -5
  63. package/dist/cjs/services/generated/models/assetShiftCreateData.js +3 -0
  64. package/dist/cjs/services/generated/models/assetShiftCreateData.js.map +1 -0
  65. package/dist/cjs/services/generated/models/assetShiftGetData.d.ts +7 -0
  66. package/dist/cjs/services/generated/models/assetShiftGetData.js +3 -0
  67. package/dist/cjs/services/generated/models/assetShiftGetData.js.map +1 -0
  68. package/dist/cjs/services/generated/models/index.d.ts +7 -3
  69. package/dist/cjs/services/generated/models/index.js +7 -3
  70. package/dist/cjs/services/generated/models/index.js.map +1 -1
  71. package/dist/cjs/services/generated/models/{shiftOEECalculationData.d.ts → oEECalculationData.d.ts} +1 -1
  72. package/dist/cjs/services/generated/models/oEECalculationData.js +3 -0
  73. package/dist/cjs/services/generated/models/oEECalculationData.js.map +1 -0
  74. package/dist/cjs/services/generated/models/{shiftOEEThresholdsData.d.ts → oEEThresholdsData.d.ts} +1 -1
  75. package/dist/cjs/services/generated/models/oEEThresholdsData.js +3 -0
  76. package/dist/cjs/services/generated/models/oEEThresholdsData.js.map +1 -0
  77. package/dist/cjs/services/generated/models/storageCreateData.d.ts +1 -0
  78. package/dist/cjs/services/generated/models/storageCreateData.js.map +1 -1
  79. package/dist/cjs/services/generated/types/alarm.service.types.d.ts +4 -0
  80. package/dist/cjs/services/generated/types/alarm.service.types.js.map +1 -1
  81. package/dist/cjs/services/generated/types/appRegistry.service.types.d.ts +0 -15
  82. package/dist/cjs/services/generated/types/appRegistry.service.types.js.map +1 -1
  83. package/dist/cjs/services/generated/types/asset.service.types.d.ts +24 -9
  84. package/dist/cjs/services/generated/types/asset.service.types.js.map +1 -1
  85. package/dist/cjs/services/generated/types/failureDetection.service.types.d.ts +16 -0
  86. package/dist/cjs/services/generated/types/failureDetection.service.types.js.map +1 -1
  87. package/dist/esm/auth/auth.service.d.ts +1 -0
  88. package/dist/esm/auth/auth.service.js +3 -0
  89. package/dist/esm/auth/auth.service.js.map +1 -1
  90. package/dist/esm/models/generated/alarmAssetStatistics.d.ts +8 -8
  91. package/dist/esm/models/generated/alarmAssetStatistics.js +5 -4
  92. package/dist/esm/models/generated/alarmAssetStatistics.js.map +1 -1
  93. package/dist/esm/models/generated/alarmStatistics.d.ts +3 -2
  94. package/dist/esm/models/generated/alarmStatistics.js +2 -1
  95. package/dist/esm/models/generated/alarmStatistics.js.map +1 -1
  96. package/dist/esm/models/generated/assetOEE.d.ts +26 -0
  97. package/dist/esm/models/generated/assetOEE.js +21 -0
  98. package/dist/esm/models/generated/assetOEE.js.map +1 -0
  99. package/dist/esm/models/generated/assetShift.d.ts +4 -11
  100. package/dist/esm/models/generated/assetShift.js +2 -7
  101. package/dist/esm/models/generated/assetShift.js.map +1 -1
  102. package/dist/esm/models/generated/failureEventItem.d.ts +33 -0
  103. package/dist/esm/models/generated/failureEventItem.js +23 -0
  104. package/dist/esm/models/generated/failureEventItem.js.map +1 -0
  105. package/dist/esm/models/generated/failureEventPaginated.d.ts +21 -0
  106. package/dist/esm/models/generated/failureEventPaginated.js +18 -0
  107. package/dist/esm/models/generated/failureEventPaginated.js.map +1 -0
  108. package/dist/esm/models/generated/index.d.ts +7 -3
  109. package/dist/esm/models/generated/index.js +7 -3
  110. package/dist/esm/models/generated/index.js.map +1 -1
  111. package/dist/{cjs/models/generated/shiftOEECalculation.d.ts → esm/models/generated/oEECalculation.d.ts} +3 -3
  112. package/dist/esm/models/generated/{shiftOEECalculation.js → oEECalculation.js} +2 -2
  113. package/dist/esm/models/generated/oEECalculation.js.map +1 -0
  114. package/dist/esm/models/generated/{shiftOEEThresholds.d.ts → oEEThresholds.d.ts} +3 -3
  115. package/dist/esm/models/generated/{shiftOEEThresholds.js → oEEThresholds.js} +2 -2
  116. package/dist/esm/models/generated/oEEThresholds.js.map +1 -0
  117. package/dist/esm/models/generated/{shiftOEE.d.ts → oEEValues.d.ts} +3 -3
  118. package/dist/esm/models/generated/{shiftOEE.js → oEEValues.js} +2 -2
  119. package/dist/esm/models/generated/oEEValues.js.map +1 -0
  120. package/dist/esm/models/generated/severityStatistics.d.ts +23 -0
  121. package/dist/esm/models/generated/severityStatistics.js +18 -0
  122. package/dist/esm/models/generated/severityStatistics.js.map +1 -0
  123. package/dist/esm/services/base.service.d.ts +1 -0
  124. package/dist/esm/services/base.service.js +16 -8
  125. package/dist/esm/services/base.service.js.map +1 -1
  126. package/dist/esm/services/generated/api/alarm.service.d.ts +4 -2
  127. package/dist/esm/services/generated/api/alarm.service.js +11 -1
  128. package/dist/esm/services/generated/api/alarm.service.js.map +1 -1
  129. package/dist/esm/services/generated/api/appRegistry.service.d.ts +1 -18
  130. package/dist/esm/services/generated/api/appRegistry.service.js +0 -36
  131. package/dist/esm/services/generated/api/appRegistry.service.js.map +1 -1
  132. package/dist/esm/services/generated/api/asset.service.d.ts +31 -14
  133. package/dist/esm/services/generated/api/asset.service.js +72 -23
  134. package/dist/esm/services/generated/api/asset.service.js.map +1 -1
  135. package/dist/esm/services/generated/api/failureDetection.service.d.ts +19 -2
  136. package/dist/esm/services/generated/api/failureDetection.service.js +60 -1
  137. package/dist/esm/services/generated/api/failureDetection.service.js.map +1 -1
  138. package/dist/esm/services/generated/models/assetOEECreateData.d.ts +7 -0
  139. package/dist/esm/services/generated/models/assetOEECreateData.js +1 -0
  140. package/dist/esm/services/generated/models/assetOEECreateData.js.map +1 -0
  141. package/dist/esm/services/generated/models/assetOEEData.d.ts +10 -0
  142. package/dist/esm/services/generated/models/assetOEEData.js +1 -0
  143. package/dist/esm/services/generated/models/assetOEEData.js.map +1 -0
  144. package/dist/esm/services/generated/models/assetOEEGetData.d.ts +7 -0
  145. package/dist/esm/services/generated/models/assetOEEGetData.js +1 -0
  146. package/dist/esm/services/generated/models/assetOEEGetData.js.map +1 -0
  147. package/dist/{cjs/services/generated/models/assetShiftUpdateData.d.ts → esm/services/generated/models/assetShiftCreateData.d.ts} +2 -5
  148. package/dist/esm/services/generated/models/assetShiftCreateData.js +1 -0
  149. package/dist/esm/services/generated/models/assetShiftCreateData.js.map +1 -0
  150. package/dist/esm/services/generated/models/assetShiftGetData.d.ts +7 -0
  151. package/dist/esm/services/generated/models/assetShiftGetData.js +1 -0
  152. package/dist/esm/services/generated/models/assetShiftGetData.js.map +1 -0
  153. package/dist/esm/services/generated/models/index.d.ts +7 -3
  154. package/dist/esm/services/generated/models/index.js +7 -3
  155. package/dist/esm/services/generated/models/index.js.map +1 -1
  156. package/dist/esm/services/generated/models/{shiftOEECalculationData.d.ts → oEECalculationData.d.ts} +1 -1
  157. package/dist/esm/services/generated/models/oEECalculationData.js +1 -0
  158. package/dist/esm/services/generated/models/oEECalculationData.js.map +1 -0
  159. package/dist/esm/services/generated/models/{shiftOEEThresholdsData.d.ts → oEEThresholdsData.d.ts} +1 -1
  160. package/dist/esm/services/generated/models/oEEThresholdsData.js +1 -0
  161. package/dist/esm/services/generated/models/oEEThresholdsData.js.map +1 -0
  162. package/dist/esm/services/generated/models/storageCreateData.d.ts +1 -0
  163. package/dist/esm/services/generated/models/storageCreateData.js.map +1 -1
  164. package/dist/esm/services/generated/types/alarm.service.types.d.ts +4 -0
  165. package/dist/esm/services/generated/types/alarm.service.types.js.map +1 -1
  166. package/dist/esm/services/generated/types/appRegistry.service.types.d.ts +0 -15
  167. package/dist/esm/services/generated/types/appRegistry.service.types.js.map +1 -1
  168. package/dist/esm/services/generated/types/asset.service.types.d.ts +24 -9
  169. package/dist/esm/services/generated/types/asset.service.types.js.map +1 -1
  170. package/dist/esm/services/generated/types/failureDetection.service.types.d.ts +16 -0
  171. package/dist/esm/services/generated/types/failureDetection.service.types.js.map +1 -1
  172. package/package.json +2 -2
  173. package/dist/cjs/models/generated/shiftOEE.js.map +0 -1
  174. package/dist/cjs/models/generated/shiftOEECalculation.js.map +0 -1
  175. package/dist/cjs/models/generated/shiftOEEThresholds.js.map +0 -1
  176. package/dist/cjs/services/generated/models/assetShiftUpdateData.js.map +0 -1
  177. package/dist/cjs/services/generated/models/shiftOEECalculationData.js.map +0 -1
  178. package/dist/cjs/services/generated/models/shiftOEEThresholdsData.js.map +0 -1
  179. package/dist/esm/models/generated/shiftOEE.js.map +0 -1
  180. package/dist/esm/models/generated/shiftOEECalculation.js.map +0 -1
  181. package/dist/esm/models/generated/shiftOEEThresholds.js.map +0 -1
  182. package/dist/esm/services/generated/models/assetShiftUpdateData.js +0 -1
  183. package/dist/esm/services/generated/models/assetShiftUpdateData.js.map +0 -1
  184. package/dist/esm/services/generated/models/shiftOEECalculationData.js +0 -1
  185. package/dist/esm/services/generated/models/shiftOEECalculationData.js.map +0 -1
  186. package/dist/esm/services/generated/models/shiftOEEThresholdsData.js +0 -1
  187. package/dist/esm/services/generated/models/shiftOEEThresholdsData.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,39 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [7.5.0](https://bitbucket.org/kelvininc/kelvinjs/compare/v7.4.1...v7.5.0) (2022-05-06)
7
+
8
+
9
+ ### Features
10
+
11
+ * add asset shift and OEE endpoints ([fa0463b](https://bitbucket.org/kelvininc/kelvinjs/commits/fa0463b6ade1de79fb242f2bc9507fd98e7072c9))
12
+
13
+
14
+
15
+
16
+
17
+ ## [7.4.1](https://bitbucket.org/kelvininc/kelvinjs/compare/v7.4.0...v7.4.1) (2022-05-05)
18
+
19
+
20
+ ### Bug Fixes
21
+
22
+ * **session:** only renew session if auth config is provided ([4ec5818](https://bitbucket.org/kelvininc/kelvinjs/commits/4ec58183d439f4106a58d8ad8178dfe5a30d3526))
23
+
24
+
25
+
26
+
27
+
28
+ # [7.4.0](https://bitbucket.org/kelvininc/kelvinjs/compare/v7.3.0...v7.4.0) (2022-04-27)
29
+
30
+
31
+ ### Features
32
+
33
+ * **asset-hierarchy:** add entityTypeDepth param ([72623ca](https://bitbucket.org/kelvininc/kelvinjs/commits/72623ca3e387dec91c881a8eaa0a974ef2bbca5f))
34
+
35
+
36
+
37
+
38
+
6
39
  # [7.3.0](https://bitbucket.org/kelvininc/kelvinjs/compare/v7.2.0...v7.3.0) (2022-04-12)
7
40
 
8
41
 
@@ -15,6 +15,7 @@ export declare class AuthService {
15
15
  private static onSessionEvent$;
16
16
  private static renewSession$;
17
17
  static login(params: IAuthLoginParams): Observable<ISessionConfig>;
18
+ static hasAuthConfig(): boolean;
18
19
  static hasSession(): boolean;
19
20
  static hasValidSession(): boolean;
20
21
  static logout(): boolean;
@@ -30,6 +30,9 @@ class AuthService {
30
30
  return core_1.send(request, session_1.Session)
31
31
  .pipe(operators_1.tap(session_1.setSession));
32
32
  }
33
+ static hasAuthConfig() {
34
+ return core_1.getConfig(core_1.EConfigKey.Auth) !== undefined;
35
+ }
33
36
  static hasSession() {
34
37
  return session_1.hasSession();
35
38
  }
@@ -1 +1 @@
1
- {"version":3,"file":"auth.service.js","sourceRoot":"","sources":["../../../src/auth/auth.service.ts"],"names":[],"mappings":"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","sourcesContent":["import { Observable, Subject } from 'rxjs';\nimport { tap } from 'rxjs/operators';\nimport { EConfigKey, EKvHttpMethod, getConfig, IKvAuthConfig, IKvHttpRequest, send } from '../core';\nimport { ESessionEventType, getSession, hasSession, hasValidSession, ISessionConfig, ISessionEvent, removeSession, Session, setSession } from '../core/session';\n\nexport enum EGrantType {\n\tpassword = 'password',\n\trefreshToken = 'refresh_token'\n}\n\nexport interface IAuthRefreshTokenParams {\n\trefresh_token: string;\n}\n\nexport interface IAuthLoginParams {\n\tusername: string;\n\tpassword: string;\n}\n\nfunction buildRequest(params: IAuthLoginParams | IAuthRefreshTokenParams, type: EGrantType): IKvHttpRequest {\n\tconst { clientId, realm, url: baseUrl } = getConfig<IKvAuthConfig>(EConfigKey.Auth);\n\tconst url = `${baseUrl}/realms/${realm}/protocol/openid-connect/token`;\n\n\tconst formData = new URLSearchParams({\n\t\t...params,\n\t\tclient_id: clientId,\n\t\tgrant_type: type\n\t});\n\n\treturn {\n\t\tmethod: EKvHttpMethod.POST,\n\t\turl,\n\t\theaders: {\n\t\t\t'content-type': 'application/x-www-form-urlencoded'\n\t\t},\n\t\tdata: formData.toString()\n\t};\n}\n\nexport class AuthService {\n\n\tprivate static onSessionEvent$: Subject<ISessionEvent> = new Subject<ISessionEvent>();\n\tprivate static renewSession$: Subject<ISessionConfig> = null;\n\n\tstatic login(params: IAuthLoginParams): Observable<ISessionConfig> {\n\t\tconst request = buildRequest(params, EGrantType.password);\n\t\tthis.emitSessionEventType(ESessionEventType.Init);\n\t\treturn send(request, Session)\n\t\t\t.pipe(\n\t\t\t\ttap(setSession)\n\t\t\t);\n\t}\n\n\tstatic hasSession() {\n\t\treturn hasSession();\n\t}\n\n\tstatic hasValidSession(): boolean {\n\t\treturn hasValidSession();\n\t}\n\n\tstatic logout(): boolean {\n\t\treturn removeSession();\n\t}\n\n\tstatic renewSession() {\n\t\tif (this.renewSession$) {\n\t\t\treturn this.renewSession$.asObservable();\n\t\t}\n\n\t\tthis.renewSession$ = new Subject();\n\t\tthis.emitSessionEventType(ESessionEventType.Renew);\n\n\t\tconst request = buildRequest({\n\t\t\trefresh_token: getSession()?.refreshToken\n\t\t}, EGrantType.refreshToken);\n\n\t\tsend(request, Session)\n\t\t\t.pipe(tap(setSession))\n\t\t\t.subscribe(\n\t\t\t\t(session) => {\n\t\t\t\t\tthis.renewSession$.next(session);\n\t\t\t\t\tthis.renewSession$.complete();\n\t\t\t\t\tthis.renewSession$ = null;\n\t\t\t\t},\n\t\t\t\t(error) => {\n\t\t\t\t\tthis.emitSessionEventType(ESessionEventType.RenewError, error);\n\t\t\t\t\tthis.renewSession$.error(error);\n\t\t\t\t\tthis.renewSession$ = null;\n\t\t\t\t}\n\t\t\t);\n\t\treturn this.renewSession$.asObservable();\n\t}\n\n\tstatic onSessionEvent() {\n\t\treturn this.onSessionEvent$.asObservable();\n\t}\n\n\tprivate static emitSessionEventType(type: ESessionEventType, error = null) {\n\t\tthis.onSessionEvent$.next({\n\t\t\ttype,\n\t\t\tsession: getSession(),\n\t\t\terror\n\t\t});\n\t}\n}\n"]}
1
+ {"version":3,"file":"auth.service.js","sourceRoot":"","sources":["../../../src/auth/auth.service.ts"],"names":[],"mappings":"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","sourcesContent":["import { Observable, Subject } from 'rxjs';\nimport { tap } from 'rxjs/operators';\nimport { EConfigKey, EKvHttpMethod, getConfig, IKvAuthConfig, IKvHttpRequest, send } from '../core';\nimport { ESessionEventType, getSession, hasSession, hasValidSession, ISessionConfig, ISessionEvent, removeSession, Session, setSession } from '../core/session';\n\nexport enum EGrantType {\n\tpassword = 'password',\n\trefreshToken = 'refresh_token'\n}\n\nexport interface IAuthRefreshTokenParams {\n\trefresh_token: string;\n}\n\nexport interface IAuthLoginParams {\n\tusername: string;\n\tpassword: string;\n}\n\nfunction buildRequest(params: IAuthLoginParams | IAuthRefreshTokenParams, type: EGrantType): IKvHttpRequest {\n\tconst { clientId, realm, url: baseUrl } = getConfig<IKvAuthConfig>(EConfigKey.Auth);\n\tconst url = `${baseUrl}/realms/${realm}/protocol/openid-connect/token`;\n\n\tconst formData = new URLSearchParams({\n\t\t...params,\n\t\tclient_id: clientId,\n\t\tgrant_type: type\n\t});\n\n\treturn {\n\t\tmethod: EKvHttpMethod.POST,\n\t\turl,\n\t\theaders: {\n\t\t\t'content-type': 'application/x-www-form-urlencoded'\n\t\t},\n\t\tdata: formData.toString()\n\t};\n}\n\nexport class AuthService {\n\n\tprivate static onSessionEvent$: Subject<ISessionEvent> = new Subject<ISessionEvent>();\n\tprivate static renewSession$: Subject<ISessionConfig> = null;\n\n\tstatic login(params: IAuthLoginParams): Observable<ISessionConfig> {\n\t\tconst request = buildRequest(params, EGrantType.password);\n\t\tthis.emitSessionEventType(ESessionEventType.Init);\n\t\treturn send(request, Session)\n\t\t\t.pipe(\n\t\t\t\ttap(setSession)\n\t\t\t);\n\t}\n\n\tstatic hasAuthConfig() {\n\t\treturn getConfig<IKvAuthConfig>(EConfigKey.Auth) !== undefined;\n\t}\n\n\tstatic hasSession() {\n\t\treturn hasSession();\n\t}\n\n\tstatic hasValidSession(): boolean {\n\t\treturn hasValidSession();\n\t}\n\n\tstatic logout(): boolean {\n\t\treturn removeSession();\n\t}\n\n\tstatic renewSession() {\n\t\tif (this.renewSession$) {\n\t\t\treturn this.renewSession$.asObservable();\n\t\t}\n\n\t\tthis.renewSession$ = new Subject();\n\t\tthis.emitSessionEventType(ESessionEventType.Renew);\n\n\t\tconst request = buildRequest({\n\t\t\trefresh_token: getSession()?.refreshToken\n\t\t}, EGrantType.refreshToken);\n\n\t\tsend(request, Session)\n\t\t\t.pipe(tap(setSession))\n\t\t\t.subscribe(\n\t\t\t\t(session) => {\n\t\t\t\t\tthis.renewSession$.next(session);\n\t\t\t\t\tthis.renewSession$.complete();\n\t\t\t\t\tthis.renewSession$ = null;\n\t\t\t\t},\n\t\t\t\t(error) => {\n\t\t\t\t\tthis.emitSessionEventType(ESessionEventType.RenewError, error);\n\t\t\t\t\tthis.renewSession$.error(error);\n\t\t\t\t\tthis.renewSession$ = null;\n\t\t\t\t}\n\t\t\t);\n\t\treturn this.renewSession$.asObservable();\n\t}\n\n\tstatic onSessionEvent() {\n\t\treturn this.onSessionEvent$.asObservable();\n\t}\n\n\tprivate static emitSessionEventType(type: ESessionEventType, error = null) {\n\t\tthis.onSessionEvent$.next({\n\t\t\ttype,\n\t\t\tsession: getSession(),\n\t\t\terror\n\t\t});\n\t}\n}\n"]}
@@ -1,21 +1,21 @@
1
1
  import { Model } from '../model';
2
+ import { ISeverityStatistics, SeverityStatistics } from './severityStatistics';
3
+ import { IStatusStatistics, StatusStatistics } from './statusStatistics';
2
4
  /**
3
5
  * @category Service Response Model
4
6
  */
5
7
  export interface IAlarmAssetStatistics {
6
- active?: number;
7
- resolved?: number;
8
- acknowledged?: number;
9
- name?: string;
8
+ asset_name?: string;
9
+ status?: StatusStatistics | IStatusStatistics;
10
+ severity?: Array<SeverityStatistics | ISeverityStatistics>;
10
11
  }
11
12
  /**
12
13
  * @category Service Response Model Object
13
14
  */
14
15
  export declare class AlarmAssetStatistics extends Model {
15
- active: number;
16
- resolved: number;
17
- acknowledged: number;
18
- name: string;
16
+ assetName: string;
17
+ status: StatusStatistics;
18
+ severity: Array<SeverityStatistics>;
19
19
  constructor(model?: IAlarmAssetStatistics);
20
20
  mapping(): {
21
21
  [key: string]: Object;
@@ -2,6 +2,8 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AlarmAssetStatistics = void 0;
4
4
  const model_1 = require("../model");
5
+ const severityStatistics_1 = require("./severityStatistics");
6
+ const statusStatistics_1 = require("./statusStatistics");
5
7
  /**
6
8
  * @category Service Response Model Object
7
9
  */
@@ -11,10 +13,9 @@ class AlarmAssetStatistics extends model_1.Model {
11
13
  }
12
14
  mapping() {
13
15
  return {
14
- active: 'active',
15
- resolved: 'resolved',
16
- acknowledged: 'acknowledged',
17
- name: 'name'
16
+ asset_name: 'assetName',
17
+ status: ['status', statusStatistics_1.StatusStatistics],
18
+ severity: ['severity', severityStatistics_1.SeverityStatistics]
18
19
  };
19
20
  }
20
21
  }
@@ -1 +1 @@
1
- {"version":3,"file":"alarmAssetStatistics.js","sourceRoot":"","sources":["../../../../src/models/generated/alarmAssetStatistics.ts"],"names":[],"mappings":";;;AAAA,oCAAiC;AAYjC;;GAEG;AACH,MAAa,oBAAqB,SAAQ,aAAK;IAM9C,YAAY,KAA6B;QACxC,KAAK,CAAC,KAAK,CAAC,CAAC;IACd,CAAC;IAED,OAAO;QACN,OAAO;YACN,MAAM,EAAE,QAAQ;YAChB,QAAQ,EAAE,UAAU;YACpB,YAAY,EAAE,cAAc;YAC5B,IAAI,EAAE,MAAM;SACZ,CAAC;IACH,CAAC;CACD;AAlBD,oDAkBC","sourcesContent":["import { Model } from '../model';\n\n/**\n * @category Service Response Model\n */\nexport interface IAlarmAssetStatistics {\n\tactive?: number;\n\tresolved?: number;\n\tacknowledged?: number;\n\tname?: string;\n}\n\n/**\n * @category Service Response Model Object\n */\nexport class AlarmAssetStatistics extends Model {\n\tactive: number;\n\tresolved: number;\n\tacknowledged: number;\n\tname: string;\n\n\tconstructor(model?: IAlarmAssetStatistics) {\n\t\tsuper(model);\n\t}\n\n\tmapping(): { [key: string]: Object } {\n\t\treturn {\n\t\t\tactive: 'active',\n\t\t\tresolved: 'resolved',\n\t\t\tacknowledged: 'acknowledged',\n\t\t\tname: 'name'\n\t\t};\n\t}\n}\n"]}
1
+ {"version":3,"file":"alarmAssetStatistics.js","sourceRoot":"","sources":["../../../../src/models/generated/alarmAssetStatistics.ts"],"names":[],"mappings":";;;AAAA,oCAAiC;AACjC,6DAA+E;AAC/E,yDAAyE;AAWzE;;GAEG;AACH,MAAa,oBAAqB,SAAQ,aAAK;IAK9C,YAAY,KAA6B;QACxC,KAAK,CAAC,KAAK,CAAC,CAAC;IACd,CAAC;IAED,OAAO;QACN,OAAO;YACN,UAAU,EAAE,WAAW;YACvB,MAAM,EAAE,CAAC,QAAQ,EAAE,mCAAgB,CAAC;YACpC,QAAQ,EAAE,CAAC,UAAU,EAAE,uCAAkB,CAAC;SAC1C,CAAC;IACH,CAAC;CACD;AAhBD,oDAgBC","sourcesContent":["import { Model } from '../model';\nimport { ISeverityStatistics, SeverityStatistics } from './severityStatistics';\nimport { IStatusStatistics, StatusStatistics } from './statusStatistics';\n\n/**\n * @category Service Response Model\n */\nexport interface IAlarmAssetStatistics {\n\tasset_name?: string;\n\tstatus?: StatusStatistics | IStatusStatistics;\n\tseverity?: Array<SeverityStatistics | ISeverityStatistics>;\n}\n\n/**\n * @category Service Response Model Object\n */\nexport class AlarmAssetStatistics extends Model {\n\tassetName: string;\n\tstatus: StatusStatistics;\n\tseverity: Array<SeverityStatistics>;\n\n\tconstructor(model?: IAlarmAssetStatistics) {\n\t\tsuper(model);\n\t}\n\n\tmapping(): { [key: string]: Object } {\n\t\treturn {\n\t\t\tasset_name: 'assetName',\n\t\t\tstatus: ['status', StatusStatistics],\n\t\t\tseverity: ['severity', SeverityStatistics]\n\t\t};\n\t}\n}\n"]}
@@ -1,18 +1,19 @@
1
1
  import { Model } from '../model';
2
+ import { ISeverityStatistics, SeverityStatistics } from './severityStatistics';
2
3
  import { IStatusStatistics, StatusStatistics } from './statusStatistics';
3
4
  /**
4
5
  * @category Service Response Model
5
6
  */
6
7
  export interface IAlarmStatistics {
7
8
  status?: StatusStatistics | IStatusStatistics;
8
- severity?: Array<StatusStatistics | IStatusStatistics>;
9
+ severity?: Array<SeverityStatistics | ISeverityStatistics>;
9
10
  }
10
11
  /**
11
12
  * @category Service Response Model Object
12
13
  */
13
14
  export declare class AlarmStatistics extends Model {
14
15
  status: StatusStatistics;
15
- severity: Array<StatusStatistics>;
16
+ severity: Array<SeverityStatistics>;
16
17
  constructor(model?: IAlarmStatistics);
17
18
  mapping(): {
18
19
  [key: string]: Object;
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AlarmStatistics = void 0;
4
4
  const model_1 = require("../model");
5
+ const severityStatistics_1 = require("./severityStatistics");
5
6
  const statusStatistics_1 = require("./statusStatistics");
6
7
  /**
7
8
  * @category Service Response Model Object
@@ -13,7 +14,7 @@ class AlarmStatistics extends model_1.Model {
13
14
  mapping() {
14
15
  return {
15
16
  status: ['status', statusStatistics_1.StatusStatistics],
16
- severity: ['severity', statusStatistics_1.StatusStatistics]
17
+ severity: ['severity', severityStatistics_1.SeverityStatistics]
17
18
  };
18
19
  }
19
20
  }
@@ -1 +1 @@
1
- {"version":3,"file":"alarmStatistics.js","sourceRoot":"","sources":["../../../../src/models/generated/alarmStatistics.ts"],"names":[],"mappings":";;;AAAA,oCAAiC;AACjC,yDAAyE;AAUzE;;GAEG;AACH,MAAa,eAAgB,SAAQ,aAAK;IAIzC,YAAY,KAAwB;QACnC,KAAK,CAAC,KAAK,CAAC,CAAC;IACd,CAAC;IAED,OAAO;QACN,OAAO;YACN,MAAM,EAAE,CAAC,QAAQ,EAAE,mCAAgB,CAAC;YACpC,QAAQ,EAAE,CAAC,UAAU,EAAE,mCAAgB,CAAC;SACxC,CAAC;IACH,CAAC;CACD;AAdD,0CAcC","sourcesContent":["import { Model } from '../model';\nimport { IStatusStatistics, StatusStatistics } from './statusStatistics';\n\n/**\n * @category Service Response Model\n */\nexport interface IAlarmStatistics {\n\tstatus?: StatusStatistics | IStatusStatistics;\n\tseverity?: Array<StatusStatistics | IStatusStatistics>;\n}\n\n/**\n * @category Service Response Model Object\n */\nexport class AlarmStatistics extends Model {\n\tstatus: StatusStatistics;\n\tseverity: Array<StatusStatistics>;\n\n\tconstructor(model?: IAlarmStatistics) {\n\t\tsuper(model);\n\t}\n\n\tmapping(): { [key: string]: Object } {\n\t\treturn {\n\t\t\tstatus: ['status', StatusStatistics],\n\t\t\tseverity: ['severity', StatusStatistics]\n\t\t};\n\t}\n}\n"]}
1
+ {"version":3,"file":"alarmStatistics.js","sourceRoot":"","sources":["../../../../src/models/generated/alarmStatistics.ts"],"names":[],"mappings":";;;AAAA,oCAAiC;AACjC,6DAA+E;AAC/E,yDAAyE;AAUzE;;GAEG;AACH,MAAa,eAAgB,SAAQ,aAAK;IAIzC,YAAY,KAAwB;QACnC,KAAK,CAAC,KAAK,CAAC,CAAC;IACd,CAAC;IAED,OAAO;QACN,OAAO;YACN,MAAM,EAAE,CAAC,QAAQ,EAAE,mCAAgB,CAAC;YACpC,QAAQ,EAAE,CAAC,UAAU,EAAE,uCAAkB,CAAC;SAC1C,CAAC;IACH,CAAC;CACD;AAdD,0CAcC","sourcesContent":["import { Model } from '../model';\nimport { ISeverityStatistics, SeverityStatistics } from './severityStatistics';\nimport { IStatusStatistics, StatusStatistics } from './statusStatistics';\n\n/**\n * @category Service Response Model\n */\nexport interface IAlarmStatistics {\n\tstatus?: StatusStatistics | IStatusStatistics;\n\tseverity?: Array<SeverityStatistics | ISeverityStatistics>;\n}\n\n/**\n * @category Service Response Model Object\n */\nexport class AlarmStatistics extends Model {\n\tstatus: StatusStatistics;\n\tseverity: Array<SeverityStatistics>;\n\n\tconstructor(model?: IAlarmStatistics) {\n\t\tsuper(model);\n\t}\n\n\tmapping(): { [key: string]: Object } {\n\t\treturn {\n\t\t\tstatus: ['status', StatusStatistics],\n\t\t\tseverity: ['severity', SeverityStatistics]\n\t\t};\n\t}\n}\n"]}
@@ -0,0 +1,26 @@
1
+ import { Model } from '../model';
2
+ import { IOEECalculation, OEECalculation } from './oEECalculation';
3
+ import { IOEEThresholds, OEEThresholds } from './oEEThresholds';
4
+ import { IOEEValues, OEEValues } from './oEEValues';
5
+ /**
6
+ * @category Service Response Model
7
+ */
8
+ export interface IAssetOEE {
9
+ asset_name?: string;
10
+ oee_values?: OEEValues | IOEEValues;
11
+ oee_calculation?: OEECalculation | IOEECalculation;
12
+ oee_thresholds?: OEEThresholds | IOEEThresholds;
13
+ }
14
+ /**
15
+ * @category Service Response Model Object
16
+ */
17
+ export declare class AssetOEE extends Model {
18
+ assetName: string;
19
+ oeeValues: OEEValues;
20
+ oeeCalculation: OEECalculation;
21
+ oeeThresholds: OEEThresholds;
22
+ constructor(model?: IAssetOEE);
23
+ mapping(): {
24
+ [key: string]: Object;
25
+ };
26
+ }
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AssetOEE = void 0;
4
+ const model_1 = require("../model");
5
+ const oEECalculation_1 = require("./oEECalculation");
6
+ const oEEThresholds_1 = require("./oEEThresholds");
7
+ const oEEValues_1 = require("./oEEValues");
8
+ /**
9
+ * @category Service Response Model Object
10
+ */
11
+ class AssetOEE extends model_1.Model {
12
+ constructor(model) {
13
+ super(model);
14
+ }
15
+ mapping() {
16
+ return {
17
+ asset_name: 'assetName',
18
+ oee_values: ['oeeValues', oEEValues_1.OEEValues],
19
+ oee_calculation: ['oeeCalculation', oEECalculation_1.OEECalculation],
20
+ oee_thresholds: ['oeeThresholds', oEEThresholds_1.OEEThresholds]
21
+ };
22
+ }
23
+ }
24
+ exports.AssetOEE = AssetOEE;
25
+ //# sourceMappingURL=assetOEE.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"assetOEE.js","sourceRoot":"","sources":["../../../../src/models/generated/assetOEE.ts"],"names":[],"mappings":";;;AAAA,oCAAiC;AACjC,qDAAmE;AACnE,mDAAgE;AAChE,2CAAoD;AAYpD;;GAEG;AACH,MAAa,QAAS,SAAQ,aAAK;IAMlC,YAAY,KAAiB;QAC5B,KAAK,CAAC,KAAK,CAAC,CAAC;IACd,CAAC;IAED,OAAO;QACN,OAAO;YACN,UAAU,EAAE,WAAW;YACvB,UAAU,EAAE,CAAC,WAAW,EAAE,qBAAS,CAAC;YACpC,eAAe,EAAE,CAAC,gBAAgB,EAAE,+BAAc,CAAC;YACnD,cAAc,EAAE,CAAC,eAAe,EAAE,6BAAa,CAAC;SAChD,CAAC;IACH,CAAC;CACD;AAlBD,4BAkBC","sourcesContent":["import { Model } from '../model';\nimport { IOEECalculation, OEECalculation } from './oEECalculation';\nimport { IOEEThresholds, OEEThresholds } from './oEEThresholds';\nimport { IOEEValues, OEEValues } from './oEEValues';\n\n/**\n * @category Service Response Model\n */\nexport interface IAssetOEE {\n\tasset_name?: string;\n\toee_values?: OEEValues | IOEEValues;\n\toee_calculation?: OEECalculation | IOEECalculation;\n\toee_thresholds?: OEEThresholds | IOEEThresholds;\n}\n\n/**\n * @category Service Response Model Object\n */\nexport class AssetOEE extends Model {\n\tassetName: string;\n\toeeValues: OEEValues;\n\toeeCalculation: OEECalculation;\n\toeeThresholds: OEEThresholds;\n\n\tconstructor(model?: IAssetOEE) {\n\t\tsuper(model);\n\t}\n\n\tmapping(): { [key: string]: Object } {\n\t\treturn {\n\t\t\tasset_name: 'assetName',\n\t\t\toee_values: ['oeeValues', OEEValues],\n\t\t\toee_calculation: ['oeeCalculation', OEECalculation],\n\t\t\toee_thresholds: ['oeeThresholds', OEEThresholds]\n\t\t};\n\t}\n}\n"]}
@@ -1,30 +1,23 @@
1
1
  import { Model } from '../model';
2
2
  import { IProductionInfo, ProductionInfo } from './productionInfo';
3
3
  import { IShiftInfo, ShiftInfo } from './shiftInfo';
4
- import { IShiftOEE, ShiftOEE } from './shiftOEE';
5
- import { IShiftOEECalculation, ShiftOEECalculation } from './shiftOEECalculation';
6
- import { IShiftOEEThresholds, ShiftOEEThresholds } from './shiftOEEThresholds';
7
4
  import { ITeamMember, TeamMember } from './teamMember';
8
5
  /**
9
6
  * @category Service Response Model
10
7
  */
11
8
  export interface IAssetShift {
12
- shift_oee_calculation?: ShiftOEECalculation | IShiftOEECalculation;
13
- shift_oee_thresholds?: ShiftOEEThresholds | IShiftOEEThresholds;
14
- shift_oee?: ShiftOEE | IShiftOEE;
15
- team_info?: Array<TeamMember | ITeamMember>;
9
+ asset_name?: string;
16
10
  shift_info?: ShiftInfo | IShiftInfo;
11
+ team_info?: Array<TeamMember | ITeamMember>;
17
12
  production_info?: ProductionInfo | IProductionInfo;
18
13
  }
19
14
  /**
20
15
  * @category Service Response Model Object
21
16
  */
22
17
  export declare class AssetShift extends Model {
23
- shiftOeeCalculation: ShiftOEECalculation;
24
- shiftOeeThresholds: ShiftOEEThresholds;
25
- shiftOee: ShiftOEE;
26
- teamInfo: Array<TeamMember>;
18
+ assetName: string;
27
19
  shiftInfo: ShiftInfo;
20
+ teamInfo: Array<TeamMember>;
28
21
  productionInfo: ProductionInfo;
29
22
  constructor(model?: IAssetShift);
30
23
  mapping(): {
@@ -4,9 +4,6 @@ exports.AssetShift = void 0;
4
4
  const model_1 = require("../model");
5
5
  const productionInfo_1 = require("./productionInfo");
6
6
  const shiftInfo_1 = require("./shiftInfo");
7
- const shiftOEE_1 = require("./shiftOEE");
8
- const shiftOEECalculation_1 = require("./shiftOEECalculation");
9
- const shiftOEEThresholds_1 = require("./shiftOEEThresholds");
10
7
  const teamMember_1 = require("./teamMember");
11
8
  /**
12
9
  * @category Service Response Model Object
@@ -17,11 +14,9 @@ class AssetShift extends model_1.Model {
17
14
  }
18
15
  mapping() {
19
16
  return {
20
- shift_oee_calculation: ['shiftOeeCalculation', shiftOEECalculation_1.ShiftOEECalculation],
21
- shift_oee_thresholds: ['shiftOeeThresholds', shiftOEEThresholds_1.ShiftOEEThresholds],
22
- shift_oee: ['shiftOee', shiftOEE_1.ShiftOEE],
23
- team_info: ['teamInfo', teamMember_1.TeamMember],
17
+ asset_name: 'assetName',
24
18
  shift_info: ['shiftInfo', shiftInfo_1.ShiftInfo],
19
+ team_info: ['teamInfo', teamMember_1.TeamMember],
25
20
  production_info: ['productionInfo', productionInfo_1.ProductionInfo]
26
21
  };
27
22
  }
@@ -1 +1 @@
1
- {"version":3,"file":"assetShift.js","sourceRoot":"","sources":["../../../../src/models/generated/assetShift.ts"],"names":[],"mappings":";;;AAAA,oCAAiC;AACjC,qDAAmE;AACnE,2CAAoD;AACpD,yCAAiD;AACjD,+DAAkF;AAClF,6DAA+E;AAC/E,6CAAuD;AAcvD;;GAEG;AACH,MAAa,UAAW,SAAQ,aAAK;IAQpC,YAAY,KAAmB;QAC9B,KAAK,CAAC,KAAK,CAAC,CAAC;IACd,CAAC;IAED,OAAO;QACN,OAAO;YACN,qBAAqB,EAAE,CAAC,qBAAqB,EAAE,yCAAmB,CAAC;YACnE,oBAAoB,EAAE,CAAC,oBAAoB,EAAE,uCAAkB,CAAC;YAChE,SAAS,EAAE,CAAC,UAAU,EAAE,mBAAQ,CAAC;YACjC,SAAS,EAAE,CAAC,UAAU,EAAE,uBAAU,CAAC;YACnC,UAAU,EAAE,CAAC,WAAW,EAAE,qBAAS,CAAC;YACpC,eAAe,EAAE,CAAC,gBAAgB,EAAE,+BAAc,CAAC;SACnD,CAAC;IACH,CAAC;CACD;AAtBD,gCAsBC","sourcesContent":["import { Model } from '../model';\nimport { IProductionInfo, ProductionInfo } from './productionInfo';\nimport { IShiftInfo, ShiftInfo } from './shiftInfo';\nimport { IShiftOEE, ShiftOEE } from './shiftOEE';\nimport { IShiftOEECalculation, ShiftOEECalculation } from './shiftOEECalculation';\nimport { IShiftOEEThresholds, ShiftOEEThresholds } from './shiftOEEThresholds';\nimport { ITeamMember, TeamMember } from './teamMember';\n\n/**\n * @category Service Response Model\n */\nexport interface IAssetShift {\n\tshift_oee_calculation?: ShiftOEECalculation | IShiftOEECalculation;\n\tshift_oee_thresholds?: ShiftOEEThresholds | IShiftOEEThresholds;\n\tshift_oee?: ShiftOEE | IShiftOEE;\n\tteam_info?: Array<TeamMember | ITeamMember>;\n\tshift_info?: ShiftInfo | IShiftInfo;\n\tproduction_info?: ProductionInfo | IProductionInfo;\n}\n\n/**\n * @category Service Response Model Object\n */\nexport class AssetShift extends Model {\n\tshiftOeeCalculation: ShiftOEECalculation;\n\tshiftOeeThresholds: ShiftOEEThresholds;\n\tshiftOee: ShiftOEE;\n\tteamInfo: Array<TeamMember>;\n\tshiftInfo: ShiftInfo;\n\tproductionInfo: ProductionInfo;\n\n\tconstructor(model?: IAssetShift) {\n\t\tsuper(model);\n\t}\n\n\tmapping(): { [key: string]: Object } {\n\t\treturn {\n\t\t\tshift_oee_calculation: ['shiftOeeCalculation', ShiftOEECalculation],\n\t\t\tshift_oee_thresholds: ['shiftOeeThresholds', ShiftOEEThresholds],\n\t\t\tshift_oee: ['shiftOee', ShiftOEE],\n\t\t\tteam_info: ['teamInfo', TeamMember],\n\t\t\tshift_info: ['shiftInfo', ShiftInfo],\n\t\t\tproduction_info: ['productionInfo', ProductionInfo]\n\t\t};\n\t}\n}\n"]}
1
+ {"version":3,"file":"assetShift.js","sourceRoot":"","sources":["../../../../src/models/generated/assetShift.ts"],"names":[],"mappings":";;;AAAA,oCAAiC;AACjC,qDAAmE;AACnE,2CAAoD;AACpD,6CAAuD;AAYvD;;GAEG;AACH,MAAa,UAAW,SAAQ,aAAK;IAMpC,YAAY,KAAmB;QAC9B,KAAK,CAAC,KAAK,CAAC,CAAC;IACd,CAAC;IAED,OAAO;QACN,OAAO;YACN,UAAU,EAAE,WAAW;YACvB,UAAU,EAAE,CAAC,WAAW,EAAE,qBAAS,CAAC;YACpC,SAAS,EAAE,CAAC,UAAU,EAAE,uBAAU,CAAC;YACnC,eAAe,EAAE,CAAC,gBAAgB,EAAE,+BAAc,CAAC;SACnD,CAAC;IACH,CAAC;CACD;AAlBD,gCAkBC","sourcesContent":["import { Model } from '../model';\nimport { IProductionInfo, ProductionInfo } from './productionInfo';\nimport { IShiftInfo, ShiftInfo } from './shiftInfo';\nimport { ITeamMember, TeamMember } from './teamMember';\n\n/**\n * @category Service Response Model\n */\nexport interface IAssetShift {\n\tasset_name?: string;\n\tshift_info?: ShiftInfo | IShiftInfo;\n\tteam_info?: Array<TeamMember | ITeamMember>;\n\tproduction_info?: ProductionInfo | IProductionInfo;\n}\n\n/**\n * @category Service Response Model Object\n */\nexport class AssetShift extends Model {\n\tassetName: string;\n\tshiftInfo: ShiftInfo;\n\tteamInfo: Array<TeamMember>;\n\tproductionInfo: ProductionInfo;\n\n\tconstructor(model?: IAssetShift) {\n\t\tsuper(model);\n\t}\n\n\tmapping(): { [key: string]: Object } {\n\t\treturn {\n\t\t\tasset_name: 'assetName',\n\t\t\tshift_info: ['shiftInfo', ShiftInfo],\n\t\t\tteam_info: ['teamInfo', TeamMember],\n\t\t\tproduction_info: ['productionInfo', ProductionInfo]\n\t\t};\n\t}\n}\n"]}
@@ -0,0 +1,33 @@
1
+ import { Model } from '../model';
2
+ /**
3
+ * @category Service Response Model
4
+ */
5
+ export interface IFailureEventItem {
6
+ alarm_custom_identifier?: string;
7
+ status?: string;
8
+ updated?: Date | string;
9
+ target_asset_name?: string;
10
+ created?: Date | string;
11
+ trace_id?: string;
12
+ id?: string;
13
+ alarm_id?: string;
14
+ payload?: any;
15
+ }
16
+ /**
17
+ * @category Service Response Model Object
18
+ */
19
+ export declare class FailureEventItem extends Model {
20
+ alarmCustomIdentifier: string;
21
+ status: string;
22
+ updated: Date;
23
+ targetAssetName: string;
24
+ created: Date;
25
+ traceId: string;
26
+ id: string;
27
+ alarmId: string;
28
+ payload: any;
29
+ constructor(model?: IFailureEventItem);
30
+ mapping(): {
31
+ [key: string]: Object;
32
+ };
33
+ }
@@ -0,0 +1,27 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FailureEventItem = void 0;
4
+ const model_1 = require("../model");
5
+ /**
6
+ * @category Service Response Model Object
7
+ */
8
+ class FailureEventItem extends model_1.Model {
9
+ constructor(model) {
10
+ super(model);
11
+ }
12
+ mapping() {
13
+ return {
14
+ alarm_custom_identifier: 'alarmCustomIdentifier',
15
+ status: 'status',
16
+ updated: ['updated', Date],
17
+ target_asset_name: 'targetAssetName',
18
+ created: ['created', Date],
19
+ trace_id: 'traceId',
20
+ id: 'id',
21
+ alarm_id: 'alarmId',
22
+ payload: 'payload'
23
+ };
24
+ }
25
+ }
26
+ exports.FailureEventItem = FailureEventItem;
27
+ //# sourceMappingURL=failureEventItem.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"failureEventItem.js","sourceRoot":"","sources":["../../../../src/models/generated/failureEventItem.ts"],"names":[],"mappings":";;;AAAA,oCAAiC;AAiBjC;;GAEG;AACH,MAAa,gBAAiB,SAAQ,aAAK;IAW1C,YAAY,KAAyB;QACpC,KAAK,CAAC,KAAK,CAAC,CAAC;IACd,CAAC;IAED,OAAO;QACN,OAAO;YACN,uBAAuB,EAAE,uBAAuB;YAChD,MAAM,EAAE,QAAQ;YAChB,OAAO,EAAE,CAAC,SAAS,EAAE,IAAI,CAAC;YAC1B,iBAAiB,EAAE,iBAAiB;YACpC,OAAO,EAAE,CAAC,SAAS,EAAE,IAAI,CAAC;YAC1B,QAAQ,EAAE,SAAS;YACnB,EAAE,EAAE,IAAI;YACR,QAAQ,EAAE,SAAS;YACnB,OAAO,EAAE,SAAS;SAClB,CAAC;IACH,CAAC;CACD;AA5BD,4CA4BC","sourcesContent":["import { Model } from '../model';\n\n/**\n * @category Service Response Model\n */\nexport interface IFailureEventItem {\n\talarm_custom_identifier?: string;\n\tstatus?: string;\n\tupdated?: Date | string;\n\ttarget_asset_name?: string;\n\tcreated?: Date | string;\n\ttrace_id?: string;\n\tid?: string;\n\talarm_id?: string;\n\tpayload?: any;\n}\n\n/**\n * @category Service Response Model Object\n */\nexport class FailureEventItem extends Model {\n\talarmCustomIdentifier: string;\n\tstatus: string;\n\tupdated: Date;\n\ttargetAssetName: string;\n\tcreated: Date;\n\ttraceId: string;\n\tid: string;\n\talarmId: string;\n\tpayload: any;\n\n\tconstructor(model?: IFailureEventItem) {\n\t\tsuper(model);\n\t}\n\n\tmapping(): { [key: string]: Object } {\n\t\treturn {\n\t\t\talarm_custom_identifier: 'alarmCustomIdentifier',\n\t\t\tstatus: 'status',\n\t\t\tupdated: ['updated', Date],\n\t\t\ttarget_asset_name: 'targetAssetName',\n\t\t\tcreated: ['created', Date],\n\t\t\ttrace_id: 'traceId',\n\t\t\tid: 'id',\n\t\t\talarm_id: 'alarmId',\n\t\t\tpayload: 'payload'\n\t\t};\n\t}\n}\n"]}
@@ -0,0 +1,21 @@
1
+ import { Model } from '../model';
2
+ import { FailureEventItem, IFailureEventItem } from './failureEventItem';
3
+ import { IPagination, Pagination } from './pagination';
4
+ /**
5
+ * @category Service Response Model
6
+ */
7
+ export interface IFailureEventPaginated {
8
+ pagination?: Pagination | IPagination;
9
+ data?: Array<FailureEventItem | IFailureEventItem>;
10
+ }
11
+ /**
12
+ * @category Service Response Model Object
13
+ */
14
+ export declare class FailureEventPaginated extends Model {
15
+ pagination: Pagination;
16
+ data: Array<FailureEventItem>;
17
+ constructor(model?: IFailureEventPaginated);
18
+ mapping(): {
19
+ [key: string]: Object;
20
+ };
21
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FailureEventPaginated = void 0;
4
+ const model_1 = require("../model");
5
+ const failureEventItem_1 = require("./failureEventItem");
6
+ const pagination_1 = require("./pagination");
7
+ /**
8
+ * @category Service Response Model Object
9
+ */
10
+ class FailureEventPaginated extends model_1.Model {
11
+ constructor(model) {
12
+ super(model);
13
+ }
14
+ mapping() {
15
+ return {
16
+ pagination: ['pagination', pagination_1.Pagination],
17
+ data: ['data', failureEventItem_1.FailureEventItem]
18
+ };
19
+ }
20
+ }
21
+ exports.FailureEventPaginated = FailureEventPaginated;
22
+ //# sourceMappingURL=failureEventPaginated.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"failureEventPaginated.js","sourceRoot":"","sources":["../../../../src/models/generated/failureEventPaginated.ts"],"names":[],"mappings":";;;AAAA,oCAAiC;AACjC,yDAAyE;AACzE,6CAAuD;AAUvD;;GAEG;AACH,MAAa,qBAAsB,SAAQ,aAAK;IAI/C,YAAY,KAA8B;QACzC,KAAK,CAAC,KAAK,CAAC,CAAC;IACd,CAAC;IAED,OAAO;QACN,OAAO;YACN,UAAU,EAAE,CAAC,YAAY,EAAE,uBAAU,CAAC;YACtC,IAAI,EAAE,CAAC,MAAM,EAAE,mCAAgB,CAAC;SAChC,CAAC;IACH,CAAC;CACD;AAdD,sDAcC","sourcesContent":["import { Model } from '../model';\nimport { FailureEventItem, IFailureEventItem } from './failureEventItem';\nimport { IPagination, Pagination } from './pagination';\n\n/**\n * @category Service Response Model\n */\nexport interface IFailureEventPaginated {\n\tpagination?: Pagination | IPagination;\n\tdata?: Array<FailureEventItem | IFailureEventItem>;\n}\n\n/**\n * @category Service Response Model Object\n */\nexport class FailureEventPaginated extends Model {\n\tpagination: Pagination;\n\tdata: Array<FailureEventItem>;\n\n\tconstructor(model?: IFailureEventPaginated) {\n\t\tsuper(model);\n\t}\n\n\tmapping(): { [key: string]: Object } {\n\t\treturn {\n\t\t\tpagination: ['pagination', Pagination],\n\t\t\tdata: ['data', FailureEventItem]\n\t\t};\n\t}\n}\n"]}
@@ -50,6 +50,7 @@ export * from './assetHierarchyList';
50
50
  export * from './assetItem';
51
51
  export * from './assetListPaginated';
52
52
  export * from './assetLocationItem';
53
+ export * from './assetOEE';
53
54
  export * from './assetProperty';
54
55
  export * from './assetShift';
55
56
  export * from './assetStatus';
@@ -109,6 +110,8 @@ export * from './failureClassPaginated';
109
110
  export * from './failureClassProperty';
110
111
  export * from './failureDetection';
111
112
  export * from './failureDetectionProperty';
113
+ export * from './failureEventItem';
114
+ export * from './failureEventPaginated';
112
115
  export * from './failureItem';
113
116
  export * from './failureList';
114
117
  export * from './iCDField';
@@ -144,6 +147,9 @@ export * from './mQTTTopicItem';
144
147
  export * from './mQTTTopicList';
145
148
  export * from './networkingAddressItem';
146
149
  export * from './networkingItem';
150
+ export * from './oEECalculation';
151
+ export * from './oEEThresholds';
152
+ export * from './oEEValues';
147
153
  export * from './orchestrationProvision';
148
154
  export * from './pagination';
149
155
  export * from './productionInfo';
@@ -154,10 +160,8 @@ export * from './secretItem';
154
160
  export * from './secretListPaginated';
155
161
  export * from './semanticTypeItem';
156
162
  export * from './semanticTypeList';
163
+ export * from './severityStatistics';
157
164
  export * from './shiftInfo';
158
- export * from './shiftOEE';
159
- export * from './shiftOEECalculation';
160
- export * from './shiftOEEThresholds';
161
165
  export * from './simpleAsset';
162
166
  export * from './sourceAssets';
163
167
  export * from './statusStatistics';
@@ -53,6 +53,7 @@ tslib_1.__exportStar(require("./assetHierarchyList"), exports);
53
53
  tslib_1.__exportStar(require("./assetItem"), exports);
54
54
  tslib_1.__exportStar(require("./assetListPaginated"), exports);
55
55
  tslib_1.__exportStar(require("./assetLocationItem"), exports);
56
+ tslib_1.__exportStar(require("./assetOEE"), exports);
56
57
  tslib_1.__exportStar(require("./assetProperty"), exports);
57
58
  tslib_1.__exportStar(require("./assetShift"), exports);
58
59
  tslib_1.__exportStar(require("./assetStatus"), exports);
@@ -112,6 +113,8 @@ tslib_1.__exportStar(require("./failureClassPaginated"), exports);
112
113
  tslib_1.__exportStar(require("./failureClassProperty"), exports);
113
114
  tslib_1.__exportStar(require("./failureDetection"), exports);
114
115
  tslib_1.__exportStar(require("./failureDetectionProperty"), exports);
116
+ tslib_1.__exportStar(require("./failureEventItem"), exports);
117
+ tslib_1.__exportStar(require("./failureEventPaginated"), exports);
115
118
  tslib_1.__exportStar(require("./failureItem"), exports);
116
119
  tslib_1.__exportStar(require("./failureList"), exports);
117
120
  tslib_1.__exportStar(require("./iCDField"), exports);
@@ -147,6 +150,9 @@ tslib_1.__exportStar(require("./mQTTTopicItem"), exports);
147
150
  tslib_1.__exportStar(require("./mQTTTopicList"), exports);
148
151
  tslib_1.__exportStar(require("./networkingAddressItem"), exports);
149
152
  tslib_1.__exportStar(require("./networkingItem"), exports);
153
+ tslib_1.__exportStar(require("./oEECalculation"), exports);
154
+ tslib_1.__exportStar(require("./oEEThresholds"), exports);
155
+ tslib_1.__exportStar(require("./oEEValues"), exports);
150
156
  tslib_1.__exportStar(require("./orchestrationProvision"), exports);
151
157
  tslib_1.__exportStar(require("./pagination"), exports);
152
158
  tslib_1.__exportStar(require("./productionInfo"), exports);
@@ -157,10 +163,8 @@ tslib_1.__exportStar(require("./secretItem"), exports);
157
163
  tslib_1.__exportStar(require("./secretListPaginated"), exports);
158
164
  tslib_1.__exportStar(require("./semanticTypeItem"), exports);
159
165
  tslib_1.__exportStar(require("./semanticTypeList"), exports);
166
+ tslib_1.__exportStar(require("./severityStatistics"), exports);
160
167
  tslib_1.__exportStar(require("./shiftInfo"), exports);
161
- tslib_1.__exportStar(require("./shiftOEE"), exports);
162
- tslib_1.__exportStar(require("./shiftOEECalculation"), exports);
163
- tslib_1.__exportStar(require("./shiftOEEThresholds"), exports);
164
168
  tslib_1.__exportStar(require("./simpleAsset"), exports);
165
169
  tslib_1.__exportStar(require("./sourceAssets"), exports);
166
170
  tslib_1.__exportStar(require("./statusStatistics"), exports);
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/generated/index.ts"],"names":[],"mappings":"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","sourcesContent":["export * from './aCP';\nexport * from './aCPAllocation';\nexport * from './aCPAndWorkloadStatus';\nexport * from './aCPCPUUtilization';\nexport * from './aCPDisk';\nexport * from './aCPEdgeAppVersion';\nexport * from './aCPItem';\nexport * from './aCPListPaginated';\nexport * from './aCPLocationItem';\nexport * from './aCPMemoryUsage';\nexport * from './aCPMetadata';\nexport * from './aCPMetaDataItem';\nexport * from './aCPMetadataListPaginated';\nexport * from './aCPNetwork';\nexport * from './aCPStatus';\nexport * from './aCPStatusCount';\nexport * from './aCPStatusValues';\nexport * from './aCPTelemetry';\nexport * from './aCPWorkloadManifestItem';\nexport * from './aCPWorkloadManifests';\nexport * from './alarm';\nexport * from './alarmAssetsStatistics';\nexport * from './alarmAssetStatistics';\nexport * from './alarmClass';\nexport * from './alarmClassItem';\nexport * from './alarmClassListPaginated';\nexport * from './alarmFilter';\nexport * from './alarmFilterItem';\nexport * from './alarmFilterListPaginated';\nexport * from './alarmItem';\nexport * from './alarmListPaginated';\nexport * from './alarmStatistics';\nexport * from './alarmType';\nexport * from './alarmTypeItem';\nexport * from './alarmTypeListPaginated';\nexport * from './app';\nexport * from './appItem';\nexport * from './appListPaginated';\nexport * from './appVersion';\nexport * from './appVersionStatus';\nexport * from './appVersionStatusItem';\nexport * from './appVersionStatusListPaginated';\nexport * from './asset';\nexport * from './assetClass';\nexport * from './assetClassItem';\nexport * from './assetClassListPaginated';\nexport * from './assetHierarchies';\nexport * from './assetHierarchyItem';\nexport * from './assetHierarchyList';\nexport * from './assetItem';\nexport * from './assetListPaginated';\nexport * from './assetLocationItem';\nexport * from './assetProperty';\nexport * from './assetShift';\nexport * from './assetStatus';\nexport * from './assetStatusCount';\nexport * from './assetStatusItem';\nexport * from './assetTemplate';\nexport * from './assetTemplateHierarchy';\nexport * from './assetTemplateItem';\nexport * from './assetTemplateListPaginated';\nexport * from './assetTemplateProperties';\nexport * from './assetType';\nexport * from './assetTypeItem';\nexport * from './assetTypeListPaginated';\nexport * from './assetTypeMetadata';\nexport * from './assetTypeMetadataItem';\nexport * from './assetTypeMetadataListPaginated';\nexport * from './auditLogger';\nexport * from './auditLoggerItem';\nexport * from './auditLoggerListPaginated';\nexport * from './bridge';\nexport * from './bridgeDataStreamItem';\nexport * from './bridgeDataStreamListPaginated';\nexport * from './bridgeItem';\nexport * from './bridgeListPaginated';\nexport * from './cluster';\nexport * from './clusterCIDR';\nexport * from './clusterCIDRItem';\nexport * from './clusterCIDRListPaginated';\nexport * from './clusterItem';\nexport * from './clusterListPaginated';\nexport * from './clusterManifestItem';\nexport * from './clusterManifestList';\nexport * from './componentStatus';\nexport * from './createdBy';\nexport * from './cSVError';\nexport * from './cSVErrorMessage';\nexport * from './cSVPosition';\nexport * from './dataLabel';\nexport * from './dataLabelCluster';\nexport * from './dataLabelItem';\nexport * from './dataLabelListPaginated';\nexport * from './dataLabelMetricItem';\nexport * from './dataLabelSource';\nexport * from './dataType';\nexport * from './dataTypeItem';\nexport * from './dataTypeListPaginated';\nexport * from './dataTypeSchema';\nexport * from './entityReference';\nexport * from './errorMessage';\nexport * from './errorMessages';\nexport * from './errorsError';\nexport * from './errorsErrorMessage';\nexport * from './errorsPayloadErrors';\nexport * from './failureClass';\nexport * from './failureClassItem';\nexport * from './failureClassPaginated';\nexport * from './failureClassProperty';\nexport * from './failureDetection';\nexport * from './failureDetectionProperty';\nexport * from './failureItem';\nexport * from './failureList';\nexport * from './iCDField';\nexport * from './iCDPayload';\nexport * from './instanceHealthStatus';\nexport * from './instanceSettingItem';\nexport * from './instanceSettingListPaginated';\nexport * from './integration';\nexport * from './integrationAwsRegion';\nexport * from './integrationAwsRegionItem';\nexport * from './integrationAwsRegionList';\nexport * from './integrationConfiguration';\nexport * from './integrationList';\nexport * from './integrationListItem';\nexport * from './integrationStatus';\nexport * from './label';\nexport * from './labelItem';\nexport * from './labelListPaginated';\nexport * from './labelMetadata';\nexport * from './labelMetadataItem';\nexport * from './labelMetadataListPaginated';\nexport * from './mapEntity';\nexport * from './mapItem';\nexport * from './mapListPaginated';\nexport * from './mapModel';\nexport * from './mapRelationship';\nexport * from './mapVersionItem';\nexport * from './mapVersionListPaginated';\nexport * from './metric';\nexport * from './metricItem';\nexport * from './metricListPaginated';\nexport * from './mQTTTopicItem';\nexport * from './mQTTTopicList';\nexport * from './networkingAddressItem';\nexport * from './networkingItem';\nexport * from './orchestrationProvision';\nexport * from './pagination';\nexport * from './productionInfo';\nexport * from './propertyOptions';\nexport * from './referenceMetric';\nexport * from './secret';\nexport * from './secretItem';\nexport * from './secretListPaginated';\nexport * from './semanticTypeItem';\nexport * from './semanticTypeList';\nexport * from './shiftInfo';\nexport * from './shiftOEE';\nexport * from './shiftOEECalculation';\nexport * from './shiftOEEThresholds';\nexport * from './simpleAsset';\nexport * from './sourceAssets';\nexport * from './statusStatistics';\nexport * from './storageData';\nexport * from './storageMetric';\nexport * from './storageMetricListPaginated';\nexport * from './teamMember';\nexport * from './user';\nexport * from './userItem';\nexport * from './userListPaginated';\nexport * from './userSettingItem';\nexport * from './userSettingsListPaginated';\nexport * from './userWithPermissions';\nexport * from './utilsTimeMicro';\nexport * from './wireguardPeer';\nexport * from './wireguardPeerItem';\nexport * from './wireguardPeerListPaginated';\nexport * from './wireguardTunnel';\nexport * from './workload';\nexport * from './workloadAllocation';\nexport * from './workloadCPUUtilization';\nexport * from './workloadItem';\nexport * from './workloadListPaginated';\nexport * from './workloadLogs';\nexport * from './workloadMemoryUsage';\nexport * from './workloadNetwork';\nexport * from './workloadStatus';\nexport * from './workloadStatusValuesItem';\nexport * from './workloadTelemetry';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/models/generated/index.ts"],"names":[],"mappings":"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","sourcesContent":["export * from './aCP';\nexport * from './aCPAllocation';\nexport * from './aCPAndWorkloadStatus';\nexport * from './aCPCPUUtilization';\nexport * from './aCPDisk';\nexport * from './aCPEdgeAppVersion';\nexport * from './aCPItem';\nexport * from './aCPListPaginated';\nexport * from './aCPLocationItem';\nexport * from './aCPMemoryUsage';\nexport * from './aCPMetadata';\nexport * from './aCPMetaDataItem';\nexport * from './aCPMetadataListPaginated';\nexport * from './aCPNetwork';\nexport * from './aCPStatus';\nexport * from './aCPStatusCount';\nexport * from './aCPStatusValues';\nexport * from './aCPTelemetry';\nexport * from './aCPWorkloadManifestItem';\nexport * from './aCPWorkloadManifests';\nexport * from './alarm';\nexport * from './alarmAssetsStatistics';\nexport * from './alarmAssetStatistics';\nexport * from './alarmClass';\nexport * from './alarmClassItem';\nexport * from './alarmClassListPaginated';\nexport * from './alarmFilter';\nexport * from './alarmFilterItem';\nexport * from './alarmFilterListPaginated';\nexport * from './alarmItem';\nexport * from './alarmListPaginated';\nexport * from './alarmStatistics';\nexport * from './alarmType';\nexport * from './alarmTypeItem';\nexport * from './alarmTypeListPaginated';\nexport * from './app';\nexport * from './appItem';\nexport * from './appListPaginated';\nexport * from './appVersion';\nexport * from './appVersionStatus';\nexport * from './appVersionStatusItem';\nexport * from './appVersionStatusListPaginated';\nexport * from './asset';\nexport * from './assetClass';\nexport * from './assetClassItem';\nexport * from './assetClassListPaginated';\nexport * from './assetHierarchies';\nexport * from './assetHierarchyItem';\nexport * from './assetHierarchyList';\nexport * from './assetItem';\nexport * from './assetListPaginated';\nexport * from './assetLocationItem';\nexport * from './assetOEE';\nexport * from './assetProperty';\nexport * from './assetShift';\nexport * from './assetStatus';\nexport * from './assetStatusCount';\nexport * from './assetStatusItem';\nexport * from './assetTemplate';\nexport * from './assetTemplateHierarchy';\nexport * from './assetTemplateItem';\nexport * from './assetTemplateListPaginated';\nexport * from './assetTemplateProperties';\nexport * from './assetType';\nexport * from './assetTypeItem';\nexport * from './assetTypeListPaginated';\nexport * from './assetTypeMetadata';\nexport * from './assetTypeMetadataItem';\nexport * from './assetTypeMetadataListPaginated';\nexport * from './auditLogger';\nexport * from './auditLoggerItem';\nexport * from './auditLoggerListPaginated';\nexport * from './bridge';\nexport * from './bridgeDataStreamItem';\nexport * from './bridgeDataStreamListPaginated';\nexport * from './bridgeItem';\nexport * from './bridgeListPaginated';\nexport * from './cluster';\nexport * from './clusterCIDR';\nexport * from './clusterCIDRItem';\nexport * from './clusterCIDRListPaginated';\nexport * from './clusterItem';\nexport * from './clusterListPaginated';\nexport * from './clusterManifestItem';\nexport * from './clusterManifestList';\nexport * from './componentStatus';\nexport * from './createdBy';\nexport * from './cSVError';\nexport * from './cSVErrorMessage';\nexport * from './cSVPosition';\nexport * from './dataLabel';\nexport * from './dataLabelCluster';\nexport * from './dataLabelItem';\nexport * from './dataLabelListPaginated';\nexport * from './dataLabelMetricItem';\nexport * from './dataLabelSource';\nexport * from './dataType';\nexport * from './dataTypeItem';\nexport * from './dataTypeListPaginated';\nexport * from './dataTypeSchema';\nexport * from './entityReference';\nexport * from './errorMessage';\nexport * from './errorMessages';\nexport * from './errorsError';\nexport * from './errorsErrorMessage';\nexport * from './errorsPayloadErrors';\nexport * from './failureClass';\nexport * from './failureClassItem';\nexport * from './failureClassPaginated';\nexport * from './failureClassProperty';\nexport * from './failureDetection';\nexport * from './failureDetectionProperty';\nexport * from './failureEventItem';\nexport * from './failureEventPaginated';\nexport * from './failureItem';\nexport * from './failureList';\nexport * from './iCDField';\nexport * from './iCDPayload';\nexport * from './instanceHealthStatus';\nexport * from './instanceSettingItem';\nexport * from './instanceSettingListPaginated';\nexport * from './integration';\nexport * from './integrationAwsRegion';\nexport * from './integrationAwsRegionItem';\nexport * from './integrationAwsRegionList';\nexport * from './integrationConfiguration';\nexport * from './integrationList';\nexport * from './integrationListItem';\nexport * from './integrationStatus';\nexport * from './label';\nexport * from './labelItem';\nexport * from './labelListPaginated';\nexport * from './labelMetadata';\nexport * from './labelMetadataItem';\nexport * from './labelMetadataListPaginated';\nexport * from './mapEntity';\nexport * from './mapItem';\nexport * from './mapListPaginated';\nexport * from './mapModel';\nexport * from './mapRelationship';\nexport * from './mapVersionItem';\nexport * from './mapVersionListPaginated';\nexport * from './metric';\nexport * from './metricItem';\nexport * from './metricListPaginated';\nexport * from './mQTTTopicItem';\nexport * from './mQTTTopicList';\nexport * from './networkingAddressItem';\nexport * from './networkingItem';\nexport * from './oEECalculation';\nexport * from './oEEThresholds';\nexport * from './oEEValues';\nexport * from './orchestrationProvision';\nexport * from './pagination';\nexport * from './productionInfo';\nexport * from './propertyOptions';\nexport * from './referenceMetric';\nexport * from './secret';\nexport * from './secretItem';\nexport * from './secretListPaginated';\nexport * from './semanticTypeItem';\nexport * from './semanticTypeList';\nexport * from './severityStatistics';\nexport * from './shiftInfo';\nexport * from './simpleAsset';\nexport * from './sourceAssets';\nexport * from './statusStatistics';\nexport * from './storageData';\nexport * from './storageMetric';\nexport * from './storageMetricListPaginated';\nexport * from './teamMember';\nexport * from './user';\nexport * from './userItem';\nexport * from './userListPaginated';\nexport * from './userSettingItem';\nexport * from './userSettingsListPaginated';\nexport * from './userWithPermissions';\nexport * from './utilsTimeMicro';\nexport * from './wireguardPeer';\nexport * from './wireguardPeerItem';\nexport * from './wireguardPeerListPaginated';\nexport * from './wireguardTunnel';\nexport * from './workload';\nexport * from './workloadAllocation';\nexport * from './workloadCPUUtilization';\nexport * from './workloadItem';\nexport * from './workloadListPaginated';\nexport * from './workloadLogs';\nexport * from './workloadMemoryUsage';\nexport * from './workloadNetwork';\nexport * from './workloadStatus';\nexport * from './workloadStatusValuesItem';\nexport * from './workloadTelemetry';\n"]}
@@ -2,7 +2,7 @@ import { Model } from '../model';
2
2
  /**
3
3
  * @category Service Response Model
4
4
  */
5
- export interface IShiftOEECalculation {
5
+ export interface IOEECalculation {
6
6
  good_units?: number;
7
7
  ideal_cycle_time?: number;
8
8
  run_time?: number;
@@ -12,13 +12,13 @@ export interface IShiftOEECalculation {
12
12
  /**
13
13
  * @category Service Response Model Object
14
14
  */
15
- export declare class ShiftOEECalculation extends Model {
15
+ export declare class OEECalculation extends Model {
16
16
  goodUnits: number;
17
17
  idealCycleTime: number;
18
18
  runTime: number;
19
19
  totalUnits: number;
20
20
  plannedProductionTime: number;
21
- constructor(model?: IShiftOEECalculation);
21
+ constructor(model?: IOEECalculation);
22
22
  mapping(): {
23
23
  [key: string]: Object;
24
24
  };