@versori/run 0.2.23 → 0.2.25

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 (294) hide show
  1. package/esm/src/context/Context.d.ts.map +1 -1
  2. package/esm/src/context/Context.js +1 -0
  3. package/esm/src/dsl/http/versori/contextcredentials.d.ts +2 -0
  4. package/esm/src/dsl/http/versori/contextcredentials.d.ts.map +1 -1
  5. package/esm/src/dsl/http/versori/{credentials → credential}/client.d.ts +3 -0
  6. package/esm/src/dsl/http/versori/credential/client.d.ts.map +1 -0
  7. package/esm/src/dsl/http/versori/{credentials → credential}/client.js +11 -1
  8. package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/credentials.d.ts +21 -4
  9. package/esm/src/dsl/http/versori/credential/credentials.d.ts.map +1 -0
  10. package/esm/src/dsl/http/versori/{credentials → credential}/credentials.js +8 -0
  11. package/esm/src/dsl/http/versori/credential/mod.d.ts.map +1 -0
  12. package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts +40 -0
  13. package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts.map +1 -0
  14. package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.js +35 -0
  15. package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts +57 -0
  16. package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts.map +1 -0
  17. package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.js +44 -0
  18. package/esm/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_pb.d.ts +4 -1
  19. package/esm/src/dsl/http/versori/credential/oauth2/v1/token_pb.d.ts.map +1 -0
  20. package/esm/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_pb.js +3 -3
  21. package/esm/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.d.ts +45 -12
  22. package/esm/src/dsl/http/versori/credential/oauth2/v1/token_service_pb.d.ts.map +1 -0
  23. package/esm/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.js +3 -4
  24. package/esm/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_pb.d.ts +4 -1
  25. package/esm/src/dsl/http/versori/credential/tokens/v1/token_pb.d.ts.map +1 -0
  26. package/esm/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_pb.js +3 -3
  27. package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/tokens/v1/token_service_pb.d.ts +17 -5
  28. package/esm/src/dsl/http/versori/credential/tokens/v1/token_service_pb.d.ts.map +1 -0
  29. package/esm/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_service_pb.js +3 -3
  30. package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/v1alpha1/common_pb.d.ts +13 -4
  31. package/esm/src/dsl/http/versori/credential/v1alpha1/common_pb.d.ts.map +1 -0
  32. package/esm/src/dsl/http/versori/{credentials → credential}/v1alpha1/common_pb.js +3 -3
  33. package/esm/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts +364 -0
  34. package/esm/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts.map +1 -0
  35. package/esm/src/dsl/http/versori/credential/v1alpha1/credential_pb.js +248 -0
  36. package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/v1alpha1/credential_service_pb.d.ts +61 -16
  37. package/esm/src/dsl/http/versori/credential/v1alpha1/credential_service_pb.d.ts.map +1 -0
  38. package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/v1alpha1/credential_service_pb.js +22 -63
  39. package/esm/src/dsl/http/versori/kvapi/index.d.ts +41 -0
  40. package/esm/src/dsl/http/versori/kvapi/index.d.ts.map +1 -0
  41. package/esm/src/dsl/http/versori/kvapi/index.js +11 -0
  42. package/esm/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts +4 -0
  43. package/esm/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts.map +1 -0
  44. package/esm/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.js +1 -0
  45. package/esm/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts +3 -0
  46. package/esm/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts.map +1 -0
  47. package/esm/src/dsl/http/versori/kvapi/models/BatchEntries.js +1 -0
  48. package/esm/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts +10 -0
  49. package/esm/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts.map +1 -0
  50. package/esm/src/dsl/http/versori/kvapi/models/BatchEntry.js +1 -0
  51. package/esm/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts +5 -0
  52. package/esm/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts.map +1 -0
  53. package/esm/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.js +1 -0
  54. package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts +5 -0
  55. package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts.map +1 -0
  56. package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.js +1 -0
  57. package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts +3 -0
  58. package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts.map +1 -0
  59. package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.js +1 -0
  60. package/esm/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts +5 -0
  61. package/esm/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts.map +1 -0
  62. package/esm/src/dsl/http/versori/kvapi/models/CountKVRequest.js +1 -0
  63. package/esm/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts +4 -0
  64. package/esm/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts.map +1 -0
  65. package/esm/src/dsl/http/versori/kvapi/models/CountKVResponse.js +1 -0
  66. package/esm/src/dsl/http/versori/kvapi/models/CountSelector.d.ts +4 -0
  67. package/esm/src/dsl/http/versori/kvapi/models/CountSelector.d.ts.map +1 -0
  68. package/esm/src/dsl/http/versori/kvapi/models/CountSelector.js +1 -0
  69. package/esm/src/dsl/http/versori/kvapi/models/Error.d.ts +14 -0
  70. package/esm/src/dsl/http/versori/kvapi/models/Error.d.ts.map +1 -0
  71. package/esm/src/dsl/http/versori/kvapi/models/Error.js +1 -0
  72. package/esm/src/dsl/http/versori/kvapi/models/ErrorField.d.ts +16 -0
  73. package/esm/src/dsl/http/versori/kvapi/models/ErrorField.d.ts.map +1 -0
  74. package/esm/src/dsl/http/versori/kvapi/models/ErrorField.js +1 -0
  75. package/esm/src/dsl/http/versori/kvapi/models/GetOptions.d.ts +7 -0
  76. package/esm/src/dsl/http/versori/kvapi/models/GetOptions.d.ts.map +1 -0
  77. package/esm/src/dsl/http/versori/kvapi/models/GetOptions.js +1 -0
  78. package/esm/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts +6 -0
  79. package/esm/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts.map +1 -0
  80. package/esm/src/dsl/http/versori/kvapi/models/KVBatchFailure.js +1 -0
  81. package/esm/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts +7 -0
  82. package/esm/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts.map +1 -0
  83. package/esm/src/dsl/http/versori/kvapi/models/KVBatchResult.js +1 -0
  84. package/esm/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts +15 -0
  85. package/esm/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts.map +1 -0
  86. package/esm/src/dsl/http/versori/kvapi/models/KVCommitResult.js +1 -0
  87. package/esm/src/dsl/http/versori/kvapi/models/KVEntry.d.ts +18 -0
  88. package/esm/src/dsl/http/versori/kvapi/models/KVEntry.d.ts.map +1 -0
  89. package/esm/src/dsl/http/versori/kvapi/models/KVEntry.js +1 -0
  90. package/esm/src/dsl/http/versori/kvapi/models/KVFilter.d.ts +15 -0
  91. package/esm/src/dsl/http/versori/kvapi/models/KVFilter.d.ts.map +1 -0
  92. package/esm/src/dsl/http/versori/kvapi/models/KVFilter.js +1 -0
  93. package/esm/src/dsl/http/versori/kvapi/models/KVKey.d.ts +2 -0
  94. package/esm/src/dsl/http/versori/kvapi/models/KVKey.d.ts.map +1 -0
  95. package/esm/src/dsl/http/versori/kvapi/models/KVKey.js +1 -0
  96. package/esm/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts +7 -0
  97. package/esm/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts.map +1 -0
  98. package/esm/src/dsl/http/versori/kvapi/models/ListKVRequest.js +1 -0
  99. package/esm/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts +7 -0
  100. package/esm/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts.map +1 -0
  101. package/esm/src/dsl/http/versori/kvapi/models/ListKVResponse.js +1 -0
  102. package/esm/src/dsl/http/versori/kvapi/models/ListOptions.d.ts +11 -0
  103. package/esm/src/dsl/http/versori/kvapi/models/ListOptions.d.ts.map +1 -0
  104. package/esm/src/dsl/http/versori/kvapi/models/ListOptions.js +1 -0
  105. package/esm/src/dsl/http/versori/kvapi/models/ListSelector.d.ts +8 -0
  106. package/esm/src/dsl/http/versori/kvapi/models/ListSelector.d.ts.map +1 -0
  107. package/esm/src/dsl/http/versori/kvapi/models/ListSelector.js +1 -0
  108. package/esm/src/dsl/http/versori/kvapi/models/Pagination.d.ts +5 -0
  109. package/esm/src/dsl/http/versori/kvapi/models/Pagination.d.ts.map +1 -0
  110. package/esm/src/dsl/http/versori/kvapi/models/Pagination.js +1 -0
  111. package/esm/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts +40 -0
  112. package/esm/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts.map +1 -0
  113. package/esm/src/dsl/http/versori/kvapi/services/BatchOperationsService.js +58 -0
  114. package/esm/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts +24 -0
  115. package/esm/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts.map +1 -0
  116. package/esm/src/dsl/http/versori/kvapi/services/QueryOperationsService.js +40 -0
  117. package/esm/src/dsl/http/versori/roundtripper.d.ts +3 -1
  118. package/esm/src/dsl/http/versori/roundtripper.d.ts.map +1 -1
  119. package/esm/src/dsl/http/versori/roundtripper.js +85 -1
  120. package/esm/src/dsl/tasks/HttpTask.d.ts.map +1 -1
  121. package/esm/src/dsl/tasks/HttpTask.js +1 -0
  122. package/esm/src/kv/KeyValue.d.ts +3 -0
  123. package/esm/src/kv/KeyValue.d.ts.map +1 -1
  124. package/esm/src/kv/memory/MemoryKeyValue.d.ts +3 -0
  125. package/esm/src/kv/memory/MemoryKeyValue.d.ts.map +1 -1
  126. package/esm/src/kv/memory/MemoryKeyValue.js +8 -0
  127. package/esm/src/kv/nats/NatsKeyValue.d.ts +3 -0
  128. package/esm/src/kv/nats/NatsKeyValue.d.ts.map +1 -1
  129. package/esm/src/kv/nats/NatsKeyValue.js +8 -0
  130. package/esm/src/kv/sdk/SDKKeyValue.d.ts +5 -0
  131. package/esm/src/kv/sdk/SDKKeyValue.d.ts.map +1 -1
  132. package/esm/src/kv/sdk/SDKKeyValue.js +19 -0
  133. package/package.json +2 -1
  134. package/script/src/context/Context.d.ts.map +1 -1
  135. package/script/src/context/Context.js +1 -0
  136. package/script/src/dsl/http/versori/contextcredentials.d.ts +2 -0
  137. package/script/src/dsl/http/versori/contextcredentials.d.ts.map +1 -1
  138. package/script/src/dsl/http/versori/{credentials → credential}/client.d.ts +3 -0
  139. package/script/src/dsl/http/versori/credential/client.d.ts.map +1 -0
  140. package/script/src/dsl/http/versori/{credentials → credential}/client.js +10 -0
  141. package/{esm/src/dsl/http/versori/credentials → script/src/dsl/http/versori/credential}/credentials.d.ts +21 -4
  142. package/script/src/dsl/http/versori/credential/credentials.d.ts.map +1 -0
  143. package/script/src/dsl/http/versori/{credentials → credential}/credentials.js +9 -0
  144. package/script/src/dsl/http/versori/credential/mod.d.ts.map +1 -0
  145. package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts +40 -0
  146. package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts.map +1 -0
  147. package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.js +38 -0
  148. package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts +57 -0
  149. package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts.map +1 -0
  150. package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.js +47 -0
  151. package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_pb.d.ts +4 -1
  152. package/script/src/dsl/http/versori/credential/oauth2/v1/token_pb.d.ts.map +1 -0
  153. package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_pb.js +4 -4
  154. package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.d.ts +45 -12
  155. package/script/src/dsl/http/versori/credential/oauth2/v1/token_service_pb.d.ts.map +1 -0
  156. package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.js +15 -16
  157. package/script/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_pb.d.ts +4 -1
  158. package/script/src/dsl/http/versori/credential/tokens/v1/token_pb.d.ts.map +1 -0
  159. package/script/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_pb.js +4 -4
  160. package/{esm/src/dsl/http/versori/credentials → script/src/dsl/http/versori/credential}/tokens/v1/token_service_pb.d.ts +17 -5
  161. package/script/src/dsl/http/versori/credential/tokens/v1/token_service_pb.d.ts.map +1 -0
  162. package/script/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_service_pb.js +8 -8
  163. package/{esm/src/dsl/http/versori/credentials → script/src/dsl/http/versori/credential}/v1alpha1/common_pb.d.ts +13 -4
  164. package/script/src/dsl/http/versori/credential/v1alpha1/common_pb.d.ts.map +1 -0
  165. package/script/src/dsl/http/versori/{credentials → credential}/v1alpha1/common_pb.js +8 -8
  166. package/script/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts +364 -0
  167. package/script/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts.map +1 -0
  168. package/script/src/dsl/http/versori/credential/v1alpha1/credential_pb.js +252 -0
  169. package/{esm/src/dsl/http/versori/credentials → script/src/dsl/http/versori/credential}/v1alpha1/credential_service_pb.d.ts +61 -16
  170. package/script/src/dsl/http/versori/credential/v1alpha1/credential_service_pb.d.ts.map +1 -0
  171. package/script/src/dsl/http/versori/credential/v1alpha1/credential_service_pb.js +93 -0
  172. package/script/src/dsl/http/versori/kvapi/index.d.ts +41 -0
  173. package/script/src/dsl/http/versori/kvapi/index.d.ts.map +1 -0
  174. package/script/src/dsl/http/versori/kvapi/index.js +22 -0
  175. package/script/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts +4 -0
  176. package/script/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts.map +1 -0
  177. package/script/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.js +2 -0
  178. package/script/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts +3 -0
  179. package/script/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts.map +1 -0
  180. package/script/src/dsl/http/versori/kvapi/models/BatchEntries.js +2 -0
  181. package/script/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts +10 -0
  182. package/script/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts.map +1 -0
  183. package/script/src/dsl/http/versori/kvapi/models/BatchEntry.js +2 -0
  184. package/script/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts +5 -0
  185. package/script/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts.map +1 -0
  186. package/script/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.js +2 -0
  187. package/script/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts +5 -0
  188. package/script/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts.map +1 -0
  189. package/script/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.js +2 -0
  190. package/script/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts +3 -0
  191. package/script/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts.map +1 -0
  192. package/script/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.js +2 -0
  193. package/script/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts +5 -0
  194. package/script/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts.map +1 -0
  195. package/script/src/dsl/http/versori/kvapi/models/CountKVRequest.js +2 -0
  196. package/script/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts +4 -0
  197. package/script/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts.map +1 -0
  198. package/script/src/dsl/http/versori/kvapi/models/CountKVResponse.js +2 -0
  199. package/script/src/dsl/http/versori/kvapi/models/CountSelector.d.ts +4 -0
  200. package/script/src/dsl/http/versori/kvapi/models/CountSelector.d.ts.map +1 -0
  201. package/script/src/dsl/http/versori/kvapi/models/CountSelector.js +2 -0
  202. package/script/src/dsl/http/versori/kvapi/models/Error.d.ts +14 -0
  203. package/script/src/dsl/http/versori/kvapi/models/Error.d.ts.map +1 -0
  204. package/script/src/dsl/http/versori/kvapi/models/Error.js +2 -0
  205. package/script/src/dsl/http/versori/kvapi/models/ErrorField.d.ts +16 -0
  206. package/script/src/dsl/http/versori/kvapi/models/ErrorField.d.ts.map +1 -0
  207. package/script/src/dsl/http/versori/kvapi/models/ErrorField.js +2 -0
  208. package/script/src/dsl/http/versori/kvapi/models/GetOptions.d.ts +7 -0
  209. package/script/src/dsl/http/versori/kvapi/models/GetOptions.d.ts.map +1 -0
  210. package/script/src/dsl/http/versori/kvapi/models/GetOptions.js +2 -0
  211. package/script/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts +6 -0
  212. package/script/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts.map +1 -0
  213. package/script/src/dsl/http/versori/kvapi/models/KVBatchFailure.js +2 -0
  214. package/script/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts +7 -0
  215. package/script/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts.map +1 -0
  216. package/script/src/dsl/http/versori/kvapi/models/KVBatchResult.js +2 -0
  217. package/script/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts +15 -0
  218. package/script/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts.map +1 -0
  219. package/script/src/dsl/http/versori/kvapi/models/KVCommitResult.js +2 -0
  220. package/script/src/dsl/http/versori/kvapi/models/KVEntry.d.ts +18 -0
  221. package/script/src/dsl/http/versori/kvapi/models/KVEntry.d.ts.map +1 -0
  222. package/script/src/dsl/http/versori/kvapi/models/KVEntry.js +2 -0
  223. package/script/src/dsl/http/versori/kvapi/models/KVFilter.d.ts +15 -0
  224. package/script/src/dsl/http/versori/kvapi/models/KVFilter.d.ts.map +1 -0
  225. package/script/src/dsl/http/versori/kvapi/models/KVFilter.js +2 -0
  226. package/script/src/dsl/http/versori/kvapi/models/KVKey.d.ts +2 -0
  227. package/script/src/dsl/http/versori/kvapi/models/KVKey.d.ts.map +1 -0
  228. package/script/src/dsl/http/versori/kvapi/models/KVKey.js +2 -0
  229. package/script/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts +7 -0
  230. package/script/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts.map +1 -0
  231. package/script/src/dsl/http/versori/kvapi/models/ListKVRequest.js +2 -0
  232. package/script/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts +7 -0
  233. package/script/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts.map +1 -0
  234. package/script/src/dsl/http/versori/kvapi/models/ListKVResponse.js +2 -0
  235. package/script/src/dsl/http/versori/kvapi/models/ListOptions.d.ts +11 -0
  236. package/script/src/dsl/http/versori/kvapi/models/ListOptions.d.ts.map +1 -0
  237. package/script/src/dsl/http/versori/kvapi/models/ListOptions.js +2 -0
  238. package/script/src/dsl/http/versori/kvapi/models/ListSelector.d.ts +8 -0
  239. package/script/src/dsl/http/versori/kvapi/models/ListSelector.d.ts.map +1 -0
  240. package/script/src/dsl/http/versori/kvapi/models/ListSelector.js +2 -0
  241. package/script/src/dsl/http/versori/kvapi/models/Pagination.d.ts +5 -0
  242. package/script/src/dsl/http/versori/kvapi/models/Pagination.d.ts.map +1 -0
  243. package/script/src/dsl/http/versori/kvapi/models/Pagination.js +2 -0
  244. package/script/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts +40 -0
  245. package/script/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts.map +1 -0
  246. package/script/src/dsl/http/versori/kvapi/services/BatchOperationsService.js +62 -0
  247. package/script/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts +24 -0
  248. package/script/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts.map +1 -0
  249. package/script/src/dsl/http/versori/kvapi/services/QueryOperationsService.js +44 -0
  250. package/script/src/dsl/http/versori/roundtripper.d.ts +3 -1
  251. package/script/src/dsl/http/versori/roundtripper.d.ts.map +1 -1
  252. package/script/src/dsl/http/versori/roundtripper.js +88 -1
  253. package/script/src/dsl/tasks/HttpTask.d.ts.map +1 -1
  254. package/script/src/dsl/tasks/HttpTask.js +1 -0
  255. package/script/src/kv/KeyValue.d.ts +3 -0
  256. package/script/src/kv/KeyValue.d.ts.map +1 -1
  257. package/script/src/kv/memory/MemoryKeyValue.d.ts +3 -0
  258. package/script/src/kv/memory/MemoryKeyValue.d.ts.map +1 -1
  259. package/script/src/kv/memory/MemoryKeyValue.js +8 -0
  260. package/script/src/kv/nats/NatsKeyValue.d.ts +3 -0
  261. package/script/src/kv/nats/NatsKeyValue.d.ts.map +1 -1
  262. package/script/src/kv/nats/NatsKeyValue.js +8 -0
  263. package/script/src/kv/sdk/SDKKeyValue.d.ts +5 -0
  264. package/script/src/kv/sdk/SDKKeyValue.d.ts.map +1 -1
  265. package/script/src/kv/sdk/SDKKeyValue.js +19 -0
  266. package/esm/src/dsl/http/versori/credentials/client.d.ts.map +0 -1
  267. package/esm/src/dsl/http/versori/credentials/credentials.d.ts.map +0 -1
  268. package/esm/src/dsl/http/versori/credentials/mod.d.ts.map +0 -1
  269. package/esm/src/dsl/http/versori/credentials/oauth2/v1/token_pb.d.ts.map +0 -1
  270. package/esm/src/dsl/http/versori/credentials/oauth2/v1/token_service_pb.d.ts.map +0 -1
  271. package/esm/src/dsl/http/versori/credentials/tokens/v1/token_pb.d.ts.map +0 -1
  272. package/esm/src/dsl/http/versori/credentials/tokens/v1/token_service_pb.d.ts.map +0 -1
  273. package/esm/src/dsl/http/versori/credentials/v1alpha1/common_pb.d.ts.map +0 -1
  274. package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_pb.d.ts +0 -165
  275. package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_pb.d.ts.map +0 -1
  276. package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_pb.js +0 -155
  277. package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_service_pb.d.ts.map +0 -1
  278. package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_service_pb.js +0 -128
  279. package/script/src/dsl/http/versori/credentials/client.d.ts.map +0 -1
  280. package/script/src/dsl/http/versori/credentials/credentials.d.ts.map +0 -1
  281. package/script/src/dsl/http/versori/credentials/mod.d.ts.map +0 -1
  282. package/script/src/dsl/http/versori/credentials/oauth2/v1/token_pb.d.ts.map +0 -1
  283. package/script/src/dsl/http/versori/credentials/oauth2/v1/token_service_pb.d.ts.map +0 -1
  284. package/script/src/dsl/http/versori/credentials/tokens/v1/token_pb.d.ts.map +0 -1
  285. package/script/src/dsl/http/versori/credentials/tokens/v1/token_service_pb.d.ts.map +0 -1
  286. package/script/src/dsl/http/versori/credentials/v1alpha1/common_pb.d.ts.map +0 -1
  287. package/script/src/dsl/http/versori/credentials/v1alpha1/credential_pb.d.ts +0 -165
  288. package/script/src/dsl/http/versori/credentials/v1alpha1/credential_pb.d.ts.map +0 -1
  289. package/script/src/dsl/http/versori/credentials/v1alpha1/credential_pb.js +0 -158
  290. package/script/src/dsl/http/versori/credentials/v1alpha1/credential_service_pb.d.ts.map +0 -1
  291. /package/esm/src/dsl/http/versori/{credentials → credential}/mod.d.ts +0 -0
  292. /package/esm/src/dsl/http/versori/{credentials → credential}/mod.js +0 -0
  293. /package/script/src/dsl/http/versori/{credentials → credential}/mod.d.ts +0 -0
  294. /package/script/src/dsl/http/versori/{credentials → credential}/mod.js +0 -0
