@wix/auto_sdk_benefit-programs_pools 1.0.52 → 1.0.54

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.
@@ -962,6 +962,11 @@ interface BenefitInfo {
962
962
  * @maxLength 256
963
963
  */
964
964
  description?: string | null;
965
+ /**
966
+ * Benefit key.
967
+ * @maxLength 64
968
+ */
969
+ benefitKey?: string;
965
970
  }
966
971
  interface PolicyExpressionEvaluatedToFalse {
967
972
  /**
@@ -1911,6 +1916,8 @@ interface MessageEnvelope {
1911
1916
  identity?: IdentificationData;
1912
1917
  /** Stringify payload. */
1913
1918
  data?: string;
1919
+ /** Details related to the account */
1920
+ accountInfo?: AccountInfo;
1914
1921
  }
1915
1922
  interface IdentificationData extends IdentificationDataIdOneOf {
1916
1923
  /**