@openscreen/internal-sdk 1.7.3 → 1.7.4
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.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/package.json +1 -1
- package/typings/sdk.d.ts +1 -0
- package/typings/sdk.d.ts.map +1 -1
package/package.json
CHANGED
package/typings/sdk.d.ts
CHANGED
|
@@ -4751,6 +4751,7 @@ export interface CreateTemplatedPrintJobByProjectIdRequestBody {
|
|
|
4751
4751
|
name?: string | null;
|
|
4752
4752
|
printOptions: PrintOptions;
|
|
4753
4753
|
serializedFabric: NestedKeyValueObject;
|
|
4754
|
+
stylingTemplateId?: string | null;
|
|
4754
4755
|
}
|
|
4755
4756
|
export interface CreateTemplatedPrintJobByProjectIdResponseBody {
|
|
4756
4757
|
fileExpiry: string | Date | number;
|