@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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.3.1-stage.4974",
6
+ "version": "1.3.1-stage.4982",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -1903,7 +1903,7 @@ export interface paths {
1903
1903
  };
1904
1904
  get?: never;
1905
1905
  put?: never;
1906
- /** @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 when the event has that attribution. A provided teamId must match x-team-id; a provided userId must identify an active user and, when teamId is present, an active team member. Obvious name and email properties are removed recursively before enqueueing. */
1906
+ /** @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. */
1907
1907
  post: operations["postInternalEvents"];
1908
1908
  delete?: never;
1909
1909
  options?: never;