@openscreen/internal-sdk 1.7.2 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openscreen/internal-sdk",
3
- "version": "1.7.2",
3
+ "version": "1.7.4",
4
4
  "description": "Openscreen Software Development Kit (SDK)",
5
5
  "keywords": [
6
6
  "qr",
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;