@vrplatform/api 1.3.1-stage.1581 → 1.3.1-stage.1584
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/build/main/generated/v1.d.ts +129 -125
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +129 -125
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +1 -1
- package/src/generated/v1.ts +129 -125
|
@@ -1879,23 +1879,6 @@ export interface paths {
|
|
|
1879
1879
|
patch?: never;
|
|
1880
1880
|
trace?: never;
|
|
1881
1881
|
};
|
|
1882
|
-
"/teams/books-closing": {
|
|
1883
|
-
parameters: {
|
|
1884
|
-
query?: never;
|
|
1885
|
-
header?: never;
|
|
1886
|
-
path?: never;
|
|
1887
|
-
cookie?: never;
|
|
1888
|
-
};
|
|
1889
|
-
get?: never;
|
|
1890
|
-
/** @description Update team books closing date */
|
|
1891
|
-
put: operations["putTeamsBooks-closing"];
|
|
1892
|
-
post?: never;
|
|
1893
|
-
delete?: never;
|
|
1894
|
-
options?: never;
|
|
1895
|
-
head?: never;
|
|
1896
|
-
patch?: never;
|
|
1897
|
-
trace?: never;
|
|
1898
|
-
};
|
|
1899
1882
|
"/teams/opening-balances/advanced-deposits": {
|
|
1900
1883
|
parameters: {
|
|
1901
1884
|
query?: never;
|
|
@@ -1951,6 +1934,23 @@ export interface paths {
|
|
|
1951
1934
|
patch?: never;
|
|
1952
1935
|
trace?: never;
|
|
1953
1936
|
};
|
|
1937
|
+
"/teams/{id}/books-closing": {
|
|
1938
|
+
parameters: {
|
|
1939
|
+
query?: never;
|
|
1940
|
+
header?: never;
|
|
1941
|
+
path?: never;
|
|
1942
|
+
cookie?: never;
|
|
1943
|
+
};
|
|
1944
|
+
get?: never;
|
|
1945
|
+
/** @description Update team books closing date */
|
|
1946
|
+
put: operations["putTeams:idBooks-closing"];
|
|
1947
|
+
post?: never;
|
|
1948
|
+
delete?: never;
|
|
1949
|
+
options?: never;
|
|
1950
|
+
head?: never;
|
|
1951
|
+
patch?: never;
|
|
1952
|
+
trace?: never;
|
|
1953
|
+
};
|
|
1954
1954
|
"/teams/{id}/generate-demo-data": {
|
|
1955
1955
|
parameters: {
|
|
1956
1956
|
query?: never;
|
|
@@ -27909,114 +27909,6 @@ export interface operations {
|
|
|
27909
27909
|
};
|
|
27910
27910
|
};
|
|
27911
27911
|
};
|
|
27912
|
-
"putTeamsBooks-closing": {
|
|
27913
|
-
parameters: {
|
|
27914
|
-
query?: never;
|
|
27915
|
-
header?: never;
|
|
27916
|
-
path?: never;
|
|
27917
|
-
cookie?: never;
|
|
27918
|
-
};
|
|
27919
|
-
requestBody?: {
|
|
27920
|
-
content: {
|
|
27921
|
-
"application/json": {
|
|
27922
|
-
booksClosedAt: string | null;
|
|
27923
|
-
};
|
|
27924
|
-
};
|
|
27925
|
-
};
|
|
27926
|
-
responses: {
|
|
27927
|
-
/** @description Successful response */
|
|
27928
|
-
200: {
|
|
27929
|
-
headers: {
|
|
27930
|
-
[name: string]: unknown;
|
|
27931
|
-
};
|
|
27932
|
-
content: {
|
|
27933
|
-
"application/json": {
|
|
27934
|
-
booksClosedAt: string | null;
|
|
27935
|
-
};
|
|
27936
|
-
};
|
|
27937
|
-
};
|
|
27938
|
-
/** @description Bad request */
|
|
27939
|
-
400: {
|
|
27940
|
-
headers: {
|
|
27941
|
-
[name: string]: unknown;
|
|
27942
|
-
};
|
|
27943
|
-
content: {
|
|
27944
|
-
"application/json": {
|
|
27945
|
-
code: string;
|
|
27946
|
-
message: string;
|
|
27947
|
-
issues?: {
|
|
27948
|
-
message: string;
|
|
27949
|
-
}[];
|
|
27950
|
-
context?: unknown;
|
|
27951
|
-
};
|
|
27952
|
-
};
|
|
27953
|
-
};
|
|
27954
|
-
/** @description Unauthorized */
|
|
27955
|
-
401: {
|
|
27956
|
-
headers: {
|
|
27957
|
-
[name: string]: unknown;
|
|
27958
|
-
};
|
|
27959
|
-
content: {
|
|
27960
|
-
"application/json": {
|
|
27961
|
-
code: string;
|
|
27962
|
-
message: string;
|
|
27963
|
-
issues?: {
|
|
27964
|
-
message: string;
|
|
27965
|
-
}[];
|
|
27966
|
-
context?: unknown;
|
|
27967
|
-
};
|
|
27968
|
-
};
|
|
27969
|
-
};
|
|
27970
|
-
/** @description Forbidden */
|
|
27971
|
-
403: {
|
|
27972
|
-
headers: {
|
|
27973
|
-
[name: string]: unknown;
|
|
27974
|
-
};
|
|
27975
|
-
content: {
|
|
27976
|
-
"application/json": {
|
|
27977
|
-
code: string;
|
|
27978
|
-
message: string;
|
|
27979
|
-
issues?: {
|
|
27980
|
-
message: string;
|
|
27981
|
-
}[];
|
|
27982
|
-
context?: unknown;
|
|
27983
|
-
};
|
|
27984
|
-
};
|
|
27985
|
-
};
|
|
27986
|
-
/** @description Not found */
|
|
27987
|
-
404: {
|
|
27988
|
-
headers: {
|
|
27989
|
-
[name: string]: unknown;
|
|
27990
|
-
};
|
|
27991
|
-
content: {
|
|
27992
|
-
"application/json": {
|
|
27993
|
-
code: string;
|
|
27994
|
-
message: string;
|
|
27995
|
-
issues?: {
|
|
27996
|
-
message: string;
|
|
27997
|
-
}[];
|
|
27998
|
-
context?: unknown;
|
|
27999
|
-
};
|
|
28000
|
-
};
|
|
28001
|
-
};
|
|
28002
|
-
/** @description Internal server error */
|
|
28003
|
-
500: {
|
|
28004
|
-
headers: {
|
|
28005
|
-
[name: string]: unknown;
|
|
28006
|
-
};
|
|
28007
|
-
content: {
|
|
28008
|
-
"application/json": {
|
|
28009
|
-
code: string;
|
|
28010
|
-
message: string;
|
|
28011
|
-
issues?: {
|
|
28012
|
-
message: string;
|
|
28013
|
-
}[];
|
|
28014
|
-
context?: unknown;
|
|
28015
|
-
};
|
|
28016
|
-
};
|
|
28017
|
-
};
|
|
28018
|
-
};
|
|
28019
|
-
};
|
|
28020
27912
|
"getTeamsOpening-balancesAdvanced-deposits": {
|
|
28021
27913
|
parameters: {
|
|
28022
27914
|
query?: never;
|
|
@@ -29018,6 +28910,118 @@ export interface operations {
|
|
|
29018
28910
|
};
|
|
29019
28911
|
};
|
|
29020
28912
|
};
|
|
28913
|
+
"putTeams:idBooks-closing": {
|
|
28914
|
+
parameters: {
|
|
28915
|
+
query?: never;
|
|
28916
|
+
header?: never;
|
|
28917
|
+
path: {
|
|
28918
|
+
id: string;
|
|
28919
|
+
};
|
|
28920
|
+
cookie?: never;
|
|
28921
|
+
};
|
|
28922
|
+
requestBody?: {
|
|
28923
|
+
content: {
|
|
28924
|
+
"application/json": {
|
|
28925
|
+
booksClosedAt: string | null;
|
|
28926
|
+
};
|
|
28927
|
+
};
|
|
28928
|
+
};
|
|
28929
|
+
responses: {
|
|
28930
|
+
/** @description Successful response */
|
|
28931
|
+
200: {
|
|
28932
|
+
headers: {
|
|
28933
|
+
[name: string]: unknown;
|
|
28934
|
+
};
|
|
28935
|
+
content: {
|
|
28936
|
+
"application/json": {
|
|
28937
|
+
/** Format: uuid */
|
|
28938
|
+
id: string;
|
|
28939
|
+
booksClosedAt: string | null;
|
|
28940
|
+
};
|
|
28941
|
+
};
|
|
28942
|
+
};
|
|
28943
|
+
/** @description Bad request */
|
|
28944
|
+
400: {
|
|
28945
|
+
headers: {
|
|
28946
|
+
[name: string]: unknown;
|
|
28947
|
+
};
|
|
28948
|
+
content: {
|
|
28949
|
+
"application/json": {
|
|
28950
|
+
code: string;
|
|
28951
|
+
message: string;
|
|
28952
|
+
issues?: {
|
|
28953
|
+
message: string;
|
|
28954
|
+
}[];
|
|
28955
|
+
context?: unknown;
|
|
28956
|
+
};
|
|
28957
|
+
};
|
|
28958
|
+
};
|
|
28959
|
+
/** @description Unauthorized */
|
|
28960
|
+
401: {
|
|
28961
|
+
headers: {
|
|
28962
|
+
[name: string]: unknown;
|
|
28963
|
+
};
|
|
28964
|
+
content: {
|
|
28965
|
+
"application/json": {
|
|
28966
|
+
code: string;
|
|
28967
|
+
message: string;
|
|
28968
|
+
issues?: {
|
|
28969
|
+
message: string;
|
|
28970
|
+
}[];
|
|
28971
|
+
context?: unknown;
|
|
28972
|
+
};
|
|
28973
|
+
};
|
|
28974
|
+
};
|
|
28975
|
+
/** @description Forbidden */
|
|
28976
|
+
403: {
|
|
28977
|
+
headers: {
|
|
28978
|
+
[name: string]: unknown;
|
|
28979
|
+
};
|
|
28980
|
+
content: {
|
|
28981
|
+
"application/json": {
|
|
28982
|
+
code: string;
|
|
28983
|
+
message: string;
|
|
28984
|
+
issues?: {
|
|
28985
|
+
message: string;
|
|
28986
|
+
}[];
|
|
28987
|
+
context?: unknown;
|
|
28988
|
+
};
|
|
28989
|
+
};
|
|
28990
|
+
};
|
|
28991
|
+
/** @description Not found */
|
|
28992
|
+
404: {
|
|
28993
|
+
headers: {
|
|
28994
|
+
[name: string]: unknown;
|
|
28995
|
+
};
|
|
28996
|
+
content: {
|
|
28997
|
+
"application/json": {
|
|
28998
|
+
code: string;
|
|
28999
|
+
message: string;
|
|
29000
|
+
issues?: {
|
|
29001
|
+
message: string;
|
|
29002
|
+
}[];
|
|
29003
|
+
context?: unknown;
|
|
29004
|
+
};
|
|
29005
|
+
};
|
|
29006
|
+
};
|
|
29007
|
+
/** @description Internal server error */
|
|
29008
|
+
500: {
|
|
29009
|
+
headers: {
|
|
29010
|
+
[name: string]: unknown;
|
|
29011
|
+
};
|
|
29012
|
+
content: {
|
|
29013
|
+
"application/json": {
|
|
29014
|
+
code: string;
|
|
29015
|
+
message: string;
|
|
29016
|
+
issues?: {
|
|
29017
|
+
message: string;
|
|
29018
|
+
}[];
|
|
29019
|
+
context?: unknown;
|
|
29020
|
+
};
|
|
29021
|
+
};
|
|
29022
|
+
};
|
|
29023
|
+
};
|
|
29024
|
+
};
|
|
29021
29025
|
"postTeams:idGenerate-demo-data": {
|
|
29022
29026
|
parameters: {
|
|
29023
29027
|
query?: never;
|