happyco 2.3.0 → 2.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (25) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +1 -1
  3. data/lib/{apis → api}/public/inspect/inspection/v1/inspection_pb.rb +7 -6
  4. data/lib/{apis → api}/public/inspect/inspection/v1/inspection_services_pb.rb +7 -9
  5. data/lib/{apis → api}/public/inspect/report/v1/report_pb.rb +10 -10
  6. data/lib/{apis → api}/public/inspect/report/v1/report_services_pb.rb +3 -3
  7. data/lib/{apis → api}/public/inspect/template/v1/template_pb.rb +5 -5
  8. data/lib/{apis → api}/public/inspect/template/v1/template_services_pb.rb +2 -2
  9. data/lib/{apis → api}/public/inspect/type/v1/inspect_type_pb.rb +4 -3
  10. data/lib/{apis → api}/public/manage/account/v1/account_pb.rb +3 -3
  11. data/lib/{apis → api}/public/manage/account/v1/account_services_pb.rb +6 -2
  12. data/lib/{apis → api}/public/manage/account_provisioning/v1/account_provisioning_pb.rb +3 -3
  13. data/lib/{apis → api}/public/manage/account_provisioning/v1/account_provisioning_services_pb.rb +4 -2
  14. data/lib/{apis → api}/public/manage/asset/v1/asset_pb.rb +3 -3
  15. data/lib/{apis → api}/public/manage/asset/v1/asset_services_pb.rb +2 -2
  16. data/lib/{apis → api}/public/manage/folder/v1/folder_pb.rb +3 -3
  17. data/lib/{apis → api}/public/manage/folder/v1/folder_services_pb.rb +2 -2
  18. data/lib/{apis → api}/public/type/v1/date_pb.rb +1 -1
  19. data/lib/{apis → api}/public/type/v1/event_pb.rb +1 -1
  20. data/lib/{apis → api}/public/type/v1/integration_id_pb.rb +1 -1
  21. data/lib/{apis → api}/public/type/v1/paging_pb.rb +1 -1
  22. data/lib/{apis → api}/public/type/v1/varia_pb.rb +1 -1
  23. data/lib/happyco.rb +20 -20
  24. data/version.rb +1 -1
  25. metadata +23 -23
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 29257442ee0e861377ec1c55ae0e18238275615c
4
- data.tar.gz: 6691de3d876bc73350f87c8994af06c7c0c2e4d4
2
+ SHA256:
3
+ metadata.gz: ce96dd98b8da1016ae39c55c99b44486b7f75afbfd858bab363984bbd24a8f42
4
+ data.tar.gz: b1d4b302719dac864df3d39552dde1d292f6f5e4392221279d7d413a7ef4c30a
5
5
  SHA512:
6
- metadata.gz: '00200329eb607775327245e87c82e550bec4af7e482fd68eaf7a1dff619f74a7e75e0c3a8694df9e9b9d7dcee5e9341c735b78c3b1fc71fa77e8ba0389b6ed95'
7
- data.tar.gz: d61f40023df1465ed2bf2c6631b67dc5ee90c0cb8056d99975c3d396786e903e1b06c7492956a30679dd48fb09bd883ce30803722e4c837c75252f3a9168c5f8
6
+ metadata.gz: af00265b36d8b6648d8e8d73dbb7b61f296e36b01d449480825b2868a53fafa4545446630dd0bd8cadbecb76d4ab934207d102b604f7264d337703225236ac7b
7
+ data.tar.gz: d3e3a583e092437ed2aff0f662aa1348d56f462e41399415d6e4ec6d301ca42817f00a85dcd54d2ed1579ef0bb2d0376aed1d02589081586b934f2510e8ca432
data/README.md CHANGED
@@ -1 +1 @@
1
- /private/var/tmp/_bazel_rcheater/a17b6492d8cbdef955caaca8409af85b/execroot/__main__/apis/public/clie
1
+ ./home/kirsten/.cache/bazel/_bazel_kirsten/93ecf8bb21cd598edd1b264a6310571c/execroot/__main__/api/pu
@@ -1,13 +1,13 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: apis/public/inspect/inspection/v1/inspection.proto
2
+ # source: api/public/inspect/inspection/v1/inspection.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'apis/public/type/v1/integration_id_pb'
7
- require 'apis/public/type/v1/date_pb'
8
- require 'apis/public/type/v1/paging_pb'
9
- require 'apis/public/type/v1/event_pb'
10
- require 'apis/public/inspect/type/v1/inspect_type_pb'
6
+ require 'api/public/type/v1/integration_id_pb'
7
+ require 'api/public/type/v1/date_pb'
8
+ require 'api/public/type/v1/paging_pb'
9
+ require 'api/public/type/v1/event_pb'
10
+ require 'api/public/inspect/type/v1/inspect_type_pb'
11
11
  require 'google/api/annotations_pb'
