@sme.up/kokos-sdk-node 2.1.0-SNAPSHOT.20250417080532.981 → 2.1.0-SNAPSHOT.20250520101226.793

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 (116) hide show
  1. package/docs/assets/hierarchy.js +1 -1
  2. package/docs/assets/main.js +4 -4
  3. package/docs/assets/navigation.js +1 -1
  4. package/docs/assets/search.js +1 -1
  5. package/docs/classes/App.html +3 -4
  6. package/docs/classes/EntityOav.html +2 -2
  7. package/docs/classes/EntitySlice.html +2 -2
  8. package/docs/classes/ErrorWithStatus.html +2 -2
  9. package/docs/classes/ExecuteFunPayload.html +2 -2
  10. package/docs/classes/ExecutionContext.html +2 -2
  11. package/docs/classes/Fun.html +2 -2
  12. package/docs/classes/FunObject.html +2 -2
  13. package/docs/classes/KokosEntityDAOService.html +14 -14
  14. package/docs/classes/Registry.html +2 -2
  15. package/docs/classes/SmeupDataStructureWriter.html +5 -6
  16. package/docs/classes/SourceLibrary.html +2 -2
  17. package/docs/classes/User.html +2 -2
  18. package/docs/enums/ApiVersion.html +2 -3
  19. package/docs/enums/Format.html +2 -2
  20. package/docs/enums/Level.html +2 -2
  21. package/docs/enums/SmeupDataStructureType.html +4 -10
  22. package/docs/enums/SmeupLayoutSectionType.html +2 -2
  23. package/docs/functions/clearLoggerContext.html +1 -1
  24. package/docs/functions/configureLogger.html +1 -1
  25. package/docs/functions/createLoggerContext.html +1 -1
  26. package/docs/functions/executeFun.html +2 -2
  27. package/docs/functions/funObjectToString.html +1 -1
  28. package/docs/functions/funToString.html +1 -1
  29. package/docs/functions/getSmeupDataStructureType.html +1 -1
  30. package/docs/functions/parseArrayString.html +1 -1
  31. package/docs/functions/parseKeyValueBetweenBrackets.html +1 -1
  32. package/docs/functions/startServer.html +1 -1
  33. package/docs/functions/startServerWithCustomConfig.html +1 -1
  34. package/docs/functions/stringToFun.html +1 -1
  35. package/docs/functions/toDateCell.html +1 -1
  36. package/docs/functions/toIconButtonCell.html +1 -1
  37. package/docs/functions/toNumberCell.html +1 -1
  38. package/docs/functions/toSingleChipCell.html +1 -1
  39. package/docs/functions/toStringCell.html +1 -1
  40. package/docs/functions/toTextButtonCell.html +1 -1
  41. package/docs/functions/toTimeCell.html +1 -1
  42. package/docs/hierarchy.html +1 -1
  43. package/docs/index.html +1 -1
  44. package/docs/interfaces/DebugInfo.html +2 -2
  45. package/docs/interfaces/IKokosEntityDAOService.html +2 -2
  46. package/docs/interfaces/KokosEntityDAOServiceMethods.html +13 -13
  47. package/docs/interfaces/KokosService.html +2 -2
  48. package/docs/interfaces/KokosServiceMethods.html +1 -1
  49. package/docs/interfaces/KokosServiceModule.html +2 -2
  50. package/docs/interfaces/LoggerContext.html +2 -2
  51. package/docs/interfaces/MicroExecutorConfiguration.html +2 -2
  52. package/docs/interfaces/SmeupDataCell.html +3 -3
  53. package/docs/interfaces/SmeupDataCellOption.html +2 -2
  54. package/docs/interfaces/SmeupDataColumn.html +2 -2
  55. package/docs/interfaces/SmeupDataNode.html +3 -3
  56. package/docs/interfaces/SmeupDataRow.html +2 -2
  57. package/docs/interfaces/SmeupDataStructure.html +2 -2
  58. package/docs/interfaces/SmeupDataTable.html +2 -2
  59. package/docs/interfaces/SmeupDataTree.html +2 -2
  60. package/docs/interfaces/SmeupFeedback.html +2 -2
  61. package/docs/interfaces/SmeupLayout.html +2 -2
  62. package/docs/interfaces/SmeupLayoutField.html +3 -3
  63. package/docs/interfaces/SmeupLayoutSection.html +2 -2
  64. package/docs/interfaces/SmeupMessage.html +2 -2
  65. package/docs/interfaces/SmeupVariable.html +2 -2
  66. package/docs/modules.html +1 -1
  67. package/docs/types/SmeupDataCellShapes.html +1 -1
  68. package/docs/variables/LOGGER.html +1 -1
  69. package/docs/variables/SMEUP_MESSAGE_GRAVITY.html +1 -1
  70. package/docs/variables/SMEUP_MESSAGE_MODE.html +1 -1
  71. package/docs/variables/SMEUP_VARIABLE_TYPE.html +1 -1
  72. package/docs/variables/SmeupDataCellShapes.html +1 -1
  73. package/lib/caller/executeFun.js +1 -1
  74. package/lib/caller/microExecutorServiceCaller.d.ts +1 -2
  75. package/lib/caller/microExecutorServiceCaller.js +3 -12
  76. package/lib/caller/microExecutorServiceCaller.js.map +1 -1
  77. package/lib/caller/serviceCaller.js +2 -2
  78. package/lib/caller/serviceCaller.js.map +1 -1
  79. package/lib/entrypoint/restapi/executeFunPayloadValidator.d.ts +1 -0
  80. package/lib/entrypoint/restapi/executeFunPayloadValidator.js +126 -0
  81. package/lib/entrypoint/restapi/executeFunPayloadValidator.js.map +1 -0
  82. package/lib/entrypoint/restapi/restapi.js +19 -26
  83. package/lib/entrypoint/restapi/restapi.js.map +1 -1
  84. package/lib/index.d.ts +0 -2
  85. package/lib/index.js +0 -2
  86. package/lib/index.js.map +1 -1
  87. package/lib/types/data-structures/smeupDataStructure.d.ts +1 -8
  88. package/lib/types/data-structures/smeupDataStructure.js +8 -19
  89. package/lib/types/data-structures/smeupDataStructure.js.map +1 -1
  90. package/lib/types/general.d.ts +0 -19
  91. package/lib/types/general.js +0 -217
  92. package/lib/types/general.js.map +1 -1
  93. package/lib/utils/smeupDataStructureWriter.d.ts +0 -1
  94. package/lib/utils/smeupDataStructureWriter.js +6 -32
  95. package/lib/utils/smeupDataStructureWriter.js.map +1 -1
  96. package/package.json +9 -11
  97. package/swagger/openapi.yaml +40 -49
  98. package/docs/classes/AppAuthentication.html +0 -7
  99. package/docs/classes/AppCustomAuthentication.html +0 -7
  100. package/docs/interfaces/SmeupObject.html +0 -18
  101. package/docs/interfaces/SmeupRawData.html +0 -6
  102. package/lib/types/data-structures/smeupObject.d.ts +0 -21
  103. package/lib/types/data-structures/smeupObject.js +0 -2
  104. package/lib/types/data-structures/smeupObject.js.map +0 -1
  105. package/lib/types/data-structures/smeupRawData.d.ts +0 -8
  106. package/lib/types/data-structures/smeupRawData.js +0 -2
  107. package/lib/types/data-structures/smeupRawData.js.map +0 -1
  108. package/lib/types/data-structures/smeupTable.d.ts +0 -66
  109. package/lib/types/data-structures/smeupTable.js +0 -2
  110. package/lib/types/data-structures/smeupTable.js.map +0 -1
  111. package/lib/types/data-structures/smeupTree.d.ts +0 -21
  112. package/lib/types/data-structures/smeupTree.js +0 -2
  113. package/lib/types/data-structures/smeupTree.js.map +0 -1
  114. package/lib/utils/smeupDataStructureUtils.d.ts +0 -7
  115. package/lib/utils/smeupDataStructureUtils.js +0 -46
  116. package/lib/utils/smeupDataStructureUtils.js.map +0 -1
