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.20210615 to 1.0.20210616

2

gapi.client.paymentsresellersubscription-tests.ts

@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.paymentsresellersubscription definition tests */

// Revision: 20210615
// Revision: 20210616

@@ -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: 20210615
// Revision: 20210616

@@ -157,2 +157,7 @@ /// <reference types="gapi.client" />

updateTime?: string;
/**
* Optional. Details about the previous subscription that this new subscription upgrades/downgrades from. Only populated if this subscription is an upgrade/downgrade from another
* subscription.
*/
upgradeDowngradeDetails?: GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails;
}

@@ -163,2 +168,8 @@ interface GoogleCloudPaymentsResellerSubscriptionV1SubscriptionCancellationDetails {

}
interface GoogleCloudPaymentsResellerSubscriptionV1SubscriptionUpgradeDowngradeDetails {
/** Required. Specifies the billing cycle spec for the new upgraded/downgraded subscription. */
billingCycleSpec?: string;
/** Required. The previous subscription id to be replaced. This is not the full resource name, use the subscription_id segment only. */
previousSubscriptionId?: string;
}
// tslint:disable-next-line:no-empty-interface

@@ -165,0 +176,0 @@ interface GoogleCloudPaymentsResellerSubscriptionV1UndoCancelSubscriptionRequest {

{
"name": "@maxim_mazurok/gapi.client.paymentsresellersubscription",
"version": "1.0.20210615",
"version": "1.0.20210616",
"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