@openscreen/internal-sdk 1.8.98 → 1.9.1

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.9.1",
4
4
  "description": "Openscreen Software Development Kit (SDK)",
5
5
  "keywords": [
6
6
  "qr",
package/typings/sdk.d.ts CHANGED
@@ -236,7 +236,8 @@ export declare enum PluginNameTypes {
236
236
  GOOGLE_SHEET = "GOOGLE_SHEET",
237
237
  CONDITIONAL_REDIRECT = "CONDITIONAL_REDIRECT",
238
238
  GOOGLE_PLACES = "GOOGLE_PLACES",
239
- REHRIG_BARRIE_ADDRESS_DYNAMO_DB = "REHRIG_BARRIE_ADDRESS_DYNAMO_DB"
239
+ REHRIG_BARRIE_ADDRESS_DYNAMO_DB = "REHRIG_BARRIE_ADDRESS_DYNAMO_DB",
240
+ GUND = "GUND"
240
241
  }
241
242
  export declare enum PluginStatus {
242
243
  ACTIVE = "ACTIVE",
@@ -2955,7 +2956,7 @@ export interface ResponseQrCode {
2955
2956
  name?: string | null;
2956
2957
  projectId?: string | null;
2957
2958
  qrCodeId: string;
2958
- qrCodeLinks?: QrCodeLink[] | null;
2959
+ qrCodeLinks?: Array<any> | null;
2959
2960
  scanCount: number;
2960
2961
  serializedLocatorKey?: string | null;
2961
2962
  status?: QrCodeStatus;
@@ -6147,7 +6148,7 @@ export interface GetQrCodeResponseBody extends ResponseQrCode {
6147
6148
  name?: string | null;
6148
6149
  projectId?: string | null;
6149
6150
  qrCodeId: string;
6150
- qrCodeLinks?: QrCodeLink[] | null;
6151
+ qrCodeLinks?: Array<any> | null;
6151
6152
  scanCount: number;
6152
6153
  serializedLocatorKey?: string | null;
6153
6154
  status?: QrCodeStatus;