@maxim_mazurok/gapi.client.paymentsresellersubscription-v1
Advanced tools
Comparing version 0.0.20220830 to 0.0.20220901
@@ -13,3 +13,3 @@ /* Type definitions for non-npm package Payments Reseller Subscription API v1 0.0 */ | ||
// Generated from: https://paymentsresellersubscription.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20220830 | ||
// Revision: 20220901 | ||
@@ -85,5 +85,7 @@ /// <reference types="gapi.client" /> | ||
/** | ||
* Optional. Specifies the filters for the promotion results. The syntax defined in the EBNF grammar: https://google.aip.dev/assets/misc/ebnf-filtering.txt. An error will be thrown if | ||
* any specified parameter is not supported. Currently, it can only be used by Youtube partners. Allowed parameters are: - regionCodes - zipCode - eligibilityId - applicableProducts | ||
* Multiple parameters can be specified, for example: "regionCodes=US zipCode=94043 eligibilityId=2022H1Campaign", or "applicableProducts=partners/p1/products/product2" | ||
* Optional. Specifies the filters for the promotion results. The syntax is defined in https://google.aip.dev/160 with the following caveats: - Only the following features are | ||
* supported: - Logical operator `AND` - Comparison operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (no wildcards `*`) - Only the following fields are | ||
* supported: - `applicable_products` - `region_codes` - `youtube_payload.partner_eligibility_id` - `youtube_payload.postal_code` - Unless explicitly mentioned above, other features | ||
* are not supported. Example: `applicable_products:partners/partner1/products/product1 AND region_codes:US AND youtube_payload.postal_code=94043 AND | ||
* youtube_payload.partner_eligibility_id=eligibility-id` | ||
*/ | ||
@@ -312,5 +314,6 @@ filter?: string; | ||
/** | ||
* Optional. Specifies the filters for the products results. The syntax defined in the EBNF grammar: https://google.aip.dev/assets/misc/ebnf-filtering.txt. An error will be thrown | ||
* if any specified parameter is not supported. Currently, it can only be used by Youtube partners. Allowed parameters are: - regionCodes - zipCode - eligibilityId Multiple | ||
* parameters can be specified, for example: "regionCodes=US zipCode=94043 eligibilityId=2022H1Campaign" | ||
* Optional. Specifies the filters for the product results. The syntax is defined in https://google.aip.dev/160 with the following caveats: - Only the following features are | ||
* supported: - Logical operator `AND` - Comparison operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (no wildcards `*`) - Only the following fields are | ||
* supported: - `region_codes` - `youtube_payload.partner_eligibility_id` - `youtube_payload.postal_code` - Unless explicitly mentioned above, other features are not supported. | ||
* Example: `region_codes:US AND youtube_payload.postal_code=94043 AND youtube_payload.partner_eligibility_id=eligibility-id` | ||
*/ | ||
@@ -414,5 +417,7 @@ filter?: string; | ||
/** | ||
* Optional. Specifies the filters for the promotion results. The syntax defined in the EBNF grammar: https://google.aip.dev/assets/misc/ebnf-filtering.txt. An error will be thrown | ||
* if the specified parameter(s) is not supported. Currently, it can only be used by Youtube partners. Allowed parameters are: - region_codes: "US" - zip_code: "94043" - | ||
* eligibility_id: "2022H1Campaign" Multiple parameters can be specified, for example: "region_codes=US zip_code=94043 eligibility_id=2022H1Campaign" | ||
* Optional. Specifies the filters for the promotion results. The syntax is defined in https://google.aip.dev/160 with the following caveats: - Only the following features are | ||
* supported: - Logical operator `AND` - Comparison operator `=` (no wildcards `*`) - Traversal operator `.` - Has operator `:` (no wildcards `*`) - Only the following fields are | ||
* supported: - `applicable_products` - `region_codes` - `youtube_payload.partner_eligibility_id` - `youtube_payload.postal_code` - Unless explicitly mentioned above, other | ||
* features are not supported. Example: `applicable_products:partners/partner1/products/product1 AND region_codes:US AND youtube_payload.postal_code=94043 AND | ||
* youtube_payload.partner_eligibility_id=eligibility-id` | ||
*/ | ||
@@ -419,0 +424,0 @@ filter?: string; |
{ | ||
"name": "@maxim_mazurok/gapi.client.paymentsresellersubscription-v1", | ||
"version": "0.0.20220830", | ||
"version": "0.0.20220901", | ||
"description": "TypeScript typings for Payments Reseller Subscription API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.paymentsresellersubscription-v1 definition tests */ | ||
// Revision: 20220830 | ||
// Revision: 20220901 | ||
@@ -9,0 +9,0 @@ gapi.load('client', async () => { |
69611
1130