From 55dfe68f3146e2694d912c84681c8a19320dc5f9 Mon Sep 17 00:00:00 2001 From: Joel Uong Date: Tue, 3 Feb 2026 12:26:44 -0500 Subject: [PATCH] bump version and update docs --- docs/classes/slasadmin.slasadmin-3.html | 12 ++++++------ docs/index.html | 2 +- docs/modules/version.html | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/classes/slasadmin.slasadmin-3.html b/docs/classes/slasadmin.slasadmin-3.html index 16a56f34..b6a4e720 100644 --- a/docs/classes/slasadmin.slasadmin-3.html +++ b/docs/classes/slasadmin.slasadmin-3.html @@ -1336,8 +1336,8 @@

Returns Promise

retrievePasskeyCredentialsByUserName

-

Returns Promise<T extends true ? Response : Set<PasskeyCredentialDto>>

-

A promise of type Response if rawResponse is true, a promise of type Set otherwise.

+

Returns Promise<T extends true ? Response : Array<PasskeyCredentialDto>>

+

A promise of type Response if rawResponse is true, a promise of type Array otherwise.

diff --git a/docs/index.html b/docs/index.html index e8119ef2..f49eab5e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -625,7 +625,7 @@

Security

For more information about security considerations related to developing headless commerce applications, see Security Considerations for Headless Commerce on the Commerce Cloud Developer Center.

-

If you discover any potential security issues, please report them to security@salesforce.com as soon as possible.

+

If you discover any potential security issues, please report them to security@salesforce.com as soon as possible.

Additional Documentation

diff --git a/docs/modules/version.html b/docs/modules/version.html index df76a7b3..991bc217 100644 --- a/docs/modules/version.html +++ b/docs/modules/version.html @@ -95,7 +95,7 @@

Const USER_AGENT_HEADER

Const USER_AGENT_VALUE

-
USER_AGENT_VALUE: "commerce-sdk@5.1.0" = "commerce-sdk@5.1.0"
+
USER_AGENT_VALUE: "commerce-sdk@6.0.0" = "commerce-sdk@6.0.0"