@flowio/api-prop-types 10.16.69 → 10.16.70

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/lib/api.d.ts CHANGED
@@ -7274,6 +7274,7 @@ declare namespace io.flow.v0.models {
7274
7274
  readonly 'discriminator': 'merchant_rejected';
7275
7275
  readonly 'reason': io.flow.v0.enums.MerchantRejectedReason;
7276
7276
  readonly 'description'?: string;
7277
+ readonly 'deactivate_at'?: string;
7277
7278
  }
7278
7279
 
7279
7280
  interface Money {