Skip to content

Releases: boxwise/boxtribute

v2.8.4

27 Oct 20:03
v2.8.4
fb82ad7

Choose a tag to compare

Changelog of GraphQL API

Added

  • new queries newlyRegisteredBeneficiaryNumbers and newlyCreatedBoxNumbers in the public API

Removed

  • removed tagIdsToBeAdded input for updateBox mutation. Use assignTagsToBoxes mutation instead

v2.8.0

25 Aug 22:54
v2.8.0
00bed9c

Choose a tag to compare

Changelog of GraphQL API

Added

  • new ProductGender enums BabyBoy and BabyGirl

v2.7.6

21 Jul 07:19
v2.7.6
b5b3983

Choose a tag to compare

Changelog of GraphQL API

Added

  • new states filter parameter for shipments query

v2.7.4

11 Jun 13:40
v2.7.4
48baa82

Choose a tag to compare

Changelog of GraphQL API

Added

  • new Tag.deletedOn field

Changed

  • the boxes query returns results ordered by last_modified_on field, most recent date first

v2.7.2

08 Jul 14:50
v2.7.2
1836880

Choose a tag to compare

Changelog of GraphQL API

Added

  • new Beneficiary.phoneNumber field

Changed

  • when enabling a standard product, a previously disabled standard product instantiation will be re-used which results in identical product IDs for the instantiations

v2.7.0

06 May 09:50
v2.7.0
e6fcf0a

Choose a tag to compare

Changelog of GraphQL API

Added

  • new enum value ShareableView.StockOverview
  • new mutation createBeneficiaries incl. input and result types
  • new DeletedBaseError type
  • new baseId input parameter for products query

Changed

  • change baseId field of ShareableLink type to base (of type Base)

v2.6.2

01 Apr 20:05
v2.6.2
d620fed

Choose a tag to compare

Changelog of GraphQL API

Added

  • new field Product.transferItemsCount

v2.6.0

13 Mar 18:17
v2.6.0
334098c

Choose a tag to compare

Changelog of GraphQL API

Added

  • mutation enableStandardProducts including result unions and (error) types
  • query sizeRanges
  • new field Product.standardProduct
  • new field ShipmentDetail.autoMatchingTargetProduct

v2.5.4

06 Feb 20:13
v2.5.4
b6045b8

Choose a tag to compare

Changelog of GraphQL API

Added

  • mutations assignTagsToBoxes and unassignTagsFromBoxes including result unions and (error) types
  • mutation createShareableLink including result union and (error) types
  • new field Product.instockItemsCount
  • new field Size.name as alias for Size.label, same for SizeRange type
  • new field StandardProduct.instantiation

Changed

  • the organisations query returns non-deleted organisations only

Removed

  • mutations assignTagToBoxes and unassignTagFromBoxes
  • field StandardProduct.enabledForBases

v2.5.1

12 Nov 14:42
v2.5.1
64f375c

Choose a tag to compare

Changelog of GraphQL API

The API contains several updates to facilitate measure-products and intra-organisation shipments.

Added

  • new Unit type
  • optional field displayUnit and measureValue for Box type
  • optional fields displayUnitId and measureValue for BoxCreationInput and BoxUpdateInput
  • optional fields dimensionId and absoluteMeasureValue in MovedBoxesResult and StockOverviewResult types
  • new dimension field in MovedBoxDataDimensions and StockOverviewDataDimensions types
  • new units field in SizeRange type
  • new organisationName field in UnauthorizedForBaseError type

Changed

  • the size field of the Box type is nullable (if null, the box contains a measure-product)
  • the qrCode argument for the queries qrCode and qrExists is renamed to code
  • the qrCode query now returns a QrCodeResult
  • the BoxResult type is renamed to BoxesResult
  • the box field of the QrCode type is a BoxResult
  • the sizeId field of BoxCreationInput is optional
  • the sizeId field of MovedBoxesResult and StockOverviewResult is optional
  • the transferAgreementId field of ShipmentCreationInput is optional. If null, an intra-organisation shipment is created
  • the transferAgreement field of the Shipment type is optional