@parra/parra-js-sdk 0.3.298 → 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.
- package/dist/ParraAPI.d.ts +1 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -354,6 +354,7 @@ export interface PolicyDocumentLinkStub {
|
|
|
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;
|