@vrplatform/api 1.3.1-stage.4550 → 1.3.1-stage.4553

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.
@@ -2313,7 +2313,7 @@ export interface paths {
2313
2313
  path?: never;
2314
2314
  cookie?: never;
2315
2315
  };
2316
- /** @description List users across one regional partition of the partner portfolio with their team memberships and owner accesses. Select the partition with x-data-region. */
2316
+ /** @description List child-team users across one regional partition of the partner portfolio with their team memberships and owner accesses. Users who belong to the partner team itself are excluded. Select the partition with x-data-region. */
2317
2317
  get: operations["getPartnerUsers"];
2318
2318
  put?: never;
2319
2319
  post?: never;