@unito/integrations-platform-client 1.0.2 → 1.1.0
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/src/api.d.ts +2 -0
- package/package.json +1 -1
package/dist/src/api.d.ts
CHANGED
|
@@ -148,6 +148,8 @@ export type Credential = Base & {
|
|
|
148
148
|
integrationId: number;
|
|
149
149
|
/** The name of the integration. */
|
|
150
150
|
integrationName: string;
|
|
151
|
+
/** The display name of the integration. */
|
|
152
|
+
integrationDisplayName: string | null;
|
|
151
153
|
/** The id of the authorization. */
|
|
152
154
|
authorizationId: number;
|
|
153
155
|
/** The scope of the credential. */
|