@vrplatform/api 1.3.1-stage.1768 → 1.3.1-stage.1769
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
package/src/generated/v1.ts
CHANGED
|
@@ -29464,6 +29464,7 @@ export interface operations {
|
|
|
29464
29464
|
name: string;
|
|
29465
29465
|
appId: string;
|
|
29466
29466
|
urlExample?: string | null;
|
|
29467
|
+
allowConfirmationCode?: boolean | null;
|
|
29467
29468
|
}[];
|
|
29468
29469
|
};
|
|
29469
29470
|
} | null;
|
|
@@ -29737,6 +29738,7 @@ export interface operations {
|
|
|
29737
29738
|
name: string;
|
|
29738
29739
|
appId: string;
|
|
29739
29740
|
urlExample?: string | null;
|
|
29741
|
+
allowConfirmationCode?: boolean | null;
|
|
29740
29742
|
}[];
|
|
29741
29743
|
};
|
|
29742
29744
|
} | null;
|
|
@@ -30679,6 +30681,7 @@ export interface operations {
|
|
|
30679
30681
|
name: string;
|
|
30680
30682
|
appId: string;
|
|
30681
30683
|
urlExample?: string | null;
|
|
30684
|
+
allowConfirmationCode?: boolean | null;
|
|
30682
30685
|
}[];
|
|
30683
30686
|
};
|
|
30684
30687
|
} | null;
|
|
@@ -30949,6 +30952,7 @@ export interface operations {
|
|
|
30949
30952
|
name: string;
|
|
30950
30953
|
appId: string;
|
|
30951
30954
|
urlExample?: string | null;
|
|
30955
|
+
allowConfirmationCode?: boolean | null;
|
|
30952
30956
|
}[];
|
|
30953
30957
|
};
|
|
30954
30958
|
} | null;
|
|
@@ -31492,6 +31496,7 @@ export interface operations {
|
|
|
31492
31496
|
name: string;
|
|
31493
31497
|
appId: string;
|
|
31494
31498
|
urlExample?: string | null;
|
|
31499
|
+
allowConfirmationCode?: boolean | null;
|
|
31495
31500
|
}[];
|
|
31496
31501
|
};
|
|
31497
31502
|
} | null;
|