{"version":3,"sources":["../../../src/window/types/action-open-url-type.ts"],"names":["ActionOpenUrlTypes"],"mappings":"AAYY,IAAA,kBAAA,qBAAAA,mBAAL,KAAA;AACL,EAAAA,oBAAA,gBAAiB,CAAA,GAAA,gBAAA;AACjB,EAAAA,oBAAA,eAAgB,CAAA,GAAA,eAAA;AAChB,EAAAA,oBAAA,mBAAoB,CAAA,GAAA,mBAAA;AACpB,EAAAA,oBAAA,YAAa,CAAA,GAAA,YAAA;AAJH,EAAAA,OAAAA,mBAAAA;AAAA,CAAA,EAAA,kBAAA,IAAA,EAAA","file":"action-open-url-type.mjs","sourcesContent":["/**\n * The type of deeplink action that was executed by the host\n */\nexport type ActionOpenUrlType =\n  | 'DeepLinkDialog'\n  | 'DeepLinkOther'\n  | 'DeepLinkStageView'\n  | 'GenericUrl';\n\n/**\n * The type of deeplink action that was executed by the host\n */\nexport enum ActionOpenUrlTypes {\n  DeepLinkDialog = 'DeepLinkDialog',\n  DeepLinkOther = 'DeepLinkOther',\n  DeepLinkStageView = 'DeepLinkStageView',\n  GenericUrl = 'GenericUrl',\n}\n"]}