regen all APIs

This commit is contained in:
Sebastian Thiel
2024-03-05 19:02:07 +01:00
parent ca974aa0a5
commit 55badfe90e
1998 changed files with 490545 additions and 148021 deletions

View File

@@ -23,7 +23,7 @@ use crate::{client, client::GetToken, client::serde_with};
/// Identifies the an OAuth2 authorization scope.
/// A scope is needed when requesting an
/// [authorization token](https://developers.google.com/youtube/v3/guides/authentication).
#[derive(PartialEq, Eq, Hash)]
#[derive(PartialEq, Eq, Ord, PartialOrd, Hash, Debug, Clone, Copy)]
pub enum Scope {
/// View and administer all your Firebase data and settings
Firebase,
@@ -542,7 +542,7 @@ pub struct GetIosPostInstallAttributionRequest {
#[serde(rename="sdkVersion")]
pub sdk_version: Option<String>,
/// Possible unique matched link that server need to check before performing fingerprint match. If passed link is short server need to expand the link. If link is long server need to vslidate the link.
/// 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 to vslidate the link.
#[serde(rename="uniqueMatchLinkToCheck")]
pub unique_match_link_to_check: Option<String>,
@@ -555,7 +555,7 @@ pub struct GetIosPostInstallAttributionRequest {
impl client::RequestValue for GetIosPostInstallAttributionRequest {}
/// Response for iSDK to execute strong match flow for post-install attribution.
/// Response for iSDK to execute strong match flow for post-install attribution. Information of the resolved FDL link.
///
/// # Activities
///
@@ -574,7 +574,7 @@ pub struct GetIosPostInstallAttributionResponse {
#[serde(rename="attributionConfidence")]
pub attribution_confidence: Option<String>,
/// The deep-link attributed post-install via one of several techniques (fingerprint, copy unique).
/// The deep-link attributed post-install via one of several techniques (device heuristics, copy unique).
#[serde(rename="deepLink")]
pub deep_link: Option<String>,
@@ -586,7 +586,7 @@ pub struct GetIosPostInstallAttributionResponse {
#[serde(rename="fallbackLink")]
pub fallback_link: Option<String>,
/// Invitation ID attributed post-install via one of several techniques (fingerprint, copy unique).
/// Invitation ID attributed post-install via one of several techniques (device heuristics, copy unique).
#[serde(rename="invitationId")]
pub invitation_id: Option<String>,
@@ -602,7 +602,7 @@ pub struct GetIosPostInstallAttributionResponse {
#[serde(rename="requestIpVersion")]
pub request_ip_version: Option<String>,
/// Entire FDL (short or long) attributed post-install via one of several techniques (fingerprint, copy unique).
/// Entire FDL (short or long) attributed post-install via one of several techniques (device heuristics, copy unique).
#[serde(rename="requestedLink")]
pub requested_link: Option<String>,

View File

@@ -2,7 +2,7 @@
// This file was generated automatically from 'src/generator/templates/api/lib.rs.mako'
// DO NOT EDIT !
//! This documentation was generated from *Firebase Dynamic Links* crate version *5.0.3+20230123*, where *20230123* is the exact revision of the *firebasedynamiclinks:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v5.0.3*.
//! This documentation was generated from *Firebase Dynamic Links* crate version *5.0.3+20240226*, where *20240226* is the exact revision of the *firebasedynamiclinks:v1* schema built by the [mako](http://www.makotemplates.org/) code generator *v5.0.3*.
//!
//! Everything else about the *Firebase Dynamic Links* *v1* API can be found at the
//! [official documentation site](https://firebase.google.com/docs/dynamic-links/).