@vonq/hapi-elements-types 1.35.0 → 1.36.0

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.
@@ -49,7 +49,7 @@ export type WindowHapiUtilsBasket = WindowHapiModuleWithConstructorArgs<
49
49
  ) => number
50
50
  prepareCampaignFormOrderedProducts: (
51
51
  productOrContractIds: (Product | Contract)[],
52
- previousProductOrContractIds: (Product | Contract)[],
52
+ previousProductOrContractIds?: (Product | Contract)[],
53
53
  ) => void
54
54
  },
55
55
  { readonly utils: WindowHapiUtils }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@vonq/hapi-elements-types",
4
- "version": "1.35.0",
4
+ "version": "1.36.0",
5
5
  "description": "This package contains Typescript definitions for HAPI Elements",
6
6
  "author": "VONQ HAPI Team",
7
7
  "license": "BSD-3-Clause",