@maxim_mazurok/gapi.client.merchantapi-datasources_v1beta 0.0.20241104 → 0.0.20241111
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 +3 -3
- package/package.json +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://merchantapi.googleapis.com/$discovery/rest?version=datasources_v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20241111
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -82,13 +82,13 @@ declare namespace gapi.client {
|
|
|
82
82
|
fetchUri?: string;
|
|
83
83
|
/** Required. The frequency describing fetch schedule. */
|
|
84
84
|
frequency?: string;
|
|
85
|
-
/** Optional. An optional password for
|
|
85
|
+
/** Optional. An optional password for fetch_uri. Used for [submitting data sources through SFTP](https://support.google.com/merchants/answer/13813117). */
|
|
86
86
|
password?: string;
|
|
87
87
|
/** Optional. The hour of the day when the data source file should be fetched. Minutes and seconds are not supported and will be ignored. */
|
|
88
88
|
timeOfDay?: TimeOfDay;
|
|
89
89
|
/** Optional. [Time zone](https://cldr.unicode.org) used for schedule. UTC by default. For example, "America/Los_Angeles". */
|
|
90
90
|
timeZone?: string;
|
|
91
|
-
/** Optional. An optional user name for
|
|
91
|
+
/** Optional. An optional user name for fetch_uri. Used for [submitting data sources through SFTP](https://support.google.com/merchants/answer/13813117). */
|
|
92
92
|
username?: string;
|
|
93
93
|
}
|
|
94
94
|
interface FileInput {
|
package/package.json
CHANGED