@pluno/product-agent-web 0.1.173 → 0.1.174
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/product-agent-widget.js +1613 -1581
- package/dist/widget.d.ts +1 -0
- package/package.json +1 -1
package/dist/widget.d.ts
CHANGED
|
@@ -98,6 +98,7 @@ export type ProductAgentWidgetBillingStatus = {
|
|
|
98
98
|
earnCreditsUrl: string;
|
|
99
99
|
onboardingIncomplete?: boolean;
|
|
100
100
|
onboardingUrl?: string;
|
|
101
|
+
usingPaidCreditFallback?: boolean;
|
|
101
102
|
};
|
|
102
103
|
export type ProductAgentWidgetHandle = {
|
|
103
104
|
agent: PlunoProductAgent;
|
package/package.json
CHANGED