Home
last modified time | relevance | path

Searched refs:createdUpdateGroupId (Results 1 – 3 of 3) sorted by relevance

/expo/tools/src/
H A DEASUpdate.ts23 ): Promise<{ createdUpdateGroupId: string }> {
50 ): Promise<{ createdUpdateGroupId: string }> {
61 return { createdUpdateGroupId: publishedUpdates[0].group };
/expo/tools/src/commands/
H A DPublishProdExpoHomeCommand.ts69 }): Promise<{ createdUpdateGroupId: string }> {
79 result.createdUpdateGroupId
210 const createdUpdateGroupId = ( constant
212 ).createdUpdateGroupId;
219 fetchManifestAndBundleAsync(easProjectId, createdUpdateGroupId, 'ios'),
220 fetchManifestAndBundleAsync(easProjectId, createdUpdateGroupId, 'android'),
H A DPublishDevExpoHomeCommand.ts96 }): Promise<{ createdUpdateGroupId: string }> {
110 result.createdUpdateGroupId
180 const createdUpdateGroupId = ( constant
182 ).createdUpdateGroupId;
198 const url = `exps://u.expo.dev/${projectId}/group/${createdUpdateGroupId}`;