Skip to content

Commit 97c3ac3

Browse files
feat: regenerate index files
1 parent 6821fcc commit 97c3ac3

File tree

4 files changed

+72
-2
lines changed

4 files changed

+72
-2
lines changed

discovery/chat-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@
15261526
}
15271527
}
15281528
},
1529-
"revision": "20250427",
1529+
"revision": "20250501",
15301530
"rootUrl": "https://chat.googleapis.com/",
15311531
"schemas": {
15321532
"AccessSettings": {
@@ -2263,7 +2263,7 @@
22632263
"Default value. Unspecified.",
22642264
"A user opens a dialog.",
22652265
"A user clicks an interactive element of a dialog. For example, a user fills out information in a dialog and clicks a button to submit the information.",
2266-
"A user closes a dialog without submitting information. The Chat app only receives this interaction event when users click the close icon in the top right corner of the dialog. When the user closes the dialog by other means (such as refreshing the browser, clicking outside the dialog box, or pressing the escape key), no event is sent. ."
2266+
""
22672267
],
22682268
"type": "string"
22692269
},

discovery/index.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3140,6 +3140,36 @@
31403140
"title": "Firebase App Distribution API",
31413141
"version": "v1"
31423142
},
3143+
{
3144+
"description": "Firebase App Hosting streamlines the development and deployment of dynamic Next.js and Angular applications, offering built-in framework support, GitHub integration, and integration with other Firebase products. You can use this API to intervene in the Firebase App Hosting build process and add custom functionality not supported in our default Console & CLI flows, including triggering builds from external CI/CD workflows or deploying from pre-built container images.",
3145+
"discoveryRestUrl": "https://firebaseapphosting.googleapis.com/$discovery/rest?version=v1beta",
3146+
"documentationLink": "https://firebase.google.com/docs/app-hosting",
3147+
"icons": {
3148+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
3149+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
3150+
},
3151+
"id": "firebaseapphosting:v1beta",
3152+
"kind": "discovery#directoryItem",
3153+
"name": "firebaseapphosting",
3154+
"preferred": false,
3155+
"title": "Firebase App Hosting API",
3156+
"version": "v1beta"
3157+
},
3158+
{
3159+
"description": "Firebase App Hosting streamlines the development and deployment of dynamic Next.js and Angular applications, offering built-in framework support, GitHub integration, and integration with other Firebase products. You can use this API to intervene in the Firebase App Hosting build process and add custom functionality not supported in our default Console & CLI flows, including triggering builds from external CI/CD workflows or deploying from pre-built container images.",
3160+
"discoveryRestUrl": "https://firebaseapphosting.googleapis.com/$discovery/rest?version=v1",
3161+
"documentationLink": "https://firebase.google.com/docs/app-hosting",
3162+
"icons": {
3163+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
3164+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
3165+
},
3166+
"id": "firebaseapphosting:v1",
3167+
"kind": "discovery#directoryItem",
3168+
"name": "firebaseapphosting",
3169+
"preferred": true,
3170+
"title": "Firebase App Hosting API",
3171+
"version": "v1"
3172+
},
31433173
{
31443174
"description": "The Firebase Realtime Database API enables programmatic provisioning and management of Realtime Database instances.",
31453175
"discoveryRestUrl": "https://firebasedatabase.googleapis.com/$discovery/rest?version=v1beta",
@@ -4280,6 +4310,21 @@
42804310
"title": "Merchant API",
42814311
"version": "inventories_v1beta"
42824312
},
4313+
{
4314+
"description": "Programmatically manage your Merchant Center Accounts.",
4315+
"discoveryRestUrl": "https://merchantapi.googleapis.com/$discovery/rest?version=issueresolution_v1beta",
4316+
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
4317+
"icons": {
4318+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
4319+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
4320+
},
4321+
"id": "merchantapi:issueresolution_v1beta",
4322+
"kind": "discovery#directoryItem",
4323+
"name": "merchantapi",
4324+
"preferred": false,
4325+
"title": "Merchant API",
4326+
"version": "issueresolution_v1beta"
4327+
},
42834328
{
42844329
"description": "Programmatically manage your Merchant Center Accounts.",
42854330
"discoveryRestUrl": "https://merchantapi.googleapis.com/$discovery/rest?version=lfp_v1beta",
@@ -4310,6 +4355,21 @@
43104355
"title": "Merchant API",
43114356
"version": "notifications_v1beta"
43124357
},
4358+
{
4359+
"description": "Programmatically manage your Merchant Center Accounts.",
4360+
"discoveryRestUrl": "https://merchantapi.googleapis.com/$discovery/rest?version=ordertracking_v1beta",
4361+
"documentationLink": "https://developers.devsite.corp.google.com/merchant/api",
4362+
"icons": {
4363+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
4364+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
4365+
},
4366+
"id": "merchantapi:ordertracking_v1beta",
4367+
"kind": "discovery#directoryItem",
4368+
"name": "merchantapi",
4369+
"preferred": false,
4370+
"title": "Merchant API",
4371+
"version": "ordertracking_v1beta"
4372+
},
43134373
{
43144374
"description": "Programmatically manage your Merchant Center Accounts.",
43154375
"discoveryRestUrl": "https://merchantapi.googleapis.com/$discovery/rest?version=products_v1beta",

src/apis/index.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,10 @@ import {
334334
VERSIONS as firebaseappdistributionVersions,
335335
firebaseappdistribution,
336336
} from './firebaseappdistribution';
337+
import {
338+
VERSIONS as firebaseapphostingVersions,
339+
firebaseapphosting,
340+
} from './firebaseapphosting';
337341
import {
338342
VERSIONS as firebasedatabaseVersions,
339343
firebasedatabase,
@@ -884,6 +888,7 @@ export const APIS: APIList = {
884888
firebase: firebaseVersions,
885889
firebaseappcheck: firebaseappcheckVersions,
886890
firebaseappdistribution: firebaseappdistributionVersions,
891+
firebaseapphosting: firebaseapphostingVersions,
887892
firebasedatabase: firebasedatabaseVersions,
888893
firebasedataconnect: firebasedataconnectVersions,
889894
firebasedynamiclinks: firebasedynamiclinksVersions,
@@ -1196,6 +1201,7 @@ export class GeneratedAPIs {
11961201
firebase = firebase;
11971202
firebaseappcheck = firebaseappcheck;
11981203
firebaseappdistribution = firebaseappdistribution;
1204+
firebaseapphosting = firebaseapphosting;
11991205
firebasedatabase = firebasedatabase;
12001206
firebasedataconnect = firebasedataconnect;
12011207
firebasedynamiclinks = firebasedynamiclinks;

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ export {firebaseappcheck_v1} from './apis/firebaseappcheck/v1';
267267
export {firebaseappcheck_v1beta} from './apis/firebaseappcheck/v1beta';
268268
export {firebaseappdistribution_v1} from './apis/firebaseappdistribution/v1';
269269
export {firebaseappdistribution_v1alpha} from './apis/firebaseappdistribution/v1alpha';
270+
export {firebaseapphosting_v1} from './apis/firebaseapphosting/v1';
271+
export {firebaseapphosting_v1beta} from './apis/firebaseapphosting/v1beta';
270272
export {firebasedatabase_v1beta} from './apis/firebasedatabase/v1beta';
271273
export {firebasedataconnect_v1} from './apis/firebasedataconnect/v1';
272274
export {firebasedataconnect_v1beta} from './apis/firebasedataconnect/v1beta';
@@ -352,8 +354,10 @@ export {merchantapi_accounts_v1beta} from './apis/merchantapi/accounts_v1beta';
352354
export {merchantapi_conversions_v1beta} from './apis/merchantapi/conversions_v1beta';
353355
export {merchantapi_datasources_v1beta} from './apis/merchantapi/datasources_v1beta';
354356
export {merchantapi_inventories_v1beta} from './apis/merchantapi/inventories_v1beta';
357+
export {merchantapi_issueresolution_v1beta} from './apis/merchantapi/issueresolution_v1beta';
355358
export {merchantapi_lfp_v1beta} from './apis/merchantapi/lfp_v1beta';
356359
export {merchantapi_notifications_v1beta} from './apis/merchantapi/notifications_v1beta';
360+
export {merchantapi_ordertracking_v1beta} from './apis/merchantapi/ordertracking_v1beta';
357361
export {merchantapi_products_v1beta} from './apis/merchantapi/products_v1beta';
358362
export {merchantapi_promotions_v1beta} from './apis/merchantapi/promotions_v1beta';
359363
export {merchantapi_quota_v1beta} from './apis/merchantapi/quota_v1beta';

0 commit comments

Comments
 (0)