@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.
|
@@ -2091,7 +2091,7 @@ export interface paths {
|
|
|
2091
2091
|
patch?: never;
|
|
2092
2092
|
trace?: never;
|
|
2093
2093
|
};
|
|
2094
|
-
"/transactions/recurring-templates/{id}/
|
|
2094
|
+
"/transactions/recurring-templates/{id}/run": {
|
|
2095
2095
|
parameters: {
|
|
2096
2096
|
query?: never;
|
|
2097
2097
|
header?: never;
|
|
@@ -2099,9 +2099,9 @@ export interface paths {
|
|
|
2099
2099
|
cookie?: never;
|
|
2100
2100
|
};
|
|
2101
2101
|
get?: never;
|
|
2102
|
-
put?: never;
|
|
2103
2102
|
/** @description Create a recurring transaction instance */
|
|
2104
|
-
|
|
2103
|
+
put: operations["putTransactionsRecurring-templates:idRun"];
|
|
2104
|
+
post?: never;
|
|
2105
2105
|
delete?: never;
|
|
2106
2106
|
options?: never;
|
|
2107
2107
|
head?: never;
|
|
@@ -31312,7 +31312,7 @@ export interface operations {
|
|
|
31312
31312
|
};
|
|
31313
31313
|
};
|
|
31314
31314
|
};
|
|
31315
|
-
"
|
|
31315
|
+
"putTransactionsRecurring-templates:idRun": {
|
|
31316
31316
|
parameters: {
|
|
31317
31317
|
query?: never;
|
|
31318
31318
|
header?: never;
|
|
@@ -31324,7 +31324,7 @@ export interface operations {
|
|
|
31324
31324
|
requestBody?: {
|
|
31325
31325
|
content: {
|
|
31326
31326
|
"application/json": {
|
|
31327
|
-
dates: string[];
|
|
31327
|
+
dates: string[] | null;
|
|
31328
31328
|
};
|
|
31329
31329
|
};
|
|
31330
31330
|
};
|