Skip to content

Bb2 4376 v3 changes#96

Merged
bwang-icf merged 11 commits intomasterfrom
BB2-4376-v3-changes
Jan 28, 2026
Merged

Bb2 4376 v3 changes#96
bwang-icf merged 11 commits intomasterfrom
BB2-4376-v3-changes

Conversation

@bwang-icf
Copy link
Contributor

Changes to allow v3 functionality in sample client by using the updated SDK. Includes some extra console.log messages for debugging but could be removed.

JIRA Ticket:
BB2-4376

What Does This PR Do?

Changes for v3 functionality in a local version of the sample client

What Should Reviewers Watch For?

Any breaking changes or unexpected behavior with v2 or v3.

Validation

Validated by way of local auth

Copy link
Contributor

Choose a reason for hiding this comment

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

Not sure, but should this be gitignored or removed from this changeset? Was this change only generated because we installed from the local sdk?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, that can definitely be removed. This may have been in part because I had been trying to get yarn to work right between this and the SDK

yarn.lock Outdated
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as for package-lock.json, should this be removed from the PR, or is this a necessary part of the change?

loggedInUser.eobData = {};
process.stdout.write(ERR_QUERY_EOB + '\n');
process.stderr.write("Exception: " + String(e) + '\n');
if (e.response) {
Copy link
Contributor

Choose a reason for hiding this comment

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

@bwang-icf should this block be removed? Just given the checks that were called out below, or are we good to ignore those?

@JamesDemeryNava
Copy link
Contributor

@bwang-icf I'm in the node-sdk repo, trying to make it so I can consume the updated sdk in the sample client. I am unable to run yarn build though, get an error that the command is not found. I'm on version 1.22.22, any advice on this?

Copy link
Contributor

@JamesDemeryNava JamesDemeryNava left a comment

Choose a reason for hiding this comment

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

Works for me after updating the SDK properly. Nicely done!

@bwang-icf bwang-icf merged commit 0f1e03f into master Jan 28, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants