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.20210630 to 1.0.20210701

2

gapi.client.paymentsresellersubscription-tests.ts

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

// Revision: 20210630
// Revision: 20210701

@@ -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: 20210630
// Revision: 20210701

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

partnerUserToken?: string;
/**
* Output only. Describes the processing state of the subscription. See more details at [the lifecycle of a
* subscription](/payments/reseller/subscription/reference/index/Receive.Notifications#payments-subscription-lifecycle).
*/
processingState?: string;
/** Required. Resource name that identifies one or more subscription products. The format will be 'partners/{partner_id}/products/{product_id}'. */

@@ -152,3 +157,3 @@ products?: string[];

/**
* Output only. Descibes the state of the subscription. See more details at [the lifecycle of a
* Output only. Describes the state of the subscription. See more details at [the lifecycle of a
* subscription](/payments/reseller/subscription/reference/index/Receive.Notifications#payments-subscription-lifecycle).

@@ -272,3 +277,6 @@ */

interface SubscriptionsResource {
/** Used by partners to cancel a subscription service by the end of the current billing cycle for their customers. It should be called directly by the partner using service accounts. */
/**
* Used by partners to cancel a subscription service either immediately or by the end of the current billing cycle for their customers. It should be called directly by the partner
* using service accounts.
*/
cancel(request: {

@@ -275,0 +283,0 @@ /** V1 error format. */

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