12
12
  Google::Protobuf::DescriptorPool.generated_pool.build do
13
13
  add_message "happyco.inspect.inspection.v1.CreateDelegatedInspectionLinksRequest" do
@@ -58,6 +58,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
58
58
  optional :template_outline, :string, 6
59
59
  optional :update_time, :message, 10, "happyco.type.v1.DateTime"
60
60
  optional :photo_quality, :int32, 11
61
+ optional :assigned_to_id, :message, 12, "happyco.type.v1.IntegrationID"
61
62
  oneof :status do
62
63
  optional :scheduled, :message, 7, "happyco.inspect.inspection.v1.ScheduledInspection"
63
64
  optional :in_progress, :message, 8, "happyco.inspect.inspection.v1.InspectionData"
@@ -1,8 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: apis/public/inspect/inspection/v1/inspection.proto for package 'happyco.inspect.inspection.v1'
2
+ # Source: api/public/inspect/inspection/v1/inspection.proto for package 'happyco.inspect.inspection.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'apis/public/inspect/inspection/v1/inspection_pb'
5
+ require 'api/public/inspect/inspection/v1/inspection_pb'
6
6
 
7
7
  module Happyco
8
8
  module Inspect
@@ -31,17 +31,15 @@ module Happyco
31
31
  # Currently an inspection cannot have its asset_id or template_id
32
32
  # updated.
33
33
  rpc :UpdateInspections, UpdateInspectionsRequest, UpdateInspectionsResponse
34
- # * Archive inspections should be used to delete inspections that are no
34
+ # * Archive inspections should be used to archive inspections that are no
35
35
  # longer wanted. No method for purging archived inspections is
36
- # available via the API.
36
+ # available via the API. All inspections must belong to the same folder.
37
37
  rpc :ArchiveInspections, SetInspectionsArchivedRequest, SetInspectionsArchivedResponse
38
38
  # * Unarchive inspections should be used if previously archived
39
- # inspections need to be restored.
39
+ # inspections need to be restored. All inspections must belong
40
+ # to the same folder.
40
41
  rpc :UnarchiveInspections, SetInspectionsArchivedRequest, SetInspectionsArchivedResponse
41
- # * Adds photos to inspections. The returned photo IDs must be inserted
42
- # into the inspection for them to be displayed. This inspection does
43
- # not occur in a transaction and you will receive a response for each
44
- # photo.
42
+ # * No longer supported since 2.6.
45
43
  rpc :AddInspectionPhotos, AddInspectionPhotosRequest, AddInspectionPhotosResponse
46
44
  rpc :CreateDelegatedInspectionLinks, CreateDelegatedInspectionLinksRequest, CreateDelegatedInspectionLinksResponse
47
45
  end
@@ -1,12 +1,12 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: apis/public/inspect/report/v1/report.proto
2
+ # source: api/public/inspect/report/v1/report.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'apis/public/type/v1/integration_id_pb'
7
- require 'apis/public/type/v1/date_pb'
8
- require 'apis/public/type/v1/paging_pb'
9
- require 'apis/public/type/v1/event_pb'
6
+ require 'api/public/type/v1/integration_id_pb'
7
+ require 'api/public/type/v1/date_pb'
8
+ require 'api/public/type/v1/paging_pb'
9
+ require 'api/public/type/v1/event_pb'
10
10
  require 'google/api/annotations_pb'