@@ -1,14 +1,13 @@
1
1
  ---
2
2
  openapi: "3.0.0"
3
3
  info:
4
- title: Kokos Micro Executor (Node) API
4
+ title: Kokos Micro Executor (Java) API
5
5
  description: Api Docs
6
6
  version: 2.0.0
7
7
  servers:
8
8
  - url: /
9
9
  paths:
10
-
11
- /api/v1/livez:
10
+ /livez:
12
11
  get:
13
12
  tags:
14
13
  - health
@@ -19,7 +18,7 @@ paths:
19
18
  "200":
20
19
  description: OK
21
20
 
22
- /api/v1/readyz:
21
+ /readyz:
23
22
  get:
24
23
  tags:
25
24
  - health
@@ -30,19 +29,14 @@ paths:
30
29
  "200":
31
30
  description: OK
32
31
 
33
- /api/v1/executeFun:
34
- post:
32
+ /metrics:
33
+ get:
35
34
  tags:
36
- - execution
37
- operationId: ExecuteFun
38
- requestBody:
39
- content:
40
- application/json:
41
- schema:
42
- $ref: "#/components/schemas/ExecuteFunPayload"
35
+ - health
36
+ operationId: Metrics
43
37
  responses:
44
38
  default:
45
- description: SmeupDataStructure
39
+ description: no description
46
40
  "200":
