@bprotsyk/aso-core 2.1.126 → 2.1.129
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/package.json
CHANGED
|
@@ -28,6 +28,7 @@ export interface IGeoSyncSummary {
|
|
|
28
28
|
errors: string[];
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
+
|
|
31
32
|
/**
|
|
32
33
|
* Отримує всі кампанії з Keitaro
|
|
33
34
|
*/
|
|
@@ -364,6 +365,7 @@ export async function getAppsNeedingGeoUpdate(apps: IApp[]): Promise<IGeoUpdateD
|
|
|
364
365
|
return summary.updates;
|
|
365
366
|
}
|
|
366
367
|
|
|
368
|
+
|
|
367
369
|
/**
|
|
368
370
|
* Експортуємо основні функції
|
|
369
371
|
*/
|