@wix/auto_sdk_benefit-programs_pools 1.0.60 → 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.
@@ -527,6 +527,11 @@ interface Update {
527
527
  * @maxLength 64
528
528
  */
529
529
  displayName?: string;
530
+ /**
531
+ * The pool's description will be updated to match the description of the specified pool definition revision.
532
+ * @maxLength 450
533
+ */
534
+ description?: string | null;
530
535
  }
531
536
  interface PoolProvisioned {
532
537
  /** Pool which has been provisioned */
@@ -898,6 +903,11 @@ interface PoolInfo {
898
903
  * @maxLength 450
899
904
  */
900
905
  description?: string | null;
906
+ /**
907
+ * Pool definition id
908
+ * @format GUID
909
+ */
910
+ poolDefinitionId?: string;
901
911
  }
902
912
  interface BalanceAmount {
903
913
  /**