47
41
  description: OK
48
42
 
@@ -84,17 +78,15 @@ paths:
84
78
  "200":
85
79
  description: OK
86
80
 
87
-
88
81
  components:
89
82
  schemas:
90
83
  ExecuteFunPayload:
91
84
  type: object
92
85
  properties:
93
86
  fun:
94
- $ref: '#/components/schemas/Fun'
87
+ $ref: "#/components/schemas/Fun"
95
88
  context:
96
- $ref: '#/components/schemas/ExecutionContext'
97
-
89
+ $ref: "#/components/schemas/ExecutionContext"
98
90
 
99
91
  Fun:
100
92
  type: object
@@ -106,22 +98,31 @@ components:
106
98
  function:
107
99
  type: string
108
100
  obj1:
109
- $ref: '#/components/schemas/FunObject'
101
+ $ref: "#/components/schemas/FunObject"
110
102
  obj2:
111
- $ref: '#/components/schemas/FunObject'
103
+ $ref: "#/components/schemas/FunObject"
112
104
  obj3:
113
- $ref: '#/components/schemas/FunObject'
105
+ $ref: "#/components/schemas/FunObject"
114
106
  obj4:
115
- $ref: '#/components/schemas/FunObject'
107
+ $ref: "#/components/schemas/FunObject"
116
108
  obj5:
117
- $ref: '#/components/schemas/FunObject'
109
+ $ref: "#/components/schemas/FunObject"
118
110
  obj6:
119
- $ref: '#/components/schemas/FunObject'
111
+ $ref: "#/components/schemas/FunObject"
120
112
  P:
121
113
  type: string
122
114
  INPUT:
123
115
  type: string
124
-
116
+ SG:
117
+ type: string
118
+ SS:
119
+ type: string
120
+ G:
121
+ type: string
122
+ CRO:
123
+ type: string
124
+ NOTIFY:
125
+ type: string
125
126
 
126
127
  FunObject:
127
128
  type: object
@@ -133,15 +134,13 @@ components:
133
134
  k:
134
135
  type: string
135
136
 
136
-
137
137
  ExecutionContext:
138
138
  type: object
139
139
  properties:
140
140
  user:
141
- $ref: '#/components/schemas/KokosUser'
142
- env:
143
- $ref: '#/components/schemas/Environment'
144
-
141
+ $ref: "#/components/schemas/KokosUser"
142
+ app:
143
+ $ref: "#/components/schemas/App"
145
144
 
146
145
  KokosUser:
147
146
  type: object
@@ -150,26 +149,26 @@ components:
150
149
  type: string
151
150
  username:
152
151
  type: string
153
- environment:
152
+ app:
154
153
  type: string
155
154
  device:
156
155
  type: string
