@sme.up/kokos-sdk-node 2.1.0-SNAPSHOT.20250522071927.540 → 2.1.0-SNAPSHOT.20250522084230.258
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.
- package/docs/classes/App.html +2 -2
- package/docs/classes/EntityOav.html +2 -2
- package/docs/classes/EntitySlice.html +2 -2
- package/docs/classes/ErrorWithStatus.html +2 -2
- package/docs/classes/ExecuteFunPayload.html +2 -2
- package/docs/classes/ExecutionContext.html +2 -2
- package/docs/classes/Fun.html +2 -2
- package/docs/classes/FunObject.html +2 -2
- package/docs/classes/KokosEntityDAOService.html +8 -8
- package/docs/classes/Registry.html +2 -2
- package/docs/classes/SmeupDataStructureWriter.html +5 -5
- package/docs/classes/SourceLibrary.html +2 -2
- package/docs/classes/User.html +2 -2
- package/docs/enums/ApiVersion.html +2 -2
- package/docs/enums/Format.html +2 -2
- package/docs/enums/Level.html +2 -2
- package/docs/enums/SmeupDataStructureType.html +4 -4
- package/docs/enums/SmeupLayoutSectionType.html +2 -2
- package/docs/functions/clearLoggerContext.html +1 -1
- package/docs/functions/configureLogger.html +1 -1
- package/docs/functions/createLoggerContext.html +1 -1
- package/docs/functions/executeFun.html +1 -1
- package/docs/functions/funObjectToString.html +1 -1
- package/docs/functions/funToString.html +1 -1
- package/docs/functions/getSmeupDataStructureType.html +1 -1
- package/docs/functions/parseArrayString.html +1 -1
- package/docs/functions/parseKeyValueBetweenBrackets.html +1 -1
- package/docs/functions/startServer.html +1 -1
- package/docs/functions/startServerWithCustomConfig.html +1 -1
- package/docs/functions/stringToFun.html +1 -1
- package/docs/functions/toDateCell.html +1 -1
- package/docs/functions/toIconButtonCell.html +1 -1
- package/docs/functions/toNumberCell.html +1 -1
- package/docs/functions/toSingleChipCell.html +1 -1
- package/docs/functions/toStringCell.html +1 -1
- package/docs/functions/toTextButtonCell.html +1 -1
- package/docs/functions/toTimeCell.html +1 -1
- package/docs/interfaces/DebugInfo.html +2 -2
- package/docs/interfaces/IKokosEntityDAOService.html +2 -2
- package/docs/interfaces/KokosEntityDAOServiceMethods.html +7 -7
- package/docs/interfaces/KokosService.html +2 -2
- package/docs/interfaces/KokosServiceMethods.html +1 -1
- package/docs/interfaces/KokosServiceModule.html +2 -2
- package/docs/interfaces/LoggerContext.html +2 -2
- package/docs/interfaces/MicroExecutorConfiguration.html +2 -2
- package/docs/interfaces/SmeupDataCell.html +2 -2
- package/docs/interfaces/SmeupDataCellOption.html +2 -2
- package/docs/interfaces/SmeupDataColumn.html +2 -2
- package/docs/interfaces/SmeupDataNode.html +2 -2
- package/docs/interfaces/SmeupDataRow.html +2 -2
- package/docs/interfaces/SmeupDataStructure.html +2 -2
- package/docs/interfaces/SmeupDataTable.html +2 -2
- package/docs/interfaces/SmeupDataTree.html +2 -2
- package/docs/interfaces/SmeupFeedback.html +2 -2
- package/docs/interfaces/SmeupLayout.html +2 -2
- package/docs/interfaces/SmeupLayoutField.html +2 -2
- package/docs/interfaces/SmeupLayoutSection.html +2 -2
- package/docs/interfaces/SmeupMessage.html +2 -2
- package/docs/interfaces/SmeupVariable.html +2 -2
- package/docs/types/SmeupDataCellShapes.html +1 -1
- package/docs/variables/LOGGER.html +1 -1
- package/docs/variables/SMEUP_MESSAGE_GRAVITY.html +1 -1
- package/docs/variables/SMEUP_MESSAGE_MODE.html +1 -1
- package/docs/variables/SMEUP_VARIABLE_TYPE.html +1 -1
- package/docs/variables/SmeupDataCellShapes.html +1 -1
- package/lib/entrypoint/restapi/restapi.js +0 -10
- package/lib/entrypoint/restapi/restapi.js.map +1 -1
- package/package.json +1 -1
- package/swagger/openapi.yaml +0 -22
package/swagger/openapi.yaml
CHANGED
|
@@ -40,28 +40,6 @@ paths:
|
|
|
40
40
|
"200":
|
|
41
41
|
description: OK
|
|
42
42
|
|
|
43
|
-
/api/v2/livez:
|
|
44
|
-
get:
|
|
45
|
-
tags:
|
|
46
|
-
- health
|
|
47
|
-
operationId: LivezV2
|
|
48
|
-
responses:
|
|
49
|
-
default:
|
|
50
|
-
description: no description
|
|
51
|
-
"200":
|
|
52
|
-
description: OK
|
|
53
|
-
|
|
54
|
-
/api/v2/readyz:
|
|
55
|
-
get:
|
|
56
|
-
tags:
|
|
57
|
-
- health
|
|
58
|
-
operationId: ReadyzV2
|
|
59
|
-
responses:
|
|
60
|
-
default:
|
|
61
|
-
description: no description
|
|
62
|
-
"200":
|
|
63
|
-
description: OK
|
|
64
|
-
|
|
65
43
|
/api/v2/executeFun:
|
|
66
44
|
post:
|
|
67
45
|
tags:
|