@kohost/api-client 3.9.10 → 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.
@@ -23,7 +23,8 @@
23
23
  "name": {
24
24
  "type": "string",
25
25
  "description": "Event name"
26
- },
26
+ }
27
+ },
27
28
  "patternProperties": {
28
29
  "^field[0-9]+$": {
29
30
  "type":"object",
@@ -39,5 +40,4 @@
39
40
  }
40
41
  },
41
42
  "additionalProperties": false
42
- }
43
43
  }
@@ -13875,23 +13875,23 @@ var require_log = __commonJS({
13875
13875
  name: {
13876
13876
  type: "string",
13877
13877
  description: "Event name"
13878
- },
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
- }
13878
+ }
13879
+ },
13880
+ patternProperties: {
13881
+ "^field[0-9]+$": {
13882
+ type: "object",
13883
+ required: ["name", "value"],
13884
+ properties: {
13885
+ name: {
13886
+ type: "string"
13887
+ },
13888
+ value: {
13889
+ type: "string"
13890
13890
  }
13891
13891
  }
13892
- },
13893
- additionalProperties: false
13894
- }
13892
+ }
13893
+ },
13894
+ additionalProperties: false
13895
13895
  };
13896
13896
  }
13897
13897
  });