@maxim_mazurok/gapi.client.firebasehosting-v1beta1
Advanced tools
Comparing version 0.0.20230201 to 0.0.20230205
{ | ||
"name": "@maxim_mazurok/gapi.client.firebasehosting-v1beta1", | ||
"version": "0.0.20230201", | ||
"version": "0.0.20230205", | ||
"description": "TypeScript typings for Firebase Hosting API v1beta1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
44
tests.ts
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.firebasehosting-v1beta1 definition tests */ | ||
// Revision: 20230201 | ||
// Revision: 20230205 | ||
@@ -365,2 +365,9 @@ gapi.load('client', async () => { | ||
/** | ||
* Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default `live` channel and any active preview channels for | ||
* the specified site. | ||
*/ | ||
await gapi.client.firebasehosting.projects.sites.channels.releases.get({ | ||
name: "Test string", | ||
}); | ||
/** | ||
* Lists the releases that have been created for the specified site or channel. When used to list releases for a site, this list includes releases for both the default `live` channel and | ||
@@ -536,2 +543,9 @@ * any active preview channels for the specified site. | ||
/** | ||
* Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default `live` channel and any active preview channels for | ||
* the specified site. | ||
*/ | ||
await gapi.client.firebasehosting.projects.sites.releases.get({ | ||
name: "Test string", | ||
}); | ||
/** | ||
* Lists the releases that have been created for the specified site or channel. When used to list releases for a site, this list includes releases for both the default `live` channel and | ||
@@ -634,2 +648,9 @@ * any active preview channels for the specified site. | ||
}); | ||
/** | ||
* Get the specified version that has been created for the specified site. This can include versions that were created for the default `live` channel or for any active preview channels for | ||
* the specified site. | ||
*/ | ||
await gapi.client.firebasehosting.projects.sites.versions.get({ | ||
name: "Test string", | ||
}); | ||
/** Lists the versions that have been created for the specified site. This list includes versions for both the default `live` channel and any active preview channels for the specified site. */ | ||
@@ -1009,2 +1030,9 @@ await gapi.client.firebasehosting.projects.sites.versions.list({ | ||
/** | ||
* Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default `live` channel and any active preview channels for | ||
* the specified site. | ||
*/ | ||
await gapi.client.firebasehosting.sites.channels.releases.get({ | ||
name: "Test string", | ||
}); | ||
/** | ||
* Lists the releases that have been created for the specified site or channel. When used to list releases for a site, this list includes releases for both the default `live` channel and | ||
@@ -1180,2 +1208,9 @@ * any active preview channels for the specified site. | ||
/** | ||
* Gets the specified release for a site or channel. When used to get a release for a site, this can get releases for both the default `live` channel and any active preview channels for | ||
* the specified site. | ||
*/ | ||
await gapi.client.firebasehosting.sites.releases.get({ | ||
name: "Test string", | ||
}); | ||
/** | ||
* Lists the releases that have been created for the specified site or channel. When used to list releases for a site, this list includes releases for both the default `live` channel and | ||
@@ -1278,2 +1313,9 @@ * any active preview channels for the specified site. | ||
}); | ||
/** | ||
* Get the specified version that has been created for the specified site. This can include versions that were created for the default `live` channel or for any active preview channels for | ||
* the specified site. | ||
*/ | ||
await gapi.client.firebasehosting.sites.versions.get({ | ||
name: "Test string", | ||
}); | ||
/** Lists the versions that have been created for the specified site. This list includes versions for both the default `live` channel and any active preview channels for the specified site. */ | ||
@@ -1280,0 +1322,0 @@ await gapi.client.firebasehosting.sites.versions.list({ |
Sorry, the diff of this file is too big to display
236880
4415