@@ -6,79 +6,124 @@ export const file_versori_credential_v1alpha1_credential_service: import("@bufbu
6
6
  * Describes the message versori.credential.v1alpha1.CreateCredentialRequest.
7
7
  * Use `create(CreateCredentialRequestSchema)` to create a new message.
8
8
  */
9
- export const CreateCredentialRequestSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
9
+ export const CreateCredentialRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
10
+ jsonType: undefined;
11
+ validType: undefined;
12
+ }>;
10
13
  /**
11
14
  * Describes the message versori.credential.v1alpha1.CreateCredentialResponse.
12
15
  * Use `create(CreateCredentialResponseSchema)` to create a new message.
13
16
  */
14
- export const CreateCredentialResponseSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
17
+ export const CreateCredentialResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
18
+ jsonType: undefined;
19
+ validType: undefined;
20
+ }>;
15
21
  /**
16
22
  * Describes the message versori.credential.v1alpha1.GetCredentialRequest.
17
23
  * Use `create(GetCredentialRequestSchema)` to create a new message.
18
24
  */
19
- export const GetCredentialRequestSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
25
+ export const GetCredentialRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
26
+ jsonType: undefined;
27
+ validType: undefined;
28
+ }>;
20
29
  /**
21
30
  * Describes the message versori.credential.v1alpha1.GetCredentialResponse.
22
31
  * Use `create(GetCredentialResponseSchema)` to create a new message.
23
32
  */
