@vrplatform/api 1.3.1-stage.1961 → 1.3.1-stage.1962

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.
@@ -17685,7 +17685,9 @@ export interface operations {
17685
17685
  };
17686
17686
  deleteRecurringFeesById: {
17687
17687
  parameters: {
17688
- query?: never;
17688
+ query?: {
17689
+ onLocked?: "error" | "archive";
17690
+ };
17689
17691
  header?: never;
17690
17692
  path: {
17691
17693
  id: string;