@maxim_mazurok/gapi.client.paymentsresellersubscription
Advanced tools
Comparing version 1.0.20220701 to 1.0.20220706
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.paymentsresellersubscription definition tests */ | ||
// Revision: 20220701 | ||
// Revision: 20220706 | ||
@@ -9,0 +9,0 @@ gapi.load('client', () => { |
@@ -13,3 +13,3 @@ /* Type definitions for non-npm package Payments Reseller Subscription API v1 1.0 */ | ||
// Generated from: https://paymentsresellersubscription.googleapis.com/$discovery/rest?version=v1 | ||
// Revision: 20220701 | ||
// Revision: 20220706 | ||
@@ -160,2 +160,8 @@ /// <reference types="gapi.client" /> | ||
} | ||
interface GoogleCloudPaymentsResellerSubscriptionV1ServicePeriod { | ||
/** Optional. The end time of the service period. Time is exclusive. */ | ||
endTime?: string; | ||
/** Required. The start time of the service period. Time is inclusive. */ | ||
startTime?: string; | ||
} | ||
interface GoogleCloudPaymentsResellerSubscriptionV1Subscription { | ||
@@ -244,7 +250,15 @@ /** Output only. Describes the details of a cancelled subscription. Only applicable to subscription of state `STATE_CANCELLED`. */ | ||
lineItemPromotionSpecs?: GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec[]; | ||
/** Output only. Details only set for a ONE_TIME recurrence line item. */ | ||
oneTimeRecurrenceDetails?: GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemOneTimeRecurrenceDetails; | ||
/** Required. Product resource name that identifies one the line item The format is 'partners/{partner_id}/products/{product_id}'. */ | ||
product?: string; | ||
/** Output only. The recurrence type of the line item. */ | ||
recurrenceType?: string; | ||
/** Output only. The state of the line item. */ | ||
state?: string; | ||
} | ||
interface GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItemOneTimeRecurrenceDetails { | ||
/** The service period of the ONE_TIME line item. */ | ||
servicePeriod?: GoogleCloudPaymentsResellerSubscriptionV1ServicePeriod; | ||
} | ||
interface GoogleCloudPaymentsResellerSubscriptionV1SubscriptionPromotionSpec { | ||
@@ -251,0 +265,0 @@ /** Output only. The duration of the free trial if the promotion is of type FREE_TRIAL. */ |
{ | ||
"name": "@maxim_mazurok/gapi.client.paymentsresellersubscription", | ||
"version": "1.0.20220701", | ||
"version": "1.0.20220706", | ||
"description": "TypeScript typings for Payments Reseller Subscription API v1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
57924
877