24
- export const GetCredentialResponseSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
33
+ export const GetCredentialResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
34
+ jsonType: undefined;
35
+ validType: undefined;
36
+ }>;
25
37
  /**
26
38
  * Describes the message versori.credential.v1alpha1.GetManyCredentialsRequest.
27
39
  * Use `create(GetManyCredentialsRequestSchema)` to create a new message.
28
40
  */
29
- export const GetManyCredentialsRequestSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
41
+ export const GetManyCredentialsRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
42
+ jsonType: undefined;
43
+ validType: undefined;
44
+ }>;
30
45
  /**
31
46
  * Describes the message versori.credential.v1alpha1.GetManyCredentialsResponse.
32
47
  * Use `create(GetManyCredentialsResponseSchema)` to create a new message.
33
48
  */
34
- export const GetManyCredentialsResponseSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
49
+ export const GetManyCredentialsResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
50
+ jsonType: undefined;
51
+ validType: undefined;
52
+ }>;
35
53
  /**
36
54
  * Describes the message versori.credential.v1alpha1.ListCredentialsRequest.
37
55
  * Use `create(ListCredentialsRequestSchema)` to create a new message.
38
56
  */
39
- export const ListCredentialsRequestSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
57
+ export const ListCredentialsRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
58
+ jsonType: undefined;
59
+ validType: undefined;
60
+ }>;
40
61
  /**
41
62
  * Describes the message versori.credential.v1alpha1.ListCredentialsResponse.
42
63
  * Use `create(ListCredentialsResponseSchema)` to create a new message.
43
64
  */
