@parra/parra-js-sdk 0.3.297 → 0.3.299

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.
@@ -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
- app_store_connect_app_id?: string | null;
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
- app_store_connect_app_id?: string | null;
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
- app_store_connect_app_id?: string | null;
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;
@@ -348,7 +348,7 @@ export declare enum PolicyDocumentType {
348
348
  export interface PolicyDocumentLinkStub {
349
349
  id: string;
350
350
  type: PolicyDocumentType;
351
- title: string | null;
351
+ title: string;
352
352
  url: string;
353
353
  }
354
354
  export interface AppLegalInfo {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parra/parra-js-sdk",
3
- "version": "0.3.297",
3
+ "version": "0.3.299",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",