@maxim_mazurok/gapi.client.merchantapi-datasources_v1beta 0.0.20250105 → 0.0.20250107
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 +8 -8
- 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: 20250107
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -40,21 +40,21 @@ declare namespace gapi.client {
|
|
|
40
40
|
fileInput?: FileInput;
|
|
41
41
|
/** Output only. Determines the type of input to the data source. Based on the input some settings might not work. Only generic data sources can be created through the API. */
|
|
42
42
|
input?: string;
|
|
43
|
-
/**
|
|
43
|
+
/** The [local inventory](https://support.google.com/merchants/answer/7023001) data source. */
|
|
44
44
|
localInventoryDataSource?: LocalInventoryDataSource;
|
|
45
|
-
/**
|
|
45
|
+
/** The [merchant review](https://support.google.com/merchants/answer/7045996) data source. */
|
|
46
46
|
merchantReviewDataSource?: any;
|
|
47
47
|
/** Identifier. The name of the data source. Format: `{datasource.name=accounts/{account}/dataSources/{datasource}}` */
|
|
48
48
|
name?: string;
|
|
49
|
-
/**
|
|
49
|
+
/** The [primary data source](https://support.google.com/merchants/answer/7439058) for local and online products. */
|
|
50
50
|
primaryProductDataSource?: PrimaryProductDataSource;
|
|
51
|
-
/**
|
|
51
|
+
/** The [product review](https://support.google.com/merchants/answer/7045996) data source. */
|
|
52
52
|
productReviewDataSource?: any;
|
|
53
|
-
/**
|
|
53
|
+
/** The [promotion](https://support.google.com/merchants/answer/2906014) data source. */
|
|
54
54
|
promotionDataSource?: PromotionDataSource;
|
|
55
|
-
/**
|
|
55
|
+
/** The [regional inventory](https://support.google.com/merchants/answer/7439058) data source. */
|
|
56
56
|
regionalInventoryDataSource?: RegionalInventoryDataSource;
|
|
57
|
-
/**
|
|
57
|
+
/** The [supplemental data source](https://support.google.com/merchants/answer/7439058) for local and online products. */
|
|
58
58
|
supplementalProductDataSource?: SupplementalProductDataSource;
|
|
59
59
|
}
|
|
60
60
|
interface DataSourceReference {
|
package/package.json
CHANGED