@connectedxm/admin 1.0.5 → 1.0.6
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.mts +6 -0
- package/dist/index.d.ts +6 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1061,6 +1061,12 @@ interface Integration extends BaseIntegration {
|
|
|
1061
1061
|
publicUrl: string | null;
|
|
1062
1062
|
publicKey: string | null;
|
|
1063
1063
|
secretKey: string | null;
|
|
1064
|
+
details: {
|
|
1065
|
+
type: keyof typeof IntegrationType;
|
|
1066
|
+
name: string;
|
|
1067
|
+
description: string;
|
|
1068
|
+
logo: string;
|
|
1069
|
+
};
|
|
1064
1070
|
}
|
|
1065
1071
|
interface BaseInterest {
|
|
1066
1072
|
id: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1061,6 +1061,12 @@ interface Integration extends BaseIntegration {
|
|
|
1061
1061
|
publicUrl: string | null;
|
|
1062
1062
|
publicKey: string | null;
|
|
1063
1063
|
secretKey: string | null;
|
|
1064
|
+
details: {
|
|
1065
|
+
type: keyof typeof IntegrationType;
|
|
1066
|
+
name: string;
|
|
1067
|
+
description: string;
|
|
1068
|
+
logo: string;
|
|
1069
|
+
};
|
|
1064
1070
|
}
|
|
1065
1071
|
interface BaseInterest {
|
|
1066
1072
|
id: string;
|