@kohost/api-client 3.9.8 → 3.9.10

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.
@@ -17,20 +17,27 @@
17
17
  "type": "number",
18
18
  "minimum": 1655907956593
19
19
  },
20
- "message": {
21
- "type": "string"
20
+ "driver": {
21
+ "$ref": "definitions.json#/definitions/driver"
22
22
  },
23
- "field1": {
24
- "type":"string"
25
- },
26
- "field2": {
27
- "type":"string"
23
+ "name": {
24
+ "type": "string",
25
+ "description": "Event name"
28
26
  },
29
- "field3": {
30
- "type":"string"
27
+ "patternProperties": {
28
+ "^field[0-9]+$": {
29
+ "type":"object",
30
+ "required": ["name", "value"],
31
+ "properties": {
32
+ "name": {
33
+ "type": "string"
34
+ },
35
+ "value": {
36
+ "type": "string"
37
+ }
38
+ }
39
+ }
31
40
  },
32
- "field4": {
33
- "type":"string"
34
- }
41
+ "additionalProperties": false
35
42
  }
36
43
  }
@@ -13869,21 +13869,28 @@ var require_log = __commonJS({
13869
13869
  type: "number",
13870
13870
  minimum: 1655907956593
13871
13871
  },
13872
- message: {
13873
- type: "string"
13874
- },
13875
- field1: {
13876
- type: "string"
13872
+ driver: {
13873
+ $ref: "definitions.json#/definitions/driver"
13877
13874
  },
13878
- field2: {
13879
- type: "string"
13875
+ name: {
13876
+ type: "string",
13877
+ description: "Event name"
13880
13878
  },
13881
- field3: {
13882
- type: "string"
13879
+ patternProperties: {
13880
+ "^field[0-9]+$": {
13881
+ type: "object",
13882
+ required: ["name", "value"],
13883
+ properties: {
13884
+ name: {
13885
+ type: "string"
13886
+ },
13887
+ value: {
13888
+ type: "string"
13889
+ }
13890
+ }
13891
+ }
13883
13892
  },
13884
- field4: {
13885
- type: "string"
13886
- }
13893
+ additionalProperties: false
13887
13894
  }
13888
13895
  };
13889
13896
  }