@maxim_mazurok/gapi.client.sqladmin-v1 0.0.20230422 → 0.0.20230510
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +3005 -1510
- package/package.json +1 -1
- package/tests.ts +7 -1
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230510
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -244,6 +244,9 @@ gapi.load('client', async () => {
|
|
|
244
244
|
}, {
|
|
245
245
|
exportContext: {
|
|
246
246
|
bakExportOptions: {
|
|
247
|
+
bakType: "Test string",
|
|
248
|
+
copyOnly: true,
|
|
249
|
+
differentialBase: true,
|
|
247
250
|
stripeCount: 42,
|
|
248
251
|
striped: true,
|
|
249
252
|
},
|
|
@@ -298,11 +301,14 @@ gapi.load('client', async () => {
|
|
|
298
301
|
}, {
|
|
299
302
|
importContext: {
|
|
300
303
|
bakImportOptions: {
|
|
304
|
+
bakType: "Test string",
|
|
301
305
|
encryptionOptions: {
|
|
302
306
|
certPath: "Test string",
|
|
303
307
|
pvkPassword: "Test string",
|
|
304
308
|
pvkPath: "Test string",
|
|
305
309
|
},
|
|
310
|
+
noRecovery: true,
|
|
311
|
+
recoveryOnly: true,
|
|
306
312
|
striped: true,
|
|
307
313
|
},
|
|
308
314
|
csvImportOptions: {
|