@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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/package.json +1 -1
- package/typings/sdk.d.ts +4 -3
- package/typings/sdk.d.ts.map +1 -1
package/package.json
CHANGED
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?:
|
|
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?:
|
|
6151
|
+
qrCodeLinks?: Array<any> | null;
|
|
6151
6152
|
scanCount: number;
|
|
6152
6153
|
serializedLocatorKey?: string | null;
|
|
6153
6154
|
status?: QrCodeStatus;
|