@supernova-studio/client 1.91.0 → 1.92.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/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -7262,6 +7262,8 @@ var DTOCodeHistoryRepositoryFilter = z229.object({
|
|
|
7262
7262
|
var DTOCodeHistoryQuery = z229.object({
|
|
7263
7263
|
/** Filters components and usages by component package name (e.g. `@supernovaio/dm`) */
|
|
7264
7264
|
packageNames: z229.array(z229.string()).optional(),
|
|
7265
|
+
/** Filters usages by component name (e.g. `Button`, `Icon`) */
|
|
7266
|
+
componentNames: z229.array(z229.string()).optional(),
|
|
7265
7267
|
/**
|
|
7266
7268
|
* Filters usages by repository and optionally by usage package within that repository.
|
|
7267
7269
|
*
|