@djvlc/openapi-user-client 1.8.2 → 1.8.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 +217 -83
- package/dist/index.d.ts +217 -83
- package/dist/index.js +179 -82
- package/dist/index.mjs +162 -73
- package/openapi/dist/user-api.yaml +94 -39
- package/openapi/src/components/schemas/_index.yaml +87 -33
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -58,9 +58,9 @@ __export(index_exports, {
|
|
|
58
58
|
BatchQueryResponseFromJSON: () => BatchQueryResponseFromJSON,
|
|
59
59
|
BatchQueryResponseFromJSONTyped: () => BatchQueryResponseFromJSONTyped,
|
|
60
60
|
BatchQueryResponseToJSON: () => BatchQueryResponseToJSON,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
61
|
+
BlockedComponentItemFromJSON: () => BlockedComponentItemFromJSON,
|
|
62
|
+
BlockedComponentItemFromJSONTyped: () => BlockedComponentItemFromJSONTyped,
|
|
63
|
+
BlockedComponentItemToJSON: () => BlockedComponentItemToJSON,
|
|
64
64
|
ClaimStatusResponseFromJSON: () => ClaimStatusResponseFromJSON,
|
|
65
65
|
ClaimStatusResponseFromJSONTyped: () => ClaimStatusResponseFromJSONTyped,
|
|
66
66
|
ClaimStatusResponseToJSON: () => ClaimStatusResponseToJSON,
|
|
@@ -68,10 +68,6 @@ __export(index_exports, {
|
|
|
68
68
|
CursorPaginationMetaFromJSON: () => CursorPaginationMetaFromJSON,
|
|
69
69
|
CursorPaginationMetaFromJSONTyped: () => CursorPaginationMetaFromJSONTyped,
|
|
70
70
|
CursorPaginationMetaToJSON: () => CursorPaginationMetaToJSON,
|
|
71
|
-
DegradeConfigFromJSON: () => DegradeConfigFromJSON,
|
|
72
|
-
DegradeConfigFromJSONTyped: () => DegradeConfigFromJSONTyped,
|
|
73
|
-
DegradeConfigModeEnum: () => DegradeConfigModeEnum,
|
|
74
|
-
DegradeConfigToJSON: () => DegradeConfigToJSON,
|
|
75
71
|
ErrorResponseFromJSON: () => ErrorResponseFromJSON,
|
|
76
72
|
ErrorResponseFromJSONTyped: () => ErrorResponseFromJSONTyped,
|
|
77
73
|
ErrorResponseToJSON: () => ErrorResponseToJSON,
|
|
@@ -128,6 +124,10 @@ __export(index_exports, {
|
|
|
128
124
|
HealthCheckResponseFromJSON: () => HealthCheckResponseFromJSON,
|
|
129
125
|
HealthCheckResponseFromJSONTyped: () => HealthCheckResponseFromJSONTyped,
|
|
130
126
|
HealthCheckResponseToJSON: () => HealthCheckResponseToJSON,
|
|
127
|
+
KillSwitchItemFromJSON: () => KillSwitchItemFromJSON,
|
|
128
|
+
KillSwitchItemFromJSONTyped: () => KillSwitchItemFromJSONTyped,
|
|
129
|
+
KillSwitchItemTargetTypeEnum: () => KillSwitchItemTargetTypeEnum,
|
|
130
|
+
KillSwitchItemToJSON: () => KillSwitchItemToJSON,
|
|
131
131
|
LivenessCheck200ResponseFromJSON: () => LivenessCheck200ResponseFromJSON,
|
|
132
132
|
LivenessCheck200ResponseFromJSONTyped: () => LivenessCheck200ResponseFromJSONTyped,
|
|
133
133
|
LivenessCheck200ResponseToJSON: () => LivenessCheck200ResponseToJSON,
|
|
@@ -178,6 +178,9 @@ __export(index_exports, {
|
|
|
178
178
|
QueryMetadataFromJSON: () => QueryMetadataFromJSON,
|
|
179
179
|
QueryMetadataFromJSONTyped: () => QueryMetadataFromJSONTyped,
|
|
180
180
|
QueryMetadataToJSON: () => QueryMetadataToJSON,
|
|
181
|
+
RateLimitConfigFromJSON: () => RateLimitConfigFromJSON,
|
|
182
|
+
RateLimitConfigFromJSONTyped: () => RateLimitConfigFromJSONTyped,
|
|
183
|
+
RateLimitConfigToJSON: () => RateLimitConfigToJSON,
|
|
181
184
|
ReadinessCheck200ResponseFromJSON: () => ReadinessCheck200ResponseFromJSON,
|
|
182
185
|
ReadinessCheck200ResponseFromJSONTyped: () => ReadinessCheck200ResponseFromJSONTyped,
|
|
183
186
|
ReadinessCheck200ResponseToJSON: () => ReadinessCheck200ResponseToJSON,
|
|
@@ -207,6 +210,9 @@ __export(index_exports, {
|
|
|
207
210
|
RewardInfoFromJSON: () => RewardInfoFromJSON,
|
|
208
211
|
RewardInfoFromJSONTyped: () => RewardInfoFromJSONTyped,
|
|
209
212
|
RewardInfoToJSON: () => RewardInfoToJSON,
|
|
213
|
+
RolloutMatchFromJSON: () => RolloutMatchFromJSON,
|
|
214
|
+
RolloutMatchFromJSONTyped: () => RolloutMatchFromJSONTyped,
|
|
215
|
+
RolloutMatchToJSON: () => RolloutMatchToJSON,
|
|
210
216
|
SigninCalendarDataFromJSON: () => SigninCalendarDataFromJSON,
|
|
211
217
|
SigninCalendarDataFromJSONTyped: () => SigninCalendarDataFromJSONTyped,
|
|
212
218
|
SigninCalendarDataToJSON: () => SigninCalendarDataToJSON,
|
|
@@ -282,10 +288,9 @@ __export(index_exports, {
|
|
|
282
288
|
instanceOfBatchQueryItemRequest: () => instanceOfBatchQueryItemRequest,
|
|
283
289
|
instanceOfBatchQueryRequest: () => instanceOfBatchQueryRequest,
|
|
284
290
|
instanceOfBatchQueryResponse: () => instanceOfBatchQueryResponse,
|
|
285
|
-
|
|
291
|
+
instanceOfBlockedComponentItem: () => instanceOfBlockedComponentItem,
|
|
286
292
|
instanceOfClaimStatusResponse: () => instanceOfClaimStatusResponse,
|
|
287
293
|
instanceOfCursorPaginationMeta: () => instanceOfCursorPaginationMeta,
|
|
288
|
-
instanceOfDegradeConfig: () => instanceOfDegradeConfig,
|
|
289
294
|
instanceOfErrorResponse: () => instanceOfErrorResponse,
|
|
290
295
|
instanceOfExecuteAction200Response: () => instanceOfExecuteAction200Response,
|
|
291
296
|
instanceOfExecuteActionRequest: () => instanceOfExecuteActionRequest,
|
|
@@ -304,6 +309,7 @@ __export(index_exports, {
|
|
|
304
309
|
instanceOfHealthCheck200Response: () => instanceOfHealthCheck200Response,
|
|
305
310
|
instanceOfHealthCheckItem: () => instanceOfHealthCheckItem,
|
|
306
311
|
instanceOfHealthCheckResponse: () => instanceOfHealthCheckResponse,
|
|
312
|
+
instanceOfKillSwitchItem: () => instanceOfKillSwitchItem,
|
|
307
313
|
instanceOfLivenessCheck200Response: () => instanceOfLivenessCheck200Response,
|
|
308
314
|
instanceOfLivenessResponse: () => instanceOfLivenessResponse,
|
|
309
315
|
instanceOfManifestComponent: () => instanceOfManifestComponent,
|
|
@@ -319,6 +325,7 @@ __export(index_exports, {
|
|
|
319
325
|
instanceOfQueryDataResponse: () => instanceOfQueryDataResponse,
|
|
320
326
|
instanceOfQueryDefinitionResponse: () => instanceOfQueryDefinitionResponse,
|
|
321
327
|
instanceOfQueryMetadata: () => instanceOfQueryMetadata,
|
|
328
|
+
instanceOfRateLimitConfig: () => instanceOfRateLimitConfig,
|
|
322
329
|
instanceOfReadinessCheck200Response: () => instanceOfReadinessCheck200Response,
|
|
323
330
|
instanceOfReadinessResponse: () => instanceOfReadinessResponse,
|
|
324
331
|
instanceOfResolvePage200Response: () => instanceOfResolvePage200Response,
|
|
@@ -328,6 +335,7 @@ __export(index_exports, {
|
|
|
328
335
|
instanceOfResolveTenantRequest: () => instanceOfResolveTenantRequest,
|
|
329
336
|
instanceOfResolveTenantResponse: () => instanceOfResolveTenantResponse,
|
|
330
337
|
instanceOfRewardInfo: () => instanceOfRewardInfo,
|
|
338
|
+
instanceOfRolloutMatch: () => instanceOfRolloutMatch,
|
|
331
339
|
instanceOfSigninCalendarData: () => instanceOfSigninCalendarData,
|
|
332
340
|
instanceOfSigninCalendarResponse: () => instanceOfSigninCalendarResponse,
|
|
333
341
|
instanceOfSigninStatusResponse: () => instanceOfSigninStatusResponse,
|
|
@@ -1075,19 +1083,20 @@ function BatchQueryRequestToJSON(value) {
|
|
|
1075
1083
|
};
|
|
1076
1084
|
}
|
|
1077
1085
|
|
|
1078
|
-
// src/generated/models/
|
|
1079
|
-
function
|
|
1086
|
+
// src/generated/models/BlockedComponentItem.ts
|
|
1087
|
+
function instanceOfBlockedComponentItem(value) {
|
|
1080
1088
|
let isInstance = true;
|
|
1081
1089
|
isInstance = isInstance && "name" in value;
|
|
1082
1090
|
isInstance = isInstance && "reason" in value;
|
|
1083
1091
|
isInstance = isInstance && "blockedAt" in value;
|
|
1084
1092
|
isInstance = isInstance && "blockedBy" in value;
|
|
1093
|
+
isInstance = isInstance && "urgent" in value;
|
|
1085
1094
|
return isInstance;
|
|
1086
1095
|
}
|
|
1087
|
-
function
|
|
1088
|
-
return
|
|
1096
|
+
function BlockedComponentItemFromJSON(json) {
|
|
1097
|
+
return BlockedComponentItemFromJSONTyped(json, false);
|
|
1089
1098
|
}
|
|
1090
|
-
function
|
|
1099
|
+
function BlockedComponentItemFromJSONTyped(json, ignoreDiscriminator) {
|
|
1091
1100
|
if (json === void 0 || json === null) {
|
|
1092
1101
|
return json;
|
|
1093
1102
|
}
|
|
@@ -1095,11 +1104,13 @@ function BlockedComponentFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
1095
1104
|
"name": json["name"],
|
|
1096
1105
|
"version": !exists(json, "version") ? void 0 : json["version"],
|
|
1097
1106
|
"reason": json["reason"],
|
|
1098
|
-
"blockedAt": json["blockedAt"],
|
|
1099
|
-
"blockedBy": json["blockedBy"]
|
|
1107
|
+
"blockedAt": new Date(json["blockedAt"]),
|
|
1108
|
+
"blockedBy": json["blockedBy"],
|
|
1109
|
+
"fallbackVersion": !exists(json, "fallbackVersion") ? void 0 : json["fallbackVersion"],
|
|
1110
|
+
"urgent": json["urgent"]
|
|
1100
1111
|
};
|
|
1101
1112
|
}
|
|
1102
|
-
function
|
|
1113
|
+
function BlockedComponentItemToJSON(value) {
|
|
1103
1114
|
if (value === void 0) {
|
|
1104
1115
|
return void 0;
|
|
1105
1116
|
}
|
|
@@ -1110,8 +1121,10 @@ function BlockedComponentToJSON(value) {
|
|
|
1110
1121
|
"name": value.name,
|
|
1111
1122
|
"version": value.version,
|
|
1112
1123
|
"reason": value.reason,
|
|
1113
|
-
"blockedAt": value.blockedAt,
|
|
1114
|
-
"blockedBy": value.blockedBy
|
|
1124
|
+
"blockedAt": value.blockedAt.toISOString(),
|
|
1125
|
+
"blockedBy": value.blockedBy,
|
|
1126
|
+
"fallbackVersion": value.fallbackVersion,
|
|
1127
|
+
"urgent": value.urgent
|
|
1115
1128
|
};
|
|
1116
1129
|
}
|
|
1117
1130
|
|
|
@@ -1185,45 +1198,6 @@ function CursorPaginationMetaToJSON(value) {
|
|
|
1185
1198
|
};
|
|
1186
1199
|
}
|
|
1187
1200
|
|
|
1188
|
-
// src/generated/models/DegradeConfig.ts
|
|
1189
|
-
var DegradeConfigModeEnum = {
|
|
1190
|
-
FALLBACK: "fallback",
|
|
1191
|
-
STATIC: "static",
|
|
1192
|
-
ERROR: "error"
|
|
1193
|
-
};
|
|
1194
|
-
function instanceOfDegradeConfig(value) {
|
|
1195
|
-
let isInstance = true;
|
|
1196
|
-
isInstance = isInstance && "enabled" in value;
|
|
1197
|
-
isInstance = isInstance && "mode" in value;
|
|
1198
|
-
return isInstance;
|
|
1199
|
-
}
|
|
1200
|
-
function DegradeConfigFromJSON(json) {
|
|
1201
|
-
return DegradeConfigFromJSONTyped(json, false);
|
|
1202
|
-
}
|
|
1203
|
-
function DegradeConfigFromJSONTyped(json, ignoreDiscriminator) {
|
|
1204
|
-
if (json === void 0 || json === null) {
|
|
1205
|
-
return json;
|
|
1206
|
-
}
|
|
1207
|
-
return {
|
|
1208
|
-
"enabled": json["enabled"],
|
|
1209
|
-
"mode": json["mode"],
|
|
1210
|
-
"message": !exists(json, "message") ? void 0 : json["message"]
|
|
1211
|
-
};
|
|
1212
|
-
}
|
|
1213
|
-
function DegradeConfigToJSON(value) {
|
|
1214
|
-
if (value === void 0) {
|
|
1215
|
-
return void 0;
|
|
1216
|
-
}
|
|
1217
|
-
if (value === null) {
|
|
1218
|
-
return null;
|
|
1219
|
-
}
|
|
1220
|
-
return {
|
|
1221
|
-
"enabled": value.enabled,
|
|
1222
|
-
"mode": value.mode,
|
|
1223
|
-
"message": value.message
|
|
1224
|
-
};
|
|
1225
|
-
}
|
|
1226
|
-
|
|
1227
1201
|
// src/generated/models/ErrorResponse.ts
|
|
1228
1202
|
function instanceOfErrorResponse(value) {
|
|
1229
1203
|
let isInstance = true;
|
|
@@ -1683,14 +1657,92 @@ function GetClaimStatus200ResponseToJSON(value) {
|
|
|
1683
1657
|
};
|
|
1684
1658
|
}
|
|
1685
1659
|
|
|
1660
|
+
// src/generated/models/KillSwitchItem.ts
|
|
1661
|
+
var KillSwitchItemTargetTypeEnum = {
|
|
1662
|
+
ACTION: "action",
|
|
1663
|
+
COMPONENT: "component",
|
|
1664
|
+
FEATURE: "feature",
|
|
1665
|
+
PAGE: "page",
|
|
1666
|
+
QUERY: "query"
|
|
1667
|
+
};
|
|
1668
|
+
function instanceOfKillSwitchItem(value) {
|
|
1669
|
+
let isInstance = true;
|
|
1670
|
+
isInstance = isInstance && "targetType" in value;
|
|
1671
|
+
isInstance = isInstance && "targetId" in value;
|
|
1672
|
+
isInstance = isInstance && "enabled" in value;
|
|
1673
|
+
return isInstance;
|
|
1674
|
+
}
|
|
1675
|
+
function KillSwitchItemFromJSON(json) {
|
|
1676
|
+
return KillSwitchItemFromJSONTyped(json, false);
|
|
1677
|
+
}
|
|
1678
|
+
function KillSwitchItemFromJSONTyped(json, ignoreDiscriminator) {
|
|
1679
|
+
if (json === void 0 || json === null) {
|
|
1680
|
+
return json;
|
|
1681
|
+
}
|
|
1682
|
+
return {
|
|
1683
|
+
"targetType": json["targetType"],
|
|
1684
|
+
"targetId": json["targetId"],
|
|
1685
|
+
"enabled": json["enabled"],
|
|
1686
|
+
"reason": !exists(json, "reason") ? void 0 : json["reason"],
|
|
1687
|
+
"enabledAt": !exists(json, "enabledAt") ? void 0 : new Date(json["enabledAt"]),
|
|
1688
|
+
"enabledBy": !exists(json, "enabledBy") ? void 0 : json["enabledBy"],
|
|
1689
|
+
"userMessage": !exists(json, "userMessage") ? void 0 : json["userMessage"]
|
|
1690
|
+
};
|
|
1691
|
+
}
|
|
1692
|
+
function KillSwitchItemToJSON(value) {
|
|
1693
|
+
if (value === void 0) {
|
|
1694
|
+
return void 0;
|
|
1695
|
+
}
|
|
1696
|
+
if (value === null) {
|
|
1697
|
+
return null;
|
|
1698
|
+
}
|
|
1699
|
+
return {
|
|
1700
|
+
"targetType": value.targetType,
|
|
1701
|
+
"targetId": value.targetId,
|
|
1702
|
+
"enabled": value.enabled,
|
|
1703
|
+
"reason": value.reason,
|
|
1704
|
+
"enabledAt": value.enabledAt === void 0 ? void 0 : value.enabledAt.toISOString(),
|
|
1705
|
+
"enabledBy": value.enabledBy,
|
|
1706
|
+
"userMessage": value.userMessage
|
|
1707
|
+
};
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
// src/generated/models/RateLimitConfig.ts
|
|
1711
|
+
function instanceOfRateLimitConfig(value) {
|
|
1712
|
+
let isInstance = true;
|
|
1713
|
+
return isInstance;
|
|
1714
|
+
}
|
|
1715
|
+
function RateLimitConfigFromJSON(json) {
|
|
1716
|
+
return RateLimitConfigFromJSONTyped(json, false);
|
|
1717
|
+
}
|
|
1718
|
+
function RateLimitConfigFromJSONTyped(json, ignoreDiscriminator) {
|
|
1719
|
+
if (json === void 0 || json === null) {
|
|
1720
|
+
return json;
|
|
1721
|
+
}
|
|
1722
|
+
return {
|
|
1723
|
+
"globalQps": !exists(json, "globalQps") ? void 0 : json["globalQps"],
|
|
1724
|
+
"actionQps": !exists(json, "actionQps") ? void 0 : json["actionQps"]
|
|
1725
|
+
};
|
|
1726
|
+
}
|
|
1727
|
+
function RateLimitConfigToJSON(value) {
|
|
1728
|
+
if (value === void 0) {
|
|
1729
|
+
return void 0;
|
|
1730
|
+
}
|
|
1731
|
+
if (value === null) {
|
|
1732
|
+
return null;
|
|
1733
|
+
}
|
|
1734
|
+
return {
|
|
1735
|
+
"globalQps": value.globalQps,
|
|
1736
|
+
"actionQps": value.actionQps
|
|
1737
|
+
};
|
|
1738
|
+
}
|
|
1739
|
+
|
|
1686
1740
|
// src/generated/models/OpsConfig.ts
|
|
1687
1741
|
function instanceOfOpsConfig(value) {
|
|
1688
1742
|
let isInstance = true;
|
|
1689
1743
|
isInstance = isInstance && "killSwitch" in value;
|
|
1690
1744
|
isInstance = isInstance && "blockedComponents" in value;
|
|
1691
|
-
isInstance = isInstance && "
|
|
1692
|
-
isInstance = isInstance && "featureFlags" in value;
|
|
1693
|
-
isInstance = isInstance && "degradeConfig" in value;
|
|
1745
|
+
isInstance = isInstance && "flags" in value;
|
|
1694
1746
|
return isInstance;
|
|
1695
1747
|
}
|
|
1696
1748
|
function OpsConfigFromJSON(json) {
|
|
@@ -1701,11 +1753,12 @@ function OpsConfigFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
1701
1753
|
return json;
|
|
1702
1754
|
}
|
|
1703
1755
|
return {
|
|
1704
|
-
"
|
|
1705
|
-
"
|
|
1706
|
-
"
|
|
1707
|
-
"
|
|
1708
|
-
"
|
|
1756
|
+
"configVersionId": !exists(json, "configVersionId") ? void 0 : json["configVersionId"],
|
|
1757
|
+
"killSwitch": json["killSwitch"].map(KillSwitchItemFromJSON),
|
|
1758
|
+
"blockedComponents": json["blockedComponents"].map(BlockedComponentItemFromJSON),
|
|
1759
|
+
"flags": json["flags"],
|
|
1760
|
+
"rateLimit": !exists(json, "rateLimit") ? void 0 : RateLimitConfigFromJSON(json["rateLimit"]),
|
|
1761
|
+
"expiresAt": !exists(json, "expiresAt") ? void 0 : new Date(json["expiresAt"])
|
|
1709
1762
|
};
|
|
1710
1763
|
}
|
|
1711
1764
|
function OpsConfigToJSON(value) {
|
|
@@ -1716,11 +1769,12 @@ function OpsConfigToJSON(value) {
|
|
|
1716
1769
|
return null;
|
|
1717
1770
|
}
|
|
1718
1771
|
return {
|
|
1719
|
-
"
|
|
1720
|
-
"
|
|
1721
|
-
"
|
|
1722
|
-
"
|
|
1723
|
-
"
|
|
1772
|
+
"configVersionId": value.configVersionId,
|
|
1773
|
+
"killSwitch": value.killSwitch.map(KillSwitchItemToJSON),
|
|
1774
|
+
"blockedComponents": value.blockedComponents.map(BlockedComponentItemToJSON),
|
|
1775
|
+
"flags": value.flags,
|
|
1776
|
+
"rateLimit": RateLimitConfigToJSON(value.rateLimit),
|
|
1777
|
+
"expiresAt": value.expiresAt === void 0 ? void 0 : value.expiresAt.toISOString()
|
|
1724
1778
|
};
|
|
1725
1779
|
}
|
|
1726
1780
|
|
|
@@ -2862,6 +2916,39 @@ function ReadinessCheck200ResponseToJSON(value) {
|
|
|
2862
2916
|
};
|
|
2863
2917
|
}
|
|
2864
2918
|
|
|
2919
|
+
// src/generated/models/RolloutMatch.ts
|
|
2920
|
+
function instanceOfRolloutMatch(value) {
|
|
2921
|
+
let isInstance = true;
|
|
2922
|
+
isInstance = isInstance && "isDefault" in value;
|
|
2923
|
+
return isInstance;
|
|
2924
|
+
}
|
|
2925
|
+
function RolloutMatchFromJSON(json) {
|
|
2926
|
+
return RolloutMatchFromJSONTyped(json, false);
|
|
2927
|
+
}
|
|
2928
|
+
function RolloutMatchFromJSONTyped(json, ignoreDiscriminator) {
|
|
2929
|
+
if (json === void 0 || json === null) {
|
|
2930
|
+
return json;
|
|
2931
|
+
}
|
|
2932
|
+
return {
|
|
2933
|
+
"strategyId": !exists(json, "strategyId") ? void 0 : json["strategyId"],
|
|
2934
|
+
"strategyName": !exists(json, "strategyName") ? void 0 : json["strategyName"],
|
|
2935
|
+
"isDefault": json["isDefault"]
|
|
2936
|
+
};
|
|
2937
|
+
}
|
|
2938
|
+
function RolloutMatchToJSON(value) {
|
|
2939
|
+
if (value === void 0) {
|
|
2940
|
+
return void 0;
|
|
2941
|
+
}
|
|
2942
|
+
if (value === null) {
|
|
2943
|
+
return null;
|
|
2944
|
+
}
|
|
2945
|
+
return {
|
|
2946
|
+
"strategyId": value.strategyId,
|
|
2947
|
+
"strategyName": value.strategyName,
|
|
2948
|
+
"isDefault": value.isDefault
|
|
2949
|
+
};
|
|
2950
|
+
}
|
|
2951
|
+
|
|
2865
2952
|
// src/generated/models/ResolvePageResponse.ts
|
|
2866
2953
|
function instanceOfResolvePageResponse(value) {
|
|
2867
2954
|
let isInstance = true;
|
|
@@ -2892,7 +2979,8 @@ function ResolvePageResponseFromJSONTyped(json, ignoreDiscriminator) {
|
|
|
2892
2979
|
"etag": json["etag"],
|
|
2893
2980
|
"cacheTtlSeconds": json["cacheTtlSeconds"],
|
|
2894
2981
|
"traceId": !exists(json, "traceId") ? void 0 : json["traceId"],
|
|
2895
|
-
"runtimeVersion": !exists(json, "runtimeVersion") ? void 0 : json["runtimeVersion"]
|
|
2982
|
+
"runtimeVersion": !exists(json, "runtimeVersion") ? void 0 : json["runtimeVersion"],
|
|
2983
|
+
"rolloutMatch": !exists(json, "rolloutMatch") ? void 0 : RolloutMatchFromJSON(json["rolloutMatch"])
|
|
2896
2984
|
};
|
|
2897
2985
|
}
|
|
2898
2986
|
function ResolvePageResponseToJSON(value) {
|
|
@@ -2912,7 +3000,8 @@ function ResolvePageResponseToJSON(value) {
|
|
|
2912
3000
|
"etag": value.etag,
|
|
2913
3001
|
"cacheTtlSeconds": value.cacheTtlSeconds,
|
|
2914
3002
|
"traceId": value.traceId,
|
|
2915
|
-
"runtimeVersion": value.runtimeVersion
|
|
3003
|
+
"runtimeVersion": value.runtimeVersion,
|
|
3004
|
+
"rolloutMatch": RolloutMatchToJSON(value.rolloutMatch)
|
|
2916
3005
|
};
|
|
2917
3006
|
}
|
|
2918
3007
|
|
|
@@ -4594,9 +4683,9 @@ var VERSION = "1.0.0";
|
|
|
4594
4683
|
BatchQueryResponseFromJSON,
|
|
4595
4684
|
BatchQueryResponseFromJSONTyped,
|
|
4596
4685
|
BatchQueryResponseToJSON,
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4686
|
+
BlockedComponentItemFromJSON,
|
|
4687
|
+
BlockedComponentItemFromJSONTyped,
|
|
4688
|
+
BlockedComponentItemToJSON,
|
|
4600
4689
|
ClaimStatusResponseFromJSON,
|
|
4601
4690
|
ClaimStatusResponseFromJSONTyped,
|
|
4602
4691
|
ClaimStatusResponseToJSON,
|
|
@@ -4604,10 +4693,6 @@ var VERSION = "1.0.0";
|
|
|
4604
4693
|
CursorPaginationMetaFromJSON,
|
|
4605
4694
|
CursorPaginationMetaFromJSONTyped,
|
|
4606
4695
|
CursorPaginationMetaToJSON,
|
|
4607
|
-
DegradeConfigFromJSON,
|
|
4608
|
-
DegradeConfigFromJSONTyped,
|
|
4609
|
-
DegradeConfigModeEnum,
|
|
4610
|
-
DegradeConfigToJSON,
|
|
4611
4696
|
ErrorResponseFromJSON,
|
|
4612
4697
|
ErrorResponseFromJSONTyped,
|
|
4613
4698
|
ErrorResponseToJSON,
|
|
@@ -4664,6 +4749,10 @@ var VERSION = "1.0.0";
|
|
|
4664
4749
|
HealthCheckResponseFromJSON,
|
|
4665
4750
|
HealthCheckResponseFromJSONTyped,
|
|
4666
4751
|
HealthCheckResponseToJSON,
|
|
4752
|
+
KillSwitchItemFromJSON,
|
|
4753
|
+
KillSwitchItemFromJSONTyped,
|
|
4754
|
+
KillSwitchItemTargetTypeEnum,
|
|
4755
|
+
KillSwitchItemToJSON,
|
|
4667
4756
|
LivenessCheck200ResponseFromJSON,
|
|
4668
4757
|
LivenessCheck200ResponseFromJSONTyped,
|
|
4669
4758
|
LivenessCheck200ResponseToJSON,
|
|
@@ -4714,6 +4803,9 @@ var VERSION = "1.0.0";
|
|
|
4714
4803
|
QueryMetadataFromJSON,
|
|
4715
4804
|
QueryMetadataFromJSONTyped,
|
|
4716
4805
|
QueryMetadataToJSON,
|
|
4806
|
+
RateLimitConfigFromJSON,
|
|
4807
|
+
RateLimitConfigFromJSONTyped,
|
|
4808
|
+
RateLimitConfigToJSON,
|
|
4717
4809
|
ReadinessCheck200ResponseFromJSON,
|
|
4718
4810
|
ReadinessCheck200ResponseFromJSONTyped,
|
|
4719
4811
|
ReadinessCheck200ResponseToJSON,
|
|
@@ -4743,6 +4835,9 @@ var VERSION = "1.0.0";
|
|
|
4743
4835
|
RewardInfoFromJSON,
|
|
4744
4836
|
RewardInfoFromJSONTyped,
|
|
4745
4837
|
RewardInfoToJSON,
|
|
4838
|
+
RolloutMatchFromJSON,
|
|
4839
|
+
RolloutMatchFromJSONTyped,
|
|
4840
|
+
RolloutMatchToJSON,
|
|
4746
4841
|
SigninCalendarDataFromJSON,
|
|
4747
4842
|
SigninCalendarDataFromJSONTyped,
|
|
4748
4843
|
SigninCalendarDataToJSON,
|
|
@@ -4818,10 +4913,9 @@ var VERSION = "1.0.0";
|
|
|
4818
4913
|
instanceOfBatchQueryItemRequest,
|
|
4819
4914
|
instanceOfBatchQueryRequest,
|
|
4820
4915
|
instanceOfBatchQueryResponse,
|
|
4821
|
-
|
|
4916
|
+
instanceOfBlockedComponentItem,
|
|
4822
4917
|
instanceOfClaimStatusResponse,
|
|
4823
4918
|
instanceOfCursorPaginationMeta,
|
|
4824
|
-
instanceOfDegradeConfig,
|
|
4825
4919
|
instanceOfErrorResponse,
|
|
4826
4920
|
instanceOfExecuteAction200Response,
|
|
4827
4921
|
instanceOfExecuteActionRequest,
|
|
@@ -4840,6 +4934,7 @@ var VERSION = "1.0.0";
|
|
|
4840
4934
|
instanceOfHealthCheck200Response,
|
|
4841
4935
|
instanceOfHealthCheckItem,
|
|
4842
4936
|
instanceOfHealthCheckResponse,
|
|
4937
|
+
instanceOfKillSwitchItem,
|
|
4843
4938
|
instanceOfLivenessCheck200Response,
|
|
4844
4939
|
instanceOfLivenessResponse,
|
|
4845
4940
|
instanceOfManifestComponent,
|
|
@@ -4855,6 +4950,7 @@ var VERSION = "1.0.0";
|
|
|
4855
4950
|
instanceOfQueryDataResponse,
|
|
4856
4951
|
instanceOfQueryDefinitionResponse,
|
|
4857
4952
|
instanceOfQueryMetadata,
|
|
4953
|
+
instanceOfRateLimitConfig,
|
|
4858
4954
|
instanceOfReadinessCheck200Response,
|
|
4859
4955
|
instanceOfReadinessResponse,
|
|
4860
4956
|
instanceOfResolvePage200Response,
|
|
@@ -4864,6 +4960,7 @@ var VERSION = "1.0.0";
|
|
|
4864
4960
|
instanceOfResolveTenantRequest,
|
|
4865
4961
|
instanceOfResolveTenantResponse,
|
|
4866
4962
|
instanceOfRewardInfo,
|
|
4963
|
+
instanceOfRolloutMatch,
|
|
4867
4964
|
instanceOfSigninCalendarData,
|
|
4868
4965
|
instanceOfSigninCalendarResponse,
|
|
4869
4966
|
instanceOfSigninStatusResponse,
|