@soma-vertical-web/multi-lib 1.0.4 → 1.0.5

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.
@@ -13,5 +13,5 @@ type SchemaType = yup.InferType<typeof schemaAttachments>;
13
13
  /**
14
14
  * Attach marketing and open text field data to a shopping cart.
15
15
  */
16
- export declare function postOrderFormAttachOrderFormData({ apiUrl, body, fetchOptions }: FetchFunctionsProps<SchemaType>): Promise<any>;
16
+ export declare function postOrderFormAttachOrderFormData({ apiUrl, body, fetchOptions, extraData }: FetchFunctionsProps<SchemaType>): Promise<any>;
17
17
  export {};