@maxim_mazurok/gapi.client.readerrevenuesubscriptionlinking-v1 0.0.20250609 → 0.0.20250613

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +7 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://readerrevenuesubscriptionlinking.googleapis.com/$discovery/rest?version=v1
12
- // Revision: 20250609
12
+ // Revision: 20250613
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -47,6 +47,12 @@ declare namespace gapi.client {
47
47
  createTime?: string;
48
48
  /** Output only. The resource name of the reader. The last part of ppid in the resource name is the publisher provided id. */
49
49
  name?: string;
50
+ /** Output only. The SwG publication id that the reader's subscription linking was originating from. */
51
+ originatingPublicationId?: string;
52
+ /** Output only. The publisher provided id of the reader. */
53
+ ppid?: string;
54
+ /** Output only. The SwG publication id that the reader has linked their subscription to. */
55
+ publicationId?: string;
50
56
  }
51
57
  interface ReaderEntitlements {
52
58
  /** All of the entitlements for a publication reader. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.readerrevenuesubscriptionlinking-v1",
3
- "version": "0.0.20250609",
3
+ "version": "0.0.20250613",
4
4
  "description": "TypeScript typings for Reader Revenue Subscription Linking API v1",
5
5
  "repository": {
6
6
  "type": "git",