statelydb 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/api/db/service_services_pb.rb +6 -6
- data/lib/api/errors/error_details_pb.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b27d32c4da703530db30a90682ed114e0c6d51d5c3dc6a686a7ab2bf766998c
|
4
|
+
data.tar.gz: f5166027a052648eba7dbda0c57b3f6a43803bfda0ab7231228439d11a30cd4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68066039cfd9d52a577e2a1be1b66be66468fb40e12bb98e8a4ef4b02e4b97136c20824efa4a1bbd6cf3a099146a43aa8e44114ac5e1eb2cb5402d583773faf4
|
7
|
+
data.tar.gz: a1ee650259c49d439f32a72d7ab2161a560c0d0e27eb8c87c7a3b03c255ab369d5bd0ceedf25901234b0a93eaee996221002f1782a4e7ed923a249ba93c0f72b
|
data/README.md
CHANGED
@@ -47,5 +47,5 @@ def put_my_item
|
|
47
47
|
|
48
48
|
---
|
49
49
|
|
50
|
-
[Getting Started Guide]: https://
|
51
|
-
[Defining Schema]: https://
|
50
|
+
[Getting Started Guide]: https://docs.stately.cloud/guides/getting-started/
|
51
|
+
[Defining Schema]: https://docs.stately.cloud/guides/schema/
|
@@ -40,12 +40,12 @@ module Stately
|
|
40
40
|
# always applied atomically; all will fail or all will succeed.
|
41
41
|
rpc :Delete, ::Stately::Db::DeleteRequest, ::Stately::Db::DeleteResponse
|
42
42
|
# BeginList retrieves Items that start with a specified key path prefix. The
|
43
|
-
# key path prefix must minimally contain a Group Key (
|
44
|
-
#
|
45
|
-
# matching that key prefix. This API returns a token that
|
46
|
-
# ContinueList to expand the result set, or to SyncList to
|
47
|
-
# the result set. This can fail if the caller does not
|
48
|
-
# read Items.
|
43
|
+
# key path prefix must minimally contain a Group Key (a single key segment
|
44
|
+
# with a namespace and an ID). BeginList will return an empty result set if
|
45
|
+
# there are no items matching that key prefix. This API returns a token that
|
46
|
+
# you can pass to ContinueList to expand the result set, or to SyncList to
|
47
|
+
# get updates within the result set. This can fail if the caller does not
|
48
|
+
# have permission to read Items.
|
49
49
|
# buf:lint:ignore RPC_RESPONSE_STANDARD_NAME
|
50
50
|
rpc :BeginList, ::Stately::Db::BeginListRequest, stream(::Stately::Db::ListResponse)
|
51
51
|
# ContinueList takes the token from a BeginList call and returns more results
|
@@ -5,7 +5,7 @@
|
|
5
5
|
require 'google/protobuf'
|
6
6
|
|
7
7
|
|
8
|
-
descriptor_data = "\n\x1a\x65rrors/error_details.proto\x12\x0estately.errors\"
|
8
|
+
descriptor_data = "\n\x1a\x65rrors/error_details.proto\x12\x0estately.errors\"\x8d\x01\n\x13StatelyErrorDetails\x12!\n\x0cstately_code\x18\x01 \x01(\tR\x0bstatelyCode\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\x12%\n\x0eupstream_cause\x18\x03 \x01(\tR\rupstreamCause\x12\x12\n\x04\x63ode\x18\x04 \x01(\rR\x04\x63odeB\x80\x01\n\x12\x63om.stately.errorsB\x11\x45rrorDetailsProtoP\x01\xa2\x02\x03SEX\xaa\x02\x0eStately.Errors\xca\x02\x0eStately\\Errors\xe2\x02\x1aStately\\Errors\\GPBMetadata\xea\x02\x0fStately::Errorsb\x06proto3"
|
9
9
|
|
10
10
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
11
11
|
pool.add_serialized_file(descriptor_data)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: statelydb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Stately Cloud, Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: async
|