@wix/auto_sdk_benefit-programs_pools 1.0.61 → 1.0.62

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.
@@ -533,6 +533,11 @@ interface Update {
533
533
  * @maxLength 64
534
534
  */
535
535
  displayName?: string;
536
+ /**
537
+ * The pool's description will be updated to match the description of the specified pool definition revision.
538
+ * @maxLength 450
539
+ */
540
+ description?: string | null;
536
541
  }
537
542
  interface PoolProvisioned {
538
543
  /** Pool which has been provisioned */