@rlvt/contents-openapi-client 1.0.511 → 1.0.513
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/api.d.ts +39 -39
- package/build/definitions.d.ts +2 -2
- package/package.json +2 -2
package/build/api.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export default class {
|
|
|
30
30
|
status: "success";
|
|
31
31
|
} & {
|
|
32
32
|
data: {
|
|
33
|
+
family: string;
|
|
33
34
|
resourceGroupIds: string[];
|
|
34
35
|
readonly id: string & {
|
|
35
36
|
readonly?: "__readonly" | undefined;
|
|
@@ -44,7 +45,6 @@ export default class {
|
|
|
44
45
|
readonly?: "__readonly" | undefined;
|
|
45
46
|
};
|
|
46
47
|
type: "font";
|
|
47
|
-
family: string;
|
|
48
48
|
files: {
|
|
49
49
|
[x: string]: string;
|
|
50
50
|
};
|
|
@@ -55,7 +55,7 @@ export default class {
|
|
|
55
55
|
status: string;
|
|
56
56
|
code?: number | undefined;
|
|
57
57
|
message: string;
|
|
58
|
-
}, any>>;
|
|
58
|
+
}, any, {}>>;
|
|
59
59
|
createFont: (params: Record<string, never>, data: {
|
|
60
60
|
family: string;
|
|
61
61
|
files: {
|
|
@@ -67,6 +67,7 @@ export default class {
|
|
|
67
67
|
status: "success";
|
|
68
68
|
} & {
|
|
69
69
|
data: {
|
|
70
|
+
family: string;
|
|
70
71
|
resourceGroupIds: string[];
|
|
71
72
|
readonly id: string & {
|
|
72
73
|
readonly?: "__readonly" | undefined;
|
|
@@ -81,7 +82,6 @@ export default class {
|
|
|
81
82
|
readonly?: "__readonly" | undefined;
|
|
82
83
|
};
|
|
83
84
|
type: "font";
|
|
84
|
-
family: string;
|
|
85
85
|
files: {
|
|
86
86
|
[x: string]: string;
|
|
87
87
|
};
|
|
@@ -92,13 +92,14 @@ export default class {
|
|
|
92
92
|
status: string;
|
|
93
93
|
code?: number | undefined;
|
|
94
94
|
message: string;
|
|
95
|
-
}, any>>;
|
|
95
|
+
}, any, {}>>;
|
|
96
96
|
getFont: (params: {
|
|
97
97
|
id: string;
|
|
98
98
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
99
99
|
status: "success";
|
|
100
100
|
} & {
|
|
101
101
|
data: {
|
|
102
|
+
family: string;
|
|
102
103
|
resourceGroupIds: string[];
|
|
103
104
|
readonly id: string & {
|
|
104
105
|
readonly?: "__readonly" | undefined;
|
|
@@ -113,7 +114,6 @@ export default class {
|
|
|
113
114
|
readonly?: "__readonly" | undefined;
|
|
114
115
|
};
|
|
115
116
|
type: "font";
|
|
116
|
-
family: string;
|
|
117
117
|
files: {
|
|
118
118
|
[x: string]: string;
|
|
119
119
|
};
|
|
@@ -124,7 +124,7 @@ export default class {
|
|
|
124
124
|
status: string;
|
|
125
125
|
code?: number | undefined;
|
|
126
126
|
message: string;
|
|
127
|
-
}, any>>;
|
|
127
|
+
}, any, {}>>;
|
|
128
128
|
updateFont: (params: {
|
|
129
129
|
id: string;
|
|
130
130
|
}, data: {
|
|
@@ -138,6 +138,7 @@ export default class {
|
|
|
138
138
|
status: "success";
|
|
139
139
|
} & {
|
|
140
140
|
data: {
|
|
141
|
+
family: string;
|
|
141
142
|
resourceGroupIds: string[];
|
|
142
143
|
readonly id: string & {
|
|
143
144
|
readonly?: "__readonly" | undefined;
|
|
@@ -152,7 +153,6 @@ export default class {
|
|
|
152
153
|
readonly?: "__readonly" | undefined;
|
|
153
154
|
};
|
|
154
155
|
type: "font";
|
|
155
|
-
family: string;
|
|
156
156
|
files: {
|
|
157
157
|
[x: string]: string;
|
|
158
158
|
};
|
|
@@ -163,7 +163,7 @@ export default class {
|
|
|
163
163
|
status: string;
|
|
164
164
|
code?: number | undefined;
|
|
165
165
|
message: string;
|
|
166
|
-
}, any>>;
|
|
166
|
+
}, any, {}>>;
|
|
167
167
|
getFontTtf: (params: {
|
|
168
168
|
id: string;
|
|
169
169
|
type: string;
|
|
@@ -206,7 +206,7 @@ export default class {
|
|
|
206
206
|
stack?: string | undefined;
|
|
207
207
|
cause?: unknown;
|
|
208
208
|
};
|
|
209
|
-
}, any>>;
|
|
209
|
+
}, any, {}>>;
|
|
210
210
|
getUploaded: (params: {
|
|
211
211
|
namespace: string;
|
|
212
212
|
identifier: string;
|
|
@@ -249,7 +249,7 @@ export default class {
|
|
|
249
249
|
stack?: string | undefined;
|
|
250
250
|
cause?: unknown;
|
|
251
251
|
};
|
|
252
|
-
}, any>>;
|
|
252
|
+
}, any, {}>>;
|
|
253
253
|
upload: (params: Record<string, never>, data: any, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
254
254
|
status: "success";
|
|
255
255
|
} & {
|
|
@@ -263,9 +263,9 @@ export default class {
|
|
|
263
263
|
status: string;
|
|
264
264
|
code?: number | undefined;
|
|
265
265
|
message: string;
|
|
266
|
-
}, any>>;
|
|
266
|
+
}, any, {}>>;
|
|
267
267
|
uploadWithIdentifier: (params: {
|
|
268
|
-
id
|
|
268
|
+
id: string;
|
|
269
269
|
}, data: any, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
270
270
|
status: "success";
|
|
271
271
|
} & {
|
|
@@ -279,7 +279,7 @@ export default class {
|
|
|
279
279
|
status: string;
|
|
280
280
|
code?: number | undefined;
|
|
281
281
|
message: string;
|
|
282
|
-
}, any>>;
|
|
282
|
+
}, any, {}>>;
|
|
283
283
|
forward: (params: {
|
|
284
284
|
url: string;
|
|
285
285
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
@@ -321,7 +321,7 @@ export default class {
|
|
|
321
321
|
stack?: string | undefined;
|
|
322
322
|
cause?: unknown;
|
|
323
323
|
};
|
|
324
|
-
}, any>>;
|
|
324
|
+
}, any, {}>>;
|
|
325
325
|
};
|
|
326
326
|
get Content(): {
|
|
327
327
|
list: (params: {
|
|
@@ -467,7 +467,7 @@ export default class {
|
|
|
467
467
|
type: "dependency";
|
|
468
468
|
value: string;
|
|
469
469
|
};
|
|
470
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
470
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
471
471
|
}[];
|
|
472
472
|
} | {
|
|
473
473
|
id: string;
|
|
@@ -487,7 +487,7 @@ export default class {
|
|
|
487
487
|
type: "dependency";
|
|
488
488
|
value: string;
|
|
489
489
|
};
|
|
490
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
490
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
491
491
|
}[];
|
|
492
492
|
} | {
|
|
493
493
|
id: string;
|
|
@@ -520,7 +520,7 @@ export default class {
|
|
|
520
520
|
status: string;
|
|
521
521
|
code?: number | undefined;
|
|
522
522
|
message: string;
|
|
523
|
-
}, any>>;
|
|
523
|
+
}, any, {}>>;
|
|
524
524
|
create: (params: Record<string, never>, data: {
|
|
525
525
|
options?: {
|
|
526
526
|
compression: boolean;
|
|
@@ -656,7 +656,7 @@ export default class {
|
|
|
656
656
|
type: "dependency";
|
|
657
657
|
value: string;
|
|
658
658
|
};
|
|
659
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
659
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
660
660
|
}[];
|
|
661
661
|
} | {
|
|
662
662
|
id: string;
|
|
@@ -676,7 +676,7 @@ export default class {
|
|
|
676
676
|
type: "dependency";
|
|
677
677
|
value: string;
|
|
678
678
|
};
|
|
679
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
679
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
680
680
|
}[];
|
|
681
681
|
} | {
|
|
682
682
|
id: string;
|
|
@@ -709,7 +709,7 @@ export default class {
|
|
|
709
709
|
status: string;
|
|
710
710
|
code?: number | undefined;
|
|
711
711
|
message: string;
|
|
712
|
-
}, any>>;
|
|
712
|
+
}, any, {}>>;
|
|
713
713
|
get: (params: {
|
|
714
714
|
id: string;
|
|
715
715
|
versions?: ContentVersionState[] | undefined;
|
|
@@ -840,7 +840,7 @@ export default class {
|
|
|
840
840
|
type: "dependency";
|
|
841
841
|
value: string;
|
|
842
842
|
};
|
|
843
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
843
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
844
844
|
}[];
|
|
845
845
|
} | {
|
|
846
846
|
id: string;
|
|
@@ -860,7 +860,7 @@ export default class {
|
|
|
860
860
|
type: "dependency";
|
|
861
861
|
value: string;
|
|
862
862
|
};
|
|
863
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
863
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
864
864
|
}[];
|
|
865
865
|
} | {
|
|
866
866
|
id: string;
|
|
@@ -893,7 +893,7 @@ export default class {
|
|
|
893
893
|
status: string;
|
|
894
894
|
code?: number | undefined;
|
|
895
895
|
message: string;
|
|
896
|
-
}, any>>;
|
|
896
|
+
}, any, {}>>;
|
|
897
897
|
update: (params: {
|
|
898
898
|
id: string;
|
|
899
899
|
}, data: {
|
|
@@ -1017,7 +1017,7 @@ export default class {
|
|
|
1017
1017
|
type: "dependency";
|
|
1018
1018
|
value: string;
|
|
1019
1019
|
};
|
|
1020
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
1020
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
1021
1021
|
}[];
|
|
1022
1022
|
} | {
|
|
1023
1023
|
id: string;
|
|
@@ -1037,7 +1037,7 @@ export default class {
|
|
|
1037
1037
|
type: "dependency";
|
|
1038
1038
|
value: string;
|
|
1039
1039
|
};
|
|
1040
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
1040
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
1041
1041
|
}[];
|
|
1042
1042
|
} | {
|
|
1043
1043
|
id: string;
|
|
@@ -1166,7 +1166,7 @@ export default class {
|
|
|
1166
1166
|
type: "dependency";
|
|
1167
1167
|
value: string;
|
|
1168
1168
|
};
|
|
1169
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
1169
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
1170
1170
|
}[];
|
|
1171
1171
|
} | {
|
|
1172
1172
|
id: string;
|
|
@@ -1186,7 +1186,7 @@ export default class {
|
|
|
1186
1186
|
type: "dependency";
|
|
1187
1187
|
value: string;
|
|
1188
1188
|
};
|
|
1189
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
1189
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
1190
1190
|
}[];
|
|
1191
1191
|
} | {
|
|
1192
1192
|
id: string;
|
|
@@ -1335,7 +1335,7 @@ export default class {
|
|
|
1335
1335
|
type: "dependency";
|
|
1336
1336
|
value: string;
|
|
1337
1337
|
};
|
|
1338
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
1338
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
1339
1339
|
}[];
|
|
1340
1340
|
} | {
|
|
1341
1341
|
id: string;
|
|
@@ -1355,7 +1355,7 @@ export default class {
|
|
|
1355
1355
|
type: "dependency";
|
|
1356
1356
|
value: string;
|
|
1357
1357
|
};
|
|
1358
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
1358
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
1359
1359
|
}[];
|
|
1360
1360
|
} | {
|
|
1361
1361
|
id: string;
|
|
@@ -1388,7 +1388,7 @@ export default class {
|
|
|
1388
1388
|
status: string;
|
|
1389
1389
|
code?: number | undefined;
|
|
1390
1390
|
message: string;
|
|
1391
|
-
}, any>>;
|
|
1391
|
+
}, any, {}>>;
|
|
1392
1392
|
delete: (params: {
|
|
1393
1393
|
id: string;
|
|
1394
1394
|
'dry-run'?: boolean | undefined;
|
|
@@ -1402,7 +1402,7 @@ export default class {
|
|
|
1402
1402
|
status: string;
|
|
1403
1403
|
code?: number | undefined;
|
|
1404
1404
|
message: string;
|
|
1405
|
-
}, any>>;
|
|
1405
|
+
}, any, {}>>;
|
|
1406
1406
|
duplicate: (params: Record<string, never>, data: {
|
|
1407
1407
|
sourceId: string;
|
|
1408
1408
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
@@ -1532,7 +1532,7 @@ export default class {
|
|
|
1532
1532
|
type: "dependency";
|
|
1533
1533
|
value: string;
|
|
1534
1534
|
};
|
|
1535
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
1535
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
1536
1536
|
}[];
|
|
1537
1537
|
} | {
|
|
1538
1538
|
id: string;
|
|
@@ -1552,7 +1552,7 @@ export default class {
|
|
|
1552
1552
|
type: "dependency";
|
|
1553
1553
|
value: string;
|
|
1554
1554
|
};
|
|
1555
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
1555
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
1556
1556
|
}[];
|
|
1557
1557
|
} | {
|
|
1558
1558
|
id: string;
|
|
@@ -1585,7 +1585,7 @@ export default class {
|
|
|
1585
1585
|
status: string;
|
|
1586
1586
|
code?: number | undefined;
|
|
1587
1587
|
message: string;
|
|
1588
|
-
}, any>>;
|
|
1588
|
+
}, any, {}>>;
|
|
1589
1589
|
publish: (params: {
|
|
1590
1590
|
id: string;
|
|
1591
1591
|
}, data: {
|
|
@@ -1717,7 +1717,7 @@ export default class {
|
|
|
1717
1717
|
type: "dependency";
|
|
1718
1718
|
value: string;
|
|
1719
1719
|
};
|
|
1720
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
1720
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
1721
1721
|
}[];
|
|
1722
1722
|
} | {
|
|
1723
1723
|
id: string;
|
|
@@ -1737,7 +1737,7 @@ export default class {
|
|
|
1737
1737
|
type: "dependency";
|
|
1738
1738
|
value: string;
|
|
1739
1739
|
};
|
|
1740
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
1740
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
1741
1741
|
}[];
|
|
1742
1742
|
} | {
|
|
1743
1743
|
id: string;
|
|
@@ -1770,7 +1770,7 @@ export default class {
|
|
|
1770
1770
|
status: string;
|
|
1771
1771
|
code?: number | undefined;
|
|
1772
1772
|
message: string;
|
|
1773
|
-
}, any>>;
|
|
1773
|
+
}, any, {}>>;
|
|
1774
1774
|
render: (params: {
|
|
1775
1775
|
id: string;
|
|
1776
1776
|
'x-rlvt-no-cache'?: boolean | undefined;
|
|
@@ -1779,7 +1779,7 @@ export default class {
|
|
|
1779
1779
|
[key: string]: unknown;
|
|
1780
1780
|
};
|
|
1781
1781
|
renderType?: string | undefined;
|
|
1782
|
-
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<any, any>>;
|
|
1782
|
+
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
1783
1783
|
};
|
|
1784
1784
|
get Usage(): {
|
|
1785
1785
|
listContentsWithDatasource: (params: {
|
|
@@ -1797,6 +1797,6 @@ export default class {
|
|
|
1797
1797
|
status: string;
|
|
1798
1798
|
code?: number | undefined;
|
|
1799
1799
|
message: string;
|
|
1800
|
-
}, any>>;
|
|
1800
|
+
}, any, {}>>;
|
|
1801
1801
|
};
|
|
1802
1802
|
}
|
package/build/definitions.d.ts
CHANGED
|
@@ -172,7 +172,7 @@ export declare type BaseTemplate = {
|
|
|
172
172
|
type: "dependency";
|
|
173
173
|
value: string;
|
|
174
174
|
};
|
|
175
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
175
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
176
176
|
value: ({
|
|
177
177
|
type: "static";
|
|
178
178
|
value: string | number | (false) | (true);
|
|
@@ -192,7 +192,7 @@ export declare type BaseTemplate = {
|
|
|
192
192
|
type: "dependency";
|
|
193
193
|
value: string;
|
|
194
194
|
};
|
|
195
|
-
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty";
|
|
195
|
+
operator: "$gte" | "$gt" | "$lt" | "$lte" | "$eq" | "$ne" | "$contains" | "$notcontains" | "$empty" | "$nempty" | "$rangefuture" | "$rangepast";
|
|
196
196
|
value: ({
|
|
197
197
|
type: "static";
|
|
198
198
|
value: string | number | (false) | (true);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rlvt/contents-openapi-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.513+5bd87e8",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "^18.8.5",
|
|
21
21
|
"typescript": "^4.8.4",
|
|
22
|
-
"axios": "^1.
|
|
22
|
+
"axios": "^1.12.2"
|
|
23
23
|
}
|
|
24
24
|
}
|