happyco 0.2.0 → 2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (26) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/{happyco → apis/public}/inspect/inspection/v1/inspection_pb.rb +10 -7
  4. data/lib/{happyco → apis/public}/inspect/inspection/v1/inspection_services_pb.rb +6 -6
  5. data/lib/{happyco → apis/public}/inspect/report/v1/report_pb.rb +5 -5
  6. data/lib/{happyco → apis/public}/inspect/report/v1/report_services_pb.rb +2 -2
  7. data/lib/{happyco → apis/public}/inspect/template/v1/template_pb.rb +6 -6
  8. data/lib/{happyco → apis/public}/inspect/template/v1/template_services_pb.rb +2 -2
  9. data/lib/{happyco → apis/public}/inspect/type/v1/inspect_type_pb.rb +8 -5
  10. data/lib/{happyco → apis/public}/manage/account/v1/account_pb.rb +3 -3
  11. data/lib/{happyco → apis/public}/manage/account/v1/account_services_pb.rb +2 -2
  12. data/lib/{happyco → apis/public}/manage/account_provisioning/v1/account_provisioning_pb.rb +3 -3
  13. data/lib/{happyco → apis/public}/manage/account_provisioning/v1/account_provisioning_services_pb.rb +2 -2
  14. data/lib/{happyco → apis/public}/manage/asset/v1/asset_pb.rb +16 -3
  15. data/lib/{happyco → apis/public}/manage/asset/v1/asset_services_pb.rb +3 -2
  16. data/lib/{happyco → apis/public}/manage/folder/v1/folder_pb.rb +3 -3
  17. data/lib/{happyco → apis/public}/manage/folder/v1/folder_services_pb.rb +2 -2
  18. data/lib/{happyco → apis/public}/type/v1/date_pb.rb +1 -1
  19. data/lib/{happyco → apis/public}/type/v1/event_pb.rb +1 -1
  20. data/lib/{happyco → apis/public}/type/v1/integration_id_pb.rb +1 -1
  21. data/lib/{happyco → apis/public}/type/v1/paging_pb.rb +1 -1
  22. data/lib/{happyco → apis/public}/type/v1/varia_pb.rb +1 -1
  23. data/lib/happyco.rb +20 -20
  24. data/version.rb +1 -2
  25. metadata +23 -23
  26. data/README.md +0 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 05a4c28c26f235b353431f2d4c3cd4d881719135
4
- data.tar.gz: a95cf3ef9f5171652e9c46d1ddad33d941e41b7e
3
+ metadata.gz: c2eeed0f7c534b209ca08962bff08b33afaaf593
4
+ data.tar.gz: '0187380f082b7b40f007e26b865aa6faf5b7775a'
5
5
  SHA512:
6
- metadata.gz: a3c0b64dd49625ac065fd885278c85d7be5a2c008a767b4028bb798a69089da1e17c60bdaff633fe6791ca692042d70448442b2a01344790d6ba55895a091796
7
- data.tar.gz: ff5fdcd45fb88208397408d0aebd02df37f0e533571df84c3f5ecf74eb41ec3a2ff0c790427f1b563eebc4d72046f5919fbabed1f5b0233d652fd7a638075211
6
+ metadata.gz: 91454946234ae4386a67db49c1a71014e51907786a93cc2e084528e44b7ae614edab0a83f6ddfd1229cc4dee4b945bc3db160ec5d4e792300c1cc26a6c4ffc7a
7
+ data.tar.gz: bcb97be5f64ced5c0211b70bb1881b81e5f55988adeac5395065698704b71cd360887f7d9cac20dad8f0afca2050e8ce2c0e37cf08ab0d1fc9d387d25645f1b1
@@ -0,0 +1 @@
1
+ /home/jenkins/agent/.cache/bazel/_bazel_jenkins/43f5b658d36cbf396937f63d8b7106f2/execroot/__main__/a
@@ -1,13 +1,13 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: happyco/inspect/inspection/v1/inspection.proto
2
+ # source: apis/public/inspect/inspection/v1/inspection.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'happyco/type/v1/integration_id_pb'
7
- require 'happyco/type/v1/date_pb'
8
- require 'happyco/type/v1/paging_pb'
9
- require 'happyco/type/v1/event_pb'
10
- require 'happyco/inspect/type/v1/inspect_type_pb'
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'
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
@@ -56,6 +56,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
56
56
  optional :asset_id, :message, 4, "happyco.type.v1.IntegrationID"
57
57
  optional :template_id, :message, 5, "happyco.type.v1.IntegrationID"
58
58
  optional :template_outline, :string, 6
59
+ optional :update_time, :message, 10, "happyco.type.v1.DateTime"
59
60
  oneof :status do
60
61
  optional :scheduled, :message, 7, "happyco.inspect.inspection.v1.ScheduledInspection"
61
62
  optional :in_progress, :message, 8, "happyco.inspect.inspection.v1.InspectionData"
@@ -76,7 +77,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
76
77
  repeated :header_fields, :message, 7, "happyco.inspect.type.v1.HeaderField"
77
78
  repeated :sections, :message, 6, "happyco.inspect.type.v1.Section"
78
79
  repeated :footer_fields, :message, 8, "happyco.inspect.type.v1.FooterField"
79
- map :rating_groups, :string, :message, 5, "happyco.inspect.type.v1.RatingGroups"
80
+ map :rating_groups, :string, :message, 5, "happyco.inspect.type.v1.RatingGroup"
80
81
  end
81
82
  add_message "happyco.inspect.inspection.v1.ListInspectionsRequest" do
82
83
  optional :account_id, :message, 1, "happyco.type.v1.IntegrationID"
@@ -85,6 +86,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
85
86
  repeated :inspection_ids, :message, 4, "happyco.type.v1.IntegrationID"
86
87
  optional :archived, :bool, 5
87
88
  optional :paging, :message, 6, "happyco.type.v1.Paging"
89
+ optional :min_update_time, :message, 7, "happyco.type.v1.DateTime"
90
+ optional :max_update_time, :message, 8, "happyco.type.v1.DateTime"
88
91
  end
89
92
  add_message "happyco.inspect.inspection.v1.ListInspectionsResponse" do
90
93
  repeated :inspections, :message, 1, "happyco.inspect.inspection.v1.Inspection"
@@ -1,8 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: happyco/inspect/inspection/v1/inspection.proto for package 'happyco.inspect.inspection.v1'
2
+ # Source: apis/public/inspect/inspection/v1/inspection.proto for package 'happyco.inspect.inspection.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'happyco/inspect/inspection/v1/inspection_pb'
5
+ require 'apis/public/inspect/inspection/v1/inspection_pb'
6
6
 
7
7
  module Happyco
8
8
  module Inspect
@@ -25,7 +25,7 @@ module Happyco
25
25
  # inspections from one or more folders.
26
26
  rpc :ListInspections, ListInspectionsRequest, ListInspectionsResponse
27
27
  # * Create inspections can create inspections with any status (normally
28
- # scheduled).
28
+ # scheduled).
29
29
  rpc :CreateInspections, CreateInspectionsRequest, CreateInspectionsResponse
30
30
  # * Update inspections can change the contents of inspections.
31
31
  # Currently an inspection cannot have its asset_id or template_id
@@ -54,7 +54,7 @@ module Happyco
54
54
  # pushed the events. HappyCo guarantees to only send one client the event at a
55
55
  # time (in a round robin fashion). This means that you can scale event
56
56
  # processing as easily as your web servers.
57
- #
57
+ #
58
58
  # For this to work events must be acknowledged or time extensions requested
59
59
  # before the timeout peroid. If neither of these occurs, the event will be
60
60
  # sent to a new client. This covers 99% of cases, but if it's essential that
@@ -63,7 +63,7 @@ module Happyco
63
63
  #
64
64
  # When selecting a timeout and possible requesting time extensions please be
65
65
  # wary of network travel time. We recommend setting large timeouts (10mins+)
66
- # unless there is a critical reason to be resent events faster.
66
+ # unless there is a critical reason to be resent events faster.
67
67
  class Service
68
68
 
69
69
  include GRPC::GenericService
@@ -77,7 +77,7 @@ module Happyco
77
77
  rpc :OnInspectionStatusChanges, InspectionStatusChangesEventRequest, stream(InspectionStatusChangesEvent)
78
78
  # * On inspection status changes ack should be called when events have
79
79
  # been processed. Unless this is called events will be sent again
80
- # after the timeout period.
80
+ # after the timeout period.
81
81
  rpc :OnInspectionStatusChangesAck, InspectionStatusChangesEventAck, InspectionStatusChangesEventAckResponse
82
82
  end
83
83
 
@@ -1,12 +1,12 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: happyco/inspect/report/v1/report.proto
2
+ # source: apis/public/inspect/report/v1/report.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'happyco/type/v1/integration_id_pb'
7
- require 'happyco/type/v1/date_pb'
8
- require 'happyco/type/v1/paging_pb'
9
- require 'happyco/type/v1/event_pb'
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
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
@@ -1,8 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: happyco/inspect/report/v1/report.proto for package 'happyco.inspect.report.v1'
2
+ # Source: apis/public/inspect/report/v1/report.proto for package 'happyco.inspect.report.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'happyco/inspect/report/v1/report_pb'
5
+ require 'apis/public/inspect/report/v1/report_pb'
6
6
 
7
7
  module Happyco
8
8
  module Inspect
@@ -1,12 +1,12 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: happyco/inspect/template/v1/template.proto
2
+ # source: apis/public/inspect/template/v1/template.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'happyco/type/v1/integration_id_pb'
7
- require 'happyco/type/v1/paging_pb'
8
- require 'happyco/type/v1/varia_pb'
9
- require 'happyco/inspect/type/v1/inspect_type_pb'
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'
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
@@ -18,7 +18,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
18
18
  optional :description, :string, 6
19
19
  map :sections, :string, :message, 7, "happyco.inspect.type.v1.Section"
20
20
  map :outlines, :string, :message, 8, "happyco.type.v1.StringArray"
21
- map :rating_groups, :string, :message, 9, "happyco.inspect.type.v1.RatingGroups"
21
+ map :rating_groups, :string, :message, 9, "happyco.inspect.type.v1.RatingGroup"
22
22
  repeated :header_fields, :message, 10, "happyco.inspect.type.v1.HeaderField"
23
23
  repeated :footer_fields, :message, 11, "happyco.inspect.type.v1.FooterField"
24
24
  end
@@ -1,8 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: happyco/inspect/template/v1/template.proto for package 'happyco.inspect.template.v1'
2
+ # Source: apis/public/inspect/template/v1/template.proto for package 'happyco.inspect.template.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'happyco/inspect/template/v1/template_pb'
5
+ require 'apis/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: happyco/inspect/type/v1/inspect_type.proto
2
+ # source: apis/public/inspect/type/v1/inspect_type.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'happyco/type/v1/varia_pb'
7
- require 'happyco/type/v1/integration_id_pb'
6
+ require 'apis/public/type/v1/varia_pb'
7
+ require 'apis/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
@@ -33,9 +33,12 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
33
33
  optional :type, :string, 2
34
34
  optional :value, :string, 3
35
35
  end
36
- add_message "happyco.inspect.type.v1.RatingGroups" do
36
+ add_message "happyco.inspect.type.v1.RatingGroup" do
37
37
  optional :label, :string, 1
38
38
  repeated :ratings, :message, 2, "happyco.inspect.type.v1.RatingControl"
39
+ map :requires_photo, :string, :message, 3, "happyco.type.v1.StringArray"
40
+ map :requires_note, :string, :message, 4, "happyco.type.v1.StringArray"
41
+ optional :requires_value, :bool, 5
39
42
  end
40
43
  add_message "happyco.inspect.type.v1.RatingControl" do
41
44
  optional :key, :string, 1
@@ -210,7 +213,7 @@ module Happyco
210
213
  Item = Google::Protobuf::DescriptorPool.generated_pool.lookup("happyco.inspect.type.v1.Item").msgclass
211
214
  Photo = Google::Protobuf::DescriptorPool.generated_pool.lookup("happyco.inspect.type.v1.Photo").msgclass
212
215
  FooterField = Google::Protobuf::DescriptorPool.generated_pool.lookup("happyco.inspect.type.v1.FooterField").msgclass
213
- RatingGroups = Google::Protobuf::DescriptorPool.generated_pool.lookup("happyco.inspect.type.v1.RatingGroups").msgclass
216
+ RatingGroup = Google::Protobuf::DescriptorPool.generated_pool.lookup("happyco.inspect.type.v1.RatingGroup").msgclass
214
217
  RatingControl = Google::Protobuf::DescriptorPool.generated_pool.lookup("happyco.inspect.type.v1.RatingControl").msgclass
215
218
  RatingCheckbox = Google::Protobuf::DescriptorPool.generated_pool.lookup("happyco.inspect.type.v1.RatingCheckbox").msgclass
216
219
  RatingRadioGroup = Google::Protobuf::DescriptorPool.generated_pool.lookup("happyco.inspect.type.v1.RatingRadioGroup").msgclass
@@ -1,10 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: happyco/manage/account/v1/account.proto
2
+ # source: apis/public/manage/account/v1/account.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'happyco/type/v1/integration_id_pb'
7
- require 'happyco/type/v1/paging_pb'
6
+ require 'apis/public/type/v1/integration_id_pb'
7
+ require 'apis/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: happyco/manage/account/v1/account.proto for package 'happyco.manage.account.v1'
2
+ # Source: apis/public/manage/account/v1/account.proto for package 'happyco.manage.account.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'happyco/manage/account/v1/account_pb'
5
+ require 'apis/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: happyco/manage/account_provisioning/v1/account_provisioning.proto
2
+ # source: apis/public/manage/account_provisioning/v1/account_provisioning.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'happyco/manage/account/v1/account_pb'
7
- require 'happyco/type/v1/integration_id_pb'
6
+ require 'apis/public/manage/account/v1/account_pb'
7
+ require 'apis/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: happyco/manage/account_provisioning/v1/account_provisioning.proto for package 'happyco.manage.account_provisioning.v1'
2
+ # Source: apis/public/manage/account_provisioning/v1/account_provisioning.proto for package 'happyco.manage.account_provisioning.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'happyco/manage/account_provisioning/v1/account_provisioning_pb'
5
+ require 'apis/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: happyco/manage/asset/v1/asset.proto
2
+ # source: apis/public/manage/asset/v1/asset.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'happyco/type/v1/integration_id_pb'
7
- require 'happyco/type/v1/paging_pb'
6
+ require 'apis/public/type/v1/integration_id_pb'
7
+ require 'apis/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
@@ -16,6 +16,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
16
16
  optional :state, :string, 6
17
17
  optional :postal_code, :string, 7
18
18
  optional :country, :string, 8
19
+ optional :photo_id, :message, 11, "happyco.type.v1.IntegrationID"
19
20
  oneof :type do
20
21
  optional :unit, :message, 9, "happyco.manage.asset.v1.Unit"
21
22
  optional :property, :message, 10, "happyco.manage.asset.v1.Property"
@@ -61,6 +62,16 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
61
62
  end
62
63
  add_message "happyco.manage.asset.v1.SetAssetsArchivedResponse" do
63
64
  end
65
+ add_message "happyco.manage.asset.v1.AddAssetPhotoRequest" do
66
+ optional :account_id, :message, 1, "happyco.type.v1.IntegrationID"
67
+ optional :folder_id, :message, 2, "happyco.type.v1.IntegrationID"
68
+ optional :asset_id, :message, 3, "happyco.type.v1.IntegrationID"
69
+ optional :file_name, :string, 4
70
+ optional :data, :bytes, 5
71
+ end
72
+ add_message "happyco.manage.asset.v1.AddAssetPhotoResponse" do
73
+ optional :photo_id, :message, 1, "happyco.type.v1.IntegrationID"
74
+ end
64
75
  end
65
76
 
66
77
  module Happyco
@@ -78,6 +89,8 @@ module Happyco
78
89
  UpdateAssetsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("happyco.manage.asset.v1.UpdateAssetsResponse").msgclass
79
90
  SetAssetsArchivedRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("happyco.manage.asset.v1.SetAssetsArchivedRequest").msgclass
80
91
  SetAssetsArchivedResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("happyco.manage.asset.v1.SetAssetsArchivedResponse").msgclass
92
+ AddAssetPhotoRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("happyco.manage.asset.v1.AddAssetPhotoRequest").msgclass
93
+ AddAssetPhotoResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("happyco.manage.asset.v1.AddAssetPhotoResponse").msgclass
81
94
  end
82
95
  end
83
96
  end
@@ -1,8 +1,8 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # Source: happyco/manage/asset/v1/asset.proto for package 'happyco.manage.asset.v1'
2
+ # Source: apis/public/manage/asset/v1/asset.proto for package 'happyco.manage.asset.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'happyco/manage/asset/v1/asset_pb'
5
+ require 'apis/public/manage/asset/v1/asset_pb'
6
6
 
7
7
  module Happyco
8
8
  module Manage
@@ -22,6 +22,7 @@ module Happyco
22
22
  rpc :UpdateAssets, UpdateAssetsRequest, UpdateAssetsResponse
23
23
  rpc :ArchiveAssets, SetAssetsArchivedRequest, SetAssetsArchivedResponse
24
24
  rpc :UnarchiveAssets, SetAssetsArchivedRequest, SetAssetsArchivedResponse
25
+ rpc :AddAssetPhoto, AddAssetPhotoRequest, AddAssetPhotoResponse
25
26
  end
26
27
 
27
28
  Stub = Service.rpc_stub_class
@@ -1,10 +1,10 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: happyco/manage/folder/v1/folder.proto
2
+ # source: apis/public/manage/folder/v1/folder.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'happyco/type/v1/integration_id_pb'
7
- require 'happyco/type/v1/paging_pb'
6
+ require 'apis/public/type/v1/integration_id_pb'
7
+ require 'apis/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: happyco/manage/folder/v1/folder.proto for package 'happyco.manage.folder.v1'
2
+ # Source: apis/public/manage/folder/v1/folder.proto for package 'happyco.manage.folder.v1'
3
3
 
4
4
  require 'grpc'
5
- require 'happyco/manage/folder/v1/folder_pb'
5
+ require 'apis/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: happyco/type/v1/date.proto
2
+ # source: apis/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: happyco/type/v1/event.proto
2
+ # source: apis/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: happyco/type/v1/integration_id.proto
2
+ # source: apis/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: happyco/type/v1/paging.proto
2
+ # source: apis/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: happyco/type/v1/varia.proto
2
+ # source: apis/public/type/v1/varia.proto
3
3
 
4
4
  require 'google/protobuf'
5
5
 
@@ -1,20 +1,20 @@
1
- require 'happyco/inspect/inspection/v1/inspection_pb'
2
- require 'happyco/inspect/inspection/v1/inspection_services_pb'
3
- require 'happyco/inspect/report/v1/report_pb'
4
- require 'happyco/inspect/report/v1/report_services_pb'
5
- require 'happyco/inspect/template/v1/template_pb'
6
- require 'happyco/inspect/template/v1/template_services_pb'
7
- require 'happyco/inspect/type/v1/inspect_type_pb'
8
- require 'happyco/manage/account/v1/account_pb'
9
- require 'happyco/manage/account/v1/account_services_pb'
10
- require 'happyco/manage/account_provisioning/v1/account_provisioning_pb'
11
- require 'happyco/manage/account_provisioning/v1/account_provisioning_services_pb'
12
- require 'happyco/manage/asset/v1/asset_pb'
13
- require 'happyco/manage/asset/v1/asset_services_pb'
14
- require 'happyco/manage/folder/v1/folder_pb'
15
- require 'happyco/manage/folder/v1/folder_services_pb'
16
- require 'happyco/type/v1/date_pb'
17
- require 'happyco/type/v1/event_pb'
18
- require 'happyco/type/v1/integration_id_pb'
19
- require 'happyco/type/v1/paging_pb'
20
- require 'happyco/type/v1/varia_pb'
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'
data/version.rb CHANGED
@@ -1,4 +1,3 @@
1
1
  module Happyco
2
- VERSION = '0.2.0'
2
+ VERSION = '2.1.0'
3
3
  end
4
-
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: 0.2.0
4
+ version: 2.1.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: 2017-04-11 00:00:00.000000000 Z
11
+ date: 2018-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -31,27 +31,27 @@ 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
54
  - lib/happyco.rb
35
- - lib/happyco/inspect/inspection/v1/inspection_pb.rb
36
- - lib/happyco/inspect/inspection/v1/inspection_services_pb.rb
37
- - lib/happyco/inspect/report/v1/report_pb.rb
38
- - lib/happyco/inspect/report/v1/report_services_pb.rb
39
- - lib/happyco/inspect/template/v1/template_pb.rb
40
- - lib/happyco/inspect/template/v1/template_services_pb.rb
41
- - lib/happyco/inspect/type/v1/inspect_type_pb.rb
42
- - lib/happyco/manage/account/v1/account_pb.rb
43
- - lib/happyco/manage/account/v1/account_services_pb.rb
44
- - lib/happyco/manage/account_provisioning/v1/account_provisioning_pb.rb
45
- - lib/happyco/manage/account_provisioning/v1/account_provisioning_services_pb.rb
46
- - lib/happyco/manage/asset/v1/asset_pb.rb
47
- - lib/happyco/manage/asset/v1/asset_services_pb.rb
48
- - lib/happyco/manage/folder/v1/folder_pb.rb
49
- - lib/happyco/manage/folder/v1/folder_services_pb.rb
50
- - lib/happyco/type/v1/date_pb.rb
51
- - lib/happyco/type/v1/event_pb.rb
52
- - lib/happyco/type/v1/integration_id_pb.rb
53
- - lib/happyco/type/v1/paging_pb.rb
54
- - lib/happyco/type/v1/varia_pb.rb
55
55
  - version.rb
56
56
  homepage: https://github.com/happy-co/api-ruby
57
57
  licenses:
@@ -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.6.10
76
+ rubygems_version: 2.5.2.1
77
77
  signing_key:
78
78
  specification_version: 4
79
79
  summary: Ruby client for HappyCo API
data/README.md DELETED
@@ -1,4 +0,0 @@
1
- # HappyCo
2
- Generated ruby client for HappyCo API.
3
-
4
-