@wix/auto_sdk_benefit-programs_pools 1.0.41 → 1.0.42

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.
@@ -447,6 +447,18 @@ interface ProgramDefinitionInfo {
447
447
  * @readonly
448
448
  */
449
449
  externalId?: string | null;
450
+ /**
451
+ * Program external ID.
452
+ * @readonly
453
+ * @maxLength 128
454
+ */
455
+ displayName?: string | null;
456
+ /**
457
+ * Description of the program definition.
458
+ * @readonly
459
+ * @maxLength 450
460
+ */
461
+ description?: string | null;
450
462
  }
451
463
  interface PoolProgramInfo {
452
464
  /**
@@ -461,6 +473,12 @@ interface PoolProgramInfo {
461
473
  * @readonly
462
474
  */
463
475
  externalId?: string | null;
476
+ /**
477
+ * Program external ID.
478
+ * @readonly
479
+ * @maxLength 64
480
+ */
481
+ displayName?: string | null;
464
482
  }
465
483
  declare enum PoolOrigin {
466
484
  /** Unknown pool origin. */