@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.
- package/esm/src/context/Context.d.ts.map +1 -1
- package/esm/src/context/Context.js +1 -0
- package/esm/src/dsl/http/versori/contextcredentials.d.ts +2 -0
- package/esm/src/dsl/http/versori/contextcredentials.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/{credentials → credential}/client.d.ts +3 -0
- package/esm/src/dsl/http/versori/credential/client.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/client.js +11 -1
- package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/credentials.d.ts +21 -4
- package/esm/src/dsl/http/versori/credential/credentials.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/credentials.js +8 -0
- package/esm/src/dsl/http/versori/credential/mod.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts +40 -0
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.js +35 -0
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts +57 -0
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.js +44 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_pb.d.ts +4 -1
- package/esm/src/dsl/http/versori/credential/oauth2/v1/token_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_pb.js +3 -3
- package/esm/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.d.ts +45 -12
- package/esm/src/dsl/http/versori/credential/oauth2/v1/token_service_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.js +3 -4
- package/esm/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_pb.d.ts +4 -1
- package/esm/src/dsl/http/versori/credential/tokens/v1/token_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_pb.js +3 -3
- package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/tokens/v1/token_service_pb.d.ts +17 -5
- package/esm/src/dsl/http/versori/credential/tokens/v1/token_service_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_service_pb.js +3 -3
- package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/v1alpha1/common_pb.d.ts +13 -4
- package/esm/src/dsl/http/versori/credential/v1alpha1/common_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/v1alpha1/common_pb.js +3 -3
- package/esm/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts +364 -0
- package/esm/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/credential/v1alpha1/credential_pb.js +248 -0
- package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/v1alpha1/credential_service_pb.d.ts +61 -16
- package/esm/src/dsl/http/versori/credential/v1alpha1/credential_service_pb.d.ts.map +1 -0
- package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/v1alpha1/credential_service_pb.js +22 -63
- package/esm/src/dsl/http/versori/kvapi/index.d.ts +41 -0
- package/esm/src/dsl/http/versori/kvapi/index.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/index.js +11 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts +4 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts +3 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntries.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts +10 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntry.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts +5 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts +5 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts +3 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts +5 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVRequest.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts +4 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVResponse.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountSelector.d.ts +4 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountSelector.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountSelector.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/Error.d.ts +14 -0
- package/esm/src/dsl/http/versori/kvapi/models/Error.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/Error.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ErrorField.d.ts +16 -0
- package/esm/src/dsl/http/versori/kvapi/models/ErrorField.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ErrorField.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/GetOptions.d.ts +7 -0
- package/esm/src/dsl/http/versori/kvapi/models/GetOptions.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/GetOptions.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts +6 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchFailure.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts +7 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchResult.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts +15 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVCommitResult.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVEntry.d.ts +18 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVEntry.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVEntry.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVFilter.d.ts +15 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVFilter.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVFilter.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVKey.d.ts +2 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVKey.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVKey.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts +7 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVRequest.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts +7 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVResponse.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListOptions.d.ts +11 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListOptions.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListOptions.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListSelector.d.ts +8 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListSelector.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListSelector.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/Pagination.d.ts +5 -0
- package/esm/src/dsl/http/versori/kvapi/models/Pagination.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/Pagination.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts +40 -0
- package/esm/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/services/BatchOperationsService.js +58 -0
- package/esm/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts +24 -0
- package/esm/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/services/QueryOperationsService.js +40 -0
- package/esm/src/dsl/http/versori/roundtripper.d.ts +3 -1
- package/esm/src/dsl/http/versori/roundtripper.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/roundtripper.js +85 -1
- package/esm/src/dsl/tasks/HttpTask.d.ts.map +1 -1
- package/esm/src/dsl/tasks/HttpTask.js +1 -0
- package/esm/src/kv/KeyValue.d.ts +3 -0
- package/esm/src/kv/KeyValue.d.ts.map +1 -1
- package/esm/src/kv/memory/MemoryKeyValue.d.ts +3 -0
- package/esm/src/kv/memory/MemoryKeyValue.d.ts.map +1 -1
- package/esm/src/kv/memory/MemoryKeyValue.js +8 -0
- package/esm/src/kv/nats/NatsKeyValue.d.ts +3 -0
- package/esm/src/kv/nats/NatsKeyValue.d.ts.map +1 -1
- package/esm/src/kv/nats/NatsKeyValue.js +8 -0
- package/esm/src/kv/sdk/SDKKeyValue.d.ts +5 -0
- package/esm/src/kv/sdk/SDKKeyValue.d.ts.map +1 -1
- package/esm/src/kv/sdk/SDKKeyValue.js +19 -0
- package/package.json +2 -1
- package/script/src/context/Context.d.ts.map +1 -1
- package/script/src/context/Context.js +1 -0
- package/script/src/dsl/http/versori/contextcredentials.d.ts +2 -0
- package/script/src/dsl/http/versori/contextcredentials.d.ts.map +1 -1
- package/script/src/dsl/http/versori/{credentials → credential}/client.d.ts +3 -0
- package/script/src/dsl/http/versori/credential/client.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/client.js +10 -0
- package/{esm/src/dsl/http/versori/credentials → script/src/dsl/http/versori/credential}/credentials.d.ts +21 -4
- package/script/src/dsl/http/versori/credential/credentials.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/credentials.js +9 -0
- package/script/src/dsl/http/versori/credential/mod.d.ts.map +1 -0
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts +40 -0
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.js +38 -0
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts +57 -0
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.js +47 -0
- package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_pb.d.ts +4 -1
- package/script/src/dsl/http/versori/credential/oauth2/v1/token_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_pb.js +4 -4
- package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.d.ts +45 -12
- package/script/src/dsl/http/versori/credential/oauth2/v1/token_service_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.js +15 -16
- package/script/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_pb.d.ts +4 -1
- package/script/src/dsl/http/versori/credential/tokens/v1/token_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_pb.js +4 -4
- package/{esm/src/dsl/http/versori/credentials → script/src/dsl/http/versori/credential}/tokens/v1/token_service_pb.d.ts +17 -5
- package/script/src/dsl/http/versori/credential/tokens/v1/token_service_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_service_pb.js +8 -8
- package/{esm/src/dsl/http/versori/credentials → script/src/dsl/http/versori/credential}/v1alpha1/common_pb.d.ts +13 -4
- package/script/src/dsl/http/versori/credential/v1alpha1/common_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/v1alpha1/common_pb.js +8 -8
- package/script/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts +364 -0
- package/script/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/credential/v1alpha1/credential_pb.js +252 -0
- package/{esm/src/dsl/http/versori/credentials → script/src/dsl/http/versori/credential}/v1alpha1/credential_service_pb.d.ts +61 -16
- package/script/src/dsl/http/versori/credential/v1alpha1/credential_service_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/credential/v1alpha1/credential_service_pb.js +93 -0
- package/script/src/dsl/http/versori/kvapi/index.d.ts +41 -0
- package/script/src/dsl/http/versori/kvapi/index.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/index.js +22 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts +4 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts +3 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntries.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts +10 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntry.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts +5 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts +5 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts +3 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts +5 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVRequest.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts +4 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVResponse.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/CountSelector.d.ts +4 -0
- package/script/src/dsl/http/versori/kvapi/models/CountSelector.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/CountSelector.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/Error.d.ts +14 -0
- package/script/src/dsl/http/versori/kvapi/models/Error.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/Error.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/ErrorField.d.ts +16 -0
- package/script/src/dsl/http/versori/kvapi/models/ErrorField.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/ErrorField.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/GetOptions.d.ts +7 -0
- package/script/src/dsl/http/versori/kvapi/models/GetOptions.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/GetOptions.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts +6 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchFailure.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts +7 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchResult.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts +15 -0
- package/script/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/KVCommitResult.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVEntry.d.ts +18 -0
- package/script/src/dsl/http/versori/kvapi/models/KVEntry.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/KVEntry.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVFilter.d.ts +15 -0
- package/script/src/dsl/http/versori/kvapi/models/KVFilter.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/KVFilter.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVKey.d.ts +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVKey.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/KVKey.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts +7 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVRequest.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts +7 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVResponse.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/ListOptions.d.ts +11 -0
- package/script/src/dsl/http/versori/kvapi/models/ListOptions.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/ListOptions.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/ListSelector.d.ts +8 -0
- package/script/src/dsl/http/versori/kvapi/models/ListSelector.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/ListSelector.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/Pagination.d.ts +5 -0
- package/script/src/dsl/http/versori/kvapi/models/Pagination.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/Pagination.js +2 -0
- package/script/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts +40 -0
- package/script/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/services/BatchOperationsService.js +62 -0
- package/script/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts +24 -0
- package/script/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/services/QueryOperationsService.js +44 -0
- package/script/src/dsl/http/versori/roundtripper.d.ts +3 -1
- package/script/src/dsl/http/versori/roundtripper.d.ts.map +1 -1
- package/script/src/dsl/http/versori/roundtripper.js +88 -1
- package/script/src/dsl/tasks/HttpTask.d.ts.map +1 -1
- package/script/src/dsl/tasks/HttpTask.js +1 -0
- package/script/src/kv/KeyValue.d.ts +3 -0
- package/script/src/kv/KeyValue.d.ts.map +1 -1
- package/script/src/kv/memory/MemoryKeyValue.d.ts +3 -0
- package/script/src/kv/memory/MemoryKeyValue.d.ts.map +1 -1
- package/script/src/kv/memory/MemoryKeyValue.js +8 -0
- package/script/src/kv/nats/NatsKeyValue.d.ts +3 -0
- package/script/src/kv/nats/NatsKeyValue.d.ts.map +1 -1
- package/script/src/kv/nats/NatsKeyValue.js +8 -0
- package/script/src/kv/sdk/SDKKeyValue.d.ts +5 -0
- package/script/src/kv/sdk/SDKKeyValue.d.ts.map +1 -1
- package/script/src/kv/sdk/SDKKeyValue.js +19 -0
- package/esm/src/dsl/http/versori/credentials/client.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/credentials.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/mod.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/oauth2/v1/token_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/oauth2/v1/token_service_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/tokens/v1/token_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/tokens/v1/token_service_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/v1alpha1/common_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_pb.d.ts +0 -165
- package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_pb.js +0 -155
- package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_service_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_service_pb.js +0 -128
- package/script/src/dsl/http/versori/credentials/client.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/credentials.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/mod.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/oauth2/v1/token_pb.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/oauth2/v1/token_service_pb.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/tokens/v1/token_pb.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/tokens/v1/token_service_pb.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/v1alpha1/common_pb.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/v1alpha1/credential_pb.d.ts +0 -165
- package/script/src/dsl/http/versori/credentials/v1alpha1/credential_pb.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/v1alpha1/credential_pb.js +0 -158
- package/script/src/dsl/http/versori/credentials/v1alpha1/credential_service_pb.d.ts.map +0 -1
- /package/esm/src/dsl/http/versori/{credentials → credential}/mod.d.ts +0 -0
- /package/esm/src/dsl/http/versori/{credentials → credential}/mod.js +0 -0
- /package/script/src/dsl/http/versori/{credentials → credential}/mod.d.ts +0 -0
- /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"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|