unleash-server 4.13.0-beta.4 → 4.13.0-beta.7

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.
@@ -68,7 +68,6 @@ export declare const schemas: {
68
68
  createStrategySchema: {
69
69
  readonly $id: "#/components/schemas/createStrategySchema";
70
70
  readonly type: "object";
71
- readonly additionalProperties: false;
72
71
  readonly required: readonly ["name"];
73
72
  readonly properties: {
74
73
  readonly name: {
@@ -3026,7 +3025,6 @@ export declare const schemas: {
3026
3025
  updateTagTypeSchema: {
3027
3026
  readonly $id: "#/components/schemas/updateTagTypeSchema";
3028
3027
  readonly type: "object";
3029
- readonly additionalProperties: false;
3030
3028
  readonly properties: {
3031
3029
  readonly description: {
3032
3030
  readonly type: "string";
@@ -3040,7 +3038,6 @@ export declare const schemas: {
3040
3038
  validateTagTypeSchema: {
3041
3039
  readonly $id: "#/components/schemas/validateTagTypeSchema";
3042
3040
  readonly type: "object";
3043
- readonly additionalProperties: false;
3044
3041
  readonly required: readonly ["valid", "tagType"];
3045
3042
  readonly properties: {
3046
3043
  readonly valid: {
@@ -2,7 +2,6 @@ import { FromSchema } from 'json-schema-to-ts';
2
2
  export declare const createStrategySchema: {
3
3
  readonly $id: "#/components/schemas/createStrategySchema";
4
4
  readonly type: "object";
5
- readonly additionalProperties: false;
6
5
  readonly required: readonly ["name"];
7
6
  readonly properties: {
8
7
  readonly name: {
@@ -6,7 +6,6 @@ const constraint_schema_1 = require("./constraint-schema");
6
6
  exports.createStrategySchema = {
7
7
  $id: '#/components/schemas/createStrategySchema',
8
8
  type: 'object',
9
- additionalProperties: false,
10
9
  required: ['name'],
11
10
  properties: {
12
11
  name: {
@@ -1 +1 @@
1
- {"version":3,"file":"create-strategy-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/create-strategy-schema.ts"],"names":[],"mappings":";;;AACA,2DAAuD;AACvD,2DAAuD;AAE1C,QAAA,oBAAoB,GAAG;IAChC,GAAG,EAAE,2CAA2C;IAChD,IAAI,EAAE,QAAQ;IACd,oBAAoB,EAAE,KAAK;IAC3B,QAAQ,EAAE,CAAC,MAAM,CAAC;IAClB,UAAU,EAAE;QACR,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;SACjB;QACD,SAAS,EAAE;YACP,IAAI,EAAE,QAAQ;SACjB;QACD,WAAW,EAAE;YACT,IAAI,EAAE,OAAO;YACb,KAAK,EAAE;gBACH,IAAI,EAAE,uCAAuC;aAChD;SACJ;QACD,UAAU,EAAE;YACR,IAAI,EAAE,uCAAuC;SAChD;KACJ;IACD,UAAU,EAAE;QACR,OAAO,EAAE;YACL,gBAAgB,EAAhB,oCAAgB;YAChB,gBAAgB,EAAhB,oCAAgB;SACnB;KACJ;CACK,CAAC"}
1
+ {"version":3,"file":"create-strategy-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/create-strategy-schema.ts"],"names":[],"mappings":";;;AACA,2DAAuD;AACvD,2DAAuD;AAE1C,QAAA,oBAAoB,GAAG;IAChC,GAAG,EAAE,2CAA2C;IAChD,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,CAAC,MAAM,CAAC;IAClB,UAAU,EAAE;QACR,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;SACjB;QACD,SAAS,EAAE;YACP,IAAI,EAAE,QAAQ;SACjB;QACD,WAAW,EAAE;YACT,IAAI,EAAE,OAAO;YACb,KAAK,EAAE;gBACH,IAAI,EAAE,uCAAuC;aAChD;SACJ;QACD,UAAU,EAAE;YACR,IAAI,EAAE,uCAAuC;SAChD;KACJ;IACD,UAAU,EAAE;QACR,OAAO,EAAE;YACL,gBAAgB,EAAhB,oCAAgB;YAChB,gBAAgB,EAAhB,oCAAgB;SACnB;KACJ;CACK,CAAC"}
@@ -2,7 +2,6 @@ import { FromSchema } from 'json-schema-to-ts';
2
2
  export declare const updateTagTypeSchema: {
3
3
  readonly $id: "#/components/schemas/updateTagTypeSchema";
4
4
  readonly type: "object";
5
- readonly additionalProperties: false;
6
5
  readonly properties: {
7
6
  readonly description: {
8
7
  readonly type: "string";
@@ -4,7 +4,6 @@ exports.updateTagTypeSchema = void 0;
4
4
  exports.updateTagTypeSchema = {
5
5
  $id: '#/components/schemas/updateTagTypeSchema',
6
6
  type: 'object',
7
- additionalProperties: false,
8
7
  properties: {
9
8
  description: {
10
9
  type: 'string',
@@ -1 +1 @@
1
- {"version":3,"file":"update-tag-type-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-tag-type-schema.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAG;IAC/B,GAAG,EAAE,0CAA0C;IAC/C,IAAI,EAAE,QAAQ;IACd,oBAAoB,EAAE,KAAK;IAC3B,UAAU,EAAE;QACR,WAAW,EAAE;YACT,IAAI,EAAE,QAAQ;SACjB;QACD,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;SACjB;KACJ;IACD,UAAU,EAAE,EAAE;CACR,CAAC"}
1
+ {"version":3,"file":"update-tag-type-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/update-tag-type-schema.ts"],"names":[],"mappings":";;;AAEa,QAAA,mBAAmB,GAAG;IAC/B,GAAG,EAAE,0CAA0C;IAC/C,IAAI,EAAE,QAAQ;IACd,UAAU,EAAE;QACR,WAAW,EAAE;YACT,IAAI,EAAE,QAAQ;SACjB;QACD,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;SACjB;KACJ;IACD,UAAU,EAAE,EAAE;CACR,CAAC"}
@@ -2,7 +2,6 @@ import { FromSchema } from 'json-schema-to-ts';
2
2
  export declare const validateTagTypeSchema: {
3
3
  readonly $id: "#/components/schemas/validateTagTypeSchema";
4
4
  readonly type: "object";
5
- readonly additionalProperties: false;
6
5
  readonly required: readonly ["valid", "tagType"];
7
6
  readonly properties: {
8
7
  readonly valid: {
@@ -5,7 +5,6 @@ const tag_type_schema_1 = require("./tag-type-schema");
5
5
  exports.validateTagTypeSchema = {
6
6
  $id: '#/components/schemas/validateTagTypeSchema',
7
7
  type: 'object',
8
- additionalProperties: false,
9
8
  required: ['valid', 'tagType'],
10
9
  properties: {
11
10
  valid: {
@@ -1 +1 @@
1
- {"version":3,"file":"validate-tag-type-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/validate-tag-type-schema.ts"],"names":[],"mappings":";;;AACA,uDAAkD;AAErC,QAAA,qBAAqB,GAAG;IACjC,GAAG,EAAE,4CAA4C;IACjD,IAAI,EAAE,QAAQ;IACd,oBAAoB,EAAE,KAAK;IAC3B,QAAQ,EAAE,CAAC,OAAO,EAAE,SAAS,CAAC;IAC9B,UAAU,EAAE;QACR,KAAK,EAAE;YACH,IAAI,EAAE,SAAS;SAClB;QACD,OAAO,EAAE;YACL,IAAI,EAAE,oCAAoC;SAC7C;KACJ;IACD,UAAU,EAAE;QACR,OAAO,EAAE;YACL,aAAa,EAAb,+BAAa;SAChB;KACJ;CACK,CAAC"}
1
+ {"version":3,"file":"validate-tag-type-schema.js","sourceRoot":"","sources":["../../../../src/lib/openapi/spec/validate-tag-type-schema.ts"],"names":[],"mappings":";;;AACA,uDAAkD;AAErC,QAAA,qBAAqB,GAAG;IACjC,GAAG,EAAE,4CAA4C;IACjD,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,CAAC,OAAO,EAAE,SAAS,CAAC;IAC9B,UAAU,EAAE;QACR,KAAK,EAAE;YACH,IAAI,EAAE,SAAS;SAClB;QACD,OAAO,EAAE;YACL,IAAI,EAAE,oCAAoC;SAC7C;KACJ;IACD,UAAU,EAAE;QACR,OAAO,EAAE;YACL,aAAa,EAAb,+BAAa;SAChB;KACJ;CACK,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.13.0-beta.4",
4
+ "version": "4.13.0-beta.7",
5
5
  "keywords": [
6
6
  "unleash",
7
7
  "feature toggle",
@@ -120,7 +120,7 @@
120
120
  "serve-favicon": "^2.5.0",
121
121
  "stoppable": "^1.1.0",
122
122
  "type-is": "^1.6.18",
123
- "unleash-frontend": "4.13.0-beta.0",
123
+ "unleash-frontend": "4.13.0-beta.4",
124
124
  "uuid": "^8.3.2"
125
125
  },
126
126
  "devDependencies": {