@kohost/api-client 3.7.1 → 3.7.3

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
@@ -7275,7 +7275,6 @@ var require_definitions = __commonJS({
7275
7275
  "kohost-k7",
7276
7276
  "kohost",
7277
7277
  "lg",
7278
- "lg-webos",
7279
7278
  "lapi",
7280
7279
  "lirc",
7281
7280
  "mews",
@@ -7284,16 +7283,15 @@ var require_definitions = __commonJS({
7284
7283
  "pelican-wireless",
7285
7284
  "power-shades",
7286
7285
  "rebrandly",
7287
- "rtsp",
7288
7286
  "salto",
7289
7287
  "salto-irn",
7288
+ "samsung",
7290
7289
  "se",
7291
7290
  "sendgrid",
7292
7291
  "sonifi",
7293
7292
  "stay-n-touch",
7294
7293
  "storable",
7295
7294
  "twilio",
7296
- "unifi",
7297
7295
  "valcom",
7298
7296
  "vizio",
7299
7297
  "wisenet",
@@ -10125,7 +10123,8 @@ var require_mediaSource = __commonJS({
10125
10123
  "HOF-16K 1.2",
10126
10124
  "219863500",
10127
10125
  "SONIFI",
10128
- "AKB76039803"
10126
+ "AKB76039803",
10127
+ "BN59-01388A"
10129
10128
  ]
10130
10129
  },
10131
10130
  name: {
@@ -11953,6 +11952,9 @@ var require_Order = __commonJS({
11953
11952
  if (rateType === "percentage") {
11954
11953
  return acc + item.price * rate;
11955
11954
  }
11955
+ if (rateType === "flat") {
11956
+ return acc + rate;
11957
+ }
11956
11958
  return acc + rate;
11957
11959
  }, 0);
11958
11960
  }