@maxim_mazurok/gapi.client.firebasedynamiclinks-v1 0.0.20230828 → 0.0.20230904
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 +6 -6
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://firebasedynamiclinks.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230904
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -222,8 +222,8 @@ declare namespace gapi.client {
|
|
|
222
222
|
sdkVersion?:
|
|
223
223
|
string;
|
|
224
224
|
/**
|
|
225
|
-
* Possible unique matched link that server need to check before performing
|
|
226
|
-
* vslidate the link.
|
|
225
|
+
* Possible unique matched link that server need to check before performing device heuristics match. If passed link is short server need to expand the link. If link is long server need
|
|
226
|
+
* to vslidate the link.
|
|
227
227
|
*/
|
|
228
228
|
uniqueMatchLinkToCheck?:
|
|
229
229
|
string;
|
|
@@ -238,7 +238,7 @@ declare namespace gapi.client {
|
|
|
238
238
|
/** The confidence of the returned attribution. */
|
|
239
239
|
attributionConfidence?:
|
|
240
240
|
string;
|
|
241
|
-
/** The deep-link attributed post-install via one of several techniques (
|
|
241
|
+
/** The deep-link attributed post-install via one of several techniques (device heuristics, copy unique). */
|
|
242
242
|
deepLink?:
|
|
243
243
|
string;
|
|
244
244
|
/**
|
|
@@ -253,7 +253,7 @@ declare namespace gapi.client {
|
|
|
253
253
|
*/
|
|
254
254
|
fallbackLink?:
|
|
255
255
|
string;
|
|
256
|
-
/** Invitation ID attributed post-install via one of several techniques (
|
|
256
|
+
/** Invitation ID attributed post-install via one of several techniques (device heuristics, copy unique). */
|
|
257
257
|
invitationId?:
|
|
258
258
|
string;
|
|
259
259
|
/** Instruction for iSDK to attemmpt to perform strong match. For instance, if browser does not support/allow cookie or outside of support browsers, this will be false. */
|
|
@@ -262,7 +262,7 @@ declare namespace gapi.client {
|
|
|
262
262
|
/** Describes why match failed, ie: "discarded due to low confidence". This message will be publicly visible. */
|
|
263
263
|
matchMessage?:
|
|
264
264
|
string;
|
|
265
|
-
/** Entire FDL (short or long) attributed post-install via one of several techniques (
|
|
265
|
+
/** Entire FDL (short or long) attributed post-install via one of several techniques (device heuristics, copy unique). */
|
|
266
266
|
requestedLink?:
|
|
267
267
|
string;
|
|
268
268
|
/** Which IP version the request was made from. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230904
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|