@versori/run 0.2.23 → 0.2.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +11 -1
- package/esm/src/dsl/http/versori/roundtripper.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/roundtripper.js +409 -36
- 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 +11 -1
- package/script/src/dsl/http/versori/roundtripper.d.ts.map +1 -1
- package/script/src/dsl/http/versori/roundtripper.js +412 -36
- 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
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SDKKeyValue = void 0;
|
|
4
4
|
const KvOperationsService_js_1 = require("../../dsl/http/versori/kvapi/services/KvOperationsService.js");
|
|
5
|
+
const QueryOperationsService_js_1 = require("../../dsl/http/versori/kvapi/services/QueryOperationsService.js");
|
|
5
6
|
class SDKKeyValue {
|
|
6
7
|
constructor(store, prefix) {
|
|
7
8
|
Object.defineProperty(this, "store", {
|
|
@@ -48,6 +49,24 @@ class SDKKeyValue {
|
|
|
48
49
|
options: {}
|
|
49
50
|
});
|
|
50
51
|
}
|
|
52
|
+
async count(prefix) {
|
|
53
|
+
const k = this.generateKey(prefix).split("/");
|
|
54
|
+
return await QueryOperationsService_js_1.QueryOperationsService.countKv(this.store.id, {
|
|
55
|
+
selector: {
|
|
56
|
+
prefix: k
|
|
57
|
+
}
|
|
58
|
+
});
|
|
59
|
+
}
|
|
60
|
+
async list(prefix, options) {
|
|
61
|
+
const k = this.generateKey(prefix).split("/");
|
|
62
|
+
return await QueryOperationsService_js_1.QueryOperationsService.listKv(this.store.id, {
|
|
63
|
+
selector: {
|
|
64
|
+
prefix: k,
|
|
65
|
+
...options?.selector,
|
|
66
|
+
},
|
|
67
|
+
options: options?.options,
|
|
68
|
+
});
|
|
69
|
+
}
|
|
51
70
|
generateKey(key) {
|
|
52
71
|
return `${this.prefix}/${key instanceof Array ? key.join('/') : key}`;
|
|
53
72
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../../../src/src/dsl/http/versori/credentials/client.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAGnE,OAAO,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;AAE5E,qBAAa,uBAAuB;IAChC,OAAO,CAAC,WAAW,CAAc;IACjC,OAAO,CAAC,iBAAiB,CAAoB;gBAEjC,YAAY,EAAE,MAAM;IAKhC,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,GAAE,OAAe,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAIlF,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,qBAAqB,CAAC;CAGzD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"credentials.d.ts","sourceRoot":"","sources":["../../../../../../src/src/dsl/http/versori/credentials/credentials.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAgB,MAAM,qBAAqB,CAAC;AAe3D,wBAAgB,iBAAiB,CAAC,OAAO,GAAE,MAAgC;;;;;;;;;;;IAK1E;AAED,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE/D,wBAAgB,wBAAwB,CAAC,OAAO,GAAE,MAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;IAKjF;AAED,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE5E,wBAAgB,uBAAuB,CAAC,OAAO,GAAE,MAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKhF;AAED,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/src/dsl/http/versori/credentials/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/src/dsl/http/versori/credentials/oauth2/v1/token_pb.js"],"names":[],"mappings":"AAOA;;GAEG;AACH,4FACiV;AAEjV;;;GAGG;AACH,0JAC0D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token_service_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/src/dsl/http/versori/credentials/oauth2/v1/token_service_pb.js"],"names":[],"mappings":"AAWA;;GAEG;AACH,oGAC8rH;AAE9rH;;;GAGG;AACH,0KACkE;AAElE;;;GAGG;AACH,2KACkE;AAElE;;;GAGG;AACH,uLACkE;AAElE;;;GAGG;AACH,wLACkE;AAElE;;;GAGG;AACH,uKACkE;AAElE;;;GAGG;AACH,wKACkE;AAElE;;;GAGG;AACH,uLACkE;AAElE;;;GAGG;AACH,oMACqE;AAErE;;;GAGG;AACH,wLACkE;AAElE;;;GAGG;AACH,yLACkE;AAElE;;;GAGG;AACH,0LACkE;AAElE;;;;;;;GAOG;AACH,6IACkE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/src/dsl/http/versori/credentials/tokens/v1/token_pb.js"],"names":[],"mappings":"AAOA;;GAEG;AACH,4FACiV;AAEjV;;;GAGG;AACH,0JAC0D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token_service_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/src/dsl/http/versori/credentials/tokens/v1/token_service_pb.js"],"names":[],"mappings":"AASA;;GAEG;AACH,oGAC6lC;AAE7lC;;;GAGG;AACH,oKACkE;AAElE;;;GAGG;AACH,qKACkE;AAElE;;;GAGG;AACH,uKACkE;AAElE;;;GAGG;AACH,wKACkE;AAElE;;;;;;;GAOG;AACH,uIACkE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"common_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/credentials/v1alpha1/common_pb.js"],"names":[],"mappings":"AAMA;;GAEG;AACH,4FACmjB;AAEnjB;;;GAGG;AACH,+JAC0D;AAE1D;;;GAGG;AACH,yJAC0D;AAE1D;;GAEG;AACH,8HAC0D;AAE1D;;GAEG;AACH;;;EAC2B;AAE3B;;;GAGG;AACH,6JAC0D"}
|
|
@@ -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,155 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.2.3
|
|
2
|
-
// @generated from file versori/credential/v1alpha1/credential.proto (package versori.credential.v1alpha1, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
import { enumDesc, fileDesc, messageDesc, tsEnum } from "@bufbuild/protobuf/codegenv1";
|
|
5
|
-
import { file_google_protobuf_duration, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
6
|
-
// import { file_validate_validate } from "../../../validate/validate_pb";
|
|
7
|
-
/**
|
|
8
|
-
* Describes the file versori/credential/v1alpha1/credential.proto.
|
|
9
|
-
*/
|
|
10
|
-
export const file_versori_credential_v1alpha1_credential = /*@__PURE__*/ fileDesc("Cix2ZXJzb3JpL2NyZWRlbnRpYWwvdjFhbHBoYTEvY3JlZGVudGlhbC5wcm90bxIbdmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExIqcECgpDcmVkZW50aWFsEgoKAmlkGAEgASgJEhcKD29yZ2FuaXNhdGlvbl9pZBgCIAEoCRIMCgRuYW1lGAMgASgJEjoKBHR5cGUYBCABKA4yLC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5UeXBlEhAKCGlzX3ZhbGlkGAUgASgIEj8KBGRhdGEYBiADKAsyMS52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5EYXRhRW50cnkSFQoNcmVkYWN0X2ZpZWxkcxgHIAMoCRIuCgpleHBpcmVzX2F0GAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIZChF2YWxpZGF0aW9uX2Vycm9ycxgJIAMoCRorCglEYXRhRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgMOgI4ASLHAQoEVHlwZRILCgdEZWZhdWx0EAASDwoLT0F1dGgyVG9rZW4QARIHCgNSYXcQAhINCglCYXNpY0F1dGgQAxIQCgxPQXV0aDJDbGllbnQQBBITCg9IVFRQUmVmcmVzaERhdGEQBRIVChFIVFRQUmVmcmVzaENvbmZpZxAGEg0KCUpXVEJlYXJlchAHEhIKDkN1c3RvbUZ1bmN0aW9uEAgSFwoTT0F1dGgyUmVzb3VyY2VPd25lchAJEg8KC0NlcnRpZmljYXRlEAoiyQEKGUNyZWRlbnRpYWxEYXRhT0F1dGgyVG9rZW4SLAobb2F1dGgyX2NsaWVudF9jcmVkZW50aWFsX2lkGAEgASgJQgf6QgRyAhABEhQKDGFjY2Vzc190b2tlbhgCIAEoCRISCgp0b2tlbl90eXBlGAMgASgJEhUKDXJlZnJlc2hfdG9rZW4YBCABKAkSEgoKZXhwaXJlc19hdBgFIAEoCRIOCgZzY29wZXMYCCADKAkSGQoRYWRkaXRpb25hbF9wYXJhbXMYCSABKAkiUwoRQ3JlZGVudGlhbERhdGFSYXcSCwoDcmF3GAEgASgMEh0KFXJlZnJlc2hfY3JlZGVudGlhbF9pZBgCIAEoCRISCgpleHBpcmVzX2F0GAMgASgJIkkKGUNyZWRlbnRpYWxIVFRQUmVmcmVzaERhdGESDAoEZGF0YRgBIAEoDBIeChZodHRwX3JlZnJlc2hfY29uZmlnX2lkGAIgASgJIisKG0NyZWRlbnRpYWxIVFRQUmVmcmVzaENvbmZpZxIMCgRib2R5GAEgASgMIj4KGENyZWRlbnRpYWxDdXN0b21GdW5jdGlvbhIMCgRkYXRhGAEgASgMEhQKDGZ1bmN0aW9uX3VybBgCIAEoCSK4CAoRSFRUUFJlZnJlc2hDb25maWcSUAoIdGVtcGxhdGUYASABKAsyPi52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuUmVxdWVzdFRlbXBsYXRlEjAKDWV4cGlyZXNfYWZ0ZXIYAiABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24SSQoIc2VsZWN0b3IYAyABKAsyNy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuU2VsZWN0b3IawAQKD1JlcXVlc3RUZW1wbGF0ZRILCgN1cmwYASABKAkSDgoGbWV0aG9kGAIgASgJElwKB2hlYWRlcnMYAyADKAsySy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuUmVxdWVzdFRlbXBsYXRlLkhlYWRlcnNFbnRyeRJkCgRib2R5GAQgASgLMlQudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkhUVFBSZWZyZXNoQ29uZmlnLlJlcXVlc3RUZW1wbGF0ZS5DcmVkZW50aWFsVGFyZ2V0LkJvZHlIABJoCgZoZWFkZXIYBSABKAsyVi52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuUmVxdWVzdFRlbXBsYXRlLkNyZWRlbnRpYWxUYXJnZXQuSGVhZGVySAAaegoMSGVhZGVyc0VudHJ5EgsKA2tleRgBIAEoCRJZCgV2YWx1ZRgCIAEoCzJKLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5IVFRQUmVmcmVzaENvbmZpZy5SZXF1ZXN0VGVtcGxhdGUuSGVhZGVyVmFsdWU6AjgBGh0KC0hlYWRlclZhbHVlEg4KBnZhbHVlcxgBIAMoCRoyChBDcmVkZW50aWFsVGFyZ2V0GgYKBEJvZHkaFgoGSGVhZGVyEgwKBG5hbWUYASABKAlCEwoRY3JlZGVudGlhbF90YXJnZXQakAIKCFNlbGVjdG9yElQKBGJvZHkYASABKAsyRC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuU2VsZWN0b3IuQm9keVNlbGVjdG9ySAAaoQEKDEJvZHlTZWxlY3RvchJjCgRndmFsGAEgASgLMlMudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkhUVFBSZWZyZXNoQ29uZmlnLlNlbGVjdG9yLkJvZHlTZWxlY3Rvci5HdmFsRXhwcmVzc2lvbkgAGh4KDkd2YWxFeHByZXNzaW9uEgwKBGV4cHIYASABKAlCDAoKZXhwcmVzc2lvbkIKCghzZWxlY3RvciJGChdDcmVkZW50aWFsRGF0YUJhc2ljQXV0aBIZCgh1c2VybmFtZRgBIAEoCUIH+kIEcgIQARIQCghwYXNzd29yZBgCIAEoCSJkChlDcmVkZW50aWFsRGF0YUNlcnRpZmljYXRlEhwKC2NlcnRpZmljYXRlGAEgASgMQgf6QgR6AhABEhQKA2tleRgCIAEoDEIH+kIEegIQARITCgJjYRgDIAEoDEIH+kIEegIQASKjCQoaQ3JlZGVudGlhbERhdGFPQXV0aDJDbGllbnQSEQoJY2xpZW50X2lkGAEgASgJEhUKDWNsaWVudF9zZWNyZXQYAiABKAkSKwoWYXV0aG9yaXphdGlvbl9lbmRwb2ludBgDIAEoCUIL+kIIcgbQAQGIAQESIAoOdG9rZW5fZW5kcG9pbnQYBCABKAlCCPpCBXIDiAEBEiYKEXVzZXJpbmZvX2VuZHBvaW50GAUgASgJQgv6QghyBtABAYgBARJKCgRmbG93GAYgASgOMjwudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgyQ2xpZW50LkZsb3cSDgoGc2NvcGVzGAcgASgJEhkKEWFkZGl0aW9uYWxfcGFyYW1zGAggASgJEhAKCHVzZXJuYW1lGAkgASgJEhAKCHBhc3N3b3JkGAogASgJEmkKGGFkZGl0aW9uYWxfcGFyYW1fY29uZmlncxgLIAMoCzJHLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMkNsaWVudC5QYXJhbWV0ZXJDb25maWcSVQoKYXV0aF9zdHlsZRgQIAEoDjJBLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMkNsaWVudC5BdXRoU3R5bGUSGgoSbXRsc19jcmVkZW50aWFsX2lkGBEgASgJEhIKCm90aGVyX2Zsb3cYEiABKAkaogMKD1BhcmFtZXRlckNvbmZpZxIWCg5wYXJhbWV0ZXJfbmFtZRgBIAEoCRITCgt0YXJnZXRfbmFtZRgCIAEoCRJiCghsb2NhdGlvbhgDIAEoDjJQLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMkNsaWVudC5QYXJhbWV0ZXJDb25maWcuTG9jYXRpb24SWgoEZnJvbRgEIAEoDjJMLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMkNsaWVudC5QYXJhbWV0ZXJDb25maWcuRnJvbRITCgtncmFudF90eXBlcxgFIAMoCSJXCghMb2NhdGlvbhISCg5Mb2NhdGlvbklnbm9yZRAAEhAKDExvY2F0aW9uQm9keRABEhIKDkxvY2F0aW9uSGVhZGVyEAISEQoNTG9jYXRpb25RdWVyeRADIjQKBEZyb20SGAoURnJvbUFkZGl0aW9uYWxQYXJhbXMQABISCg5Gcm9tUmFuZG9tVVVJRBABIlIKCUF1dGhTdHlsZRIXChNBdXRoU3R5bGVBdXRvRGV0ZWN0EAASFQoRQXV0aFN0eWxlSW5QYXJhbXMQARIVChFBdXRoU3R5bGVJbkhlYWRlchACIl4KBEZsb3cSFgoSYXV0aG9yaXphdGlvbl9jb2RlEAASFgoSY2xpZW50X2NyZWRlbnRpYWxzEAESGwoXcmVzb3VyY2Vfb3duZXJfcGFzc3dvcmQQAhIJCgVvdGhlchADItoBCiFDcmVkZW50aWFsRGF0YU9BdXRoMlJlc291cmNlT3duZXISLAobb2F1dGgyX2NsaWVudF9jcmVkZW50aWFsX2lkGAEgASgJQgf6QgRyAhABEhAKCHVzZXJuYW1lGAIgASgJEhAKCHBhc3N3b3JkGAMgASgJEhQKDGFjY2Vzc190b2tlbhgEIAEoCRISCgp0b2tlbl90eXBlGAUgASgJEhIKCmV4cGlyZXNfYXQYBiABKAkSFQoNcmVmcmVzaF90b2tlbhgHIAEoCRIOCgZzY29wZXMYCCADKAkixgEKF0NyZWRlbnRpYWxEYXRhSldUQmVhcmVyEkIKCWFsZ29yaXRobRgBIAEoCUIv+kIscipSBUhTMjU2UgVIUzM4NFIFSFM1MTJSBVJTMjU2UgVSUzM4NFIFUlM1MTISGgoGc2VjcmV0GAIgASgMQgr6Qgd6BRABGIAoEhgKB3BheWxvYWQYAyABKAxCB/pCBHoCEAISEgoKZXhwaXJlc19pbhgEIAEoCRIdChVyZXF1ZXN0X2hlYWRlcl9wcmVmaXgYBSABKAlCJlokdmVyc29yaS5kZXYvY3JlZGVudGlhbHMvYXBpL3YxYWxwaGExYgZwcm90bzM", [file_google_protobuf_duration, file_google_protobuf_timestamp]);
|
|
11
|
-
/**
|
|
12
|
-
* Describes the message versori.credential.v1alpha1.Credential.
|
|
13
|
-
* Use `create(CredentialSchema)` to create a new message.
|
|
14
|
-
*/
|
|
15
|
-
export const CredentialSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 0);
|
|
16
|
-
/**
|
|
17
|
-
* Describes the enum versori.credential.v1alpha1.Credential.Type.
|
|
18
|
-
*/
|
|
19
|
-
export const Credential_TypeSchema = /*@__PURE__*/ enumDesc(file_versori_credential_v1alpha1_credential, 0, 0);
|
|
20
|
-
/**
|
|
21
|
-
* @generated from enum versori.credential.v1alpha1.Credential.Type
|
|
22
|
-
*/
|
|
23
|
-
export const Credential_Type = /*@__PURE__*/ tsEnum(Credential_TypeSchema);
|
|
24
|
-
/**
|
|
25
|
-
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Token.
|
|
26
|
-
* Use `create(CredentialDataOAuth2TokenSchema)` to create a new message.
|
|
27
|
-
*/
|
|
28
|
-
export const CredentialDataOAuth2TokenSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 1);
|
|
29
|
-
/**
|
|
30
|
-
* Describes the message versori.credential.v1alpha1.CredentialDataRaw.
|
|
31
|
-
* Use `create(CredentialDataRawSchema)` to create a new message.
|
|
32
|
-
*/
|
|
33
|
-
export const CredentialDataRawSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 2);
|
|
34
|
-
/**
|
|
35
|
-
* Describes the message versori.credential.v1alpha1.CredentialHTTPRefreshData.
|
|
36
|
-
* Use `create(CredentialHTTPRefreshDataSchema)` to create a new message.
|
|
37
|
-
*/
|
|
38
|
-
export const CredentialHTTPRefreshDataSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 3);
|
|
39
|
-
/**
|
|
40
|
-
* Describes the message versori.credential.v1alpha1.CredentialHTTPRefreshConfig.
|
|
41
|
-
* Use `create(CredentialHTTPRefreshConfigSchema)` to create a new message.
|
|
42
|
-
*/
|
|
43
|
-
export const CredentialHTTPRefreshConfigSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 4);
|
|
44
|
-
/**
|
|
45
|
-
* Describes the message versori.credential.v1alpha1.CredentialCustomFunction.
|
|
46
|
-
* Use `create(CredentialCustomFunctionSchema)` to create a new message.
|
|
47
|
-
*/
|
|
48
|
-
export const CredentialCustomFunctionSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 5);
|
|
49
|
-
/**
|
|
50
|
-
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.
|
|
51
|
-
* Use `create(HTTPRefreshConfigSchema)` to create a new message.
|
|
52
|
-
*/
|
|
53
|
-
export const HTTPRefreshConfigSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 6);
|
|
54
|
-
/**
|
|
55
|
-
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.
|
|
56
|
-
* Use `create(HTTPRefreshConfig_RequestTemplateSchema)` to create a new message.
|
|
57
|
-
*/
|
|
58
|
-
export const HTTPRefreshConfig_RequestTemplateSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 6, 0);
|
|
59
|
-
/**
|
|
60
|
-
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.HeaderValue.
|
|
61
|
-
* Use `create(HTTPRefreshConfig_RequestTemplate_HeaderValueSchema)` to create a new message.
|
|
62
|
-
*/
|
|
63
|
-
export const HTTPRefreshConfig_RequestTemplate_HeaderValueSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 6, 0, 0);
|
|
64
|
-
/**
|
|
65
|
-
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.
|
|
66
|
-
* Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTargetSchema)` to create a new message.
|
|
67
|
-
*/
|
|
68
|
-
export const HTTPRefreshConfig_RequestTemplate_CredentialTargetSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 6, 0, 1);
|
|
69
|
-
/**
|
|
70
|
-
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.Body.
|
|
71
|
-
* Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTarget_BodySchema)` to create a new message.
|
|
72
|
-
*/
|
|
73
|
-
export const HTTPRefreshConfig_RequestTemplate_CredentialTarget_BodySchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 6, 0, 1, 0);
|
|
74
|
-
/**
|
|
75
|
-
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.Header.
|
|
76
|
-
* Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTarget_HeaderSchema)` to create a new message.
|
|
77
|
-
*/
|
|
78
|
-
export const HTTPRefreshConfig_RequestTemplate_CredentialTarget_HeaderSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 6, 0, 1, 1);
|
|
79
|
-
/**
|
|
80
|
-
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.
|
|
81
|
-
* Use `create(HTTPRefreshConfig_SelectorSchema)` to create a new message.
|
|
82
|
-
*/
|
|
83
|
-
export const HTTPRefreshConfig_SelectorSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 6, 1);
|
|
84
|
-
/**
|
|
85
|
-
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.BodySelector.
|
|
86
|
-
* Use `create(HTTPRefreshConfig_Selector_BodySelectorSchema)` to create a new message.
|
|
87
|
-
*/
|
|
88
|
-
export const HTTPRefreshConfig_Selector_BodySelectorSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 6, 1, 0);
|
|
89
|
-
/**
|
|
90
|
-
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.BodySelector.GvalExpression.
|
|
91
|
-
* Use `create(HTTPRefreshConfig_Selector_BodySelector_GvalExpressionSchema)` to create a new message.
|
|
92
|
-
*/
|
|
93
|
-
export const HTTPRefreshConfig_Selector_BodySelector_GvalExpressionSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 6, 1, 0, 0);
|
|
94
|
-
/**
|
|
95
|
-
* Describes the message versori.credential.v1alpha1.CredentialDataBasicAuth.
|
|
96
|
-
* Use `create(CredentialDataBasicAuthSchema)` to create a new message.
|
|
97
|
-
*/
|
|
98
|
-
export const CredentialDataBasicAuthSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 7);
|
|
99
|
-
/**
|
|
100
|
-
* Describes the message versori.credential.v1alpha1.CredentialDataCertificate.
|
|
101
|
-
* Use `create(CredentialDataCertificateSchema)` to create a new message.
|
|
102
|
-
*/
|
|
103
|
-
export const CredentialDataCertificateSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 8);
|
|
104
|
-
/**
|
|
105
|
-
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Client.
|
|
106
|
-
* Use `create(CredentialDataOAuth2ClientSchema)` to create a new message.
|
|
107
|
-
*/
|
|
108
|
-
export const CredentialDataOAuth2ClientSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 9);
|
|
109
|
-
/**
|
|
110
|
-
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.
|
|
111
|
-
* Use `create(CredentialDataOAuth2Client_ParameterConfigSchema)` to create a new message.
|
|
112
|
-
*/
|
|
113
|
-
export const CredentialDataOAuth2Client_ParameterConfigSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 9, 0);
|
|
114
|
-
/**
|
|
115
|
-
* Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.Location.
|
|
116
|
-
*/
|
|
117
|
-
export const CredentialDataOAuth2Client_ParameterConfig_LocationSchema = /*@__PURE__*/ enumDesc(file_versori_credential_v1alpha1_credential, 9, 0, 0);
|
|
118
|
-
/**
|
|
119
|
-
* @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.Location
|
|
120
|
-
*/
|
|
121
|
-
export const CredentialDataOAuth2Client_ParameterConfig_Location = /*@__PURE__*/ tsEnum(CredentialDataOAuth2Client_ParameterConfig_LocationSchema);
|
|
122
|
-
/**
|
|
123
|
-
* Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.From.
|
|
124
|
-
*/
|
|
125
|
-
export const CredentialDataOAuth2Client_ParameterConfig_FromSchema = /*@__PURE__*/ enumDesc(file_versori_credential_v1alpha1_credential, 9, 0, 1);
|
|
126
|
-
/**
|
|
127
|
-
* @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.From
|
|
128
|
-
*/
|
|
129
|
-
export const CredentialDataOAuth2Client_ParameterConfig_From = /*@__PURE__*/ tsEnum(CredentialDataOAuth2Client_ParameterConfig_FromSchema);
|
|
130
|
-
/**
|
|
131
|
-
* Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.AuthStyle.
|
|
132
|
-
*/
|
|
133
|
-
export const CredentialDataOAuth2Client_AuthStyleSchema = /*@__PURE__*/ enumDesc(file_versori_credential_v1alpha1_credential, 9, 0);
|
|
134
|
-
/**
|
|
135
|
-
* @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.AuthStyle
|
|
136
|
-
*/
|
|
137
|
-
export const CredentialDataOAuth2Client_AuthStyle = /*@__PURE__*/ tsEnum(CredentialDataOAuth2Client_AuthStyleSchema);
|
|
138
|
-
/**
|
|
139
|
-
* Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.Flow.
|
|
140
|
-
*/
|
|
141
|
-
export const CredentialDataOAuth2Client_FlowSchema = /*@__PURE__*/ enumDesc(file_versori_credential_v1alpha1_credential, 9, 1);
|
|
142
|
-
/**
|
|
143
|
-
* @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.Flow
|
|
144
|
-
*/
|
|
145
|
-
export const CredentialDataOAuth2Client_Flow = /*@__PURE__*/ tsEnum(CredentialDataOAuth2Client_FlowSchema);
|
|
146
|
-
/**
|
|
147
|
-
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth2ResourceOwner.
|
|
148
|
-
* Use `create(CredentialDataOAuth2ResourceOwnerSchema)` to create a new message.
|
|
149
|
-
*/
|
|
150
|
-
export const CredentialDataOAuth2ResourceOwnerSchema = /*@__PURE__*/ messageDesc(file_versori_credential_v1alpha1_credential, 10);
|
|
151
|
-
/**
|
|
152
|
-
* Describes the message versori.credential.v1alpha1.CredentialDataJWTBearer.
|
|
153
|
-
* Use `create(CredentialDataJWTBearerSchema)` to create a new message.
|
|
154
|
-
*/
|
|
155
|
-
export const CredentialDataJWTBearerSchema = /*@__PURE__*/ messageDesc(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"}
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.2.3
|
|
2
|
-
// @generated from file versori/credential/v1alpha1/credential_service.proto (package versori.credential.v1alpha1, syntax proto3)
|
|
3
|
-
/* eslint-disable */
|
|
4
|
-
import { fileDesc, messageDesc, serviceDesc } from '@bufbuild/protobuf/codegenv1';
|
|
5
|
-
import { file_google_protobuf_timestamp } from '@bufbuild/protobuf/wkt';
|
|
6
|
-
import { file_versori_credential_v1alpha1_common } from './common_pb.js';
|
|
7
|
-
import { file_versori_credential_v1alpha1_credential } from './credential_pb.js';
|
|
8
|
-
/**
|
|
9
|
-
* Describes the file versori/credential/v1alpha1/credential_service.proto.
|
|
10
|
-
*/
|
|
11
|
-
export const file_versori_credential_v1alpha1_credential_service =
|
|
12
|
-
/*@__PURE__*/
|
|
13
|
-
fileDesc('CjR2ZXJzb3JpL2NyZWRlbnRpYWwvdjFhbHBoYTEvY3JlZGVudGlhbF9zZXJ2aWNlLnByb3RvEht2ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEivgIKF0NyZWF0ZUNyZWRlbnRpYWxSZXF1ZXN0EhcKD29yZ2FuaXNhdGlvbl9pZBgBIAEoCRIMCgRuYW1lGAIgASgJEkwKBGRhdGEYAyADKAsyPi52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlYXRlQ3JlZGVudGlhbFJlcXVlc3QuRGF0YUVudHJ5EjoKBHR5cGUYBCABKA4yLC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5UeXBlEhUKDXJlZGFjdF9maWVsZHMYBSADKAkSLgoKZXhwaXJlc19hdBgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAaKwoJRGF0YUVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoDDoCOAEiVwoYQ3JlYXRlQ3JlZGVudGlhbFJlc3BvbnNlEjsKCmNyZWRlbnRpYWwYASABKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbCJSChRHZXRDcmVkZW50aWFsUmVxdWVzdBIKCgJpZBgBIAEoCRIXCg9vcmdhbmlzYXRpb25faWQYAiABKAkSFQoNc2hvd19yZWRhY3RlZBgDIAEoCCJUChVHZXRDcmVkZW50aWFsUmVzcG9uc2USOwoKY3JlZGVudGlhbBgBIAEoCzInLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsIigKGUdldE1hbnlDcmVkZW50aWFsc1JlcXVlc3QSCwoDaWRzGAEgAygJIloKGkdldE1hbnlDcmVkZW50aWFsc1Jlc3BvbnNlEjwKC2NyZWRlbnRpYWxzGAEgAygLMicudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWwibwoWTGlzdENyZWRlbnRpYWxzUmVxdWVzdBIXCg9vcmdhbmlzYXRpb25faWQYASABKAkSPAoLcGFnZV9wYXJhbXMYAiABKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuUGFnZVBhcmFtcyKLAQoXTGlzdENyZWRlbnRpYWxzUmVzcG9uc2USNgoFaXRlbXMYASADKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbBI4CglwYWdlX2luZm8YAiABKAsyJS52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuUGFnZUluZm8iygIKF1VwZGF0ZUNyZWRlbnRpYWxSZXF1ZXN0EgoKAmlkGAEgASgJEhcKD29yZ2FuaXNhdGlvbl9pZBgCIAEoCRIMCgRuYW1lGAMgASgJEkwKBGRhdGEYBCADKAsyPi52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuVXBkYXRlQ3JlZGVudGlhbFJlcXVlc3QuRGF0YUVudHJ5EjoKBHR5cGUYBSABKA4yLC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5UeXBlEhUKDXJlZGFjdF9maWVsZHMYBiADKAkSLgoKZXhwaXJlc19hdBgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAaKwoJRGF0YUVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoDDoCOAEiVwoYVXBkYXRlQ3JlZGVudGlhbFJlc3BvbnNlEjsKCmNyZWRlbnRpYWwYASABKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbCI+ChdEZWxldGVDcmVkZW50aWFsUmVxdWVzdBIKCgJpZBgBIAEoCRIXCg9vcmdhbmlzYXRpb25faWQYAiABKAkiGgoYRGVsZXRlQ3JlZGVudGlhbFJlc3BvbnNlItQBChlWYWxpZGF0ZUNyZWRlbnRpYWxSZXF1ZXN0EjoKBHR5cGUYASABKA4yLC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5UeXBlEk4KBGRhdGEYAiADKAsyQC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuVmFsaWRhdGVDcmVkZW50aWFsUmVxdWVzdC5EYXRhRW50cnkaKwoJRGF0YUVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoDDoCOAEipQEKGlZhbGlkYXRlQ3JlZGVudGlhbFJlc3BvbnNlEgoKAm9rGAEgASgIElcKBmVycm9ycxgCIAMoCzJHLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5WYWxpZGF0ZUNyZWRlbnRpYWxSZXNwb25zZS5WYWxpZGF0aW9uRXJyb3IaIgoPVmFsaWRhdGlvbkVycm9yEg8KB21lc3NhZ2UYASABKAky0gYKEUNyZWRlbnRpYWxTZXJ2aWNlEnUKBkNyZWF0ZRI0LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVhdGVDcmVkZW50aWFsUmVxdWVzdBo1LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVhdGVDcmVkZW50aWFsUmVzcG9uc2USbAoDR2V0EjEudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkdldENyZWRlbnRpYWxSZXF1ZXN0GjIudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkdldENyZWRlbnRpYWxSZXNwb25zZRJ6CgdHZXRNYW55EjYudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkdldE1hbnlDcmVkZW50aWFsc1JlcXVlc3QaNy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuR2V0TWFueUNyZWRlbnRpYWxzUmVzcG9uc2UScQoETGlzdBIzLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5MaXN0Q3JlZGVudGlhbHNSZXF1ZXN0GjQudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkxpc3RDcmVkZW50aWFsc1Jlc3BvbnNlEnUKBlVwZGF0ZRI0LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5VcGRhdGVDcmVkZW50aWFsUmVxdWVzdBo1LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5VcGRhdGVDcmVkZW50aWFsUmVzcG9uc2USdQoGRGVsZXRlEjQudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkRlbGV0ZUNyZWRlbnRpYWxSZXF1ZXN0GjUudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkRlbGV0ZUNyZWRlbnRpYWxSZXNwb25zZRJ7CghWYWxpZGF0ZRI2LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5WYWxpZGF0ZUNyZWRlbnRpYWxSZXF1ZXN0GjcudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLlZhbGlkYXRlQ3JlZGVudGlhbFJlc3BvbnNlQiZaJHZlcnNvcmkuZGV2L2NyZWRlbnRpYWxzL2FwaS92MWFscGhhMWIGcHJvdG8z', [
|
|
14
|
-
file_google_protobuf_timestamp,
|
|
15
|
-
file_versori_credential_v1alpha1_common,
|
|
16
|
-
file_versori_credential_v1alpha1_credential,
|
|
17
|
-
]);
|
|
18
|
-
/**
|
|
19
|
-
* Describes the message versori.credential.v1alpha1.CreateCredentialRequest.
|
|
20
|
-
* Use `create(CreateCredentialRequestSchema)` to create a new message.
|
|
21
|
-
*/
|
|
22
|
-
export const CreateCredentialRequestSchema =
|
|
23
|
-
/*@__PURE__*/
|
|
24
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 0);
|
|
25
|
-
/**
|
|
26
|
-
* Describes the message versori.credential.v1alpha1.CreateCredentialResponse.
|
|
27
|
-
* Use `create(CreateCredentialResponseSchema)` to create a new message.
|
|
28
|
-
*/
|
|
29
|
-
export const CreateCredentialResponseSchema =
|
|
30
|
-
/*@__PURE__*/
|
|
31
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 1);
|
|
32
|
-
/**
|
|
33
|
-
* Describes the message versori.credential.v1alpha1.GetCredentialRequest.
|
|
34
|
-
* Use `create(GetCredentialRequestSchema)` to create a new message.
|
|
35
|
-
*/
|
|
36
|
-
export const GetCredentialRequestSchema =
|
|
37
|
-
/*@__PURE__*/
|
|
38
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 2);
|
|
39
|
-
/**
|
|
40
|
-
* Describes the message versori.credential.v1alpha1.GetCredentialResponse.
|
|
41
|
-
* Use `create(GetCredentialResponseSchema)` to create a new message.
|
|
42
|
-
*/
|
|
43
|
-
export const GetCredentialResponseSchema =
|
|
44
|
-
/*@__PURE__*/
|
|
45
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 3);
|
|
46
|
-
/**
|
|
47
|
-
* Describes the message versori.credential.v1alpha1.GetManyCredentialsRequest.
|
|
48
|
-
* Use `create(GetManyCredentialsRequestSchema)` to create a new message.
|
|
49
|
-
*/
|
|
50
|
-
export const GetManyCredentialsRequestSchema =
|
|
51
|
-
/*@__PURE__*/
|
|
52
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 4);
|
|
53
|
-
/**
|
|
54
|
-
* Describes the message versori.credential.v1alpha1.GetManyCredentialsResponse.
|
|
55
|
-
* Use `create(GetManyCredentialsResponseSchema)` to create a new message.
|
|
56
|
-
*/
|
|
57
|
-
export const GetManyCredentialsResponseSchema =
|
|
58
|
-
/*@__PURE__*/
|
|
59
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 5);
|
|
60
|
-
/**
|
|
61
|
-
* Describes the message versori.credential.v1alpha1.ListCredentialsRequest.
|
|
62
|
-
* Use `create(ListCredentialsRequestSchema)` to create a new message.
|
|
63
|
-
*/
|
|
64
|
-
export const ListCredentialsRequestSchema =
|
|
65
|
-
/*@__PURE__*/
|
|
66
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 6);
|
|
67
|
-
/**
|
|
68
|
-
* Describes the message versori.credential.v1alpha1.ListCredentialsResponse.
|
|
69
|
-
* Use `create(ListCredentialsResponseSchema)` to create a new message.
|
|
70
|
-
*/
|
|
71
|
-
export const ListCredentialsResponseSchema =
|
|
72
|
-
/*@__PURE__*/
|
|
73
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 7);
|
|
74
|
-
/**
|
|
75
|
-
* Describes the message versori.credential.v1alpha1.UpdateCredentialRequest.
|
|
76
|
-
* Use `create(UpdateCredentialRequestSchema)` to create a new message.
|
|
77
|
-
*/
|
|
78
|
-
export const UpdateCredentialRequestSchema =
|
|
79
|
-
/*@__PURE__*/
|
|
80
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 8);
|
|
81
|
-
/**
|
|
82
|
-
* Describes the message versori.credential.v1alpha1.UpdateCredentialResponse.
|
|
83
|
-
* Use `create(UpdateCredentialResponseSchema)` to create a new message.
|
|
84
|
-
*/
|
|
85
|
-
export const UpdateCredentialResponseSchema =
|
|
86
|
-
/*@__PURE__*/
|
|
87
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 9);
|
|
88
|
-
/**
|
|
89
|
-
* Describes the message versori.credential.v1alpha1.DeleteCredentialRequest.
|
|
90
|
-
* Use `create(DeleteCredentialRequestSchema)` to create a new message.
|
|
91
|
-
*/
|
|
92
|
-
export const DeleteCredentialRequestSchema =
|
|
93
|
-
/*@__PURE__*/
|
|
94
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 10);
|
|
95
|
-
/**
|
|
96
|
-
* Describes the message versori.credential.v1alpha1.DeleteCredentialResponse.
|
|
97
|
-
* Use `create(DeleteCredentialResponseSchema)` to create a new message.
|
|
98
|
-
*/
|
|
99
|
-
export const DeleteCredentialResponseSchema =
|
|
100
|
-
/*@__PURE__*/
|
|
101
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 11);
|
|
102
|
-
/**
|
|
103
|
-
* Describes the message versori.credential.v1alpha1.ValidateCredentialRequest.
|
|
104
|
-
* Use `create(ValidateCredentialRequestSchema)` to create a new message.
|
|
105
|
-
*/
|
|
106
|
-
export const ValidateCredentialRequestSchema =
|
|
107
|
-
/*@__PURE__*/
|
|
108
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 12);
|
|
109
|
-
/**
|
|
110
|
-
* Describes the message versori.credential.v1alpha1.ValidateCredentialResponse.
|
|
111
|
-
* Use `create(ValidateCredentialResponseSchema)` to create a new message.
|
|
112
|
-
*/
|
|
113
|
-
export const ValidateCredentialResponseSchema =
|
|
114
|
-
/*@__PURE__*/
|
|
115
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 13);
|
|
116
|
-
/**
|
|
117
|
-
* Describes the message versori.credential.v1alpha1.ValidateCredentialResponse.ValidationError.
|
|
118
|
-
* Use `create(ValidateCredentialResponse_ValidationErrorSchema)` to create a new message.
|
|
119
|
-
*/
|
|
120
|
-
export const ValidateCredentialResponse_ValidationErrorSchema =
|
|
121
|
-
/*@__PURE__*/
|
|
122
|
-
messageDesc(file_versori_credential_v1alpha1_credential_service, 13, 0);
|
|
123
|
-
/**
|
|
124
|
-
* @generated from service versori.credential.v1alpha1.CredentialService
|
|
125
|
-
*/
|
|
126
|
-
export const CredentialService =
|
|
127
|
-
/*@__PURE__*/
|
|
128
|
-
serviceDesc(file_versori_credential_v1alpha1_credential_service, 0);
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../../../../src/src/dsl/http/versori/credentials/client.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,gBAAgB,EAAE,MAAM,iCAAiC,CAAC;AAGnE,OAAO,EAAE,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;AAE5E,qBAAa,uBAAuB;IAChC,OAAO,CAAC,WAAW,CAAc;IACjC,OAAO,CAAC,iBAAiB,CAAoB;gBAEjC,YAAY,EAAE,MAAM;IAKhC,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,GAAE,OAAe,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAIlF,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAAC,qBAAqB,CAAC;CAGzD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"credentials.d.ts","sourceRoot":"","sources":["../../../../../../src/src/dsl/http/versori/credentials/credentials.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAgB,MAAM,qBAAqB,CAAC;AAe3D,wBAAgB,iBAAiB,CAAC,OAAO,GAAE,MAAgC;;;;;;;;;;;IAK1E;AAED,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE/D,wBAAgB,wBAAwB,CAAC,OAAO,GAAE,MAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;IAKjF;AAED,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE5E,wBAAgB,uBAAuB,CAAC,OAAO,GAAE,MAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKhF;AAED,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mod.d.ts","sourceRoot":"","sources":["../../../../../../src/src/dsl/http/versori/credentials/mod.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/src/dsl/http/versori/credentials/oauth2/v1/token_pb.js"],"names":[],"mappings":"AAOA;;GAEG;AACH,4FACiV;AAEjV;;;GAGG;AACH,0JAC0D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token_service_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/src/dsl/http/versori/credentials/oauth2/v1/token_service_pb.js"],"names":[],"mappings":"AAWA;;GAEG;AACH,oGAC8rH;AAE9rH;;;GAGG;AACH,0KACkE;AAElE;;;GAGG;AACH,2KACkE;AAElE;;;GAGG;AACH,uLACkE;AAElE;;;GAGG;AACH,wLACkE;AAElE;;;GAGG;AACH,uKACkE;AAElE;;;GAGG;AACH,wKACkE;AAElE;;;GAGG;AACH,uLACkE;AAElE;;;GAGG;AACH,oMACqE;AAErE;;;GAGG;AACH,wLACkE;AAElE;;;GAGG;AACH,yLACkE;AAElE;;;GAGG;AACH,0LACkE;AAElE;;;;;;;GAOG;AACH,6IACkE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/src/dsl/http/versori/credentials/tokens/v1/token_pb.js"],"names":[],"mappings":"AAOA;;GAEG;AACH,4FACiV;AAEjV;;;GAGG;AACH,0JAC0D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"token_service_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/src/dsl/http/versori/credentials/tokens/v1/token_service_pb.js"],"names":[],"mappings":"AASA;;GAEG;AACH,oGAC6lC;AAE7lC;;;GAGG;AACH,oKACkE;AAElE;;;GAGG;AACH,qKACkE;AAElE;;;GAGG;AACH,uKACkE;AAElE;;;GAGG;AACH,wKACkE;AAElE;;;;;;;GAOG;AACH,uIACkE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"common_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/credentials/v1alpha1/common_pb.js"],"names":[],"mappings":"AAMA;;GAEG;AACH,4FACmjB;AAEnjB;;;GAGG;AACH,+JAC0D;AAE1D;;;GAGG;AACH,yJAC0D;AAE1D;;GAEG;AACH,8HAC0D;AAE1D;;GAEG;AACH;;;EAC2B;AAE3B;;;GAGG;AACH,6JAC0D"}
|