@versori/run 0.2.23 → 0.2.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm/src/context/Context.d.ts.map +1 -1
- package/esm/src/context/Context.js +1 -0
- package/esm/src/dsl/http/versori/contextcredentials.d.ts +2 -0
- package/esm/src/dsl/http/versori/contextcredentials.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/{credentials → credential}/client.d.ts +3 -0
- package/esm/src/dsl/http/versori/credential/client.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/client.js +11 -1
- package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/credentials.d.ts +21 -4
- package/esm/src/dsl/http/versori/credential/credentials.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/credentials.js +8 -0
- package/esm/src/dsl/http/versori/credential/mod.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts +40 -0
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.js +35 -0
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts +57 -0
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.js +44 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_pb.d.ts +4 -1
- package/esm/src/dsl/http/versori/credential/oauth2/v1/token_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_pb.js +3 -3
- package/esm/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.d.ts +45 -12
- package/esm/src/dsl/http/versori/credential/oauth2/v1/token_service_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.js +3 -4
- package/esm/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_pb.d.ts +4 -1
- package/esm/src/dsl/http/versori/credential/tokens/v1/token_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_pb.js +3 -3
- package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/tokens/v1/token_service_pb.d.ts +17 -5
- package/esm/src/dsl/http/versori/credential/tokens/v1/token_service_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_service_pb.js +3 -3
- package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/v1alpha1/common_pb.d.ts +13 -4
- package/esm/src/dsl/http/versori/credential/v1alpha1/common_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/{credentials → credential}/v1alpha1/common_pb.js +3 -3
- package/esm/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts +364 -0
- package/esm/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/credential/v1alpha1/credential_pb.js +248 -0
- package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/v1alpha1/credential_service_pb.d.ts +61 -16
- package/esm/src/dsl/http/versori/credential/v1alpha1/credential_service_pb.d.ts.map +1 -0
- package/{script/src/dsl/http/versori/credentials → esm/src/dsl/http/versori/credential}/v1alpha1/credential_service_pb.js +22 -63
- package/esm/src/dsl/http/versori/kvapi/index.d.ts +41 -0
- package/esm/src/dsl/http/versori/kvapi/index.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/index.js +11 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts +4 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts +3 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntries.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts +10 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchEntry.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts +5 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts +5 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts +3 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts +5 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVRequest.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts +4 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountKVResponse.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountSelector.d.ts +4 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountSelector.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/CountSelector.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/Error.d.ts +14 -0
- package/esm/src/dsl/http/versori/kvapi/models/Error.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/Error.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ErrorField.d.ts +16 -0
- package/esm/src/dsl/http/versori/kvapi/models/ErrorField.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ErrorField.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/GetOptions.d.ts +7 -0
- package/esm/src/dsl/http/versori/kvapi/models/GetOptions.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/GetOptions.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts +6 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchFailure.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts +7 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVBatchResult.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts +15 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVCommitResult.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVEntry.d.ts +18 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVEntry.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVEntry.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVFilter.d.ts +15 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVFilter.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVFilter.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVKey.d.ts +2 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVKey.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/KVKey.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts +7 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVRequest.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts +7 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListKVResponse.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListOptions.d.ts +11 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListOptions.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListOptions.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListSelector.d.ts +8 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListSelector.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/ListSelector.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/Pagination.d.ts +5 -0
- package/esm/src/dsl/http/versori/kvapi/models/Pagination.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/models/Pagination.js +1 -0
- package/esm/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts +40 -0
- package/esm/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/services/BatchOperationsService.js +58 -0
- package/esm/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts +24 -0
- package/esm/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts.map +1 -0
- package/esm/src/dsl/http/versori/kvapi/services/QueryOperationsService.js +40 -0
- package/esm/src/dsl/http/versori/roundtripper.d.ts +3 -1
- package/esm/src/dsl/http/versori/roundtripper.d.ts.map +1 -1
- package/esm/src/dsl/http/versori/roundtripper.js +85 -1
- package/esm/src/dsl/tasks/HttpTask.d.ts.map +1 -1
- package/esm/src/dsl/tasks/HttpTask.js +1 -0
- package/esm/src/kv/KeyValue.d.ts +3 -0
- package/esm/src/kv/KeyValue.d.ts.map +1 -1
- package/esm/src/kv/memory/MemoryKeyValue.d.ts +3 -0
- package/esm/src/kv/memory/MemoryKeyValue.d.ts.map +1 -1
- package/esm/src/kv/memory/MemoryKeyValue.js +8 -0
- package/esm/src/kv/nats/NatsKeyValue.d.ts +3 -0
- package/esm/src/kv/nats/NatsKeyValue.d.ts.map +1 -1
- package/esm/src/kv/nats/NatsKeyValue.js +8 -0
- package/esm/src/kv/sdk/SDKKeyValue.d.ts +5 -0
- package/esm/src/kv/sdk/SDKKeyValue.d.ts.map +1 -1
- package/esm/src/kv/sdk/SDKKeyValue.js +19 -0
- package/package.json +2 -1
- package/script/src/context/Context.d.ts.map +1 -1
- package/script/src/context/Context.js +1 -0
- package/script/src/dsl/http/versori/contextcredentials.d.ts +2 -0
- package/script/src/dsl/http/versori/contextcredentials.d.ts.map +1 -1
- package/script/src/dsl/http/versori/{credentials → credential}/client.d.ts +3 -0
- package/script/src/dsl/http/versori/credential/client.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/client.js +10 -0
- package/{esm/src/dsl/http/versori/credentials → script/src/dsl/http/versori/credential}/credentials.d.ts +21 -4
- package/script/src/dsl/http/versori/credential/credentials.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/credentials.js +9 -0
- package/script/src/dsl/http/versori/credential/mod.d.ts.map +1 -0
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts +40 -0
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_metadata_pb.js +38 -0
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts +57 -0
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.js +47 -0
- package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_pb.d.ts +4 -1
- package/script/src/dsl/http/versori/credential/oauth2/v1/token_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_pb.js +4 -4
- package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.d.ts +45 -12
- package/script/src/dsl/http/versori/credential/oauth2/v1/token_service_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.js +15 -16
- package/script/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_pb.d.ts +4 -1
- package/script/src/dsl/http/versori/credential/tokens/v1/token_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_pb.js +4 -4
- package/{esm/src/dsl/http/versori/credentials → script/src/dsl/http/versori/credential}/tokens/v1/token_service_pb.d.ts +17 -5
- package/script/src/dsl/http/versori/credential/tokens/v1/token_service_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_service_pb.js +8 -8
- package/{esm/src/dsl/http/versori/credentials → script/src/dsl/http/versori/credential}/v1alpha1/common_pb.d.ts +13 -4
- package/script/src/dsl/http/versori/credential/v1alpha1/common_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/{credentials → credential}/v1alpha1/common_pb.js +8 -8
- package/script/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts +364 -0
- package/script/src/dsl/http/versori/credential/v1alpha1/credential_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/credential/v1alpha1/credential_pb.js +252 -0
- package/{esm/src/dsl/http/versori/credentials → script/src/dsl/http/versori/credential}/v1alpha1/credential_service_pb.d.ts +61 -16
- package/script/src/dsl/http/versori/credential/v1alpha1/credential_service_pb.d.ts.map +1 -0
- package/script/src/dsl/http/versori/credential/v1alpha1/credential_service_pb.js +93 -0
- package/script/src/dsl/http/versori/kvapi/index.d.ts +41 -0
- package/script/src/dsl/http/versori/kvapi/index.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/index.js +22 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts +4 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchDeleteKVResponse.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts +3 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntries.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntries.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts +10 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntry.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchEntry.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts +5 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts +5 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts +3 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts +5 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVRequest.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVRequest.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts +4 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVResponse.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/CountKVResponse.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/CountSelector.d.ts +4 -0
- package/script/src/dsl/http/versori/kvapi/models/CountSelector.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/CountSelector.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/Error.d.ts +14 -0
- package/script/src/dsl/http/versori/kvapi/models/Error.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/Error.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/ErrorField.d.ts +16 -0
- package/script/src/dsl/http/versori/kvapi/models/ErrorField.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/ErrorField.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/GetOptions.d.ts +7 -0
- package/script/src/dsl/http/versori/kvapi/models/GetOptions.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/GetOptions.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts +6 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchFailure.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchFailure.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts +7 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchResult.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/KVBatchResult.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts +15 -0
- package/script/src/dsl/http/versori/kvapi/models/KVCommitResult.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/KVCommitResult.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVEntry.d.ts +18 -0
- package/script/src/dsl/http/versori/kvapi/models/KVEntry.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/KVEntry.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVFilter.d.ts +15 -0
- package/script/src/dsl/http/versori/kvapi/models/KVFilter.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/KVFilter.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVKey.d.ts +2 -0
- package/script/src/dsl/http/versori/kvapi/models/KVKey.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/KVKey.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts +7 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVRequest.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVRequest.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts +7 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVResponse.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/ListKVResponse.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/ListOptions.d.ts +11 -0
- package/script/src/dsl/http/versori/kvapi/models/ListOptions.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/ListOptions.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/ListSelector.d.ts +8 -0
- package/script/src/dsl/http/versori/kvapi/models/ListSelector.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/ListSelector.js +2 -0
- package/script/src/dsl/http/versori/kvapi/models/Pagination.d.ts +5 -0
- package/script/src/dsl/http/versori/kvapi/models/Pagination.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/models/Pagination.js +2 -0
- package/script/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts +40 -0
- package/script/src/dsl/http/versori/kvapi/services/BatchOperationsService.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/services/BatchOperationsService.js +62 -0
- package/script/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts +24 -0
- package/script/src/dsl/http/versori/kvapi/services/QueryOperationsService.d.ts.map +1 -0
- package/script/src/dsl/http/versori/kvapi/services/QueryOperationsService.js +44 -0
- package/script/src/dsl/http/versori/roundtripper.d.ts +3 -1
- package/script/src/dsl/http/versori/roundtripper.d.ts.map +1 -1
- package/script/src/dsl/http/versori/roundtripper.js +88 -1
- package/script/src/dsl/tasks/HttpTask.d.ts.map +1 -1
- package/script/src/dsl/tasks/HttpTask.js +1 -0
- package/script/src/kv/KeyValue.d.ts +3 -0
- package/script/src/kv/KeyValue.d.ts.map +1 -1
- package/script/src/kv/memory/MemoryKeyValue.d.ts +3 -0
- package/script/src/kv/memory/MemoryKeyValue.d.ts.map +1 -1
- package/script/src/kv/memory/MemoryKeyValue.js +8 -0
- package/script/src/kv/nats/NatsKeyValue.d.ts +3 -0
- package/script/src/kv/nats/NatsKeyValue.d.ts.map +1 -1
- package/script/src/kv/nats/NatsKeyValue.js +8 -0
- package/script/src/kv/sdk/SDKKeyValue.d.ts +5 -0
- package/script/src/kv/sdk/SDKKeyValue.d.ts.map +1 -1
- package/script/src/kv/sdk/SDKKeyValue.js +19 -0
- package/esm/src/dsl/http/versori/credentials/client.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/credentials.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/mod.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/oauth2/v1/token_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/oauth2/v1/token_service_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/tokens/v1/token_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/tokens/v1/token_service_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/v1alpha1/common_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_pb.d.ts +0 -165
- package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_pb.js +0 -155
- package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_service_pb.d.ts.map +0 -1
- package/esm/src/dsl/http/versori/credentials/v1alpha1/credential_service_pb.js +0 -128
- package/script/src/dsl/http/versori/credentials/client.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/credentials.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/mod.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/oauth2/v1/token_pb.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/oauth2/v1/token_service_pb.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/tokens/v1/token_pb.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/tokens/v1/token_service_pb.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/v1alpha1/common_pb.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/v1alpha1/credential_pb.d.ts +0 -165
- package/script/src/dsl/http/versori/credentials/v1alpha1/credential_pb.d.ts.map +0 -1
- package/script/src/dsl/http/versori/credentials/v1alpha1/credential_pb.js +0 -158
- package/script/src/dsl/http/versori/credentials/v1alpha1/credential_service_pb.d.ts.map +0 -1
- /package/esm/src/dsl/http/versori/{credentials → credential}/mod.d.ts +0 -0
- /package/esm/src/dsl/http/versori/{credentials → credential}/mod.js +0 -0
- /package/script/src/dsl/http/versori/{credentials → credential}/mod.d.ts +0 -0
- /package/script/src/dsl/http/versori/{credentials → credential}/mod.js +0 -0
|
@@ -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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchEntry.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/BatchEntry.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,MAAM,MAAM,UAAU,GAAG;IACrB,GAAG,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACnB;;OAEG;IACH,KAAK,EAAE,GAAG,CAAC;IACX,OAAO,CAAC,EAAE,UAAU,CAAC;CACxB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchGetKVResponse.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/BatchGetKVResponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAC5C,MAAM,MAAM,kBAAkB,GAAG;IAC7B,OAAO,EAAE,KAAK,CAAC,OAAO,CAAC,CAAC;CAC3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchSetKVRequest.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/BatchSetKVRequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACtD,MAAM,MAAM,iBAAiB,GAAG;IAC5B,OAAO,EAAE,YAAY,CAAC;CACzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BatchSetKVResponse.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/BatchSetKVResponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,MAAM,MAAM,kBAAkB,GAAG,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CountKVRequest.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/CountKVRequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,MAAM,MAAM,cAAc,GAAG;IACzB,QAAQ,CAAC,EAAE,aAAa,CAAC;CAC5B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CountKVResponse.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/CountKVResponse.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,eAAe,GAAG;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CountSelector.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/CountSelector.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG;IACxB,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAC1B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { ErrorField } from './ErrorField.js';
|
|
2
|
+
export type Error = {
|
|
3
|
+
/**
|
|
4
|
+
* Code is a machine-readable error code.
|
|
5
|
+
*/
|
|
6
|
+
code: string;
|
|
7
|
+
/**
|
|
8
|
+
* Message is a human-readable error message.
|
|
9
|
+
*/
|
|
10
|
+
message: string;
|
|
11
|
+
fields?: Array<ErrorField>;
|
|
12
|
+
details?: string;
|
|
13
|
+
};
|
|
14
|
+
//# sourceMappingURL=Error.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Error.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/Error.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,MAAM,MAAM,KAAK,GAAG;IAChB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ErrorField denotes a field which has an error.
|
|
3
|
+
*/
|
|
4
|
+
export type ErrorField = {
|
|
5
|
+
/**
|
|
6
|
+
* Field is the name of the field which has an error, this may be a path to a nested field, including array
|
|
7
|
+
* elements. The format of this field is of the form: "field1.field2[0].field3"
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
field: string;
|
|
11
|
+
/**
|
|
12
|
+
* Message is the error message for this specific field.
|
|
13
|
+
*/
|
|
14
|
+
message: string;
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=ErrorField.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorField.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/ErrorField.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG;IACrB;;;;OAIG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACnB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GetOptions.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/GetOptions.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,UAAU,GAAG;IACrB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KVBatchFailure.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/KVBatchFailure.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,MAAM,cAAc,GAAG;IACzB,GAAG,EAAE,KAAK,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;CACjB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { KVBatchFailure } from './KVBatchFailure.js';
|
|
2
|
+
import type { KVCommitResult } from './KVCommitResult.js';
|
|
3
|
+
export type KVBatchResult = {
|
|
4
|
+
successes: Array<KVCommitResult>;
|
|
5
|
+
failures: Array<KVBatchFailure>;
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=KVBatchResult.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KVBatchResult.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/KVBatchResult.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,MAAM,MAAM,aAAa,GAAG;IACxB,SAAS,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;IACjC,QAAQ,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CACnC,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export type KVCommitResult = {
|
|
2
|
+
/**
|
|
3
|
+
* Whether the operation was successful
|
|
4
|
+
*/
|
|
5
|
+
ok: boolean;
|
|
6
|
+
/**
|
|
7
|
+
* New version identifier
|
|
8
|
+
*/
|
|
9
|
+
versionstamp: string;
|
|
10
|
+
/**
|
|
11
|
+
* Whether the transaction was committed
|
|
12
|
+
*/
|
|
13
|
+
committed: boolean;
|
|
14
|
+
};
|
|
15
|
+
//# sourceMappingURL=KVCommitResult.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KVCommitResult.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/KVCommitResult.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,cAAc,GAAG;IACzB;;OAEG;IACH,EAAE,EAAE,OAAO,CAAC;IACZ;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;CACtB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { KVKey } from './KVKey.js';
|
|
2
|
+
export type KVEntry = {
|
|
3
|
+
key: KVKey;
|
|
4
|
+
/**
|
|
5
|
+
* Any JSON-serializable value
|
|
6
|
+
*/
|
|
7
|
+
value: any;
|
|
8
|
+
/**
|
|
9
|
+
* Unique version identifier for optimistic concurrency
|
|
10
|
+
*/
|
|
11
|
+
versionstamp: string;
|
|
12
|
+
createdAt: string;
|
|
13
|
+
/**
|
|
14
|
+
* When the entry expires (TTL)
|
|
15
|
+
*/
|
|
16
|
+
expiresAt?: string | null;
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=KVEntry.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KVEntry.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/kvapi/models/KVEntry.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,MAAM,MAAM,OAAO,GAAG;IAClB,GAAG,EAAE,KAAK,CAAC;IACX;;OAEG;IACH,KAAK,EAAE,GAAG,CAAC;IACX;;OAEG;IACH,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,CAAC"}
|