@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/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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pluno/product-agent-web",
3
- "version": "0.1.173",
3
+ "version": "0.1.174",
4
4
  "description": "Browser SDK and default widget for embedding Pluno Product Agent into customer web apps.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",