@juhuu/sdk-ts 1.2.98 → 1.2.99

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/index.d.mts CHANGED
@@ -1787,6 +1787,7 @@ declare namespace JUHUU {
1787
1787
  amount?: number[];
1788
1788
  continue?: number;
1789
1789
  interval?: number;
1790
+ name?: LocaleString;
1790
1791
  duration?: number;
1791
1792
  autoRenewMode?: AutoRenewMode;
1792
1793
  roundToMidnight?: boolean;
@@ -2228,7 +2229,7 @@ declare namespace JUHUU {
2228
2229
  };
2229
2230
  type Options = JUHUU.RequestOptions;
2230
2231
  type Response = {
2231
- paymentRefund: JUHUU.PaymentRefund.Object;
2232
+ payment: JUHUU.Payment.Object;
2232
2233
  };
2233
2234
  }
2234
2235
  namespace Retrieve {
package/dist/index.d.ts CHANGED
@@ -1787,6 +1787,7 @@ declare namespace JUHUU {
1787
1787
  amount?: number[];
1788
1788
  continue?: number;
1789
1789
  interval?: number;
1790
+ name?: LocaleString;
1790
1791
  duration?: number;
1791
1792
  autoRenewMode?: AutoRenewMode;
1792
1793
  roundToMidnight?: boolean;
@@ -2228,7 +2229,7 @@ declare namespace JUHUU {
2228
2229
  };
2229
2230
  type Options = JUHUU.RequestOptions;
2230
2231
  type Response = {
2231
- paymentRefund: JUHUU.PaymentRefund.Object;
2232
+ payment: JUHUU.Payment.Object;
2232
2233
  };
2233
2234
  }
2234
2235
  namespace Retrieve {
package/dist/index.js CHANGED
@@ -1392,6 +1392,7 @@ var TariffsService = class extends Service {
1392
1392
  continue: TariffUpdateParams.continue,
1393
1393
  interval: TariffUpdateParams.interval,
1394
1394
  duration: TariffUpdateParams.duration,
1395
+ name: TariffUpdateParams.name,
1395
1396
  autoRenewMode: TariffUpdateParams.autoRenewMode,
1396
1397
  roundToMidnight: TariffUpdateParams.roundToMidnight,
1397
1398
  autoRenewManualEnabled: TariffUpdateParams.autoRenewManualEnabled,
package/dist/index.mjs CHANGED
@@ -1348,6 +1348,7 @@ var TariffsService = class extends Service {
1348
1348
  continue: TariffUpdateParams.continue,
1349
1349
  interval: TariffUpdateParams.interval,
1350
1350
  duration: TariffUpdateParams.duration,
1351
+ name: TariffUpdateParams.name,
1351
1352
  autoRenewMode: TariffUpdateParams.autoRenewMode,
1352
1353
  roundToMidnight: TariffUpdateParams.roundToMidnight,
1353
1354
  autoRenewManualEnabled: TariffUpdateParams.autoRenewManualEnabled,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juhuu/sdk-ts",
3
- "version": "1.2.98",
3
+ "version": "1.2.99",
4
4
  "description": "Typescript wrapper for JUHUU services",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",