@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
@@ -0,0 +1,364 @@
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/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
10
+ jsonType: undefined;
11
+ validType: undefined;
12
+ }>;
13
+ /**
14
+ * Describes the enum versori.credential.v1alpha1.Credential.Type.
15
+ */
16
+ export const Credential_TypeSchema: import("@bufbuild/protobuf/codegenv2").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
17
+ /**
18
+ * @generated from enum versori.credential.v1alpha1.Credential.Type
19
+ */
20
+ export const Credential_Type: {
21
+ [key: number]: string;
22
+ [k: string]: string | number;
23
+ };
24
+ /**
25
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Token.
26
+ * Use `create(CredentialDataOAuth2TokenSchema)` to create a new message.
27
+ */
28
+ export const CredentialDataOAuth2TokenSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
29
+ jsonType: undefined;
30
+ validType: undefined;
31
+ }>;
32
+ /**
33
+ * Describes the message versori.credential.v1alpha1.CredentialDataRaw.
34
+ * Use `create(CredentialDataRawSchema)` to create a new message.
35
+ */
36
+ export const CredentialDataRawSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
37
+ jsonType: undefined;
38
+ validType: undefined;
39
+ }>;
40
+ /**
41
+ * Describes the message versori.credential.v1alpha1.CredentialHTTPRefreshData.
42
+ * Use `create(CredentialHTTPRefreshDataSchema)` to create a new message.
43
+ */
44
+ export const CredentialHTTPRefreshDataSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
45
+ jsonType: undefined;
46
+ validType: undefined;
47
+ }>;
48
+ /**
49
+ * Describes the message versori.credential.v1alpha1.CredentialHTTPRefreshConfig.
50
+ * Use `create(CredentialHTTPRefreshConfigSchema)` to create a new message.
51
+ */
52
+ export const CredentialHTTPRefreshConfigSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
53
+ jsonType: undefined;
54
+ validType: undefined;
55
+ }>;
56
+ /**
57
+ * Describes the message versori.credential.v1alpha1.CredentialCustomFunction.
58
+ * Use `create(CredentialCustomFunctionSchema)` to create a new message.
59
+ */
60
+ export const CredentialCustomFunctionSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
61
+ jsonType: undefined;
62
+ validType: undefined;
63
+ }>;
64
+ /**
65
+ * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.
66
+ * Use `create(HTTPRefreshConfigSchema)` to create a new message.
67
+ */
68
+ export const HTTPRefreshConfigSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
69
+ jsonType: undefined;
70
+ validType: undefined;
71
+ }>;
72
+ /**
73
+ * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.
74
+ * Use `create(HTTPRefreshConfig_RequestTemplateSchema)` to create a new message.
75
+ */
76
+ export const HTTPRefreshConfig_RequestTemplateSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
77
+ jsonType: undefined;
78
+ validType: undefined;
79
+ }>;
80
+ /**
81
+ * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.HeaderValue.
82
+ * Use `create(HTTPRefreshConfig_RequestTemplate_HeaderValueSchema)` to create a new message.
83
+ */
84
+ export const HTTPRefreshConfig_RequestTemplate_HeaderValueSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
85
+ jsonType: undefined;
86
+ validType: undefined;
87
+ }>;
88
+ /**
89
+ * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.
90
+ * Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTargetSchema)` to create a new message.
91
+ */
92
+ export const HTTPRefreshConfig_RequestTemplate_CredentialTargetSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
93
+ jsonType: undefined;
94
+ validType: undefined;
95
+ }>;
96
+ /**
97
+ * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.Body.
98
+ * Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTarget_BodySchema)` to create a new message.
99
+ */
100
+ export const HTTPRefreshConfig_RequestTemplate_CredentialTarget_BodySchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
101
+ jsonType: undefined;
102
+ validType: undefined;
103
+ }>;
104
+ /**
105
+ * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.Header.
106
+ * Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTarget_HeaderSchema)` to create a new message.
107
+ */
108
+ export const HTTPRefreshConfig_RequestTemplate_CredentialTarget_HeaderSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
109
+ jsonType: undefined;
110
+ validType: undefined;
111
+ }>;
112
+ /**
113
+ * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.
114
+ * Use `create(HTTPRefreshConfig_SelectorSchema)` to create a new message.
115
+ */
116
+ export const HTTPRefreshConfig_SelectorSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
117
+ jsonType: undefined;
118
+ validType: undefined;
119
+ }>;
120
+ /**
121
+ * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.BodySelector.
122
+ * Use `create(HTTPRefreshConfig_Selector_BodySelectorSchema)` to create a new message.
123
+ */
124
+ export const HTTPRefreshConfig_Selector_BodySelectorSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
125
+ jsonType: undefined;
126
+ validType: undefined;
127
+ }>;
128
+ /**
129
+ * Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.BodySelector.GvalExpression.
130
+ * Use `create(HTTPRefreshConfig_Selector_BodySelector_GvalExpressionSchema)` to create a new message.
131
+ */
132
+ export const HTTPRefreshConfig_Selector_BodySelector_GvalExpressionSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
133
+ jsonType: undefined;
134
+ validType: undefined;
135
+ }>;
136
+ /**
137
+ * Describes the message versori.credential.v1alpha1.CredentialDataBasicAuth.
138
+ * Use `create(CredentialDataBasicAuthSchema)` to create a new message.
139
+ */
140
+ export const CredentialDataBasicAuthSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
141
+ jsonType: undefined;
142
+ validType: undefined;
143
+ }>;
144
+ /**
145
+ * Describes the message versori.credential.v1alpha1.CredentialDataCertificate.
146
+ * Use `create(CredentialDataCertificateSchema)` to create a new message.
147
+ */
148
+ export const CredentialDataCertificateSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
149
+ jsonType: undefined;
150
+ validType: undefined;
151
+ }>;
152
+ /**
153
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Client.
154
+ * Use `create(CredentialDataOAuth2ClientSchema)` to create a new message.
155
+ */
156
+ export const CredentialDataOAuth2ClientSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
157
+ jsonType: undefined;
158
+ validType: undefined;
159
+ }>;
160
+ /**
161
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.
162
+ * Use `create(CredentialDataOAuth2Client_ParameterConfigSchema)` to create a new message.
163
+ */
164
+ export const CredentialDataOAuth2Client_ParameterConfigSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
165
+ jsonType: undefined;
166
+ validType: undefined;
167
+ }>;
168
+ /**
169
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.Location.
170
+ */
171
+ export const CredentialDataOAuth2Client_ParameterConfig_LocationSchema: import("@bufbuild/protobuf/codegenv2").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
172
+ /**
173
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.Location
174
+ */
175
+ export const CredentialDataOAuth2Client_ParameterConfig_Location: {
176
+ [key: number]: string;
177
+ [k: string]: string | number;
178
+ };
179
+ /**
180
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.From.
181
+ */
182
+ export const CredentialDataOAuth2Client_ParameterConfig_FromSchema: import("@bufbuild/protobuf/codegenv2").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
183
+ /**
184
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.From
185
+ */
186
+ export const CredentialDataOAuth2Client_ParameterConfig_From: {
187
+ [key: number]: string;
188
+ [k: string]: string | number;
189
+ };
190
+ /**
191
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.AuthStyle.
192
+ */
193
+ export const CredentialDataOAuth2Client_AuthStyleSchema: import("@bufbuild/protobuf/codegenv2").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
194
+ /**
195
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.AuthStyle
196
+ */
197
+ export const CredentialDataOAuth2Client_AuthStyle: {
198
+ [key: number]: string;
199
+ [k: string]: string | number;
200
+ };
201
+ /**
202
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.Flow.
203
+ */
204
+ export const CredentialDataOAuth2Client_FlowSchema: import("@bufbuild/protobuf/codegenv2").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
205
+ /**
206
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.Flow
207
+ */
208
+ export const CredentialDataOAuth2Client_Flow: {
209
+ [key: number]: string;
210
+ [k: string]: string | number;
211
+ };
212
+ /**
213
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth2ResourceOwner.
214
+ * Use `create(CredentialDataOAuth2ResourceOwnerSchema)` to create a new message.
215
+ */
216
+ export const CredentialDataOAuth2ResourceOwnerSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
217
+ jsonType: undefined;
218
+ validType: undefined;
219
+ }>;
220
+ /**
221
+ * Describes the message versori.credential.v1alpha1.CredentialDataJWTBearer.
222
+ * Use `create(CredentialDataJWTBearerSchema)` to create a new message.
223
+ */
224
+ export const CredentialDataJWTBearerSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
225
+ jsonType: undefined;
226
+ validType: undefined;
227
+ }>;
228
+ /**
229
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.
230
+ * Use `create(CredentialDataOAuth1ClientSchema)` to create a new message.
231
+ */
232
+ export const CredentialDataOAuth1ClientSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
233
+ jsonType: undefined;
234
+ validType: undefined;
235
+ }>;
236
+ /**
237
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.Endpoint.
238
+ * Use `create(CredentialDataOAuth1Client_EndpointSchema)` to create a new message.
239
+ */
240
+ export const CredentialDataOAuth1Client_EndpointSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
241
+ jsonType: undefined;
242
+ validType: undefined;
243
+ }>;
244
+ /**
245
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.
246
+ * Use `create(CredentialDataOAuth1Client_ParameterConfigSchema)` to create a new message.
247
+ */
248
+ export const CredentialDataOAuth1Client_ParameterConfigSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
249
+ jsonType: undefined;
250
+ validType: undefined;
251
+ }>;
252
+ /**
253
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.
254
+ * Use `create(CredentialDataOAuth1Client_ParameterConfig_FromSchema)` to create a new message.
255
+ */
256
+ export const CredentialDataOAuth1Client_ParameterConfig_FromSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
257
+ jsonType: undefined;
258
+ validType: undefined;
259
+ }>;
260
+ /**
261
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.AdditionalParams.
262
+ * Use `create(CredentialDataOAuth1Client_ParameterConfig_From_AdditionalParamsSchema)` to create a new message.
263
+ */
264
+ export const CredentialDataOAuth1Client_ParameterConfig_From_AdditionalParamsSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
265
+ jsonType: undefined;
266
+ validType: undefined;
267
+ }>;
268
+ /**
269
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.UUID.
270
+ * Use `create(CredentialDataOAuth1Client_ParameterConfig_From_UUIDSchema)` to create a new message.
271
+ */
272
+ export const CredentialDataOAuth1Client_ParameterConfig_From_UUIDSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
273
+ jsonType: undefined;
274
+ validType: undefined;
275
+ }>;
276
+ /**
277
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.RandomString.
278
+ * Use `create(CredentialDataOAuth1Client_ParameterConfig_From_RandomStringSchema)` to create a new message.
279
+ */
280
+ export const CredentialDataOAuth1Client_ParameterConfig_From_RandomStringSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
281
+ jsonType: undefined;
282
+ validType: undefined;
283
+ }>;
284
+ /**
285
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.RandomString.Encoding.
286
+ */
287
+ export const CredentialDataOAuth1Client_ParameterConfig_From_RandomString_EncodingSchema: import("@bufbuild/protobuf/codegenv2").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
288
+ /**
289
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.RandomString.Encoding
290
+ */
291
+ export const CredentialDataOAuth1Client_ParameterConfig_From_RandomString_Encoding: {
292
+ [key: number]: string;
293
+ [k: string]: string | number;
294
+ };
295
+ /**
296
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.Timestamp.
297
+ * Use `create(CredentialDataOAuth1Client_ParameterConfig_From_TimestampSchema)` to create a new message.
298
+ */
299
+ export const CredentialDataOAuth1Client_ParameterConfig_From_TimestampSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
300
+ jsonType: undefined;
301
+ validType: undefined;
302
+ }>;
303
+ /**
304
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.Location.
305
+ */
306
+ export const CredentialDataOAuth1Client_ParameterConfig_LocationSchema: import("@bufbuild/protobuf/codegenv2").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
307
+ /**
308
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.Location
309
+ */
310
+ export const CredentialDataOAuth1Client_ParameterConfig_Location: {
311
+ [key: number]: string;
312
+ [k: string]: string | number;
313
+ };
314
+ /**
315
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.Usage.
316
+ */
317
+ export const CredentialDataOAuth1Client_ParameterConfig_UsageSchema: import("@bufbuild/protobuf/codegenv2").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
318
+ /**
319
+ * Usage is designed to be used as a bitmask to define which endpoints this parameter is
320
+ * applicable for. Additions to this enum should be powers of 2 to allow for multiple values
321
+ * to be set.
322
+ *
323
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.Usage
324
+ */
325
+ export const CredentialDataOAuth1Client_ParameterConfig_Usage: {
326
+ [key: number]: string;
327
+ [k: string]: string | number;
328
+ };
329
+ /**
330
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.SignatureMethod.
331
+ */
332
+ export const CredentialDataOAuth1Client_SignatureMethodSchema: import("@bufbuild/protobuf/codegenv2").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
333
+ /**
334
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.SignatureMethod
335
+ */
336
+ export const CredentialDataOAuth1Client_SignatureMethod: {
337
+ [key: number]: string;
338
+ [k: string]: string | number;
339
+ };
340
+ /**
341
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterTransmission.
342
+ */
343
+ export const CredentialDataOAuth1Client_ParameterTransmissionSchema: import("@bufbuild/protobuf/codegenv2").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
344
+ /**
345
+ * ParameterTransmission defines the possible values for how to transmit the authorization
346
+ * parameters to the server. See
347
+ * [RFC-5849 §3.5](https://datatracker.ietf.org/doc/html/rfc5849#section-3.5) for more
348
+ * information.
349
+ *
350
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterTransmission
351
+ */
352
+ export const CredentialDataOAuth1Client_ParameterTransmission: {
353
+ [key: number]: string;
354
+ [k: string]: string | number;
355
+ };
356
+ /**
357
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Token.
358
+ * Use `create(CredentialDataOAuth1TokenSchema)` to create a new message.
359
+ */
360
+ export const CredentialDataOAuth1TokenSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
361
+ jsonType: undefined;
362
+ validType: undefined;
363
+ }>;
364
+ //# sourceMappingURL=credential_pb.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"credential_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/credential/v1alpha1/credential_pb.js"],"names":[],"mappings":"AAOA;;GAEG;AACH,gGAC+pR;AAE/pR;;;GAGG;AACH;;;GAC8D;AAE9D;;GAEG;AACH,mIAC8D;AAE9D;;GAEG;AACH;;;EACgC;AAEhC;;;GAGG;AACH;;;GAC8D;AAE9D;;;GAGG;AACH;;;GAC8D;AAE9D;;;GAGG;AACH;;;GAC8D;AAE9D;;;GAGG;AACH;;;GAC8D;AAE9D;;;GAGG;AACH;;;GAC8D;AAE9D;;;GAGG;AACH;;;GAC8D;AAE9D;;;GAGG;AACH;;;GACiE;AAEjE;;;GAGG;AACH;;;GACoE;AAEpE;;;GAGG;AACH;;;GACoE;AAEpE;;;GAGG;AACH;;;GACuE;AAEvE;;;GAGG;AACH;;;GACuE;AAEvE;;;GAGG;AACH;;;GACiE;AAEjE;;;GAGG;AACH;;;GACoE;AAEpE;;;GAGG;AACH;;;GACuE;AAEvE;;;GAGG;AACH;;;GAC8D;AAE9D;;;GAGG;AACH;;;GAC8D;AAE9D;;;GAGG;AACH;;;GAC8D;AAE9D;;;GAGG;AACH;;;GACiE;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;;;GAC+D;AAE/D;;;GAGG;AACH;;;GAC+D;AAE/D;;;GAGG;AACH;;;GAC+D;AAE/D;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACqE;AAErE;;;GAGG;AACH;;;GACwE;AAExE;;;GAGG;AACH;;;GACwE;AAExE;;;GAGG;AACH;;;GACwE;AAExE;;GAEG;AACH,yLACwE;AAExE;;GAEG;AACH;;;EACsF;AAEtF;;;GAGG;AACH;;;GACwE;AAExE;;GAEG;AACH,uKACkE;AAElE;;GAEG;AACH;;;EACoE;AAEpE;;GAEG;AACH,oKACkE;AAElE;;;;;;GAMG;AACH;;;EACiE;AAEjE;;GAEG;AACH,8JAC+D;AAE/D;;GAEG;AACH;;;EAC2D;AAE3D;;GAEG;AACH,oKAC+D;AAE/D;;;;;;;GAOG;AACH;;;EACiE;AAEjE;;;GAGG;AACH;;;GAC+D"}
@@ -0,0 +1,252 @@
1
+ "use strict";
2
+ // @generated by protoc-gen-es v2.6.2
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.CredentialDataOAuth1Client_ParameterTransmission = exports.CredentialDataOAuth1Client_ParameterTransmissionSchema = exports.CredentialDataOAuth1Client_SignatureMethod = exports.CredentialDataOAuth1Client_SignatureMethodSchema = exports.CredentialDataOAuth1Client_ParameterConfig_Usage = exports.CredentialDataOAuth1Client_ParameterConfig_UsageSchema = exports.CredentialDataOAuth1Client_ParameterConfig_Location = exports.CredentialDataOAuth1Client_ParameterConfig_LocationSchema = exports.CredentialDataOAuth1Client_ParameterConfig_From_TimestampSchema = exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomString_Encoding = exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomString_EncodingSchema = exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomStringSchema = exports.CredentialDataOAuth1Client_ParameterConfig_From_UUIDSchema = exports.CredentialDataOAuth1Client_ParameterConfig_From_AdditionalParamsSchema = exports.CredentialDataOAuth1Client_ParameterConfig_FromSchema = exports.CredentialDataOAuth1Client_ParameterConfigSchema = exports.CredentialDataOAuth1Client_EndpointSchema = exports.CredentialDataOAuth1ClientSchema = 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
+ exports.CredentialDataOAuth1TokenSchema = void 0;
8
+ const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
9
+ const wkt_1 = require("@bufbuild/protobuf/wkt");
10
+ /**
11
+ * Describes the file versori/credential/v1alpha1/credential.proto.
12
+ */
13
+ exports.file_versori_credential_v1alpha1_credential = (0, codegenv2_1.fileDesc)("Cix2ZXJzb3JpL2NyZWRlbnRpYWwvdjFhbHBoYTEvY3JlZGVudGlhbC5wcm90bxIbdmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExIsoECgpDcmVkZW50aWFsEgoKAmlkGAEgASgJEhcKD29yZ2FuaXNhdGlvbl9pZBgCIAEoCRIMCgRuYW1lGAMgASgJEjoKBHR5cGUYBCABKA4yLC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5UeXBlEhAKCGlzX3ZhbGlkGAUgASgIEj8KBGRhdGEYBiADKAsyMS52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5EYXRhRW50cnkSFQoNcmVkYWN0X2ZpZWxkcxgHIAMoCRIuCgpleHBpcmVzX2F0GAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIZChF2YWxpZGF0aW9uX2Vycm9ycxgJIAMoCRorCglEYXRhRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgMOgI4ASLqAQoEVHlwZRILCgdEZWZhdWx0EAASDwoLT0F1dGgyVG9rZW4QARIHCgNSYXcQAhINCglCYXNpY0F1dGgQAxIQCgxPQXV0aDJDbGllbnQQBBITCg9IVFRQUmVmcmVzaERhdGEQBRIVChFIVFRQUmVmcmVzaENvbmZpZxAGEg0KCUpXVEJlYXJlchAHEhIKDkN1c3RvbUZ1bmN0aW9uEAgSFwoTT0F1dGgyUmVzb3VyY2VPd25lchAJEg8KC0NlcnRpZmljYXRlEAoSEAoMT0F1dGgxQ2xpZW50EAsSDwoLT0F1dGgxVG9rZW4QDCLAAQoZQ3JlZGVudGlhbERhdGFPQXV0aDJUb2tlbhIjChtvYXV0aDJfY2xpZW50X2NyZWRlbnRpYWxfaWQYASABKAkSFAoMYWNjZXNzX3Rva2VuGAIgASgJEhIKCnRva2VuX3R5cGUYAyABKAkSFQoNcmVmcmVzaF90b2tlbhgEIAEoCRISCgpleHBpcmVzX2F0GAUgASgJEg4KBnNjb3BlcxgIIAMoCRIZChFhZGRpdGlvbmFsX3BhcmFtcxgJIAEoCSJTChFDcmVkZW50aWFsRGF0YVJhdxILCgNyYXcYASABKAwSHQoVcmVmcmVzaF9jcmVkZW50aWFsX2lkGAIgASgJEhIKCmV4cGlyZXNfYXQYAyABKAkiSQoZQ3JlZGVudGlhbEhUVFBSZWZyZXNoRGF0YRIMCgRkYXRhGAEgASgMEh4KFmh0dHBfcmVmcmVzaF9jb25maWdfaWQYAiABKAkiKwobQ3JlZGVudGlhbEhUVFBSZWZyZXNoQ29uZmlnEgwKBGJvZHkYASABKAwiPgoYQ3JlZGVudGlhbEN1c3RvbUZ1bmN0aW9uEgwKBGRhdGEYASABKAwSFAoMZnVuY3Rpb25fdXJsGAIgASgJIrgIChFIVFRQUmVmcmVzaENvbmZpZxJQCgh0ZW1wbGF0ZRgBIAEoCzI+LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5IVFRQUmVmcmVzaENvbmZpZy5SZXF1ZXN0VGVtcGxhdGUSMAoNZXhwaXJlc19hZnRlchgCIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdGlvbhJJCghzZWxlY3RvchgDIAEoCzI3LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5IVFRQUmVmcmVzaENvbmZpZy5TZWxlY3RvchrABAoPUmVxdWVzdFRlbXBsYXRlEgsKA3VybBgBIAEoCRIOCgZtZXRob2QYAiABKAkSXAoHaGVhZGVycxgDIAMoCzJLLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5IVFRQUmVmcmVzaENvbmZpZy5SZXF1ZXN0VGVtcGxhdGUuSGVhZGVyc0VudHJ5EmQKBGJvZHkYBCABKAsyVC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuUmVxdWVzdFRlbXBsYXRlLkNyZWRlbnRpYWxUYXJnZXQuQm9keUgAEmgKBmhlYWRlchgFIAEoCzJWLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5IVFRQUmVmcmVzaENvbmZpZy5SZXF1ZXN0VGVtcGxhdGUuQ3JlZGVudGlhbFRhcmdldC5IZWFkZXJIABp6CgxIZWFkZXJzRW50cnkSCwoDa2V5GAEgASgJElkKBXZhbHVlGAIgASgLMkoudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkhUVFBSZWZyZXNoQ29uZmlnLlJlcXVlc3RUZW1wbGF0ZS5IZWFkZXJWYWx1ZToCOAEaHQoLSGVhZGVyVmFsdWUSDgoGdmFsdWVzGAEgAygJGjIKEENyZWRlbnRpYWxUYXJnZXQaBgoEQm9keRoWCgZIZWFkZXISDAoEbmFtZRgBIAEoCUITChFjcmVkZW50aWFsX3RhcmdldBqQAgoIU2VsZWN0b3ISVAoEYm9keRgBIAEoCzJELnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5IVFRQUmVmcmVzaENvbmZpZy5TZWxlY3Rvci5Cb2R5U2VsZWN0b3JIABqhAQoMQm9keVNlbGVjdG9yEmMKBGd2YWwYASABKAsyUy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuU2VsZWN0b3IuQm9keVNlbGVjdG9yLkd2YWxFeHByZXNzaW9uSAAaHgoOR3ZhbEV4cHJlc3Npb24SDAoEZXhwchgBIAEoCUIMCgpleHByZXNzaW9uQgoKCHNlbGVjdG9yIj0KF0NyZWRlbnRpYWxEYXRhQmFzaWNBdXRoEhAKCHVzZXJuYW1lGAEgASgJEhAKCHBhc3N3b3JkGAIgASgJIkkKGUNyZWRlbnRpYWxEYXRhQ2VydGlmaWNhdGUSEwoLY2VydGlmaWNhdGUYASABKAwSCwoDa2V5GAIgASgMEgoKAmNhGAMgASgMIv8IChpDcmVkZW50aWFsRGF0YU9BdXRoMkNsaWVudBIRCgljbGllbnRfaWQYASABKAkSFQoNY2xpZW50X3NlY3JldBgCIAEoCRIeChZhdXRob3JpemF0aW9uX2VuZHBvaW50GAMgASgJEhYKDnRva2VuX2VuZHBvaW50GAQgASgJEhkKEXVzZXJpbmZvX2VuZHBvaW50GAUgASgJEkoKBGZsb3cYBiABKA4yPC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbERhdGFPQXV0aDJDbGllbnQuRmxvdxIOCgZzY29wZXMYByABKAkSGQoRYWRkaXRpb25hbF9wYXJhbXMYCCABKAkSEAoIdXNlcm5hbWUYCSABKAkSEAoIcGFzc3dvcmQYCiABKAkSaQoYYWRkaXRpb25hbF9wYXJhbV9jb25maWdzGAsgAygLMkcudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgyQ2xpZW50LlBhcmFtZXRlckNvbmZpZxJVCgphdXRoX3N0eWxlGBAgASgOMkEudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgyQ2xpZW50LkF1dGhTdHlsZRIaChJtdGxzX2NyZWRlbnRpYWxfaWQYESABKAkSEgoKb3RoZXJfZmxvdxgSIAEoCRqiAwoPUGFyYW1ldGVyQ29uZmlnEhYKDnBhcmFtZXRlcl9uYW1lGAEgASgJEhMKC3RhcmdldF9uYW1lGAIgASgJEmIKCGxvY2F0aW9uGAMgASgOMlAudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgyQ2xpZW50LlBhcmFtZXRlckNvbmZpZy5Mb2NhdGlvbhJaCgRmcm9tGAQgASgOMkwudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgyQ2xpZW50LlBhcmFtZXRlckNvbmZpZy5Gcm9tEhMKC2dyYW50X3R5cGVzGAUgAygJIlcKCExvY2F0aW9uEhIKDkxvY2F0aW9uSWdub3JlEAASEAoMTG9jYXRpb25Cb2R5EAESEgoOTG9jYXRpb25IZWFkZXIQAhIRCg1Mb2NhdGlvblF1ZXJ5EAMiNAoERnJvbRIYChRGcm9tQWRkaXRpb25hbFBhcmFtcxAAEhIKDkZyb21SYW5kb21VVUlEEAEiUgoJQXV0aFN0eWxlEhcKE0F1dGhTdHlsZUF1dG9EZXRlY3QQABIVChFBdXRoU3R5bGVJblBhcmFtcxABEhUKEUF1dGhTdHlsZUluSGVhZGVyEAIiXgoERmxvdxIWChJhdXRob3JpemF0aW9uX2NvZGUQABIWChJjbGllbnRfY3JlZGVudGlhbHMQARIbChdyZXNvdXJjZV9vd25lcl9wYXNzd29yZBACEgkKBW90aGVyEAMi0QEKIUNyZWRlbnRpYWxEYXRhT0F1dGgyUmVzb3VyY2VPd25lchIjChtvYXV0aDJfY2xpZW50X2NyZWRlbnRpYWxfaWQYASABKAkSEAoIdXNlcm5hbWUYAiABKAkSEAoIcGFzc3dvcmQYAyABKAkSFAoMYWNjZXNzX3Rva2VuGAQgASgJEhIKCnRva2VuX3R5cGUYBSABKAkSEgoKZXhwaXJlc19hdBgGIAEoCRIVCg1yZWZyZXNoX3Rva2VuGAcgASgJEg4KBnNjb3BlcxgIIAMoCSKAAQoXQ3JlZGVudGlhbERhdGFKV1RCZWFyZXISEQoJYWxnb3JpdGhtGAEgASgJEg4KBnNlY3JldBgCIAEoDBIPCgdwYXlsb2FkGAMgASgMEhIKCmV4cGlyZXNfaW4YBCABKAkSHQoVcmVxdWVzdF9oZWFkZXJfcHJlZml4GAUgASgJIrISChpDcmVkZW50aWFsRGF0YU9BdXRoMUNsaWVudBIUCgxjb25zdW1lcl9rZXkYASABKAkSFwoPY29uc3VtZXJfc2VjcmV0GAIgASgJEmIKGHRlbXBfY3JlZGVudGlhbF9lbmRwb2ludBgDIAEoCzJALnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMUNsaWVudC5FbmRwb2ludBJvCiVyZXNvdXJjZV9vd25lcl9hdXRob3JpemF0aW9uX2VuZHBvaW50GAQgASgLMkAudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgxQ2xpZW50LkVuZHBvaW50ElgKDnRva2VuX2VuZHBvaW50GAUgASgLMkAudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgxQ2xpZW50LkVuZHBvaW50EmEKEHNpZ25hdHVyZV9tZXRob2QYBiABKA4yRy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbERhdGFPQXV0aDFDbGllbnQuU2lnbmF0dXJlTWV0aG9kEhUKDW9hdXRoX3ZlcnNpb24YByABKAkSdQoeZGVmYXVsdF9wYXJhbWV0ZXJfdHJhbnNtaXNzaW9uGAggASgOMk0udmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgxQ2xpZW50LlBhcmFtZXRlclRyYW5zbWlzc2lvbhIaChJtdGxzX2NyZWRlbnRpYWxfaWQYEiABKAkajAIKCEVuZHBvaW50EgsKA3VybBgBIAEoCRIZChFhZGRpdGlvbmFsX3BhcmFtcxgCIAEoCRJpChhhZGRpdGlvbmFsX3BhcmFtX2NvbmZpZ3MYAyADKAsyRy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbERhdGFPQXV0aDFDbGllbnQuUGFyYW1ldGVyQ29uZmlnEm0KFnBhcmFtZXRlcl90cmFuc21pc3Npb24YBCABKA4yTS52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbERhdGFPQXV0aDFDbGllbnQuUGFyYW1ldGVyVHJhbnNtaXNzaW9uGpwJCg9QYXJhbWV0ZXJDb25maWcSFgoOcGFyYW1ldGVyX25hbWUYASABKAkSEwoLdGFyZ2V0X25hbWUYAiABKAkSYgoIbG9jYXRpb24YAyABKA4yUC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbERhdGFPQXV0aDFDbGllbnQuUGFyYW1ldGVyQ29uZmlnLkxvY2F0aW9uEg4KBnVzYWdlcxgEIAEoBRIQCghyZXF1aXJlZBgFIAEoCBISCgptb2RpZmlhYmxlGAYgASgIEnoKEWFkZGl0aW9uYWxfcGFyYW1zGBAgASgLMl0udmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgxQ2xpZW50LlBhcmFtZXRlckNvbmZpZy5Gcm9tLkFkZGl0aW9uYWxQYXJhbXNIABJoCgtyYW5kb21fdXVpZBgRIAEoCzJRLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMUNsaWVudC5QYXJhbWV0ZXJDb25maWcuRnJvbS5VVUlESAAScgoNcmFuZG9tX3N0cmluZxgSIAEoCzJZLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMUNsaWVudC5QYXJhbWV0ZXJDb25maWcuRnJvbS5SYW5kb21TdHJpbmdIABJrCgl0aW1lc3RhbXAYEyABKAsyVi52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbERhdGFPQXV0aDFDbGllbnQuUGFyYW1ldGVyQ29uZmlnLkZyb20uVGltZXN0YW1wSAAa/AEKBEZyb20aEgoQQWRkaXRpb25hbFBhcmFtcxoGCgRVVUlEGsoBCgxSYW5kb21TdHJpbmcSEQoJbnVtX2J5dGVzGAEgASgFEnQKCGVuY29kaW5nGAIgASgOMmIudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgxQ2xpZW50LlBhcmFtZXRlckNvbmZpZy5Gcm9tLlJhbmRvbVN0cmluZy5FbmNvZGluZyIxCghFbmNvZGluZxITCg9FTkNPRElOR19CQVNFNjQQABIQCgxFTkNPRElOR19IRVgQARoLCglUaW1lc3RhbXAikQEKCExvY2F0aW9uEhMKD0xPQ0FUSU9OX0lHTk9SRRAAEhEKDUxPQ0FUSU9OX0JPRFkQARITCg9MT0NBVElPTl9IRUFERVIQAhISCg5MT0NBVElPTl9RVUVSWRADEhUKEUxPQ0FUSU9OX0VORFBPSU5UEAQSHQoZTE9DQVRJT05fSEVBREVSX1BBUkFNRVRFUhAFImAKBVVzYWdlEhEKDVVTQUdFX1VOS05PV04QABIiCh5VU0FHRV9URU1QX0NSRURFTlRJQUxfRU5EUE9JTlQQARIgChxVU0FHRV9UT0tFTl9SRVFVRVNUX0VORFBPSU5UEAJCBgoEZnJvbSKRAQoPU2lnbmF0dXJlTWV0aG9kEhwKGFNJR05BVFVSRV9NRVRIT0RfVU5LTk9XThAAEh4KGlNJR05BVFVSRV9NRVRIT0RfUExBSU5URVhUEAESHgoaU0lHTkFUVVJFX01FVEhPRF9ITUFDX1NIQTEQAhIgChxTSUdOQVRVUkVfTUVUSE9EX0hNQUNfU0hBMjU2EAMiZwoVUGFyYW1ldGVyVHJhbnNtaXNzaW9uEiMKH0FVVEhfU1RZTEVfQVVUSE9SSVpBVElPTl9IRUFERVIQABITCg9BVVRIX1NUWUxFX0ZPUk0QARIUChBBVVRIX1NUWUxFX1FVRVJZEAIijAEKGUNyZWRlbnRpYWxEYXRhT0F1dGgxVG9rZW4SIwobb2F1dGgxX2NsaWVudF9jcmVkZW50aWFsX2lkGAEgASgJEhMKC29hdXRoX3Rva2VuGAIgASgJEhoKEm9hdXRoX3Rva2VuX3NlY3JldBgDIAEoCRIZChFhZGRpdGlvbmFsX3BhcmFtcxgEIAEoCULmAQofY29tLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMUIPQ3JlZGVudGlhbFByb3RvUAFaJHZlcnNvcmkuZGV2L2NyZWRlbnRpYWxzL2FwaS92MWFscGhhMaICA1ZDWKoCG1ZlcnNvcmkuQ3JlZGVudGlhbC5WMWFscGhhMcoCG1ZlcnNvcmlcQ3JlZGVudGlhbFxWMWFscGhhMeICJ1ZlcnNvcmlcQ3JlZGVudGlhbFxWMWFscGhhMVxHUEJNZXRhZGF0YeoCHVZlcnNvcmk6OkNyZWRlbnRpYWw6OlYxYWxwaGExYgZwcm90bzM", [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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_1.tsEnum)(exports.CredentialDataOAuth2Client_ParameterConfig_LocationSchema);
125
+ /**
126
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.From.
127
+ */
128
+ exports.CredentialDataOAuth2Client_ParameterConfig_FromSchema = (0, codegenv2_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, codegenv2_1.tsEnum)(exports.CredentialDataOAuth2Client_ParameterConfig_FromSchema);
133
+ /**
134
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.AuthStyle.
135
+ */
136
+ exports.CredentialDataOAuth2Client_AuthStyleSchema = (0, codegenv2_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, codegenv2_1.tsEnum)(exports.CredentialDataOAuth2Client_AuthStyleSchema);
141
+ /**
142
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.Flow.
143
+ */
144
+ exports.CredentialDataOAuth2Client_FlowSchema = (0, codegenv2_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, codegenv2_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, codegenv2_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, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 11);
159
+ /**
160
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.
161
+ * Use `create(CredentialDataOAuth1ClientSchema)` to create a new message.
162
+ */
163
+ exports.CredentialDataOAuth1ClientSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12);
164
+ /**
165
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.Endpoint.
166
+ * Use `create(CredentialDataOAuth1Client_EndpointSchema)` to create a new message.
167
+ */
168
+ exports.CredentialDataOAuth1Client_EndpointSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 0);
169
+ /**
170
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.
171
+ * Use `create(CredentialDataOAuth1Client_ParameterConfigSchema)` to create a new message.
172
+ */
173
+ exports.CredentialDataOAuth1Client_ParameterConfigSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1);
174
+ /**
175
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.
176
+ * Use `create(CredentialDataOAuth1Client_ParameterConfig_FromSchema)` to create a new message.
177
+ */
178
+ exports.CredentialDataOAuth1Client_ParameterConfig_FromSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0);
179
+ /**
180
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.AdditionalParams.
181
+ * Use `create(CredentialDataOAuth1Client_ParameterConfig_From_AdditionalParamsSchema)` to create a new message.
182
+ */
183
+ exports.CredentialDataOAuth1Client_ParameterConfig_From_AdditionalParamsSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0, 0);
184
+ /**
185
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.UUID.
186
+ * Use `create(CredentialDataOAuth1Client_ParameterConfig_From_UUIDSchema)` to create a new message.
187
+ */
188
+ exports.CredentialDataOAuth1Client_ParameterConfig_From_UUIDSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0, 1);
189
+ /**
190
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.RandomString.
191
+ * Use `create(CredentialDataOAuth1Client_ParameterConfig_From_RandomStringSchema)` to create a new message.
192
+ */
193
+ exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomStringSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0, 2);
194
+ /**
195
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.RandomString.Encoding.
196
+ */
197
+ exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomString_EncodingSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0, 2, 0);
198
+ /**
199
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.RandomString.Encoding
200
+ */
201
+ exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomString_Encoding = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomString_EncodingSchema);
202
+ /**
203
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.Timestamp.
204
+ * Use `create(CredentialDataOAuth1Client_ParameterConfig_From_TimestampSchema)` to create a new message.
205
+ */
206
+ exports.CredentialDataOAuth1Client_ParameterConfig_From_TimestampSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0, 3);
207
+ /**
208
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.Location.
209
+ */
210
+ exports.CredentialDataOAuth1Client_ParameterConfig_LocationSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0);
211
+ /**
212
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.Location
213
+ */
214
+ exports.CredentialDataOAuth1Client_ParameterConfig_Location = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth1Client_ParameterConfig_LocationSchema);
215
+ /**
216
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.Usage.
217
+ */
218
+ exports.CredentialDataOAuth1Client_ParameterConfig_UsageSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 1);
219
+ /**
220
+ * Usage is designed to be used as a bitmask to define which endpoints this parameter is
221
+ * applicable for. Additions to this enum should be powers of 2 to allow for multiple values
222
+ * to be set.
223
+ *
224
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.Usage
225
+ */
226
+ exports.CredentialDataOAuth1Client_ParameterConfig_Usage = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth1Client_ParameterConfig_UsageSchema);
227
+ /**
228
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.SignatureMethod.
229
+ */
230
+ exports.CredentialDataOAuth1Client_SignatureMethodSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 0);
231
+ /**
232
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.SignatureMethod
233
+ */
234
+ exports.CredentialDataOAuth1Client_SignatureMethod = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth1Client_SignatureMethodSchema);
235
+ /**
236
+ * Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterTransmission.
237
+ */
238
+ exports.CredentialDataOAuth1Client_ParameterTransmissionSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1);
239
+ /**
240
+ * ParameterTransmission defines the possible values for how to transmit the authorization
241
+ * parameters to the server. See
242
+ * [RFC-5849 §3.5](https://datatracker.ietf.org/doc/html/rfc5849#section-3.5) for more
243
+ * information.
244
+ *
245
+ * @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterTransmission
246
+ */
247
+ exports.CredentialDataOAuth1Client_ParameterTransmission = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth1Client_ParameterTransmissionSchema);
248
+ /**
249
+ * Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Token.
250
+ * Use `create(CredentialDataOAuth1TokenSchema)` to create a new message.
251
+ */
252
+ exports.CredentialDataOAuth1TokenSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 13);