Updated docs
diff --git a/docs/dyn/books_v1.onboarding.html b/docs/dyn/books_v1.onboarding.html
index 6279bf9..32daae4 100644
--- a/docs/dyn/books_v1.onboarding.html
+++ b/docs/dyn/books_v1.onboarding.html
@@ -206,6 +206,24 @@
"subtitle": "A String", # Volume subtitle. (In LITE projection.)
"pageCount": 42, # Total number of pages as per publisher metadata.
"mainCategory": "A String", # The main category to which this volume belongs. It will be the category from the categories list returned below that has the highest weight.
+ "seriesInfo": {
+ "bookDisplayNumber": "A String", # The display number string. This should be used only for display purposes and the actual sequence should be inferred from the below orderNumber.
+ "kind": "books#volume_series_info", # Resource type.
+ "shortSeriesBookTitle": "A String", # Short book title in the context of the series.
+ "volumeSeries": [
+ {
+ "orderNumber": 42, # The book order number in the series.
+ "seriesId": "A String", # The series id.
+ "issue": [ # List of issues. Applicable only for Collection Edition and Omnibus.
+ {
+ "issueOrderNumber": 42,
+ "issueDisplayNumber": "A String",
+ },
+ ],
+ "seriesBookType": "A String", # The book type in the context of series. Examples - Single Issue, Collection Edition, etc.
+ },
+ ],
+ },
"dimensions": { # Physical dimensions of this volume.
"width": "A String", # Width of this volume (in cm).
"thickness": "A String", # Thickness of this volume (in cm).
@@ -262,15 +280,17 @@
],
},
"userInfo": { # User specific information related to this volume. (e.g. page this user last read or whether they purchased this book)
+ "isFamilySharedFromUser": True or False, # Whether or not the user shared this volume with the family.
"isInMyBooks": True or False, # Whether or not this volume is currently in "my books."
- "rentalPeriod": { # Period during this book is/was a valid rental.
- "startUtcSec": "A String",
- "endUtcSec": "A String",
- },
+ "acquisitionType": 42, # How this volume was acquired.
"updated": "A String", # Timestamp when this volume was last modified by a user action, such as a reading position update, volume purchase or writing a review. (RFC 3339 UTC date-time format).
"userUploadedVolumeInfo": {
"processingState": "A String",
},
+ "rentalPeriod": { # Period during this book is/was a valid rental.
+ "startUtcSec": "A String",
+ "endUtcSec": "A String",
+ },
"rentalState": "A String", # Whether this book is an active or an expired rental.
"isPurchased": True or False, # Whether or not this volume was purchased by the authenticated user making the request. (In LITE projection.)
"readingPosition": { # The user's current reading position in the volume, if one is available. (In LITE projection.)
@@ -282,6 +302,7 @@
"pdfPosition": "A String", # Position in a PDF file.
"gbTextPosition": "A String", # Position in a volume for text-based content.
},
+ "isFamilySharingAllowed": True or False, # Whether or not this volume can be shared with the family by the user. This includes sharing eligibility of both the volume and the user. If the value is true, the user can initiate a family sharing action.
"review": { # This user's review of this volume, if one exists.
"rating": "A String", # Star rating for this review. Possible values are ONE, TWO, THREE, FOUR, FIVE or NOT_RATED.
"kind": "books#review", # Resource type for a review.
@@ -300,14 +321,17 @@
"type": "A String", # Source type for this review. Possible values are EDITORIAL, WEB_USER or GOOGLE_USER.
"fullTextUrl": "A String", # URL for the full review text, for reviews gathered from the web.
},
- "isPreordered": True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)
+ "isFamilySharedToUser": True or False, # Whether or not the user received this volume through family sharing.
+ "entitlementType": 42, # Whether this volume is purchased, sample, pd download etc.
"copy": { # Copy/Paste accounting information.
"limitType": "A String",
"remainingCharacterCount": 42,
"updated": "A String",
"allowedCharacterCount": 42,
},
+ "isPreordered": True or False, # Whether or not this volume was pre-ordered by the authenticated user making the request. (In LITE projection.)
"isUploaded": True or False, # Whether or not this volume was user uploaded.
+ "acquiredTime": "A String", # Timestamp when this volume was acquired by the user. (RFC 3339 UTC date-time format) Acquiring includes purchase, user upload, receiving family sharing, etc.
},
},
],