@parra/parra-js-sdk 0.3.298 → 0.3.299

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,7 +348,7 @@ export declare enum PolicyDocumentType {
348
348
  export interface PolicyDocumentLinkStub {
349
349
  id: string;
350
350
  type: PolicyDocumentType;
351
- title: string | null;
351
+ title: string;
352
352
  url: string;
353
353
  }
354
354
  export interface AppLegalInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.298",
3
+ "version": "0.3.299",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",