Skip to content

Commit 80b029f

Browse files
Julianna Langstonkriswest
authored andcommitted
Update generated
1 parent f245e93 commit 80b029f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

packages/fdc3-schema/generated/api/BrowserTypes.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3946,6 +3946,15 @@ export interface RaiseIntentRequestPayload {
39463946
intent: string;
39473947
}
39483948

3949+
/**
3950+
* Metadata that can be provided by an app.
3951+
*/
3952+
export interface AppProvidableContextMetadata {
3953+
hostParams?: { [key: string]: any };
3954+
signature?: string;
3955+
traceId?: string;
3956+
}
3957+
39493958
/**
39503959
* Identifies the type of the message and it is typically set to the FDC3 function name that
39513960
* the message relates to, e.g. 'findIntent', with 'Request' appended.
@@ -6124,6 +6133,14 @@ const typeMap: any = {
61246133
],
61256134
false
61266135
),
6136+
AppProvidableContextMetadata: o(
6137+
[
6138+
{ json: 'hostParams', js: 'hostParams', typ: u(undefined, m('any')) },
6139+
{ json: 'signature', js: 'signature', typ: u(undefined, '') },
6140+
{ json: 'traceId', js: 'traceId', typ: u(undefined, '') },
6141+
],
6142+
false
6143+
),
61276144
RaiseIntentResponse: o(
61286145
[
61296146
{ json: 'meta', js: 'meta', typ: r('AddContextListenerResponseMeta') },

0 commit comments

Comments
 (0)