Skip to content

Commit

Permalink
[WTEL-4190]: removed dictionary objects
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehor Datsenko committed Mar 5, 2024
1 parent 9e0877c commit 41ed8bd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 25 deletions.
16 changes: 4 additions & 12 deletions api/native/import.pb.go

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

12 changes: 3 additions & 9 deletions api/native/logger.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,7 @@
"cc_agent",
"cc_resource",
"cc_resource_group",
"chat_bots",
"skills",
"buckets"
"chat_bots"
]
}
}
Expand Down Expand Up @@ -581,9 +579,7 @@
"cc_agent",
"cc_resource",
"cc_resource_group",
"chat_bots",
"skills",
"buckets"
"chat_bots"
]
},
{
Expand Down Expand Up @@ -708,9 +704,7 @@
"cc_agent",
"cc_resource",
"cc_resource_group",
"chat_bots",
"skills",
"buckets"
"chat_bots"
],
"default": "cc_queue"
},
Expand Down
2 changes: 1 addition & 1 deletion proto/native/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
all: pull

pull:
protodep up --use-https
protodep up -f --use-https
4 changes: 2 additions & 2 deletions proto/native/contracts/import.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ enum AvailableSystemObjects {
cc_resource = 8;
cc_resource_group = 9;
chat_bots = 10;
skills = 11;
buckets = 12;
//skills = 11; dictionary
//buckets = 12; dictionary

}

Expand Down
2 changes: 1 addition & 1 deletion proto/native/protodep.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ proto_outdir = "./contracts"
[[dependencies]]
target = "github.com/webitel/protos/logger"
subgroup = ""
revision = "4b713629fa17c865e6a405bc466163e0fb51f139"
revision = "3a5d9a66c7ca2d191a6e4f087f9704dbf7995242"
branch = "main"
path = ""
protocol = "https"

0 comments on commit 41ed8bd

Please sign in to comment.