@vrplatform/api 1.3.1-stage.4974 → 1.3.1-stage.4982
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1902,7 +1902,7 @@ export interface paths {
|
|
|
1902
1902
|
};
|
|
1903
1903
|
get?: never;
|
|
1904
1904
|
put?: never;
|
|
1905
|
-
/** @description Queue one authenticated tracking event. User-authenticated requests derive teamId and userId from the current context. First-party service-authenticated requests may provide teamId and userId
|
|
1905
|
+
/** @description Queue one authenticated tracking event. User-authenticated requests derive teamId and userId from the current context. First-party service-authenticated requests may provide teamId and userId as optional attribution. A provided teamId must match x-team-id. Existing users and historical team members retain attribution; missing or team-mismatched service user attribution is cleared without rejecting the event. Obvious name and email properties are removed recursively before enqueueing. */
|
|
1906
1906
|
post: operations["postInternalEvents"];
|
|
1907
1907
|
delete?: never;
|
|
1908
1908
|
options?: never;
|