@parra/parra-js-sdk 0.3.151 → 0.3.152

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.
@@ -1767,6 +1767,7 @@ export declare enum DomainType {
1767
1767
  export interface Domain {
1768
1768
  id: string;
1769
1769
  type: DomainType;
1770
+ name: string;
1770
1771
  title: string;
1771
1772
  url: string;
1772
1773
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.151",
3
+ "version": "0.3.152",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",