11
11
  Google::Protobuf::DescriptorPool.generated_pool.build do
12
12
  add_message "happyco.inspect.report.v1.Report" do
@@ -19,8 +19,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
19
19
  optional :folder_id, :message, 7, "happyco.type.v1.IntegrationID"
20
20
  optional :asset_id, :message, 8, "happyco.type.v1.IntegrationID"
21
21
  repeated :inspection_ids, :message, 9, "happyco.type.v1.IntegrationID"
22
- optional :generated_at, :message, 10, "happyco.type.v1.Date"
23
- optional :finalized_at, :message, 11, "happyco.type.v1.Date"
22
+ optional :generated_at, :message, 10, "happyco.type.v1.DateTime"
23
+ optional :finalized_at, :message, 11, "happyco.type.v1.DateTime"
24
24
  optional :inspector_id, :message, 12, "happyco.type.v1.IntegrationID"
25
25
  optional :inspector_name, :string, 13
26
26
  optional :data, :string, 14
@@ -29,9 +29,9 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
29
29
  add_message "happyco.inspect.report.v1.Signatory" do
30
30
  optional :name, :string, 1
31
31
  optional :role, :string, 2
32
- optional :generated_at, :message, 3, "happyco.type.v1.Date"
33
- optional :signed_at, :message, 4, "happyco.type.v1.Date"
34
- optional :user_signed_at, :message, 5, "happyco.type.v1.Date"
32
+ optional :generated_at, :message, 3, "happyco.type.v1.DateTime"
33
+ optional :signed_at, :message, 4, "happyco.type.v1.DateTime"
34
+ optional :user_signed_at, :message, 5, "happyco.type.v1.DateTime"
35
35
  end
36
36
  add_message "happyco.inspect.report.v1.ListReportsRequest" do
37
37
  optional :account_id, :message, 1, "happyco.type.v1.IntegrationID"
@@ -1,8 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: apis/public/inspect/report/v1/report.proto for package 'happyco.inspect.report.v1'
2
+ # Source: api/public/inspect/report/v1/report.proto for package 'happyco.inspect.report.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'apis/public/inspect/report/v1/report_pb'
5
+ require 'api/public/inspect/report/v1/report_pb'
6
6
 
7
7
  module Happyco
8
8
  module Inspect
@@ -10,7 +10,7 @@ module Happyco
10
10
  module V1
11
11
  module ReportService
12
12
  # * Report service is used for acceing reports generated from
13
- # one or two inspections that are linked to the same asset.
13
+ # one or two inspections that are linked to the same asset.
14
14
  class Service
15
15
 
16
16
  include GRPC::GenericService
@@ -1,12 +1,12 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: apis/public/inspect/template/v1/template.proto
2
+ # source: api/public/inspect/template/v1/template.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'apis/public/type/v1/integration_id_pb'
7
- require 'apis/public/type/v1/paging_pb'
8
- require 'apis/public/type/v1/varia_pb'
9
- require 'apis/public/inspect/type/v1/inspect_type_pb'
6
+ require 'api/public/type/v1/integration_id_pb'
7
+ require 'api/public/type/v1/paging_pb'
8
+ require 'api/public/type/v1/varia_pb'
9
+ require 'api/public/inspect/type/v1/inspect_type_pb'
10
10
  require 'google/api/annotations_pb'
11
11
  Google::Protobuf::DescriptorPool.generated_pool.build do
12
12
  add_message "happyco.inspect.template.v1.Template" do
@@ -1,8 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: apis/public/inspect/template/v1/template.proto for package 'happyco.inspect.template.v1'
2
+ # Source: api/public/inspect/template/v1/template.proto for package 'happyco.inspect.template.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'apis/public/inspect/template/v1/template_pb'
5
+ require 'api/public/inspect/template/v1/template_pb'
6
6
 
7
7
  module Happyco
