@djvlc/openapi-registry-client 1.4.2 → 1.4.3
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/dist/index.d.mts +535 -123
- package/dist/index.d.ts +535 -123
- package/dist/index.js +448 -62
- package/dist/index.mjs +401 -54
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -84,18 +84,27 @@ __export(index_exports, {
|
|
|
84
84
|
ComponentResponseToJSON: () => ComponentResponseToJSON,
|
|
85
85
|
ComponentsApi: () => ComponentsApi,
|
|
86
86
|
Configuration: () => Configuration,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
87
|
+
CreateComponent200ResponseFromJSON: () => CreateComponent200ResponseFromJSON,
|
|
88
|
+
CreateComponent200ResponseFromJSONTyped: () => CreateComponent200ResponseFromJSONTyped,
|
|
89
|
+
CreateComponent200ResponseToJSON: () => CreateComponent200ResponseToJSON,
|
|
90
90
|
CreateComponentRequestFromJSON: () => CreateComponentRequestFromJSON,
|
|
91
91
|
CreateComponentRequestFromJSONTyped: () => CreateComponentRequestFromJSONTyped,
|
|
92
92
|
CreateComponentRequestToJSON: () => CreateComponentRequestToJSON,
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
93
|
+
CreateVersion200ResponseFromJSON: () => CreateVersion200ResponseFromJSON,
|
|
94
|
+
CreateVersion200ResponseFromJSONTyped: () => CreateVersion200ResponseFromJSONTyped,
|
|
95
|
+
CreateVersion200ResponseToJSON: () => CreateVersion200ResponseToJSON,
|
|
96
96
|
CreateVersionRequestFromJSON: () => CreateVersionRequestFromJSON,
|
|
97
97
|
CreateVersionRequestFromJSONTyped: () => CreateVersionRequestFromJSONTyped,
|
|
98
98
|
CreateVersionRequestToJSON: () => CreateVersionRequestToJSON,
|
|
99
|
+
DeleteComponent200ResponseFromJSON: () => DeleteComponent200ResponseFromJSON,
|
|
100
|
+
DeleteComponent200ResponseFromJSONTyped: () => DeleteComponent200ResponseFromJSONTyped,
|
|
101
|
+
DeleteComponent200ResponseToJSON: () => DeleteComponent200ResponseToJSON,
|
|
102
|
+
DeleteComponentRequestFromJSON: () => DeleteComponentRequestFromJSON,
|
|
103
|
+
DeleteComponentRequestFromJSONTyped: () => DeleteComponentRequestFromJSONTyped,
|
|
104
|
+
DeleteComponentRequestToJSON: () => DeleteComponentRequestToJSON,
|
|
105
|
+
DeleteVersionRequestFromJSON: () => DeleteVersionRequestFromJSON,
|
|
106
|
+
DeleteVersionRequestFromJSONTyped: () => DeleteVersionRequestFromJSONTyped,
|
|
107
|
+
DeleteVersionRequestToJSON: () => DeleteVersionRequestToJSON,
|
|
99
108
|
DeprecateVersionRequestFromJSON: () => DeprecateVersionRequestFromJSON,
|
|
100
109
|
DeprecateVersionRequestFromJSONTyped: () => DeprecateVersionRequestFromJSONTyped,
|
|
101
110
|
DeprecateVersionRequestToJSON: () => DeprecateVersionRequestToJSON,
|
|
@@ -116,6 +125,18 @@ __export(index_exports, {
|
|
|
116
125
|
GetVersion200ResponseFromJSON: () => GetVersion200ResponseFromJSON,
|
|
117
126
|
GetVersion200ResponseFromJSONTyped: () => GetVersion200ResponseFromJSONTyped,
|
|
118
127
|
GetVersion200ResponseToJSON: () => GetVersion200ResponseToJSON,
|
|
128
|
+
HealthCheck200ResponseDependenciesValueFromJSON: () => HealthCheck200ResponseDependenciesValueFromJSON,
|
|
129
|
+
HealthCheck200ResponseDependenciesValueFromJSONTyped: () => HealthCheck200ResponseDependenciesValueFromJSONTyped,
|
|
130
|
+
HealthCheck200ResponseDependenciesValueStatusEnum: () => HealthCheck200ResponseDependenciesValueStatusEnum,
|
|
131
|
+
HealthCheck200ResponseDependenciesValueToJSON: () => HealthCheck200ResponseDependenciesValueToJSON,
|
|
132
|
+
HealthCheck200ResponseFromJSON: () => HealthCheck200ResponseFromJSON,
|
|
133
|
+
HealthCheck200ResponseFromJSONTyped: () => HealthCheck200ResponseFromJSONTyped,
|
|
134
|
+
HealthCheck200ResponseStatusEnum: () => HealthCheck200ResponseStatusEnum,
|
|
135
|
+
HealthCheck200ResponseToJSON: () => HealthCheck200ResponseToJSON,
|
|
136
|
+
HealthResponseFromJSON: () => HealthResponseFromJSON,
|
|
137
|
+
HealthResponseFromJSONTyped: () => HealthResponseFromJSONTyped,
|
|
138
|
+
HealthResponseStatusEnum: () => HealthResponseStatusEnum,
|
|
139
|
+
HealthResponseToJSON: () => HealthResponseToJSON,
|
|
119
140
|
ListBlockedComponents200ResponseDataInnerFromJSON: () => ListBlockedComponents200ResponseDataInnerFromJSON,
|
|
120
141
|
ListBlockedComponents200ResponseDataInnerFromJSONTyped: () => ListBlockedComponents200ResponseDataInnerFromJSONTyped,
|
|
121
142
|
ListBlockedComponents200ResponseDataInnerToJSON: () => ListBlockedComponents200ResponseDataInnerToJSON,
|
|
@@ -148,6 +169,9 @@ __export(index_exports, {
|
|
|
148
169
|
ListVersions200ResponseFromJSON: () => ListVersions200ResponseFromJSON,
|
|
149
170
|
ListVersions200ResponseFromJSONTyped: () => ListVersions200ResponseFromJSONTyped,
|
|
150
171
|
ListVersions200ResponseToJSON: () => ListVersions200ResponseToJSON,
|
|
172
|
+
LivenessCheck200ResponseFromJSON: () => LivenessCheck200ResponseFromJSON,
|
|
173
|
+
LivenessCheck200ResponseFromJSONTyped: () => LivenessCheck200ResponseFromJSONTyped,
|
|
174
|
+
LivenessCheck200ResponseToJSON: () => LivenessCheck200ResponseToJSON,
|
|
151
175
|
NetworkError: () => import_openapi_client_core2.NetworkError,
|
|
152
176
|
PaginationMetaFromJSON: () => PaginationMetaFromJSON,
|
|
153
177
|
PaginationMetaFromJSONTyped: () => PaginationMetaFromJSONTyped,
|
|
@@ -173,6 +197,12 @@ __export(index_exports, {
|
|
|
173
197
|
PublishVersionRequestFromJSON: () => PublishVersionRequestFromJSON,
|
|
174
198
|
PublishVersionRequestFromJSONTyped: () => PublishVersionRequestFromJSONTyped,
|
|
175
199
|
PublishVersionRequestToJSON: () => PublishVersionRequestToJSON,
|
|
200
|
+
ReadinessCheck200ResponseFromJSON: () => ReadinessCheck200ResponseFromJSON,
|
|
201
|
+
ReadinessCheck200ResponseFromJSONTyped: () => ReadinessCheck200ResponseFromJSONTyped,
|
|
202
|
+
ReadinessCheck200ResponseToJSON: () => ReadinessCheck200ResponseToJSON,
|
|
203
|
+
ReadinessCheck503ResponseFromJSON: () => ReadinessCheck503ResponseFromJSON,
|
|
204
|
+
ReadinessCheck503ResponseFromJSONTyped: () => ReadinessCheck503ResponseFromJSONTyped,
|
|
205
|
+
ReadinessCheck503ResponseToJSON: () => ReadinessCheck503ResponseToJSON,
|
|
176
206
|
RegistryClient: () => RegistryClient,
|
|
177
207
|
RequiredError: () => RequiredError,
|
|
178
208
|
ResolveManifest200ResponseBlockedComponentsInnerFromJSON: () => ResolveManifest200ResponseBlockedComponentsInnerFromJSON,
|
|
@@ -247,16 +277,22 @@ __export(index_exports, {
|
|
|
247
277
|
instanceOfComponentInfo: () => instanceOfComponentInfo,
|
|
248
278
|
instanceOfComponentListResponse: () => instanceOfComponentListResponse,
|
|
249
279
|
instanceOfComponentResponse: () => instanceOfComponentResponse,
|
|
250
|
-
|
|
280
|
+
instanceOfCreateComponent200Response: () => instanceOfCreateComponent200Response,
|
|
251
281
|
instanceOfCreateComponentRequest: () => instanceOfCreateComponentRequest,
|
|
252
|
-
|
|
282
|
+
instanceOfCreateVersion200Response: () => instanceOfCreateVersion200Response,
|
|
253
283
|
instanceOfCreateVersionRequest: () => instanceOfCreateVersionRequest,
|
|
284
|
+
instanceOfDeleteComponent200Response: () => instanceOfDeleteComponent200Response,
|
|
285
|
+
instanceOfDeleteComponentRequest: () => instanceOfDeleteComponentRequest,
|
|
286
|
+
instanceOfDeleteVersionRequest: () => instanceOfDeleteVersionRequest,
|
|
254
287
|
instanceOfDeprecateVersionRequest: () => instanceOfDeprecateVersionRequest,
|
|
255
288
|
instanceOfErrorResponse: () => instanceOfErrorResponse,
|
|
256
289
|
instanceOfFileInfo: () => instanceOfFileInfo,
|
|
257
290
|
instanceOfGetVersion200Response: () => instanceOfGetVersion200Response,
|
|
258
291
|
instanceOfGetVersion200ResponseData: () => instanceOfGetVersion200ResponseData,
|
|
259
292
|
instanceOfGetVersion200ResponseDataAllOfFilesInner: () => instanceOfGetVersion200ResponseDataAllOfFilesInner,
|
|
293
|
+
instanceOfHealthCheck200Response: () => instanceOfHealthCheck200Response,
|
|
294
|
+
instanceOfHealthCheck200ResponseDependenciesValue: () => instanceOfHealthCheck200ResponseDependenciesValue,
|
|
295
|
+
instanceOfHealthResponse: () => instanceOfHealthResponse,
|
|
260
296
|
instanceOfListBlockedComponents200Response: () => instanceOfListBlockedComponents200Response,
|
|
261
297
|
instanceOfListBlockedComponents200ResponseDataInner: () => instanceOfListBlockedComponents200ResponseDataInner,
|
|
262
298
|
instanceOfListComponents200Response: () => instanceOfListComponents200Response,
|
|
@@ -267,6 +303,7 @@ __export(index_exports, {
|
|
|
267
303
|
instanceOfListVersions200Response: () => instanceOfListVersions200Response,
|
|
268
304
|
instanceOfListVersions200ResponseDataInner: () => instanceOfListVersions200ResponseDataInner,
|
|
269
305
|
instanceOfListVersions200ResponseDataInnerIntegrity: () => instanceOfListVersions200ResponseDataInnerIntegrity,
|
|
306
|
+
instanceOfLivenessCheck200Response: () => instanceOfLivenessCheck200Response,
|
|
270
307
|
instanceOfPaginationMeta: () => instanceOfPaginationMeta,
|
|
271
308
|
instanceOfPrepareUpload200Response: () => instanceOfPrepareUpload200Response,
|
|
272
309
|
instanceOfPrepareUpload200ResponseData: () => instanceOfPrepareUpload200ResponseData,
|
|
@@ -275,6 +312,8 @@ __export(index_exports, {
|
|
|
275
312
|
instanceOfPrepareUploadRequestFilesInner: () => instanceOfPrepareUploadRequestFilesInner,
|
|
276
313
|
instanceOfPrepareUploadResponse: () => instanceOfPrepareUploadResponse,
|
|
277
314
|
instanceOfPublishVersionRequest: () => instanceOfPublishVersionRequest,
|
|
315
|
+
instanceOfReadinessCheck200Response: () => instanceOfReadinessCheck200Response,
|
|
316
|
+
instanceOfReadinessCheck503Response: () => instanceOfReadinessCheck503Response,
|
|
278
317
|
instanceOfResolveManifest200Response: () => instanceOfResolveManifest200Response,
|
|
279
318
|
instanceOfResolveManifest200ResponseBlockedComponentsInner: () => instanceOfResolveManifest200ResponseBlockedComponentsInner,
|
|
280
319
|
instanceOfResolveManifest200ResponseComponentsInner: () => instanceOfResolveManifest200ResponseComponentsInner,
|
|
@@ -530,6 +569,12 @@ function querystringSingleKey(key, value, keyPrefix = "") {
|
|
|
530
569
|
}
|
|
531
570
|
return `${encodeURIComponent(fullKey)}=${encodeURIComponent(String(value))}`;
|
|
532
571
|
}
|
|
572
|
+
function mapValues(data, fn) {
|
|
573
|
+
return Object.keys(data).reduce(
|
|
574
|
+
(acc, key) => ({ ...acc, [key]: fn(data[key]) }),
|
|
575
|
+
{}
|
|
576
|
+
);
|
|
577
|
+
}
|
|
533
578
|
var JSONApiResponse = class {
|
|
534
579
|
constructor(raw, transformer = (jsonValue) => jsonValue) {
|
|
535
580
|
this.raw = raw;
|
|
@@ -539,14 +584,6 @@ var JSONApiResponse = class {
|
|
|
539
584
|
return this.transformer(await this.raw.json());
|
|
540
585
|
}
|
|
541
586
|
};
|
|
542
|
-
var VoidApiResponse = class {
|
|
543
|
-
constructor(raw) {
|
|
544
|
-
this.raw = raw;
|
|
545
|
-
}
|
|
546
|
-
async value() {
|
|
547
|
-
return void 0;
|
|
548
|
-
}
|
|
549
|
-
};
|
|
550
587
|
|
|
551
588
|
// src/generated/models/BatchCheckCompatibility200ResponseResultsInnerBreakingChangesInner.ts
|
|
552
589
|
function instanceOfBatchCheckCompatibility200ResponseResultsInnerBreakingChangesInner(value) {
|
|
@@ -973,8 +1010,10 @@ function ListVersions200ResponseDataInnerIntegrityToJSON(value) {
|
|
|
973
1010
|
// src/generated/models/ListVersions200ResponseDataInner.ts
|
|
974
1011
|
var ListVersions200ResponseDataInnerStatusEnum = {
|
|
975
1012
|
DRAFT: "draft",
|
|
976
|
-
|
|
977
|
-
|
|
1013
|
+
CANARY: "canary",
|
|
1014
|
+
STABLE: "stable",
|
|
1015
|
+
DEPRECATED: "deprecated",
|
|
1016
|
+
BLOCKED: "blocked"
|
|
978
1017
|
};
|
|
979
1018
|
function instanceOfListVersions200ResponseDataInner(value) {
|
|
980
1019
|
let isInstance = true;
|
|
@@ -1401,16 +1440,16 @@ function ComponentResponseToJSON(value) {
|
|
|
1401
1440
|
};
|
|
1402
1441
|
}
|
|
1403
1442
|
|
|
1404
|
-
// src/generated/models/
|
|
1405
|
-
function
|
|
1443
|
+
// src/generated/models/CreateComponent200Response.ts
|
|
1444
|
+
function instanceOfCreateComponent200Response(value) {
|
|
1406
1445
|
let isInstance = true;
|
|
1407
1446
|
isInstance = isInstance && "data" in value;
|
|
1408
1447
|
return isInstance;
|
|
1409
1448
|
}
|
|
1410
|
-
function
|
|
1411
|
-
return
|
|
1449
|
+
function CreateComponent200ResponseFromJSON(json) {
|
|
1450
|
+
return CreateComponent200ResponseFromJSONTyped(json, false);
|
|
1412
1451
|
}
|
|
1413
|
-
function
|
|
1452
|
+
function CreateComponent200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
1414
1453
|
if (json === void 0 || json === null) {
|
|
1415
1454
|
return json;
|
|
1416
1455
|
}
|
|
@@ -1418,7 +1457,7 @@ function CreateComponent201ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
1418
1457
|
"data": ListComponents200ResponseDataInnerFromJSON(json["data"])
|
|
1419
1458
|
};
|
|
1420
1459
|
}
|
|
1421
|
-
function
|
|
1460
|
+
function CreateComponent200ResponseToJSON(value) {
|
|
1422
1461
|
if (value === void 0) {
|
|
1423
1462
|
return void 0;
|
|
1424
1463
|
}
|
|
@@ -1472,16 +1511,16 @@ function CreateComponentRequestToJSON(value) {
|
|
|
1472
1511
|
};
|
|
1473
1512
|
}
|
|
1474
1513
|
|
|
1475
|
-
// src/generated/models/
|
|
1476
|
-
function
|
|
1514
|
+
// src/generated/models/CreateVersion200Response.ts
|
|
1515
|
+
function instanceOfCreateVersion200Response(value) {
|
|
1477
1516
|
let isInstance = true;
|
|
1478
1517
|
isInstance = isInstance && "data" in value;
|
|
1479
1518
|
return isInstance;
|
|
1480
1519
|
}
|
|
1481
|
-
function
|
|
1482
|
-
return
|
|
1520
|
+
function CreateVersion200ResponseFromJSON(json) {
|
|
1521
|
+
return CreateVersion200ResponseFromJSONTyped(json, false);
|
|
1483
1522
|
}
|
|
1484
|
-
function
|
|
1523
|
+
function CreateVersion200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
1485
1524
|
if (json === void 0 || json === null) {
|
|
1486
1525
|
return json;
|
|
1487
1526
|
}
|
|
@@ -1489,7 +1528,7 @@ function CreateVersion201ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
1489
1528
|
"data": ListVersions200ResponseDataInnerFromJSON(json["data"])
|
|
1490
1529
|
};
|
|
1491
1530
|
}
|
|
1492
|
-
function
|
|
1531
|
+
function CreateVersion200ResponseToJSON(value) {
|
|
1493
1532
|
if (value === void 0) {
|
|
1494
1533
|
return void 0;
|
|
1495
1534
|
}
|
|
@@ -1534,6 +1573,94 @@ function CreateVersionRequestToJSON(value) {
|
|
|
1534
1573
|
};
|
|
1535
1574
|
}
|
|
1536
1575
|
|
|
1576
|
+
// src/generated/models/DeleteComponent200Response.ts
|
|
1577
|
+
function instanceOfDeleteComponent200Response(value) {
|
|
1578
|
+
let isInstance = true;
|
|
1579
|
+
return isInstance;
|
|
1580
|
+
}
|
|
1581
|
+
function DeleteComponent200ResponseFromJSON(json) {
|
|
1582
|
+
return DeleteComponent200ResponseFromJSONTyped(json, false);
|
|
1583
|
+
}
|
|
1584
|
+
function DeleteComponent200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
1585
|
+
if (json === void 0 || json === null) {
|
|
1586
|
+
return json;
|
|
1587
|
+
}
|
|
1588
|
+
return {
|
|
1589
|
+
"success": !exists(json, "success") ? void 0 : json["success"],
|
|
1590
|
+
"message": !exists(json, "message") ? void 0 : json["message"]
|
|
1591
|
+
};
|
|
1592
|
+
}
|
|
1593
|
+
function DeleteComponent200ResponseToJSON(value) {
|
|
1594
|
+
if (value === void 0) {
|
|
1595
|
+
return void 0;
|
|
1596
|
+
}
|
|
1597
|
+
if (value === null) {
|
|
1598
|
+
return null;
|
|
1599
|
+
}
|
|
1600
|
+
return {
|
|
1601
|
+
"success": value.success,
|
|
1602
|
+
"message": value.message
|
|
1603
|
+
};
|
|
1604
|
+
}
|
|
1605
|
+
|
|
1606
|
+
// src/generated/models/DeleteComponentRequest.ts
|
|
1607
|
+
function instanceOfDeleteComponentRequest(value) {
|
|
1608
|
+
let isInstance = true;
|
|
1609
|
+
return isInstance;
|
|
1610
|
+
}
|
|
1611
|
+
function DeleteComponentRequestFromJSON(json) {
|
|
1612
|
+
return DeleteComponentRequestFromJSONTyped(json, false);
|
|
1613
|
+
}
|
|
1614
|
+
function DeleteComponentRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
1615
|
+
if (json === void 0 || json === null) {
|
|
1616
|
+
return json;
|
|
1617
|
+
}
|
|
1618
|
+
return {
|
|
1619
|
+
"reason": !exists(json, "reason") ? void 0 : json["reason"],
|
|
1620
|
+
"force": !exists(json, "force") ? void 0 : json["force"]
|
|
1621
|
+
};
|
|
1622
|
+
}
|
|
1623
|
+
function DeleteComponentRequestToJSON(value) {
|
|
1624
|
+
if (value === void 0) {
|
|
1625
|
+
return void 0;
|
|
1626
|
+
}
|
|
1627
|
+
if (value === null) {
|
|
1628
|
+
return null;
|
|
1629
|
+
}
|
|
1630
|
+
return {
|
|
1631
|
+
"reason": value.reason,
|
|
1632
|
+
"force": value.force
|
|
1633
|
+
};
|
|
1634
|
+
}
|
|
1635
|
+
|
|
1636
|
+
// src/generated/models/DeleteVersionRequest.ts
|
|
1637
|
+
function instanceOfDeleteVersionRequest(value) {
|
|
1638
|
+
let isInstance = true;
|
|
1639
|
+
return isInstance;
|
|
1640
|
+
}
|
|
1641
|
+
function DeleteVersionRequestFromJSON(json) {
|
|
1642
|
+
return DeleteVersionRequestFromJSONTyped(json, false);
|
|
1643
|
+
}
|
|
1644
|
+
function DeleteVersionRequestFromJSONTyped(json, ignoreDiscriminator) {
|
|
1645
|
+
if (json === void 0 || json === null) {
|
|
1646
|
+
return json;
|
|
1647
|
+
}
|
|
1648
|
+
return {
|
|
1649
|
+
"reason": !exists(json, "reason") ? void 0 : json["reason"]
|
|
1650
|
+
};
|
|
1651
|
+
}
|
|
1652
|
+
function DeleteVersionRequestToJSON(value) {
|
|
1653
|
+
if (value === void 0) {
|
|
1654
|
+
return void 0;
|
|
1655
|
+
}
|
|
1656
|
+
if (value === null) {
|
|
1657
|
+
return null;
|
|
1658
|
+
}
|
|
1659
|
+
return {
|
|
1660
|
+
"reason": value.reason
|
|
1661
|
+
};
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1537
1664
|
// src/generated/models/DeprecateVersionRequest.ts
|
|
1538
1665
|
function instanceOfDeprecateVersionRequest(value) {
|
|
1539
1666
|
let isInstance = true;
|
|
@@ -1705,8 +1832,10 @@ function GetVersion200ResponseDataAllOfFilesInnerToJSON(value) {
|
|
|
1705
1832
|
// src/generated/models/GetVersion200ResponseData.ts
|
|
1706
1833
|
var GetVersion200ResponseDataStatusEnum = {
|
|
1707
1834
|
DRAFT: "draft",
|
|
1708
|
-
|
|
1709
|
-
|
|
1835
|
+
CANARY: "canary",
|
|
1836
|
+
STABLE: "stable",
|
|
1837
|
+
DEPRECATED: "deprecated",
|
|
1838
|
+
BLOCKED: "blocked"
|
|
1710
1839
|
};
|
|
1711
1840
|
function instanceOfGetVersion200ResponseData(value) {
|
|
1712
1841
|
let isInstance = true;
|
|
@@ -1791,6 +1920,129 @@ function GetVersion200ResponseToJSON(value) {
|
|
|
1791
1920
|
};
|
|
1792
1921
|
}
|
|
1793
1922
|
|
|
1923
|
+
// src/generated/models/HealthCheck200ResponseDependenciesValue.ts
|
|
1924
|
+
var HealthCheck200ResponseDependenciesValueStatusEnum = {
|
|
1925
|
+
HEALTHY: "healthy",
|
|
1926
|
+
DEGRADED: "degraded",
|
|
1927
|
+
UNHEALTHY: "unhealthy"
|
|
1928
|
+
};
|
|
1929
|
+
function instanceOfHealthCheck200ResponseDependenciesValue(value) {
|
|
1930
|
+
let isInstance = true;
|
|
1931
|
+
return isInstance;
|
|
1932
|
+
}
|
|
1933
|
+
function HealthCheck200ResponseDependenciesValueFromJSON(json) {
|
|
1934
|
+
return HealthCheck200ResponseDependenciesValueFromJSONTyped(json, false);
|
|
1935
|
+
}
|
|
1936
|
+
function HealthCheck200ResponseDependenciesValueFromJSONTyped(json, ignoreDiscriminator) {
|
|
1937
|
+
if (json === void 0 || json === null) {
|
|
1938
|
+
return json;
|
|
1939
|
+
}
|
|
1940
|
+
return {
|
|
1941
|
+
"status": !exists(json, "status") ? void 0 : json["status"],
|
|
1942
|
+
"latency": !exists(json, "latency") ? void 0 : json["latency"],
|
|
1943
|
+
"message": !exists(json, "message") ? void 0 : json["message"]
|
|
1944
|
+
};
|
|
1945
|
+
}
|
|
1946
|
+
function HealthCheck200ResponseDependenciesValueToJSON(value) {
|
|
1947
|
+
if (value === void 0) {
|
|
1948
|
+
return void 0;
|
|
1949
|
+
}
|
|
1950
|
+
if (value === null) {
|
|
1951
|
+
return null;
|
|
1952
|
+
}
|
|
1953
|
+
return {
|
|
1954
|
+
"status": value.status,
|
|
1955
|
+
"latency": value.latency,
|
|
1956
|
+
"message": value.message
|
|
1957
|
+
};
|
|
1958
|
+
}
|
|
1959
|
+
|
|
1960
|
+
// src/generated/models/HealthCheck200Response.ts
|
|
1961
|
+
var HealthCheck200ResponseStatusEnum = {
|
|
1962
|
+
HEALTHY: "healthy",
|
|
1963
|
+
DEGRADED: "degraded",
|
|
1964
|
+
UNHEALTHY: "unhealthy"
|
|
1965
|
+
};
|
|
1966
|
+
function instanceOfHealthCheck200Response(value) {
|
|
1967
|
+
let isInstance = true;
|
|
1968
|
+
isInstance = isInstance && "status" in value;
|
|
1969
|
+
isInstance = isInstance && "version" in value;
|
|
1970
|
+
return isInstance;
|
|
1971
|
+
}
|
|
1972
|
+
function HealthCheck200ResponseFromJSON(json) {
|
|
1973
|
+
return HealthCheck200ResponseFromJSONTyped(json, false);
|
|
1974
|
+
}
|
|
1975
|
+
function HealthCheck200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
1976
|
+
if (json === void 0 || json === null) {
|
|
1977
|
+
return json;
|
|
1978
|
+
}
|
|
1979
|
+
return {
|
|
1980
|
+
"status": json["status"],
|
|
1981
|
+
"version": json["version"],
|
|
1982
|
+
"uptime": !exists(json, "uptime") ? void 0 : json["uptime"],
|
|
1983
|
+
"timestamp": !exists(json, "timestamp") ? void 0 : new Date(json["timestamp"]),
|
|
1984
|
+
"dependencies": !exists(json, "dependencies") ? void 0 : mapValues(json["dependencies"], HealthCheck200ResponseDependenciesValueFromJSON)
|
|
1985
|
+
};
|
|
1986
|
+
}
|
|
1987
|
+
function HealthCheck200ResponseToJSON(value) {
|
|
1988
|
+
if (value === void 0) {
|
|
1989
|
+
return void 0;
|
|
1990
|
+
}
|
|
1991
|
+
if (value === null) {
|
|
1992
|
+
return null;
|
|
1993
|
+
}
|
|
1994
|
+
return {
|
|
1995
|
+
"status": value.status,
|
|
1996
|
+
"version": value.version,
|
|
1997
|
+
"uptime": value.uptime,
|
|
1998
|
+
"timestamp": value.timestamp === void 0 ? void 0 : value.timestamp.toISOString(),
|
|
1999
|
+
"dependencies": value.dependencies === void 0 ? void 0 : mapValues(value.dependencies, HealthCheck200ResponseDependenciesValueToJSON)
|
|
2000
|
+
};
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
// src/generated/models/HealthResponse.ts
|
|
2004
|
+
var HealthResponseStatusEnum = {
|
|
2005
|
+
HEALTHY: "healthy",
|
|
2006
|
+
DEGRADED: "degraded",
|
|
2007
|
+
UNHEALTHY: "unhealthy"
|
|
2008
|
+
};
|
|
2009
|
+
function instanceOfHealthResponse(value) {
|
|
2010
|
+
let isInstance = true;
|
|
2011
|
+
isInstance = isInstance && "status" in value;
|
|
2012
|
+
isInstance = isInstance && "version" in value;
|
|
2013
|
+
return isInstance;
|
|
2014
|
+
}
|
|
2015
|
+
function HealthResponseFromJSON(json) {
|
|
2016
|
+
return HealthResponseFromJSONTyped(json, false);
|
|
2017
|
+
}
|
|
2018
|
+
function HealthResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
2019
|
+
if (json === void 0 || json === null) {
|
|
2020
|
+
return json;
|
|
2021
|
+
}
|
|
2022
|
+
return {
|
|
2023
|
+
"status": json["status"],
|
|
2024
|
+
"version": json["version"],
|
|
2025
|
+
"uptime": !exists(json, "uptime") ? void 0 : json["uptime"],
|
|
2026
|
+
"timestamp": !exists(json, "timestamp") ? void 0 : new Date(json["timestamp"]),
|
|
2027
|
+
"dependencies": !exists(json, "dependencies") ? void 0 : mapValues(json["dependencies"], HealthCheck200ResponseDependenciesValueFromJSON)
|
|
2028
|
+
};
|
|
2029
|
+
}
|
|
2030
|
+
function HealthResponseToJSON(value) {
|
|
2031
|
+
if (value === void 0) {
|
|
2032
|
+
return void 0;
|
|
2033
|
+
}
|
|
2034
|
+
if (value === null) {
|
|
2035
|
+
return null;
|
|
2036
|
+
}
|
|
2037
|
+
return {
|
|
2038
|
+
"status": value.status,
|
|
2039
|
+
"version": value.version,
|
|
2040
|
+
"uptime": value.uptime,
|
|
2041
|
+
"timestamp": value.timestamp === void 0 ? void 0 : value.timestamp.toISOString(),
|
|
2042
|
+
"dependencies": value.dependencies === void 0 ? void 0 : mapValues(value.dependencies, HealthCheck200ResponseDependenciesValueToJSON)
|
|
2043
|
+
};
|
|
2044
|
+
}
|
|
2045
|
+
|
|
1794
2046
|
// src/generated/models/ListBlockedComponents200ResponseDataInner.ts
|
|
1795
2047
|
function instanceOfListBlockedComponents200ResponseDataInner(value) {
|
|
1796
2048
|
let isInstance = true;
|
|
@@ -1955,6 +2207,34 @@ function ListVersions200ResponseToJSON(value) {
|
|
|
1955
2207
|
};
|
|
1956
2208
|
}
|
|
1957
2209
|
|
|
2210
|
+
// src/generated/models/LivenessCheck200Response.ts
|
|
2211
|
+
function instanceOfLivenessCheck200Response(value) {
|
|
2212
|
+
let isInstance = true;
|
|
2213
|
+
return isInstance;
|
|
2214
|
+
}
|
|
2215
|
+
function LivenessCheck200ResponseFromJSON(json) {
|
|
2216
|
+
return LivenessCheck200ResponseFromJSONTyped(json, false);
|
|
2217
|
+
}
|
|
2218
|
+
function LivenessCheck200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
2219
|
+
if (json === void 0 || json === null) {
|
|
2220
|
+
return json;
|
|
2221
|
+
}
|
|
2222
|
+
return {
|
|
2223
|
+
"alive": !exists(json, "alive") ? void 0 : json["alive"]
|
|
2224
|
+
};
|
|
2225
|
+
}
|
|
2226
|
+
function LivenessCheck200ResponseToJSON(value) {
|
|
2227
|
+
if (value === void 0) {
|
|
2228
|
+
return void 0;
|
|
2229
|
+
}
|
|
2230
|
+
if (value === null) {
|
|
2231
|
+
return null;
|
|
2232
|
+
}
|
|
2233
|
+
return {
|
|
2234
|
+
"alive": value.alive
|
|
2235
|
+
};
|
|
2236
|
+
}
|
|
2237
|
+
|
|
1958
2238
|
// src/generated/models/PaginationMeta.ts
|
|
1959
2239
|
function instanceOfPaginationMeta(value) {
|
|
1960
2240
|
let isInstance = true;
|
|
@@ -2218,6 +2498,64 @@ function PublishVersionRequestToJSON(value) {
|
|
|
2218
2498
|
};
|
|
2219
2499
|
}
|
|
2220
2500
|
|
|
2501
|
+
// src/generated/models/ReadinessCheck200Response.ts
|
|
2502
|
+
function instanceOfReadinessCheck200Response(value) {
|
|
2503
|
+
let isInstance = true;
|
|
2504
|
+
return isInstance;
|
|
2505
|
+
}
|
|
2506
|
+
function ReadinessCheck200ResponseFromJSON(json) {
|
|
2507
|
+
return ReadinessCheck200ResponseFromJSONTyped(json, false);
|
|
2508
|
+
}
|
|
2509
|
+
function ReadinessCheck200ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
2510
|
+
if (json === void 0 || json === null) {
|
|
2511
|
+
return json;
|
|
2512
|
+
}
|
|
2513
|
+
return {
|
|
2514
|
+
"ready": !exists(json, "ready") ? void 0 : json["ready"]
|
|
2515
|
+
};
|
|
2516
|
+
}
|
|
2517
|
+
function ReadinessCheck200ResponseToJSON(value) {
|
|
2518
|
+
if (value === void 0) {
|
|
2519
|
+
return void 0;
|
|
2520
|
+
}
|
|
2521
|
+
if (value === null) {
|
|
2522
|
+
return null;
|
|
2523
|
+
}
|
|
2524
|
+
return {
|
|
2525
|
+
"ready": value.ready
|
|
2526
|
+
};
|
|
2527
|
+
}
|
|
2528
|
+
|
|
2529
|
+
// src/generated/models/ReadinessCheck503Response.ts
|
|
2530
|
+
function instanceOfReadinessCheck503Response(value) {
|
|
2531
|
+
let isInstance = true;
|
|
2532
|
+
return isInstance;
|
|
2533
|
+
}
|
|
2534
|
+
function ReadinessCheck503ResponseFromJSON(json) {
|
|
2535
|
+
return ReadinessCheck503ResponseFromJSONTyped(json, false);
|
|
2536
|
+
}
|
|
2537
|
+
function ReadinessCheck503ResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
2538
|
+
if (json === void 0 || json === null) {
|
|
2539
|
+
return json;
|
|
2540
|
+
}
|
|
2541
|
+
return {
|
|
2542
|
+
"ready": !exists(json, "ready") ? void 0 : json["ready"],
|
|
2543
|
+
"reason": !exists(json, "reason") ? void 0 : json["reason"]
|
|
2544
|
+
};
|
|
2545
|
+
}
|
|
2546
|
+
function ReadinessCheck503ResponseToJSON(value) {
|
|
2547
|
+
if (value === void 0) {
|
|
2548
|
+
return void 0;
|
|
2549
|
+
}
|
|
2550
|
+
if (value === null) {
|
|
2551
|
+
return null;
|
|
2552
|
+
}
|
|
2553
|
+
return {
|
|
2554
|
+
"ready": value.ready,
|
|
2555
|
+
"reason": value.reason
|
|
2556
|
+
};
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2221
2559
|
// src/generated/models/ResolveManifest200ResponseBlockedComponentsInner.ts
|
|
2222
2560
|
function instanceOfResolveManifest200ResponseBlockedComponentsInner(value) {
|
|
2223
2561
|
let isInstance = true;
|
|
@@ -2408,6 +2746,7 @@ function TransitionComponentStatusRequestToJSON(value) {
|
|
|
2408
2746
|
|
|
2409
2747
|
// src/generated/models/UnblockComponentVersionRequest.ts
|
|
2410
2748
|
var UnblockComponentVersionRequestTargetStatusEnum = {
|
|
2749
|
+
CANARY: "canary",
|
|
2411
2750
|
STABLE: "stable",
|
|
2412
2751
|
DEPRECATED: "deprecated"
|
|
2413
2752
|
};
|
|
@@ -2513,8 +2852,10 @@ function VersionDetailResponseToJSON(value) {
|
|
|
2513
2852
|
// src/generated/models/VersionInfo.ts
|
|
2514
2853
|
var VersionInfoStatusEnum = {
|
|
2515
2854
|
DRAFT: "draft",
|
|
2516
|
-
|
|
2517
|
-
|
|
2855
|
+
CANARY: "canary",
|
|
2856
|
+
STABLE: "stable",
|
|
2857
|
+
DEPRECATED: "deprecated",
|
|
2858
|
+
BLOCKED: "blocked"
|
|
2518
2859
|
};
|
|
2519
2860
|
function instanceOfVersionInfo(value) {
|
|
2520
2861
|
let isInstance = true;
|
|
@@ -2791,13 +3132,13 @@ var ComponentsApi = class extends BaseAPI {
|
|
|
2791
3132
|
}
|
|
2792
3133
|
}
|
|
2793
3134
|
const response = await this.request({
|
|
2794
|
-
path: `/components`,
|
|
3135
|
+
path: `/components/create`,
|
|
2795
3136
|
method: "POST",
|
|
2796
3137
|
headers: headerParameters,
|
|
2797
3138
|
query: queryParameters,
|
|
2798
3139
|
body: CreateComponentRequestToJSON(requestParameters.createComponentRequest)
|
|
2799
3140
|
}, initOverrides);
|
|
2800
|
-
return new JSONApiResponse(response, (jsonValue) =>
|
|
3141
|
+
return new JSONApiResponse(response, (jsonValue) => CreateComponent200ResponseFromJSON(jsonValue));
|
|
2801
3142
|
}
|
|
2802
3143
|
/**
|
|
2803
3144
|
* 在注册中心注册一个新组件
|
|
@@ -2817,6 +3158,7 @@ var ComponentsApi = class extends BaseAPI {
|
|
|
2817
3158
|
}
|
|
2818
3159
|
const queryParameters = {};
|
|
2819
3160
|
const headerParameters = {};
|
|
3161
|
+
headerParameters["Content-Type"] = "application/json";
|
|
2820
3162
|
if (this.configuration && this.configuration.accessToken) {
|
|
2821
3163
|
const token = this.configuration.accessToken;
|
|
2822
3164
|
const tokenString = await token("BearerAuth", []);
|
|
@@ -2825,19 +3167,21 @@ var ComponentsApi = class extends BaseAPI {
|
|
|
2825
3167
|
}
|
|
2826
3168
|
}
|
|
2827
3169
|
const response = await this.request({
|
|
2828
|
-
path: `/components/{componentId}`.replace(`{${"componentId"}}`, encodeURIComponent(String(requestParameters.componentId))),
|
|
2829
|
-
method: "
|
|
3170
|
+
path: `/components/{componentId}/delete`.replace(`{${"componentId"}}`, encodeURIComponent(String(requestParameters.componentId))),
|
|
3171
|
+
method: "POST",
|
|
2830
3172
|
headers: headerParameters,
|
|
2831
|
-
query: queryParameters
|
|
3173
|
+
query: queryParameters,
|
|
3174
|
+
body: DeleteComponentRequestToJSON(requestParameters.deleteComponentRequest)
|
|
2832
3175
|
}, initOverrides);
|
|
2833
|
-
return new
|
|
3176
|
+
return new JSONApiResponse(response, (jsonValue) => DeleteComponent200ResponseFromJSON(jsonValue));
|
|
2834
3177
|
}
|
|
2835
3178
|
/**
|
|
2836
3179
|
* 删除组件(仅当没有已发布版本时可删除)
|
|
2837
3180
|
* 删除组件
|
|
2838
3181
|
*/
|
|
2839
3182
|
async deleteComponent(requestParameters, initOverrides) {
|
|
2840
|
-
await this.deleteComponentRaw(requestParameters, initOverrides);
|
|
3183
|
+
const response = await this.deleteComponentRaw(requestParameters, initOverrides);
|
|
3184
|
+
return await response.value();
|
|
2841
3185
|
}
|
|
2842
3186
|
/**
|
|
2843
3187
|
* 获取指定组件的完整信息
|
|
@@ -2862,7 +3206,7 @@ var ComponentsApi = class extends BaseAPI {
|
|
|
2862
3206
|
headers: headerParameters,
|
|
2863
3207
|
query: queryParameters
|
|
2864
3208
|
}, initOverrides);
|
|
2865
|
-
return new JSONApiResponse(response, (jsonValue) =>
|
|
3209
|
+
return new JSONApiResponse(response, (jsonValue) => CreateComponent200ResponseFromJSON(jsonValue));
|
|
2866
3210
|
}
|
|
2867
3211
|
/**
|
|
2868
3212
|
* 获取指定组件的完整信息
|
|
@@ -2939,13 +3283,13 @@ var ComponentsApi = class extends BaseAPI {
|
|
|
2939
3283
|
}
|
|
2940
3284
|
}
|
|
2941
3285
|
const response = await this.request({
|
|
2942
|
-
path: `/components/{componentId}`.replace(`{${"componentId"}}`, encodeURIComponent(String(requestParameters.componentId))),
|
|
2943
|
-
method: "
|
|
3286
|
+
path: `/components/{componentId}/update`.replace(`{${"componentId"}}`, encodeURIComponent(String(requestParameters.componentId))),
|
|
3287
|
+
method: "POST",
|
|
2944
3288
|
headers: headerParameters,
|
|
2945
3289
|
query: queryParameters,
|
|
2946
3290
|
body: UpdateComponentRequestToJSON(requestParameters.updateComponentRequest)
|
|
2947
3291
|
}, initOverrides);
|
|
2948
|
-
return new JSONApiResponse(response, (jsonValue) =>
|
|
3292
|
+
return new JSONApiResponse(response, (jsonValue) => CreateComponent200ResponseFromJSON(jsonValue));
|
|
2949
3293
|
}
|
|
2950
3294
|
/**
|
|
2951
3295
|
* 更新组件的元数据
|
|
@@ -3218,13 +3562,13 @@ var VersionsApi = class extends BaseAPI {
|
|
|
3218
3562
|
}
|
|
3219
3563
|
}
|
|
3220
3564
|
const response = await this.request({
|
|
3221
|
-
path: `/components/{componentId}/versions`.replace(`{${"componentId"}}`, encodeURIComponent(String(requestParameters.componentId))),
|
|
3565
|
+
path: `/components/{componentId}/versions/create`.replace(`{${"componentId"}}`, encodeURIComponent(String(requestParameters.componentId))),
|
|
3222
3566
|
method: "POST",
|
|
3223
3567
|
headers: headerParameters,
|
|
3224
3568
|
query: queryParameters,
|
|
3225
3569
|
body: CreateVersionRequestToJSON(requestParameters.createVersionRequest)
|
|
3226
3570
|
}, initOverrides);
|
|
3227
|
-
return new JSONApiResponse(response, (jsonValue) =>
|
|
3571
|
+
return new JSONApiResponse(response, (jsonValue) => CreateVersion200ResponseFromJSON(jsonValue));
|
|
3228
3572
|
}
|
|
3229
3573
|
/**
|
|
3230
3574
|
* 为组件创建一个新版本(草稿状态)
|
|
@@ -3247,6 +3591,7 @@ var VersionsApi = class extends BaseAPI {
|
|
|
3247
3591
|
}
|
|
3248
3592
|
const queryParameters = {};
|
|
3249
3593
|
const headerParameters = {};
|
|
3594
|
+
headerParameters["Content-Type"] = "application/json";
|
|
3250
3595
|
if (this.configuration && this.configuration.accessToken) {
|
|
3251
3596
|
const token = this.configuration.accessToken;
|
|
3252
3597
|
const tokenString = await token("BearerAuth", []);
|
|
@@ -3255,19 +3600,21 @@ var VersionsApi = class extends BaseAPI {
|
|
|
3255
3600
|
}
|
|
3256
3601
|
}
|
|
3257
3602
|
const response = await this.request({
|
|
3258
|
-
path: `/components/{componentId}/versions/{version}`.replace(`{${"componentId"}}`, encodeURIComponent(String(requestParameters.componentId))).replace(`{${"version"}}`, encodeURIComponent(String(requestParameters.version))),
|
|
3259
|
-
method: "
|
|
3603
|
+
path: `/components/{componentId}/versions/{version}/delete`.replace(`{${"componentId"}}`, encodeURIComponent(String(requestParameters.componentId))).replace(`{${"version"}}`, encodeURIComponent(String(requestParameters.version))),
|
|
3604
|
+
method: "POST",
|
|
3260
3605
|
headers: headerParameters,
|
|
3261
|
-
query: queryParameters
|
|
3606
|
+
query: queryParameters,
|
|
3607
|
+
body: DeleteVersionRequestToJSON(requestParameters.deleteVersionRequest)
|
|
3262
3608
|
}, initOverrides);
|
|
3263
|
-
return new
|
|
3609
|
+
return new JSONApiResponse(response, (jsonValue) => DeleteComponent200ResponseFromJSON(jsonValue));
|
|
3264
3610
|
}
|
|
3265
3611
|
/**
|
|
3266
3612
|
* 删除草稿版本(已发布版本不可删除)
|
|
3267
3613
|
* 删除版本
|
|
3268
3614
|
*/
|
|
3269
3615
|
async deleteVersion(requestParameters, initOverrides) {
|
|
3270
|
-
await this.deleteVersionRaw(requestParameters, initOverrides);
|
|
3616
|
+
const response = await this.deleteVersionRaw(requestParameters, initOverrides);
|
|
3617
|
+
return await response.value();
|
|
3271
3618
|
}
|
|
3272
3619
|
/**
|
|
3273
3620
|
* 将已发布版本标记为废弃
|
|
@@ -3297,7 +3644,7 @@ var VersionsApi = class extends BaseAPI {
|
|
|
3297
3644
|
query: queryParameters,
|
|
3298
3645
|
body: DeprecateVersionRequestToJSON(requestParameters.deprecateVersionRequest)
|
|
3299
3646
|
}, initOverrides);
|
|
3300
|
-
return new JSONApiResponse(response, (jsonValue) =>
|
|
3647
|
+
return new JSONApiResponse(response, (jsonValue) => CreateVersion200ResponseFromJSON(jsonValue));
|
|
3301
3648
|
}
|
|
3302
3649
|
/**
|
|
3303
3650
|
* 将已发布版本标记为废弃
|
|
@@ -3413,7 +3760,7 @@ var VersionsApi = class extends BaseAPI {
|
|
|
3413
3760
|
query: queryParameters,
|
|
3414
3761
|
body: PublishVersionRequestToJSON(requestParameters.publishVersionRequest)
|
|
3415
3762
|
}, initOverrides);
|
|
3416
|
-
return new JSONApiResponse(response, (jsonValue) =>
|
|
3763
|
+
return new JSONApiResponse(response, (jsonValue) => CreateVersion200ResponseFromJSON(jsonValue));
|
|
3417
3764
|
}
|
|
3418
3765
|
/**
|
|
3419
3766
|
* 将草稿版本发布为正式版本
|
|
@@ -3551,18 +3898,27 @@ var VERSION = "2.0.0";
|
|
|
3551
3898
|
ComponentResponseToJSON,
|
|
3552
3899
|
ComponentsApi,
|
|
3553
3900
|
Configuration,
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3901
|
+
CreateComponent200ResponseFromJSON,
|
|
3902
|
+
CreateComponent200ResponseFromJSONTyped,
|
|
3903
|
+
CreateComponent200ResponseToJSON,
|
|
3557
3904
|
CreateComponentRequestFromJSON,
|
|
3558
3905
|
CreateComponentRequestFromJSONTyped,
|
|
3559
3906
|
CreateComponentRequestToJSON,
|
|
3560
|
-
|
|
3561
|
-
|
|
3562
|
-
|
|
3907
|
+
CreateVersion200ResponseFromJSON,
|
|
3908
|
+
CreateVersion200ResponseFromJSONTyped,
|
|
3909
|
+
CreateVersion200ResponseToJSON,
|
|
3563
3910
|
CreateVersionRequestFromJSON,
|
|
3564
3911
|
CreateVersionRequestFromJSONTyped,
|
|
3565
3912
|
CreateVersionRequestToJSON,
|
|
3913
|
+
DeleteComponent200ResponseFromJSON,
|
|
3914
|
+
DeleteComponent200ResponseFromJSONTyped,
|
|
3915
|
+
DeleteComponent200ResponseToJSON,
|
|
3916
|
+
DeleteComponentRequestFromJSON,
|
|
3917
|
+
DeleteComponentRequestFromJSONTyped,
|
|
3918
|
+
DeleteComponentRequestToJSON,
|
|
3919
|
+
DeleteVersionRequestFromJSON,
|
|
3920
|
+
DeleteVersionRequestFromJSONTyped,
|
|
3921
|
+
DeleteVersionRequestToJSON,
|
|
3566
3922
|
DeprecateVersionRequestFromJSON,
|
|
3567
3923
|
DeprecateVersionRequestFromJSONTyped,
|
|
3568
3924
|
DeprecateVersionRequestToJSON,
|
|
@@ -3583,6 +3939,18 @@ var VERSION = "2.0.0";
|
|
|
3583
3939
|
GetVersion200ResponseFromJSON,
|
|
3584
3940
|
GetVersion200ResponseFromJSONTyped,
|
|
3585
3941
|
GetVersion200ResponseToJSON,
|
|
3942
|
+
HealthCheck200ResponseDependenciesValueFromJSON,
|
|
3943
|
+
HealthCheck200ResponseDependenciesValueFromJSONTyped,
|
|
3944
|
+
HealthCheck200ResponseDependenciesValueStatusEnum,
|
|
3945
|
+
HealthCheck200ResponseDependenciesValueToJSON,
|
|
3946
|
+
HealthCheck200ResponseFromJSON,
|
|
3947
|
+
HealthCheck200ResponseFromJSONTyped,
|
|
3948
|
+
HealthCheck200ResponseStatusEnum,
|
|
3949
|
+
HealthCheck200ResponseToJSON,
|
|
3950
|
+
HealthResponseFromJSON,
|
|
3951
|
+
HealthResponseFromJSONTyped,
|
|
3952
|
+
HealthResponseStatusEnum,
|
|
3953
|
+
HealthResponseToJSON,
|
|
3586
3954
|
ListBlockedComponents200ResponseDataInnerFromJSON,
|
|
3587
3955
|
ListBlockedComponents200ResponseDataInnerFromJSONTyped,
|
|
3588
3956
|
ListBlockedComponents200ResponseDataInnerToJSON,
|
|
@@ -3615,6 +3983,9 @@ var VERSION = "2.0.0";
|
|
|
3615
3983
|
ListVersions200ResponseFromJSON,
|
|
3616
3984
|
ListVersions200ResponseFromJSONTyped,
|
|
3617
3985
|
ListVersions200ResponseToJSON,
|
|
3986
|
+
LivenessCheck200ResponseFromJSON,
|
|
3987
|
+
LivenessCheck200ResponseFromJSONTyped,
|
|
3988
|
+
LivenessCheck200ResponseToJSON,
|
|
3618
3989
|
NetworkError,
|
|
3619
3990
|
PaginationMetaFromJSON,
|
|
3620
3991
|
PaginationMetaFromJSONTyped,
|
|
@@ -3640,6 +4011,12 @@ var VERSION = "2.0.0";
|
|
|
3640
4011
|
PublishVersionRequestFromJSON,
|
|
3641
4012
|
PublishVersionRequestFromJSONTyped,
|
|
3642
4013
|
PublishVersionRequestToJSON,
|
|
4014
|
+
ReadinessCheck200ResponseFromJSON,
|
|
4015
|
+
ReadinessCheck200ResponseFromJSONTyped,
|
|
4016
|
+
ReadinessCheck200ResponseToJSON,
|
|
4017
|
+
ReadinessCheck503ResponseFromJSON,
|
|
4018
|
+
ReadinessCheck503ResponseFromJSONTyped,
|
|
4019
|
+
ReadinessCheck503ResponseToJSON,
|
|
3643
4020
|
RegistryClient,
|
|
3644
4021
|
RequiredError,
|
|
3645
4022
|
ResolveManifest200ResponseBlockedComponentsInnerFromJSON,
|
|
@@ -3714,16 +4091,22 @@ var VERSION = "2.0.0";
|
|
|
3714
4091
|
instanceOfComponentInfo,
|
|
3715
4092
|
instanceOfComponentListResponse,
|
|
3716
4093
|
instanceOfComponentResponse,
|
|
3717
|
-
|
|
4094
|
+
instanceOfCreateComponent200Response,
|
|
3718
4095
|
instanceOfCreateComponentRequest,
|
|
3719
|
-
|
|
4096
|
+
instanceOfCreateVersion200Response,
|
|
3720
4097
|
instanceOfCreateVersionRequest,
|
|
4098
|
+
instanceOfDeleteComponent200Response,
|
|
4099
|
+
instanceOfDeleteComponentRequest,
|
|
4100
|
+
instanceOfDeleteVersionRequest,
|
|
3721
4101
|
instanceOfDeprecateVersionRequest,
|
|
3722
4102
|
instanceOfErrorResponse,
|
|
3723
4103
|
instanceOfFileInfo,
|
|
3724
4104
|
instanceOfGetVersion200Response,
|
|
3725
4105
|
instanceOfGetVersion200ResponseData,
|
|
3726
4106
|
instanceOfGetVersion200ResponseDataAllOfFilesInner,
|
|
4107
|
+
instanceOfHealthCheck200Response,
|
|
4108
|
+
instanceOfHealthCheck200ResponseDependenciesValue,
|
|
4109
|
+
instanceOfHealthResponse,
|
|
3727
4110
|
instanceOfListBlockedComponents200Response,
|
|
3728
4111
|
instanceOfListBlockedComponents200ResponseDataInner,
|
|
3729
4112
|
instanceOfListComponents200Response,
|
|
@@ -3734,6 +4117,7 @@ var VERSION = "2.0.0";
|
|
|
3734
4117
|
instanceOfListVersions200Response,
|
|
3735
4118
|
instanceOfListVersions200ResponseDataInner,
|
|
3736
4119
|
instanceOfListVersions200ResponseDataInnerIntegrity,
|
|
4120
|
+
instanceOfLivenessCheck200Response,
|
|
3737
4121
|
instanceOfPaginationMeta,
|
|
3738
4122
|
instanceOfPrepareUpload200Response,
|
|
3739
4123
|
instanceOfPrepareUpload200ResponseData,
|
|
@@ -3742,6 +4126,8 @@ var VERSION = "2.0.0";
|
|
|
3742
4126
|
instanceOfPrepareUploadRequestFilesInner,
|
|
3743
4127
|
instanceOfPrepareUploadResponse,
|
|
3744
4128
|
instanceOfPublishVersionRequest,
|
|
4129
|
+
instanceOfReadinessCheck200Response,
|
|
4130
|
+
instanceOfReadinessCheck503Response,
|
|
3745
4131
|
instanceOfResolveManifest200Response,
|
|
3746
4132
|
instanceOfResolveManifest200ResponseBlockedComponentsInner,
|
|
3747
4133
|
instanceOfResolveManifest200ResponseComponentsInner,
|