@vrplatform/api 1.3.1-stage.1458 → 1.3.1-stage.1461

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
@@ -6,7 +6,7 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.1-stage.1458",
9
+ "version": "1.3.1-stage.1461",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
@@ -2092,7 +2092,7 @@ export interface paths {
2092
2092
  patch?: never;
2093
2093
  trace?: never;
2094
2094
  };
2095
- "/transactions/recurring-templates/{id}/instances": {
2095
+ "/transactions/recurring-templates/{id}/run": {
2096
2096
  parameters: {
2097
2097
  query?: never;
2098
2098
  header?: never;
@@ -2100,9 +2100,9 @@ export interface paths {
2100
2100
  cookie?: never;
2101
2101
  };
2102
2102
  get?: never;
2103
- put?: never;
2104
2103
  /** @description Create a recurring transaction instance */
2105
- post: operations["postTransactionsRecurring-templates:idInstances"];
2104
+ put: operations["putTransactionsRecurring-templates:idRun"];
2105
+ post?: never;
2106
2106
  delete?: never;
2107
2107
  options?: never;
2108
2108
  head?: never;
@@ -31313,7 +31313,7 @@ export interface operations {
31313
31313
  };
31314
31314
  };
31315
31315
  };
31316
- "postTransactionsRecurring-templates:idInstances": {
31316
+ "putTransactionsRecurring-templates:idRun": {
31317
31317
  parameters: {
31318
31318
  query?: never;
31319
31319
  header?: never;
@@ -31325,7 +31325,7 @@ export interface operations {
31325
31325
  requestBody?: {
31326
31326
  content: {
31327
31327
  "application/json": {
31328
- dates: string[];
31328
+ dates: string[] | null;
31329
31329
  };
31330
31330
  };
31331
31331
  };