Skip to content

Commit

Permalink
[CI] api has been built
Browse files Browse the repository at this point in the history
  • Loading branch information
admin-cloudforet committed Sep 8, 2023
1 parent 5127de2 commit cb9b28b
Show file tree
Hide file tree
Showing 10 changed files with 121 additions and 99 deletions.
2 changes: 1 addition & 1 deletion dist/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ require (
github.com/golang/protobuf v1.5.3
github.com/grpc-ecosystem/grpc-gateway/v2 v2.17.1
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
google.golang.org/grpc v1.57.0
google.golang.org/grpc v1.58.0
google.golang.org/protobuf v1.31.0
)

Expand Down
4 changes: 2 additions & 2 deletions dist/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d h1:
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d/go.mod h1:KjSP20unUpOx5kyQUFa7k4OJg0qeJ7DEZflGDu2p6Bk=
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d h1:uvYuEyMHKNt+lT4K3bN6fGswmK8qSvcreM3BwjDh+y4=
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d/go.mod h1:+Bk1OCOj40wS2hwAMA+aCW9ypzm63QTBBHp6lQ3p+9M=
google.golang.org/grpc v1.57.0 h1:kfzNeI/klCGD2YPMUlaGNT3pxvYfga7smW3Vth8Zsiw=
google.golang.org/grpc v1.57.0/go.mod h1:Sd+9RMTACXwmub0zcNY2c4arhtrbBYD1AUHI/dt16Mo=
google.golang.org/grpc v1.58.0 h1:32JY8YpPMSR45K+c3o6b8VL73V+rR8k+DeMIr4vRH8o=
google.golang.org/grpc v1.58.0/go.mod h1:tgX3ZQDlNJGU96V6yHh1T/JeoBQ2TXdr43YbYSsCJk0=
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
google.golang.org/protobuf v1.31.0 h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=
Expand Down
168 changes: 89 additions & 79 deletions dist/go/spaceone/api/cost_analysis/v1/cost_query_set.pb.go

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions dist/json/cloudforet/api/cost_analysis/v1/Cost_query_set.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,18 @@
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "data_source_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "domain_id",
"description": "",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed dist/python/dist/spaceone-api-1.12.32.tar.gz
Binary file not shown.
Binary file added dist/python/dist/spaceone-api-1.12.33.tar.gz
Binary file not shown.
Binary file not shown.
16 changes: 8 additions & 8 deletions dist/python/spaceone/api/cost_analysis/v1/cost_query_set_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/python/spaceone_api.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: spaceone-api
Version: 1.12.32
Version: 1.12.33
Summary: Coreforet API Protobuf
Home-page: https://cloudforet.io/
Author: MEGAZONE Cloud Corp.
Expand Down

0 comments on commit cb9b28b

Please sign in to comment.