@maxim_mazurok/gapi.client.firebase-v1beta1
Advanced tools
Comparing version 0.0.20220817 to 0.0.20220819
{ | ||
"name": "@maxim_mazurok/gapi.client.firebase-v1beta1", | ||
"version": "0.0.20220817", | ||
"version": "0.0.20220819", | ||
"description": "TypeScript typings for Firebase Management API v1beta1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
24
tests.ts
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.firebase-v1beta1 definition tests */ | ||
// Revision: 20220817 | ||
// Revision: 20220819 | ||
@@ -115,2 +115,3 @@ gapi.load('client', async () => { | ||
pageToken: "Test string", | ||
showDeleted: true, | ||
}); | ||
@@ -215,2 +216,9 @@ /** Updates the attributes of the specified FirebaseProject. All [query parameters](#query-parameters) are required. */ | ||
}); | ||
/** Restores the specified AndroidApp to the project. */ | ||
await gapi.client.firebase.projects.androidApps.undelete({ | ||
name: "Test string", | ||
}, { | ||
etag: "Test string", | ||
validateOnly: true, | ||
}); | ||
/** Adds a ShaCertificate to the specified AndroidApp. */ | ||
@@ -322,2 +330,9 @@ await gapi.client.firebase.projects.androidApps.sha.create({ | ||
}); | ||
/** Restores the specified IosApp to the project. */ | ||
await gapi.client.firebase.projects.iosApps.undelete({ | ||
name: "Test string", | ||
}, { | ||
etag: "Test string", | ||
validateOnly: true, | ||
}); | ||
/** | ||
@@ -383,3 +398,10 @@ * Requests the creation of a new WebApp in the specified FirebaseProject. The result of this call is an `Operation` which can be used to track the provisioning process. The `Operation` is | ||
}); | ||
/** Restores the specified WebApp to the project. */ | ||
await gapi.client.firebase.projects.webApps.undelete({ | ||
name: "Test string", | ||
}, { | ||
etag: "Test string", | ||
validateOnly: true, | ||
}); | ||
} | ||
}); |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
200383
2886