@embedreach/components 0.3.24 → 0.3.25
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 +2 -2
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -257,8 +257,6 @@ declare interface SegmentBuilderDialogProps {
|
|
|
257
257
|
segmentId?: string;
|
|
258
258
|
}
|
|
259
259
|
|
|
260
|
-
export declare const SMSChannelSettings: ({ hideSubmitButton, formRef, onNeedsApplicationChange, onApplicationSubmit, onFormVisibilityChange, }: SMSChannelSettingsProps) => JSX_2.Element;
|
|
261
|
-
|
|
262
260
|
declare interface SMSChannelSettingsProps {
|
|
263
261
|
hideSubmitButton?: boolean;
|
|
264
262
|
formRef?: React_2.RefObject<SMSSetupBusinessFormRef>;
|
|
@@ -267,6 +265,8 @@ declare interface SMSChannelSettingsProps {
|
|
|
267
265
|
onFormVisibilityChange?: (isFormVisible: boolean) => void;
|
|
268
266
|
}
|
|
269
267
|
|
|
268
|
+
export declare const SMSOnboarding: ({ hideSubmitButton, formRef, onNeedsApplicationChange, onApplicationSubmit, onFormVisibilityChange, }: SMSChannelSettingsProps) => JSX_2.Element;
|
|
269
|
+
|
|
270
270
|
declare type SMSSetupBusinessFormData = z.infer<typeof SMSSetupBusinessFormSchema>;
|
|
271
271
|
|
|
272
272
|
declare interface SMSSetupBusinessFormRef {
|