@serve.zone/interfaces 5.0.4 → 5.4.2

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 (193) hide show
  1. package/.smartconfig.json +32 -0
  2. package/changelog.md +22 -0
  3. package/dist_ts/00_commitinfo_data.js +9 -0
  4. package/dist_ts/data/baremetal.d.ts +61 -0
  5. package/dist_ts/data/baremetal.js +2 -0
  6. package/{dist_ts_interfaces → dist_ts}/data/cloudlyconfig.d.ts +0 -2
  7. package/{dist_ts_interfaces → dist_ts}/data/cloudlyconfig.js +1 -1
  8. package/{dist_ts_interfaces → dist_ts}/data/cluster.d.ts +7 -3
  9. package/{dist_ts_interfaces → dist_ts}/data/cluster.js +1 -1
  10. package/dist_ts/data/clusternode.d.ts +59 -0
  11. package/dist_ts/data/clusternode.js +2 -0
  12. package/{dist_ts_interfaces → dist_ts}/data/config.js +1 -1
  13. package/dist_ts/data/deployment.d.ts +51 -0
  14. package/{dist_ts_interfaces → dist_ts}/data/deployment.js +1 -1
  15. package/dist_ts/data/dns.d.ts +85 -0
  16. package/dist_ts/data/dns.js +2 -0
  17. package/{dist_ts_interfaces → dist_ts}/data/docker.js +1 -1
  18. package/dist_ts/data/domain.d.ts +102 -0
  19. package/dist_ts/data/domain.js +2 -0
  20. package/{dist_ts_interfaces → dist_ts}/data/event.js +1 -1
  21. package/dist_ts/data/externalregistry.d.ts +92 -0
  22. package/{dist_ts_interfaces → dist_ts}/data/externalregistry.js +1 -1
  23. package/{dist_ts_interfaces → dist_ts}/data/image.js +1 -1
  24. package/{dist_ts_interfaces → dist_ts}/data/index.d.ts +6 -1
  25. package/dist_ts/data/index.js +22 -0
  26. package/{dist_ts_interfaces → dist_ts}/data/secretbundle.js +1 -1
  27. package/{dist_ts_interfaces → dist_ts}/data/secretgroup.js +1 -1
  28. package/{dist_ts_interfaces → dist_ts}/data/server.js +1 -1
  29. package/dist_ts/data/service.d.ts +75 -0
  30. package/{dist_ts_interfaces → dist_ts}/data/service.js +1 -1
  31. package/dist_ts/data/settings.d.ts +34 -0
  32. package/dist_ts/data/settings.js +2 -0
  33. package/{dist_ts_interfaces → dist_ts}/data/status.js +1 -1
  34. package/dist_ts/data/taskexecution.d.ts +72 -0
  35. package/dist_ts/data/taskexecution.js +2 -0
  36. package/{dist_ts_interfaces → dist_ts}/data/traffic.js +1 -1
  37. package/{dist_ts_interfaces → dist_ts}/data/user.js +1 -1
  38. package/{dist_ts_interfaces → dist_ts}/data/version.js +1 -1
  39. package/{dist_ts_interfaces → dist_ts}/index.js +1 -1
  40. package/{dist_ts_interfaces → dist_ts}/platformservice/aibridge.js +1 -1
  41. package/dist_ts/platformservice/index.js +7 -0
  42. package/{dist_ts_interfaces → dist_ts}/platformservice/letter.js +1 -1
  43. package/{dist_ts_interfaces → dist_ts}/platformservice/mta.js +1 -1
  44. package/dist_ts/platformservice/pushnotification.js +2 -0
  45. package/{dist_ts_interfaces → dist_ts}/platformservice/sms.js +1 -1
  46. package/{dist_ts_interfaces → dist_ts}/plugins.js +1 -1
  47. package/{dist_ts_interfaces → dist_ts}/requests/admin.js +1 -1
  48. package/dist_ts/requests/baremetal.d.ts +19 -0
  49. package/dist_ts/requests/baremetal.js +2 -0
  50. package/{dist_ts_interfaces → dist_ts}/requests/certificate.js +1 -1
  51. package/{dist_ts_interfaces → dist_ts}/requests/cluster.d.ts +1 -0
  52. package/{dist_ts_interfaces → dist_ts}/requests/cluster.js +1 -1
  53. package/{dist_ts_interfaces → dist_ts}/requests/config.js +1 -1
  54. package/dist_ts/requests/deployment.d.ts +96 -0
  55. package/dist_ts/requests/deployment.js +2 -0
  56. package/dist_ts/requests/dns.d.ts +63 -0
  57. package/dist_ts/requests/dns.js +2 -0
  58. package/dist_ts/requests/domain.d.ts +69 -0
  59. package/dist_ts/requests/domain.js +2 -0
  60. package/{dist_ts_interfaces → dist_ts}/requests/externalregistry.d.ts +13 -0
  61. package/dist_ts/requests/externalregistry.js +4 -0
  62. package/{dist_ts_interfaces → dist_ts}/requests/identity.js +1 -1
  63. package/{dist_ts_interfaces → dist_ts}/requests/image.js +1 -1
  64. package/dist_ts/requests/index.d.ts +26 -0
  65. package/dist_ts/requests/index.js +28 -0
  66. package/{dist_ts_interfaces → dist_ts}/requests/inform.js +1 -1
  67. package/{dist_ts_interfaces → dist_ts}/requests/log.js +1 -1
  68. package/{dist_ts_interfaces → dist_ts}/requests/network.js +1 -1
  69. package/dist_ts/requests/node.d.ts +29 -0
  70. package/dist_ts/requests/node.js +2 -0
  71. package/{dist_ts_interfaces → dist_ts}/requests/routing.js +1 -1
  72. package/{dist_ts_interfaces → dist_ts}/requests/secretbundle.js +1 -1
  73. package/{dist_ts_interfaces → dist_ts}/requests/secretgroup.js +1 -1
  74. package/{dist_ts_interfaces → dist_ts}/requests/server.js +1 -1
  75. package/{dist_ts_interfaces → dist_ts}/requests/service.js +1 -1
  76. package/dist_ts/requests/settings.d.ts +49 -0
  77. package/dist_ts/requests/settings.js +2 -0
  78. package/{dist_ts_interfaces → dist_ts}/requests/status.js +1 -1
  79. package/dist_ts/requests/task.d.ts +65 -0
  80. package/dist_ts/requests/task.js +4 -0
  81. package/{dist_ts_interfaces → dist_ts}/requests/version.js +1 -1
  82. package/license +1 -1
  83. package/package.json +43 -18
  84. package/readme.md +12 -206
  85. package/{ts_interfaces → ts}/00_commitinfo_data.ts +2 -2
  86. package/ts/data/baremetal.ts +73 -0
  87. package/{ts_interfaces → ts}/data/cloudlyconfig.ts +0 -2
  88. package/{ts_interfaces → ts}/data/cluster.ts +8 -3
  89. package/ts/data/clusternode.ts +71 -0
  90. package/ts/data/deployment.ts +63 -0
  91. package/ts/data/dns.ts +100 -0
  92. package/ts/data/domain.ts +124 -0
  93. package/ts/data/externalregistry.ts +110 -0
  94. package/{ts_interfaces → ts}/data/index.ts +7 -2
  95. package/ts/data/service.ts +77 -0
  96. package/ts/data/settings.ts +56 -0
  97. package/ts/data/taskexecution.ts +84 -0
  98. package/ts/requests/baremetal.ts +22 -0
  99. package/{ts_interfaces → ts}/requests/cluster.ts +1 -0
  100. package/ts/requests/deployment.ts +141 -0
  101. package/ts/requests/dns.ts +93 -0
  102. package/ts/requests/domain.ts +99 -0
  103. package/{ts_interfaces → ts}/requests/externalregistry.ts +17 -0
  104. package/{ts_interfaces → ts}/requests/index.ts +14 -0
  105. package/ts/requests/node.ts +33 -0
  106. package/ts/requests/settings.ts +59 -0
  107. package/ts/requests/task.ts +95 -0
  108. package/cli.js +0 -4
  109. package/dist_ts_interfaces/00_commitinfo_data.js +0 -9
  110. package/dist_ts_interfaces/data/deployment.d.ts +0 -11
  111. package/dist_ts_interfaces/data/externalregistry.d.ts +0 -10
  112. package/dist_ts_interfaces/data/index.js +0 -17
  113. package/dist_ts_interfaces/data/service.d.ts +0 -37
  114. package/dist_ts_interfaces/platformservice/index.js +0 -7
  115. package/dist_ts_interfaces/platformservice/pushnotification.js +0 -2
  116. package/dist_ts_interfaces/requests/externalregistry.js +0 -4
  117. package/dist_ts_interfaces/requests/index.d.ts +0 -19
  118. package/dist_ts_interfaces/requests/index.js +0 -21
  119. package/ts_interfaces/data/deployment.ts +0 -13
  120. package/ts_interfaces/data/externalregistry.ts +0 -12
  121. package/ts_interfaces/data/service.ts +0 -34
  122. package/ts_interfaces/readme.md +0 -223
  123. package/ts_interfaces/tspublish.json +0 -13
  124. /package/{dist_ts_interfaces → dist_ts}/00_commitinfo_data.d.ts +0 -0
  125. /package/{dist_ts_interfaces → dist_ts}/data/config.d.ts +0 -0
  126. /package/{dist_ts_interfaces → dist_ts}/data/docker.d.ts +0 -0
  127. /package/{dist_ts_interfaces → dist_ts}/data/event.d.ts +0 -0
  128. /package/{dist_ts_interfaces → dist_ts}/data/image.d.ts +0 -0
  129. /package/{dist_ts_interfaces → dist_ts}/data/secretbundle.d.ts +0 -0
  130. /package/{dist_ts_interfaces → dist_ts}/data/secretgroup.d.ts +0 -0
  131. /package/{dist_ts_interfaces → dist_ts}/data/server.d.ts +0 -0
  132. /package/{dist_ts_interfaces → dist_ts}/data/status.d.ts +0 -0
  133. /package/{dist_ts_interfaces → dist_ts}/data/traffic.d.ts +0 -0
  134. /package/{dist_ts_interfaces → dist_ts}/data/user.d.ts +0 -0
  135. /package/{dist_ts_interfaces → dist_ts}/data/version.d.ts +0 -0
  136. /package/{dist_ts_interfaces → dist_ts}/index.d.ts +0 -0
  137. /package/{dist_ts_interfaces → dist_ts}/platformservice/aibridge.d.ts +0 -0
  138. /package/{dist_ts_interfaces → dist_ts}/platformservice/index.d.ts +0 -0
  139. /package/{dist_ts_interfaces → dist_ts}/platformservice/letter.d.ts +0 -0
  140. /package/{dist_ts_interfaces → dist_ts}/platformservice/mta.d.ts +0 -0
  141. /package/{dist_ts_interfaces → dist_ts}/platformservice/pushnotification.d.ts +0 -0
  142. /package/{dist_ts_interfaces → dist_ts}/platformservice/sms.d.ts +0 -0
  143. /package/{dist_ts_interfaces → dist_ts}/plugins.d.ts +0 -0
  144. /package/{dist_ts_interfaces → dist_ts}/requests/admin.d.ts +0 -0
  145. /package/{dist_ts_interfaces → dist_ts}/requests/certificate.d.ts +0 -0
  146. /package/{dist_ts_interfaces → dist_ts}/requests/config.d.ts +0 -0
  147. /package/{dist_ts_interfaces → dist_ts}/requests/identity.d.ts +0 -0
  148. /package/{dist_ts_interfaces → dist_ts}/requests/image.d.ts +0 -0
  149. /package/{dist_ts_interfaces → dist_ts}/requests/inform.d.ts +0 -0
  150. /package/{dist_ts_interfaces → dist_ts}/requests/log.d.ts +0 -0
  151. /package/{dist_ts_interfaces → dist_ts}/requests/network.d.ts +0 -0
  152. /package/{dist_ts_interfaces → dist_ts}/requests/routing.d.ts +0 -0
  153. /package/{dist_ts_interfaces → dist_ts}/requests/secretbundle.d.ts +0 -0
  154. /package/{dist_ts_interfaces → dist_ts}/requests/secretgroup.d.ts +0 -0
  155. /package/{dist_ts_interfaces → dist_ts}/requests/server.d.ts +0 -0
  156. /package/{dist_ts_interfaces → dist_ts}/requests/service.d.ts +0 -0
  157. /package/{dist_ts_interfaces → dist_ts}/requests/status.d.ts +0 -0
  158. /package/{dist_ts_interfaces → dist_ts}/requests/version.d.ts +0 -0
  159. /package/{ts_interfaces → ts}/data/config.ts +0 -0
  160. /package/{ts_interfaces → ts}/data/docker.ts +0 -0
  161. /package/{ts_interfaces → ts}/data/event.ts +0 -0
  162. /package/{ts_interfaces → ts}/data/image.ts +0 -0
  163. /package/{ts_interfaces → ts}/data/secretbundle.ts +0 -0
  164. /package/{ts_interfaces → ts}/data/secretgroup.ts +0 -0
  165. /package/{ts_interfaces → ts}/data/server.ts +0 -0
  166. /package/{ts_interfaces → ts}/data/status.ts +0 -0
  167. /package/{ts_interfaces → ts}/data/traffic.ts +0 -0
  168. /package/{ts_interfaces → ts}/data/user.ts +0 -0
  169. /package/{ts_interfaces → ts}/data/version.ts +0 -0
  170. /package/{ts_interfaces → ts}/index.ts +0 -0
  171. /package/{ts_interfaces → ts}/platformservice/00readme.md +0 -0
  172. /package/{ts_interfaces → ts}/platformservice/aibridge.ts +0 -0
  173. /package/{ts_interfaces → ts}/platformservice/index.ts +0 -0
  174. /package/{ts_interfaces → ts}/platformservice/letter.ts +0 -0
  175. /package/{ts_interfaces → ts}/platformservice/mta.ts +0 -0
  176. /package/{ts_interfaces → ts}/platformservice/pushnotification.ts +0 -0
  177. /package/{ts_interfaces → ts}/platformservice/sms.ts +0 -0
  178. /package/{ts_interfaces → ts}/plugins.ts +0 -0
  179. /package/{ts_interfaces → ts}/requests/admin.ts +0 -0
  180. /package/{ts_interfaces → ts}/requests/certificate.ts +0 -0
  181. /package/{ts_interfaces → ts}/requests/config.ts +0 -0
  182. /package/{ts_interfaces → ts}/requests/identity.ts +0 -0
  183. /package/{ts_interfaces → ts}/requests/image.ts +0 -0
  184. /package/{ts_interfaces → ts}/requests/inform.ts +0 -0
  185. /package/{ts_interfaces → ts}/requests/log.ts +0 -0
  186. /package/{ts_interfaces → ts}/requests/network.ts +0 -0
  187. /package/{ts_interfaces → ts}/requests/routing.ts +0 -0
  188. /package/{ts_interfaces → ts}/requests/secretbundle.ts +0 -0
  189. /package/{ts_interfaces → ts}/requests/secretgroup.ts +0 -0
  190. /package/{ts_interfaces → ts}/requests/server.ts +0 -0
  191. /package/{ts_interfaces → ts}/requests/service.ts +0 -0
  192. /package/{ts_interfaces → ts}/requests/status.ts +0 -0
  193. /package/{ts_interfaces → ts}/requests/version.ts +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes