@maxim_mazurok/gapi.client.paymentsresellersubscription-v1
Advanced tools
Comparing version 0.0.20220825 to 0.0.20220829
@@ -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: 20220825 | ||
// Revision: 20220829 | ||
@@ -185,3 +185,6 @@ /// <reference types="gapi.client" /> | ||
lineItems?: GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem[]; | ||
/** Output only. Response only. Resource name of the subscription. It will have the format of "partners/{partner_id}/subscriptions/{subscription_id}" */ | ||
/** | ||
* Optional. Resource name of the subscription. It will have the format of "partners/{partner_id}/subscriptions/{subscription_id}". This is available for authorizeAddon, but otherwise | ||
* is response only. | ||
*/ | ||
name?: string; | ||
@@ -188,0 +191,0 @@ /** Required. Identifier of the end-user in partner’s system. The value is restricted to 63 ASCII characters at the maximum. */ |
{ | ||
"name": "@maxim_mazurok/gapi.client.paymentsresellersubscription-v1", | ||
"version": "0.0.20220825", | ||
"version": "0.0.20220829", | ||
"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: 20220825 | ||
// Revision: 20220829 | ||
@@ -9,0 +9,0 @@ gapi.load('client', async () => { |
68887
1125