@vrplatform/api 1.3.1-stage.6265 → 1.3.1-stage.6268

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.
@@ -5757,7 +5757,7 @@ export interface paths {
5757
5757
  get: operations["getTeams"];
5758
5758
  put?: never;
5759
5759
  /**
5760
- * @description Create team. The generic gateway forwards an explicit dataRegion to that regional cell; an omitted region uses the receiving cell. Partner provisioning requires a uniqueRef. An exact repeat of a completed provision fails with 409 and context.existingTeamId identifies the existing team; changed retry payloads fail without it. Fetch that team with GET /teams/lookup instead of creating it again. Retrying a provisioning request that failed before completing is safe. Generated and explicit slugs are checked against the global tenant registry before the regional tenant is written. defaultCurrency must exist in the target region currency catalog; unsupported values return 400 before creation. An explicit General Ledger copyFromTeamId must use the target data region; a mismatch returns 400 before either tenant registry is written.
5760
+ * @description Create team. The generic gateway forwards an explicit dataRegion to that regional cell; an omitted region uses the receiving cell. Partner provisioning requires a uniqueRef. An exact repeat of a completed provision fails with 409 and context.existingTeamId identifies the existing team; changed retry payloads fail without it. Fetch that team with GET /teams/lookup instead of creating it again. Retrying a provisioning request that failed before completing is safe. migratedFromTenantId atomically links a new GL team to a non-GL VRI source managed by the same partner; it is rejected for non-GL targets, GL sources, and sources managed by another partner. Generated and explicit slugs are checked against the global tenant registry before the regional tenant is written. defaultCurrency must exist in the target region currency catalog; unsupported values return 400 before creation. An explicit General Ledger copyFromTeamId must use the target data region; a mismatch returns 400 before either tenant registry is written.
5761
5761
  *
5762
5762
  * Required scope: teams:provision
5763
5763
  */
@@ -116510,6 +116510,7 @@ export interface operations {
116510
116510
  statementStartAt?: string | null;
116511
116511
  effectiveStatementStartAt?: string | null;
116512
116512
  ownerPortalShowDraftStatements?: boolean;
116513
+ migratedFromTenantId?: string | null;
116513
116514
  partnerId?: string | null;
116514
116515
  billingPartnerId?: string | null;
116515
116516
  /** Format: email */
@@ -116517,7 +116518,6 @@ export interface operations {
116517
116518
  supportEmail?: string | null;
116518
116519
  /** @description Primary brand color. Send null to clear it. */
116519
116520
  colorPrimary?: string | null;
116520
- migratedFromTenantId?: string | null;
116521
116521
  settings?: {
116522
116522
  showVRPilotGuide?: boolean;
116523
116523
  showReservations?: boolean;
@@ -122449,6 +122449,11 @@ export interface operations {
122449
122449
  copyLineMappingsFromPartnerId?: string | null;
122450
122450
  include?: ("statementLayouts" | "recurringFees" | "accounts" | "taxRates" | "lineMappings")[];
122451
122451
  } | boolean;
122452
+ /**
122453
+ * Format: uuid
122454
+ * @description VRI source team replaced by this new GL team. The source must be a non-GL team managed by the same partner.
122455
+ */
122456
+ migratedFromTenantId?: string;
122452
122457
  partnerId?: string | null;
122453
122458
  billingPartnerId?: string | null;
122454
122459
  addMembers?: {