8
8
  module Inspect
@@ -1,10 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: apis/public/inspect/type/v1/inspect_type.proto
2
+ # source: api/public/inspect/type/v1/inspect_type.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'apis/public/type/v1/varia_pb'
7
- require 'apis/public/type/v1/integration_id_pb'
6
+ require 'api/public/type/v1/varia_pb'
7
+ require 'api/public/type/v1/integration_id_pb'
8
8
  Google::Protobuf::DescriptorPool.generated_pool.build do
9
9
  add_message "happyco.inspect.type.v1.HeaderField" do
10
10
  optional :label, :string, 1
@@ -23,6 +23,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
23
23
  optional :rating_group_key, :string, 5
24
24
  map :values, :string, :message, 6, "happyco.inspect.type.v1.RatingValues"
25
25
  map :scores, :string, :message, 7, "happyco.type.v1.FloatArray"
26
+ optional :task_work_category_id, :string, 9
26
27
  end
27
28
  add_message "happyco.inspect.type.v1.Photo" do
28
29
  optional :id, :message, 1, "happyco.type.v1.IntegrationID"
@@ -1,10 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: apis/public/manage/account/v1/account.proto
2
+ # source: api/public/manage/account/v1/account.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'apis/public/type/v1/integration_id_pb'
7
- require 'apis/public/type/v1/paging_pb'
6
+ require 'api/public/type/v1/integration_id_pb'
7
+ require 'api/public/type/v1/paging_pb'
8
8
  require 'google/api/annotations_pb'
9
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  add_message "happyco.manage.account.v1.Account" do
@@ -1,8 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: apis/public/manage/account/v1/account.proto for package 'happyco.manage.account.v1'
2
+ # Source: api/public/manage/account/v1/account.proto for package 'happyco.manage.account.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'apis/public/manage/account/v1/account_pb'
5
+ require 'api/public/manage/account/v1/account_pb'
6
6
 
7
7
  module Happyco
8
8
  module Manage
@@ -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
@@ -1,10 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: apis/public/manage/account_provisioning/v1/account_provisioning.proto
2
+ # source: api/public/manage/account_provisioning/v1/account_provisioning.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'apis/public/manage/account/v1/account_pb'
7
- require 'apis/public/type/v1/integration_id_pb'
6
+ require 'api/public/manage/account/v1/account_pb'
7
+ require 'api/public/type/v1/integration_id_pb'
8
8
  require 'google/api/annotations_pb'
9
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  add_message "happyco.manage.account_provisioning.v1.CreateAccountsRequest" do
@@ -1,8 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: apis/public/manage/account_provisioning/v1/account_provisioning.proto for package 'happyco.manage.account_provisioning.v1'
2
+ # Source: api/public/manage/account_provisioning/v1/account_provisioning.proto for package 'happyco.manage.account_provisioning.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'apis/public/manage/account_provisioning/v1/account_provisioning_pb'
5
+ require 'api/public/manage/account_provisioning/v1/account_provisioning_pb'
6
6
 
7
7
  module Happyco
8
8
  module Manage
@@ -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
 
@@ -1,10 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: apis/public/manage/asset/v1/asset.proto
2
+ # source: api/public/manage/asset/v1/asset.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'apis/public/type/v1/integration_id_pb'
7
- require 'apis/public/type/v1/paging_pb'
6
+ require 'api/public/type/v1/integration_id_pb'
7
+ require 'api/public/type/v1/paging_pb'
8
8
  require 'google/api/annotations_pb'
9
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  add_message "happyco.manage.asset.v1.Asset" do
@@ -1,8 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: apis/public/manage/asset/v1/asset.proto for package 'happyco.manage.asset.v1'
2
+ # Source: api/public/manage/asset/v1/asset.proto for package 'happyco.manage.asset.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'apis/public/manage/asset/v1/asset_pb'
5
+ require 'api/public/manage/asset/v1/asset_pb'
6
6
 
7
7
  module Happyco
8
8
  module Manage
