unleash-server 4.23.0-beta.21 → 4.23.0-beta.22
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/lib/openapi/index.d.ts +13 -0
- package/dist/lib/openapi/index.js +2 -0
- package/dist/lib/openapi/index.js.map +1 -1
- package/dist/lib/openapi/spec/maintenance-schema.d.ts +1 -0
- package/dist/lib/openapi/spec/maintenance-schema.js +1 -0
- package/dist/lib/openapi/spec/maintenance-schema.js.map +1 -1
- package/dist/lib/openapi/spec/toggle-maintenance-schema.d.ts +14 -0
- package/dist/lib/openapi/spec/toggle-maintenance-schema.js +16 -0
- package/dist/lib/openapi/spec/toggle-maintenance-schema.js.map +1 -0
- package/dist/lib/openapi/validate.d.ts +1 -1
- package/dist/lib/routes/admin-api/maintenance.js +7 -1
- package/dist/lib/routes/admin-api/maintenance.js.map +1 -1
- package/package.json +1 -1
|
@@ -9880,6 +9880,19 @@ export declare const schemas: {
|
|
|
9880
9880
|
readonly properties: {
|
|
9881
9881
|
readonly enabled: {
|
|
9882
9882
|
readonly type: "boolean";
|
|
9883
|
+
readonly example: true;
|
|
9884
|
+
};
|
|
9885
|
+
};
|
|
9886
|
+
readonly components: {};
|
|
9887
|
+
};
|
|
9888
|
+
toggleMaintenanceSchema: {
|
|
9889
|
+
readonly $id: "#/components/schemas/toggleMaintenanceSchema";
|
|
9890
|
+
readonly type: "object";
|
|
9891
|
+
readonly required: readonly ["enabled"];
|
|
9892
|
+
readonly properties: {
|
|
9893
|
+
readonly enabled: {
|
|
9894
|
+
readonly type: "boolean";
|
|
9895
|
+
readonly example: true;
|
|
9883
9896
|
};
|
|
9884
9897
|
};
|
|
9885
9898
|
readonly components: {};
|
|
@@ -24,6 +24,7 @@ const util_2 = require("./util");
|
|
|
24
24
|
const url_1 = require("url");
|
|
25
25
|
const version_1 = __importDefault(require("../util/version"));
|
|
26
26
|
const maintenance_schema_1 = require("./spec/maintenance-schema");
|
|
27
|
+
const toggle_maintenance_schema_1 = require("./spec/toggle-maintenance-schema");
|
|
27
28
|
const bulk_registration_schema_1 = require("./spec/bulk-registration-schema");
|
|
28
29
|
const bulk_metrics_schema_1 = require("./spec/bulk-metrics-schema");
|
|
29
30
|
const client_metrics_env_schema_1 = require("./spec/client-metrics-env-schema");
|
|
@@ -96,6 +97,7 @@ exports.schemas = {
|
|
|
96
97
|
legalValueSchema: spec_1.legalValueSchema,
|
|
97
98
|
loginSchema: spec_1.loginSchema,
|
|
98
99
|
maintenanceSchema: maintenance_schema_1.maintenanceSchema,
|
|
100
|
+
toggleMaintenanceSchema: toggle_maintenance_schema_1.toggleMaintenanceSchema,
|
|
99
101
|
meSchema: spec_1.meSchema,
|
|
100
102
|
nameSchema: spec_1.nameSchema,
|
|
101
103
|
overrideSchema: spec_1.overrideSchema,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/openapi/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/openapi/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"maintenance-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/maintenance-schema.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAG;IAC7B,GAAG,EAAE,wCAAwC;IAC7C,IAAI,EAAE,QAAQ;IACd,oBAAoB,EAAE,KAAK;IAC3B,QAAQ,EAAE,CAAC,SAAS,CAAC;IACrB,UAAU,EAAE;QACR,OAAO,EAAE;YACL,IAAI,EAAE,SAAS;
|
|
1
|
+
{"version":3,"file":"maintenance-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/maintenance-schema.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAG;IAC7B,GAAG,EAAE,wCAAwC;IAC7C,IAAI,EAAE,QAAQ;IACd,oBAAoB,EAAE,KAAK;IAC3B,QAAQ,EAAE,CAAC,SAAS,CAAC;IACrB,UAAU,EAAE;QACR,OAAO,EAAE;YACL,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,IAAI;SAChB;KACJ;IACD,UAAU,EAAE,EAAE;CACR,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { FromSchema } from 'json-schema-to-ts';
|
|
2
|
+
export declare const toggleMaintenanceSchema: {
|
|
3
|
+
readonly $id: "#/components/schemas/toggleMaintenanceSchema";
|
|
4
|
+
readonly type: "object";
|
|
5
|
+
readonly required: readonly ["enabled"];
|
|
6
|
+
readonly properties: {
|
|
7
|
+
readonly enabled: {
|
|
8
|
+
readonly type: "boolean";
|
|
9
|
+
readonly example: true;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
readonly components: {};
|
|
13
|
+
};
|
|
14
|
+
export declare type ToggleMaintenanceSchema = FromSchema<typeof toggleMaintenanceSchema>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.toggleMaintenanceSchema = void 0;
|
|
4
|
+
exports.toggleMaintenanceSchema = {
|
|
5
|
+
$id: '#/components/schemas/toggleMaintenanceSchema',
|
|
6
|
+
type: 'object',
|
|
7
|
+
required: ['enabled'],
|
|
8
|
+
properties: {
|
|
9
|
+
enabled: {
|
|
10
|
+
type: 'boolean',
|
|
11
|
+
example: true,
|
|
12
|
+
},
|
|
13
|
+
},
|
|
14
|
+
components: {},
|
|
15
|
+
};
|
|
16
|
+
//# sourceMappingURL=toggle-maintenance-schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"toggle-maintenance-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/toggle-maintenance-schema.ts"],"names":[],"mappings":";;;AAEa,QAAA,uBAAuB,GAAG;IACnC,GAAG,EAAE,8CAA8C;IACnD,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,CAAC,SAAS,CAAC;IACrB,UAAU,EAAE;QACR,OAAO,EAAE;YACL,IAAI,EAAE,SAAS;YACf,OAAO,EAAE,IAAI;SAChB;KACJ;IACD,UAAU,EAAE,EAAE;CACR,CAAC"}
|
|
@@ -5,4 +5,4 @@ export interface ISchemaValidationErrors<S = SchemaId> {
|
|
|
5
5
|
errors: ErrorObject[];
|
|
6
6
|
}
|
|
7
7
|
export declare const addAjvSchema: (schemaObjects: any[]) => any;
|
|
8
|
-
export declare const validateSchema: <S = "#/components/schemas/searchEventsSchema" | "#/components/schemas/idSchema" | "#/components/schemas/userSchema" | "#/components/schemas/permissionSchema" | "#/components/schemas/feedbackSchema" | "#/components/schemas/meSchema" | "#/components/schemas/patSchema" | "#/components/schemas/tagSchema" | "#/components/schemas/dateSchema" | "#/components/schemas/nameSchema" | "#/components/schemas/patsSchema" | "#/components/schemas/roleSchema" | "#/components/schemas/tagsSchema" | "#/components/schemas/addonSchema" | "#/components/schemas/emailSchema" | "#/components/schemas/eventSchema" | "#/components/schemas/groupUserModelSchema" | "#/components/schemas/groupSchema" | "#/components/schemas/loginSchema" | "#/components/schemas/patchSchema" | "#/components/schemas/overrideSchema" | "#/components/schemas/variantSchema" | "#/components/schemas/constraintSchema" | "#/components/schemas/parametersSchema" | "#/components/schemas/featureStrategySchema" | "#/components/schemas/featureEnvironmentSchema" | "#/components/schemas/featureSchema" | "#/components/schemas/tagTypeSchema" | "#/components/schemas/featureTagSchema" | "#/components/schemas/projectSchema" | "#/components/schemas/environmentSchema" | "#/components/schemas/segmentSchema" | "#/components/schemas/featureStrategySegmentSchema" | "#/components/schemas/strategySchema" | "#/components/schemas/stateSchema" | "#/components/schemas/usersSchema" | "#/components/schemas/addonParameterSchema" | "#/components/schemas/addonTypeSchema" | "#/components/schemas/addonsSchema" | "#/components/schemas/eventsSchema" | "#/components/schemas/groupsSchema" | "#/components/schemas/splashSchema" | "#/components/schemas/patchesSchema" | "#/components/schemas/profileSchema" | "#/components/schemas/versionSchema" | "#/components/schemas/featuresSchema" | "#/components/schemas/passwordSchema" | "#/components/schemas/projectsSchema" | "#/components/schemas/variantsSchema" | "#/components/schemas/apiTokenSchema" | "#/components/schemas/tagTypesSchema" | "#/components/schemas/uiConfigSchema" | "#/components/schemas/apiTokensSchema" | "#/components/schemas/edgeTokenSchema" | "#/components/schemas/sortOrderSchema" | "#/components/schemas/strategiesSchema" | "#/components/schemas/tokenUserSchema" | "#/components/schemas/applicationSchema" | "#/components/schemas/createUserSchema" | "#/components/schemas/legalValueSchema" | "#/components/schemas/sdkContextSchema" | "#/components/schemas/updateUserSchema" | "#/components/schemas/applicationsSchema" | "#/components/schemas/environmentsSchema" | "#/components/schemas/featureTypeSchema" | "#/components/schemas/healthCheckSchema" | "#/components/schemas/proxyClientSchema" | "#/components/schemas/usersSearchSchema" | "#/components/schemas/cloneFeatureSchema" | "#/components/schemas/contextFieldSchema" | "#/components/schemas/featureTypesSchema" | "#/components/schemas/featureEnvironmentMetricsSchema" | "#/components/schemas/featureUsageSchema" | "#/components/schemas/projectStatsSchema" | "#/components/schemas/healthOverviewSchema" | "#/components/schemas/healthReportSchema" | "#/components/schemas/proxyFeatureSchema" | "#/components/schemas/setUiConfigSchema" | "#/components/schemas/clientFeatureSchema" | "#/components/schemas/clientMetricsSchema" | "#/components/schemas/contextFieldsSchema" | "#/components/schemas/createFeatureSchema" | "#/components/schemas/featureEventsSchema" | "#/components/schemas/proxyFeaturesSchema" | "#/components/schemas/resetPasswordSchema" | "#/components/schemas/updateFeatureSchema" | "#/components/schemas/changePasswordSchema" | "#/components/schemas/clientFeaturesQuerySchema" | "#/components/schemas/clientFeaturesSchema" | "#/components/schemas/featureMetricsSchema" | "#/components/schemas/updateTagTypeSchema" | "#/components/schemas/upsertStrategySchema" | "#/components/schemas/createApiTokenSchema" | "#/components/schemas/featureVariantsSchema" | "#/components/schemas/tagWithVersionSchema" | "#/components/schemas/updateApiTokenSchema" | "#/components/schemas/usersGroupsBaseSchema" | "#/components/schemas/validatePasswordSchema" | "#/components/schemas/validateTagTypeSchema" | "#/components/schemas/clientApplicationSchema" | "#/components/schemas/playgroundConstraintSchema" | "#/components/schemas/playgroundSegmentSchema" | "#/components/schemas/playgroundStrategySchema" | "#/components/schemas/playgroundFeatureSchema" | "#/components/schemas/playgroundRequestSchema" | "#/components/schemas/createInvitedUserSchema" | "#/components/schemas/environmentProjectSchema" | "#/components/schemas/playgroundResponseSchema" | "#/components/schemas/projectEnvironmentSchema" | "#/components/schemas/publicSignupTokenSchema" | "#/components/schemas/environmentsProjectSchema" | "#/components/schemas/instanceAdminStatsSchema" | "#/components/schemas/publicSignupTokensSchema" | "#/components/schemas/upsertContextFieldSchema" | "#/components/schemas/validateEdgeTokensSchema" | "#/components/schemas/adminFeaturesQuerySchema" | "#/components/schemas/createFeatureStrategySchema" | "#/components/schemas/setStrategySortOrderSchema" | "#/components/schemas/updateFeatureStrategySchema" | "#/components/schemas/publicSignupTokenCreateSchema" | "#/components/schemas/publicSignupTokenUpdateSchema" | "#/components/schemas/requestsPerSecondSchema" | "#/components/schemas/requestsPerSecondSegmentedSchema" | "#/components/schemas/exportResultSchema" | "#/components/schemas/exportQuerySchema" | "#/components/schemas/pushVariantsSchema" | "#/components/schemas/projectOverviewSchema" | "#/components/schemas/importTogglesValidateItemSchema" | "#/components/schemas/importTogglesValidateSchema" | "#/components/schemas/importTogglesSchema" | "#/components/schemas/updateTagsSchema" | "#/components/schemas/tagsBulkAddSchema" | "#/components/schemas/upsertSegmentSchema" | "#/components/schemas/batchFeaturesSchema" | "#/components/schemas/maintenanceSchema" | "#/components/schemas/bulkRegistrationSchema" | "#/components/schemas/clientMetricsEnvSchema" | "#/components/schemas/bulkMetricsSchema" | "#/components/schemas/batchStaleSchema">(schema: S, data: unknown) => ISchemaValidationErrors<S>;
|
|
8
|
+
export declare const validateSchema: <S = "#/components/schemas/searchEventsSchema" | "#/components/schemas/idSchema" | "#/components/schemas/userSchema" | "#/components/schemas/permissionSchema" | "#/components/schemas/feedbackSchema" | "#/components/schemas/meSchema" | "#/components/schemas/patSchema" | "#/components/schemas/tagSchema" | "#/components/schemas/dateSchema" | "#/components/schemas/nameSchema" | "#/components/schemas/patsSchema" | "#/components/schemas/roleSchema" | "#/components/schemas/tagsSchema" | "#/components/schemas/addonSchema" | "#/components/schemas/emailSchema" | "#/components/schemas/eventSchema" | "#/components/schemas/groupUserModelSchema" | "#/components/schemas/groupSchema" | "#/components/schemas/loginSchema" | "#/components/schemas/patchSchema" | "#/components/schemas/overrideSchema" | "#/components/schemas/variantSchema" | "#/components/schemas/constraintSchema" | "#/components/schemas/parametersSchema" | "#/components/schemas/featureStrategySchema" | "#/components/schemas/featureEnvironmentSchema" | "#/components/schemas/featureSchema" | "#/components/schemas/tagTypeSchema" | "#/components/schemas/featureTagSchema" | "#/components/schemas/projectSchema" | "#/components/schemas/environmentSchema" | "#/components/schemas/segmentSchema" | "#/components/schemas/featureStrategySegmentSchema" | "#/components/schemas/strategySchema" | "#/components/schemas/stateSchema" | "#/components/schemas/usersSchema" | "#/components/schemas/addonParameterSchema" | "#/components/schemas/addonTypeSchema" | "#/components/schemas/addonsSchema" | "#/components/schemas/eventsSchema" | "#/components/schemas/groupsSchema" | "#/components/schemas/splashSchema" | "#/components/schemas/patchesSchema" | "#/components/schemas/profileSchema" | "#/components/schemas/versionSchema" | "#/components/schemas/featuresSchema" | "#/components/schemas/passwordSchema" | "#/components/schemas/projectsSchema" | "#/components/schemas/variantsSchema" | "#/components/schemas/apiTokenSchema" | "#/components/schemas/tagTypesSchema" | "#/components/schemas/uiConfigSchema" | "#/components/schemas/apiTokensSchema" | "#/components/schemas/edgeTokenSchema" | "#/components/schemas/sortOrderSchema" | "#/components/schemas/strategiesSchema" | "#/components/schemas/tokenUserSchema" | "#/components/schemas/applicationSchema" | "#/components/schemas/createUserSchema" | "#/components/schemas/legalValueSchema" | "#/components/schemas/sdkContextSchema" | "#/components/schemas/updateUserSchema" | "#/components/schemas/applicationsSchema" | "#/components/schemas/environmentsSchema" | "#/components/schemas/featureTypeSchema" | "#/components/schemas/healthCheckSchema" | "#/components/schemas/proxyClientSchema" | "#/components/schemas/usersSearchSchema" | "#/components/schemas/cloneFeatureSchema" | "#/components/schemas/contextFieldSchema" | "#/components/schemas/featureTypesSchema" | "#/components/schemas/featureEnvironmentMetricsSchema" | "#/components/schemas/featureUsageSchema" | "#/components/schemas/projectStatsSchema" | "#/components/schemas/healthOverviewSchema" | "#/components/schemas/healthReportSchema" | "#/components/schemas/proxyFeatureSchema" | "#/components/schemas/setUiConfigSchema" | "#/components/schemas/clientFeatureSchema" | "#/components/schemas/clientMetricsSchema" | "#/components/schemas/contextFieldsSchema" | "#/components/schemas/createFeatureSchema" | "#/components/schemas/featureEventsSchema" | "#/components/schemas/proxyFeaturesSchema" | "#/components/schemas/resetPasswordSchema" | "#/components/schemas/updateFeatureSchema" | "#/components/schemas/changePasswordSchema" | "#/components/schemas/clientFeaturesQuerySchema" | "#/components/schemas/clientFeaturesSchema" | "#/components/schemas/featureMetricsSchema" | "#/components/schemas/updateTagTypeSchema" | "#/components/schemas/upsertStrategySchema" | "#/components/schemas/createApiTokenSchema" | "#/components/schemas/featureVariantsSchema" | "#/components/schemas/tagWithVersionSchema" | "#/components/schemas/updateApiTokenSchema" | "#/components/schemas/usersGroupsBaseSchema" | "#/components/schemas/validatePasswordSchema" | "#/components/schemas/validateTagTypeSchema" | "#/components/schemas/clientApplicationSchema" | "#/components/schemas/playgroundConstraintSchema" | "#/components/schemas/playgroundSegmentSchema" | "#/components/schemas/playgroundStrategySchema" | "#/components/schemas/playgroundFeatureSchema" | "#/components/schemas/playgroundRequestSchema" | "#/components/schemas/createInvitedUserSchema" | "#/components/schemas/environmentProjectSchema" | "#/components/schemas/playgroundResponseSchema" | "#/components/schemas/projectEnvironmentSchema" | "#/components/schemas/publicSignupTokenSchema" | "#/components/schemas/environmentsProjectSchema" | "#/components/schemas/instanceAdminStatsSchema" | "#/components/schemas/publicSignupTokensSchema" | "#/components/schemas/upsertContextFieldSchema" | "#/components/schemas/validateEdgeTokensSchema" | "#/components/schemas/adminFeaturesQuerySchema" | "#/components/schemas/createFeatureStrategySchema" | "#/components/schemas/setStrategySortOrderSchema" | "#/components/schemas/updateFeatureStrategySchema" | "#/components/schemas/publicSignupTokenCreateSchema" | "#/components/schemas/publicSignupTokenUpdateSchema" | "#/components/schemas/requestsPerSecondSchema" | "#/components/schemas/requestsPerSecondSegmentedSchema" | "#/components/schemas/exportResultSchema" | "#/components/schemas/exportQuerySchema" | "#/components/schemas/pushVariantsSchema" | "#/components/schemas/projectOverviewSchema" | "#/components/schemas/importTogglesValidateItemSchema" | "#/components/schemas/importTogglesValidateSchema" | "#/components/schemas/importTogglesSchema" | "#/components/schemas/updateTagsSchema" | "#/components/schemas/tagsBulkAddSchema" | "#/components/schemas/upsertSegmentSchema" | "#/components/schemas/batchFeaturesSchema" | "#/components/schemas/maintenanceSchema" | "#/components/schemas/toggleMaintenanceSchema" | "#/components/schemas/bulkRegistrationSchema" | "#/components/schemas/clientMetricsEnvSchema" | "#/components/schemas/bulkMetricsSchema" | "#/components/schemas/batchStaleSchema">(schema: S, data: unknown) => ISchemaValidationErrors<S>;
|
|
@@ -21,12 +21,15 @@ class MaintenanceController extends controller_1.default {
|
|
|
21
21
|
handler: this.toggleMaintenance,
|
|
22
22
|
middleware: [
|
|
23
23
|
this.openApiService.validPath({
|
|
24
|
+
summary: 'Enabled/disabled maintenance mode',
|
|
25
|
+
description: 'Lets administrators put Unleash into a mostly read-only mode. While Unleash is in maintenance mode, users can not change any configuration settings',
|
|
24
26
|
tags: ['Maintenance'],
|
|
25
27
|
operationId: 'toggleMaintenance',
|
|
26
28
|
responses: {
|
|
27
29
|
204: openapi_1.emptyResponse,
|
|
30
|
+
...(0, openapi_1.getStandardResponses)(400, 401, 403),
|
|
28
31
|
},
|
|
29
|
-
requestBody: (0, openapi_1.createRequestSchema)('
|
|
32
|
+
requestBody: (0, openapi_1.createRequestSchema)('toggleMaintenanceSchema'),
|
|
30
33
|
}),
|
|
31
34
|
],
|
|
32
35
|
});
|
|
@@ -37,10 +40,13 @@ class MaintenanceController extends controller_1.default {
|
|
|
37
40
|
handler: this.getMaintenance,
|
|
38
41
|
middleware: [
|
|
39
42
|
this.openApiService.validPath({
|
|
43
|
+
summary: 'Get maintenance mode status',
|
|
44
|
+
description: 'Tells you whether maintenance mode is enabled or disabled',
|
|
40
45
|
tags: ['Maintenance'],
|
|
41
46
|
operationId: 'getMaintenance',
|
|
42
47
|
responses: {
|
|
43
48
|
200: (0, openapi_1.createResponseSchema)('maintenanceSchema'),
|
|
49
|
+
...(0, openapi_1.getStandardResponses)(401, 403),
|
|
44
50
|
},
|
|
45
51
|
}),
|
|
46
52
|
],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"maintenance.js","sourceRoot":"","sources":["../../../../src/lib/routes/admin-api/maintenance.ts"],"names":[],"mappings":";;;;;AAAA,uCAAsE;AAEtE,+DAAuC;AAEvC,
|
|
1
|
+
{"version":3,"file":"maintenance.js","sourceRoot":"","sources":["../../../../src/lib/routes/admin-api/maintenance.ts"],"names":[],"mappings":";;;;;AAAA,uCAAsE;AAEtE,+DAAuC;AAEvC,2CAKuB;AAGvB,qCAA6C;AAC7C,8EAG+C;AAG/C,MAAqB,qBAAsB,SAAQ,oBAAU;IAOzD,YACI,MAAsB,EACtB,EACI,kBAAkB,EAClB,cAAc,GACgD;QAElE,KAAK,CAAC,MAAM,CAAC,CAAC;QACd,IAAI,CAAC,kBAAkB,GAAG,kBAAkB,CAAC;QAC7C,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QACrC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,SAAS,CAAC,8BAA8B,CAAC,CAAC;QAC/D,IAAI,CAAC,KAAK,CAAC;YACP,MAAM,EAAE,MAAM;YACd,IAAI,EAAE,EAAE;YACR,UAAU,EAAE,aAAK;YACjB,OAAO,EAAE,IAAI,CAAC,iBAAiB;YAC/B,UAAU,EAAE;gBACR,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC;oBAC1B,OAAO,EAAE,mCAAmC;oBAC5C,WAAW,EACP,qJAAqJ;oBACzJ,IAAI,EAAE,CAAC,aAAa,CAAC;oBACrB,WAAW,EAAE,mBAAmB;oBAChC,SAAS,EAAE;wBACP,GAAG,EAAE,uBAAa;wBAClB,GAAG,IAAA,8BAAoB,EAAC,GAAG,EAAE,GAAG,EAAE,GAAG,CAAC;qBACzC;oBACD,WAAW,EAAE,IAAA,6BAAmB,EAAC,yBAAyB,CAAC;iBAC9D,CAAC;aACL;SACJ,CAAC,CAAC;QACH,IAAI,CAAC,KAAK,CAAC;YACP,MAAM,EAAE,KAAK;YACb,IAAI,EAAE,EAAE;YACR,UAAU,EAAE,aAAK;YACjB,OAAO,EAAE,IAAI,CAAC,cAAc;YAC5B,UAAU,EAAE;gBACR,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC;oBAC1B,OAAO,EAAE,6BAA6B;oBACtC,WAAW,EACP,2DAA2D;oBAC/D,IAAI,EAAE,CAAC,aAAa,CAAC;oBACrB,WAAW,EAAE,gBAAgB;oBAC7B,SAAS,EAAE;wBACP,GAAG,EAAE,IAAA,8BAAoB,EAAC,mBAAmB,CAAC;wBAC9C,GAAG,IAAA,8BAAoB,EAAC,GAAG,EAAE,GAAG,CAAC;qBACpC;iBACJ,CAAC;aACL;SACJ,CAAC,CAAC;IACP,CAAC;IAED,KAAK,CAAC,iBAAiB,CACnB,GAAsD,EACtD,GAAa;QAEb,MAAM,IAAI,CAAC,kBAAkB,CAAC,qBAAqB,CAC/C,GAAG,CAAC,IAAI,EACR,IAAA,sBAAe,EAAC,GAAG,CAAC,CACvB,CAAC;QACF,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC;IAC1B,CAAC;IAED,KAAK,CAAC,cAAc,CAAC,GAAY,EAAE,GAAa;QAC5C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,qBAAqB,EAAE,CAAC;QACvE,IAAI,CAAC,cAAc,CAAC,qBAAqB,CACrC,GAAG,EACH,GAAG,EACH,sCAAiB,CAAC,GAAG,EACrB,QAAQ,CACX,CAAC;IACN,CAAC;CACJ;AA/ED,wCA+EC;AACD,MAAM,CAAC,OAAO,GAAG,qBAAqB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unleash-server",
|
|
3
3
|
"description": "Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.",
|
|
4
|
-
"version": "4.23.0-beta.
|
|
4
|
+
"version": "4.23.0-beta.22",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unleash",
|
|
7
7
|
"feature toggle",
|