@terminal3/t3n-sdk 2.12.0 → 2.13.0

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/dist/index.d.ts CHANGED
@@ -554,6 +554,8 @@ interface UserInputProfile {
554
554
  phone_number?: string;
555
555
  birthdate?: string;
556
556
  nationality?: string;
557
+ campaign_code?: string;
558
+ role?: string;
557
559
  [key: string]: unknown;
558
560
  }
559
561
  /**