@isnap/sdk 1.1.0-next.57 → 1.1.0-next.58
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.
|
@@ -12465,6 +12465,11 @@ export interface components {
|
|
|
12465
12465
|
TrialInitBody: {
|
|
12466
12466
|
max_outbound_without_inbound?: number;
|
|
12467
12467
|
welcome_message?: string;
|
|
12468
|
+
/**
|
|
12469
|
+
* @description Optional partner-supplied marketing footer appended to this trial's free pool-line outbounds, replacing the default iSnap footer. Omit to keep the iSnap default. Keep it short and GSM-7-safe — non-GSM characters force the SMS into UCS-2 (70 chars/segment) and cost extra segments.
|
|
12470
|
+
* @example Sent free via Acme
|
|
12471
|
+
*/
|
|
12472
|
+
footer?: string;
|
|
12468
12473
|
};
|
|
12469
12474
|
TrialStatusEnvelope: {
|
|
12470
12475
|
/** @enum {boolean} */
|