@@ -1,10 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: apis/public/manage/folder/v1/folder.proto
2
+ # source: api/public/manage/folder/v1/folder.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'apis/public/type/v1/integration_id_pb'
7
- require 'apis/public/type/v1/paging_pb'
6
+ require 'api/public/type/v1/integration_id_pb'
7
+ require 'api/public/type/v1/paging_pb'
8
8
  require 'google/api/annotations_pb'
9
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  add_message "happyco.manage.folder.v1.Folder" do
@@ -1,8 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: apis/public/manage/folder/v1/folder.proto for package 'happyco.manage.folder.v1'
2
+ # Source: api/public/manage/folder/v1/folder.proto for package 'happyco.manage.folder.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'apis/public/manage/folder/v1/folder_pb'
5
+ require 'api/public/manage/folder/v1/folder_pb'
6
6
 
7
7
  module Happyco
8
8
  module Manage
@@ -1,5 +1,5 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: apis/public/type/v1/date.proto
2
+ # source: api/public/type/v1/date.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
@@ -1,5 +1,5 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: apis/public/type/v1/event.proto
2
+ # source: api/public/type/v1/event.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
@@ -1,5 +1,5 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: apis/public/type/v1/integration_id.proto
2
+ # source: api/public/type/v1/integration_id.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
@@ -1,5 +1,5 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: apis/public/type/v1/paging.proto
2
+ # source: api/public/type/v1/paging.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
@@ -1,5 +1,5 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: apis/public/type/v1/varia.proto
2
+ # source: api/public/type/v1/varia.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
@@ -1,20 +1,20 @@
1
- require 'apis/public/inspect/template/v1/template_services_pb'
2
- require 'apis/public/inspect/template/v1/template_pb'
3
- require 'apis/public/inspect/inspection/v1/inspection_pb'
4
- require 'apis/public/inspect/inspection/v1/inspection_services_pb'
5
- require 'apis/public/inspect/type/v1/inspect_type_pb'
6
- require 'apis/public/inspect/report/v1/report_services_pb'
7
- require 'apis/public/inspect/report/v1/report_pb'
8
- require 'apis/public/type/v1/varia_pb'
9
- require 'apis/public/type/v1/paging_pb'
10
- require 'apis/public/type/v1/integration_id_pb'
11
- require 'apis/public/type/v1/event_pb'
12
- require 'apis/public/type/v1/date_pb'
13
- require 'apis/public/manage/asset/v1/asset_pb'
14
- require 'apis/public/manage/asset/v1/asset_services_pb'
15
- require 'apis/public/manage/account_provisioning/v1/account_provisioning_pb'
16
- require 'apis/public/manage/account_provisioning/v1/account_provisioning_services_pb'
17
- require 'apis/public/manage/folder/v1/folder_pb'
18
- require 'apis/public/manage/folder/v1/folder_services_pb'
19
- require 'apis/public/manage/account/v1/account_pb'
20
- require 'apis/public/manage/account/v1/account_services_pb'
1
+ require 'api/public/manage/account/v1/account_services_pb'
2
+ require 'api/public/manage/account/v1/account_pb'
3
+ require 'api/public/manage/account_provisioning/v1/account_provisioning_services_pb'
4
+ require 'api/public/manage/account_provisioning/v1/account_provisioning_pb'
5
+ require 'api/public/manage/folder/v1/folder_pb'
6
+ require 'api/public/manage/folder/v1/folder_services_pb'
7
+ require 'api/public/manage/asset/v1/asset_pb'
8
+ require 'api/public/manage/asset/v1/asset_services_pb'
9
+ require 'api/public/inspect/report/v1/report_pb'
10
+ require 'api/public/inspect/report/v1/report_services_pb'
11
+ require 'api/public/inspect/type/v1/inspect_type_pb'
12
+ require 'api/public/inspect/template/v1/template_pb'
13
+ require 'api/public/inspect/template/v1/template_services_pb'
14
+ require 'api/public/inspect/inspection/v1/inspection_pb'
15
+ require 'api/public/inspect/inspection/v1/inspection_services_pb'
16
+ require 'api/public/type/v1/event_pb'
17
+ require 'api/public/type/v1/varia_pb'
18
+ require 'api/public/type/v1/paging_pb'
19
+ require 'api/public/type/v1/date_pb'
20
+ require 'api/public/type/v1/integration_id_pb'
data/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Happyco
2
- VERSION = '2.3.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.3.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: 2019-03-17 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
@@ -31,26 +31,26 @@ extensions: []
31
31
  extra_rdoc_files: []
