ggez-banking-sdk 0.0.91 → 0.0.92

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.
@@ -573,7 +573,6 @@ const Data = () => {
573
573
  ...data_1.userData.ticket,
574
574
  {
575
575
  info: {
576
- ...data_1.userData.ticket.info,
577
576
  subEntity: values.subEntity,
578
577
  subEntityId: values.subEntityId,
579
578
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ggez-banking-sdk",
3
- "version": "0.0.91",
3
+ "version": "0.0.92",
4
4
  "description": "A Node.js package to handle GGEZ Banking API endpoints, Simplify the process of managing CRUD operations with this efficient and easy-to-use package.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",