@maxim_mazurok/gapi.client.firebasedynamiclinks-v1 0.2.20260615 → 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.
Files changed (2) hide show
  1. package/index.d.ts +3 -9
  2. package/package.json +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: 20260615
12
+ // Revision: 20260624
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -212,10 +212,7 @@ declare namespace gapi.client {
212
212
  appMinimumVersion?: string;
213
213
  /** The confidence of the returned attribution. */
214
214
  attributionConfidence?:
215
- | 'UNKNOWN_ATTRIBUTION_CONFIDENCE'
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
- | 'UNSPECIFIED_VISIBILITY'
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. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.firebasedynamiclinks-v1",
3
- "version": "0.2.20260615",
3
+ "version": "0.3.20260624",
4
4
  "description": "TypeScript typings for Firebase Dynamic Links API v1",
5
5
  "repository": {
6
6
  "type": "git",