@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
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Describes the file versori/credential/oauth1/v1/authorization_service.proto.
|
|
3
|
+
*/
|
|
4
|
+
export const file_versori_credential_oauth1_v1_authorization_service: import("@bufbuild/protobuf").DescFile;
|
|
5
|
+
/**
|
|
6
|
+
* Describes the message versori.credential.oauth1.v1.GetTemporaryTokenRequest.
|
|
7
|
+
* Use `create(GetTemporaryTokenRequestSchema)` to create a new message.
|
|
8
|
+
*/
|
|
9
|
+
export const GetTemporaryTokenRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
10
|
+
jsonType: undefined;
|
|
11
|
+
validType: undefined;
|
|
12
|
+
}>;
|
|
13
|
+
/**
|
|
14
|
+
* Describes the message versori.credential.oauth1.v1.GetTemporaryTokenResponse.
|
|
15
|
+
* Use `create(GetTemporaryTokenResponseSchema)` to create a new message.
|
|
16
|
+
*/
|
|
17
|
+
export const GetTemporaryTokenResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
18
|
+
jsonType: undefined;
|
|
19
|
+
validType: undefined;
|
|
20
|
+
}>;
|
|
21
|
+
/**
|
|
22
|
+
* Describes the message versori.credential.oauth1.v1.HandleAuthorizationCallbackRequest.
|
|
23
|
+
* Use `create(HandleAuthorizationCallbackRequestSchema)` to create a new message.
|
|
24
|
+
*/
|
|
25
|
+
export const HandleAuthorizationCallbackRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
26
|
+
jsonType: undefined;
|
|
27
|
+
validType: undefined;
|
|
28
|
+
}>;
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message versori.credential.oauth1.v1.HandleAuthorizationCallbackResponse.
|
|
31
|
+
* Use `create(HandleAuthorizationCallbackResponseSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
export const HandleAuthorizationCallbackResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
34
|
+
jsonType: undefined;
|
|
35
|
+
validType: undefined;
|
|
36
|
+
}>;
|
|
37
|
+
/**
|
|
38
|
+
* Describes the message versori.credential.oauth1.v1.GetAuthorizationMetadataRequest.
|
|
39
|
+
* Use `create(GetAuthorizationMetadataRequestSchema)` to create a new message.
|
|
40
|
+
*/
|
|
41
|
+
export const GetAuthorizationMetadataRequestSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
42
|
+
jsonType: undefined;
|
|
43
|
+
validType: undefined;
|
|
44
|
+
}>;
|
|
45
|
+
/**
|
|
46
|
+
* Describes the message versori.credential.oauth1.v1.GetAuthorizationMetadataResponse.
|
|
47
|
+
* Use `create(GetAuthorizationMetadataResponseSchema)` to create a new message.
|
|
48
|
+
*/
|
|
49
|
+
export const GetAuthorizationMetadataResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
50
|
+
jsonType: undefined;
|
|
51
|
+
validType: undefined;
|
|
52
|
+
}>;
|
|
53
|
+
/**
|
|
54
|
+
* @generated from service versori.credential.oauth1.v1.AuthorizationService
|
|
55
|
+
*/
|
|
56
|
+
export const AuthorizationService: import("@bufbuild/protobuf/codegenv2").GenService<import("@bufbuild/protobuf/codegenv2").GenServiceMethods>;
|
|
57
|
+
//# sourceMappingURL=authorization_service_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"authorization_service_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/src/dsl/http/versori/credential/oauth1/v1/authorization_service_pb.js"],"names":[],"mappings":"AAQA;;GAEG;AACH,4GAC+uE;AAE/uE;;;GAGG;AACH;;;GAC0E;AAE1E;;;GAGG;AACH;;;GAC0E;AAE1E;;;GAGG;AACH;;;GAC0E;AAE1E;;;GAGG;AACH;;;GAC0E;AAE1E;;;GAGG;AACH;;;GAC0E;AAE1E;;;GAGG;AACH;;;GAC0E;AAE1E;;GAEG;AACH,+IAC0E"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// @generated by protoc-gen-es v2.6.2
|
|
3
|
+
// @generated from file versori/credential/oauth1/v1/authorization_service.proto (package versori.credential.oauth1.v1, syntax proto3)
|
|
4
|
+
/* eslint-disable */
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.AuthorizationService = exports.GetAuthorizationMetadataResponseSchema = exports.GetAuthorizationMetadataRequestSchema = exports.HandleAuthorizationCallbackResponseSchema = exports.HandleAuthorizationCallbackRequestSchema = exports.GetTemporaryTokenResponseSchema = exports.GetTemporaryTokenRequestSchema = exports.file_versori_credential_oauth1_v1_authorization_service = void 0;
|
|
7
|
+
const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
|
|
8
|
+
const authorization_metadata_pb_js_1 = require("./authorization_metadata_pb.js");
|
|
9
|
+
const credential_pb_js_1 = require("../../v1alpha1/credential_pb.js");
|
|
10
|
+
/**
|
|
11
|
+
* Describes the file versori/credential/oauth1/v1/authorization_service.proto.
|
|
12
|
+
*/
|
|
13
|
+
exports.file_versori_credential_oauth1_v1_authorization_service = (0, codegenv2_1.fileDesc)("Cjh2ZXJzb3JpL2NyZWRlbnRpYWwvb2F1dGgxL3YxL2F1dGhvcml6YXRpb25fc2VydmljZS5wcm90bxIcdmVyc29yaS5jcmVkZW50aWFsLm9hdXRoMS52MSJkChhHZXRUZW1wb3JhcnlUb2tlblJlcXVlc3QSFQoNY3JlZGVudGlhbF9pZBgBIAEoCRIWCg5vYXV0aF9jYWxsYmFjaxgCIAEoCRIZChFhZGRpdGlvbmFsX3BhcmFtcxgDIAEoCSJNChlHZXRUZW1wb3JhcnlUb2tlblJlc3BvbnNlEhQKDHJlZGlyZWN0X3VyaRgBIAEoCRIaChJvYXV0aF90b2tlbl9zZWNyZXQYAiABKAki+QEKIkhhbmRsZUF1dGhvcml6YXRpb25DYWxsYmFja1JlcXVlc3QSHAoUY2xpZW50X2NyZWRlbnRpYWxfaWQYASABKAkSHQoVcmVmcmVzaF9jcmVkZW50aWFsX2lkGAIgASgJEhcKD29yZ2FuaXNhdGlvbl9pZBgDIAEoCRITCgtvYXV0aF90b2tlbhgEIAEoCRIWCg5vYXV0aF92ZXJpZmllchgFIAEoCRIaChJvYXV0aF90b2tlbl9zZWNyZXQYBiABKAkSGQoRYWRkaXRpb25hbF9wYXJhbXMYByABKAkSGQoRZGlzYWJsZV9yZWRhY3Rpb24YCCABKAgitwEKI0hhbmRsZUF1dGhvcml6YXRpb25DYWxsYmFja1Jlc3BvbnNlEjsKCmNyZWRlbnRpYWwYASABKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbBJTChZhdXRob3JpemF0aW9uX21ldGFkYXRhGAIgASgLMjMudmVyc29yaS5jcmVkZW50aWFsLm9hdXRoMS52MS5BdXRob3JpemF0aW9uTWV0YWRhdGEiOAofR2V0QXV0aG9yaXphdGlvbk1ldGFkYXRhUmVxdWVzdBIVCg1jcmVkZW50aWFsX2lkGAEgASgJIncKIEdldEF1dGhvcml6YXRpb25NZXRhZGF0YVJlc3BvbnNlElMKFmF1dGhvcml6YXRpb25fbWV0YWRhdGEYASABKAsyMy52ZXJzb3JpLmNyZWRlbnRpYWwub2F1dGgxLnYxLkF1dGhvcml6YXRpb25NZXRhZGF0YTLeAwoUQXV0aG9yaXphdGlvblNlcnZpY2UShAEKEUdldFRlbXBvcmFyeVRva2VuEjYudmVyc29yaS5jcmVkZW50aWFsLm9hdXRoMS52MS5HZXRUZW1wb3JhcnlUb2tlblJlcXVlc3QaNy52ZXJzb3JpLmNyZWRlbnRpYWwub2F1dGgxLnYxLkdldFRlbXBvcmFyeVRva2VuUmVzcG9uc2USogEKG0hhbmRsZUF1dGhvcml6YXRpb25DYWxsYmFjaxJALnZlcnNvcmkuY3JlZGVudGlhbC5vYXV0aDEudjEuSGFuZGxlQXV0aG9yaXphdGlvbkNhbGxiYWNrUmVxdWVzdBpBLnZlcnNvcmkuY3JlZGVudGlhbC5vYXV0aDEudjEuSGFuZGxlQXV0aG9yaXphdGlvbkNhbGxiYWNrUmVzcG9uc2USmQEKGEdldEF1dGhvcml6YXRpb25NZXRhZGF0YRI9LnZlcnNvcmkuY3JlZGVudGlhbC5vYXV0aDEudjEuR2V0QXV0aG9yaXphdGlvbk1ldGFkYXRhUmVxdWVzdBo+LnZlcnNvcmkuY3JlZGVudGlhbC5vYXV0aDEudjEuR2V0QXV0aG9yaXphdGlvbk1ldGFkYXRhUmVzcG9uc2VC9wEKIGNvbS52ZXJzb3JpLmNyZWRlbnRpYWwub2F1dGgxLnYxQhlBdXRob3JpemF0aW9uU2VydmljZVByb3RvUAFaJXZlcnNvcmkuZGV2L2NyZWRlbnRpYWxzL2FwaS9vYXV0aDEvdjGiAgNWQ0+qAhxWZXJzb3JpLkNyZWRlbnRpYWwuT2F1dGgxLlYxygIcVmVyc29yaVxDcmVkZW50aWFsXE9hdXRoMVxWMeICKFZlcnNvcmlcQ3JlZGVudGlhbFxPYXV0aDFcVjFcR1BCTWV0YWRhdGHqAh9WZXJzb3JpOjpDcmVkZW50aWFsOjpPYXV0aDE6OlYxYgZwcm90bzM", [authorization_metadata_pb_js_1.file_versori_credential_oauth1_v1_authorization_metadata, credential_pb_js_1.file_versori_credential_v1alpha1_credential]);
|
|
14
|
+
/**
|
|
15
|
+
* Describes the message versori.credential.oauth1.v1.GetTemporaryTokenRequest.
|
|
16
|
+
* Use `create(GetTemporaryTokenRequestSchema)` to create a new message.
|
|
17
|
+
*/
|
|
18
|
+
exports.GetTemporaryTokenRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth1_v1_authorization_service, 0);
|
|
19
|
+
/**
|
|
20
|
+
* Describes the message versori.credential.oauth1.v1.GetTemporaryTokenResponse.
|
|
21
|
+
* Use `create(GetTemporaryTokenResponseSchema)` to create a new message.
|
|
22
|
+
*/
|
|
23
|
+
exports.GetTemporaryTokenResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth1_v1_authorization_service, 1);
|
|
24
|
+
/**
|
|
25
|
+
* Describes the message versori.credential.oauth1.v1.HandleAuthorizationCallbackRequest.
|
|
26
|
+
* Use `create(HandleAuthorizationCallbackRequestSchema)` to create a new message.
|
|
27
|
+
*/
|
|
28
|
+
exports.HandleAuthorizationCallbackRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth1_v1_authorization_service, 2);
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message versori.credential.oauth1.v1.HandleAuthorizationCallbackResponse.
|
|
31
|
+
* Use `create(HandleAuthorizationCallbackResponseSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
exports.HandleAuthorizationCallbackResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth1_v1_authorization_service, 3);
|
|
34
|
+
/**
|
|
35
|
+
* Describes the message versori.credential.oauth1.v1.GetAuthorizationMetadataRequest.
|
|
36
|
+
* Use `create(GetAuthorizationMetadataRequestSchema)` to create a new message.
|
|
37
|
+
*/
|
|
38
|
+
exports.GetAuthorizationMetadataRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth1_v1_authorization_service, 4);
|
|
39
|
+
/**
|
|
40
|
+
* Describes the message versori.credential.oauth1.v1.GetAuthorizationMetadataResponse.
|
|
41
|
+
* Use `create(GetAuthorizationMetadataResponseSchema)` to create a new message.
|
|
42
|
+
*/
|
|
43
|
+
exports.GetAuthorizationMetadataResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth1_v1_authorization_service, 5);
|
|
44
|
+
/**
|
|
45
|
+
* @generated from service versori.credential.oauth1.v1.AuthorizationService
|
|
46
|
+
*/
|
|
47
|
+
exports.AuthorizationService = (0, codegenv2_1.serviceDesc)(exports.file_versori_credential_oauth1_v1_authorization_service, 0);
|
|
@@ -6,5 +6,8 @@ export const file_versori_credential_oauth2_v1_token: import("@bufbuild/protobuf
|
|
|
6
6
|
* Describes the message versori.credential.oauth2.v1.Token.
|
|
7
7
|
* Use `create(TokenSchema)` to create a new message.
|
|
8
8
|
*/
|
|
9
|
-
export const TokenSchema: import("@bufbuild/protobuf/
|
|
9
|
+
export const TokenSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
10
|
+
jsonType: undefined;
|
|
11
|
+
validType: undefined;
|
|
12
|
+
}>;
|
|
10
13
|
//# sourceMappingURL=token_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/src/dsl/http/versori/credential/oauth2/v1/token_pb.js"],"names":[],"mappings":"AAOA;;GAEG;AACH,4FAColB;AAEplB;;;GAGG;AACH;;;GAC0D"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// @generated by protoc-gen-es v2.2
|
|
2
|
+
// @generated by protoc-gen-es v2.6.2
|
|
3
3
|
// @generated from file versori/credential/oauth2/v1/token.proto (package versori.credential.oauth2.v1, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.TokenSchema = exports.file_versori_credential_oauth2_v1_token = void 0;
|
|
7
|
-
const
|
|
7
|
+
const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
|
|
8
8
|
const wkt_1 = require("@bufbuild/protobuf/wkt");
|
|
9
9
|
/**
|
|
10
10
|
* Describes the file versori/credential/oauth2/v1/token.proto.
|
|
11
11
|
*/
|
|
12
|
-
exports.file_versori_credential_oauth2_v1_token = (0,
|
|
12
|
+
exports.file_versori_credential_oauth2_v1_token = (0, codegenv2_1.fileDesc)("Cih2ZXJzb3JpL2NyZWRlbnRpYWwvb2F1dGgyL3YxL3Rva2VuLnByb3RvEhx2ZXJzb3JpLmNyZWRlbnRpYWwub2F1dGgyLnYxIl0KBVRva2VuEhQKDGFjY2Vzc190b2tlbhgBIAEoCRISCgp0b2tlbl90eXBlGAIgASgJEioKBmV4cGlyeRgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBC6AEKIGNvbS52ZXJzb3JpLmNyZWRlbnRpYWwub2F1dGgyLnYxQgpUb2tlblByb3RvUAFaJXZlcnNvcmkuZGV2L2NyZWRlbnRpYWxzL2FwaS9vYXV0aDIvdjGiAgNWQ0+qAhxWZXJzb3JpLkNyZWRlbnRpYWwuT2F1dGgyLlYxygIcVmVyc29yaVxDcmVkZW50aWFsXE9hdXRoMlxWMeICKFZlcnNvcmlcQ3JlZGVudGlhbFxPYXV0aDJcVjFcR1BCTWV0YWRhdGHqAh9WZXJzb3JpOjpDcmVkZW50aWFsOjpPYXV0aDI6OlYxYgZwcm90bzM", [wkt_1.file_google_protobuf_timestamp]);
|
|
13
13
|
/**
|
|
14
14
|
* Describes the message versori.credential.oauth2.v1.Token.
|
|
15
15
|
* Use `create(TokenSchema)` to create a new message.
|
|
16
16
|
*/
|
|
17
|
-
exports.TokenSchema = (0,
|
|
17
|
+
exports.TokenSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth2_v1_token, 0);
|
package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.d.ts
RENAMED
|
@@ -6,57 +6,90 @@ export const file_versori_credential_oauth2_v1_token_service: import("@bufbuild/
|
|
|
6
6
|
* Describes the message versori.credential.oauth2.v1.GetAccessTokenRequest.
|
|
7
7
|
* Use `create(GetAccessTokenRequestSchema)` to create a new message.
|
|
8
8
|
*/
|
|
9
|
-
export const GetAccessTokenRequestSchema: import("@bufbuild/protobuf/
|
|
9
|
+
export const GetAccessTokenRequestSchema: 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.oauth2.v1.GetAccessTokenResponse.
|
|
12
15
|
* Use `create(GetAccessTokenResponseSchema)` to create a new message.
|
|
13
16
|
*/
|
|
14
|
-
export const GetAccessTokenResponseSchema: import("@bufbuild/protobuf/
|
|
17
|
+
export const GetAccessTokenResponseSchema: 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.oauth2.v1.HandleAuthorizationCallbackRequest.
|
|
17
23
|
* Use `create(HandleAuthorizationCallbackRequestSchema)` to create a new message.
|
|
18
24
|
*/
|
|
19
|
-
export const HandleAuthorizationCallbackRequestSchema: import("@bufbuild/protobuf/
|
|
25
|
+
export const HandleAuthorizationCallbackRequestSchema: 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.oauth2.v1.HandleAuthorizationCallbackResponse.
|
|
22
31
|
* Use `create(HandleAuthorizationCallbackResponseSchema)` to create a new message.
|
|
23
32
|
*/
|
|
24
|
-
export const HandleAuthorizationCallbackResponseSchema: import("@bufbuild/protobuf/
|
|
33
|
+
export const HandleAuthorizationCallbackResponseSchema: 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.oauth2.v1.CheckExpiryRequest.
|
|
27
39
|
* Use `create(CheckExpiryRequestSchema)` to create a new message.
|
|
28
40
|
*/
|
|
29
|
-
export const CheckExpiryRequestSchema: import("@bufbuild/protobuf/
|
|
41
|
+
export const CheckExpiryRequestSchema: 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.oauth2.v1.CheckExpiryResponse.
|
|
32
47
|
* Use `create(CheckExpiryResponseSchema)` to create a new message.
|
|
33
48
|
*/
|
|
34
|
-
export const CheckExpiryResponseSchema: import("@bufbuild/protobuf/
|
|
49
|
+
export const CheckExpiryResponseSchema: 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.oauth2.v1.CreateClientCredentialTokenRequest.
|
|
37
55
|
* Use `create(CreateClientCredentialTokenRequestSchema)` to create a new message.
|
|
38
56
|
*/
|
|
39
|
-
export const CreateClientCredentialTokenRequestSchema: import("@bufbuild/protobuf/
|
|
57
|
+
export const CreateClientCredentialTokenRequestSchema: 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.oauth2.v1.CreateClientCredentialTokenRequest.ClientConfig.
|
|
42
63
|
* Use `create(CreateClientCredentialTokenRequest_ClientConfigSchema)` to create a new message.
|
|
43
64
|
*/
|
|
44
|
-
export const CreateClientCredentialTokenRequest_ClientConfigSchema: import("@bufbuild/protobuf/
|
|
65
|
+
export const CreateClientCredentialTokenRequest_ClientConfigSchema: 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.oauth2.v1.CreateClientCredentialTokenResponse.
|
|
47
71
|
* Use `create(CreateClientCredentialTokenResponseSchema)` to create a new message.
|
|
48
72
|
*/
|
|
49
|
-
export const CreateClientCredentialTokenResponseSchema: import("@bufbuild/protobuf/
|
|
73
|
+
export const CreateClientCredentialTokenResponseSchema: 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.oauth2.v1.CreateResourceOwnerCredentialRequest.
|
|
52
79
|
* Use `create(CreateResourceOwnerCredentialRequestSchema)` to create a new message.
|
|
53
80
|
*/
|
|
54
|
-
export const CreateResourceOwnerCredentialRequestSchema: import("@bufbuild/protobuf/
|
|
81
|
+
export const CreateResourceOwnerCredentialRequestSchema: 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.oauth2.v1.CreateResourceOwnerCredentialResponse.
|
|
57
87
|
* Use `create(CreateResourceOwnerCredentialResponseSchema)` to create a new message.
|
|
58
88
|
*/
|
|
59
|
-
export const CreateResourceOwnerCredentialResponseSchema: import("@bufbuild/protobuf/
|
|
89
|
+
export const CreateResourceOwnerCredentialResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
90
|
+
jsonType: undefined;
|
|
91
|
+
validType: undefined;
|
|
92
|
+
}>;
|
|
60
93
|
/**
|
|
61
94
|
* OAuth2TokenService wraps the CredentialService and provides capability specifically around OAuth 2.0.
|
|
62
95
|
*
|
|
@@ -65,5 +98,5 @@ export const CreateResourceOwnerCredentialResponseSchema: import("@bufbuild/prot
|
|
|
65
98
|
*
|
|
66
99
|
* @generated from service versori.credential.oauth2.v1.OAuth2TokenService
|
|
67
100
|
*/
|
|
68
|
-
export const OAuth2TokenService: import("@bufbuild/protobuf/
|
|
101
|
+
export const OAuth2TokenService: import("@bufbuild/protobuf/codegenv2").GenService<import("@bufbuild/protobuf/codegenv2").GenServiceMethods>;
|
|
69
102
|
//# sourceMappingURL=token_service_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token_service_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/src/dsl/http/versori/credential/oauth2/v1/token_service_pb.js"],"names":[],"mappings":"AASA;;GAEG;AACH,oGAC83H;AAE93H;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACqE;AAErE;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACkE;AAElE;;;;;;;GAOG;AACH,6IACkE"}
|
package/script/src/dsl/http/versori/{credentials → credential}/oauth2/v1/token_service_pb.js
RENAMED
|
@@ -1,73 +1,72 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// @generated by protoc-gen-es v2.2
|
|
2
|
+
// @generated by protoc-gen-es v2.6.2
|
|
3
3
|
// @generated from file versori/credential/oauth2/v1/token_service.proto (package versori.credential.oauth2.v1, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.OAuth2TokenService = exports.CreateResourceOwnerCredentialResponseSchema = exports.CreateResourceOwnerCredentialRequestSchema = exports.CreateClientCredentialTokenResponseSchema = exports.CreateClientCredentialTokenRequest_ClientConfigSchema = exports.CreateClientCredentialTokenRequestSchema = exports.CheckExpiryResponseSchema = exports.CheckExpiryRequestSchema = exports.HandleAuthorizationCallbackResponseSchema = exports.HandleAuthorizationCallbackRequestSchema = exports.GetAccessTokenResponseSchema = exports.GetAccessTokenRequestSchema = exports.file_versori_credential_oauth2_v1_token_service = void 0;
|
|
7
|
-
const
|
|
7
|
+
const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
|
|
8
8
|
const wkt_1 = require("@bufbuild/protobuf/wkt");
|
|
9
|
-
// import { file_validate_validate } from "../../../../validate/validate_pb.js";
|
|
10
9
|
const token_pb_js_1 = require("./token_pb.js");
|
|
11
10
|
const credential_pb_js_1 = require("../../v1alpha1/credential_pb.js");
|
|
12
11
|
/**
|
|
13
12
|
* Describes the file versori/credential/oauth2/v1/token_service.proto.
|
|
14
13
|
*/
|
|
15
|
-
exports.file_versori_credential_oauth2_v1_token_service = (0,
|
|
14
|
+
exports.file_versori_credential_oauth2_v1_token_service = (0, codegenv2_1.fileDesc)("CjB2ZXJzb3JpL2NyZWRlbnRpYWwvb2F1dGgyL3YxL3Rva2VuX3NlcnZpY2UucHJvdG8SHHZlcnNvcmkuY3JlZGVudGlhbC5vYXV0aDIudjEiLgoVR2V0QWNjZXNzVG9rZW5SZXF1ZXN0EhUKDWNyZWRlbnRpYWxfaWQYASABKAkiTAoWR2V0QWNjZXNzVG9rZW5SZXNwb25zZRIyCgV0b2tlbhgBIAEoCzIjLnZlcnNvcmkuY3JlZGVudGlhbC5vYXV0aDIudjEuVG9rZW4i+AEKIkhhbmRsZUF1dGhvcml6YXRpb25DYWxsYmFja1JlcXVlc3QSHAoUY2xpZW50X2NyZWRlbnRpYWxfaWQYASABKAkSHQoVcmVmcmVzaF9jcmVkZW50aWFsX2lkGAIgASgJEhcKD29yZ2FuaXNhdGlvbl9pZBgDIAEoCRIMCgRjb2RlGAQgASgJEgwKBG5hbWUYBSABKAkSFAoMcmVkaXJlY3RfdXJpGAYgASgJEhkKEWFkZGl0aW9uYWxfcGFyYW1zGAcgASgJEhQKDHNraXBfc3RvcmFnZRgIIAEoCBIZChFyZXR1cm5fdW5yZWRhY3RlZBgJIAEoCCLgAQojSGFuZGxlQXV0aG9yaXphdGlvbkNhbGxiYWNrUmVzcG9uc2USQQoQdG9rZW5fY3JlZGVudGlhbBgBIAEoCzInLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5DcmVkZW50aWFsEkIKEWNsaWVudF9jcmVkZW50aWFsGAIgASgLMicudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWwSMgoFdG9rZW4YAyABKAsyIy52ZXJzb3JpLmNyZWRlbnRpYWwub2F1dGgyLnYxLlRva2VuInEKEkNoZWNrRXhwaXJ5UmVxdWVzdBIVCg1jcmVkZW50aWFsX2lkGAEgASgJEjAKDWV4cGlyeV9idWZmZXIYAiABKAsyGS5nb29nbGUucHJvdG9idWYuRHVyYXRpb24SEgoKbm9fcmVmcmVzaBgDIAEoCCJaChNDaGVja0V4cGlyeVJlc3BvbnNlEi4KCmV4cGlyZXNfYXQYASABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhMKC2RpZF9yZWZyZXNoGAIgASgIItsDCiJDcmVhdGVDbGllbnRDcmVkZW50aWFsVG9rZW5SZXF1ZXN0EhcKD29yZ2FuaXNhdGlvbl9pZBgBIAEoCRIMCgRuYW1lGAIgASgJEmQKDWNsaWVudF9jb25maWcYAyABKAsyTS52ZXJzb3JpLmNyZWRlbnRpYWwub2F1dGgyLnYxLkNyZWF0ZUNsaWVudENyZWRlbnRpYWxUb2tlblJlcXVlc3QuQ2xpZW50Q29uZmlnEhMKC2lzc3VlX3Rva2VuGAUgASgIGpICCgxDbGllbnRDb25maWcSEQoJY2xpZW50X2lkGAEgASgJEhUKDWNsaWVudF9zZWNyZXQYAiABKAkSFgoOdG9rZW5fZW5kcG9pbnQYAyABKAkSDgoGc2NvcGVzGAQgASgJEhkKEWFkZGl0aW9uYWxfcGFyYW1zGAUgASgJEhAKCHVzZXJuYW1lGAYgASgJEhAKCHBhc3N3b3JkGAcgASgJEhoKEm10bHNfY3JlZGVudGlhbF9pZBgIIAEoCRJVCgphdXRoX3N0eWxlGBAgASgOMkEudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWxEYXRhT0F1dGgyQ2xpZW50LkF1dGhTdHlsZSKsAQojQ3JlYXRlQ2xpZW50Q3JlZGVudGlhbFRva2VuUmVzcG9uc2USQgoRY2xpZW50X2NyZWRlbnRpYWwYASABKAsyJy52ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEuQ3JlZGVudGlhbBJBChB0b2tlbl9jcmVkZW50aWFsGAIgASgLMicudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWwitAEKJENyZWF0ZVJlc291cmNlT3duZXJDcmVkZW50aWFsUmVxdWVzdBIXCg9vcmdhbmlzYXRpb25faWQYASABKAkSDAoEbmFtZRgCIAEoCRITCgtpc3N1ZV90b2tlbhgDIAEoCBIcChRjbGllbnRfY3JlZGVudGlhbF9pZBgEIAEoCRIQCgh1c2VybmFtZRgFIAEoCRIQCghwYXNzd29yZBgGIAEoCRIOCgZzY29wZXMYByADKAkiagolQ3JlYXRlUmVzb3VyY2VPd25lckNyZWRlbnRpYWxSZXNwb25zZRJBChB0b2tlbl9jcmVkZW50aWFsGAIgASgLMicudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLkNyZWRlbnRpYWwy+gUKEk9BdXRoMlRva2VuU2VydmljZRJ7Cg5HZXRBY2Nlc3NUb2tlbhIzLnZlcnNvcmkuY3JlZGVudGlhbC5vYXV0aDIudjEuR2V0QWNjZXNzVG9rZW5SZXF1ZXN0GjQudmVyc29yaS5jcmVkZW50aWFsLm9hdXRoMi52MS5HZXRBY2Nlc3NUb2tlblJlc3BvbnNlEqIBChtIYW5kbGVBdXRob3JpemF0aW9uQ2FsbGJhY2sSQC52ZXJzb3JpLmNyZWRlbnRpYWwub2F1dGgyLnYxLkhhbmRsZUF1dGhvcml6YXRpb25DYWxsYmFja1JlcXVlc3QaQS52ZXJzb3JpLmNyZWRlbnRpYWwub2F1dGgyLnYxLkhhbmRsZUF1dGhvcml6YXRpb25DYWxsYmFja1Jlc3BvbnNlEnIKC0NoZWNrRXhwaXJ5EjAudmVyc29yaS5jcmVkZW50aWFsLm9hdXRoMi52MS5DaGVja0V4cGlyeVJlcXVlc3QaMS52ZXJzb3JpLmNyZWRlbnRpYWwub2F1dGgyLnYxLkNoZWNrRXhwaXJ5UmVzcG9uc2USogEKG0NyZWF0ZUNsaWVudENyZWRlbnRpYWxUb2tlbhJALnZlcnNvcmkuY3JlZGVudGlhbC5vYXV0aDIudjEuQ3JlYXRlQ2xpZW50Q3JlZGVudGlhbFRva2VuUmVxdWVzdBpBLnZlcnNvcmkuY3JlZGVudGlhbC5vYXV0aDIudjEuQ3JlYXRlQ2xpZW50Q3JlZGVudGlhbFRva2VuUmVzcG9uc2USqAEKHUNyZWF0ZVJlc291cmNlT3duZXJDcmVkZW50aWFsEkIudmVyc29yaS5jcmVkZW50aWFsLm9hdXRoMi52MS5DcmVhdGVSZXNvdXJjZU93bmVyQ3JlZGVudGlhbFJlcXVlc3QaQy52ZXJzb3JpLmNyZWRlbnRpYWwub2F1dGgyLnYxLkNyZWF0ZVJlc291cmNlT3duZXJDcmVkZW50aWFsUmVzcG9uc2VC7wEKIGNvbS52ZXJzb3JpLmNyZWRlbnRpYWwub2F1dGgyLnYxQhFUb2tlblNlcnZpY2VQcm90b1ABWiV2ZXJzb3JpLmRldi9jcmVkZW50aWFscy9hcGkvb2F1dGgyL3YxogIDVkNPqgIcVmVyc29yaS5DcmVkZW50aWFsLk9hdXRoMi5WMcoCHFZlcnNvcmlcQ3JlZGVudGlhbFxPYXV0aDJcVjHiAihWZXJzb3JpXENyZWRlbnRpYWxcT2F1dGgyXFYxXEdQQk1ldGFkYXRh6gIfVmVyc29yaTo6Q3JlZGVudGlhbDo6T2F1dGgyOjpWMWIGcHJvdG8z", [wkt_1.file_google_protobuf_timestamp, wkt_1.file_google_protobuf_duration, token_pb_js_1.file_versori_credential_oauth2_v1_token, credential_pb_js_1.file_versori_credential_v1alpha1_credential]);
|
|
16
15
|
/**
|
|
17
16
|
* Describes the message versori.credential.oauth2.v1.GetAccessTokenRequest.
|
|
18
17
|
* Use `create(GetAccessTokenRequestSchema)` to create a new message.
|
|
19
18
|
*/
|
|
20
|
-
exports.GetAccessTokenRequestSchema = (0,
|
|
19
|
+
exports.GetAccessTokenRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth2_v1_token_service, 0);
|
|
21
20
|
/**
|
|
22
21
|
* Describes the message versori.credential.oauth2.v1.GetAccessTokenResponse.
|
|
23
22
|
* Use `create(GetAccessTokenResponseSchema)` to create a new message.
|
|
24
23
|
*/
|
|
25
|
-
exports.GetAccessTokenResponseSchema = (0,
|
|
24
|
+
exports.GetAccessTokenResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth2_v1_token_service, 1);
|
|
26
25
|
/**
|
|
27
26
|
* Describes the message versori.credential.oauth2.v1.HandleAuthorizationCallbackRequest.
|
|
28
27
|
* Use `create(HandleAuthorizationCallbackRequestSchema)` to create a new message.
|
|
29
28
|
*/
|
|
30
|
-
exports.HandleAuthorizationCallbackRequestSchema = (0,
|
|
29
|
+
exports.HandleAuthorizationCallbackRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth2_v1_token_service, 2);
|
|
31
30
|
/**
|
|
32
31
|
* Describes the message versori.credential.oauth2.v1.HandleAuthorizationCallbackResponse.
|
|
33
32
|
* Use `create(HandleAuthorizationCallbackResponseSchema)` to create a new message.
|
|
34
33
|
*/
|
|
35
|
-
exports.HandleAuthorizationCallbackResponseSchema = (0,
|
|
34
|
+
exports.HandleAuthorizationCallbackResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth2_v1_token_service, 3);
|
|
36
35
|
/**
|
|
37
36
|
* Describes the message versori.credential.oauth2.v1.CheckExpiryRequest.
|
|
38
37
|
* Use `create(CheckExpiryRequestSchema)` to create a new message.
|
|
39
38
|
*/
|
|
40
|
-
exports.CheckExpiryRequestSchema = (0,
|
|
39
|
+
exports.CheckExpiryRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth2_v1_token_service, 4);
|
|
41
40
|
/**
|
|
42
41
|
* Describes the message versori.credential.oauth2.v1.CheckExpiryResponse.
|
|
43
42
|
* Use `create(CheckExpiryResponseSchema)` to create a new message.
|
|
44
43
|
*/
|
|
45
|
-
exports.CheckExpiryResponseSchema = (0,
|
|
44
|
+
exports.CheckExpiryResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth2_v1_token_service, 5);
|
|
46
45
|
/**
|
|
47
46
|
* Describes the message versori.credential.oauth2.v1.CreateClientCredentialTokenRequest.
|
|
48
47
|
* Use `create(CreateClientCredentialTokenRequestSchema)` to create a new message.
|
|
49
48
|
*/
|
|
50
|
-
exports.CreateClientCredentialTokenRequestSchema = (0,
|
|
49
|
+
exports.CreateClientCredentialTokenRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth2_v1_token_service, 6);
|
|
51
50
|
/**
|
|
52
51
|
* Describes the message versori.credential.oauth2.v1.CreateClientCredentialTokenRequest.ClientConfig.
|
|
53
52
|
* Use `create(CreateClientCredentialTokenRequest_ClientConfigSchema)` to create a new message.
|
|
54
53
|
*/
|
|
55
|
-
exports.CreateClientCredentialTokenRequest_ClientConfigSchema = (0,
|
|
54
|
+
exports.CreateClientCredentialTokenRequest_ClientConfigSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth2_v1_token_service, 6, 0);
|
|
56
55
|
/**
|
|
57
56
|
* Describes the message versori.credential.oauth2.v1.CreateClientCredentialTokenResponse.
|
|
58
57
|
* Use `create(CreateClientCredentialTokenResponseSchema)` to create a new message.
|
|
59
58
|
*/
|
|
60
|
-
exports.CreateClientCredentialTokenResponseSchema = (0,
|
|
59
|
+
exports.CreateClientCredentialTokenResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth2_v1_token_service, 7);
|
|
61
60
|
/**
|
|
62
61
|
* Describes the message versori.credential.oauth2.v1.CreateResourceOwnerCredentialRequest.
|
|
63
62
|
* Use `create(CreateResourceOwnerCredentialRequestSchema)` to create a new message.
|
|
64
63
|
*/
|
|
65
|
-
exports.CreateResourceOwnerCredentialRequestSchema = (0,
|
|
64
|
+
exports.CreateResourceOwnerCredentialRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth2_v1_token_service, 8);
|
|
66
65
|
/**
|
|
67
66
|
* Describes the message versori.credential.oauth2.v1.CreateResourceOwnerCredentialResponse.
|
|
68
67
|
* Use `create(CreateResourceOwnerCredentialResponseSchema)` to create a new message.
|
|
69
68
|
*/
|
|
70
|
-
exports.CreateResourceOwnerCredentialResponseSchema = (0,
|
|
69
|
+
exports.CreateResourceOwnerCredentialResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_oauth2_v1_token_service, 9);
|
|
71
70
|
/**
|
|
72
71
|
* OAuth2TokenService wraps the CredentialService and provides capability specifically around OAuth 2.0.
|
|
73
72
|
*
|
|
@@ -76,4 +75,4 @@ exports.CreateResourceOwnerCredentialResponseSchema = (0, codegenv1_1.messageDes
|
|
|
76
75
|
*
|
|
77
76
|
* @generated from service versori.credential.oauth2.v1.OAuth2TokenService
|
|
78
77
|
*/
|
|
79
|
-
exports.OAuth2TokenService = (0,
|
|
78
|
+
exports.OAuth2TokenService = (0, codegenv2_1.serviceDesc)(exports.file_versori_credential_oauth2_v1_token_service, 0);
|
|
@@ -6,5 +6,8 @@ export const file_versori_credential_tokens_v1_token: import("@bufbuild/protobuf
|
|
|
6
6
|
* Describes the message versori.credential.tokens.v1.Token.
|
|
7
7
|
* Use `create(TokenSchema)` to create a new message.
|
|
8
8
|
*/
|
|
9
|
-
export const TokenSchema: import("@bufbuild/protobuf/
|
|
9
|
+
export const TokenSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
10
|
+
jsonType: undefined;
|
|
11
|
+
validType: undefined;
|
|
12
|
+
}>;
|
|
10
13
|
//# sourceMappingURL=token_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/src/dsl/http/versori/credential/tokens/v1/token_pb.js"],"names":[],"mappings":"AAOA;;GAEG;AACH,4FAColB;AAEplB;;;GAGG;AACH;;;GAC0D"}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// @generated by protoc-gen-es v2.2
|
|
2
|
+
// @generated by protoc-gen-es v2.6.2
|
|
3
3
|
// @generated from file versori/credential/tokens/v1/token.proto (package versori.credential.tokens.v1, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.TokenSchema = exports.file_versori_credential_tokens_v1_token = void 0;
|
|
7
|
-
const
|
|
7
|
+
const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
|
|
8
8
|
const wkt_1 = require("@bufbuild/protobuf/wkt");
|
|
9
9
|
/**
|
|
10
10
|
* Describes the file versori/credential/tokens/v1/token.proto.
|
|
11
11
|
*/
|
|
12
|
-
exports.file_versori_credential_tokens_v1_token = (0,
|
|
12
|
+
exports.file_versori_credential_tokens_v1_token = (0, codegenv2_1.fileDesc)("Cih2ZXJzb3JpL2NyZWRlbnRpYWwvdG9rZW5zL3YxL3Rva2VuLnByb3RvEhx2ZXJzb3JpLmNyZWRlbnRpYWwudG9rZW5zLnYxIl0KBVRva2VuEhQKDGFjY2Vzc190b2tlbhgBIAEoCRISCgp0b2tlbl90eXBlGAIgASgJEioKBmV4cGlyeRgDIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXBC6AEKIGNvbS52ZXJzb3JpLmNyZWRlbnRpYWwudG9rZW5zLnYxQgpUb2tlblByb3RvUAFaJXZlcnNvcmkuZGV2L2NyZWRlbnRpYWxzL2FwaS90b2tlbnMvdjGiAgNWQ1SqAhxWZXJzb3JpLkNyZWRlbnRpYWwuVG9rZW5zLlYxygIcVmVyc29yaVxDcmVkZW50aWFsXFRva2Vuc1xWMeICKFZlcnNvcmlcQ3JlZGVudGlhbFxUb2tlbnNcVjFcR1BCTWV0YWRhdGHqAh9WZXJzb3JpOjpDcmVkZW50aWFsOjpUb2tlbnM6OlYxYgZwcm90bzM", [wkt_1.file_google_protobuf_timestamp]);
|
|
13
13
|
/**
|
|
14
14
|
* Describes the message versori.credential.tokens.v1.Token.
|
|
15
15
|
* Use `create(TokenSchema)` to create a new message.
|
|
16
16
|
*/
|
|
17
|
-
exports.TokenSchema = (0,
|
|
17
|
+
exports.TokenSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_tokens_v1_token, 0);
|
|
@@ -6,22 +6,34 @@ export const file_versori_credential_tokens_v1_token_service: import("@bufbuild/
|
|
|
6
6
|
* Describes the message versori.credential.tokens.v1.GetTokenRequest.
|
|
7
7
|
* Use `create(GetTokenRequestSchema)` to create a new message.
|
|
8
8
|
*/
|
|
9
|
-
export const GetTokenRequestSchema: import("@bufbuild/protobuf/
|
|
9
|
+
export const GetTokenRequestSchema: 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.tokens.v1.GetTokenResponse.
|
|
12
15
|
* Use `create(GetTokenResponseSchema)` to create a new message.
|
|
13
16
|
*/
|
|
14
|
-
export const GetTokenResponseSchema: import("@bufbuild/protobuf/
|
|
17
|
+
export const GetTokenResponseSchema: 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.tokens.v1.CheckExpiryRequest.
|
|
17
23
|
* Use `create(CheckExpiryRequestSchema)` to create a new message.
|
|
18
24
|
*/
|
|
19
|
-
export const CheckExpiryRequestSchema: import("@bufbuild/protobuf/
|
|
25
|
+
export const CheckExpiryRequestSchema: 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.tokens.v1.CheckExpiryResponse.
|
|
22
31
|
* Use `create(CheckExpiryResponseSchema)` to create a new message.
|
|
23
32
|
*/
|
|
24
|
-
export const CheckExpiryResponseSchema: import("@bufbuild/protobuf/
|
|
33
|
+
export const CheckExpiryResponseSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
34
|
+
jsonType: undefined;
|
|
35
|
+
validType: undefined;
|
|
36
|
+
}>;
|
|
25
37
|
/**
|
|
26
38
|
* TokenService wraps the CredentialService and provides capability specifically around OAuth 2.0.
|
|
27
39
|
*
|
|
@@ -30,5 +42,5 @@ export const CheckExpiryResponseSchema: import("@bufbuild/protobuf/codegenv1").G
|
|
|
30
42
|
*
|
|
31
43
|
* @generated from service versori.credential.tokens.v1.TokenService
|
|
32
44
|
*/
|
|
33
|
-
export const TokenService: import("@bufbuild/protobuf/
|
|
45
|
+
export const TokenService: import("@bufbuild/protobuf/codegenv2").GenService<import("@bufbuild/protobuf/codegenv2").GenServiceMethods>;
|
|
34
46
|
//# sourceMappingURL=token_service_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token_service_pb.d.ts","sourceRoot":"","sources":["../../../../../../../../src/src/dsl/http/versori/credential/tokens/v1/token_service_pb.js"],"names":[],"mappings":"AASA;;GAEG;AACH,oGACy2C;AAEz2C;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACkE;AAElE;;;GAGG;AACH;;;GACkE;AAElE;;;;;;;GAOG;AACH,uIACkE"}
|
package/script/src/dsl/http/versori/{credentials → credential}/tokens/v1/token_service_pb.js
RENAMED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// @generated by protoc-gen-es v2.2
|
|
2
|
+
// @generated by protoc-gen-es v2.6.2
|
|
3
3
|
// @generated from file versori/credential/tokens/v1/token_service.proto (package versori.credential.tokens.v1, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.TokenService = exports.CheckExpiryResponseSchema = exports.CheckExpiryRequestSchema = exports.GetTokenResponseSchema = exports.GetTokenRequestSchema = exports.file_versori_credential_tokens_v1_token_service = void 0;
|
|
7
|
-
const
|
|
7
|
+
const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
|
|
8
8
|
const wkt_1 = require("@bufbuild/protobuf/wkt");
|
|
9
9
|
const token_pb_js_1 = require("./token_pb.js");
|
|
10
10
|
const credential_pb_js_1 = require("../../v1alpha1/credential_pb.js");
|
|
11
11
|
/**
|
|
12
12
|
* Describes the file versori/credential/tokens/v1/token_service.proto.
|
|
13
13
|
*/
|
|
14
|
-
exports.file_versori_credential_tokens_v1_token_service = (0,
|
|
14
|
+
exports.file_versori_credential_tokens_v1_token_service = (0, codegenv2_1.fileDesc)("CjB2ZXJzb3JpL2NyZWRlbnRpYWwvdG9rZW5zL3YxL3Rva2VuX3NlcnZpY2UucHJvdG8SHHZlcnNvcmkuY3JlZGVudGlhbC50b2tlbnMudjEiPwoPR2V0VG9rZW5SZXF1ZXN0EhUKDWNyZWRlbnRpYWxfaWQYASABKAkSFQoNZm9yY2VfcmVmcmVzaBgCIAEoCCJGChBHZXRUb2tlblJlc3BvbnNlEjIKBXRva2VuGAEgASgLMiMudmVyc29yaS5jcmVkZW50aWFsLnRva2Vucy52MS5Ub2tlbiJxChJDaGVja0V4cGlyeVJlcXVlc3QSFQoNY3JlZGVudGlhbF9pZBgBIAEoCRIwCg1leHBpcnlfYnVmZmVyGAIgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uEhIKCm5vX3JlZnJlc2gYAyABKAgiWgoTQ2hlY2tFeHBpcnlSZXNwb25zZRIuCgpleHBpcmVzX2F0GAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBITCgtkaWRfcmVmcmVzaBgCIAEoCDLtAQoMVG9rZW5TZXJ2aWNlEmkKCEdldFRva2VuEi0udmVyc29yaS5jcmVkZW50aWFsLnRva2Vucy52MS5HZXRUb2tlblJlcXVlc3QaLi52ZXJzb3JpLmNyZWRlbnRpYWwudG9rZW5zLnYxLkdldFRva2VuUmVzcG9uc2UScgoLQ2hlY2tFeHBpcnkSMC52ZXJzb3JpLmNyZWRlbnRpYWwudG9rZW5zLnYxLkNoZWNrRXhwaXJ5UmVxdWVzdBoxLnZlcnNvcmkuY3JlZGVudGlhbC50b2tlbnMudjEuQ2hlY2tFeHBpcnlSZXNwb25zZULvAQogY29tLnZlcnNvcmkuY3JlZGVudGlhbC50b2tlbnMudjFCEVRva2VuU2VydmljZVByb3RvUAFaJXZlcnNvcmkuZGV2L2NyZWRlbnRpYWxzL2FwaS90b2tlbnMvdjGiAgNWQ1SqAhxWZXJzb3JpLkNyZWRlbnRpYWwuVG9rZW5zLlYxygIcVmVyc29yaVxDcmVkZW50aWFsXFRva2Vuc1xWMeICKFZlcnNvcmlcQ3JlZGVudGlhbFxUb2tlbnNcVjFcR1BCTWV0YWRhdGHqAh9WZXJzb3JpOjpDcmVkZW50aWFsOjpUb2tlbnM6OlYxYgZwcm90bzM", [wkt_1.file_google_protobuf_timestamp, wkt_1.file_google_protobuf_duration, token_pb_js_1.file_versori_credential_tokens_v1_token, credential_pb_js_1.file_versori_credential_v1alpha1_credential]);
|
|
15
15
|
/**
|
|
16
16
|
* Describes the message versori.credential.tokens.v1.GetTokenRequest.
|
|
17
17
|
* Use `create(GetTokenRequestSchema)` to create a new message.
|
|
18
18
|
*/
|
|
19
|
-
exports.GetTokenRequestSchema = (0,
|
|
19
|
+
exports.GetTokenRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_tokens_v1_token_service, 0);
|
|
20
20
|
/**
|
|
21
21
|
* Describes the message versori.credential.tokens.v1.GetTokenResponse.
|
|
22
22
|
* Use `create(GetTokenResponseSchema)` to create a new message.
|
|
23
23
|
*/
|
|
24
|
-
exports.GetTokenResponseSchema = (0,
|
|
24
|
+
exports.GetTokenResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_tokens_v1_token_service, 1);
|
|
25
25
|
/**
|
|
26
26
|
* Describes the message versori.credential.tokens.v1.CheckExpiryRequest.
|
|
27
27
|
* Use `create(CheckExpiryRequestSchema)` to create a new message.
|
|
28
28
|
*/
|
|
29
|
-
exports.CheckExpiryRequestSchema = (0,
|
|
29
|
+
exports.CheckExpiryRequestSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_tokens_v1_token_service, 2);
|
|
30
30
|
/**
|
|
31
31
|
* Describes the message versori.credential.tokens.v1.CheckExpiryResponse.
|
|
32
32
|
* Use `create(CheckExpiryResponseSchema)` to create a new message.
|
|
33
33
|
*/
|
|
34
|
-
exports.CheckExpiryResponseSchema = (0,
|
|
34
|
+
exports.CheckExpiryResponseSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_tokens_v1_token_service, 3);
|
|
35
35
|
/**
|
|
36
36
|
* TokenService wraps the CredentialService and provides capability specifically around OAuth 2.0.
|
|
37
37
|
*
|
|
@@ -40,4 +40,4 @@ exports.CheckExpiryResponseSchema = (0, codegenv1_1.messageDesc)(exports.file_ve
|
|
|
40
40
|
*
|
|
41
41
|
* @generated from service versori.credential.tokens.v1.TokenService
|
|
42
42
|
*/
|
|
43
|
-
exports.TokenService = (0,
|
|
43
|
+
exports.TokenService = (0, codegenv2_1.serviceDesc)(exports.file_versori_credential_tokens_v1_token_service, 0);
|
|
@@ -6,16 +6,22 @@ export const file_versori_credential_v1alpha1_common: import("@bufbuild/protobuf
|
|
|
6
6
|
* Describes the message versori.credential.v1alpha1.PageParams.
|
|
7
7
|
* Use `create(PageParamsSchema)` to create a new message.
|
|
8
8
|
*/
|
|
9
|
-
export const PageParamsSchema: import("@bufbuild/protobuf/
|
|
9
|
+
export const PageParamsSchema: 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.Sort.
|
|
12
15
|
* Use `create(SortSchema)` to create a new message.
|
|
13
16
|
*/
|
|
14
|
-
export const SortSchema: import("@bufbuild/protobuf/
|
|
17
|
+
export const SortSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
18
|
+
jsonType: undefined;
|
|
19
|
+
validType: undefined;
|
|
20
|
+
}>;
|
|
15
21
|
/**
|
|
16
22
|
* Describes the enum versori.credential.v1alpha1.Sort.Order.
|
|
17
23
|
*/
|
|
18
|
-
export const Sort_OrderSchema: import("@bufbuild/protobuf/
|
|
24
|
+
export const Sort_OrderSchema: import("@bufbuild/protobuf/codegenv2").GenEnum<number, import("@bufbuild/protobuf").JsonValue>;
|
|
19
25
|
/**
|
|
20
26
|
* @generated from enum versori.credential.v1alpha1.Sort.Order
|
|
21
27
|
*/
|
|
@@ -27,5 +33,8 @@ export const Sort_Order: {
|
|
|
27
33
|
* Describes the message versori.credential.v1alpha1.PageInfo.
|
|
28
34
|
* Use `create(PageInfoSchema)` to create a new message.
|
|
29
35
|
*/
|
|
30
|
-
export const PageInfoSchema: import("@bufbuild/protobuf/
|
|
36
|
+
export const PageInfoSchema: import("@bufbuild/protobuf/codegenv2").GenMessage<import("@bufbuild/protobuf").Message, {
|
|
37
|
+
jsonType: undefined;
|
|
38
|
+
validType: undefined;
|
|
39
|
+
}>;
|
|
31
40
|
//# sourceMappingURL=common_pb.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"common_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/src/dsl/http/versori/credential/v1alpha1/common_pb.js"],"names":[],"mappings":"AAMA;;GAEG;AACH,4FAC+yB;AAE/yB;;;GAGG;AACH;;;GAC0D;AAE1D;;;GAGG;AACH;;;GAC0D;AAE1D;;GAEG;AACH,8HAC0D;AAE1D;;GAEG;AACH;;;EAC2B;AAE3B;;;GAGG;AACH;;;GAC0D"}
|
|
@@ -1,34 +1,34 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// @generated by protoc-gen-es v2.2
|
|
2
|
+
// @generated by protoc-gen-es v2.6.2
|
|
3
3
|
// @generated from file versori/credential/v1alpha1/common.proto (package versori.credential.v1alpha1, syntax proto3)
|
|
4
4
|
/* eslint-disable */
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.PageInfoSchema = exports.Sort_Order = exports.Sort_OrderSchema = exports.SortSchema = exports.PageParamsSchema = exports.file_versori_credential_v1alpha1_common = void 0;
|
|
7
|
-
const
|
|
7
|
+
const codegenv2_1 = require("@bufbuild/protobuf/codegenv2");
|
|
8
8
|
/**
|
|
9
9
|
* Describes the file versori/credential/v1alpha1/common.proto.
|
|
10
10
|
*/
|
|
11
|
-
exports.file_versori_credential_v1alpha1_common = (0,
|
|
11
|
+
exports.file_versori_credential_v1alpha1_common = (0, codegenv2_1.fileDesc)("Cih2ZXJzb3JpL2NyZWRlbnRpYWwvdjFhbHBoYTEvY29tbW9uLnByb3RvEht2ZXJzb3JpLmNyZWRlbnRpYWwudjFhbHBoYTEiawoKUGFnZVBhcmFtcxINCgVmaXJzdBgBIAEoBRINCgVhZnRlchgCIAEoCRIOCgZiZWZvcmUYAyABKAkSLwoEc29ydBgEIAMoCzIhLnZlcnNvcmkuY3JlZGVudGlhbC52MWFscGhhMS5Tb3J0ImoKBFNvcnQSDgoGY29sdW1uGAEgASgJEjYKBW9yZGVyGAIgASgOMicudmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExLlNvcnQuT3JkZXIiGgoFT3JkZXISBwoDQVNDEAASCAoEREVTQxABIkkKCFBhZ2VJbmZvEhMKC3RvdGFsX2NvdW50GAEgASgDEhMKC25leHRfY3Vyc29yGAIgASgJEhMKC3ByZXZfY3Vyc29yGAMgASgJQuIBCh9jb20udmVyc29yaS5jcmVkZW50aWFsLnYxYWxwaGExQgtDb21tb25Qcm90b1ABWiR2ZXJzb3JpLmRldi9jcmVkZW50aWFscy9hcGkvdjFhbHBoYTGiAgNWQ1iqAhtWZXJzb3JpLkNyZWRlbnRpYWwuVjFhbHBoYTHKAhtWZXJzb3JpXENyZWRlbnRpYWxcVjFhbHBoYTHiAidWZXJzb3JpXENyZWRlbnRpYWxcVjFhbHBoYTFcR1BCTWV0YWRhdGHqAh1WZXJzb3JpOjpDcmVkZW50aWFsOjpWMWFscGhhMWIGcHJvdG8z");
|
|
12
12
|
/**
|
|
13
13
|
* Describes the message versori.credential.v1alpha1.PageParams.
|
|
14
14
|
* Use `create(PageParamsSchema)` to create a new message.
|
|
15
15
|
*/
|
|
16
|
-
exports.PageParamsSchema = (0,
|
|
16
|
+
exports.PageParamsSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_common, 0);
|
|
17
17
|
/**
|
|
18
18
|
* Describes the message versori.credential.v1alpha1.Sort.
|
|
19
19
|
* Use `create(SortSchema)` to create a new message.
|
|
20
20
|
*/
|
|
21
|
-
exports.SortSchema = (0,
|
|
21
|
+
exports.SortSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_common, 1);
|
|
22
22
|
/**
|
|
23
23
|
* Describes the enum versori.credential.v1alpha1.Sort.Order.
|
|
24
24
|
*/
|
|
25
|
-
exports.Sort_OrderSchema = (0,
|
|
25
|
+
exports.Sort_OrderSchema = (0, codegenv2_1.enumDesc)(exports.file_versori_credential_v1alpha1_common, 1, 0);
|
|
26
26
|
/**
|
|
27
27
|
* @generated from enum versori.credential.v1alpha1.Sort.Order
|
|
28
28
|
*/
|
|
29
|
-
exports.Sort_Order = (0,
|
|
29
|
+
exports.Sort_Order = (0, codegenv2_1.tsEnum)(exports.Sort_OrderSchema);
|
|
30
30
|
/**
|
|
31
31
|
* Describes the message versori.credential.v1alpha1.PageInfo.
|
|
32
32
|
* Use `create(PageInfoSchema)` to create a new message.
|
|
33
33
|
*/
|
|
34
|
-
exports.PageInfoSchema = (0,
|
|
34
|
+
exports.PageInfoSchema = (0, codegenv2_1.messageDesc)(exports.file_versori_credential_v1alpha1_common, 2);
|