@parra/parra-js-sdk 0.3.297 → 0.3.298
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 +3 -3
- package/package.json +1 -1
package/dist/ParraAPI.d.ts
CHANGED
|
@@ -191,7 +191,7 @@ export interface ApplicationIosConfig {
|
|
|
191
191
|
app_id?: string | null;
|
|
192
192
|
team_id?: string | null;
|
|
193
193
|
bundle_id: string;
|
|
194
|
-
|
|
194
|
+
app_store_connect_connection_id?: string | null;
|
|
195
195
|
app_store_connect_linked_at?: string | null;
|
|
196
196
|
}
|
|
197
197
|
export interface IosApplicationAppInfoStub {
|
|
@@ -202,7 +202,7 @@ export interface IosApplicationAppInfoStub {
|
|
|
202
202
|
app_id?: string | null;
|
|
203
203
|
team_id?: string | null;
|
|
204
204
|
bundle_id: string;
|
|
205
|
-
|
|
205
|
+
app_store_connect_connection_id?: string | null;
|
|
206
206
|
app_store_connect_linked_at?: string | null;
|
|
207
207
|
name: string;
|
|
208
208
|
description?: string | null;
|
|
@@ -217,7 +217,7 @@ export interface ApplicationAppInfoStub {
|
|
|
217
217
|
app_id?: string | null;
|
|
218
218
|
team_id?: string | null;
|
|
219
219
|
bundle_id: string;
|
|
220
|
-
|
|
220
|
+
app_store_connect_connection_id?: string | null;
|
|
221
221
|
app_store_connect_linked_at?: string | null;
|
|
222
222
|
name: string;
|
|
223
223
|
description?: string | null;
|