44
- export const ListCredentialsResponseSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
65
+ export const ListCredentialsResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
66
+ jsonType: undefined;
67
+ validType: undefined;
68
+ }>;
45
69
  /**
46
70
  * Describes the message versori.credential.v1alpha1.UpdateCredentialRequest.
47
71
  * Use `create(UpdateCredentialRequestSchema)` to create a new message.
48
72
  */
49
- export const UpdateCredentialRequestSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
73
+ export const UpdateCredentialRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
74
+ jsonType: undefined;
75
+ validType: undefined;
76
+ }>;
50
77
  /**
51
78
  * Describes the message versori.credential.v1alpha1.UpdateCredentialResponse.
52
79
  * Use `create(UpdateCredentialResponseSchema)` to create a new message.
53
80
  */
54
- export const UpdateCredentialResponseSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
81
+ export const UpdateCredentialResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
82
+ jsonType: undefined;
83
+ validType: undefined;
84
+ }>;
55
85
  /**
56
86
  * Describes the message versori.credential.v1alpha1.DeleteCredentialRequest.
57
87
  * Use `create(DeleteCredentialRequestSchema)` to create a new message.
58
88
  */
59
- export const DeleteCredentialRequestSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
89
+ export const DeleteCredentialRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
90
+ jsonType: undefined;
91
+ validType: undefined;
92
+ }>;
60
93
  /**
61
94
  * Describes the message versori.credential.v1alpha1.DeleteCredentialResponse.
62
95
  * Use `create(DeleteCredentialResponseSchema)` to create a new message.
63
96
  */
