pricetoken 0.10.0 → 0.10.1

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.mts CHANGED
@@ -152,6 +152,7 @@ interface AvatarModelPricing {
152
152
  resolution: string | null;
153
153
  maxDuration: number | null;
154
154
  qualityMode: string | null;
155
+ lipSync: boolean | null;
155
156
  source: 'fetched' | 'seed' | 'admin' | 'verified' | 'carried';
156
157
  status: ModelStatus | null;
157
158
  confidence: DataConfidence;
package/dist/index.d.ts CHANGED
@@ -152,6 +152,7 @@ interface AvatarModelPricing {
152
152
  resolution: string | null;
153
153
  maxDuration: number | null;
154
154
  qualityMode: string | null;
155
+ lipSync: boolean | null;
155
156
  source: 'fetched' | 'seed' | 'admin' | 'verified' | 'carried';
156
157
  status: ModelStatus | null;
157
158
  confidence: DataConfidence;