happyco 2.6.0 → 2.7.0
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ce96dd98b8da1016ae39c55c99b44486b7f75afbfd858bab363984bbd24a8f42
|
|
4
|
+
data.tar.gz: b1d4b302719dac864df3d39552dde1d292f6f5e4392221279d7d413a7ef4c30a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af00265b36d8b6648d8e8d73dbb7b61f296e36b01d449480825b2868a53fafa4545446630dd0bd8cadbecb76d4ab934207d102b604f7264d337703225236ac7b
|
|
7
|
+
data.tar.gz: d3e3a583e092437ed2aff0f662aa1348d56f462e41399415d6e4ec6d301ca42817f00a85dcd54d2ed1579ef0bb2d0376aed1d02589081586b934f2510e8ca432
|
|
@@ -17,7 +17,9 @@ module Happyco
|
|
|
17
17
|
self.unmarshal_class_method = :decode
|
|
18
18
|
self.service_name = 'happyco.manage.account.v1.AccountService'
|
|
19
19
|
|
|
20
|
+
# No longer supported since version 2.7.
|
|
20
21
|
rpc :ListAccounts, ListAccountsRequest, ListAccountsResponse
|
|
22
|
+
# No longer supported since version 2.7.
|
|
21
23
|
rpc :UpdateAccounts, UpdateAccountsRequest, UpdateAccountsResponse
|
|
22
24
|
end
|
|
23
25
|
|
|
@@ -33,6 +35,8 @@ module Happyco
|
|
|
33
35
|
self.service_name = 'happyco.manage.account.v1.AccountUsersService'
|
|
34
36
|
|
|
35
37
|
rpc :ListUsers, ListUsersRequest, ListUsersResponse
|
|
38
|
+
# * Add users uses email to create or look up a user and add them to the specified
|
|
39
|
+
# account. As of version 2.7, it no longer creates inactive users.
|
|
36
40
|
rpc :AddUsers, AddUsersRequest, AddUsersResponse
|
|
37
41
|
rpc :UpdateUsers, UpdateUsersRequest, UpdateUsersResponse
|
|
38
42
|
rpc :UpdateUserStatuses, UpdateUserStatusesRequest, UpdateUserStatusesResponse
|
|
@@ -17,7 +17,9 @@ module Happyco
|
|
|
17
17
|
self.unmarshal_class_method = :decode
|
|
18
18
|
self.service_name = 'happyco.manage.account_provisioning.v1.AccountProvisioningService'
|
|
19
19
|
|
|
20
|
+
# No longer supported since version 2.7.
|
|
20
21
|
rpc :CreateAccounts, CreateAccountsRequest, CreateAccountsResponse
|
|
22
|
+
# No longer supported since version 2.7.
|
|
21
23
|
rpc :UpdateAccountStatuses, UpdateAccountStatusesRequest, UpdateAccountStatusesResponse
|
|
22
24
|
end
|
|
23
25
|
|
data/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: happyco
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- HappyCo Authors
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: grpc
|