Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

feat: add back v3beta1 API surface #39

Merged
merged 4 commits into from
Nov 25, 2020
Merged

feat: add back v3beta1 API surface #39

merged 4 commits into from
Nov 25, 2020

Conversation

bcoe
Copy link
Contributor

@bcoe bcoe commented Nov 25, 2020

Adds back v3beta1 API surface.

@bcoe bcoe requested a review from a team as a code owner November 25, 2020 17:58
@product-auto-label product-auto-label bot added the api: dialogflow Issues related to the googleapis/nodejs-dialogflow-cx API. label Nov 25, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Nov 25, 2020
@bcoe bcoe requested a review from Jeremy-WEI November 25, 2020 18:10
@codecov
Copy link

codecov bot commented Nov 25, 2020

Codecov Report

Merging #39 (00b966e) into master (ebf3110) will increase coverage by 0.03%.
The diff coverage is 98.60%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
+ Coverage   98.53%   98.56%   +0.03%     
==========================================
  Files          16       28      +12     
  Lines       25256    47846   +22590     
  Branches      593     1163     +570     
==========================================
+ Hits        24885    47158   +22273     
- Misses        359      665     +306     
- Partials       12       23      +11     
Impacted Files Coverage Δ
src/v3beta1/sessions_client.ts 98.53% <ø> (ø)
src/v3beta1/transition_route_groups_client.ts 98.44% <ø> (ø)
src/v3beta1/versions_client.ts 98.78% <ø> (ø)
src/v3beta1/webhooks_client.ts 98.52% <ø> (ø)
src/v3beta1/intents_client.ts 98.42% <98.42%> (ø)
src/v3beta1/pages_client.ts 98.43% <98.43%> (ø)
src/v3beta1/entity_types_client.ts 98.43% <98.43%> (ø)
src/v3beta1/session_entity_types_client.ts 98.47% <98.47%> (ø)
src/v3beta1/flows_client.ts 98.73% <98.73%> (ø)
src/v3beta1/agents_client.ts 98.78% <98.78%> (ø)
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ebf3110...00b966e. Read the comment docs.

@@ -46,7 +46,8 @@
"prelint": "cd samples; npm link ../; npm i",
"prepare": "npm run compile-protos && npm run compile",
"system-test": "c8 mocha build/system-test",
"test": "c8 mocha build/test",
"test": "c8 npm run test:all",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

running both the v1 and v1beta1 tests at the same time results in an OOM issue.

@bcoe bcoe merged commit 36ba8fa into master Nov 25, 2020
@bcoe bcoe deleted the v3beta12 branch November 25, 2020 18:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: dialogflow Issues related to the googleapis/nodejs-dialogflow-cx API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants