@tellescope/types-models 1.219.0 → 1.220.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 +1 -0
- package/lib/cjs/index.d.ts.map +1 -1
- package/lib/cjs/index.js.map +1 -1
- package/lib/esm/index.d.ts +1 -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 +1 -0
package/lib/cjs/index.d.ts
CHANGED
|
@@ -3031,6 +3031,7 @@ export type CallUserAutomationAction = AutomationActionBuilder<'callUser', {
|
|
|
3031
3031
|
export type StripeChargeCardOnFileAutomationAction = AutomationActionBuilder<'stripeChargeCardOnFile', {
|
|
3032
3032
|
stripeKey?: string;
|
|
3033
3033
|
priceIds: string[];
|
|
3034
|
+
subscriptionPriceId?: string;
|
|
3034
3035
|
}>;
|
|
3035
3036
|
export type AIContextSource = {
|
|
3036
3037
|
type: "Email" | "SMS";
|