@kohost/api-client 3.9.9 → 3.9.11

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/esm/utils.js CHANGED
@@ -13952,22 +13952,26 @@ var require_log = __commonJS({
13952
13952
  driver: {
13953
13953
  $ref: "definitions.json#/definitions/driver"
13954
13954
  },
13955
- message: {
13956
- type: "string"
13957
- },
13958
- field1: {
13959
- type: "string"
13960
- },
13961
- field2: {
13962
- type: "string"
13963
- },
13964
- field3: {
13965
- type: "string"
13966
- },
13967
- field4: {
13968
- type: "string"
13955
+ name: {
13956
+ type: "string",
13957
+ description: "Event name"
13969
13958
  }
13970
- }
13959
+ },
13960
+ patternProperties: {
13961
+ "^field[0-9]+$": {
13962
+ type: "object",
13963
+ required: ["name", "value"],
13964
+ properties: {
13965
+ name: {
13966
+ type: "string"
13967
+ },
13968
+ value: {
13969
+ type: "string"
13970
+ }
13971
+ }
13972
+ }
13973
+ },
13974
+ additionalProperties: false
13971
13975
  };
13972
13976
  }
13973
13977
  });