@versori/run 0.2.23 → 0.2.26

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 +11 -1
  118. package/esm/src/dsl/http/versori/roundtripper.d.ts.map +1 -1
  119. package/esm/src/dsl/http/versori/roundtripper.js +409 -36
  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 +11 -1
  251. package/script/src/dsl/http/versori/roundtripper.d.ts.map +1 -1
  252. package/script/src/dsl/http/versori/roundtripper.js +412 -36
  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
@@ -1,165 +0,0 @@
1
- /**
2
- * Describes the file versori/credential/v1alpha1/credential.proto.
3
- */
4
- export const file_versori_credential_v1alpha1_credential: import("@bufbuild/protobuf").DescFile;
5
- /**
6
- * Describes the message versori.credential.v1alpha1.Credential.
7
- * Use `create(CredentialSchema)` to create a new message.
8
- */
9
- export const CredentialSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
10
- /**
11
- * Describes the enum versori.credential.v1alpha1.Credential.Type.
12
- */
13
- export const Credential_TypeSchema: import("@bufbuild/protobuf/codegenv1").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
14
- /**
15
- * @generated from enum versori.credential.v1alpha1.Credential.Type
16
- */
17
- export const Credential_Type: {
18
- [key: number]: string;
19
- [k: string]: string | number;
20
- };
21
- /**
22
- * Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Token.
23
- * Use `create(CredentialDataOAuth2TokenSchema)` to create a new message.
24
- */
25
- export const CredentialDataOAuth2TokenSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
26
- /**
27
- * Describes the message versori.credential.v1alpha1.CredentialDataRaw.
28
- * Use `create(CredentialDataRawSchema)` to create a new message.
29
- */
30
- export const CredentialDataRawSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
31
- /**
32
- * Describes the message versori.credential.v1alpha1.CredentialHTTPRefreshData.
33
- * Use `create(CredentialHTTPRefreshDataSchema)` to create a new message.
34
- */
35
- export const CredentialHTTPRefreshDataSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
36
- /**
37
- * Describes the message versori.credential.v1alpha1.CredentialHTTPRefreshConfig.
38
- * Use `create(CredentialHTTPRefreshConfigSchema)` to create a new message.
39
- */
40
- export const CredentialHTTPRefreshConfigSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
41
- /**
42
- * Describes the message versori.credential.v1alpha1.CredentialCustomFunction.
43
- * Use `create(CredentialCustomFunctionSchema)` to create a new message.
44
- */
45
- export const CredentialCustomFunctionSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
46
- /**
47
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.
48
- * Use `create(HTTPRefreshConfigSchema)` to create a new message.
49
- */
50
- export const HTTPRefreshConfigSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
51
- /**
52
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.
53
- * Use `create(HTTPRefreshConfig_RequestTemplateSchema)` to create a new message.
54
- */
55
- export const HTTPRefreshConfig_RequestTemplateSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
56
- /**
57
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.HeaderValue.
58
- * Use `create(HTTPRefreshConfig_RequestTemplate_HeaderValueSchema)` to create a new message.
59
- */
60
- export const HTTPRefreshConfig_RequestTemplate_HeaderValueSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
61
- /**
62
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.
63
- * Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTargetSchema)` to create a new message.
64
- */
65
- export const HTTPRefreshConfig_RequestTemplate_CredentialTargetSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
66
- /**
67
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.Body.
68
- * Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTarget_BodySchema)` to create a new message.
69
- */
70
- export const HTTPRefreshConfig_RequestTemplate_CredentialTarget_BodySchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
71
- /**
72
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.Header.
73
- * Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTarget_HeaderSchema)` to create a new message.
74
- */
75
- export const HTTPRefreshConfig_RequestTemplate_CredentialTarget_HeaderSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
76
- /**
77
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.
78
- * Use `create(HTTPRefreshConfig_SelectorSchema)` to create a new message.
79
- */
80
- export const HTTPRefreshConfig_SelectorSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
81
- /**
82
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.BodySelector.
83
- * Use `create(HTTPRefreshConfig_Selector_BodySelectorSchema)` to create a new message.
84
- */
85
- export const HTTPRefreshConfig_Selector_BodySelectorSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
86
- /**
87
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.BodySelector.GvalExpression.
88
- * Use `create(HTTPRefreshConfig_Selector_BodySelector_GvalExpressionSchema)` to create a new message.
89
- */
90
- export const HTTPRefreshConfig_Selector_BodySelector_GvalExpressionSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
91
- /**
92
- * Describes the message versori.credential.v1alpha1.CredentialDataBasicAuth.
93
- * Use `create(CredentialDataBasicAuthSchema)` to create a new message.
94
- */
95
- export const CredentialDataBasicAuthSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
96
- /**
97
- * Describes the message versori.credential.v1alpha1.CredentialDataCertificate.
98
- * Use `create(CredentialDataCertificateSchema)` to create a new message.
99
- */
100
- export const CredentialDataCertificateSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
101
- /**
102
- * Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Client.
103
- * Use `create(CredentialDataOAuth2ClientSchema)` to create a new message.
104
- */
105
- export const CredentialDataOAuth2ClientSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
106
- /**
107
- * Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.
108
- * Use `create(CredentialDataOAuth2Client_ParameterConfigSchema)` to create a new message.
109
- */
110
- export const CredentialDataOAuth2Client_ParameterConfigSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
111
- /**
112
- * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.Location.
113
- */
114
- export const CredentialDataOAuth2Client_ParameterConfig_LocationSchema: import("@bufbuild/protobuf/codegenv1").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
115
- /**
116
- * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.Location
117
- */
118
- export const CredentialDataOAuth2Client_ParameterConfig_Location: {
119
- [key: number]: string;
120
- [k: string]: string | number;
121
- };
122
- /**
123
- * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.From.
124
- */
125
- export const CredentialDataOAuth2Client_ParameterConfig_FromSchema: import("@bufbuild/protobuf/codegenv1").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
126
- /**
127
- * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.From
128
- */
129
- export const CredentialDataOAuth2Client_ParameterConfig_From: {
130
- [key: number]: string;
131
- [k: string]: string | number;
132
- };
133
- /**
134
- * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.AuthStyle.
135
- */
136
- export const CredentialDataOAuth2Client_AuthStyleSchema: import("@bufbuild/protobuf/codegenv1").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
137
- /**
138
- * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.AuthStyle
139
- */
140
- export const CredentialDataOAuth2Client_AuthStyle: {
141
- [key: number]: string;
142
- [k: string]: string | number;
143
- };
144
- /**
145
- * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.Flow.
146
- */
147
- export const CredentialDataOAuth2Client_FlowSchema: import("@bufbuild/protobuf/codegenv1").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
148
- /**
149
- * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.Flow
150
- */
151
- export const CredentialDataOAuth2Client_Flow: {
152
- [key: number]: string;
153
- [k: string]: string | number;
154
- };
155
- /**
156
- * Describes the message versori.credential.v1alpha1.CredentialDataOAuth2ResourceOwner.
157
- * Use `create(CredentialDataOAuth2ResourceOwnerSchema)` to create a new message.
158
- */
159
- export const CredentialDataOAuth2ResourceOwnerSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
160
- /**
161
- * Describes the message versori.credential.v1alpha1.CredentialDataJWTBearer.
162
- * Use `create(CredentialDataJWTBearerSchema)` to create a new message.
163
- */
164
- export const CredentialDataJWTBearerSchema: import("@bufbuild/protobuf/codegenv1").GenMessage<import("@bufbuild/protobuf").Message, import("@bufbuild/protobuf").JsonValue>;
165
- //# sourceMappingURL=credential_pb.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"credential_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/credentials/v1alpha1/credential_pb.js"],"names":[],"mappings":"AAQA;;GAEG;AACH,gGAC+zK;AAE/zK;;;GAGG;AACH,+JAC8D;AAE9D;;GAEG;AACH,mIAC8D;AAE9D;;GAEG;AACH;;;EACgC;AAEhC;;;GAGG;AACH,8KAC8D;AAE9D;;;GAGG;AACH,sKAC8D;AAE9D;;;GAGG;AACH,8KAC8D;AAE9D;;;GAGG;AACH,gLAC8D;AAE9D;;;GAGG;AACH,6KAC8D;AAE9D;;;GAGG;AACH,sKAC8D;AAE9D;;;GAGG;AACH,sLACiE;AAEjE;;;GAGG;AACH,kMACoE;AAEpE;;;GAGG;AACH,uMACoE;AAEpE;;;GAGG;AACH,4MACuE;AAEvE;;;GAGG;AACH,8MACuE;AAEvE;;;GAGG;AACH,+KACiE;AAEjE;;;GAGG;AACH,4LACoE;AAEpE;;;GAGG;AACH,2MACuE;AAEvE;;;GAGG;AACH,4KAC8D;AAE9D;;;GAGG;AACH,8KAC8D;AAE9D;;;GAGG;AACH,+KAC8D;AAE9D;;;GAGG;AACH,+LACiE;AAEjE;;GAEG;AACH,uKACiE;AAEjE;;GAEG;AACH;;;EACoE;AAEpE;;GAEG;AACH,mKACiE;AAEjE;;GAEG;AACH;;;EACgE;AAEhE;;GAEG;AACH,wJAC8D;AAE9D;;GAEG;AACH;;;EACqD;AAErD;;GAEG;AACH,mJAC8D;AAE9D;;GAEG;AACH;;;EACgD;AAEhD;;;GAGG;AACH,sLAC+D;AAE/D;;;GAGG;AACH,4KAC+D"}
@@ -1,158 +0,0 @@
1
- "use strict";
2
- // @generated by protoc-gen-es v2.2.3
3
- // @generated from file versori/credential/v1alpha1/credential.proto (package versori.credential.v1alpha1, syntax proto3)
4
- /* eslint-disable */
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.CredentialDataJWTBearerSchema = exports.CredentialDataOAuth2ResourceOwnerSchema = exports.CredentialDataOAuth2Client_Flow = exports.CredentialDataOAuth2Client_FlowSchema = exports.CredentialDataOAuth2Client_AuthStyle = exports.CredentialDataOAuth2Client_AuthStyleSchema = exports.CredentialDataOAuth2Client_ParameterConfig_From = exports.CredentialDataOAuth2Client_ParameterConfig_FromSchema = exports.CredentialDataOAuth2Client_ParameterConfig_Location = exports.CredentialDataOAuth2Client_ParameterConfig_LocationSchema = exports.CredentialDataOAuth2Client_ParameterConfigSchema = exports.CredentialDataOAuth2ClientSchema = exports.CredentialDataCertificateSchema = exports.CredentialDataBasicAuthSchema = exports.HTTPRefreshConfig_Selector_BodySelector_GvalExpressionSchema = exports.HTTPRefreshConfig_Selector_BodySelectorSchema = exports.HTTPRefreshConfig_SelectorSchema = exports.HTTPRefreshConfig_RequestTemplate_CredentialTarget_HeaderSchema = exports.HTTPRefreshConfig_RequestTemplate_CredentialTarget_BodySchema = exports.HTTPRefreshConfig_RequestTemplate_CredentialTargetSchema = exports.HTTPRefreshConfig_RequestTemplate_HeaderValueSchema = exports.HTTPRefreshConfig_RequestTemplateSchema = exports.HTTPRefreshConfigSchema = exports.CredentialCustomFunctionSchema = exports.CredentialHTTPRefreshConfigSchema = exports.CredentialHTTPRefreshDataSchema = exports.CredentialDataRawSchema = exports.CredentialDataOAuth2TokenSchema = exports.Credential_Type = exports.Credential_TypeSchema = exports.CredentialSchema = exports.file_versori_credential_v1alpha1_credential = void 0;
7
- const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
8
- const wkt_1 = require("@bufbuild/protobuf/wkt");
9
- // import { file_validate_validate } from "../../../validate/validate_pb";
10
- /**
11
- * Describes the file versori/credential/v1alpha1/credential.proto.
12
- */
13
- exports.file_versori_credential_v1alpha1_credential = (0, codegenv1_1.fileDesc)("Cix2ZXJzb3JpL2NyZWRlbnRpYWwvdjFhbHBoYTEvY3JlZGVudGlhbC5wcm90bxIbdmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExIqcECgpDcmVkZW50aWFsEgoKAmlkGAEgASgJEhcKD29yZ2FuaXNhdGlvbl9pZBgCIAEoCRIMCgRuYW1lGAMgASgJEjoKBHR5cGUYBCABKA4yLC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5UeXBlEhAKCGlzX3ZhbGlkGAUgASgIEj8KBGRhdGEYBiADKAsyMS52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5EYXRhRW50cnkSFQoNcmVkYWN0X2ZpZWxkcxgHIAMoCRIuCgpleHBpcmVzX2F0GAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIZChF2YWxpZGF0aW9uX2Vycm9ycxgJIAMoCRorCglEYXRhRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgMOgI4ASLHAQoEVHlwZRILCgdEZWZhdWx0EAASDwoLT0F1dGgyVG9rZW4QARIHCgNSYXcQAhINCglCYXNpY0F1dGgQAxIQCgxPQXV0aDJDbGllbnQQBBITCg9IVFRQUmVmcmVzaERhdGEQBRIVChFIVFRQUmVmcmVzaENvbmZpZxAGEg0KCUpXVEJlYXJlchAHEhIKDkN1c3RvbUZ1bmN0aW9uEAgSFwoTT0F1dGgyUmVzb3VyY2VPd25lchAJEg8KC0NlcnRpZmljYXRlEAoiyQEKGUNyZWRlbnRpYWxEYXRhT0F1dGgyVG9rZW4SLAobb2F1dGgyX2NsaWVudF9jcmVkZW50aWFsX2lkGAEgASgJQgf6QgRyAhABEhQKDGFjY2Vzc190b2tlbhgCIAEoCRISCgp0b2tlbl90eXBlGAMgASgJEhUKDXJlZnJlc2hfdG9rZW4YBCABKAkSEgoKZXhwaXJlc19hdBgFIAEoCRIOCgZzY29wZXMYCCADKAkSGQoRYWRkaXRpb25hbF9wYXJhbXMYCSABKAkiUwoRQ3JlZGVudGlhbERhdGFSYXcSCwoDcmF3GAEgASgMEh0KFXJlZnJlc2hfY3JlZGVudGlhbF9pZBgCIAEoCRISCgpleHBpcmVzX2F0GAMgASgJIkkKGUNyZWRlbnRpYWxIVFRQUmVmcmVzaERhdGESDAoEZGF0YRgBIAEoDBIeChZodHRwX3JlZnJlc2hfY29uZmlnX2lkGAIgASgJIisKG0NyZWRlbnRpYWxIVFRQUmVmcmVzaENvbmZpZxIMCgRib2R5GAEgASgMIj4KGENyZWRlbnRpYWxDdXN0b21GdW5jdGlvbhIMCgRkYXRhGAEgASgMEhQKDGZ1bmN0aW9uX3VybBgCIAEoCSK4CAoRSFRUUFJlZnJlc2hDb25maWcSUAoIdGVtcGxhdGUYASABKAsyPi52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuUmVxdWVzdFRlbXBsYXRlEjAKDWV4cGlyZXNfYWZ0ZXIYAiABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24SSQoIc2VsZWN0b3IYAyABKAsyNy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuU2VsZWN0b3IawAQKD1JlcXVlc3RUZW1wbGF0ZRILCgN1cmwYASABKAkSDgoGbWV0aG9kGAIgASgJElwKB2hlYWRlcnMYAyADKAsySy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuUmVxdWVzdFRlbXBsYXRlLkhlYWRlcnNFbnRyeRJkCgRib2R5GAQgASgLMlQudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkhUVFBSZWZyZXNoQ29uZmlnLlJlcXVlc3RUZW1wbGF0ZS5DcmVkZW50aWFsVGFyZ2V0LkJvZHlIABJoCgZoZWFkZXIYBSABKAsyVi52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuUmVxdWVzdFRlbXBsYXRlLkNyZWRlbnRpYWxUYXJnZXQuSGVhZGVySAAaegoMSGVhZGVyc0VudHJ5EgsKA2tleRgBIAEoCRJZCgV2YWx1ZRgCIAEoCzJKLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5IVFRQUmVmcmVzaENvbmZpZy5SZXF1ZXN0VGVtcGxhdGUuSGVhZGVyVmFsdWU6AjgBGh0KC0hlYWRlclZhbHVlEg4KBnZhbHVlcxgBIAMoCRoyChBDcmVkZW50aWFsVGFyZ2V0GgYKBEJvZHkaFgoGSGVhZGVyEgwKBG5hbWUYASABKAlCEwoRY3JlZGVudGlhbF90YXJnZXQakAIKCFNlbGVjdG9yElQKBGJvZHkYASABKAsyRC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuU2VsZWN0b3IuQm9keVNlbGVjdG9ySAAaoQEKDEJvZHlTZWxlY3RvchJjCgRndmFsGAEgASgLMlMudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkhUVFBSZWZyZXNoQ29uZmlnLlNlbGVjdG9yLkJvZHlTZWxlY3Rvci5HdmFsRXhwcmVzc2lvbkgAGh4KDkd2YWxFeHByZXNzaW9uEgwKBGV4cHIYASABKAlCDAoKZXhwcmVzc2lvbkIKCghzZWxlY3RvciJGChdDcmVkZW50aWFsRGF0YUJhc2ljQXV0aBIZCgh1c2VybmFtZRgBIAEoCUIH+kIEcgIQARIQCghwYXNzd29yZBgCIAEoCSJkChlDcmVkZW50aWFsRGF0YUNlcnRpZmljYXRlEhwKC2NlcnRpZmljYXRlGAEgASgMQgf6QgR6AhABEhQKA2tleRgCIAEoDEIH+kIEegIQARITCgJjYRgDIAEoDEIH+kIEegIQASKjCQoaQ3JlZGVudGlhbERhdGFPQXV0aDJDbGllbnQSEQoJY2xpZW50X2lkGAEgASgJEhUKDWNsaWVudF9zZWNyZXQYAiABKAkSKwoWYXV0aG9yaXphdGlvbl9lbmRwb2ludBgDIAEoCUIL+kIIcgbQAQGIAQESIAoOdG9rZW5fZW5kcG9pbnQYBCABKAlCCPpCBXIDiAEBEiYKEXVzZXJpbmZvX2VuZHBvaW50GAUgASgJQgv6QghyBtABAYgBARJKCgRmbG93GAYgASgOMjwudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgyQ2xpZW50LkZsb3cSDgoGc2NvcGVzGAcgASgJEhkKEWFkZGl0aW9uYWxfcGFyYW1zGAggASgJEhAKCHVzZXJuYW1lGAkgASgJEhAKCHBhc3N3b3JkGAogASgJEmkKGGFkZGl0aW9uYWxfcGFyYW1fY29uZmlncxgLIAMoCzJHLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMkNsaWVudC5QYXJhbWV0ZXJDb25maWcSVQoKYXV0aF9zdHlsZRgQIAEoDjJBLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMkNsaWVudC5BdXRoU3R5bGUSGgoSbXRsc19jcmVkZW50aWFsX2lkGBEgASgJEhIKCm90aGVyX2Zsb3cYEiABKAkaogMKD1BhcmFtZXRlckNvbmZpZxIWCg5wYXJhbWV0ZXJfbmFtZRgBIAEoCRITCgt0YXJnZXRfbmFtZRgCIAEoCRJiCghsb2NhdGlvbhgDIAEoDjJQLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMkNsaWVudC5QYXJhbWV0ZXJDb25maWcuTG9jYXRpb24SWgoEZnJvbRgEIAEoDjJMLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMkNsaWVudC5QYXJhbWV0ZXJDb25maWcuRnJvbRITCgtncmFudF90eXBlcxgFIAMoCSJXCghMb2NhdGlvbhISCg5Mb2NhdGlvbklnbm9yZRAAEhAKDExvY2F0aW9uQm9keRABEhIKDkxvY2F0aW9uSGVhZGVyEAISEQoNTG9jYXRpb25RdWVyeRADIjQKBEZyb20SGAoURnJvbUFkZGl0aW9uYWxQYXJhbXMQABISCg5Gcm9tUmFuZG9tVVVJRBABIlIKCUF1dGhTdHlsZRIXChNBdXRoU3R5bGVBdXRvRGV0ZWN0EAASFQoRQXV0aFN0eWxlSW5QYXJhbXMQARIVChFBdXRoU3R5bGVJbkhlYWRlchACIl4KBEZsb3cSFgoSYXV0aG9yaXphdGlvbl9jb2RlEAASFgoSY2xpZW50X2NyZWRlbnRpYWxzEAESGwoXcmVzb3VyY2Vfb3duZXJfcGFzc3dvcmQQAhIJCgVvdGhlchADItoBCiFDcmVkZW50aWFsRGF0YU9BdXRoMlJlc291cmNlT3duZXISLAobb2F1dGgyX2NsaWVudF9jcmVkZW50aWFsX2lkGAEgASgJQgf6QgRyAhABEhAKCHVzZXJuYW1lGAIgASgJEhAKCHBhc3N3b3JkGAMgASgJEhQKDGFjY2Vzc190b2tlbhgEIAEoCRISCgp0b2tlbl90eXBlGAUgASgJEhIKCmV4cGlyZXNfYXQYBiABKAkSFQoNcmVmcmVzaF90b2tlbhgHIAEoCRIOCgZzY29wZXMYCCADKAkixgEKF0NyZWRlbnRpYWxEYXRhSldUQmVhcmVyEkIKCWFsZ29yaXRobRgBIAEoCUIv+kIscipSBUhTMjU2UgVIUzM4NFIFSFM1MTJSBVJTMjU2UgVSUzM4NFIFUlM1MTISGgoGc2VjcmV0GAIgASgMQgr6Qgd6BRABGIAoEhgKB3BheWxvYWQYAyABKAxCB/pCBHoCEAISEgoKZXhwaXJlc19pbhgEIAEoCRIdChVyZXF1ZXN0X2hlYWRlcl9wcmVmaXgYBSABKAlCJlokdmVyc29yaS5kZXYvY3JlZGVudGlhbHMvYXBpL3YxYWxwaGExYgZwcm90bzM", [wkt_1.file_google_protobuf_duration, wkt_1.file_google_protobuf_timestamp]);
14
- /**
15
- * Describes the message versori.credential.v1alpha1.Credential.
16
- * Use `create(CredentialSchema)` to create a new message.
17
- */
18
- exports.CredentialSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 0);
19
- /**
20
- * Describes the enum versori.credential.v1alpha1.Credential.Type.
21
- */
22
- exports.Credential_TypeSchema = (0, codegenv1_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 0, 0);
23
- /**
24
- * @generated from enum versori.credential.v1alpha1.Credential.Type
25
- */
26
- exports.Credential_Type = (0, codegenv1_1.tsEnum)(exports.Credential_TypeSchema);
27
- /**
28
- * Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Token.
29
- * Use `create(CredentialDataOAuth2TokenSchema)` to create a new message.
30
- */
31
- exports.CredentialDataOAuth2TokenSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 1);
32
- /**
33
- * Describes the message versori.credential.v1alpha1.CredentialDataRaw.
34
- * Use `create(CredentialDataRawSchema)` to create a new message.
35
- */
36
- exports.CredentialDataRawSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 2);
37
- /**
38
- * Describes the message versori.credential.v1alpha1.CredentialHTTPRefreshData.
39
- * Use `create(CredentialHTTPRefreshDataSchema)` to create a new message.
40
- */
41
- exports.CredentialHTTPRefreshDataSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 3);
42
- /**
43
- * Describes the message versori.credential.v1alpha1.CredentialHTTPRefreshConfig.
44
- * Use `create(CredentialHTTPRefreshConfigSchema)` to create a new message.
45
- */
46
- exports.CredentialHTTPRefreshConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 4);
47
- /**
48
- * Describes the message versori.credential.v1alpha1.CredentialCustomFunction.
49
- * Use `create(CredentialCustomFunctionSchema)` to create a new message.
50
- */
51
- exports.CredentialCustomFunctionSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 5);
52
- /**
53
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.
54
- * Use `create(HTTPRefreshConfigSchema)` to create a new message.
55
- */
56
- exports.HTTPRefreshConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6);
57
- /**
58
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.
59
- * Use `create(HTTPRefreshConfig_RequestTemplateSchema)` to create a new message.
60
- */
61
- exports.HTTPRefreshConfig_RequestTemplateSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 0);
62
- /**
63
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.HeaderValue.
64
- * Use `create(HTTPRefreshConfig_RequestTemplate_HeaderValueSchema)` to create a new message.
65
- */
66
- exports.HTTPRefreshConfig_RequestTemplate_HeaderValueSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 0, 0);
67
- /**
68
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.
69
- * Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTargetSchema)` to create a new message.
70
- */
71
- exports.HTTPRefreshConfig_RequestTemplate_CredentialTargetSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 0, 1);
72
- /**
73
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.Body.
74
- * Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTarget_BodySchema)` to create a new message.
75
- */
76
- exports.HTTPRefreshConfig_RequestTemplate_CredentialTarget_BodySchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 0, 1, 0);
77
- /**
78
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.Header.
79
- * Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTarget_HeaderSchema)` to create a new message.
80
- */
81
- exports.HTTPRefreshConfig_RequestTemplate_CredentialTarget_HeaderSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 0, 1, 1);
82
- /**
83
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.
84
- * Use `create(HTTPRefreshConfig_SelectorSchema)` to create a new message.
85
- */
86
- exports.HTTPRefreshConfig_SelectorSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 1);
87
- /**
88
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.BodySelector.
89
- * Use `create(HTTPRefreshConfig_Selector_BodySelectorSchema)` to create a new message.
90
- */
91
- exports.HTTPRefreshConfig_Selector_BodySelectorSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 1, 0);
92
- /**
93
- * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.BodySelector.GvalExpression.
94
- * Use `create(HTTPRefreshConfig_Selector_BodySelector_GvalExpressionSchema)` to create a new message.
95
- */
96
- exports.HTTPRefreshConfig_Selector_BodySelector_GvalExpressionSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 1, 0, 0);
97
- /**
98
- * Describes the message versori.credential.v1alpha1.CredentialDataBasicAuth.
99
- * Use `create(CredentialDataBasicAuthSchema)` to create a new message.
100
- */
101
- exports.CredentialDataBasicAuthSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 7);
102
- /**
103
- * Describes the message versori.credential.v1alpha1.CredentialDataCertificate.
104
- * Use `create(CredentialDataCertificateSchema)` to create a new message.
105
- */
106
- exports.CredentialDataCertificateSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 8);
107
- /**
108
- * Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Client.
109
- * Use `create(CredentialDataOAuth2ClientSchema)` to create a new message.
110
- */
111
- exports.CredentialDataOAuth2ClientSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 9);
112
- /**
113
- * Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.
114
- * Use `create(CredentialDataOAuth2Client_ParameterConfigSchema)` to create a new message.
115
- */
116
- exports.CredentialDataOAuth2Client_ParameterConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 9, 0);
117
- /**
118
- * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.Location.
119
- */
120
- exports.CredentialDataOAuth2Client_ParameterConfig_LocationSchema = (0, codegenv1_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 9, 0, 0);
121
- /**
122
- * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.Location
123
- */
124
- exports.CredentialDataOAuth2Client_ParameterConfig_Location = (0, codegenv1_1.tsEnum)(exports.CredentialDataOAuth2Client_ParameterConfig_LocationSchema);
125
- /**
126
- * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.From.
127
- */
128
- exports.CredentialDataOAuth2Client_ParameterConfig_FromSchema = (0, codegenv1_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 9, 0, 1);
129
- /**
130
- * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.From
131
- */
132
- exports.CredentialDataOAuth2Client_ParameterConfig_From = (0, codegenv1_1.tsEnum)(exports.CredentialDataOAuth2Client_ParameterConfig_FromSchema);
133
- /**
134
- * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.AuthStyle.
135
- */
136
- exports.CredentialDataOAuth2Client_AuthStyleSchema = (0, codegenv1_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 9, 0);
137
- /**
138
- * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.AuthStyle
139
- */
140
- exports.CredentialDataOAuth2Client_AuthStyle = (0, codegenv1_1.tsEnum)(exports.CredentialDataOAuth2Client_AuthStyleSchema);
141
- /**
142
- * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.Flow.
143
- */
144
- exports.CredentialDataOAuth2Client_FlowSchema = (0, codegenv1_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 9, 1);
145
- /**
146
- * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.Flow
147
- */
148
- exports.CredentialDataOAuth2Client_Flow = (0, codegenv1_1.tsEnum)(exports.CredentialDataOAuth2Client_FlowSchema);
149
- /**
150
- * Describes the message versori.credential.v1alpha1.CredentialDataOAuth2ResourceOwner.
151
- * Use `create(CredentialDataOAuth2ResourceOwnerSchema)` to create a new message.
152
- */
153
- exports.CredentialDataOAuth2ResourceOwnerSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 10);
154
- /**
155
- * Describes the message versori.credential.v1alpha1.CredentialDataJWTBearer.
156
- * Use `create(CredentialDataJWTBearerSchema)` to create a new message.
157
- */
158
- exports.CredentialDataJWTBearerSchema = (0, codegenv1_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 11);
@@ -1 +0,0 @@
1
- {"version":3,"file":"credential_service_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/credentials/v1alpha1/credential_service_pb.js"],"names":[],"mappings":"AASA;;GAEG;AACH,wGASM;AAEN;;;GAGG;AACH,4KAEwE;AAExE;;;GAGG;AACH,6KAEwE;AAExE;;;GAGG;AACH,yKAEwE;AAExE;;;GAGG;AACH,0KAEwE;AAExE;;;GAGG;AACH,8KAEwE;AAExE;;;GAGG;AACH,+KAEwE;AAExE;;;GAGG;AACH,2KAEwE;AAExE;;;GAGG;AACH,4KAEwE;AAExE;;;GAGG;AACH,4KAEwE;AAExE;;;GAGG;AACH,6KAEwE;AAExE;;;GAGG;AACH,4KAEyE;AAEzE;;;GAGG;AACH,6KAEyE;AAEzE;;;GAGG;AACH,8KAEyE;AAEzE;;;GAGG;AACH,+KAEyE;AAEzE;;;GAGG;AACH,+LAE4E;AAE5E;;GAEG;AACH,4IAEwE"}