unleash-server 4.14.2 → 4.14.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/lib/db/event-store.d.ts +2 -3
- package/dist/lib/db/event-store.js +26 -36
- package/dist/lib/db/event-store.js.map +1 -1
- package/dist/lib/db/event-store.test.js +1 -1
- package/dist/lib/db/event-store.test.js.map +1 -1
- package/dist/lib/db/feature-strategy-store.js +3 -3
- package/dist/lib/db/feature-strategy-store.js.map +1 -1
- package/dist/lib/db/feature-toggle-client-store.d.ts +1 -1
- package/dist/lib/db/feature-toggle-client-store.js +6 -6
- package/dist/lib/db/feature-toggle-client-store.js.map +1 -1
- package/dist/lib/db/group-store.d.ts +0 -1
- package/dist/lib/db/group-store.js +1 -14
- package/dist/lib/db/group-store.js.map +1 -1
- package/dist/lib/db/user-store.js +8 -1
- package/dist/lib/db/user-store.js.map +1 -1
- package/dist/lib/openapi/index.d.ts +2388 -952
- package/dist/lib/openapi/index.js +8 -4
- package/dist/lib/openapi/index.js.map +1 -1
- package/dist/lib/openapi/spec/client-feature-schema.d.ts +72 -7
- package/dist/lib/openapi/spec/client-feature-schema.js +5 -3
- package/dist/lib/openapi/spec/client-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/client-features-schema.d.ts +138 -16
- package/dist/lib/openapi/spec/client-features-schema.js +2 -2
- package/dist/lib/openapi/spec/client-features-schema.js.map +1 -1
- package/dist/lib/openapi/spec/client-features-schema.test.js +10 -0
- package/dist/lib/openapi/spec/client-features-schema.test.js.map +1 -1
- package/dist/lib/openapi/spec/constraint-schema.d.ts +51 -2
- package/dist/lib/openapi/spec/constraint-schema.js +17 -4
- package/dist/lib/openapi/spec/constraint-schema.js.map +1 -1
- package/dist/lib/openapi/spec/context-field-schema.test.js +5 -1
- package/dist/lib/openapi/spec/context-field-schema.test.js.map +1 -1
- package/dist/lib/openapi/spec/create-feature-strategy-schema.d.ts +12 -2
- package/dist/lib/openapi/spec/feature-environment-schema.d.ts +12 -2
- package/dist/lib/openapi/spec/feature-events-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/feature-events-schema.js +1 -1
- package/dist/lib/openapi/spec/feature-events-schema.js.map +1 -1
- package/dist/lib/openapi/spec/feature-schema.d.ts +25 -5
- package/dist/lib/openapi/spec/feature-schema.test.js +13 -1
- package/dist/lib/openapi/spec/feature-schema.test.js.map +1 -1
- package/dist/lib/openapi/spec/feature-strategy-schema.d.ts +12 -2
- package/dist/lib/openapi/spec/feature-variants-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/features-schema.d.ts +50 -10
- package/dist/lib/openapi/spec/group-schema.d.ts +1 -4
- package/dist/lib/openapi/spec/group-user-model-schema.d.ts +1 -4
- package/dist/lib/openapi/spec/group-user-model-schema.js +1 -4
- package/dist/lib/openapi/spec/group-user-model-schema.js.map +1 -1
- package/dist/lib/openapi/spec/groups-schema.d.ts +2 -8
- package/dist/lib/openapi/spec/groups-schema.test.js +0 -1
- package/dist/lib/openapi/spec/groups-schema.test.js.map +1 -1
- package/dist/lib/openapi/spec/health-overview-schema.d.ts +50 -10
- package/dist/lib/openapi/spec/health-report-schema.d.ts +50 -10
- package/dist/lib/openapi/spec/playground-constraint-schema.d.ts +47 -0
- package/dist/lib/openapi/spec/playground-constraint-schema.js +18 -0
- package/dist/lib/openapi/spec/playground-constraint-schema.js.map +1 -0
- package/dist/lib/openapi/spec/playground-feature-schema.d.ts +388 -2
- package/dist/lib/openapi/spec/playground-feature-schema.js +95 -9
- package/dist/lib/openapi/spec/playground-feature-schema.js.map +1 -1
- package/dist/lib/openapi/spec/playground-feature-schema.test.js +64 -3
- package/dist/lib/openapi/spec/playground-feature-schema.test.js.map +1 -1
- package/dist/lib/openapi/spec/playground-request-schema.d.ts +2 -0
- package/dist/lib/openapi/spec/playground-request-schema.js +6 -1
- package/dist/lib/openapi/spec/playground-request-schema.js.map +1 -1
- package/dist/lib/openapi/spec/playground-response-schema.d.ts +774 -3
- package/dist/lib/openapi/spec/playground-response-schema.js +15 -1
- package/dist/lib/openapi/spec/playground-response-schema.js.map +1 -1
- package/dist/lib/openapi/spec/playground-segment-schema.d.ts +79 -0
- package/dist/lib/openapi/spec/playground-segment-schema.js +36 -0
- package/dist/lib/openapi/spec/playground-segment-schema.js.map +1 -0
- package/dist/lib/openapi/spec/playground-strategy-schema.d.ts +257 -0
- package/dist/lib/openapi/spec/playground-strategy-schema.js +102 -0
- package/dist/lib/openapi/spec/playground-strategy-schema.js.map +1 -0
- package/dist/lib/openapi/spec/{bootstrap-ui-schema.test.d.ts → project-schema.test.d.ts} +0 -0
- package/dist/lib/openapi/spec/project-schema.test.js +17 -0
- package/dist/lib/openapi/spec/project-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/search-events-schema.d.ts +37 -0
- package/dist/lib/openapi/spec/search-events-schema.js +47 -0
- package/dist/lib/openapi/spec/search-events-schema.js.map +1 -0
- package/dist/lib/openapi/spec/segment-schema.d.ts +12 -2
- package/dist/lib/openapi/spec/state-schema.d.ts +61 -11
- package/dist/lib/{routes/admin-api/bootstrap-ui.test.d.ts → openapi/spec/tag-types-schema.test.d.ts} +0 -0
- package/dist/lib/openapi/spec/tag-types-schema.test.js +23 -0
- package/dist/lib/openapi/spec/tag-types-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/ui-config-schema.d.ts +3 -0
- package/dist/lib/openapi/spec/ui-config-schema.js +3 -0
- package/dist/lib/openapi/spec/ui-config-schema.js.map +1 -1
- package/dist/lib/openapi/spec/update-feature-schema.d.ts +12 -2
- package/dist/lib/openapi/spec/update-feature-strategy-schema.d.ts +12 -2
- package/dist/{test/e2e/api/admin/bootstrap.test.d.ts → lib/openapi/spec/user-schema.test.d.ts} +0 -0
- package/dist/lib/openapi/spec/user-schema.test.js +17 -0
- package/dist/lib/openapi/spec/user-schema.test.js.map +1 -0
- package/dist/lib/openapi/spec/users-groups-base-schema.d.ts +2 -8
- package/dist/lib/openapi/spec/variant-schema.d.ts +1 -1
- package/dist/lib/openapi/spec/variant-schema.js +1 -1
- package/dist/lib/openapi/spec/variant-schema.js.map +1 -1
- package/dist/lib/openapi/spec/variants-schema.d.ts +1 -1
- package/dist/lib/openapi/util/standard-responses.d.ts +6 -0
- package/dist/lib/openapi/util/standard-responses.js +10 -2
- package/dist/lib/openapi/util/standard-responses.js.map +1 -1
- package/dist/lib/routes/admin-api/config.d.ts +2 -1
- package/dist/lib/routes/admin-api/config.js +3 -1
- package/dist/lib/routes/admin-api/config.js.map +1 -1
- package/dist/lib/routes/admin-api/event.d.ts +3 -1
- package/dist/lib/routes/admin-api/event.js +30 -7
- package/dist/lib/routes/admin-api/event.js.map +1 -1
- package/dist/lib/routes/admin-api/index.js +0 -2
- package/dist/lib/routes/admin-api/index.js.map +1 -1
- package/dist/lib/routes/admin-api/playground.js.map +1 -1
- package/dist/lib/services/event-service.d.ts +2 -2
- package/dist/lib/services/event-service.js +2 -5
- package/dist/lib/services/event-service.js.map +1 -1
- package/dist/lib/services/feature-toggle-service.d.ts +1 -1
- package/dist/lib/services/feature-toggle-service.js +2 -2
- package/dist/lib/services/feature-toggle-service.js.map +1 -1
- package/dist/lib/services/group-service.d.ts +1 -1
- package/dist/lib/services/group-service.js +1 -5
- package/dist/lib/services/group-service.js.map +1 -1
- package/dist/lib/services/index.js +1 -0
- package/dist/lib/services/index.js.map +1 -1
- package/dist/lib/services/openapi-service.js +1 -1
- package/dist/lib/services/openapi-service.js.map +1 -1
- package/dist/lib/services/playground-service.d.ts +2 -1
- package/dist/lib/services/playground-service.js +30 -11
- package/dist/lib/services/playground-service.js.map +1 -1
- package/dist/lib/types/group.d.ts +1 -2
- package/dist/lib/types/group.js.map +1 -1
- package/dist/lib/types/stores/event-store.d.ts +2 -3
- package/dist/lib/types/stores/feature-toggle-client-store.d.ts +1 -1
- package/dist/lib/types/stores/group-store.d.ts +0 -1
- package/dist/lib/util/feature-evaluator/client.d.ts +25 -0
- package/dist/lib/util/feature-evaluator/client.js +135 -0
- package/dist/lib/util/feature-evaluator/client.js.map +1 -0
- package/dist/lib/util/feature-evaluator/constraint.d.ts +28 -0
- package/dist/lib/util/feature-evaluator/constraint.js +129 -0
- package/dist/lib/util/feature-evaluator/constraint.js.map +1 -0
- package/dist/lib/util/feature-evaluator/context.d.ts +13 -0
- package/dist/lib/util/feature-evaluator/context.js +3 -0
- package/dist/lib/util/feature-evaluator/context.js.map +1 -0
- package/dist/lib/util/feature-evaluator/feature-evaluator.d.ts +36 -0
- package/dist/lib/util/feature-evaluator/feature-evaluator.js +55 -0
- package/dist/lib/util/feature-evaluator/feature-evaluator.js.map +1 -0
- package/dist/lib/util/feature-evaluator/feature.d.ts +19 -0
- package/dist/lib/util/feature-evaluator/feature.js +3 -0
- package/dist/lib/util/feature-evaluator/feature.js.map +1 -0
- package/dist/lib/util/feature-evaluator/helpers.d.ts +6 -0
- package/dist/lib/util/feature-evaluator/helpers.js +32 -0
- package/dist/lib/util/feature-evaluator/helpers.js.map +1 -0
- package/dist/lib/util/feature-evaluator/index.d.ts +8 -0
- package/dist/lib/util/feature-evaluator/index.js +14 -0
- package/dist/lib/util/feature-evaluator/index.js.map +1 -0
- package/dist/lib/util/feature-evaluator/repository/bootstrap-provider.d.ts +16 -0
- package/dist/lib/util/feature-evaluator/repository/bootstrap-provider.js +25 -0
- package/dist/lib/util/feature-evaluator/repository/bootstrap-provider.js.map +1 -0
- package/dist/lib/util/feature-evaluator/repository/index.d.ts +35 -0
- package/dist/lib/util/feature-evaluator/repository/index.js +63 -0
- package/dist/lib/util/feature-evaluator/repository/index.js.map +1 -0
- package/dist/lib/util/feature-evaluator/repository/storage-provider-in-mem.d.ts +6 -0
- package/dist/lib/util/feature-evaluator/repository/storage-provider-in-mem.js +16 -0
- package/dist/lib/util/feature-evaluator/repository/storage-provider-in-mem.js.map +1 -0
- package/dist/lib/util/feature-evaluator/repository/storage-provider.d.ts +14 -0
- package/dist/lib/util/feature-evaluator/repository/storage-provider.js +50 -0
- package/dist/lib/util/feature-evaluator/repository/storage-provider.js.map +1 -0
- package/dist/lib/util/feature-evaluator/strategy/application-hostname-strategy.d.ts +8 -0
- package/dist/lib/util/feature-evaluator/strategy/application-hostname-strategy.js +23 -0
- package/dist/lib/util/feature-evaluator/strategy/application-hostname-strategy.js.map +1 -0
- package/dist/lib/util/feature-evaluator/strategy/default-strategy.d.ts +5 -0
- package/dist/lib/util/feature-evaluator/strategy/default-strategy.js +13 -0
- package/dist/lib/util/feature-evaluator/strategy/default-strategy.js.map +1 -0
- package/dist/lib/util/feature-evaluator/strategy/flexible-rollout-strategy.d.ts +12 -0
- package/dist/lib/util/feature-evaluator/strategy/flexible-rollout-strategy.js +49 -0
- package/dist/lib/util/feature-evaluator/strategy/flexible-rollout-strategy.js.map +1 -0
- package/dist/lib/util/feature-evaluator/strategy/gradual-rollout-random.d.ts +9 -0
- package/dist/lib/util/feature-evaluator/strategy/gradual-rollout-random.js +19 -0
- package/dist/lib/util/feature-evaluator/strategy/gradual-rollout-random.js.map +1 -0
- package/dist/lib/util/feature-evaluator/strategy/gradual-rollout-session-id.d.ts +9 -0
- package/dist/lib/util/feature-evaluator/strategy/gradual-rollout-session-id.js +24 -0
- package/dist/lib/util/feature-evaluator/strategy/gradual-rollout-session-id.js.map +1 -0
- package/dist/lib/util/feature-evaluator/strategy/gradual-rollout-user-id.d.ts +9 -0
- package/dist/lib/util/feature-evaluator/strategy/gradual-rollout-user-id.js +24 -0
- package/dist/lib/util/feature-evaluator/strategy/gradual-rollout-user-id.js.map +1 -0
- package/dist/lib/util/feature-evaluator/strategy/index.d.ts +4 -0
- package/dist/lib/util/feature-evaluator/strategy/index.js +29 -0
- package/dist/lib/util/feature-evaluator/strategy/index.js.map +1 -0
- package/dist/lib/util/feature-evaluator/strategy/remote-address-strategy.d.ts +8 -0
- package/dist/lib/util/feature-evaluator/strategy/remote-address-strategy.js +35 -0
- package/dist/lib/util/feature-evaluator/strategy/remote-address-strategy.js.map +1 -0
- package/dist/lib/util/feature-evaluator/strategy/strategy.d.ts +41 -0
- package/dist/lib/util/feature-evaluator/strategy/strategy.js +75 -0
- package/dist/lib/util/feature-evaluator/strategy/strategy.js.map +1 -0
- package/dist/lib/util/feature-evaluator/strategy/unknown-strategy.d.ts +9 -0
- package/dist/lib/util/feature-evaluator/strategy/unknown-strategy.js +29 -0
- package/dist/lib/util/feature-evaluator/strategy/unknown-strategy.js.map +1 -0
- package/dist/lib/util/feature-evaluator/strategy/user-with-id-strategy.d.ts +8 -0
- package/dist/lib/util/feature-evaluator/strategy/user-with-id-strategy.js +16 -0
- package/dist/lib/util/feature-evaluator/strategy/user-with-id-strategy.js.map +1 -0
- package/dist/lib/util/feature-evaluator/strategy/util.d.ts +1 -0
- package/dist/lib/util/feature-evaluator/strategy/util.js +31 -0
- package/dist/lib/util/feature-evaluator/strategy/util.js.map +1 -0
- package/dist/lib/util/feature-evaluator/variant.d.ts +28 -0
- package/dist/lib/util/feature-evaluator/variant.js +73 -0
- package/dist/lib/util/feature-evaluator/variant.js.map +1 -0
- package/dist/lib/util/offline-unleash-client.d.ts +13 -2
- package/dist/lib/util/offline-unleash-client.js +20 -20
- package/dist/lib/util/offline-unleash-client.js.map +1 -1
- package/dist/lib/util/offline-unleash-client.test.d.ts +3 -1
- package/dist/lib/util/offline-unleash-client.test.js +349 -139
- package/dist/lib/util/offline-unleash-client.test.js.map +1 -1
- package/dist/migrations/20220808084524-add-group-permissions.d.ts +2 -0
- package/dist/migrations/20220808084524-add-group-permissions.js +12 -0
- package/dist/migrations/20220808084524-add-group-permissions.js.map +1 -0
- package/dist/migrations/20220808110415-add-projects-foreign-key.d.ts +2 -0
- package/dist/migrations/20220808110415-add-projects-foreign-key.js +14 -0
- package/dist/migrations/20220808110415-add-projects-foreign-key.js.map +1 -0
- package/dist/test/arbitraries.test.d.ts +12 -2
- package/dist/test/arbitraries.test.js +67 -9
- package/dist/test/arbitraries.test.js.map +1 -1
- package/dist/test/e2e/api/admin/config.e2e.test.js +2 -1
- package/dist/test/e2e/api/admin/config.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/event.e2e.test.js +57 -0
- package/dist/test/e2e/api/admin/event.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/feature.e2e.test.js +8 -7
- package/dist/test/e2e/api/admin/feature.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/admin/playground.e2e.test.js +22 -0
- package/dist/test/e2e/api/admin/playground.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/access-service.e2e.test.js +38 -20
- package/dist/test/e2e/services/access-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/playground-service.test.d.ts +5 -1
- package/dist/test/e2e/services/playground-service.test.js +725 -37
- package/dist/test/e2e/services/playground-service.test.js.map +1 -1
- package/dist/test/e2e/services/project-service.e2e.test.js +12 -4
- package/dist/test/e2e/services/project-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/setting-service.test.js +9 -3
- package/dist/test/e2e/services/setting-service.test.js.map +1 -1
- package/dist/test/e2e/stores/event-store.e2e.test.js +6 -2
- package/dist/test/e2e/stores/event-store.e2e.test.js.map +1 -1
- package/dist/test/fixtures/fake-event-store.d.ts +1 -3
- package/dist/test/fixtures/fake-event-store.js +2 -8
- package/dist/test/fixtures/fake-event-store.js.map +1 -1
- package/dist/test/fixtures/fake-group-store.d.ts +0 -1
- package/dist/test/fixtures/fake-group-store.js +0 -3
- package/dist/test/fixtures/fake-group-store.js.map +1 -1
- package/package.json +15 -13
- package/dist/lib/openapi/spec/bootstrap-ui-schema.d.ts +0 -491
- package/dist/lib/openapi/spec/bootstrap-ui-schema.js +0 -94
- package/dist/lib/openapi/spec/bootstrap-ui-schema.js.map +0 -1
- package/dist/lib/openapi/spec/bootstrap-ui-schema.test.js +0 -145
- package/dist/lib/openapi/spec/bootstrap-ui-schema.test.js.map +0 -1
- package/dist/lib/openapi/spec/client-variant-schema.d.ts +0 -35
- package/dist/lib/openapi/spec/client-variant-schema.js +0 -37
- package/dist/lib/openapi/spec/client-variant-schema.js.map +0 -1
- package/dist/lib/routes/admin-api/bootstrap-ui.d.ts +0 -25
- package/dist/lib/routes/admin-api/bootstrap-ui.js +0 -82
- package/dist/lib/routes/admin-api/bootstrap-ui.js.map +0 -1
- package/dist/lib/routes/admin-api/bootstrap-ui.test.js +0 -60
- package/dist/lib/routes/admin-api/bootstrap-ui.test.js.map +0 -1
- package/dist/test/e2e/api/admin/bootstrap.test.js +0 -43
- package/dist/test/e2e/api/admin/bootstrap.test.js.map +0 -1
|
@@ -1,491 +0,0 @@
|
|
|
1
|
-
import { FromSchema } from 'json-schema-to-ts';
|
|
2
|
-
export declare const bootstrapUiSchema: {
|
|
3
|
-
readonly $id: "#/components/schemas/bootstrapUiSchema";
|
|
4
|
-
readonly type: "object";
|
|
5
|
-
readonly additionalProperties: false;
|
|
6
|
-
readonly required: readonly ["uiConfig", "user", "email", "context", "featureTypes", "tagTypes", "strategies", "projects"];
|
|
7
|
-
readonly properties: {
|
|
8
|
-
readonly uiConfig: {
|
|
9
|
-
readonly $ref: "#/components/schemas/uiConfigSchema";
|
|
10
|
-
};
|
|
11
|
-
readonly user: {
|
|
12
|
-
readonly type: "object";
|
|
13
|
-
readonly required: readonly ["id"];
|
|
14
|
-
readonly properties: {
|
|
15
|
-
readonly permissions: {
|
|
16
|
-
readonly type: "array";
|
|
17
|
-
readonly items: {
|
|
18
|
-
readonly $ref: "#/components/schemas/permissionSchema";
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
readonly id: {
|
|
22
|
-
readonly type: "number";
|
|
23
|
-
};
|
|
24
|
-
readonly isAPI: {
|
|
25
|
-
readonly type: "boolean";
|
|
26
|
-
};
|
|
27
|
-
readonly name: {
|
|
28
|
-
readonly type: "string";
|
|
29
|
-
};
|
|
30
|
-
readonly email: {
|
|
31
|
-
readonly type: "string";
|
|
32
|
-
};
|
|
33
|
-
readonly username: {
|
|
34
|
-
readonly type: "string";
|
|
35
|
-
};
|
|
36
|
-
readonly imageUrl: {
|
|
37
|
-
readonly type: "string";
|
|
38
|
-
};
|
|
39
|
-
readonly inviteLink: {
|
|
40
|
-
readonly type: "string";
|
|
41
|
-
};
|
|
42
|
-
readonly loginAttempts: {
|
|
43
|
-
readonly type: "number";
|
|
44
|
-
};
|
|
45
|
-
readonly emailSent: {
|
|
46
|
-
readonly type: "boolean";
|
|
47
|
-
};
|
|
48
|
-
readonly rootRole: {
|
|
49
|
-
readonly type: "number";
|
|
50
|
-
};
|
|
51
|
-
readonly seenAt: {
|
|
52
|
-
readonly type: "string";
|
|
53
|
-
readonly format: "date-time";
|
|
54
|
-
readonly nullable: true;
|
|
55
|
-
};
|
|
56
|
-
readonly createdAt: {
|
|
57
|
-
readonly type: "string";
|
|
58
|
-
readonly format: "date-time";
|
|
59
|
-
};
|
|
60
|
-
};
|
|
61
|
-
};
|
|
62
|
-
readonly email: {
|
|
63
|
-
readonly type: "boolean";
|
|
64
|
-
};
|
|
65
|
-
readonly context: {
|
|
66
|
-
readonly type: "array";
|
|
67
|
-
readonly items: {
|
|
68
|
-
readonly $ref: "#/components/schemas/contextFieldSchema";
|
|
69
|
-
};
|
|
70
|
-
};
|
|
71
|
-
readonly featureTypes: {
|
|
72
|
-
readonly type: "array";
|
|
73
|
-
readonly items: {
|
|
74
|
-
readonly $ref: "#/components/schemas/featureTypeSchema";
|
|
75
|
-
};
|
|
76
|
-
};
|
|
77
|
-
readonly tagTypes: {
|
|
78
|
-
readonly type: "array";
|
|
79
|
-
readonly items: {
|
|
80
|
-
readonly $ref: "#/components/schemas/tagTypeSchema";
|
|
81
|
-
};
|
|
82
|
-
};
|
|
83
|
-
readonly strategies: {
|
|
84
|
-
readonly type: "array";
|
|
85
|
-
readonly items: {
|
|
86
|
-
readonly $ref: "#/components/schemas/strategySchema";
|
|
87
|
-
};
|
|
88
|
-
};
|
|
89
|
-
readonly projects: {
|
|
90
|
-
readonly type: "array";
|
|
91
|
-
readonly items: {
|
|
92
|
-
readonly $ref: "#/components/schemas/projectSchema";
|
|
93
|
-
};
|
|
94
|
-
};
|
|
95
|
-
};
|
|
96
|
-
readonly components: {
|
|
97
|
-
readonly schemas: {
|
|
98
|
-
readonly uiConfigSchema: {
|
|
99
|
-
readonly $id: "#/components/schemas/uiConfigSchema";
|
|
100
|
-
readonly type: "object";
|
|
101
|
-
readonly additionalProperties: false;
|
|
102
|
-
readonly required: readonly ["version", "unleashUrl", "baseUriPath", "versionInfo"];
|
|
103
|
-
readonly properties: {
|
|
104
|
-
readonly slogan: {
|
|
105
|
-
readonly type: "string";
|
|
106
|
-
};
|
|
107
|
-
readonly name: {
|
|
108
|
-
readonly type: "string";
|
|
109
|
-
};
|
|
110
|
-
readonly version: {
|
|
111
|
-
readonly type: "string";
|
|
112
|
-
};
|
|
113
|
-
readonly environment: {
|
|
114
|
-
readonly type: "string";
|
|
115
|
-
};
|
|
116
|
-
readonly unleashUrl: {
|
|
117
|
-
readonly type: "string";
|
|
118
|
-
};
|
|
119
|
-
readonly baseUriPath: {
|
|
120
|
-
readonly type: "string";
|
|
121
|
-
};
|
|
122
|
-
readonly disablePasswordAuth: {
|
|
123
|
-
readonly type: "boolean";
|
|
124
|
-
};
|
|
125
|
-
readonly segmentValuesLimit: {
|
|
126
|
-
readonly type: "number";
|
|
127
|
-
};
|
|
128
|
-
readonly strategySegmentsLimit: {
|
|
129
|
-
readonly type: "number";
|
|
130
|
-
};
|
|
131
|
-
readonly flags: {
|
|
132
|
-
readonly type: "object";
|
|
133
|
-
readonly additionalProperties: {
|
|
134
|
-
readonly type: "boolean";
|
|
135
|
-
};
|
|
136
|
-
};
|
|
137
|
-
readonly links: {
|
|
138
|
-
readonly type: "array";
|
|
139
|
-
readonly items: {
|
|
140
|
-
readonly type: "object";
|
|
141
|
-
};
|
|
142
|
-
};
|
|
143
|
-
readonly authenticationType: {
|
|
144
|
-
readonly type: "string";
|
|
145
|
-
readonly enum: readonly ["open-source", "demo", "enterprise", "hosted", "custom", "none"];
|
|
146
|
-
};
|
|
147
|
-
readonly versionInfo: {
|
|
148
|
-
readonly $ref: "#/components/schemas/versionSchema";
|
|
149
|
-
};
|
|
150
|
-
};
|
|
151
|
-
readonly components: {
|
|
152
|
-
readonly schemas: {
|
|
153
|
-
readonly versionSchema: {
|
|
154
|
-
readonly $id: "#/components/schemas/versionSchema";
|
|
155
|
-
readonly type: "object";
|
|
156
|
-
readonly additionalProperties: false;
|
|
157
|
-
readonly required: readonly ["current", "latest", "isLatest", "instanceId"];
|
|
158
|
-
readonly properties: {
|
|
159
|
-
readonly current: {
|
|
160
|
-
readonly type: "object";
|
|
161
|
-
readonly additionalProperties: false;
|
|
162
|
-
readonly properties: {
|
|
163
|
-
readonly oss: {
|
|
164
|
-
readonly type: "string";
|
|
165
|
-
};
|
|
166
|
-
readonly enterprise: {
|
|
167
|
-
readonly type: "string";
|
|
168
|
-
};
|
|
169
|
-
};
|
|
170
|
-
};
|
|
171
|
-
readonly latest: {
|
|
172
|
-
readonly type: "object";
|
|
173
|
-
readonly additionalProperties: false;
|
|
174
|
-
readonly properties: {
|
|
175
|
-
readonly oss: {
|
|
176
|
-
readonly type: "string";
|
|
177
|
-
};
|
|
178
|
-
readonly enterprise: {
|
|
179
|
-
readonly type: "string";
|
|
180
|
-
};
|
|
181
|
-
};
|
|
182
|
-
};
|
|
183
|
-
readonly isLatest: {
|
|
184
|
-
readonly type: "boolean";
|
|
185
|
-
};
|
|
186
|
-
readonly instanceId: {
|
|
187
|
-
readonly type: "string";
|
|
188
|
-
};
|
|
189
|
-
};
|
|
190
|
-
readonly components: {};
|
|
191
|
-
};
|
|
192
|
-
};
|
|
193
|
-
};
|
|
194
|
-
};
|
|
195
|
-
readonly userSchema: {
|
|
196
|
-
readonly $id: "#/components/schemas/userSchema";
|
|
197
|
-
readonly type: "object";
|
|
198
|
-
readonly additionalProperties: false;
|
|
199
|
-
readonly required: readonly ["id"];
|
|
200
|
-
readonly properties: {
|
|
201
|
-
readonly id: {
|
|
202
|
-
readonly type: "number";
|
|
203
|
-
};
|
|
204
|
-
readonly isAPI: {
|
|
205
|
-
readonly type: "boolean";
|
|
206
|
-
};
|
|
207
|
-
readonly name: {
|
|
208
|
-
readonly type: "string";
|
|
209
|
-
};
|
|
210
|
-
readonly email: {
|
|
211
|
-
readonly type: "string";
|
|
212
|
-
};
|
|
213
|
-
readonly username: {
|
|
214
|
-
readonly type: "string";
|
|
215
|
-
};
|
|
216
|
-
readonly imageUrl: {
|
|
217
|
-
readonly type: "string";
|
|
218
|
-
};
|
|
219
|
-
readonly inviteLink: {
|
|
220
|
-
readonly type: "string";
|
|
221
|
-
};
|
|
222
|
-
readonly loginAttempts: {
|
|
223
|
-
readonly type: "number";
|
|
224
|
-
};
|
|
225
|
-
readonly emailSent: {
|
|
226
|
-
readonly type: "boolean";
|
|
227
|
-
};
|
|
228
|
-
readonly rootRole: {
|
|
229
|
-
readonly type: "number";
|
|
230
|
-
};
|
|
231
|
-
readonly seenAt: {
|
|
232
|
-
readonly type: "string";
|
|
233
|
-
readonly format: "date-time";
|
|
234
|
-
readonly nullable: true;
|
|
235
|
-
};
|
|
236
|
-
readonly createdAt: {
|
|
237
|
-
readonly type: "string";
|
|
238
|
-
readonly format: "date-time";
|
|
239
|
-
};
|
|
240
|
-
};
|
|
241
|
-
readonly components: {};
|
|
242
|
-
};
|
|
243
|
-
readonly permissionSchema: {
|
|
244
|
-
readonly $id: "#/components/schemas/permissionSchema";
|
|
245
|
-
readonly type: "object";
|
|
246
|
-
readonly additionalProperties: false;
|
|
247
|
-
readonly required: readonly ["permission"];
|
|
248
|
-
readonly properties: {
|
|
249
|
-
readonly permission: {
|
|
250
|
-
readonly type: "string";
|
|
251
|
-
};
|
|
252
|
-
readonly project: {
|
|
253
|
-
readonly type: "string";
|
|
254
|
-
};
|
|
255
|
-
readonly environment: {
|
|
256
|
-
readonly type: "string";
|
|
257
|
-
};
|
|
258
|
-
};
|
|
259
|
-
readonly components: {};
|
|
260
|
-
};
|
|
261
|
-
readonly contextFieldSchema: {
|
|
262
|
-
readonly $id: "#/components/schemas/contextFieldSchema";
|
|
263
|
-
readonly type: "object";
|
|
264
|
-
readonly additionalProperties: false;
|
|
265
|
-
readonly required: readonly ["name"];
|
|
266
|
-
readonly properties: {
|
|
267
|
-
readonly name: {
|
|
268
|
-
readonly type: "string";
|
|
269
|
-
};
|
|
270
|
-
readonly description: {
|
|
271
|
-
readonly type: "string";
|
|
272
|
-
};
|
|
273
|
-
readonly stickiness: {
|
|
274
|
-
readonly type: "boolean";
|
|
275
|
-
};
|
|
276
|
-
readonly sortOrder: {
|
|
277
|
-
readonly type: "number";
|
|
278
|
-
};
|
|
279
|
-
readonly createdAt: {
|
|
280
|
-
readonly type: "string";
|
|
281
|
-
readonly format: "date-time";
|
|
282
|
-
readonly nullable: true;
|
|
283
|
-
};
|
|
284
|
-
readonly legalValues: {
|
|
285
|
-
readonly type: "array";
|
|
286
|
-
readonly items: {
|
|
287
|
-
readonly $ref: "#/components/schemas/legalValueSchema";
|
|
288
|
-
};
|
|
289
|
-
};
|
|
290
|
-
};
|
|
291
|
-
readonly components: {
|
|
292
|
-
readonly schemas: {
|
|
293
|
-
readonly legalValueSchema: {
|
|
294
|
-
readonly $id: "#/components/schemas/legalValueSchema";
|
|
295
|
-
readonly type: "object";
|
|
296
|
-
readonly additionalProperties: false;
|
|
297
|
-
readonly required: readonly ["value"];
|
|
298
|
-
readonly properties: {
|
|
299
|
-
readonly value: {
|
|
300
|
-
readonly type: "string";
|
|
301
|
-
};
|
|
302
|
-
readonly description: {
|
|
303
|
-
readonly type: "string";
|
|
304
|
-
};
|
|
305
|
-
};
|
|
306
|
-
readonly components: {};
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
-
};
|
|
310
|
-
};
|
|
311
|
-
readonly featureTypeSchema: {
|
|
312
|
-
readonly $id: "#/components/schemas/featureTypeSchema";
|
|
313
|
-
readonly type: "object";
|
|
314
|
-
readonly additionalProperties: false;
|
|
315
|
-
readonly required: readonly ["id", "name", "description", "lifetimeDays"];
|
|
316
|
-
readonly properties: {
|
|
317
|
-
readonly id: {
|
|
318
|
-
readonly type: "string";
|
|
319
|
-
};
|
|
320
|
-
readonly name: {
|
|
321
|
-
readonly type: "string";
|
|
322
|
-
};
|
|
323
|
-
readonly description: {
|
|
324
|
-
readonly type: "string";
|
|
325
|
-
};
|
|
326
|
-
readonly lifetimeDays: {
|
|
327
|
-
readonly type: "number";
|
|
328
|
-
readonly nullable: true;
|
|
329
|
-
};
|
|
330
|
-
};
|
|
331
|
-
readonly components: {};
|
|
332
|
-
};
|
|
333
|
-
readonly tagTypeSchema: {
|
|
334
|
-
readonly $id: "#/components/schemas/tagTypeSchema";
|
|
335
|
-
readonly type: "object";
|
|
336
|
-
readonly additionalProperties: false;
|
|
337
|
-
readonly required: readonly ["name"];
|
|
338
|
-
readonly properties: {
|
|
339
|
-
readonly name: {
|
|
340
|
-
readonly type: "string";
|
|
341
|
-
};
|
|
342
|
-
readonly description: {
|
|
343
|
-
readonly type: "string";
|
|
344
|
-
};
|
|
345
|
-
readonly icon: {
|
|
346
|
-
readonly type: "string";
|
|
347
|
-
readonly nullable: true;
|
|
348
|
-
};
|
|
349
|
-
};
|
|
350
|
-
readonly components: {};
|
|
351
|
-
};
|
|
352
|
-
readonly strategySchema: {
|
|
353
|
-
readonly $id: "#/components/schemas/strategySchema";
|
|
354
|
-
readonly type: "object";
|
|
355
|
-
readonly additionalProperties: false;
|
|
356
|
-
readonly required: readonly ["name", "displayName", "description", "editable", "deprecated", "parameters"];
|
|
357
|
-
readonly properties: {
|
|
358
|
-
readonly name: {
|
|
359
|
-
readonly type: "string";
|
|
360
|
-
};
|
|
361
|
-
readonly displayName: {
|
|
362
|
-
readonly type: "string";
|
|
363
|
-
readonly nullable: true;
|
|
364
|
-
};
|
|
365
|
-
readonly description: {
|
|
366
|
-
readonly type: "string";
|
|
367
|
-
};
|
|
368
|
-
readonly editable: {
|
|
369
|
-
readonly type: "boolean";
|
|
370
|
-
};
|
|
371
|
-
readonly deprecated: {
|
|
372
|
-
readonly type: "boolean";
|
|
373
|
-
};
|
|
374
|
-
readonly parameters: {
|
|
375
|
-
readonly type: "array";
|
|
376
|
-
readonly items: {
|
|
377
|
-
readonly type: "object";
|
|
378
|
-
readonly additionalProperties: false;
|
|
379
|
-
readonly properties: {
|
|
380
|
-
readonly name: {
|
|
381
|
-
readonly type: "string";
|
|
382
|
-
};
|
|
383
|
-
readonly type: {
|
|
384
|
-
readonly type: "string";
|
|
385
|
-
};
|
|
386
|
-
readonly description: {
|
|
387
|
-
readonly type: "string";
|
|
388
|
-
};
|
|
389
|
-
readonly required: {
|
|
390
|
-
readonly type: "boolean";
|
|
391
|
-
};
|
|
392
|
-
};
|
|
393
|
-
};
|
|
394
|
-
};
|
|
395
|
-
};
|
|
396
|
-
readonly components: {};
|
|
397
|
-
};
|
|
398
|
-
readonly projectSchema: {
|
|
399
|
-
readonly $id: "#/components/schemas/projectSchema";
|
|
400
|
-
readonly type: "object";
|
|
401
|
-
readonly additionalProperties: false;
|
|
402
|
-
readonly required: readonly ["id", "name"];
|
|
403
|
-
readonly properties: {
|
|
404
|
-
readonly id: {
|
|
405
|
-
readonly type: "string";
|
|
406
|
-
};
|
|
407
|
-
readonly name: {
|
|
408
|
-
readonly type: "string";
|
|
409
|
-
};
|
|
410
|
-
readonly description: {
|
|
411
|
-
readonly type: "string";
|
|
412
|
-
};
|
|
413
|
-
readonly health: {
|
|
414
|
-
readonly type: "number";
|
|
415
|
-
};
|
|
416
|
-
readonly featureCount: {
|
|
417
|
-
readonly type: "number";
|
|
418
|
-
};
|
|
419
|
-
readonly memberCount: {
|
|
420
|
-
readonly type: "number";
|
|
421
|
-
};
|
|
422
|
-
readonly createdAt: {
|
|
423
|
-
readonly type: "string";
|
|
424
|
-
readonly format: "date-time";
|
|
425
|
-
};
|
|
426
|
-
readonly updatedAt: {
|
|
427
|
-
readonly type: "string";
|
|
428
|
-
readonly format: "date-time";
|
|
429
|
-
readonly nullable: true;
|
|
430
|
-
};
|
|
431
|
-
};
|
|
432
|
-
readonly components: {};
|
|
433
|
-
};
|
|
434
|
-
readonly versionSchema: {
|
|
435
|
-
readonly $id: "#/components/schemas/versionSchema";
|
|
436
|
-
readonly type: "object";
|
|
437
|
-
readonly additionalProperties: false;
|
|
438
|
-
readonly required: readonly ["current", "latest", "isLatest", "instanceId"];
|
|
439
|
-
readonly properties: {
|
|
440
|
-
readonly current: {
|
|
441
|
-
readonly type: "object";
|
|
442
|
-
readonly additionalProperties: false;
|
|
443
|
-
readonly properties: {
|
|
444
|
-
readonly oss: {
|
|
445
|
-
readonly type: "string";
|
|
446
|
-
};
|
|
447
|
-
readonly enterprise: {
|
|
448
|
-
readonly type: "string";
|
|
449
|
-
};
|
|
450
|
-
};
|
|
451
|
-
};
|
|
452
|
-
readonly latest: {
|
|
453
|
-
readonly type: "object";
|
|
454
|
-
readonly additionalProperties: false;
|
|
455
|
-
readonly properties: {
|
|
456
|
-
readonly oss: {
|
|
457
|
-
readonly type: "string";
|
|
458
|
-
};
|
|
459
|
-
readonly enterprise: {
|
|
460
|
-
readonly type: "string";
|
|
461
|
-
};
|
|
462
|
-
};
|
|
463
|
-
};
|
|
464
|
-
readonly isLatest: {
|
|
465
|
-
readonly type: "boolean";
|
|
466
|
-
};
|
|
467
|
-
readonly instanceId: {
|
|
468
|
-
readonly type: "string";
|
|
469
|
-
};
|
|
470
|
-
};
|
|
471
|
-
readonly components: {};
|
|
472
|
-
};
|
|
473
|
-
readonly legalValueSchema: {
|
|
474
|
-
readonly $id: "#/components/schemas/legalValueSchema";
|
|
475
|
-
readonly type: "object";
|
|
476
|
-
readonly additionalProperties: false;
|
|
477
|
-
readonly required: readonly ["value"];
|
|
478
|
-
readonly properties: {
|
|
479
|
-
readonly value: {
|
|
480
|
-
readonly type: "string";
|
|
481
|
-
};
|
|
482
|
-
readonly description: {
|
|
483
|
-
readonly type: "string";
|
|
484
|
-
};
|
|
485
|
-
};
|
|
486
|
-
readonly components: {};
|
|
487
|
-
};
|
|
488
|
-
};
|
|
489
|
-
};
|
|
490
|
-
};
|
|
491
|
-
export declare type BootstrapUiSchema = FromSchema<typeof bootstrapUiSchema>;
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.bootstrapUiSchema = void 0;
|
|
4
|
-
const ui_config_schema_1 = require("./ui-config-schema");
|
|
5
|
-
const user_schema_1 = require("./user-schema");
|
|
6
|
-
const permission_schema_1 = require("./permission-schema");
|
|
7
|
-
const feature_type_schema_1 = require("./feature-type-schema");
|
|
8
|
-
const tag_type_schema_1 = require("./tag-type-schema");
|
|
9
|
-
const context_field_schema_1 = require("./context-field-schema");
|
|
10
|
-
const strategy_schema_1 = require("./strategy-schema");
|
|
11
|
-
const project_schema_1 = require("./project-schema");
|
|
12
|
-
const version_schema_1 = require("./version-schema");
|
|
13
|
-
const legal_value_schema_1 = require("./legal-value-schema");
|
|
14
|
-
exports.bootstrapUiSchema = {
|
|
15
|
-
$id: '#/components/schemas/bootstrapUiSchema',
|
|
16
|
-
type: 'object',
|
|
17
|
-
additionalProperties: false,
|
|
18
|
-
required: [
|
|
19
|
-
'uiConfig',
|
|
20
|
-
'user',
|
|
21
|
-
'email',
|
|
22
|
-
'context',
|
|
23
|
-
'featureTypes',
|
|
24
|
-
'tagTypes',
|
|
25
|
-
'strategies',
|
|
26
|
-
'projects',
|
|
27
|
-
],
|
|
28
|
-
properties: {
|
|
29
|
-
uiConfig: {
|
|
30
|
-
$ref: '#/components/schemas/uiConfigSchema',
|
|
31
|
-
},
|
|
32
|
-
user: {
|
|
33
|
-
type: 'object',
|
|
34
|
-
required: [...user_schema_1.userSchema.required],
|
|
35
|
-
properties: {
|
|
36
|
-
...user_schema_1.userSchema.properties,
|
|
37
|
-
permissions: {
|
|
38
|
-
type: 'array',
|
|
39
|
-
items: {
|
|
40
|
-
$ref: '#/components/schemas/permissionSchema',
|
|
41
|
-
},
|
|
42
|
-
},
|
|
43
|
-
},
|
|
44
|
-
},
|
|
45
|
-
email: {
|
|
46
|
-
type: 'boolean',
|
|
47
|
-
},
|
|
48
|
-
context: {
|
|
49
|
-
type: 'array',
|
|
50
|
-
items: {
|
|
51
|
-
$ref: '#/components/schemas/contextFieldSchema',
|
|
52
|
-
},
|
|
53
|
-
},
|
|
54
|
-
featureTypes: {
|
|
55
|
-
type: 'array',
|
|
56
|
-
items: {
|
|
57
|
-
$ref: '#/components/schemas/featureTypeSchema',
|
|
58
|
-
},
|
|
59
|
-
},
|
|
60
|
-
tagTypes: {
|
|
61
|
-
type: 'array',
|
|
62
|
-
items: {
|
|
63
|
-
$ref: '#/components/schemas/tagTypeSchema',
|
|
64
|
-
},
|
|
65
|
-
},
|
|
66
|
-
strategies: {
|
|
67
|
-
type: 'array',
|
|
68
|
-
items: {
|
|
69
|
-
$ref: '#/components/schemas/strategySchema',
|
|
70
|
-
},
|
|
71
|
-
},
|
|
72
|
-
projects: {
|
|
73
|
-
type: 'array',
|
|
74
|
-
items: {
|
|
75
|
-
$ref: '#/components/schemas/projectSchema',
|
|
76
|
-
},
|
|
77
|
-
},
|
|
78
|
-
},
|
|
79
|
-
components: {
|
|
80
|
-
schemas: {
|
|
81
|
-
uiConfigSchema: ui_config_schema_1.uiConfigSchema,
|
|
82
|
-
userSchema: user_schema_1.userSchema,
|
|
83
|
-
permissionSchema: permission_schema_1.permissionSchema,
|
|
84
|
-
contextFieldSchema: context_field_schema_1.contextFieldSchema,
|
|
85
|
-
featureTypeSchema: feature_type_schema_1.featureTypeSchema,
|
|
86
|
-
tagTypeSchema: tag_type_schema_1.tagTypeSchema,
|
|
87
|
-
strategySchema: strategy_schema_1.strategySchema,
|
|
88
|
-
projectSchema: project_schema_1.projectSchema,
|
|
89
|
-
versionSchema: version_schema_1.versionSchema,
|
|
90
|
-
legalValueSchema: legal_value_schema_1.legalValueSchema,
|
|
91
|
-
},
|
|
92
|
-
},
|
|
93
|
-
};
|
|
94
|
-
//# sourceMappingURL=bootstrap-ui-schema.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"bootstrap-ui-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/bootstrap-ui-schema.ts"],"names":[],"mappings":";;;AACA,yDAAoD;AACpD,+CAA2C;AAC3C,2DAAuD;AACvD,+DAA0D;AAC1D,uDAAkD;AAClD,iEAA4D;AAC5D,uDAAmD;AACnD,qDAAiD;AACjD,qDAAiD;AACjD,6DAAwD;AAE3C,QAAA,iBAAiB,GAAG;IAC7B,GAAG,EAAE,wCAAwC;IAC7C,IAAI,EAAE,QAAQ;IACd,oBAAoB,EAAE,KAAK;IAC3B,QAAQ,EAAE;QACN,UAAU;QACV,MAAM;QACN,OAAO;QACP,SAAS;QACT,cAAc;QACd,UAAU;QACV,YAAY;QACZ,UAAU;KACb;IACD,UAAU,EAAE;QACR,QAAQ,EAAE;YACN,IAAI,EAAE,qCAAqC;SAC9C;QACD,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;YACd,QAAQ,EAAE,CAAC,GAAG,wBAAU,CAAC,QAAQ,CAAC;YAClC,UAAU,EAAE;gBACR,GAAG,wBAAU,CAAC,UAAU;gBACxB,WAAW,EAAE;oBACT,IAAI,EAAE,OAAO;oBACb,KAAK,EAAE;wBACH,IAAI,EAAE,uCAAuC;qBAChD;iBACJ;aACJ;SACJ;QACD,KAAK,EAAE;YACH,IAAI,EAAE,SAAS;SAClB;QACD,OAAO,EAAE;YACL,IAAI,EAAE,OAAO;YACb,KAAK,EAAE;gBACH,IAAI,EAAE,yCAAyC;aAClD;SACJ;QACD,YAAY,EAAE;YACV,IAAI,EAAE,OAAO;YACb,KAAK,EAAE;gBACH,IAAI,EAAE,wCAAwC;aACjD;SACJ;QACD,QAAQ,EAAE;YACN,IAAI,EAAE,OAAO;YACb,KAAK,EAAE;gBACH,IAAI,EAAE,oCAAoC;aAC7C;SACJ;QACD,UAAU,EAAE;YACR,IAAI,EAAE,OAAO;YACb,KAAK,EAAE;gBACH,IAAI,EAAE,qCAAqC;aAC9C;SACJ;QACD,QAAQ,EAAE;YACN,IAAI,EAAE,OAAO;YACb,KAAK,EAAE;gBACH,IAAI,EAAE,oCAAoC;aAC7C;SACJ;KACJ;IACD,UAAU,EAAE;QACR,OAAO,EAAE;YACL,cAAc,EAAd,iCAAc;YACd,UAAU,EAAV,wBAAU;YACV,gBAAgB,EAAhB,oCAAgB;YAChB,kBAAkB,EAAlB,yCAAkB;YAClB,iBAAiB,EAAjB,uCAAiB;YACjB,aAAa,EAAb,+BAAa;YACb,cAAc,EAAd,gCAAc;YACd,aAAa,EAAb,8BAAa;YACb,aAAa,EAAb,8BAAa;YACb,gBAAgB,EAAhB,qCAAgB;SACnB;KACJ;CACK,CAAC"}
|