@parra/parra-js-sdk 0.3.209 → 0.3.211

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.
@@ -1582,6 +1582,7 @@ export interface UpdateChannelRequestBody {
1582
1582
  inbox?: UpdateInboxChannelRequestBody;
1583
1583
  }
1584
1584
  export interface CreateExternalDomainRequestBody {
1585
+ context?: string | null;
1585
1586
  name: string;
1586
1587
  }
1587
1588
  export interface ExternalDomain {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.209",
3
+ "version": "0.3.211",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",