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: d68718dfe0e68741202383f7fa26a2ba8d8ed643aa9f5028bb813a6874c9bd57
4
- data.tar.gz: 0ee02b4fc49c2e48341dc19f2d7440d48e04bb7acc3768b782a69a9e874d2a92
3
+ metadata.gz: ce96dd98b8da1016ae39c55c99b44486b7f75afbfd858bab363984bbd24a8f42
4
+ data.tar.gz: b1d4b302719dac864df3d39552dde1d292f6f5e4392221279d7d413a7ef4c30a
5
5
  SHA512:
6
- metadata.gz: 85180c231a88d332bcc61c7a92f9fb1b8387d30cfbd905328b9182060ee728818b7eb225ffec143c15d1e8507f03cfecb61b724fa1aaa32175cf7d8f401ab627
7
- data.tar.gz: 89f7e8442c720e30ad3a3bf1ef0e874d319466b74a05bed1141a09e32ddbdfdf4519ef7094c6efe380fcac45f166214de352ac7275c95740579a15f9406d1a40
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
@@ -1,3 +1,3 @@
1
1
  module Happyco
2
- VERSION = '2.6.0'
2
+ VERSION = '2.7.0'
3
3
  end
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.6.0
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-08-26 00:00:00.000000000 Z
11
+ date: 2020-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc