@openscreen/internal-sdk 1.9.1 → 1.9.2
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 +1 -2
- package/typings/sdk.d.ts.map +1 -1
package/package.json
CHANGED
package/typings/sdk.d.ts
CHANGED
|
@@ -236,8 +236,7 @@ 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"
|
|
240
|
-
GUND = "GUND"
|
|
239
|
+
REHRIG_BARRIE_ADDRESS_DYNAMO_DB = "REHRIG_BARRIE_ADDRESS_DYNAMO_DB"
|
|
241
240
|
}
|
|
242
241
|
export declare enum PluginStatus {
|
|
243
242
|
ACTIVE = "ACTIVE",
|