@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/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 +2 -2
- package/typings/sdk.d.ts.map +1 -1
package/package.json
CHANGED
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?:
|
|
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?:
|
|
6150
|
+
qrCodeLinks?: Array<any> | null;
|
|
6151
6151
|
scanCount: number;
|
|
6152
6152
|
serializedLocatorKey?: string | null;
|
|
6153
6153
|
status?: QrCodeStatus;
|