bt-core-app 2.0.85 → 2.0.87

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/index.d.ts CHANGED
@@ -856,6 +856,8 @@ export declare interface ExternalParty {
856
856
  party?: string;
857
857
  }
858
858
 
859
+ export declare const externalUses: string[];
860
+
859
861
  export declare function extractErrorDescription(error: any): string;
860
862
 
861
863
  export declare interface FeedbackDTO {