|
224 | 224 | }
|
225 | 225 | }
|
226 | 226 | },
|
227 |
| - "revision": "20231122", |
| 227 | + "revision": "20240821", |
228 | 228 | "rootUrl": "https://firebasedynamiclinks.googleapis.com/",
|
229 | 229 | "schemas": {
|
230 | 230 | "AnalyticsInfo": {
|
|
520 | 520 | "$ref": "DynamicLinkEventStat"
|
521 | 521 | },
|
522 | 522 | "type": "array"
|
| 523 | + }, |
| 524 | + "warnings": { |
| 525 | + "description": "Optional warnings associated this API request.", |
| 526 | + "items": { |
| 527 | + "$ref": "DynamicLinkWarning" |
| 528 | + }, |
| 529 | + "type": "array" |
523 | 530 | }
|
524 | 531 | },
|
525 | 532 | "type": "object"
|
|
559 | 566 | "BAD_URI_SCHEME_SOCIAL_URL",
|
560 | 567 | "LINK_LENGTH_TOO_LONG",
|
561 | 568 | "LINK_WITH_FRAGMENTS",
|
562 |
| - "NOT_MATCHING_IOS_BUNDLE_ID_AND_STORE_ID" |
| 569 | + "NOT_MATCHING_IOS_BUNDLE_ID_AND_STORE_ID", |
| 570 | + "API_DEPRECATED" |
563 | 571 | ],
|
564 | 572 | "enumDescriptions": [
|
565 | 573 | "Unknown code.",
|
|
582 | 590 | "Debug param format is incorrect.",
|
583 | 591 | "isAd param format is incorrect.",
|
584 | 592 | "Indicates a certain param is deprecated.",
|
585 |
| - "Indicates certain paramater is not recognized.", |
586 |
| - "Indicates certain paramater is too long.", |
| 593 | + "Indicates certain parameter is not recognized.", |
| 594 | + "Indicates certain parameter is too long.", |
587 | 595 | "Social meta tag image link is not a valid URI.",
|
588 | 596 | "Social meta tag image link has an invalid (non http/https) URI scheme.",
|
589 | 597 | "",
|
590 | 598 | "",
|
591 | 599 | "Dynamic Link URL length is too long.",
|
592 | 600 | "Dynamic Link URL contains fragments.",
|
593 |
| - "The iOS bundle ID does not match with the given iOS store ID." |
| 601 | + "The iOS bundle ID does not match with the given iOS store ID.", |
| 602 | + "The API is deprecated." |
594 | 603 | ],
|
595 | 604 | "type": "string"
|
596 | 605 | },
|
|
818 | 827 | "utmTerm": {
|
819 | 828 | "description": "Scion term value to be propagated by iSDK to Scion at app-reopen.",
|
820 | 829 | "type": "string"
|
| 830 | + }, |
| 831 | + "warning": { |
| 832 | + "description": "Optional warnings associated this API request.", |
| 833 | + "items": { |
| 834 | + "$ref": "DynamicLinkWarning" |
| 835 | + }, |
| 836 | + "type": "array" |
821 | 837 | }
|
822 | 838 | },
|
823 | 839 | "type": "object"
|
|
930 | 946 | ],
|
931 | 947 | "enumDescriptions": [
|
932 | 948 | "Indicates that no attributes were found for this short url.",
|
933 |
| - "Indicates that short url has been flagged by AbuseIAm team as spam." |
| 949 | + "Indicates that short url has been flagged as spam." |
934 | 950 | ],
|
935 | 951 | "type": "string"
|
936 | 952 | },
|
|
0 commit comments