@versori/run 0.2.22 → 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 +2 -1
- 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/platformapi.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/platformapi.js +8 -5
- 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 +2 -1
- 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/platformapi.d.ts.map +1 -1
- package/script/src/dsl/http/versori/platformapi.js +8 -5
- 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
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @generated by protoc-gen-es v2.6.2
|
|
3
|
+
// @generated from file versori/credential/v1alpha1/credential.proto (package versori.credential.v1alpha1, syntax proto3)
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.CredentialDataOAuth1Client_ParameterTransmission = exports.CredentialDataOAuth1Client_ParameterTransmissionSchema = exports.CredentialDataOAuth1Client_SignatureMethod = exports.CredentialDataOAuth1Client_SignatureMethodSchema = exports.CredentialDataOAuth1Client_ParameterConfig_Usage = exports.CredentialDataOAuth1Client_ParameterConfig_UsageSchema = exports.CredentialDataOAuth1Client_ParameterConfig_Location = exports.CredentialDataOAuth1Client_ParameterConfig_LocationSchema = exports.CredentialDataOAuth1Client_ParameterConfig_From_TimestampSchema = exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomString_Encoding = exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomString_EncodingSchema = exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomStringSchema = exports.CredentialDataOAuth1Client_ParameterConfig_From_UUIDSchema = exports.CredentialDataOAuth1Client_ParameterConfig_From_AdditionalParamsSchema = exports.CredentialDataOAuth1Client_ParameterConfig_FromSchema = exports.CredentialDataOAuth1Client_ParameterConfigSchema = exports.CredentialDataOAuth1Client_EndpointSchema = exports.CredentialDataOAuth1ClientSchema = exports.CredentialDataJWTBearerSchema = exports.CredentialDataOAuth2ResourceOwnerSchema = exports.CredentialDataOAuth2Client_Flow = exports.CredentialDataOAuth2Client_FlowSchema = exports.CredentialDataOAuth2Client_AuthStyle = exports.CredentialDataOAuth2Client_AuthStyleSchema = exports.CredentialDataOAuth2Client_ParameterConfig_From = exports.CredentialDataOAuth2Client_ParameterConfig_FromSchema = exports.CredentialDataOAuth2Client_ParameterConfig_Location = exports.CredentialDataOAuth2Client_ParameterConfig_LocationSchema = exports.CredentialDataOAuth2Client_ParameterConfigSchema = exports.CredentialDataOAuth2ClientSchema = exports.CredentialDataCertificateSchema = exports.CredentialDataBasicAuthSchema = exports.HTTPRefreshConfig_Selector_BodySelector_GvalExpressionSchema = exports.HTTPRefreshConfig_Selector_BodySelectorSchema = exports.HTTPRefreshConfig_SelectorSchema = exports.HTTPRefreshConfig_RequestTemplate_CredentialTarget_HeaderSchema = exports.HTTPRefreshConfig_RequestTemplate_CredentialTarget_BodySchema = exports.HTTPRefreshConfig_RequestTemplate_CredentialTargetSchema = exports.HTTPRefreshConfig_RequestTemplate_HeaderValueSchema = exports.HTTPRefreshConfig_RequestTemplateSchema = exports.HTTPRefreshConfigSchema = exports.CredentialCustomFunctionSchema = exports.CredentialHTTPRefreshConfigSchema = exports.CredentialHTTPRefreshDataSchema = exports.CredentialDataRawSchema = exports.CredentialDataOAuth2TokenSchema = exports.Credential_Type = exports.Credential_TypeSchema = exports.CredentialSchema = exports.file_versori_credential_v1alpha1_credential = void 0;
|
|
7
|
+
exports.CredentialDataOAuth1TokenSchema = void 0;
|
|
8
|
+
const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
|
|
9
|
+
const wkt_1 = require("@bufbuild/protobuf/wkt");
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file versori/credential/v1alpha1/credential.proto.
|
|
12
|
+
*/
|
|
13
|
+
exports.file_versori_credential_v1alpha1_credential = (0, codegenv2_1.fileDesc)("Cix2ZXJzb3JpL2NyZWRlbnRpYWwvdjFhbHBoYTEvY3JlZGVudGlhbC5wcm90bxIbdmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExIsoECgpDcmVkZW50aWFsEgoKAmlkGAEgASgJEhcKD29yZ2FuaXNhdGlvbl9pZBgCIAEoCRIMCgRuYW1lGAMgASgJEjoKBHR5cGUYBCABKA4yLC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5UeXBlEhAKCGlzX3ZhbGlkGAUgASgIEj8KBGRhdGEYBiADKAsyMS52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5EYXRhRW50cnkSFQoNcmVkYWN0X2ZpZWxkcxgHIAMoCRIuCgpleHBpcmVzX2F0GAggASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIZChF2YWxpZGF0aW9uX2Vycm9ycxgJIAMoCRorCglEYXRhRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgMOgI4ASLqAQoEVHlwZRILCgdEZWZhdWx0EAASDwoLT0F1dGgyVG9rZW4QARIHCgNSYXcQAhINCglCYXNpY0F1dGgQAxIQCgxPQXV0aDJDbGllbnQQBBITCg9IVFRQUmVmcmVzaERhdGEQBRIVChFIVFRQUmVmcmVzaENvbmZpZxAGEg0KCUpXVEJlYXJlchAHEhIKDkN1c3RvbUZ1bmN0aW9uEAgSFwoTT0F1dGgyUmVzb3VyY2VPd25lchAJEg8KC0NlcnRpZmljYXRlEAoSEAoMT0F1dGgxQ2xpZW50EAsSDwoLT0F1dGgxVG9rZW4QDCLAAQoZQ3JlZGVudGlhbERhdGFPQXV0aDJUb2tlbhIjChtvYXV0aDJfY2xpZW50X2NyZWRlbnRpYWxfaWQYASABKAkSFAoMYWNjZXNzX3Rva2VuGAIgASgJEhIKCnRva2VuX3R5cGUYAyABKAkSFQoNcmVmcmVzaF90b2tlbhgEIAEoCRISCgpleHBpcmVzX2F0GAUgASgJEg4KBnNjb3BlcxgIIAMoCRIZChFhZGRpdGlvbmFsX3BhcmFtcxgJIAEoCSJTChFDcmVkZW50aWFsRGF0YVJhdxILCgNyYXcYASABKAwSHQoVcmVmcmVzaF9jcmVkZW50aWFsX2lkGAIgASgJEhIKCmV4cGlyZXNfYXQYAyABKAkiSQoZQ3JlZGVudGlhbEhUVFBSZWZyZXNoRGF0YRIMCgRkYXRhGAEgASgMEh4KFmh0dHBfcmVmcmVzaF9jb25maWdfaWQYAiABKAkiKwobQ3JlZGVudGlhbEhUVFBSZWZyZXNoQ29uZmlnEgwKBGJvZHkYASABKAwiPgoYQ3JlZGVudGlhbEN1c3RvbUZ1bmN0aW9uEgwKBGRhdGEYASABKAwSFAoMZnVuY3Rpb25fdXJsGAIgASgJIrgIChFIVFRQUmVmcmVzaENvbmZpZxJQCgh0ZW1wbGF0ZRgBIAEoCzI+LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5IVFRQUmVmcmVzaENvbmZpZy5SZXF1ZXN0VGVtcGxhdGUSMAoNZXhwaXJlc19hZnRlchgCIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdGlvbhJJCghzZWxlY3RvchgDIAEoCzI3LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5IVFRQUmVmcmVzaENvbmZpZy5TZWxlY3RvchrABAoPUmVxdWVzdFRlbXBsYXRlEgsKA3VybBgBIAEoCRIOCgZtZXRob2QYAiABKAkSXAoHaGVhZGVycxgDIAMoCzJLLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5IVFRQUmVmcmVzaENvbmZpZy5SZXF1ZXN0VGVtcGxhdGUuSGVhZGVyc0VudHJ5EmQKBGJvZHkYBCABKAsyVC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuUmVxdWVzdFRlbXBsYXRlLkNyZWRlbnRpYWxUYXJnZXQuQm9keUgAEmgKBmhlYWRlchgFIAEoCzJWLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5IVFRQUmVmcmVzaENvbmZpZy5SZXF1ZXN0VGVtcGxhdGUuQ3JlZGVudGlhbFRhcmdldC5IZWFkZXJIABp6CgxIZWFkZXJzRW50cnkSCwoDa2V5GAEgASgJElkKBXZhbHVlGAIgASgLMkoudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkhUVFBSZWZyZXNoQ29uZmlnLlJlcXVlc3RUZW1wbGF0ZS5IZWFkZXJWYWx1ZToCOAEaHQoLSGVhZGVyVmFsdWUSDgoGdmFsdWVzGAEgAygJGjIKEENyZWRlbnRpYWxUYXJnZXQaBgoEQm9keRoWCgZIZWFkZXISDAoEbmFtZRgBIAEoCUITChFjcmVkZW50aWFsX3RhcmdldBqQAgoIU2VsZWN0b3ISVAoEYm9keRgBIAEoCzJELnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5IVFRQUmVmcmVzaENvbmZpZy5TZWxlY3Rvci5Cb2R5U2VsZWN0b3JIABqhAQoMQm9keVNlbGVjdG9yEmMKBGd2YWwYASABKAsyUy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuSFRUUFJlZnJlc2hDb25maWcuU2VsZWN0b3IuQm9keVNlbGVjdG9yLkd2YWxFeHByZXNzaW9uSAAaHgoOR3ZhbEV4cHJlc3Npb24SDAoEZXhwchgBIAEoCUIMCgpleHByZXNzaW9uQgoKCHNlbGVjdG9yIj0KF0NyZWRlbnRpYWxEYXRhQmFzaWNBdXRoEhAKCHVzZXJuYW1lGAEgASgJEhAKCHBhc3N3b3JkGAIgASgJIkkKGUNyZWRlbnRpYWxEYXRhQ2VydGlmaWNhdGUSEwoLY2VydGlmaWNhdGUYASABKAwSCwoDa2V5GAIgASgMEgoKAmNhGAMgASgMIv8IChpDcmVkZW50aWFsRGF0YU9BdXRoMkNsaWVudBIRCgljbGllbnRfaWQYASABKAkSFQoNY2xpZW50X3NlY3JldBgCIAEoCRIeChZhdXRob3JpemF0aW9uX2VuZHBvaW50GAMgASgJEhYKDnRva2VuX2VuZHBvaW50GAQgASgJEhkKEXVzZXJpbmZvX2VuZHBvaW50GAUgASgJEkoKBGZsb3cYBiABKA4yPC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbERhdGFPQXV0aDJDbGllbnQuRmxvdxIOCgZzY29wZXMYByABKAkSGQoRYWRkaXRpb25hbF9wYXJhbXMYCCABKAkSEAoIdXNlcm5hbWUYCSABKAkSEAoIcGFzc3dvcmQYCiABKAkSaQoYYWRkaXRpb25hbF9wYXJhbV9jb25maWdzGAsgAygLMkcudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgyQ2xpZW50LlBhcmFtZXRlckNvbmZpZxJVCgphdXRoX3N0eWxlGBAgASgOMkEudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgyQ2xpZW50LkF1dGhTdHlsZRIaChJtdGxzX2NyZWRlbnRpYWxfaWQYESABKAkSEgoKb3RoZXJfZmxvdxgSIAEoCRqiAwoPUGFyYW1ldGVyQ29uZmlnEhYKDnBhcmFtZXRlcl9uYW1lGAEgASgJEhMKC3RhcmdldF9uYW1lGAIgASgJEmIKCGxvY2F0aW9uGAMgASgOMlAudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgyQ2xpZW50LlBhcmFtZXRlckNvbmZpZy5Mb2NhdGlvbhJaCgRmcm9tGAQgASgOMkwudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgyQ2xpZW50LlBhcmFtZXRlckNvbmZpZy5Gcm9tEhMKC2dyYW50X3R5cGVzGAUgAygJIlcKCExvY2F0aW9uEhIKDkxvY2F0aW9uSWdub3JlEAASEAoMTG9jYXRpb25Cb2R5EAESEgoOTG9jYXRpb25IZWFkZXIQAhIRCg1Mb2NhdGlvblF1ZXJ5EAMiNAoERnJvbRIYChRGcm9tQWRkaXRpb25hbFBhcmFtcxAAEhIKDkZyb21SYW5kb21VVUlEEAEiUgoJQXV0aFN0eWxlEhcKE0F1dGhTdHlsZUF1dG9EZXRlY3QQABIVChFBdXRoU3R5bGVJblBhcmFtcxABEhUKEUF1dGhTdHlsZUluSGVhZGVyEAIiXgoERmxvdxIWChJhdXRob3JpemF0aW9uX2NvZGUQABIWChJjbGllbnRfY3JlZGVudGlhbHMQARIbChdyZXNvdXJjZV9vd25lcl9wYXNzd29yZBACEgkKBW90aGVyEAMi0QEKIUNyZWRlbnRpYWxEYXRhT0F1dGgyUmVzb3VyY2VPd25lchIjChtvYXV0aDJfY2xpZW50X2NyZWRlbnRpYWxfaWQYASABKAkSEAoIdXNlcm5hbWUYAiABKAkSEAoIcGFzc3dvcmQYAyABKAkSFAoMYWNjZXNzX3Rva2VuGAQgASgJEhIKCnRva2VuX3R5cGUYBSABKAkSEgoKZXhwaXJlc19hdBgGIAEoCRIVCg1yZWZyZXNoX3Rva2VuGAcgASgJEg4KBnNjb3BlcxgIIAMoCSKAAQoXQ3JlZGVudGlhbERhdGFKV1RCZWFyZXISEQoJYWxnb3JpdGhtGAEgASgJEg4KBnNlY3JldBgCIAEoDBIPCgdwYXlsb2FkGAMgASgMEhIKCmV4cGlyZXNfaW4YBCABKAkSHQoVcmVxdWVzdF9oZWFkZXJfcHJlZml4GAUgASgJIrISChpDcmVkZW50aWFsRGF0YU9BdXRoMUNsaWVudBIUCgxjb25zdW1lcl9rZXkYASABKAkSFwoPY29uc3VtZXJfc2VjcmV0GAIgASgJEmIKGHRlbXBfY3JlZGVudGlhbF9lbmRwb2ludBgDIAEoCzJALnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMUNsaWVudC5FbmRwb2ludBJvCiVyZXNvdXJjZV9vd25lcl9hdXRob3JpemF0aW9uX2VuZHBvaW50GAQgASgLMkAudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgxQ2xpZW50LkVuZHBvaW50ElgKDnRva2VuX2VuZHBvaW50GAUgASgLMkAudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgxQ2xpZW50LkVuZHBvaW50EmEKEHNpZ25hdHVyZV9tZXRob2QYBiABKA4yRy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbERhdGFPQXV0aDFDbGllbnQuU2lnbmF0dXJlTWV0aG9kEhUKDW9hdXRoX3ZlcnNpb24YByABKAkSdQoeZGVmYXVsdF9wYXJhbWV0ZXJfdHJhbnNtaXNzaW9uGAggASgOMk0udmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgxQ2xpZW50LlBhcmFtZXRlclRyYW5zbWlzc2lvbhIaChJtdGxzX2NyZWRlbnRpYWxfaWQYEiABKAkajAIKCEVuZHBvaW50EgsKA3VybBgBIAEoCRIZChFhZGRpdGlvbmFsX3BhcmFtcxgCIAEoCRJpChhhZGRpdGlvbmFsX3BhcmFtX2NvbmZpZ3MYAyADKAsyRy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbERhdGFPQXV0aDFDbGllbnQuUGFyYW1ldGVyQ29uZmlnEm0KFnBhcmFtZXRlcl90cmFuc21pc3Npb24YBCABKA4yTS52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbERhdGFPQXV0aDFDbGllbnQuUGFyYW1ldGVyVHJhbnNtaXNzaW9uGpwJCg9QYXJhbWV0ZXJDb25maWcSFgoOcGFyYW1ldGVyX25hbWUYASABKAkSEwoLdGFyZ2V0X25hbWUYAiABKAkSYgoIbG9jYXRpb24YAyABKA4yUC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbERhdGFPQXV0aDFDbGllbnQuUGFyYW1ldGVyQ29uZmlnLkxvY2F0aW9uEg4KBnVzYWdlcxgEIAEoBRIQCghyZXF1aXJlZBgFIAEoCBISCgptb2RpZmlhYmxlGAYgASgIEnoKEWFkZGl0aW9uYWxfcGFyYW1zGBAgASgLMl0udmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgxQ2xpZW50LlBhcmFtZXRlckNvbmZpZy5Gcm9tLkFkZGl0aW9uYWxQYXJhbXNIABJoCgtyYW5kb21fdXVpZBgRIAEoCzJRLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMUNsaWVudC5QYXJhbWV0ZXJDb25maWcuRnJvbS5VVUlESAAScgoNcmFuZG9tX3N0cmluZxgSIAEoCzJZLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsRGF0YU9BdXRoMUNsaWVudC5QYXJhbWV0ZXJDb25maWcuRnJvbS5SYW5kb21TdHJpbmdIABJrCgl0aW1lc3RhbXAYEyABKAsyVi52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbERhdGFPQXV0aDFDbGllbnQuUGFyYW1ldGVyQ29uZmlnLkZyb20uVGltZXN0YW1wSAAa/AEKBEZyb20aEgoQQWRkaXRpb25hbFBhcmFtcxoGCgRVVUlEGsoBCgxSYW5kb21TdHJpbmcSEQoJbnVtX2J5dGVzGAEgASgFEnQKCGVuY29kaW5nGAIgASgOMmIudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgxQ2xpZW50LlBhcmFtZXRlckNvbmZpZy5Gcm9tLlJhbmRvbVN0cmluZy5FbmNvZGluZyIxCghFbmNvZGluZxITCg9FTkNPRElOR19CQVNFNjQQABIQCgxFTkNPRElOR19IRVgQARoLCglUaW1lc3RhbXAikQEKCExvY2F0aW9uEhMKD0xPQ0FUSU9OX0lHTk9SRRAAEhEKDUxPQ0FUSU9OX0JPRFkQARITCg9MT0NBVElPTl9IRUFERVIQAhISCg5MT0NBVElPTl9RVUVSWRADEhUKEUxPQ0FUSU9OX0VORFBPSU5UEAQSHQoZTE9DQVRJT05fSEVBREVSX1BBUkFNRVRFUhAFImAKBVVzYWdlEhEKDVVTQUdFX1VOS05PV04QABIiCh5VU0FHRV9URU1QX0NSRURFTlRJQUxfRU5EUE9JTlQQARIgChxVU0FHRV9UT0tFTl9SRVFVRVNUX0VORFBPSU5UEAJCBgoEZnJvbSKRAQoPU2lnbmF0dXJlTWV0aG9kEhwKGFNJR05BVFVSRV9NRVRIT0RfVU5LTk9XThAAEh4KGlNJR05BVFVSRV9NRVRIT0RfUExBSU5URVhUEAESHgoaU0lHTkFUVVJFX01FVEhPRF9ITUFDX1NIQTEQAhIgChxTSUdOQVRVUkVfTUVUSE9EX0hNQUNfU0hBMjU2EAMiZwoVUGFyYW1ldGVyVHJhbnNtaXNzaW9uEiMKH0FVVEhfU1RZTEVfQVVUSE9SSVpBVElPTl9IRUFERVIQABITCg9BVVRIX1NUWUxFX0ZPUk0QARIUChBBVVRIX1NUWUxFX1FVRVJZEAIijAEKGUNyZWRlbnRpYWxEYXRhT0F1dGgxVG9rZW4SIwobb2F1dGgxX2NsaWVudF9jcmVkZW50aWFsX2lkGAEgASgJEhMKC29hdXRoX3Rva2VuGAIgASgJEhoKEm9hdXRoX3Rva2VuX3NlY3JldBgDIAEoCRIZChFhZGRpdGlvbmFsX3BhcmFtcxgEIAEoCULmAQofY29tLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMUIPQ3JlZGVudGlhbFByb3RvUAFaJHZlcnNvcmkuZGV2L2NyZWRlbnRpYWxzL2FwaS92MWFscGhhMaICA1ZDWKoCG1ZlcnNvcmkuQ3JlZGVudGlhbC5WMWFscGhhMcoCG1ZlcnNvcmlcQ3JlZGVudGlhbFxWMWFscGhhMeICJ1ZlcnNvcmlcQ3JlZGVudGlhbFxWMWFscGhhMVxHUEJNZXRhZGF0YeoCHVZlcnNvcmk6OkNyZWRlbnRpYWw6OlYxYWxwaGExYgZwcm90bzM", [wkt_1.file_google_protobuf_duration, wkt_1.file_google_protobuf_timestamp]);
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message versori.credential.v1alpha1.Credential.
|
|
16
|
+
* Use `create(CredentialSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
exports.CredentialSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 0);
|
|
19
|
+
/**
|
|
20
|
+
* Describes the enum versori.credential.v1alpha1.Credential.Type.
|
|
21
|
+
*/
|
|
22
|
+
exports.Credential_TypeSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 0, 0);
|
|
23
|
+
/**
|
|
24
|
+
* @generated from enum versori.credential.v1alpha1.Credential.Type
|
|
25
|
+
*/
|
|
26
|
+
exports.Credential_Type = (0, codegenv2_1.tsEnum)(exports.Credential_TypeSchema);
|
|
27
|
+
/**
|
|
28
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Token.
|
|
29
|
+
* Use `create(CredentialDataOAuth2TokenSchema)` to create a new message.
|
|
30
|
+
*/
|
|
31
|
+
exports.CredentialDataOAuth2TokenSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 1);
|
|
32
|
+
/**
|
|
33
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataRaw.
|
|
34
|
+
* Use `create(CredentialDataRawSchema)` to create a new message.
|
|
35
|
+
*/
|
|
36
|
+
exports.CredentialDataRawSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 2);
|
|
37
|
+
/**
|
|
38
|
+
* Describes the message versori.credential.v1alpha1.CredentialHTTPRefreshData.
|
|
39
|
+
* Use `create(CredentialHTTPRefreshDataSchema)` to create a new message.
|
|
40
|
+
*/
|
|
41
|
+
exports.CredentialHTTPRefreshDataSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 3);
|
|
42
|
+
/**
|
|
43
|
+
* Describes the message versori.credential.v1alpha1.CredentialHTTPRefreshConfig.
|
|
44
|
+
* Use `create(CredentialHTTPRefreshConfigSchema)` to create a new message.
|
|
45
|
+
*/
|
|
46
|
+
exports.CredentialHTTPRefreshConfigSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 4);
|
|
47
|
+
/**
|
|
48
|
+
* Describes the message versori.credential.v1alpha1.CredentialCustomFunction.
|
|
49
|
+
* Use `create(CredentialCustomFunctionSchema)` to create a new message.
|
|
50
|
+
*/
|
|
51
|
+
exports.CredentialCustomFunctionSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 5);
|
|
52
|
+
/**
|
|
53
|
+
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.
|
|
54
|
+
* Use `create(HTTPRefreshConfigSchema)` to create a new message.
|
|
55
|
+
*/
|
|
56
|
+
exports.HTTPRefreshConfigSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6);
|
|
57
|
+
/**
|
|
58
|
+
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.
|
|
59
|
+
* Use `create(HTTPRefreshConfig_RequestTemplateSchema)` to create a new message.
|
|
60
|
+
*/
|
|
61
|
+
exports.HTTPRefreshConfig_RequestTemplateSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 0);
|
|
62
|
+
/**
|
|
63
|
+
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.HeaderValue.
|
|
64
|
+
* Use `create(HTTPRefreshConfig_RequestTemplate_HeaderValueSchema)` to create a new message.
|
|
65
|
+
*/
|
|
66
|
+
exports.HTTPRefreshConfig_RequestTemplate_HeaderValueSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 0, 0);
|
|
67
|
+
/**
|
|
68
|
+
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.
|
|
69
|
+
* Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTargetSchema)` to create a new message.
|
|
70
|
+
*/
|
|
71
|
+
exports.HTTPRefreshConfig_RequestTemplate_CredentialTargetSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 0, 1);
|
|
72
|
+
/**
|
|
73
|
+
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.Body.
|
|
74
|
+
* Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTarget_BodySchema)` to create a new message.
|
|
75
|
+
*/
|
|
76
|
+
exports.HTTPRefreshConfig_RequestTemplate_CredentialTarget_BodySchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 0, 1, 0);
|
|
77
|
+
/**
|
|
78
|
+
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.RequestTemplate.CredentialTarget.Header.
|
|
79
|
+
* Use `create(HTTPRefreshConfig_RequestTemplate_CredentialTarget_HeaderSchema)` to create a new message.
|
|
80
|
+
*/
|
|
81
|
+
exports.HTTPRefreshConfig_RequestTemplate_CredentialTarget_HeaderSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 0, 1, 1);
|
|
82
|
+
/**
|
|
83
|
+
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.
|
|
84
|
+
* Use `create(HTTPRefreshConfig_SelectorSchema)` to create a new message.
|
|
85
|
+
*/
|
|
86
|
+
exports.HTTPRefreshConfig_SelectorSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 1);
|
|
87
|
+
/**
|
|
88
|
+
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.BodySelector.
|
|
89
|
+
* Use `create(HTTPRefreshConfig_Selector_BodySelectorSchema)` to create a new message.
|
|
90
|
+
*/
|
|
91
|
+
exports.HTTPRefreshConfig_Selector_BodySelectorSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 1, 0);
|
|
92
|
+
/**
|
|
93
|
+
* Describes the message versori.credential.v1alpha1.HTTPRefreshConfig.Selector.BodySelector.GvalExpression.
|
|
94
|
+
* Use `create(HTTPRefreshConfig_Selector_BodySelector_GvalExpressionSchema)` to create a new message.
|
|
95
|
+
*/
|
|
96
|
+
exports.HTTPRefreshConfig_Selector_BodySelector_GvalExpressionSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 6, 1, 0, 0);
|
|
97
|
+
/**
|
|
98
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataBasicAuth.
|
|
99
|
+
* Use `create(CredentialDataBasicAuthSchema)` to create a new message.
|
|
100
|
+
*/
|
|
101
|
+
exports.CredentialDataBasicAuthSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 7);
|
|
102
|
+
/**
|
|
103
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataCertificate.
|
|
104
|
+
* Use `create(CredentialDataCertificateSchema)` to create a new message.
|
|
105
|
+
*/
|
|
106
|
+
exports.CredentialDataCertificateSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 8);
|
|
107
|
+
/**
|
|
108
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Client.
|
|
109
|
+
* Use `create(CredentialDataOAuth2ClientSchema)` to create a new message.
|
|
110
|
+
*/
|
|
111
|
+
exports.CredentialDataOAuth2ClientSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 9);
|
|
112
|
+
/**
|
|
113
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.
|
|
114
|
+
* Use `create(CredentialDataOAuth2Client_ParameterConfigSchema)` to create a new message.
|
|
115
|
+
*/
|
|
116
|
+
exports.CredentialDataOAuth2Client_ParameterConfigSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 9, 0);
|
|
117
|
+
/**
|
|
118
|
+
* Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.Location.
|
|
119
|
+
*/
|
|
120
|
+
exports.CredentialDataOAuth2Client_ParameterConfig_LocationSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 9, 0, 0);
|
|
121
|
+
/**
|
|
122
|
+
* @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.Location
|
|
123
|
+
*/
|
|
124
|
+
exports.CredentialDataOAuth2Client_ParameterConfig_Location = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth2Client_ParameterConfig_LocationSchema);
|
|
125
|
+
/**
|
|
126
|
+
* Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.From.
|
|
127
|
+
*/
|
|
128
|
+
exports.CredentialDataOAuth2Client_ParameterConfig_FromSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 9, 0, 1);
|
|
129
|
+
/**
|
|
130
|
+
* @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.ParameterConfig.From
|
|
131
|
+
*/
|
|
132
|
+
exports.CredentialDataOAuth2Client_ParameterConfig_From = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth2Client_ParameterConfig_FromSchema);
|
|
133
|
+
/**
|
|
134
|
+
* Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.AuthStyle.
|
|
135
|
+
*/
|
|
136
|
+
exports.CredentialDataOAuth2Client_AuthStyleSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 9, 0);
|
|
137
|
+
/**
|
|
138
|
+
* @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.AuthStyle
|
|
139
|
+
*/
|
|
140
|
+
exports.CredentialDataOAuth2Client_AuthStyle = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth2Client_AuthStyleSchema);
|
|
141
|
+
/**
|
|
142
|
+
* Describes the enum versori.credential.v1alpha1.CredentialDataOAuth2Client.Flow.
|
|
143
|
+
*/
|
|
144
|
+
exports.CredentialDataOAuth2Client_FlowSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 9, 1);
|
|
145
|
+
/**
|
|
146
|
+
* @generated from enum versori.credential.v1alpha1.CredentialDataOAuth2Client.Flow
|
|
147
|
+
*/
|
|
148
|
+
exports.CredentialDataOAuth2Client_Flow = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth2Client_FlowSchema);
|
|
149
|
+
/**
|
|
150
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth2ResourceOwner.
|
|
151
|
+
* Use `create(CredentialDataOAuth2ResourceOwnerSchema)` to create a new message.
|
|
152
|
+
*/
|
|
153
|
+
exports.CredentialDataOAuth2ResourceOwnerSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 10);
|
|
154
|
+
/**
|
|
155
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataJWTBearer.
|
|
156
|
+
* Use `create(CredentialDataJWTBearerSchema)` to create a new message.
|
|
157
|
+
*/
|
|
158
|
+
exports.CredentialDataJWTBearerSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 11);
|
|
159
|
+
/**
|
|
160
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.
|
|
161
|
+
* Use `create(CredentialDataOAuth1ClientSchema)` to create a new message.
|
|
162
|
+
*/
|
|
163
|
+
exports.CredentialDataOAuth1ClientSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12);
|
|
164
|
+
/**
|
|
165
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.Endpoint.
|
|
166
|
+
* Use `create(CredentialDataOAuth1Client_EndpointSchema)` to create a new message.
|
|
167
|
+
*/
|
|
168
|
+
exports.CredentialDataOAuth1Client_EndpointSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 0);
|
|
169
|
+
/**
|
|
170
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.
|
|
171
|
+
* Use `create(CredentialDataOAuth1Client_ParameterConfigSchema)` to create a new message.
|
|
172
|
+
*/
|
|
173
|
+
exports.CredentialDataOAuth1Client_ParameterConfigSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1);
|
|
174
|
+
/**
|
|
175
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.
|
|
176
|
+
* Use `create(CredentialDataOAuth1Client_ParameterConfig_FromSchema)` to create a new message.
|
|
177
|
+
*/
|
|
178
|
+
exports.CredentialDataOAuth1Client_ParameterConfig_FromSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0);
|
|
179
|
+
/**
|
|
180
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.AdditionalParams.
|
|
181
|
+
* Use `create(CredentialDataOAuth1Client_ParameterConfig_From_AdditionalParamsSchema)` to create a new message.
|
|
182
|
+
*/
|
|
183
|
+
exports.CredentialDataOAuth1Client_ParameterConfig_From_AdditionalParamsSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0, 0);
|
|
184
|
+
/**
|
|
185
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.UUID.
|
|
186
|
+
* Use `create(CredentialDataOAuth1Client_ParameterConfig_From_UUIDSchema)` to create a new message.
|
|
187
|
+
*/
|
|
188
|
+
exports.CredentialDataOAuth1Client_ParameterConfig_From_UUIDSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0, 1);
|
|
189
|
+
/**
|
|
190
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.RandomString.
|
|
191
|
+
* Use `create(CredentialDataOAuth1Client_ParameterConfig_From_RandomStringSchema)` to create a new message.
|
|
192
|
+
*/
|
|
193
|
+
exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomStringSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0, 2);
|
|
194
|
+
/**
|
|
195
|
+
* Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.RandomString.Encoding.
|
|
196
|
+
*/
|
|
197
|
+
exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomString_EncodingSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0, 2, 0);
|
|
198
|
+
/**
|
|
199
|
+
* @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.RandomString.Encoding
|
|
200
|
+
*/
|
|
201
|
+
exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomString_Encoding = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth1Client_ParameterConfig_From_RandomString_EncodingSchema);
|
|
202
|
+
/**
|
|
203
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.From.Timestamp.
|
|
204
|
+
* Use `create(CredentialDataOAuth1Client_ParameterConfig_From_TimestampSchema)` to create a new message.
|
|
205
|
+
*/
|
|
206
|
+
exports.CredentialDataOAuth1Client_ParameterConfig_From_TimestampSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0, 3);
|
|
207
|
+
/**
|
|
208
|
+
* Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.Location.
|
|
209
|
+
*/
|
|
210
|
+
exports.CredentialDataOAuth1Client_ParameterConfig_LocationSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 0);
|
|
211
|
+
/**
|
|
212
|
+
* @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.Location
|
|
213
|
+
*/
|
|
214
|
+
exports.CredentialDataOAuth1Client_ParameterConfig_Location = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth1Client_ParameterConfig_LocationSchema);
|
|
215
|
+
/**
|
|
216
|
+
* Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.Usage.
|
|
217
|
+
*/
|
|
218
|
+
exports.CredentialDataOAuth1Client_ParameterConfig_UsageSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1, 1);
|
|
219
|
+
/**
|
|
220
|
+
* Usage is designed to be used as a bitmask to define which endpoints this parameter is
|
|
221
|
+
* applicable for. Additions to this enum should be powers of 2 to allow for multiple values
|
|
222
|
+
* to be set.
|
|
223
|
+
*
|
|
224
|
+
* @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterConfig.Usage
|
|
225
|
+
*/
|
|
226
|
+
exports.CredentialDataOAuth1Client_ParameterConfig_Usage = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth1Client_ParameterConfig_UsageSchema);
|
|
227
|
+
/**
|
|
228
|
+
* Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.SignatureMethod.
|
|
229
|
+
*/
|
|
230
|
+
exports.CredentialDataOAuth1Client_SignatureMethodSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 0);
|
|
231
|
+
/**
|
|
232
|
+
* @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.SignatureMethod
|
|
233
|
+
*/
|
|
234
|
+
exports.CredentialDataOAuth1Client_SignatureMethod = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth1Client_SignatureMethodSchema);
|
|
235
|
+
/**
|
|
236
|
+
* Describes the enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterTransmission.
|
|
237
|
+
*/
|
|
238
|
+
exports.CredentialDataOAuth1Client_ParameterTransmissionSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_credential, 12, 1);
|
|
239
|
+
/**
|
|
240
|
+
* ParameterTransmission defines the possible values for how to transmit the authorization
|
|
241
|
+
* parameters to the server. See
|
|
242
|
+
* [RFC-5849 §3.5](https://datatracker.ietf.org/doc/html/rfc5849#section-3.5) for more
|
|
243
|
+
* information.
|
|
244
|
+
*
|
|
245
|
+
* @generated from enum versori.credential.v1alpha1.CredentialDataOAuth1Client.ParameterTransmission
|
|
246
|
+
*/
|
|
247
|
+
exports.CredentialDataOAuth1Client_ParameterTransmission = (0, codegenv2_1.tsEnum)(exports.CredentialDataOAuth1Client_ParameterTransmissionSchema);
|
|
248
|
+
/**
|
|
249
|
+
* Describes the message versori.credential.v1alpha1.CredentialDataOAuth1Token.
|
|
250
|
+
* Use `create(CredentialDataOAuth1TokenSchema)` to create a new message.
|
|
251
|
+
*/
|
|
252
|
+
exports.CredentialDataOAuth1TokenSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential, 13);
|
|
@@ -6,79 +6,124 @@ export const file_versori_credential_v1alpha1_credential_service: import("@bufbu
|
|
|
6
6
|
* Describes the message versori.credential.v1alpha1.CreateCredentialRequest.
|
|
7
7
|
* Use `create(CreateCredentialRequestSchema)` to create a new message.
|
|
8
8
|
*/
|
|
9
|
-
export const CreateCredentialRequestSchema: import("@bufbuild/protobuf/
|
|
9
|
+
export const CreateCredentialRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
10
|
+
jsonType: undefined;
|
|
11
|
+
validType: undefined;
|
|
12
|
+
}>;
|
|
10
13
|
/**
|
|
11
14
|
* Describes the message versori.credential.v1alpha1.CreateCredentialResponse.
|
|
12
15
|
* Use `create(CreateCredentialResponseSchema)` to create a new message.
|
|
13
16
|
*/
|
|
14
|
-
export const CreateCredentialResponseSchema: import("@bufbuild/protobuf/
|
|
17
|
+
export const CreateCredentialResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
18
|
+
jsonType: undefined;
|
|
19
|
+
validType: undefined;
|
|
20
|
+
}>;
|
|
15
21
|
/**
|
|
16
22
|
* Describes the message versori.credential.v1alpha1.GetCredentialRequest.
|
|
17
23
|
* Use `create(GetCredentialRequestSchema)` to create a new message.
|
|
18
24
|
*/
|
|
19
|
-
export const GetCredentialRequestSchema: import("@bufbuild/protobuf/
|
|
25
|
+
export const GetCredentialRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
26
|
+
jsonType: undefined;
|
|
27
|
+
validType: undefined;
|
|
28
|
+
}>;
|
|
20
29
|
/**
|
|
21
30
|
* Describes the message versori.credential.v1alpha1.GetCredentialResponse.
|
|
22
31
|
* Use `create(GetCredentialResponseSchema)` to create a new message.
|
|
23
32
|
*/
|
|
24
|
-
export const GetCredentialResponseSchema: import("@bufbuild/protobuf/
|
|
33
|
+
export const GetCredentialResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
34
|
+
jsonType: undefined;
|
|
35
|
+
validType: undefined;
|
|
36
|
+
}>;
|
|
25
37
|
/**
|
|
26
38
|
* Describes the message versori.credential.v1alpha1.GetManyCredentialsRequest.
|
|
27
39
|
* Use `create(GetManyCredentialsRequestSchema)` to create a new message.
|
|
28
40
|
*/
|
|
29
|
-
export const GetManyCredentialsRequestSchema: import("@bufbuild/protobuf/
|
|
41
|
+
export const GetManyCredentialsRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
42
|
+
jsonType: undefined;
|
|
43
|
+
validType: undefined;
|
|
44
|
+
}>;
|
|
30
45
|
/**
|
|
31
46
|
* Describes the message versori.credential.v1alpha1.GetManyCredentialsResponse.
|
|
32
47
|
* Use `create(GetManyCredentialsResponseSchema)` to create a new message.
|
|
33
48
|
*/
|
|
34
|
-
export const GetManyCredentialsResponseSchema: import("@bufbuild/protobuf/
|
|
49
|
+
export const GetManyCredentialsResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
50
|
+
jsonType: undefined;
|
|
51
|
+
validType: undefined;
|
|
52
|
+
}>;
|
|
35
53
|
/**
|
|
36
54
|
* Describes the message versori.credential.v1alpha1.ListCredentialsRequest.
|
|
37
55
|
* Use `create(ListCredentialsRequestSchema)` to create a new message.
|
|
38
56
|
*/
|
|
39
|
-
export const ListCredentialsRequestSchema: import("@bufbuild/protobuf/
|
|
57
|
+
export const ListCredentialsRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
58
|
+
jsonType: undefined;
|
|
59
|
+
validType: undefined;
|
|
60
|
+
}>;
|
|
40
61
|
/**
|
|
41
62
|
* Describes the message versori.credential.v1alpha1.ListCredentialsResponse.
|
|
42
63
|
* Use `create(ListCredentialsResponseSchema)` to create a new message.
|
|
43
64
|
*/
|
|
44
|
-
export const ListCredentialsResponseSchema: import("@bufbuild/protobuf/
|
|
65
|
+
export const ListCredentialsResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
66
|
+
jsonType: undefined;
|
|
67
|
+
validType: undefined;
|
|
68
|
+
}>;
|
|
45
69
|
/**
|
|
46
70
|
* Describes the message versori.credential.v1alpha1.UpdateCredentialRequest.
|
|
47
71
|
* Use `create(UpdateCredentialRequestSchema)` to create a new message.
|
|
48
72
|
*/
|
|
49
|
-
export const UpdateCredentialRequestSchema: import("@bufbuild/protobuf/
|
|
73
|
+
export const UpdateCredentialRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
74
|
+
jsonType: undefined;
|
|
75
|
+
validType: undefined;
|
|
76
|
+
}>;
|
|
50
77
|
/**
|
|
51
78
|
* Describes the message versori.credential.v1alpha1.UpdateCredentialResponse.
|
|
52
79
|
* Use `create(UpdateCredentialResponseSchema)` to create a new message.
|
|
53
80
|
*/
|
|
54
|
-
export const UpdateCredentialResponseSchema: import("@bufbuild/protobuf/
|
|
81
|
+
export const UpdateCredentialResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
82
|
+
jsonType: undefined;
|
|
83
|
+
validType: undefined;
|
|
84
|
+
}>;
|
|
55
85
|
/**
|
|
56
86
|
* Describes the message versori.credential.v1alpha1.DeleteCredentialRequest.
|
|
57
87
|
* Use `create(DeleteCredentialRequestSchema)` to create a new message.
|
|
58
88
|
*/
|
|
59
|
-
export const DeleteCredentialRequestSchema: import("@bufbuild/protobuf/
|
|
89
|
+
export const DeleteCredentialRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
90
|
+
jsonType: undefined;
|
|
91
|
+
validType: undefined;
|
|
92
|
+
}>;
|
|
60
93
|
/**
|
|
61
94
|
* Describes the message versori.credential.v1alpha1.DeleteCredentialResponse.
|
|
62
95
|
* Use `create(DeleteCredentialResponseSchema)` to create a new message.
|
|
63
96
|
*/
|
|
64
|
-
export const DeleteCredentialResponseSchema: import("@bufbuild/protobuf/
|
|
97
|
+
export const DeleteCredentialResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
98
|
+
jsonType: undefined;
|
|
99
|
+
validType: undefined;
|
|
100
|
+
}>;
|
|
65
101
|
/**
|
|
66
102
|
* Describes the message versori.credential.v1alpha1.ValidateCredentialRequest.
|
|
67
103
|
* Use `create(ValidateCredentialRequestSchema)` to create a new message.
|
|
68
104
|
*/
|
|
69
|
-
export const ValidateCredentialRequestSchema: import("@bufbuild/protobuf/
|
|
105
|
+
export const ValidateCredentialRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
106
|
+
jsonType: undefined;
|
|
107
|
+
validType: undefined;
|
|
108
|
+
}>;
|
|
70
109
|
/**
|
|
71
110
|
* Describes the message versori.credential.v1alpha1.ValidateCredentialResponse.
|
|
72
111
|
* Use `create(ValidateCredentialResponseSchema)` to create a new message.
|
|
73
112
|
*/
|
|
74
|
-
export const ValidateCredentialResponseSchema: import("@bufbuild/protobuf/
|
|
113
|
+
export const ValidateCredentialResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
114
|
+
jsonType: undefined;
|
|
115
|
+
validType: undefined;
|
|
116
|
+
}>;
|
|
75
117
|
/**
|
|
76
118
|
* Describes the message versori.credential.v1alpha1.ValidateCredentialResponse.ValidationError.
|
|
77
119
|
* Use `create(ValidateCredentialResponse_ValidationErrorSchema)` to create a new message.
|
|
78
120
|
*/
|
|
79
|
-
export const ValidateCredentialResponse_ValidationErrorSchema: import("@bufbuild/protobuf/
|
|
121
|
+
export const ValidateCredentialResponse_ValidationErrorSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
122
|
+
jsonType: undefined;
|
|
123
|
+
validType: undefined;
|
|
124
|
+
}>;
|
|
80
125
|
/**
|
|
81
126
|
* @generated from service versori.credential.v1alpha1.CredentialService
|
|
82
127
|
*/
|
|
83
|
-
export const CredentialService: import("@bufbuild/protobuf/
|
|
128
|
+
export const CredentialService: import("@bufbuild/protobuf/codegenv2").GenService<import("@bufbuild/protobuf/codegenv2").GenServiceMethods>;
|
|
84
129
|
//# sourceMappingURL=credential_service_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"credential_service_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/credential/v1alpha1/credential_service_pb.js"],"names":[],"mappings":"AASA;;GAEG;AACH,wGAC0mI;AAE1mI;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACsE;AAEtE;;;GAGG;AACH;;;GACuE;AAEvE;;;GAGG;AACH;;;GACuE;AAEvE;;;GAGG;AACH;;;GACuE;AAEvE;;;GAGG;AACH;;;GACuE;AAEvE;;;GAGG;AACH;;;GAC0E;AAE1E;;GAEG;AACH,4IACsE"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @generated by protoc-gen-es v2.6.2
|
|
3
|
+
// @generated from file versori/credential/v1alpha1/credential_service.proto (package versori.credential.v1alpha1, syntax proto3)
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.CredentialService = exports.ValidateCredentialResponse_ValidationErrorSchema = exports.ValidateCredentialResponseSchema = exports.ValidateCredentialRequestSchema = exports.DeleteCredentialResponseSchema = exports.DeleteCredentialRequestSchema = exports.UpdateCredentialResponseSchema = exports.UpdateCredentialRequestSchema = exports.ListCredentialsResponseSchema = exports.ListCredentialsRequestSchema = exports.GetManyCredentialsResponseSchema = exports.GetManyCredentialsRequestSchema = exports.GetCredentialResponseSchema = exports.GetCredentialRequestSchema = exports.CreateCredentialResponseSchema = exports.CreateCredentialRequestSchema = exports.file_versori_credential_v1alpha1_credential_service = void 0;
|
|
7
|
+
const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
|
|
8
|
+
const wkt_1 = require("@bufbuild/protobuf/wkt");
|
|
9
|
+
const common_pb_js_1 = require("./common_pb.js");
|
|
10
|
+
const credential_pb_js_1 = require("./credential_pb.js");
|
|
11
|
+
/**
|
|
12
|
+
* Describes the file versori/credential/v1alpha1/credential_service.proto.
|
|
13
|
+
*/
|
|
14
|
+
exports.file_versori_credential_v1alpha1_credential_service = (0, codegenv2_1.fileDesc)("CjR2ZXJzb3JpL2NyZWRlbnRpYWwvdjFhbHBoYTEvY3JlZGVudGlhbF9zZXJ2aWNlLnByb3RvEht2ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEivgIKF0NyZWF0ZUNyZWRlbnRpYWxSZXF1ZXN0EhcKD29yZ2FuaXNhdGlvbl9pZBgBIAEoCRIMCgRuYW1lGAIgASgJEkwKBGRhdGEYAyADKAsyPi52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlYXRlQ3JlZGVudGlhbFJlcXVlc3QuRGF0YUVudHJ5EjoKBHR5cGUYBCABKA4yLC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5UeXBlEhUKDXJlZGFjdF9maWVsZHMYBSADKAkSLgoKZXhwaXJlc19hdBgGIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAaKwoJRGF0YUVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoDDoCOAEiVwoYQ3JlYXRlQ3JlZGVudGlhbFJlc3BvbnNlEjsKCmNyZWRlbnRpYWwYASABKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbCJSChRHZXRDcmVkZW50aWFsUmVxdWVzdBIKCgJpZBgBIAEoCRIXCg9vcmdhbmlzYXRpb25faWQYAiABKAkSFQoNc2hvd19yZWRhY3RlZBgDIAEoCCJUChVHZXRDcmVkZW50aWFsUmVzcG9uc2USOwoKY3JlZGVudGlhbBgBIAEoCzInLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsIigKGUdldE1hbnlDcmVkZW50aWFsc1JlcXVlc3QSCwoDaWRzGAEgAygJIloKGkdldE1hbnlDcmVkZW50aWFsc1Jlc3BvbnNlEjwKC2NyZWRlbnRpYWxzGAEgAygLMicudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWwibwoWTGlzdENyZWRlbnRpYWxzUmVxdWVzdBIXCg9vcmdhbmlzYXRpb25faWQYASABKAkSPAoLcGFnZV9wYXJhbXMYAiABKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuUGFnZVBhcmFtcyKLAQoXTGlzdENyZWRlbnRpYWxzUmVzcG9uc2USNgoFaXRlbXMYASADKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbBI4CglwYWdlX2luZm8YAiABKAsyJS52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuUGFnZUluZm8iygIKF1VwZGF0ZUNyZWRlbnRpYWxSZXF1ZXN0EgoKAmlkGAEgASgJEhcKD29yZ2FuaXNhdGlvbl9pZBgCIAEoCRIMCgRuYW1lGAMgASgJEkwKBGRhdGEYBCADKAsyPi52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuVXBkYXRlQ3JlZGVudGlhbFJlcXVlc3QuRGF0YUVudHJ5EjoKBHR5cGUYBSABKA4yLC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5UeXBlEhUKDXJlZGFjdF9maWVsZHMYBiADKAkSLgoKZXhwaXJlc19hdBgHIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXAaKwoJRGF0YUVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoDDoCOAEiVwoYVXBkYXRlQ3JlZGVudGlhbFJlc3BvbnNlEjsKCmNyZWRlbnRpYWwYASABKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbCI+ChdEZWxldGVDcmVkZW50aWFsUmVxdWVzdBIKCgJpZBgBIAEoCRIXCg9vcmdhbmlzYXRpb25faWQYAiABKAkiGgoYRGVsZXRlQ3JlZGVudGlhbFJlc3BvbnNlItQBChlWYWxpZGF0ZUNyZWRlbnRpYWxSZXF1ZXN0EjoKBHR5cGUYASABKA4yLC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbC5UeXBlEk4KBGRhdGEYAiADKAsyQC52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuVmFsaWRhdGVDcmVkZW50aWFsUmVxdWVzdC5EYXRhRW50cnkaKwoJRGF0YUVudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoDDoCOAEipQEKGlZhbGlkYXRlQ3JlZGVudGlhbFJlc3BvbnNlEgoKAm9rGAEgASgIElcKBmVycm9ycxgCIAMoCzJHLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5WYWxpZGF0ZUNyZWRlbnRpYWxSZXNwb25zZS5WYWxpZGF0aW9uRXJyb3IaIgoPVmFsaWRhdGlvbkVycm9yEg8KB21lc3NhZ2UYASABKAky0gYKEUNyZWRlbnRpYWxTZXJ2aWNlEnUKBkNyZWF0ZRI0LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVhdGVDcmVkZW50aWFsUmVxdWVzdBo1LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVhdGVDcmVkZW50aWFsUmVzcG9uc2USbAoDR2V0EjEudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkdldENyZWRlbnRpYWxSZXF1ZXN0GjIudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkdldENyZWRlbnRpYWxSZXNwb25zZRJ6CgdHZXRNYW55EjYudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkdldE1hbnlDcmVkZW50aWFsc1JlcXVlc3QaNy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuR2V0TWFueUNyZWRlbnRpYWxzUmVzcG9uc2UScQoETGlzdBIzLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5MaXN0Q3JlZGVudGlhbHNSZXF1ZXN0GjQudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkxpc3RDcmVkZW50aWFsc1Jlc3BvbnNlEnUKBlVwZGF0ZRI0LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5VcGRhdGVDcmVkZW50aWFsUmVxdWVzdBo1LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5VcGRhdGVDcmVkZW50aWFsUmVzcG9uc2USdQoGRGVsZXRlEjQudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkRlbGV0ZUNyZWRlbnRpYWxSZXF1ZXN0GjUudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkRlbGV0ZUNyZWRlbnRpYWxSZXNwb25zZRJ7CghWYWxpZGF0ZRI2LnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5WYWxpZGF0ZUNyZWRlbnRpYWxSZXF1ZXN0GjcudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLlZhbGlkYXRlQ3JlZGVudGlhbFJlc3BvbnNlQu0BCh9jb20udmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExQhZDcmVkZW50aWFsU2VydmljZVByb3RvUAFaJHZlcnNvcmkuZGV2L2NyZWRlbnRpYWxzL2FwaS92MWFscGhhMaICA1ZDWKoCG1ZlcnNvcmkuQ3JlZGVudGlhbC5WMWFscGhhMcoCG1ZlcnNvcmlcQ3JlZGVudGlhbFxWMWFscGhhMeICJ1ZlcnNvcmlcQ3JlZGVudGlhbFxWMWFscGhhMVxHUEJNZXRhZGF0YeoCHVZlcnNvcmk6OkNyZWRlbnRpYWw6OlYxYWxwaGExYgZwcm90bzM", [wkt_1.file_google_protobuf_timestamp, common_pb_js_1.file_versori_credential_v1alpha1_common, credential_pb_js_1.file_versori_credential_v1alpha1_credential]);
|
|
15
|
+
/**
|
|
16
|
+
* Describes the message versori.credential.v1alpha1.CreateCredentialRequest.
|
|
17
|
+
* Use `create(CreateCredentialRequestSchema)` to create a new message.
|
|
18
|
+
*/
|
|
19
|
+
exports.CreateCredentialRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 0);
|
|
20
|
+
/**
|
|
21
|
+
* Describes the message versori.credential.v1alpha1.CreateCredentialResponse.
|
|
22
|
+
* Use `create(CreateCredentialResponseSchema)` to create a new message.
|
|
23
|
+
*/
|
|
24
|
+
exports.CreateCredentialResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 1);
|
|
25
|
+
/**
|
|
26
|
+
* Describes the message versori.credential.v1alpha1.GetCredentialRequest.
|
|
27
|
+
* Use `create(GetCredentialRequestSchema)` to create a new message.
|
|
28
|
+
*/
|
|
29
|
+
exports.GetCredentialRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 2);
|
|
30
|
+
/**
|
|
31
|
+
* Describes the message versori.credential.v1alpha1.GetCredentialResponse.
|
|
32
|
+
* Use `create(GetCredentialResponseSchema)` to create a new message.
|
|
33
|
+
*/
|
|
34
|
+
exports.GetCredentialResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 3);
|
|
35
|
+
/**
|
|
36
|
+
* Describes the message versori.credential.v1alpha1.GetManyCredentialsRequest.
|
|
37
|
+
* Use `create(GetManyCredentialsRequestSchema)` to create a new message.
|
|
38
|
+
*/
|
|
39
|
+
exports.GetManyCredentialsRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 4);
|
|
40
|
+
/**
|
|
41
|
+
* Describes the message versori.credential.v1alpha1.GetManyCredentialsResponse.
|
|
42
|
+
* Use `create(GetManyCredentialsResponseSchema)` to create a new message.
|
|
43
|
+
*/
|
|
44
|
+
exports.GetManyCredentialsResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 5);
|
|
45
|
+
/**
|
|
46
|
+
* Describes the message versori.credential.v1alpha1.ListCredentialsRequest.
|
|
47
|
+
* Use `create(ListCredentialsRequestSchema)` to create a new message.
|
|
48
|
+
*/
|
|
49
|
+
exports.ListCredentialsRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 6);
|
|
50
|
+
/**
|
|
51
|
+
* Describes the message versori.credential.v1alpha1.ListCredentialsResponse.
|
|
52
|
+
* Use `create(ListCredentialsResponseSchema)` to create a new message.
|
|
53
|
+
*/
|
|
54
|
+
exports.ListCredentialsResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 7);
|
|
55
|
+
/**
|
|
56
|
+
* Describes the message versori.credential.v1alpha1.UpdateCredentialRequest.
|
|
57
|
+
* Use `create(UpdateCredentialRequestSchema)` to create a new message.
|
|
58
|
+
*/
|
|
59
|
+
exports.UpdateCredentialRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 8);
|
|
60
|
+
/**
|
|
61
|
+
* Describes the message versori.credential.v1alpha1.UpdateCredentialResponse.
|
|
62
|
+
* Use `create(UpdateCredentialResponseSchema)` to create a new message.
|
|
63
|
+
*/
|
|
64
|
+
exports.UpdateCredentialResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 9);
|
|
65
|
+
/**
|
|
66
|
+
* Describes the message versori.credential.v1alpha1.DeleteCredentialRequest.
|
|
67
|
+
* Use `create(DeleteCredentialRequestSchema)` to create a new message.
|
|
68
|
+
*/
|
|
69
|
+
exports.DeleteCredentialRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 10);
|
|
70
|
+
/**
|
|
71
|
+
* Describes the message versori.credential.v1alpha1.DeleteCredentialResponse.
|
|
72
|
+
* Use `create(DeleteCredentialResponseSchema)` to create a new message.
|
|
73
|
+
*/
|
|
74
|
+
exports.DeleteCredentialResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 11);
|
|
75
|
+
/**
|
|
76
|
+
* Describes the message versori.credential.v1alpha1.ValidateCredentialRequest.
|
|
77
|
+
* Use `create(ValidateCredentialRequestSchema)` to create a new message.
|
|
78
|
+
*/
|
|
79
|
+
exports.ValidateCredentialRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 12);
|
|
80
|
+
/**
|
|
81
|
+
* Describes the message versori.credential.v1alpha1.ValidateCredentialResponse.
|
|
82
|
+
* Use `create(ValidateCredentialResponseSchema)` to create a new message.
|
|
83
|
+
*/
|
|
84
|
+
exports.ValidateCredentialResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 13);
|
|
85
|
+
/**
|
|
86
|
+
* Describes the message versori.credential.v1alpha1.ValidateCredentialResponse.ValidationError.
|
|
87
|
+
* Use `create(ValidateCredentialResponse_ValidationErrorSchema)` to create a new message.
|
|
88
|
+
*/
|
|
89
|
+
exports.ValidateCredentialResponse_ValidationErrorSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_credential_service, 13, 0);
|
|
90
|
+
/**
|
|
91
|
+
* @generated from service versori.credential.v1alpha1.CredentialService
|
|
92
|
+
*/
|
|
93
|
+
exports.CredentialService = (0, codegenv2_1.serviceDesc)(exports.file_versori_credential_v1alpha1_credential_service, 0);
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export { ApiError } from './core/ApiError.js';
|
|
2
|
+
export { CancelablePromise, CancelError } from './core/CancelablePromise.js';
|
|
3
|
+
export { OpenAPI } from './core/OpenAPI.js';
|
|
4
|
+
export type { OpenAPIConfig } from './core/OpenAPI.js';
|
|
5
|
+
export type { BatchDeleteKVResponse } from './models/BatchDeleteKVResponse.js';
|
|
6
|
+
export type { BatchEntries } from './models/BatchEntries.js';
|
|
7
|
+
export type { BatchEntry } from './models/BatchEntry.js';
|
|
8
|
+
export type { BatchGetKVResponse } from './models/BatchGetKVResponse.js';
|
|
9
|
+
export type { BatchSetKVRequest } from './models/BatchSetKVRequest.js';
|
|
10
|
+
export type { BatchSetKVResponse } from './models/BatchSetKVResponse.js';
|
|
11
|
+
export type { CountKVRequest } from './models/CountKVRequest.js';
|
|
12
|
+
export type { CountKVResponse } from './models/CountKVResponse.js';
|
|
13
|
+
export type { CountSelector } from './models/CountSelector.js';
|
|
14
|
+
export type { CreateStoreRequest } from './models/CreateStoreRequest.js';
|
|
15
|
+
export type { CreateStoreResponse } from './models/CreateStoreResponse.js';
|
|
16
|
+
export type { DeleteKVResponse } from './models/DeleteKVResponse.js';
|
|
17
|
+
export type { DeleteOptions } from './models/DeleteOptions.js';
|
|
18
|
+
export type { Error } from './models/Error.js';
|
|
19
|
+
export type { ErrorField } from './models/ErrorField.js';
|
|
20
|
+
export type { GetKVResponse } from './models/GetKVResponse.js';
|
|
21
|
+
export type { GetOptions } from './models/GetOptions.js';
|
|
22
|
+
export type { KVBatchFailure } from './models/KVBatchFailure.js';
|
|
23
|
+
export type { KVBatchResult } from './models/KVBatchResult.js';
|
|
24
|
+
export type { KVCommitResult } from './models/KVCommitResult.js';
|
|
25
|
+
export type { KVEntry } from './models/KVEntry.js';
|
|
26
|
+
export type { KVFilter } from './models/KVFilter.js';
|
|
27
|
+
export type { KVKey } from './models/KVKey.js';
|
|
28
|
+
export type { ListKVRequest } from './models/ListKVRequest.js';
|
|
29
|
+
export type { ListKVResponse } from './models/ListKVResponse.js';
|
|
30
|
+
export type { ListOptions } from './models/ListOptions.js';
|
|
31
|
+
export type { ListSelector } from './models/ListSelector.js';
|
|
32
|
+
export type { ListStoresResponse } from './models/ListStoresResponse.js';
|
|
33
|
+
export type { Pagination } from './models/Pagination.js';
|
|
34
|
+
export type { SetKVResponse } from './models/SetKVResponse.js';
|
|
35
|
+
export type { SetOptions } from './models/SetOptions.js';
|
|
36
|
+
export type { Store } from './models/Store.js';
|
|
37
|
+
export { BatchOperationsService } from './services/BatchOperationsService.js';
|
|
38
|
+
export { KvOperationsService } from './services/KvOperationsService.js';
|
|
39
|
+
export { QueryOperationsService } from './services/QueryOperationsService.js';
|
|
40
|
+
export { StoresService } from './services/StoresService.js';
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/src/dsl/http/versori/kvapi/index.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC7E,OAAO,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAC;AAC5C,YAAY,EAAE,aAAa,EAAE,MAAM,mBAAmB,CAAC;AAEvD,YAAY,EAAE,qBAAqB,EAAE,MAAM,mCAAmC,CAAC;AAC/E,YAAY,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,YAAY,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,YAAY,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACzE,YAAY,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AACvE,YAAY,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACzE,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AACnE,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,YAAY,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACzE,YAAY,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,YAAY,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,YAAY,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC/C,YAAY,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,YAAY,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AACnD,YAAY,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,YAAY,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAC/C,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,YAAY,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,YAAY,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC3D,YAAY,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAC7D,YAAY,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACzE,YAAY,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,YAAY,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC/D,YAAY,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,YAAY,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sCAAsC,CAAC;AAC9E,OAAO,EAAE,aAAa,EAAE,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StoresService = exports.QueryOperationsService = exports.KvOperationsService = exports.BatchOperationsService = exports.OpenAPI = exports.CancelError = exports.CancelablePromise = exports.ApiError = void 0;
|
|
4
|
+
/* generated using openapi-typescript-codegen -- do not edit */
|
|
5
|
+
/* istanbul ignore file */
|
|
6
|
+
/* tslint:disable */
|
|
7
|
+
/* eslint-disable */
|
|
8
|
+
var ApiError_js_1 = require("./core/ApiError.js");
|
|
9
|
+
Object.defineProperty(exports, "ApiError", { enumerable: true, get: function () { return ApiError_js_1.ApiError; } });
|
|
10
|
+
var CancelablePromise_js_1 = require("./core/CancelablePromise.js");
|
|
11
|
+
Object.defineProperty(exports, "CancelablePromise", { enumerable: true, get: function () { return CancelablePromise_js_1.CancelablePromise; } });
|
|
12
|
+
Object.defineProperty(exports, "CancelError", { enumerable: true, get: function () { return CancelablePromise_js_1.CancelError; } });
|
|
13
|
+
var OpenAPI_js_1 = require("./core/OpenAPI.js");
|
|
14
|
+
Object.defineProperty(exports, "OpenAPI", { enumerable: true, get: function () { return OpenAPI_js_1.OpenAPI; } });
|
|
15
|
+
var BatchOperationsService_js_1 = require("./services/BatchOperationsService.js");
|
|
16
|
+
Object.defineProperty(exports, "BatchOperationsService", { enumerable: true, get: function () { return BatchOperationsService_js_1.BatchOperationsService; } });
|
|
17
|
+
var KvOperationsService_js_1 = require("./services/KvOperationsService.js");
|
|
18
|
+
Object.defineProperty(exports, "KvOperationsService", { enumerable: true, get: function () { return KvOperationsService_js_1.KvOperationsService; } });
|
|
19
|
+
var QueryOperationsService_js_1 = require("./services/QueryOperationsService.js");
|
|
20
|
+
Object.defineProperty(exports, "QueryOperationsService", { enumerable: true, get: function () { return QueryOperationsService_js_1.QueryOperationsService; } });
|
|
21
|
+
var StoresService_js_1 = require("./services/StoresService.js");
|
|
22
|
+
Object.defineProperty(exports, "StoresService", { enumerable: true, get: function () { return StoresService_js_1.StoresService; } });
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchDeleteKVResponse.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,qBAAqB,GAAG;IAChC,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchEntries.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/BatchEntries.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC"}
|