@picsart/ai-sdk 5.7.0 → 5.9.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/README.md +2 -3
- package/_vendor/workflows-types/index.d.ts +1428 -1348
- package/index.d.ts +46 -10
- package/index.js +155 -306
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -167,10 +167,9 @@ Model('heygen-video-avatar').params().catalog('videoId')?.catalogOptions
|
|
|
167
167
|
|
|
168
168
|
`CatalogItem` is the standard shape across all vendors:
|
|
169
169
|
`{ id, name, description?, tags, preview? { imageUrl | videoUrl | audioUrl }, meta? }` —
|
|
170
|
-
`id` is sent back verbatim as
|
|
170
|
+
`id` is sent back verbatim on generate as the bound param's value. Validation
|
|
171
171
|
never requires hydration: catalog-bound params accept any id and the platform
|
|
172
|
-
validates for real.
|
|
173
|
-
`docs/DYNAMIC-CATALOGS-MIGRATION.md` at the pa-gen-ai-sdk repo root.
|
|
172
|
+
validates for real.
|
|
174
173
|
|
|
175
174
|
## Advanced Lifecycle
|
|
176
175
|
|