32
32
  files:
33
33
  - README.md
34
- - lib/apis/public/inspect/inspection/v1/inspection_pb.rb
35
- - lib/apis/public/inspect/inspection/v1/inspection_services_pb.rb
36
- - lib/apis/public/inspect/report/v1/report_pb.rb
37
- - lib/apis/public/inspect/report/v1/report_services_pb.rb
38
- - lib/apis/public/inspect/template/v1/template_pb.rb
39
- - lib/apis/public/inspect/template/v1/template_services_pb.rb
40
- - lib/apis/public/inspect/type/v1/inspect_type_pb.rb
41
- - lib/apis/public/manage/account/v1/account_pb.rb
42
- - lib/apis/public/manage/account/v1/account_services_pb.rb
43
- - lib/apis/public/manage/account_provisioning/v1/account_provisioning_pb.rb
44
- - lib/apis/public/manage/account_provisioning/v1/account_provisioning_services_pb.rb
45
- - lib/apis/public/manage/asset/v1/asset_pb.rb
46
- - lib/apis/public/manage/asset/v1/asset_services_pb.rb
47
- - lib/apis/public/manage/folder/v1/folder_pb.rb
48
- - lib/apis/public/manage/folder/v1/folder_services_pb.rb
49
- - lib/apis/public/type/v1/date_pb.rb
50
- - lib/apis/public/type/v1/event_pb.rb
51
- - lib/apis/public/type/v1/integration_id_pb.rb
52
- - lib/apis/public/type/v1/paging_pb.rb
53
- - lib/apis/public/type/v1/varia_pb.rb
34
+ - lib/api/public/inspect/inspection/v1/inspection_pb.rb
35
+ - lib/api/public/inspect/inspection/v1/inspection_services_pb.rb
36
+ - lib/api/public/inspect/report/v1/report_pb.rb
37
+ - lib/api/public/inspect/report/v1/report_services_pb.rb
38
+ - lib/api/public/inspect/template/v1/template_pb.rb
39
+ - lib/api/public/inspect/template/v1/template_services_pb.rb
40
+ - lib/api/public/inspect/type/v1/inspect_type_pb.rb
41
+ - lib/api/public/manage/account/v1/account_pb.rb
42
+ - lib/api/public/manage/account/v1/account_services_pb.rb
43
+ - lib/api/public/manage/account_provisioning/v1/account_provisioning_pb.rb
44
+ - lib/api/public/manage/account_provisioning/v1/account_provisioning_services_pb.rb
45
+ - lib/api/public/manage/asset/v1/asset_pb.rb
46
+ - lib/api/public/manage/asset/v1/asset_services_pb.rb
47
+ - lib/api/public/manage/folder/v1/folder_pb.rb
48
+ - lib/api/public/manage/folder/v1/folder_services_pb.rb
49
+ - lib/api/public/type/v1/date_pb.rb
50
+ - lib/api/public/type/v1/event_pb.rb
51
+ - lib/api/public/type/v1/integration_id_pb.rb
52
+ - lib/api/public/type/v1/paging_pb.rb
53
+ - lib/api/public/type/v1/varia_pb.rb
54
54
  - lib/happyco.rb
55
55
  - version.rb
56
56
  homepage: https://github.com/happy-co/api-ruby
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  version: '0'
74
74
  requirements: []
75
75
  rubyforge_project:
76
- rubygems_version: 2.5.2.3
76
+ rubygems_version: 2.7.6
77
77
  signing_key:
78
78
  specification_version: 4
79
79
  summary: Ruby client for HappyCo API