64
- export const DeleteCredentialResponseSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
97
+ export const DeleteCredentialResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
98
+ jsonType: undefined;
99
+ validType: undefined;
100
+ }>;
65
101
  /**
66
102
  * Describes the message versori.credential.v1alpha1.ValidateCredentialRequest.
67
103
  * Use `create(ValidateCredentialRequestSchema)` to create a new message.
68
104
  */
69
- export const ValidateCredentialRequestSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
105
+ export const ValidateCredentialRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
106
+ jsonType: undefined;
107
+ validType: undefined;
108
+ }>;
70
109
  /**
71
110
  * Describes the message versori.credential.v1alpha1.ValidateCredentialResponse.
72
111
  * Use `create(ValidateCredentialResponseSchema)` to create a new message.
73
112
  */
74
- export const ValidateCredentialResponseSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
113
+ export const ValidateCredentialResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
114
+ jsonType: undefined;
115
+ validType: undefined;
116
+ }>;
75
117
  /**
76
118
  * Describes the message versori.credential.v1alpha1.ValidateCredentialResponse.ValidationError.
77
119
  * Use `create(ValidateCredentialResponse_ValidationErrorSchema)` to create a new message.
78
120
  */
79
- export const ValidateCredentialResponse_ValidationErrorSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
121
+ export const ValidateCredentialResponse_ValidationErrorSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
122
+ jsonType: undefined;
123
+ validType: undefined;
124
+ }>;
80
125
  /**
81
126
  * @generated from service versori.credential.v1alpha1.CredentialService
82
127
  */
83
- export const CredentialService: import("@bufbuild/protobuf/codegenv1").GenService<import("@bufbuild/protobuf/codegenv1").GenServiceMethods>;
128
+ export const CredentialService: import("@bufbuild/protobuf/codegenv2").GenService<import("@bufbuild/protobuf/codegenv2").GenServiceMethods>;
84
129
  //# sourceMappingURL=credential_service_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credential_service_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/credential/v1alpha1/credential_service_pb.js"],"names":[],"mappings":"AASA;;GAEG;AACH,wGAC0mI;AAE1mI;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACuE;AAEvE;;;GAGG;AACH;;;GACuE;AAEvE;;;GAGG;AACH;;;GACuE;AAEvE;;;GAGG;AACH;;;GACuE;AAEvE;;;GAGG;AACH;;;GAC0E;AAE1E;;GAEG;AACH,4IACsE"}
