Socket
Socket
Sign inDemoInstall

@maxim_mazurok/gapi.client.paymentsresellersubscription

Package Overview
Dependencies
Maintainers
1
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maxim_mazurok/gapi.client.paymentsresellersubscription - npm Package Compare versions

Comparing version 1.0.20220701 to 1.0.20220706

2

gapi.client.paymentsresellersubscription-tests.ts

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc