@openscreen/internal-sdk 1.8.82 → 1.8.84
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 +2 -1
- package/typings/sdk.d.ts.map +1 -1
- package/dist/index.esm.mjs +0 -2
- package/dist/index.esm.mjs.map +0 -1
- package/dist/index.modern.js +0 -2
- package/dist/index.modern.js.map +0 -1
package/package.json
CHANGED
package/typings/sdk.d.ts
CHANGED
|
@@ -223,7 +223,8 @@ export declare enum OpenscreenEmails {
|
|
|
223
223
|
export declare enum PluginNameTypes {
|
|
224
224
|
REHRIG_VISION = "REHRIG_VISION",
|
|
225
225
|
HOTWIRE = "HOTWIRE",
|
|
226
|
-
GOOGLE_SHEET = "GOOGLE_SHEET"
|
|
226
|
+
GOOGLE_SHEET = "GOOGLE_SHEET",
|
|
227
|
+
CONDITIONAL_REDIRECT = "CONDITIONAL_REDIRECT"
|
|
227
228
|
}
|
|
228
229
|
export declare enum PluginStatus {
|
|
229
230
|
ACTIVE = "ACTIVE",
|