@@ -0,0 +1,93 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-es v2.6.2
3
+ // @generated from file versori/credential/v1alpha1/credential_service.proto (package versori.credential.v1alpha1, syntax proto3)
4
+ /* eslint-disable */
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.CredentialService = exports.ValidateCredentialResponse_ValidationErrorSchema = exports.ValidateCredentialResponseSchema = exports.ValidateCredentialRequestSchema = exports.DeleteCredentialResponseSchema = exports.DeleteCredentialRequestSchema = exports.UpdateCredentialResponseSchema = exports.UpdateCredentialRequestSchema = exports.ListCredentialsResponseSchema = exports.ListCredentialsRequestSchema = exports.GetManyCredentialsResponseSchema = exports.GetManyCredentialsRequestSchema = exports.GetCredentialResponseSchema = exports.GetCredentialRequestSchema = exports.CreateCredentialResponseSchema = exports.CreateCredentialRequestSchema = exports.file_versori_credential_v1alpha1_credential_service = void 0;
7
+ const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
8
+ const wkt_1 = require("@bufbuild/protobuf/wkt");
9
+ const common_pb_js_1 = require("./common_pb.js");
10
+ const credential_pb_js_1 = require("./credential_pb.js");
11
+ /**
12
+ * Describes the file versori/credential/v1alpha1/credential_service.proto.
13
+ */
14
+ exports.file_versori_credential_v1alpha1_credential_service = (0, codegenv2_1.fileDesc)("CjR2ZXJzb3JpL2NyZWRlbnRpYWwvdjFhbHBoYTEvY3JlZGVudGlhbF9zZXJ2aWNlLnByb3RvEht2ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEivgIKF0NyZWF0ZUNyZWRlbnRpYWxSZXF1ZXN0EhcKD29yZ2FuaXNhdGlvbl9pZBgBIAEoCRIMCgRuYW1lGAIgASgJEkwKBGRhdGEYAyADKAsyPi52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlYXRlQ3JlZGVudGlhbFJlcXVlc3QuRGF0YUVudHJ5EjoKBHR5cGUYBCABKA4yLC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5UeXBlEhUKDXJlZGFjdF9maWVsZHMYBSADKAkSLgoKZXhwaXJlc19hdBgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAaKwoJRGF0YUVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoDDoCOAEiVwoYQ3JlYXRlQ3JlZGVudGlhbFJlc3BvbnNlEjsKCmNyZWRlbnRpYWwYASABKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbCJSChRHZXRDcmVkZW50aWFsUmVxdWVzdBIKCgJpZBgBIAEoCRIXCg9vcmdhbmlzYXRpb25faWQYAiABKAkSFQoNc2hvd19yZWRhY3RlZBgDIAEoCCJUChVHZXRDcmVkZW50aWFsUmVzcG9uc2USOwoKY3JlZGVudGlhbBgBIAEoCzInLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsIigKGUdldE1hbnlDcmVkZW50aWFsc1JlcXVlc3QSCwoDaWRzGAEgAygJIloKGkdldE1hbnlDcmVkZW50aWFsc1Jlc3BvbnNlEjwKC2NyZWRlbnRpYWxzGAEgAygLMicudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWwibwoWTGlzdENyZWRlbnRpYWxzUmVxdWVzdBIXCg9vcmdhbmlzYXRpb25faWQYASABKAkSPAoLcGFnZV9wYXJhbXMYAiABKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuUGFnZVBhcmFtcyKLAQoXTGlzdENyZWRlbnRpYWxzUmVzcG9uc2USNgoFaXRlbXMYASADKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbBI4CglwYWdlX2luZm8YAiABKAsyJS52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuUGFnZUluZm8iygIKF1VwZGF0ZUNyZWRlbnRpYWxSZXF1ZXN0EgoKAmlkGAEgASgJEhcKD29yZ2FuaXNhdGlvbl9pZBgCIAEoCRIMCgRuYW1lGAMgASgJEkwKBGRhdGEYBCADKAsyPi52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuVXBkYXRlQ3JlZGVudGlhbFJlcXVlc3QuRGF0YUVudHJ5EjoKBHR5cGUYBSABKA4yLC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5UeXBlEhUKDXJlZGFjdF9maWVsZHMYBiADKAkSLgoKZXhwaXJlc19hdBgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAaKwoJRGF0YUVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoDDoCOAEiVwoYVXBkYXRlQ3JlZGVudGlhbFJlc3BvbnNlEjsKCmNyZWRlbnRpYWwYASABKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbCI+ChdEZWxldGVDcmVkZW50aWFsUmVxdWVzdBIKCgJpZBgBIAEoCRIXCg9vcmdhbmlzYXRpb25faWQYAiABKAkiGgoYRGVsZXRlQ3JlZGVudGlhbFJlc3BvbnNlItQBChlWYWxpZGF0ZUNyZWRlbnRpYWxSZXF1ZXN0EjoKBHR5cGUYASABKA4yLC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5UeXBlEk4KBGRhdGEYAiADKAsyQC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuVmFsaWRhdGVDcmVkZW50aWFsUmVxdWVzdC5EYXRhRW50cnkaKwoJRGF0YUVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoDDoCOAEipQEKGlZhbGlkYXRlQ3JlZGVudGlhbFJlc3BvbnNlEgoKAm9rGAEgASgIElcKBmVycm9ycxgCIAMoCzJHLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5WYWxpZGF0ZUNyZWRlbnRpYWxSZXNwb25zZS5WYWxpZGF0aW9uRXJyb3IaIgoPVmFsaWRhdGlvbkVycm9yEg8KB21lc3NhZ2UYASABKAky0gYKEUNyZWRlbnRpYWxTZXJ2aWNlEnUKBkNyZWF0ZRI0LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVhdGVDcmVkZW50aWFsUmVxdWVzdBo1LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVhdGVDcmVkZW50aWFsUmVzcG9uc2USbAoDR2V0EjEudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkdldENyZWRlbnRpYWxSZXF1ZXN0GjIudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkdldENyZWRlbnRpYWxSZXNwb25zZRJ6CgdHZXRNYW55EjYudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkdldE1hbnlDcmVkZW50aWFsc1JlcXVlc3QaNy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuR2V0TWFueUNyZWRlbnRpYWxzUmVzcG9uc2UScQoETGlzdBIzLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5MaXN0Q3JlZGVudGlhbHNSZXF1ZXN0GjQudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkxpc3RDcmVkZW50aWFsc1Jlc3BvbnNlEnUKBlVwZGF0ZRI0LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5VcGRhdGVDcmVkZW50aWFsUmVxdWVzdBo1LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5VcGRhdGVDcmVkZW50aWFsUmVzcG9uc2USdQoGRGVsZXRlEjQudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkRlbGV0ZUNyZWRlbnRpYWxSZXF1ZXN0GjUudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkRlbGV0ZUNyZWRlbnRpYWxSZXNwb25zZRJ7CghWYWxpZGF0ZRI2LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5WYWxpZGF0ZUNyZWRlbnRpYWxSZXF1ZXN0GjcudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLlZhbGlkYXRlQ3JlZGVudGlhbFJlc3BvbnNlQu0BCh9jb20udmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExQhZDcmVkZW50aWFsU2VydmljZVByb3RvUAFaJHZlcnNvcmkuZGV2L2NyZWRlbnRpYWxzL2FwaS92MWFscGhhMaICA1ZDWKoCG1ZlcnNvcmkuQ3JlZGVudGlhbC5WMWFscGhhMcoCG1ZlcnNvcmlcQ3JlZGVudGlhbFxWMWFscGhhMeICJ1ZlcnNvcmlcQ3JlZGVudGlhbFxWMWFscGhhMVxHUEJNZXRhZGF0YeoCHVZlcnNvcmk6OkNyZWRlbnRpYWw6OlYxYWxwaGExYgZwcm90bzM", [wkt_1.file_google_protobuf_timestamp, common_pb_js_1.file_versori_credential_v1alpha1_common, credential_pb_js_1.file_versori_credential_v1alpha1_credential]);
15
+ /**
16
+ * Describes the message versori.credential.v1alpha1.CreateCredentialRequest.
17
+ * Use `create(CreateCredentialRequestSchema)` to create a new message.
18
+ */
19
+ exports.CreateCredentialRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 0);
20
+ /**
21
+ * Describes the message versori.credential.v1alpha1.CreateCredentialResponse.
22
+ * Use `create(CreateCredentialResponseSchema)` to create a new message.
23
+ */
24
+ exports.CreateCredentialResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 1);
25
+ /**
26
+ * Describes the message versori.credential.v1alpha1.GetCredentialRequest.
27
+ * Use `create(GetCredentialRequestSchema)` to create a new message.
28
+ */
29
+ exports.GetCredentialRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 2);
30
+ /**
31
+ * Describes the message versori.credential.v1alpha1.GetCredentialResponse.
32
+ * Use `create(GetCredentialResponseSchema)` to create a new message.
33
+ */
34
+ exports.GetCredentialResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 3);
35
+ /**
36
+ * Describes the message versori.credential.v1alpha1.GetManyCredentialsRequest.
37
+ * Use `create(GetManyCredentialsRequestSchema)` to create a new message.
38
+ */
39
+ exports.GetManyCredentialsRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 4);
40
+ /**
41
+ * Describes the message versori.credential.v1alpha1.GetManyCredentialsResponse.
42
+ * Use `create(GetManyCredentialsResponseSchema)` to create a new message.
43
+ */
44
+ exports.GetManyCredentialsResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 5);
45
+ /**
46
+ * Describes the message versori.credential.v1alpha1.ListCredentialsRequest.
47
+ * Use `create(ListCredentialsRequestSchema)` to create a new message.
48
+ */
49
+ exports.ListCredentialsRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 6);
50
+ /**
51
+ * Describes the message versori.credential.v1alpha1.ListCredentialsResponse.
52
+ * Use `create(ListCredentialsResponseSchema)` to create a new message.
53
+ */
54
+ exports.ListCredentialsResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 7);
55
+ /**
56
+ * Describes the message versori.credential.v1alpha1.UpdateCredentialRequest.
57
+ * Use `create(UpdateCredentialRequestSchema)` to create a new message.
58
+ */
59
+ exports.UpdateCredentialRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 8);
60
+ /**
61
+ * Describes the message versori.credential.v1alpha1.UpdateCredentialResponse.
62
+ * Use `create(UpdateCredentialResponseSchema)` to create a new message.
63
+ */
64
+ exports.UpdateCredentialResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 9);
65
+ /**
66
+ * Describes the message versori.credential.v1alpha1.DeleteCredentialRequest.
67
+ * Use `create(DeleteCredentialRequestSchema)` to create a new message.
68
+ */
69
+ exports.DeleteCredentialRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 10);
70
+ /**
71
+ * Describes the message versori.credential.v1alpha1.DeleteCredentialResponse.
72
+ * Use `create(DeleteCredentialResponseSchema)` to create a new message.
73
+ */
74
+ exports.DeleteCredentialResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 11);
75
+ /**
76
+ * Describes the message versori.credential.v1alpha1.ValidateCredentialRequest.
77
+ * Use `create(ValidateCredentialRequestSchema)` to create a new message.
78
+ */
79
+ exports.ValidateCredentialRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 12);
80
+ /**
81
+ * Describes the message versori.credential.v1alpha1.ValidateCredentialResponse.
82
+ * Use `create(ValidateCredentialResponseSchema)` to create a new message.
83
+ */
84
+ exports.ValidateCredentialResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 13);
85
+ /**
86
+ * Describes the message versori.credential.v1alpha1.ValidateCredentialResponse.ValidationError.
87
+ * Use `create(ValidateCredentialResponse_ValidationErrorSchema)` to create a new message.
88
+ */
89
+ exports.ValidateCredentialResponse_ValidationErrorSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 13, 0);
90
+ /**
91
+ * @generated from service versori.credential.v1alpha1.CredentialService
92
+ */
93
+ exports.CredentialService = (0, codegenv2_1.serviceDesc)(exports.file_versori_credential_v1alpha1_credential_service, 0);
@@ -0,0 +1,41 @@
1
+ export { ApiError } from './core/ApiError.js';
2
+ export { CancelablePromise, CancelError } from './core/CancelablePromise.js';
3
+ export { OpenAPI } from './core/OpenAPI.js';
4
+ export type { OpenAPIConfig } from './core/OpenAPI.js';
5
+ export type { BatchDeleteKVResponse } from './models/BatchDeleteKVResponse.js';
6
+ export type { BatchEntries } from './models/BatchEntries.js';
7
+ export type { BatchEntry } from './models/BatchEntry.js';
8
+ export type { BatchGetKVResponse } from './models/BatchGetKVResponse.js';
9
+ export type { BatchSetKVRequest } from './models/BatchSetKVRequest.js';
10
+ export type { BatchSetKVResponse } from './models/BatchSetKVResponse.js';
11
+ export type { CountKVRequest } from './models/CountKVRequest.js';
12
+ export type { CountKVResponse } from './models/CountKVResponse.js';
13
+ export type { CountSelector } from './models/CountSelector.js';
14
+ export type { CreateStoreRequest } from './models/CreateStoreRequest.js';
15
+ export type { CreateStoreResponse } from './models/CreateStoreResponse.js';
16
+ export type { DeleteKVResponse } from './models/DeleteKVResponse.js';
17
+ export type { DeleteOptions } from './models/DeleteOptions.js';
18
+ export type { Error } from './models/Error.js';
19
+ export type { ErrorField } from './models/ErrorField.js';
20
+ export type { GetKVResponse } from './models/GetKVResponse.js';
21
+ export type { GetOptions } from './models/GetOptions.js';
22
+ export type { KVBatchFailure } from './models/KVBatchFailure.js';
23
+ export type { KVBatchResult } from './models/KVBatchResult.js';
24
+ export type { KVCommitResult } from './models/KVCommitResult.js';
25
+ export type { KVEntry } from './models/KVEntry.js';
26
+ export type { KVFilter } from './models/KVFilter.js';
27
+ export type { KVKey } from './models/KVKey.js';
28
+ export type { ListKVRequest } from './models/ListKVRequest.js';
29
+ export type { ListKVResponse } from './models/ListKVResponse.js';
30
+ export type { ListOptions } from './models/ListOptions.js';
31
+ export type { ListSelector } from './models/ListSelector.js';
32
+ export type { ListStoresResponse } from './models/ListStoresResponse.js';
33
+ export type { Pagination } from './models/Pagination.js';
34
+ export type { SetKVResponse } from './models/SetKVResponse.js';
35
+ export type { SetOptions } from './models/SetOptions.js';
36
+ export type { Store } from './models/Store.js';
37
+ export { BatchOperationsService } from './services/BatchOperationsService.js';
38
+ export { KvOperationsService } from './services/KvOperationsService.js';
39
+ export { QueryOperationsService } from './services/QueryOperationsService.js';
40
+ export { StoresService } from './services/StoresService.js';
41
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/src/dsl/http/versori/kvapi/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC7E,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,YAAY,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD,YAAY,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC/E,YAAY,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,YAAY,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,YAAY,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACzE,YAAY,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACvE,YAAY,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACzE,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AACnE,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,YAAY,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACzE,YAAY,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,YAAY,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,YAAY,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC/C,YAAY,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,YAAY,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACnD,YAAY,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,YAAY,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC/C,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,YAAY,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,YAAY,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACzE,YAAY,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,YAAY,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,YAAY,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC"}
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.StoresService = exports.QueryOperationsService = exports.KvOperationsService = exports.BatchOperationsService = exports.OpenAPI = exports.CancelError = exports.CancelablePromise = exports.ApiError = void 0;
4
+ /* generated using openapi-typescript-codegen -- do not edit */
5
+ /* istanbul ignore file */
6
+ /* tslint:disable */
7
+ /* eslint-disable */
8
+ var ApiError_js_1 = require("./core/ApiError.js");
9
+ Object.defineProperty(exports, "ApiError", { enumerable: true, get: function () { return ApiError_js_1.ApiError; } });
10
+ var CancelablePromise_js_1 = require("./core/CancelablePromise.js");
11
+ Object.defineProperty(exports, "CancelablePromise", { enumerable: true, get: function () { return CancelablePromise_js_1.CancelablePromise; } });
12
+ Object.defineProperty(exports, "CancelError", { enumerable: true, get: function () { return CancelablePromise_js_1.CancelError; } });
13
+ var OpenAPI_js_1 = require("./core/OpenAPI.js");
14
+ Object.defineProperty(exports, "OpenAPI", { enumerable: true, get: function () { return OpenAPI_js_1.OpenAPI; } });
15
+ var BatchOperationsService_js_1 = require("./services/BatchOperationsService.js");
16
+ Object.defineProperty(exports, "BatchOperationsService", { enumerable: true, get: function () { return BatchOperationsService_js_1.BatchOperationsService; } });
17
+ var KvOperationsService_js_1 = require("./services/KvOperationsService.js");
18
+ Object.defineProperty(exports, "KvOperationsService", { enumerable: true, get: function () { return KvOperationsService_js_1.KvOperationsService; } });
19
+ var QueryOperationsService_js_1 = require("./services/QueryOperationsService.js");
20
+ Object.defineProperty(exports, "QueryOperationsService", { enumerable: true, get: function () { return QueryOperationsService_js_1.QueryOperationsService; } });
21
+ var StoresService_js_1 = require("./services/StoresService.js");
22
+ Object.defineProperty(exports, "StoresService", { enumerable: true, get: function () { return StoresService_js_1.StoresService; } });
@@ -0,0 +1,4 @@
1
+ export type BatchDeleteKVResponse = {
2
+ status?: string;
3
+ };
4
+ //# sourceMappingURL=BatchDeleteKVResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchDeleteKVResponse.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,qBAAqB,GAAG;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ import type { BatchEntry } from './BatchEntry.js';
2
+ export type BatchEntries = Array<BatchEntry>;
3
+ //# sourceMappingURL=BatchEntries.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchEntries.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/BatchEntries.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ import type { SetOptions } from './SetOptions.js';
2
+ export type BatchEntry = {
3
+ key: Array<string>;
4
+ /**
5
+ * Any JSON value
6
+ */
7
+ value: any;
8
+ options?: SetOptions;
9
+ };
10
+ //# sourceMappingURL=BatchEntry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchEntry.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/BatchEntry.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,MAAM,MAAM,UAAU,GAAG;IACrB,GAAG,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,GAAG,CAAC;IACX,OAAO,CAAC,EAAE,UAAU,CAAC;CACxB,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import type { KVEntry } from './KVEntry.js';
2
+ export type BatchGetKVResponse = {
3
+ entries: Array<KVEntry>;
4
+ };
5
+ //# sourceMappingURL=BatchGetKVResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchGetKVResponse.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAC5C,MAAM,MAAM,kBAAkB,GAAG;IAC7B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;CAC3B,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import type { BatchEntries } from './BatchEntries.js';
2
+ export type BatchSetKVRequest = {
3
+ entries: BatchEntries;
4
+ };
5
+ //# sourceMappingURL=BatchSetKVRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchSetKVRequest.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,MAAM,MAAM,iBAAiB,GAAG;IAC5B,OAAO,EAAE,YAAY,CAAC;CACzB,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,3 @@
1
+ import type { KVBatchResult } from './KVBatchResult.js';
2
+ export type BatchSetKVResponse = KVBatchResult;
3
+ //# sourceMappingURL=BatchSetKVResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"BatchSetKVResponse.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,5 @@
1
+ import type { CountSelector } from './CountSelector.js';
2
+ export type CountKVRequest = {
3
+ selector?: CountSelector;
4
+ };
5
+ //# sourceMappingURL=CountKVRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountKVRequest.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/CountKVRequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,MAAM,MAAM,cAAc,GAAG;IACzB,QAAQ,CAAC,EAAE,aAAa,CAAC;CAC5B,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export type CountKVResponse = {
2
+ count?: number;
3
+ };
4
+ //# sourceMappingURL=CountKVResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountKVResponse.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/CountKVResponse.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,eAAe,GAAG;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,4 @@
1
+ export type CountSelector = {
2
+ prefix?: Array<string>;
3
+ };
4
+ //# sourceMappingURL=CountSelector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CountSelector.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/CountSelector.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG;IACxB,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC1B,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ import type { ErrorField } from './ErrorField.js';
2
+ export type Error = {
3
+ /**
4
+ * Code is a machine-readable error code.
5
+ */
6
+ code: string;
7
+ /**
8
+ * Message is a human-readable error message.
9
+ */
10
+ message: string;
11
+ fields?: Array<ErrorField>;
12
+ details?: string;
13
+ };
14
+ //# sourceMappingURL=Error.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Error.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/Error.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,MAAM,MAAM,KAAK,GAAG;IAChB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * ErrorField denotes a field which has an error.
3
+ */
4
+ export type ErrorField = {
5
+ /**
6
+ * Field is the name of the field which has an error, this may be a path to a nested field, including array
7
+ * elements. The format of this field is of the form: "field1.field2[0].field3"
8
+ *
9
+ */
10
+ field: string;
11
+ /**
12
+ * Message is the error message for this specific field.
13
+ */
14
+ message: string;
15
+ };
16
+ //# sourceMappingURL=ErrorField.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ErrorField.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/ErrorField.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACrB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ export type GetOptions = {
2
+ /**
3
+ * Request timeout in milliseconds
4
+ */
5
+ timeout?: number;
6
+ };
7
+ //# sourceMappingURL=GetOptions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetOptions.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/GetOptions.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,UAAU,GAAG;IACrB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,6 @@
1
+ import type { KVKey } from './KVKey.js';
2
+ export type KVBatchFailure = {
3
+ key: KVKey;
4
+ error: string;
5
+ };
6
+ //# sourceMappingURL=KVBatchFailure.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KVBatchFailure.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/KVBatchFailure.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,MAAM,cAAc,GAAG;IACzB,GAAG,EAAE,KAAK,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,7 @@
1
+ import type { KVBatchFailure } from './KVBatchFailure.js';
2
+ import type { KVCommitResult } from './KVCommitResult.js';
3
+ export type KVBatchResult = {
4
+ successes: Array<KVCommitResult>;
5
+ failures: Array<KVBatchFailure>;
6
+ };
7
+ //# sourceMappingURL=KVBatchResult.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KVBatchResult.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/KVBatchResult.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,MAAM,MAAM,aAAa,GAAG;IACxB,SAAS,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACjC,QAAQ,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CACnC,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,15 @@
1
+ export type KVCommitResult = {
2
+ /**
3
+ * Whether the operation was successful
4
+ */
5
+ ok: boolean;
6
+ /**
7
+ * New version identifier
8
+ */
9
+ versionstamp: string;
10
+ /**
11
+ * Whether the transaction was committed
12
+ */
13
+ committed: boolean;
14
+ };
15
+ //# sourceMappingURL=KVCommitResult.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KVCommitResult.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/KVCommitResult.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,cAAc,GAAG;IACzB;;OAEG;IACH,EAAE,EAAE,OAAO,CAAC;IACZ;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;CACtB,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,18 @@
1
+ import type { KVKey } from './KVKey.js';
2
+ export type KVEntry = {
3
+ key: KVKey;
4
+ /**
5
+ * Any JSON-serializable value
6
+ */
7
+ value: any;
8
+ /**
9
+ * Unique version identifier for optimistic concurrency
10
+ */
11
+ versionstamp: string;
12
+ createdAt: string;
13
+ /**
14
+ * When the entry expires (TTL)
15
+ */
16
+ expiresAt?: string | null;
17
+ };
18
+ //# sourceMappingURL=KVEntry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KVEntry.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/KVEntry.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,MAAM,OAAO,GAAG;IAClB,GAAG,EAAE,KAAK,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,GAAG,CAAC;IACX;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,CAAC"}
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });