@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 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/admin",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Admin API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "repository": {