@maxim_mazurok/gapi.client.firebasedynamiclinks-v1 0.2.20260624 → 0.3.20260624
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/index.d.ts +2 -8
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -212,10 +212,7 @@ declare namespace gapi.client {
|
|
|
212
212
|
appMinimumVersion?: string;
|
|
213
213
|
/** The confidence of the returned attribution. */
|
|
214
214
|
attributionConfidence?:
|
|
215
|
-
| '
|
|
216
|
-
| 'WEAK'
|
|
217
|
-
| 'DEFAULT'
|
|
218
|
-
| 'UNIQUE';
|
|
215
|
+
'UNKNOWN_ATTRIBUTION_CONFIDENCE' | 'WEAK' | 'DEFAULT' | 'UNIQUE';
|
|
219
216
|
/** The deep-link attributed post-install via one of several techniques (device heuristics, copy unique). */
|
|
220
217
|
deepLink?: string;
|
|
221
218
|
/** User-agent specific custom-scheme URIs for iSDK to open. This will be set according to the user-agent tha the click was originally made in. There is no Safari-equivalent custom-scheme open URLs. ie: googlechrome://www.example.com ie: firefox://open-url?url=http://www.example.com ie: opera-http://example.com */
|
|
@@ -328,10 +325,7 @@ declare namespace gapi.client {
|
|
|
328
325
|
linkName?: string;
|
|
329
326
|
/** Visibility status of link. */
|
|
330
327
|
visibility?:
|
|
331
|
-
| '
|
|
332
|
-
| 'UNARCHIVED'
|
|
333
|
-
| 'ARCHIVED'
|
|
334
|
-
| 'NEVER_SHOWN';
|
|
328
|
+
'UNSPECIFIED_VISIBILITY' | 'UNARCHIVED' | 'ARCHIVED' | 'NEVER_SHOWN';
|
|
335
329
|
}
|
|
336
330
|
interface NavigationInfo {
|
|
337
331
|
/** If this option is on, FDL click will be forced to redirect rather than show an interstitial page. */
|