Skip to main content

@acromedia/gesso-acumatica-middleware

6.0.1

Patch Changes

  • e8fa722: TS type fixes
  • Updated dependencies [e8fa722]
    • @acromedia/gesso-api-middleware@6.0.1

6.0.0

Major Changes

  • 609c5e9: No breaking changes to these packages, scheduled major release

    Gesso V6 Update

    • 14 Hook definitions removed (ie useX)
    • 8 Types removed across packages
    • 1 Plugin made to be required (update)
    • 20 Data mapping changes (mostly related to subtotal, total, discount, and totalItems being moved to adjustments in Cart)
    • 1 Plugin type change (ComponentFactoryPluginV2)
    • 3 Interface properties removed from core
    • 1 Environment variable removed from cli
    • 1 Command removed from cli
    • 2 Config flags removed from create-script
    • 5 Templates updated in next/client
    • 1 Generator added in next/client
    • 1 Theme Token Removed in design-system
    • 11 Components With Removed Props in design-system

Patch Changes

  • Updated dependencies [609c5e9]
    • @acromedia/gesso-api-middleware@6.0.0

2.1.0

Minor Changes

  • 478fe55: feat: add call to acumatica orders api so plugin can safely request data.
  • efd2922: Added the product plugin and middleware for Acumatica.

Patch Changes

  • 352ef12: Update dependencies and clean up dependency tree
  • Updated dependencies [352ef12]
    • @acromedia/gesso-api-middleware@5.0.1

2.0.0

Major Changes

  • bff9b4a: # Gesso V5 Update

    • 6 Functions Removed
    • 1 Theme Token Removed
    • 3 Components Removed
    • 12 Components With Removed Props
    • 2 Export Names Changed
    • 8 Type Changes

Patch Changes

  • Updated dependencies [bff9b4a]
    • @acromedia/gesso-api-middleware@5.0.0

1.2.3

Patch Changes

  • 0fa3efa: Fix: Switch SalesInvoiceApi to InvoiceApi to fetch all invoices

1.2.2

Patch Changes

  • 2c36241: Customer methods added to Acumatica Middleware

1.2.1

Patch Changes

  • ce17a8a: Fix: await calls one at a time as calling apis at the same time causes automatic auth login to get confused
  • 1fad601: Fix: return last 6 months of invoices and reverse the results so that the invoices show in the right order
  • 54f1216: Remove outdated license settings in package.json
  • Updated dependencies [54f1216]
    • @acromedia/gesso-api-middleware@4.0.2

1.2.0

Minor Changes

  • 46b3fb0: Add: acumatica invoice plugin for erp provider allowing for invoice functionality

1.1.0

Minor Changes

  • 087a2671: feat: acumatica middleware functionality