@spiffcommerce/core 33.11.0-beta.585a4a5e-6602-5230-ad16-e88c28697011 → 33.11.0-beta.a2cb8195-58ce-5534-bf03-462f6c18129a

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.
package/dist/index.d.ts CHANGED
@@ -2812,7 +2812,7 @@ interface WorkflowManager {
2812
2812
  /**
2813
2813
  * Create or amend the recipient fo the transaction.
2814
2814
  */
2815
- updateRecipient(firstName?: string, lastName?: string, address?: string, suburb?: string, state?: string, email?: string, postalCode?: string, country?: string, mobile?: string, company?: string, apartment?: string, customField1?: string, customField2?: string, customField3?: string, customField4?: string, customField5?: string, conversionConfigurationId?: string): Promise<void>;
2815
+ updateRecipient(firstName?: string, lastName?: string, address?: string, suburb?: string, state?: string, email?: string, postalCode?: string, country?: string, mobile?: string, company?: string, apartment?: string, customField1?: string, customField2?: string, customField3?: string, customField4?: string, customField5?: string, conversionConfigurationId?: string, prevalidated?: boolean): Promise<void>;
2816
2816
  /**
2817
2817
  * Returns the context object used for text templating.
2818
2818
  */
@@ -3808,10 +3808,6 @@ interface Transaction {
3808
3808
  * The integration product related to this lineitem.
3809
3809
  */
3810
3810
  integrationProduct?: IntegrationProductResource;
3811
- /**
3812
- * The ID of the integration product that this transaction belongs to.
3813
- */
3814
- integrationProductId?: string;
3815
3811
  /**
3816
3812
  * Whether this transaction has previously been ordered.
3817
3813
  */
@@ -4318,7 +4314,6 @@ interface Bundle {
4318
4314
  partner?: Partner;
4319
4315
  productCollection?: ProductCollectionResource;
4320
4316
  transactions?: Transaction[];
4321
- transactionIds?: string[];
4322
4317
  template?: boolean;
4323
4318
  templateStatus?: BundleTemplateStatus;
4324
4319
  bundleShareActions?: ShareAction[];