@maxim_mazurok/gapi.client.storage-v1
Advanced tools
Comparing version 0.0.20230911 to 0.0.20230914
{ | ||
"name": "@maxim_mazurok/gapi.client.storage-v1", | ||
"version": "0.0.20230911", | ||
"version": "0.0.20230914", | ||
"description": "TypeScript typings for Cloud Storage JSON API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
60
tests.ts
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.storage-v1 definition tests */ | ||
// Revision: 20230911 | ||
// Revision: 20230914 | ||
@@ -143,2 +143,3 @@ gapi.load('client', async () => { | ||
await gapi.client.storage.buckets.insert({ | ||
enableObjectRetention: true, | ||
predefinedAcl: "Test string", | ||
@@ -170,2 +171,4 @@ predefinedDefaultObjectAcl: "Test string", | ||
enabled: true, | ||
terminalStorageClass: "Test string", | ||
terminalStorageClassUpdateTime: "Test string", | ||
toggleTime: "Test string", | ||
@@ -274,2 +277,5 @@ }, | ||
name: "Test string", | ||
objectRetention: { | ||
mode: "Test string", | ||
}, | ||
owner: { | ||
@@ -288,2 +294,6 @@ entity: "Test string", | ||
selfLink: "Test string", | ||
softDeletePolicy: { | ||
effectiveTime: "Test string", | ||
retentionDurationSeconds: "Test string", | ||
}, | ||
storageClass: "Test string", | ||
@@ -345,2 +355,4 @@ timeCreated: "Test string", | ||
enabled: true, | ||
terminalStorageClass: "Test string", | ||
terminalStorageClassUpdateTime: "Test string", | ||
toggleTime: "Test string", | ||
@@ -449,2 +461,5 @@ }, | ||
name: "Test string", | ||
objectRetention: { | ||
mode: "Test string", | ||
}, | ||
owner: { | ||
@@ -463,2 +478,6 @@ entity: "Test string", | ||
selfLink: "Test string", | ||
softDeletePolicy: { | ||
effectiveTime: "Test string", | ||
retentionDurationSeconds: "Test string", | ||
}, | ||
storageClass: "Test string", | ||
@@ -535,2 +554,4 @@ timeCreated: "Test string", | ||
enabled: true, | ||
terminalStorageClass: "Test string", | ||
terminalStorageClassUpdateTime: "Test string", | ||
toggleTime: "Test string", | ||
@@ -639,2 +660,5 @@ }, | ||
name: "Test string", | ||
objectRetention: { | ||
mode: "Test string", | ||
}, | ||
owner: { | ||
@@ -653,2 +677,6 @@ entity: "Test string", | ||
selfLink: "Test string", | ||
softDeletePolicy: { | ||
effectiveTime: "Test string", | ||
retentionDurationSeconds: "Test string", | ||
}, | ||
storageClass: "Test string", | ||
@@ -973,2 +1001,6 @@ timeCreated: "Test string", | ||
}, | ||
retention: { | ||
mode: "Test string", | ||
retainUntilTime: "Test string", | ||
}, | ||
retentionExpirationTime: "Test string", | ||
@@ -1065,2 +1097,6 @@ selfLink: "Test string", | ||
}, | ||
retention: { | ||
mode: "Test string", | ||
retainUntilTime: "Test string", | ||
}, | ||
retentionExpirationTime: "Test string", | ||
@@ -1171,2 +1207,6 @@ selfLink: "Test string", | ||
}, | ||
retention: { | ||
mode: "Test string", | ||
retainUntilTime: "Test string", | ||
}, | ||
retentionExpirationTime: "Test string", | ||
@@ -1207,2 +1247,3 @@ selfLink: "Test string", | ||
object: "Test string", | ||
overrideUnlockedRetention: true, | ||
predefinedAcl: "Test string", | ||
@@ -1262,2 +1303,6 @@ projection: "Test string", | ||
}, | ||
retention: { | ||
mode: "Test string", | ||
retainUntilTime: "Test string", | ||
}, | ||
retentionExpirationTime: "Test string", | ||
@@ -1335,2 +1380,6 @@ selfLink: "Test string", | ||
}, | ||
retention: { | ||
mode: "Test string", | ||
retainUntilTime: "Test string", | ||
}, | ||
retentionExpirationTime: "Test string", | ||
@@ -1418,2 +1467,6 @@ selfLink: "Test string", | ||
}, | ||
retention: { | ||
mode: "Test string", | ||
retainUntilTime: "Test string", | ||
}, | ||
retentionExpirationTime: "Test string", | ||
@@ -1472,2 +1525,3 @@ selfLink: "Test string", | ||
object: "Test string", | ||
overrideUnlockedRetention: true, | ||
predefinedAcl: "Test string", | ||
@@ -1527,2 +1581,6 @@ projection: "Test string", | ||
}, | ||
retention: { | ||
mode: "Test string", | ||
retainUntilTime: "Test string", | ||
}, | ||
retentionExpirationTime: "Test string", | ||
@@ -1529,0 +1587,0 @@ selfLink: "Test string", |
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
331633
6687