Skip to content

Commit

Permalink
feat(cozy-intent): Add flagshipLinkRequest native method
Browse files Browse the repository at this point in the history
`flagshipLinkRequest` intent will be used by new `FlagshipLink` link in
cozy-client
  • Loading branch information
Ldoppea committed Sep 9, 2024
1 parent c7e6a2e commit 30842ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cozy-intent/src/api/models/methods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ interface _NativeMethodsRegister {
ocr: (base64: string) => unknown
openAppOSSettings: () => Promise<null>
isAvailable: (featureName: string) => Promise<boolean>
flagshipLinkRequest: (operation: unknown) => Promise<unknown>
}

export type NativeMethodsRegister = _NativeMethodsRegister & PostMeDefault
Expand Down

0 comments on commit 30842ff

Please sign in to comment.