@parra/parra-js-sdk 0.3.218 → 0.3.219
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 +2 -0
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -2133,6 +2133,7 @@ export interface ConnectedAppConnectionStub {
|
|
|
2133
2133
|
updated_at: string;
|
|
2134
2134
|
deleted_at?: string | null;
|
|
2135
2135
|
tenant_id: string;
|
|
2136
|
+
name: string;
|
|
2136
2137
|
active: boolean;
|
|
2137
2138
|
type: ConnectedAppType;
|
|
2138
2139
|
status: ConnectedAppConnectionStatus;
|
|
@@ -2143,6 +2144,7 @@ export interface ConnectedAppConnection {
|
|
|
2143
2144
|
updated_at: string;
|
|
2144
2145
|
deleted_at?: string | null;
|
|
2145
2146
|
tenant_id: string;
|
|
2147
|
+
name: string;
|
|
2146
2148
|
active: boolean;
|
|
2147
2149
|
type: ConnectedAppType;
|
|
2148
2150
|
status: ConnectedAppConnectionStatus;
|