@vrplatform/api 1.3.1-stage.3837 → 1.3.1-stage.3838

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.
@@ -4917,8 +4917,8 @@ export interface operations {
4917
4917
  requestBody?: {
4918
4918
  content: {
4919
4919
  "application/json": {
4920
- startingBalanceDate?: string | null;
4921
- startingBalanceAmount?: number | null;
4920
+ startingBalanceDate: string;
4921
+ startingBalanceAmount: number;
4922
4922
  };
4923
4923
  };
4924
4924
  };