@openscreen/internal-sdk 1.8.7 → 1.8.71

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.8.7",
3
+ "version": "1.8.71",
4
4
  "description": "Openscreen Software Development Kit (SDK)",
5
5
  "keywords": [
6
6
  "qr",
package/typings/sdk.d.ts CHANGED
@@ -2504,6 +2504,7 @@ export interface Project {
2504
2504
  companyName?: string | null;
2505
2505
  contactCount: number;
2506
2506
  created?: string | Date | number | null;
2507
+ customDomain?: string | null;
2507
2508
  description?: string | null;
2508
2509
  dynamicQrCodeCount: number;
2509
2510
  lastScanId?: string | null;