@kohost/api-client 3.0.0-beta.65 → 3.0.0-beta.68

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
@@ -7673,6 +7673,27 @@ var require_definitions = __commonJS({
7673
7673
  watts: {
7674
7674
  type: "number",
7675
7675
  minimum: 0
7676
+ },
7677
+ revenue: {
7678
+ type: "array",
7679
+ items: {
7680
+ type: "object",
7681
+ properties: {
7682
+ id: {
7683
+ $ref: "definitions.json#/definitions/id"
7684
+ },
7685
+ name: {
7686
+ type: "string"
7687
+ },
7688
+ date: {
7689
+ type: "string",
7690
+ format: "date-time"
7691
+ },
7692
+ price: {
7693
+ type: "number"
7694
+ }
7695
+ }
7696
+ }
7676
7697
  }
7677
7698
  }
7678
7699
  };