Skip to content

Commit cc35eaa

Browse files
Merge pull request #3088 from Shopify/fix-applyTrackingConsentChange-doc-issue
add applyTrackingConsentChange to 2025-07 doc
2 parents c15146a + 4d8fedf commit cc35eaa

File tree

1 file changed

+4
-1
lines changed
  • packages/ui-extensions/src/surfaces/customer-account/api

1 file changed

+4
-1
lines changed

packages/ui-extensions/src/surfaces/customer-account/api/docs.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ export interface Docs_Standard_StorageApi
7474
extends Pick<StandardApi<any>, 'storage'> {}
7575

7676
export interface Docs_Standard_CustomerPrivacyApi
77-
extends Pick<StandardApi<any>, 'customerPrivacy'> {}
77+
extends Pick<
78+
StandardApi<any>,
79+
'customerPrivacy' | 'applyTrackingConsentChange'
80+
> {}
7881

7982
export interface Docs_Standard_UIApi extends Pick<StandardApi<any>, 'ui'> {}
8083

0 commit comments

Comments
 (0)