happyco 2.1.0 → 2.5.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.
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 +8 -6
  4. data/lib/{apis → api}/public/inspect/inspection/v1/inspection_services_pb.rb +7 -6
  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 +9 -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 +2 -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 +2 -2
  14. data/lib/{apis → api}/public/manage/asset/v1/asset_pb.rb +4 -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: c2eeed0f7c534b209ca08962bff08b33afaaf593
4
- data.tar.gz: '0187380f082b7b40f007e26b865aa6faf5b7775a'
2
+ SHA256:
3
+ metadata.gz: 1833b56435dc5592455c98f246c2630ac7591d3b72ca275ef592f96fce2a85b3
4
+ data.tar.gz: cf20430698af2b6c74adca4303bd56487db0937007c7c59e75d24ebca6c8f122
5
5
  SHA512:
6
- metadata.gz: 91454946234ae4386a67db49c1a71014e51907786a93cc2e084528e44b7ae614edab0a83f6ddfd1229cc4dee4b945bc3db160ec5d4e792300c1cc26a6c4ffc7a
7
- data.tar.gz: bcb97be5f64ced5c0211b70bb1881b81e5f55988adeac5395065698704b71cd360887f7d9cac20dad8f0afca2050e8ce2c0e37cf08ab0d1fc9d387d25645f1b1
6
+ metadata.gz: 3c6d5621a7ba488671165bf735e7a4dcd5ca0f59bf21cac0d041fb247282055f6bf0f401d998cc4492d2c4c1a1612e9e21ac88ba38c9cc4c53f6066997fbefcd
7
+ data.tar.gz: 5a5c0007c1b2cd260ac5a6e0f07f6d2699efbfc0976a4eb1ed223bbb6c303e2c04222db131b18030877ae52d65c45d630e2e8d32341f1f87351049f6a55162ca
data/README.md CHANGED
@@ -1 +1 @@
1
- /home/jenkins/agent/.cache/bazel/_bazel_jenkins/43f5b658d36cbf396937f63d8b7106f2/execroot/__main__/a
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
@@ -57,6 +57,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
57
57
  optional :template_id, :message, 5, "happyco.type.v1.IntegrationID"
58
58
  optional :template_outline, :string, 6
59
59
  optional :update_time, :message, 10, "happyco.type.v1.DateTime"
60
+ optional :photo_quality, :int32, 11
61
+ optional :assigned_to_id, :message, 12, "happyco.type.v1.IntegrationID"
60
62
  oneof :status do
61
63
  optional :scheduled, :message, 7, "happyco.inspect.inspection.v1.ScheduledInspection"
62
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,18 @@ 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
42
  # * Adds photos to inspections. The returned photo IDs must be inserted
42
43
  # into the inspection for them to be displayed. This inspection does
43
44
  # not occur in a transaction and you will receive a response for each
44
- # photo.
45
+ # photo. This is now deprecated and soon to be removed.
45
46
  rpc :AddInspectionPhotos, AddInspectionPhotosRequest, AddInspectionPhotosResponse
46
47
  rpc :CreateDelegatedInspectionLinks, CreateDelegatedInspectionLinksRequest, CreateDelegatedInspectionLinksResponse
47
48
  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"
@@ -39,6 +40,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
39
40
  map :requires_photo, :string, :message, 3, "happyco.type.v1.StringArray"
40
41
  map :requires_note, :string, :message, 4, "happyco.type.v1.StringArray"
41
42
  optional :requires_value, :bool, 5
43
+ map :requires_score, :string, :message, 6, "happyco.type.v1.StringArray"
44
+ optional :minimum_photos, :int32, 7
42
45
  end
43
46
  add_message "happyco.inspect.type.v1.RatingControl" do
44
47
  optional :key, :string, 1
@@ -54,6 +57,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
54
57
  optional :score, :float, 3
55
58
  optional :color, :string, 4
56
59
  optional :image, :enum, 5, "happyco.inspect.type.v1.RatingImage"
60
+ optional :minimum_photos, :int32, 6
57
61
  end
58
62
  add_message "happyco.inspect.type.v1.RatingRadioGroup" do
59
63
  optional :label, :string, 1
@@ -64,6 +68,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
64
68
  optional :score, :float, 3
65
69
  optional :color, :string, 4
66
70
  optional :image, :enum, 5, "happyco.inspect.type.v1.RatingImage"
71
+ optional :minimum_photos, :int32, 6
67
72
  end
68
73
  add_message "happyco.inspect.type.v1.RatingDropDown" do
69
74
  optional :label, :string, 1
@@ -75,6 +80,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
75
80
  optional :score, :float, 3
76
81
  optional :color, :string, 4
77
82
  optional :image, :enum, 5, "happyco.inspect.type.v1.RatingImage"
83
+ optional :minimum_photos, :int32, 6
78
84
  end
79
85
  add_message "happyco.inspect.type.v1.RatingValues" do
80
86
  oneof :rating_values do
@@ -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
@@ -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
@@ -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
@@ -17,6 +17,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
17
17
  optional :postal_code, :string, 7
18
18
  optional :country, :string, 8
19
19
  optional :photo_id, :message, 11, "happyco.type.v1.IntegrationID"
20
+ optional :notes, :string, 12
20
21
  oneof :type do
21
22
  optional :unit, :message, 9, "happyco.manage.asset.v1.Unit"
22
23
  optional :property, :message, 10, "happyco.manage.asset.v1.Property"
@@ -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/type/v1/varia_pb'
2
- require 'apis/public/type/v1/paging_pb'
3
- require 'apis/public/type/v1/integration_id_pb'
4
- require 'apis/public/type/v1/event_pb'
5
- require 'apis/public/type/v1/date_pb'
6
- require 'apis/public/manage/folder/v1/folder_services_pb'
7
- require 'apis/public/manage/folder/v1/folder_pb'
8
- require 'apis/public/manage/asset/v1/asset_services_pb'
9
- require 'apis/public/manage/asset/v1/asset_pb'
10
- require 'apis/public/manage/account_provisioning/v1/account_provisioning_services_pb'
11
- require 'apis/public/manage/account_provisioning/v1/account_provisioning_pb'
12
- require 'apis/public/manage/account/v1/account_services_pb'
13
- require 'apis/public/manage/account/v1/account_pb'
14
- require 'apis/public/inspect/type/v1/inspect_type_pb'
15
- require 'apis/public/inspect/template/v1/template_services_pb'
16
- require 'apis/public/inspect/template/v1/template_pb'
17
- require 'apis/public/inspect/report/v1/report_services_pb'
18
- require 'apis/public/inspect/report/v1/report_pb'
19
- require 'apis/public/inspect/inspection/v1/inspection_services_pb'
20
- require 'apis/public/inspect/inspection/v1/inspection_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.1.0'
2
+ VERSION = '2.5.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.1.0
4
+ version: 2.5.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: 2018-01-10 00:00:00.000000000 Z
11
+ date: 2020-08-19 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.1
76
+ rubygems_version: 2.7.6
77
77
  signing_key:
78
78
  specification_version: 4
79
79
  summary: Ruby client for HappyCo API