156
+ expiresAt:
157
+ type: number
158
+ properties:
159
+ type: object
160
+ additionalProperties:
161
+ type: string
157
162
 
158
-
159
- Environment:
163
+ App:
160
164
  type: object
161
165
  properties:
162
166
  libraries:
163
167
  type: object
164
168
  additionalProperties:
165
- $ref: '#/components/schemas/SourceLibrary'
166
- configs:
167
- type: object
168
- additionalProperties:
169
- $ref: '#/components/schemas/Config'
169
+ $ref: "#/components/schemas/SourceLibrary"
170
170
  registry:
171
- $ref: '#/components/schemas/Registry'
172
-
171
+ $ref: "#/components/schemas/Registry"
173
172
 
174
173
  SourceLibrary:
175
174
  type: object
@@ -179,14 +178,6 @@ components:
179
178
  path:
180
179
  type: string
181
180
 
182
-
183
- Config:
184
- type: object
185
- properties:
186
- path:
187
- type: string
188
-
189
-
190
181
  Registry:
191
182
  type: object
192
183
  properties:
@@ -201,4 +192,4 @@ components:
201
192
  aliases:
202
193
  type: object
203
194
  additionalProperties:
204
- type: string
195
+ type: string
@@ -1,7 +0,0 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>AppAuthentication | @sme.up/kokos-sdk-node</title><meta name="description" content="Documentation for @sme.up/kokos-sdk-node"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@sme.up/kokos-sdk-node</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">AppAuthentication</a></li></ul><h1>Class AppAuthentication</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>App Authentication</p>
2
- </div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/general.ts#L179">work/kokos-sdk-node/kokos-sdk-node/src/types/general.ts:179</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Constructor"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
3
- </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#customauthentication" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>custom<wbr/>Authentication?</span></a>
4
- <a href="#ispublic" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>is<wbr/>Public?</span></a>
5
- <a href="#password" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>password</span></a>
6
- <a href="#user" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>user</span></a>
7
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Constructors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Constructors</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="constructor"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="constructorappauthentication"><span class="tsd-signature-keyword">new</span> <span class="tsd-kind-constructor-signature">AppAuthentication</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <a href="" class="tsd-signature-type tsd-kind-class">AppAuthentication</a><a href="#constructorappauthentication" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="" class="tsd-signature-type tsd-kind-class">AppAuthentication</a></h4></div></li></ul></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="customauthentication"><code class="tsd-tag">Optional</code><span>custom<wbr/>Authentication</span><a href="#customauthentication" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">customAuthentication</span><span class="tsd-signature-symbol">?:</span> <a href="AppCustomAuthentication.html" class="tsd-signature-type tsd-kind-class">AppCustomAuthentication</a></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/general.ts#L191">work/kokos-sdk-node/kokos-sdk-node/src/types/general.ts:191</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="ispublic"><code class="tsd-tag">Optional</code><span>is<wbr/>Public</span><a href="#ispublic" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">isPublic</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/general.ts#L181">work/kokos-sdk-node/kokos-sdk-node/src/types/general.ts:181</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="password"><span>password</span><a href="#password" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">password</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/general.ts#L187">work/kokos-sdk-node/kokos-sdk-node/src/types/general.ts:187</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="user"><span>user</span><a href="#user" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">user</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/general.ts#L184">work/kokos-sdk-node/kokos-sdk-node/src/types/general.ts:184</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Constructors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Constructors</summary><div><a href="#constructor"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Constructor"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#customauthentication"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>custom<wbr/>Authentication</span></a><a href="#ispublic"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>is<wbr/>Public</span></a><a href="#password"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>password</span></a><a href="#user"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>user</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@sme.up/kokos-sdk-node</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,7 +0,0 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>AppCustomAuthentication | @sme.up/kokos-sdk-node</title><meta name="description" content="Documentation for @sme.up/kokos-sdk-node"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@sme.up/kokos-sdk-node</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">AppCustomAuthentication</a></li></ul><h1>Class AppCustomAuthentication</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>App Custom Authentication</p>
2
- </div><div class="tsd-comment tsd-typography"></div></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/general.ts#L160">work/kokos-sdk-node/kokos-sdk-node/src/types/general.ts:160</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Constructors</h3><div class="tsd-index-list"><a href="#constructor" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Constructor"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a>
3
- </div></section><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#branch" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>branch?</span></a>
4
- <a href="#enabled" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>enabled</span></a>
5
- <a href="#servicename" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>service<wbr/>Name</span></a>
6
- <a href="#serviceparams" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>service<wbr/>Params?</span></a>
7
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Constructors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Constructors</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="constructor"><span>constructor</span><a href="#constructor" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><ul class="tsd-signatures"><li class=""><div class="tsd-signature tsd-anchor-link" id="constructorappcustomauthentication"><span class="tsd-signature-keyword">new</span> <span class="tsd-kind-constructor-signature">AppCustomAuthentication</span><span class="tsd-signature-symbol">()</span><span class="tsd-signature-symbol">:</span> <a href="" class="tsd-signature-type tsd-kind-class">AppCustomAuthentication</a><a href="#constructorappcustomauthentication" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></div><div class="tsd-description"><h4 class="tsd-returns-title">Returns <a href="" class="tsd-signature-type tsd-kind-class">AppCustomAuthentication</a></h4></div></li></ul></section></section></details><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="branch"><code class="tsd-tag">Optional</code><span>branch</span><a href="#branch" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">branch</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/general.ts#L166">work/kokos-sdk-node/kokos-sdk-node/src/types/general.ts:166</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="enabled"><span>enabled</span><a href="#enabled" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">enabled</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/general.ts#L162">work/kokos-sdk-node/kokos-sdk-node/src/types/general.ts:162</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="servicename"><span>service<wbr/>Name</span><a href="#servicename" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">serviceName</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/general.ts#L169">work/kokos-sdk-node/kokos-sdk-node/src/types/general.ts:169</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="serviceparams"><code class="tsd-tag">Optional</code><span>service<wbr/>Params</span><a href="#serviceparams" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">serviceParams</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/general.ts#L173">work/kokos-sdk-node/kokos-sdk-node/src/types/general.ts:173</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Constructors"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Constructors</summary><div><a href="#constructor"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Constructor"><use href="../assets/icons.svg#icon-512"></use></svg><span>constructor</span></a></div></details><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#branch"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>branch</span></a><a href="#enabled"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>enabled</span></a><a href="#servicename"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>service<wbr/>Name</span></a><a href="#serviceparams"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>service<wbr/>Params</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@sme.up/kokos-sdk-node</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,18 +0,0 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SmeupObject | @sme.up/kokos-sdk-node</title><meta name="description" content="Documentation for @sme.up/kokos-sdk-node"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@sme.up/kokos-sdk-node</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">SmeupObject</a></li></ul><h1>Interface SmeupObject</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Smeup object</p>
2
- </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">SmeupObject</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="#codice">codice</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#exec">exec</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#fld">fld</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#i">i</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#leaf">leaf</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#parametro">parametro</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#testo">testo</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#tipo">tipo</a><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupObject.ts#L4">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupObject.ts:4</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#codice" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>codice</span></a>
3
- <a href="#exec" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>exec?</span></a>
4
- <a href="#fld" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>fld?</span></a>
5
- <a href="#i" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>i?</span></a>
6
- <a href="#leaf" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>leaf?</span></a>
7
- <a href="#parametro" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>parametro?</span></a>
8
- <a href="#testo" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>testo?</span></a>
9
- <a href="#tipo" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tipo?</span></a>
10
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="codice"><span>codice</span><a href="#codice" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">codice</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>code (K)</p>
11
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupObject.ts#L10">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupObject.ts:10</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="exec"><code class="tsd-tag">Optional</code><span>exec</span><a href="#exec" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">exec</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>exec (E)</p>
12
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupObject.ts#L14">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupObject.ts:14</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="fld"><code class="tsd-tag">Optional</code><span>fld</span><a href="#fld" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">fld</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Field</p>
13
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupObject.ts#L17">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupObject.ts:17</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="i"><code class="tsd-tag">Optional</code><span>i</span><a href="#i" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">i</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>i (I)</p>
14
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupObject.ts#L21">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupObject.ts:21</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="leaf"><code class="tsd-tag">Optional</code><span>leaf</span><a href="#leaf" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">leaf</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>Leaf</p>
15
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupObject.ts#L19">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupObject.ts:19</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="parametro"><code class="tsd-tag">Optional</code><span>parametro</span><a href="#parametro" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">parametro</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>parameter (P)</p>
16
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupObject.ts#L8">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupObject.ts:8</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="testo"><code class="tsd-tag">Optional</code><span>testo</span><a href="#testo" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">testo</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>text (D)</p>
17
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupObject.ts#L12">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupObject.ts:12</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="tipo"><code class="tsd-tag">Optional</code><span>tipo</span><a href="#tipo" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">tipo</span><span class="tsd-signature-symbol">?:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>type (T)</p>
18
- </div><div class="tsd-comment tsd-typography"></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupObject.ts#L6">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupObject.ts:6</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#codice"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>codice</span></a><a href="#exec"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>exec</span></a><a href="#fld"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>fld</span></a><a href="#i"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>i</span></a><a href="#leaf"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>leaf</span></a><a href="#parametro"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>parametro</span></a><a href="#testo"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>testo</span></a><a href="#tipo"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>tipo</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@sme.up/kokos-sdk-node</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,6 +0,0 @@
1
- <!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>SmeupRawData | @sme.up/kokos-sdk-node</title><meta name="description" content="Documentation for @sme.up/kokos-sdk-node"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script><script async src="../assets/hierarchy.js" id="tsd-hierarchy-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@sme.up/kokos-sdk-node</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">SmeupRawData</a></li></ul><h1>Interface SmeupRawData</h1></div><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><p>Smeup data structure</p>
2
- </div><div class="tsd-comment tsd-typography"></div></section><div class="tsd-signature"><span class="tsd-signature-keyword">interface</span> <span class="tsd-kind-interface">SmeupRawData</span> <span class="tsd-signature-symbol">{</span><br/>    <a class="tsd-kind-property" href="#data">data</a><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#debuginfo">debugInfo</a><span class="tsd-signature-symbol">:</span> <a href="DebugInfo.html" class="tsd-signature-type tsd-kind-interface">DebugInfo</a><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#messages">messages</a><span class="tsd-signature-symbol">:</span> <a href="SmeupMessage.html" class="tsd-signature-type tsd-kind-interface">SmeupMessage</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span><br/>    <a class="tsd-kind-property" href="#type">type</a><span class="tsd-signature-symbol">:</span> <a href="../enums/SmeupDataStructureType.html#smeuprawdata" class="tsd-signature-type tsd-kind-enum-member">SmeupRawData</a><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></div><section class="tsd-panel tsd-hierarchy" data-refl="305"><h4>Hierarchy (<a href="../hierarchy.html#SmeupRawData">View Summary</a>)</h4><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><a href="SmeupDataStructure.html" class="tsd-signature-type tsd-kind-interface">SmeupDataStructure</a><ul class="tsd-hierarchy"><li class="tsd-hierarchy-item"><span class="tsd-hierarchy-target">SmeupRawData</span></li></ul></li></ul></section><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupRawData.ts#L6">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupRawData.ts:6</a></li></ul></aside><section class="tsd-panel-group tsd-index-group"><section class="tsd-panel tsd-index-panel"><details class="tsd-index-content tsd-accordion" open><summary class="tsd-accordion-summary tsd-index-summary"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronSmall"></use></svg><h5 class="tsd-index-heading uppercase">Index</h5></summary><div class="tsd-accordion-details"><section class="tsd-index-section"><h3 class="tsd-index-heading">Properties</h3><div class="tsd-index-list"><a href="#data" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data</span></a>
3
- <a href="#debuginfo" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>debug<wbr/>Info</span></a>
4
- <a href="#messages" class="tsd-index-link tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>messages</span></a>
5
- <a href="#type" class="tsd-index-link"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>type</span></a>
6
- </div></section></div></details></section></section><details class="tsd-panel-group tsd-member-group tsd-accordion" open><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="data"><span>data</span><a href="#data" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">data</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><aside class="tsd-sources"><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupRawData.ts#L8">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupRawData.ts:8</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="debuginfo"><span>debug<wbr/>Info</span><a href="#debuginfo" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">debugInfo</span><span class="tsd-signature-symbol">:</span> <a href="DebugInfo.html" class="tsd-signature-type tsd-kind-interface">DebugInfo</a></div><aside class="tsd-sources"><p>Inherited from <a href="SmeupDataStructure.html">SmeupDataStructure</a>.<a href="SmeupDataStructure.html#debuginfo">debugInfo</a></p><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupDataStructure.ts#L9">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupDataStructure.ts:9</a></li></ul></aside></section><section class="tsd-panel tsd-member tsd-is-inherited"><h3 class="tsd-anchor-link" id="messages"><span>messages</span><a href="#messages" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">messages</span><span class="tsd-signature-symbol">:</span> <a href="SmeupMessage.html" class="tsd-signature-type tsd-kind-interface">SmeupMessage</a><span class="tsd-signature-symbol">[]</span></div><aside class="tsd-sources"><p>Inherited from <a href="SmeupDataStructure.html">SmeupDataStructure</a>.<a href="SmeupDataStructure.html#messages">messages</a></p><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupDataStructure.ts#L8">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupDataStructure.ts:8</a></li></ul></aside></section><section class="tsd-panel tsd-member"><h3 class="tsd-anchor-link" id="type"><span>type</span><a href="#type" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24" aria-hidden="true"><use href="../assets/icons.svg#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <a href="../enums/SmeupDataStructureType.html#smeuprawdata" class="tsd-signature-type tsd-kind-enum-member">SmeupRawData</a></div><aside class="tsd-sources"><p>Overrides <a href="SmeupDataStructure.html">SmeupDataStructure</a>.<a href="SmeupDataStructure.html#type">type</a></p><ul><li>Defined in <a href="https://github.com/smeup/kokos-sdk-node/blob/86f7a0cad1ec2d8fec9cf4aa0ff516988be51a1e/src/types/data-structures/smeupRawData.ts#L7">work/kokos-sdk-node/kokos-sdk-node/src/types/data-structures/smeupRawData.ts:7</a></li></ul></aside></section></section></details></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div><details open class="tsd-accordion tsd-page-navigation"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>On This Page</h3></summary><div class="tsd-accordion-details"><details open class="tsd-accordion tsd-page-navigation-section"><summary class="tsd-accordion-summary" data-key="section-Properties"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg>Properties</summary><div><a href="#data"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>data</span></a><a href="#debuginfo" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>debug<wbr/>Info</span></a><a href="#messages" class="tsd-is-inherited"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>messages</span></a><a href="#type"><svg class="tsd-kind-icon" viewBox="0 0 24 24" aria-label="Property"><use href="../assets/icons.svg#icon-1024"></use></svg><span>type</span></a></div></details></div></details></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@sme.up/kokos-sdk-node</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
@@ -1,21 +0,0 @@
1
- /**
2
- * Smeup object
3
- */
4
- export interface SmeupObject {
5
- /** type (T) */
6
- tipo?: string;
7
- /** parameter (P) */
8
- parametro?: string;
9
- /** code (K) */
10
- codice: string;
11
- /** text (D) */
12
- testo?: string;
13
- /** exec (E) */
14
- exec?: string;
15
- /** Field */
16
- fld?: string;
17
- /** Leaf */
18
- leaf?: string;
19
- /** i (I) */
20
- i?: string;
21
- }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=smeupObject.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"smeupObject.js","sourceRoot":"","sources":["../../../src/types/data-structures/smeupObject.ts"],"names":[],"mappings":""}
@@ -1,8 +0,0 @@
1
- import { SmeupDataStructure, SmeupDataStructureType } from "./smeupDataStructure.js";
2
- /**
3
- * Smeup data structure
4
- */
5
- export interface SmeupRawData extends SmeupDataStructure {
6
- type: SmeupDataStructureType.SmeupRawData;
7
- data: string;
8
- }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=smeupRawData.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"smeupRawData.js","sourceRoot":"","sources":["../../../src/types/data-structures/smeupRawData.ts"],"names":[],"mappings":""}
@@ -1,66 +0,0 @@
1
- import { SmeupDataStructure, SmeupDataStructureType } from "./smeupDataStructure.js";
2
- import { SmeupObject } from "./smeupObject.js";
3
- /**
4
- * SmeupTable (EXB)
5
- */
6
- export interface SmeupTable extends SmeupDataStructure {
7
- type: SmeupDataStructureType.SmeupTable;
8
- columns: SmeupColumn[];
9
- rows: SmeupRow[];
10
- }
11
- /**
12
- * Column Data Type
13
- */
14
- export interface SmeupColumn {
15
- /** Name (code) */
16
- code: string;
17
- /** Group */
18
- grp?: string;
19
- /** Field length */
20
- lun?: string;
21
- canonicalForm?: string;
22
- /** render component */
23
- cmp?: string;
24
- /**
25
- * I: Input
26
- * O: Output
27
- * B: Input (???)
28
- * H: Hide
29
- * E: Autocomplete
30
- * G: ???
31
- *
32
- */
33
- IO?: "I" | "O" | "B" | "H" | "G" | "E" | "";
34
- tooltip?: boolean;
35
- /** Visibile text */
36
- text?: string;
37
- sortMode?: string;
38
- /**
39
- * ASSE
40
- * SERIE
41
- */
42
- fill?: "ASSE" | "SERIE";
43
- /** Smeup object */
44
- ogg?: string;
45
- /** simple client validation */
46
- validation?: string;
47
- pfk?: string;
48
- tfk?: string;
49
- sfk?: string;
50
- }
51
- /**
52
- * Row Data Type
53
- */
54
- export interface SmeupRow {
55
- fields: {
56
- [index: string]: SmeupCell;
57
- };
58
- }
59
- /** Cell */
60
- export interface SmeupCell {
61
- /** name, refer to column name */
62
- name: string;
63
- /** smeup object */
64
- smeupObject: SmeupObject;
65
- tooltip?: boolean;
66
- }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=smeupTable.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"smeupTable.js","sourceRoot":"","sources":["../../../src/types/data-structures/smeupTable.ts"],"names":[],"mappings":""}
@@ -1,21 +0,0 @@
1
- import { SmeupDataStructure, SmeupDataStructureType } from "./smeupDataStructure.js";
2
- import { SmeupObject } from "./smeupObject.js";
3
- import { SmeupColumn, SmeupRow } from "./smeupTable.js";
4
- /**
5
- * SmeupTree (TRE)
6
- */
7
- export interface SmeupTree extends SmeupDataStructure {
8
- type: SmeupDataStructureType.SmeupTree;
9
- children: SmeupTreeNode[];
10
- columns?: SmeupColumn[];
11
- row?: SmeupRow;
12
- }
13
- /**
14
- * Smeup Tree Node (child node)
15
- */
16
- export interface SmeupTreeNode {
17
- children?: SmeupTreeNode[];
18
- content: SmeupObject;
19
- columns?: SmeupColumn[];
20
- row?: SmeupRow;
21
- }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=smeupTree.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"smeupTree.js","sourceRoot":"","sources":["../../../src/types/data-structures/smeupTree.ts"],"names":[],"mappings":""}
@@ -1,7 +0,0 @@
1
- import { SmeupDataColumn, SmeupDataRow } from "../types/data-structures/smeupDataTable";
2
- import { SmeupDataNode } from "../types/data-structures/smeupDataTree.js";
3
- import { SmeupColumn, SmeupRow } from "../types/data-structures/smeupTable.js";
4
- import { SmeupTreeNode } from "../types/data-structures/smeupTree.js";
5
- export declare const dataNodeToSmeupTreeNode: (dataNode: SmeupDataNode, columns: SmeupDataColumn[]) => SmeupTreeNode;
6
- export declare const dataColumnToSmeupColumn: (dataColumn: SmeupDataColumn) => SmeupColumn;
7
- export declare const dataRowToSmeupRow: (row: SmeupDataRow, columns: SmeupDataColumn[]) => SmeupRow;