Skip to content

refactor(types): sync embedded types#28

Open
Bender B. Rodríguez (CortiDevOps) wants to merge 1 commit into
mainfrom
sync/embedded-types
Open

refactor(types): sync embedded types#28
Bender B. Rodríguez (CortiDevOps) wants to merge 1 commit into
mainfrom
sync/embedded-types

Conversation

@CortiDevOps
Copy link
Copy Markdown

@CortiDevOps Bender B. Rodríguez (CortiDevOps) commented Apr 17, 2026

Sync packages/embedded-types/src from assistant into src/types.

@linear-code
Copy link
Copy Markdown

linear-code Bot commented May 28, 2026

DXA-3507

@barklund Morten Barklund (barklund) changed the title refactor(types): sync embedded types feat: update to new embedded configuration API May 28, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 20 out of 20 changed files in this pull request and generated 3 comments.

Comment thread src/CortiEmbedded.ts Outdated
Comment thread docs/migration-guide.md Outdated
Comment thread src/react/CortiEmbeddedReact.ts Outdated
Comment thread package.json Outdated
Comment on lines +38 to +39
"src/corti-embedded.ts",
"src/corti-embedded.js",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This was just to remove a warning during test runs.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 22 out of 24 changed files in this pull request and generated 2 comments.

Comment thread docs/migration-guide.md Outdated
Comment on lines +122 to +123
source: "standard",
id: "corti-soap",
Comment thread demo/demo.js
Comment on lines 281 to 294
const navPayload = JSON.parse(navTextarea.value);
if (navPayload && typeof navPayload === 'string') {
if (navPayload && typeof navPayload === "string") {
navPayload.path = navPayload.path.replace(
'{interaction_id}',
"{interaction_id}",
String(interactionId),
);
navTextarea.value = JSON.stringify(navPayload, null, 2);
} else {
// Fallback to string replace if unexpected structure
navTextarea.value = String(navTextarea.value).replace(
'{interaction_id}',
"{interaction_id}",
String(interactionId),
);
}
@CortiDevOps Bender B. Rodríguez (CortiDevOps) changed the title feat: update to new embedded configuration API refactor(types): sync embedded types May 29, 2026
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