happyco 2.3.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 +5 -5
- data/README.md +1 -1
- data/lib/{apis → api}/public/inspect/inspection/v1/inspection_pb.rb +7 -6
- data/lib/{apis → api}/public/inspect/inspection/v1/inspection_services_pb.rb +7 -9
- data/lib/{apis → api}/public/inspect/report/v1/report_pb.rb +10 -10
- data/lib/{apis → api}/public/inspect/report/v1/report_services_pb.rb +3 -3
- data/lib/{apis → api}/public/inspect/template/v1/template_pb.rb +5 -5
- data/lib/{apis → api}/public/inspect/template/v1/template_services_pb.rb +2 -2
- data/lib/{apis → api}/public/inspect/type/v1/inspect_type_pb.rb +4 -3
- data/lib/{apis → api}/public/manage/account/v1/account_pb.rb +3 -3
- data/lib/{apis → api}/public/manage/account/v1/account_services_pb.rb +6 -2
- data/lib/{apis → api}/public/manage/account_provisioning/v1/account_provisioning_pb.rb +3 -3
- data/lib/{apis → api}/public/manage/account_provisioning/v1/account_provisioning_services_pb.rb +4 -2
- data/lib/{apis → api}/public/manage/asset/v1/asset_pb.rb +3 -3
- data/lib/{apis → api}/public/manage/asset/v1/asset_services_pb.rb +2 -2
- data/lib/{apis → api}/public/manage/folder/v1/folder_pb.rb +3 -3
- data/lib/{apis → api}/public/manage/folder/v1/folder_services_pb.rb +2 -2
- data/lib/{apis → api}/public/type/v1/date_pb.rb +1 -1
- data/lib/{apis → api}/public/type/v1/event_pb.rb +1 -1
- data/lib/{apis → api}/public/type/v1/integration_id_pb.rb +1 -1
- data/lib/{apis → api}/public/type/v1/paging_pb.rb +1 -1
- data/lib/{apis → api}/public/type/v1/varia_pb.rb +1 -1
- data/lib/happyco.rb +20 -20
- data/version.rb +1 -1
- metadata +23 -23
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: ce96dd98b8da1016ae39c55c99b44486b7f75afbfd858bab363984bbd24a8f42
|
|
4
|
+
data.tar.gz: b1d4b302719dac864df3d39552dde1d292f6f5e4392221279d7d413a7ef4c30a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: af00265b36d8b6648d8e8d73dbb7b61f296e36b01d449480825b2868a53fafa4545446630dd0bd8cadbecb76d4ab934207d102b604f7264d337703225236ac7b
|
|
7
|
+
data.tar.gz: d3e3a583e092437ed2aff0f662aa1348d56f462e41399415d6e4ec6d301ca42817f00a85dcd54d2ed1579ef0bb2d0376aed1d02589081586b934f2510e8ca432
|
data/README.md
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/
|
|
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:
|
|
2
|
+
# source: api/public/inspect/inspection/v1/inspection.proto
|
|
3
3
|
|
|
4
4
|
require 'google/protobuf'
|
|
5
5
|
|
|
6
|
-
require '
|
|
7
|
-
require '
|
|
8
|
-
require '
|
|
9
|
-
require '
|
|
10
|
-
require '
|
|
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:
|
|
2
|
+
# Source: api/public/inspect/inspection/v1/inspection.proto for package 'happyco.inspect.inspection.v1'
|
|
3
3
|
|
|
4
4
|
require 'grpc'
|
|
5
|
-
require '
|
|
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
|
|
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
|
-
# 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:
|
|
2
|
+
# source: api/public/inspect/report/v1/report.proto
|
|
3
3
|
|
|
4
4
|
require 'google/protobuf'
|
|
5
5
|
|
|
6
|
-
require '
|
|
7
|
-
require '
|
|
8
|
-
require '
|
|
9
|
-
require '
|
|
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.
|
|
23
|
-
optional :finalized_at, :message, 11, "happyco.type.v1.
|
|
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.
|
|
33
|
-
optional :signed_at, :message, 4, "happyco.type.v1.
|
|
34
|
-
optional :user_signed_at, :message, 5, "happyco.type.v1.
|
|
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:
|
|
2
|
+
# Source: api/public/inspect/report/v1/report.proto for package 'happyco.inspect.report.v1'
|
|
3
3
|
|
|
4
4
|
require 'grpc'
|
|
5
|
-
require '
|
|
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:
|
|
2
|
+
# source: api/public/inspect/template/v1/template.proto
|
|
3
3
|
|
|
4
4
|
require 'google/protobuf'
|
|
5
5
|
|
|
6
|
-
require '
|
|
7
|
-
require '
|
|
8
|
-
require '
|
|
9
|
-
require '
|
|
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:
|
|
2
|
+
# Source: api/public/inspect/template/v1/template.proto for package 'happyco.inspect.template.v1'
|
|
3
3
|
|
|
4
4
|
require 'grpc'
|
|
5
|
-
require '
|
|
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:
|
|
2
|
+
# source: api/public/inspect/type/v1/inspect_type.proto
|
|
3
3
|
|
|
4
4
|
require 'google/protobuf'
|
|
5
5
|
|
|
6
|
-
require '
|
|
7
|
-
require '
|
|
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:
|
|
2
|
+
# source: api/public/manage/account/v1/account.proto
|
|
3
3
|
|
|
4
4
|
require 'google/protobuf'
|
|
5
5
|
|
|
6
|
-
require '
|
|
7
|
-
require '
|
|
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:
|
|
2
|
+
# Source: api/public/manage/account/v1/account.proto for package 'happyco.manage.account.v1'
|
|
3
3
|
|
|
4
4
|
require 'grpc'
|
|
5
|
-
require '
|
|
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:
|
|
2
|
+
# source: api/public/manage/account_provisioning/v1/account_provisioning.proto
|
|
3
3
|
|
|
4
4
|
require 'google/protobuf'
|
|
5
5
|
|
|
6
|
-
require '
|
|
7
|
-
require '
|
|
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
|
data/lib/{apis → api}/public/manage/account_provisioning/v1/account_provisioning_services_pb.rb
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
-
# Source:
|
|
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 '
|
|
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:
|
|
2
|
+
# source: api/public/manage/asset/v1/asset.proto
|
|
3
3
|
|
|
4
4
|
require 'google/protobuf'
|
|
5
5
|
|
|
6
|
-
require '
|
|
7
|
-
require '
|
|
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:
|
|
2
|
+
# Source: api/public/manage/asset/v1/asset.proto for package 'happyco.manage.asset.v1'
|
|
3
3
|
|
|
4
4
|
require 'grpc'
|
|
5
|
-
require '
|
|
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:
|
|
2
|
+
# source: api/public/manage/folder/v1/folder.proto
|
|
3
3
|
|
|
4
4
|
require 'google/protobuf'
|
|
5
5
|
|
|
6
|
-
require '
|
|
7
|
-
require '
|
|
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:
|
|
2
|
+
# Source: api/public/manage/folder/v1/folder.proto for package 'happyco.manage.folder.v1'
|
|
3
3
|
|
|
4
4
|
require 'grpc'
|
|
5
|
-
require '
|
|
5
|
+
require 'api/public/manage/folder/v1/folder_pb'
|
|
6
6
|
|
|
7
7
|
module Happyco
|
|
8
8
|
module Manage
|
data/lib/happyco.rb
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
require '
|
|
2
|
-
require '
|
|
3
|
-
require '
|
|
4
|
-
require '
|
|
5
|
-
require '
|
|
6
|
-
require '
|
|
7
|
-
require '
|
|
8
|
-
require '
|
|
9
|
-
require '
|
|
10
|
-
require '
|
|
11
|
-
require '
|
|
12
|
-
require '
|
|
13
|
-
require '
|
|
14
|
-
require '
|
|
15
|
-
require '
|
|
16
|
-
require '
|
|
17
|
-
require '
|
|
18
|
-
require '
|
|
19
|
-
require '
|
|
20
|
-
require '
|
|
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
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.
|
|
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:
|
|
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/
|
|
35
|
-
- lib/
|
|
36
|
-
- lib/
|
|
37
|
-
- lib/
|
|
38
|
-
- lib/
|
|
39
|
-
- lib/
|
|
40
|
-
- lib/
|
|
41
|
-
- lib/
|
|
42
|
-
- lib/
|
|
43
|
-
- lib/
|
|
44
|
-
- lib/
|
|
45
|
-
- lib/
|
|
46
|
-
- lib/
|
|
47
|
-
- lib/
|
|
48
|
-
- lib/
|
|
49
|
-
- lib/
|
|
50
|
-
- lib/
|
|
51
|
-
- lib/
|
|
52
|
-
- lib/
|
|
53
|
-
- lib/
|
|
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.
|
|
76
|
+
rubygems_version: 2.7.6
|
|
77
77
|
signing_key:
|
|
78
78
|
specification_version: 4
|
|
79
79
|
summary: Ruby client for HappyCo API
|