@parra/parra-js-sdk 0.3.299 → 0.3.300

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.
@@ -348,12 +348,13 @@ export declare enum PolicyDocumentType {
348
348
  export interface PolicyDocumentLinkStub {
349
349
  id: string;
350
350
  type: PolicyDocumentType;
351
- title: string;
351
+ title: string | null;
352
352
  url: string;
353
353
  }
354
354
  export interface AppLegalInfo {
355
355
  terms_of_service?: PolicyDocumentLinkStub | null;
356
356
  privacy_policy?: PolicyDocumentLinkStub | null;
357
+ other_policy_documents?: Array<PolicyDocumentLinkStub> | null;
357
358
  }
358
359
  export interface CheckAuthorizationRequestBody {
359
360
  scope: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.299",
3
+ "version": "0.3.300",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",