@supernova-studio/model 1.10.20 → 1.10.21
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -6115,7 +6115,8 @@ var ExportJobFindByFilter = ExportJob.pick({
|
|
|
6115
6115
|
brandId: true
|
|
6116
6116
|
}).extend({
|
|
6117
6117
|
destinations: z184.array(ExportJobDestinationType),
|
|
6118
|
-
docsEnvironment: PublishedDocEnvironment
|
|
6118
|
+
docsEnvironment: PublishedDocEnvironment,
|
|
6119
|
+
selectivePublishing: z184.boolean().optional()
|
|
6119
6120
|
}).partial();
|
|
6120
6121
|
|
|
6121
6122
|
// src/export/exporter-list-query.ts
|