@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.
Files changed (69) hide show
  1. package/docs/classes/App.html +2 -2
  2. package/docs/classes/EntityOav.html +2 -2
  3. package/docs/classes/EntitySlice.html +2 -2
  4. package/docs/classes/ErrorWithStatus.html +2 -2
  5. package/docs/classes/ExecuteFunPayload.html +2 -2
  6. package/docs/classes/ExecutionContext.html +2 -2
  7. package/docs/classes/Fun.html +2 -2
  8. package/docs/classes/FunObject.html +2 -2
  9. package/docs/classes/KokosEntityDAOService.html +8 -8
  10. package/docs/classes/Registry.html +2 -2
  11. package/docs/classes/SmeupDataStructureWriter.html +5 -5
  12. package/docs/classes/SourceLibrary.html +2 -2
  13. package/docs/classes/User.html +2 -2
  14. package/docs/enums/ApiVersion.html +2 -2
  15. package/docs/enums/Format.html +2 -2
  16. package/docs/enums/Level.html +2 -2
  17. package/docs/enums/SmeupDataStructureType.html +4 -4
  18. package/docs/enums/SmeupLayoutSectionType.html +2 -2
  19. package/docs/functions/clearLoggerContext.html +1 -1
  20. package/docs/functions/configureLogger.html +1 -1
  21. package/docs/functions/createLoggerContext.html +1 -1
  22. package/docs/functions/executeFun.html +1 -1
  23. package/docs/functions/funObjectToString.html +1 -1
  24. package/docs/functions/funToString.html +1 -1
  25. package/docs/functions/getSmeupDataStructureType.html +1 -1
  26. package/docs/functions/parseArrayString.html +1 -1
  27. package/docs/functions/parseKeyValueBetweenBrackets.html +1 -1
  28. package/docs/functions/startServer.html +1 -1
  29. package/docs/functions/startServerWithCustomConfig.html +1 -1
  30. package/docs/functions/stringToFun.html +1 -1
  31. package/docs/functions/toDateCell.html +1 -1
  32. package/docs/functions/toIconButtonCell.html +1 -1
  33. package/docs/functions/toNumberCell.html +1 -1
  34. package/docs/functions/toSingleChipCell.html +1 -1
  35. package/docs/functions/toStringCell.html +1 -1
  36. package/docs/functions/toTextButtonCell.html +1 -1
  37. package/docs/functions/toTimeCell.html +1 -1
  38. package/docs/interfaces/DebugInfo.html +2 -2
  39. package/docs/interfaces/IKokosEntityDAOService.html +2 -2
  40. package/docs/interfaces/KokosEntityDAOServiceMethods.html +7 -7
  41. package/docs/interfaces/KokosService.html +2 -2
  42. package/docs/interfaces/KokosServiceMethods.html +1 -1
  43. package/docs/interfaces/KokosServiceModule.html +2 -2
  44. package/docs/interfaces/LoggerContext.html +2 -2
  45. package/docs/interfaces/MicroExecutorConfiguration.html +2 -2
  46. package/docs/interfaces/SmeupDataCell.html +2 -2
  47. package/docs/interfaces/SmeupDataCellOption.html +2 -2
  48. package/docs/interfaces/SmeupDataColumn.html +2 -2
  49. package/docs/interfaces/SmeupDataNode.html +2 -2
  50. package/docs/interfaces/SmeupDataRow.html +2 -2
  51. package/docs/interfaces/SmeupDataStructure.html +2 -2
  52. package/docs/interfaces/SmeupDataTable.html +2 -2
  53. package/docs/interfaces/SmeupDataTree.html +2 -2
  54. package/docs/interfaces/SmeupFeedback.html +2 -2
  55. package/docs/interfaces/SmeupLayout.html +2 -2
  56. package/docs/interfaces/SmeupLayoutField.html +2 -2
  57. package/docs/interfaces/SmeupLayoutSection.html +2 -2
  58. package/docs/interfaces/SmeupMessage.html +2 -2
  59. package/docs/interfaces/SmeupVariable.html +2 -2
  60. package/docs/types/SmeupDataCellShapes.html +1 -1
  61. package/docs/variables/LOGGER.html +1 -1
  62. package/docs/variables/SMEUP_MESSAGE_GRAVITY.html +1 -1
  63. package/docs/variables/SMEUP_MESSAGE_MODE.html +1 -1
  64. package/docs/variables/SMEUP_VARIABLE_TYPE.html +1 -1
  65. package/docs/variables/SmeupDataCellShapes.html +1 -1
  66. package/lib/entrypoint/restapi/restapi.js +0 -10
  67. package/lib/entrypoint/restapi/restapi.js.map +1 -1
  68. package/package.json +1 -1
  69. package/swagger/openapi.yaml +0 -22
@@ -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: