happyco 2.1.1 → 2.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3652c9bf338063c5a845da5881a917a60ffcea01
4
- data.tar.gz: d79a58551da079b0ba9a13e969b96f3c2e3c1bb1
3
+ metadata.gz: 29257442ee0e861377ec1c55ae0e18238275615c
4
+ data.tar.gz: 6691de3d876bc73350f87c8994af06c7c0c2e4d4
5
5
  SHA512:
6
- metadata.gz: eed13c50aa8719a226462820561771ff481aa15086cf3e9779f68cc7cf4b10b483bc91c8359f130110d4e91e6e6433eb401c708e8c464d2c51640f980b6a585f
7
- data.tar.gz: 3db9df29630637eb573c411127354db7e4845ab6e7075c8be069cb12fb8be6f838a0d4eb04f0c65a064af1e97c602a6c55719eb2d05f238441a53888a10c0326
6
+ metadata.gz: '00200329eb607775327245e87c82e550bec4af7e482fd68eaf7a1dff619f74a7e75e0c3a8694df9e9b9d7dcee5e9341c735b78c3b1fc71fa77e8ba0389b6ed95'
7
+ data.tar.gz: d61f40023df1465ed2bf2c6631b67dc5ee90c0cb8056d99975c3d396786e903e1b06c7492956a30679dd48fb09bd883ce30803722e4c837c75252f3a9168c5f8
data/README.md CHANGED
@@ -1 +1 @@
1
- /home/jenkins/agent/.cache/bazel/_bazel_jenkins/43f5b658d36cbf396937f63d8b7106f2/execroot/__main__/a
1
+ /private/var/tmp/_bazel_rcheater/a17b6492d8cbdef955caaca8409af85b/execroot/__main__/apis/public/clie
@@ -57,6 +57,7 @@ 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
60
61
  oneof :status do
61
62
  optional :scheduled, :message, 7, "happyco.inspect.inspection.v1.ScheduledInspection"
62
63
  optional :in_progress, :message, 8, "happyco.inspect.inspection.v1.InspectionData"
@@ -39,6 +39,8 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
39
39
  map :requires_photo, :string, :message, 3, "happyco.type.v1.StringArray"
40
40
  map :requires_note, :string, :message, 4, "happyco.type.v1.StringArray"
41
41
  optional :requires_value, :bool, 5
42
+ map :requires_score, :string, :message, 6, "happyco.type.v1.StringArray"
43
+ optional :minimum_photos, :int32, 7
42
44
  end
43
45
  add_message "happyco.inspect.type.v1.RatingControl" do
44
46
  optional :key, :string, 1
@@ -54,6 +56,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
54
56
  optional :score, :float, 3
55
57
  optional :color, :string, 4
56
58
  optional :image, :enum, 5, "happyco.inspect.type.v1.RatingImage"
59
+ optional :minimum_photos, :int32, 6
57
60
  end
58
61
  add_message "happyco.inspect.type.v1.RatingRadioGroup" do
59
62
  optional :label, :string, 1
@@ -64,6 +67,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
64
67
  optional :score, :float, 3
65
68
  optional :color, :string, 4
66
69
  optional :image, :enum, 5, "happyco.inspect.type.v1.RatingImage"
70
+ optional :minimum_photos, :int32, 6
67
71
  end
68
72
  add_message "happyco.inspect.type.v1.RatingDropDown" do
69
73
  optional :label, :string, 1
@@ -75,6 +79,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
75
79
  optional :score, :float, 3
76
80
  optional :color, :string, 4
77
81
  optional :image, :enum, 5, "happyco.inspect.type.v1.RatingImage"
82
+ optional :minimum_photos, :int32, 6
78
83
  end
79
84
  add_message "happyco.inspect.type.v1.RatingValues" do
80
85
  oneof :rating_values 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,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'
1
8
  require 'apis/public/type/v1/varia_pb'
2
9
  require 'apis/public/type/v1/paging_pb'
3
10
  require 'apis/public/type/v1/integration_id_pb'
4
11
  require 'apis/public/type/v1/event_pb'
5
12
  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
13
  require 'apis/public/manage/asset/v1/asset_pb'
10
- require 'apis/public/manage/account_provisioning/v1/account_provisioning_services_pb'
14
+ require 'apis/public/manage/asset/v1/asset_services_pb'
11
15
  require 'apis/public/manage/account_provisioning/v1/account_provisioning_pb'
12
- require 'apis/public/manage/account/v1/account_services_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'
13
19
  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'
20
+ require 'apis/public/manage/account/v1/account_services_pb'
data/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Happyco
2
- VERSION = '2.1.1'
2
+ VERSION = '2.3.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.1
4
+ version: 2.3.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-16 00:00:00.000000000 Z
11
+ date: 2019-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grpc
@@ -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.5.2.3
77
77
  signing_key:
78
78
  specification_version: 4
79
79
  summary: Ruby client for HappyCo API