@openscreen/internal-sdk 1.8.98 → 1.8.99

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.98",
3
+ "version": "1.8.99",
4
4
  "description": "Openscreen Software Development Kit (SDK)",
5
5
  "keywords": [
6
6
  "qr",
package/typings/sdk.d.ts CHANGED
@@ -2955,7 +2955,7 @@ export interface ResponseQrCode {
2955
2955
  name?: string | null;
2956
2956
  projectId?: string | null;
2957
2957
  qrCodeId: string;
2958
- qrCodeLinks?: QrCodeLink[] | null;
2958
+ qrCodeLinks?: Array<any> | null;
2959
2959
  scanCount: number;
2960
2960
  serializedLocatorKey?: string | null;
2961
2961
  status?: QrCodeStatus;
@@ -6147,7 +6147,7 @@ export interface GetQrCodeResponseBody extends ResponseQrCode {
6147
6147
  name?: string | null;
6148
6148
  projectId?: string | null;
6149
6149
  qrCodeId: string;
6150
- qrCodeLinks?: QrCodeLink[] | null;
6150
+ qrCodeLinks?: Array<any> | null;
6151
6151
  scanCount: number;
6152
6152
  serializedLocatorKey?: string | null;
6153
6153
  status?: QrCodeStatus;