@tellescope/types-models 1.246.2 → 1.247.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/lib/cjs/index.d.ts +4 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +4 -0
- package/lib/esm/index.d.ts.map +1 -1
- package/lib/esm/index.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/index.ts +4 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -1825,6 +1825,7 @@ export type FormFieldOptions = FormFieldValidation & {
|
|
|
1825
1825
|
signatureUrl?: string;
|
|
1826
1826
|
productIds?: string[];
|
|
1827
1827
|
chargeImmediately?: boolean;
|
|
1828
|
+
saveCardOnFile?: boolean;
|
|
1828
1829
|
databaseId?: string;
|
|
1829
1830
|
databaseLabel?: string;
|
|
1830
1831
|
databaseLabels?: string[];
|
|
@@ -2885,6 +2886,7 @@ export interface AppointmentBookingPage extends AppointmentBookingPage_readonly,
|
|
|
2885
2886
|
topLogo?: string;
|
|
2886
2887
|
intakeTitle?: string;
|
|
2887
2888
|
intakeDescription?: string;
|
|
2889
|
+
portalDescription?: string;
|
|
2888
2890
|
thankYouRedirectURL?: string;
|
|
2889
2891
|
thankYouTitle?: string;
|
|
2890
2892
|
thankYouDescription?: string;
|
|
@@ -3332,6 +3334,7 @@ export type CanvasCreateNoteAutomationAction = AutomationActionBuilder<'canvasCr
|
|
|
3332
3334
|
formIds: string[];
|
|
3333
3335
|
matchCareTeamTagsForCanvasPractitionerResolution: ListOfStringsWithQualifier;
|
|
3334
3336
|
noteCoding: CanvasCoding;
|
|
3337
|
+
syncAllFormResponses?: boolean;
|
|
3335
3338
|
}>;
|
|
3336
3339
|
export type CanvasAddToGroupAutomationAction = AutomationActionBuilder<'canvasAddToGroup', {
|
|
3337
3340
|
groupId: string;
|
|
@@ -3929,6 +3932,7 @@ export type UserUIRestrictions = {
|
|
|
3929
3932
|
hideBulkEnduserActions?: boolean;
|
|
3930
3933
|
visibleIntegrations?: string[];
|
|
3931
3934
|
hideViewPortalAsEnduser?: boolean;
|
|
3935
|
+
hideEnduserNote?: boolean;
|
|
3932
3936
|
};
|
|
3933
3937
|
export interface RoleBasedAccessPermission_readonly extends ClientRecord {
|
|
3934
3938
|
}
|