@paynow-gg/typescript-sdk 1.0.30 → 1.0.32

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.
@@ -2714,6 +2714,7 @@ export interface components {
2714
2714
  saved_at: string;
2715
2715
  /** Format: date-time */
2716
2716
  last_fetched_commands_at?: null | string;
2717
+ last_fetched_commands_from_ip?: null | string;
2717
2718
  };
2718
2719
  /** @description Represents a generic platform profile for a customer. */
2719
2720
  GenericProfileDto: {