@maxim_mazurok/gapi.client.calendar-v3 0.0.20230630 → 0.0.20230714
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 +7 -7
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://calendar-json.googleapis.com/$discovery/rest?version=v3
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230714
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -2718,8 +2718,8 @@ declare namespace gapi.client {
|
|
|
2718
2718
|
* - sharedExtendedProperty
|
|
2719
2719
|
* - timeMin
|
|
2720
2720
|
* - timeMax
|
|
2721
|
-
* - updatedMin
|
|
2722
|
-
* any syncToken.
|
|
2721
|
+
* - updatedMin All other query parameters should be the same as for the initial synchronization to avoid undefined behavior. If the syncToken expires, the server will respond with
|
|
2722
|
+
* a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
|
|
2723
2723
|
* Learn more about incremental synchronization.
|
|
2724
2724
|
* Optional. The default is to return all entries.
|
|
2725
2725
|
*/
|
|
@@ -3198,8 +3198,8 @@ declare namespace gapi.client {
|
|
|
3198
3198
|
* - sharedExtendedProperty
|
|
3199
3199
|
* - timeMin
|
|
3200
3200
|
* - timeMax
|
|
3201
|
-
* - updatedMin
|
|
3202
|
-
* any syncToken.
|
|
3201
|
+
* - updatedMin All other query parameters should be the same as for the initial synchronization to avoid undefined behavior. If the syncToken expires, the server will respond with
|
|
3202
|
+
* a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
|
|
3203
3203
|
* Learn more about incremental synchronization.
|
|
3204
3204
|
* Optional. The default is to return all entries.
|
|
3205
3205
|
*/
|
|
@@ -3340,8 +3340,8 @@ declare namespace gapi.client {
|
|
|
3340
3340
|
* - sharedExtendedProperty
|
|
3341
3341
|
* - timeMin
|
|
3342
3342
|
* - timeMax
|
|
3343
|
-
* - updatedMin
|
|
3344
|
-
* any syncToken.
|
|
3343
|
+
* - updatedMin All other query parameters should be the same as for the initial synchronization to avoid undefined behavior. If the syncToken expires, the server will respond with
|
|
3344
|
+
* a 410 GONE response code and the client should clear its storage and perform a full synchronization without any syncToken.
|
|
3345
3345
|
* Learn more about incremental synchronization.
|
|
3346
3346
|
* Optional. The default is to return all entries.
|
|
3347
3347
|
*/
|
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: 20230714
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|