octopian-apis 1.0.31 → 1.0.32

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.js +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "octopian-apis",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "Transaction APIs SDK that implements Octopian Services which will be used for any node project typescript or javascript",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
package/src/index.js CHANGED
@@ -520,6 +520,7 @@ const {
520
520
  DABValidateAttributesWithIntegration,
521
521
  DABGetPaymentBatch,
522
522
  DABGetInvoiceDetails,
523
+ DABAddToCart
523
524
  } = require("./darAlBerServices/transactionsServices");
524
525
  const {
525
526
  DABCreateReadSAS,
@@ -763,6 +764,7 @@ const DarAlBerServices = {
763
764
  DABValidateAttributesWithIntegration,
764
765
  DABGetPaymentBatch,
765
766
  DABGetInvoiceDetails,
767
+ DABAddToCart
766
768
  };
767
769
  //#endregion
768
770
  const {