eas-cli 10.0.3 → 10.1.0

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/README.md CHANGED
@@ -143,7 +143,7 @@ ALIASES
143
143
  $ eas login
144
144
  ```
145
145
 
146
- _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/account/login.ts)_
146
+ _See code: [packages/eas-cli/src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/account/login.ts)_
147
147
 
148
148
  ## `eas account:logout`
149
149
 
@@ -160,7 +160,7 @@ ALIASES
160
160
  $ eas logout
161
161
  ```
162
162
 
163
- _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/account/logout.ts)_
163
+ _See code: [packages/eas-cli/src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/account/logout.ts)_
164
164
 
165
165
  ## `eas account:view`
166
166
 
@@ -177,7 +177,7 @@ ALIASES
177
177
  $ eas whoami
178
178
  ```
179
179
 
180
- _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/account/view.ts)_
180
+ _See code: [packages/eas-cli/src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/account/view.ts)_
181
181
 
182
182
  ## `eas analytics [STATUS]`
183
183
 
@@ -191,7 +191,7 @@ DESCRIPTION
191
191
  display or change analytics settings
192
192
  ```
193
193
 
194
- _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/analytics.ts)_
194
+ _See code: [packages/eas-cli/src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/analytics.ts)_
195
195
 
196
196
  ## `eas autocomplete [SHELL]`
197
197
 
@@ -243,7 +243,7 @@ DESCRIPTION
243
243
  create a branch
244
244
  ```
245
245
 
246
- _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/branch/create.ts)_
246
+ _See code: [packages/eas-cli/src/commands/branch/create.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/branch/create.ts)_
247
247
 
248
248
  ## `eas branch:delete [NAME]`
249
249
 
@@ -264,7 +264,7 @@ DESCRIPTION
264
264
  delete a branch
265
265
  ```
266
266
 
267
- _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/branch/delete.ts)_
267
+ _See code: [packages/eas-cli/src/commands/branch/delete.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/branch/delete.ts)_
268
268
 
269
269
  ## `eas branch:list`
270
270
 
@@ -284,7 +284,7 @@ DESCRIPTION
284
284
  list all branches
285
285
  ```
286
286
 
287
- _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/branch/list.ts)_
287
+ _See code: [packages/eas-cli/src/commands/branch/list.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/branch/list.ts)_
288
288
 
289
289
  ## `eas branch:rename`
290
290
 
@@ -304,7 +304,7 @@ DESCRIPTION
304
304
  rename a branch
305
305
  ```
306
306
 
307
- _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/branch/rename.ts)_
307
+ _See code: [packages/eas-cli/src/commands/branch/rename.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/branch/rename.ts)_
308
308
 
309
309
  ## `eas branch:view [NAME]`
310
310
 
@@ -327,7 +327,7 @@ DESCRIPTION
327
327
  view a branch
328
328
  ```
329
329
 
330
- _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/branch/view.ts)_
330
+ _See code: [packages/eas-cli/src/commands/branch/view.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/branch/view.ts)_
331
331
 
332
332
  ## `eas build`
333
333
 
@@ -364,7 +364,7 @@ DESCRIPTION
364
364
  start a build
365
365
  ```
366
366
 
367
- _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/build/index.ts)_
367
+ _See code: [packages/eas-cli/src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/build/index.ts)_
368
368
 
369
369
  ## `eas build:cancel [BUILD_ID]`
370
370
 
@@ -383,7 +383,7 @@ DESCRIPTION
383
383
  cancel a build
384
384
  ```
385
385
 
386
- _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/build/cancel.ts)_
386
+ _See code: [packages/eas-cli/src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/build/cancel.ts)_
387
387
 
388
388
  ## `eas build:configure`
389
389
 
@@ -400,7 +400,7 @@ DESCRIPTION
400
400
  configure the project to support EAS Build
401
401
  ```
402
402
 
403
- _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/build/configure.ts)_
403
+ _See code: [packages/eas-cli/src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/build/configure.ts)_
404
404
 
405
405
  ## `eas build:delete [BUILD_ID]`
406
406
 
@@ -419,7 +419,7 @@ DESCRIPTION
419
419
  delete a build
420
420
  ```
421
421
 
422
- _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/build/delete.ts)_
422
+ _See code: [packages/eas-cli/src/commands/build/delete.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/build/delete.ts)_
423
423
 
424
424
  ## `eas build:inspect`
425
425
 
@@ -454,7 +454,7 @@ DESCRIPTION
454
454
  inspect the state of the project at specific build stages, useful for troubleshooting
455
455
  ```
456
456
 
457
- _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/build/inspect.ts)_
457
+ _See code: [packages/eas-cli/src/commands/build/inspect.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/build/inspect.ts)_
458
458
 
459
459
  ## `eas build:list`
460
460
 
@@ -504,7 +504,7 @@ DESCRIPTION
504
504
  list all builds for your project
505
505
  ```
506
506
 
507
- _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/build/list.ts)_
507
+ _See code: [packages/eas-cli/src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/build/list.ts)_
508
508
 
509
509
  ## `eas build:resign`
510
510
 
@@ -533,7 +533,7 @@ DESCRIPTION
533
533
  re-sign a build archive
534
534
  ```
535
535
 
536
- _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/build/resign.ts)_
536
+ _See code: [packages/eas-cli/src/commands/build/resign.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/build/resign.ts)_
537
537
 
538
538
  ## `eas build:run`
539
539
 
@@ -559,7 +559,7 @@ DESCRIPTION
559
559
  run simulator/emulator builds from eas-cli
560
560
  ```
561
561
 
562
- _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/build/run.ts)_
562
+ _See code: [packages/eas-cli/src/commands/build/run.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/build/run.ts)_
563
563
 
564
564
  ## `eas build:submit`
565
565
 
@@ -609,7 +609,7 @@ DESCRIPTION
609
609
  get the latest version from EAS servers
610
610
  ```
611
611
 
612
- _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/build/version/get.ts)_
612
+ _See code: [packages/eas-cli/src/commands/build/version/get.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/build/version/get.ts)_
613
613
 
614
614
  ## `eas build:version:set`
615
615
 
@@ -628,7 +628,7 @@ DESCRIPTION
628
628
  update version of an app
629
629
  ```
630
630
 
631
- _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/build/version/set.ts)_
631
+ _See code: [packages/eas-cli/src/commands/build/version/set.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/build/version/set.ts)_
632
632
 
633
633
  ## `eas build:version:sync`
634
634
 
@@ -647,7 +647,7 @@ DESCRIPTION
647
647
  update a version in native code with a value stored on EAS servers
648
648
  ```
649
649
 
650
- _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/build/version/sync.ts)_
650
+ _See code: [packages/eas-cli/src/commands/build/version/sync.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/build/version/sync.ts)_
651
651
 
652
652
  ## `eas build:view [BUILD_ID]`
653
653
 
@@ -664,7 +664,7 @@ DESCRIPTION
664
664
  view a build for your project
665
665
  ```
666
666
 
667
- _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/build/view.ts)_
667
+ _See code: [packages/eas-cli/src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/build/view.ts)_
668
668
 
669
669
  ## `eas channel:create [NAME]`
670
670
 
@@ -685,7 +685,7 @@ DESCRIPTION
685
685
  create a channel
686
686
  ```
687
687
 
688
- _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/channel/create.ts)_
688
+ _See code: [packages/eas-cli/src/commands/channel/create.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/channel/create.ts)_
689
689
 
690
690
  ## `eas channel:edit [NAME]`
691
691
 
@@ -707,7 +707,7 @@ DESCRIPTION
707
707
  point a channel at a new branch
708
708
  ```
709
709
 
710
- _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/channel/edit.ts)_
710
+ _See code: [packages/eas-cli/src/commands/channel/edit.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/channel/edit.ts)_
711
711
 
712
712
  ## `eas channel:list`
713
713
 
@@ -727,7 +727,7 @@ DESCRIPTION
727
727
  list all channels
728
728
  ```
729
729
 
730
- _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/channel/list.ts)_
730
+ _See code: [packages/eas-cli/src/commands/channel/list.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/channel/list.ts)_
731
731
 
732
732
  ## `eas channel:rollout [CHANNEL]`
733
733
 
@@ -760,7 +760,7 @@ DESCRIPTION
760
760
  Roll a new branch out on a channel incrementally.
761
761
  ```
762
762
 
763
- _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/channel/rollout.ts)_
763
+ _See code: [packages/eas-cli/src/commands/channel/rollout.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/channel/rollout.ts)_
764
764
 
765
765
  ## `eas channel:view [NAME]`
766
766
 
@@ -783,7 +783,7 @@ DESCRIPTION
783
783
  view a channel
784
784
  ```
785
785
 
786
- _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/channel/view.ts)_
786
+ _See code: [packages/eas-cli/src/commands/channel/view.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/channel/view.ts)_
787
787
 
788
788
  ## `eas config`
789
789
 
@@ -804,7 +804,7 @@ DESCRIPTION
804
804
  display project configuration (app.json + eas.json)
805
805
  ```
806
806
 
807
- _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/config.ts)_
807
+ _See code: [packages/eas-cli/src/commands/config.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/config.ts)_
808
808
 
809
809
  ## `eas credentials`
810
810
 
@@ -821,7 +821,7 @@ DESCRIPTION
821
821
  manage credentials
822
822
  ```
823
823
 
824
- _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/credentials/index.ts)_
824
+ _See code: [packages/eas-cli/src/commands/credentials/index.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/credentials/index.ts)_
825
825
 
826
826
  ## `eas credentials:configure-build`
827
827
 
@@ -839,7 +839,7 @@ DESCRIPTION
839
839
  Set up credentials for building your project.
840
840
  ```
841
841
 
842
- _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/credentials/configure-build.ts)_
842
+ _See code: [packages/eas-cli/src/commands/credentials/configure-build.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/credentials/configure-build.ts)_
843
843
 
844
844
  ## `eas device:create`
845
845
 
@@ -853,7 +853,7 @@ DESCRIPTION
853
853
  register new Apple Devices to use for internal distribution
854
854
  ```
855
855
 
856
- _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/device/create.ts)_
856
+ _See code: [packages/eas-cli/src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/device/create.ts)_
857
857
 
858
858
  ## `eas device:delete`
859
859
 
@@ -873,7 +873,7 @@ DESCRIPTION
873
873
  remove a registered device from your account
874
874
  ```
875
875
 
876
- _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/device/delete.ts)_
876
+ _See code: [packages/eas-cli/src/commands/device/delete.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/device/delete.ts)_
877
877
 
878
878
  ## `eas device:list`
879
879
 
@@ -894,7 +894,7 @@ DESCRIPTION
894
894
  list all registered devices for your account
895
895
  ```
896
896
 
897
- _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/device/list.ts)_
897
+ _See code: [packages/eas-cli/src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/device/list.ts)_
898
898
 
899
899
  ## `eas device:rename`
900
900
 
@@ -915,7 +915,7 @@ DESCRIPTION
915
915
  rename a registered device
916
916
  ```
917
917
 
918
- _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/device/rename.ts)_
918
+ _See code: [packages/eas-cli/src/commands/device/rename.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/device/rename.ts)_
919
919
 
920
920
  ## `eas device:view [UDID]`
921
921
 
@@ -929,7 +929,7 @@ DESCRIPTION
929
929
  view a device for your project
930
930
  ```
931
931
 
932
- _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/device/view.ts)_
932
+ _See code: [packages/eas-cli/src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/device/view.ts)_
933
933
 
934
934
  ## `eas diagnostics`
935
935
 
@@ -943,7 +943,7 @@ DESCRIPTION
943
943
  display environment info
944
944
  ```
945
945
 
946
- _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/diagnostics.ts)_
946
+ _See code: [packages/eas-cli/src/commands/diagnostics.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/diagnostics.ts)_
947
947
 
948
948
  ## `eas help [COMMAND]`
949
949
 
@@ -1050,7 +1050,7 @@ DESCRIPTION
1050
1050
  validate the local store configuration
1051
1051
  ```
1052
1052
 
1053
- _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/metadata/lint.ts)_
1053
+ _See code: [packages/eas-cli/src/commands/metadata/lint.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/metadata/lint.ts)_
1054
1054
 
1055
1055
  ## `eas metadata:pull`
1056
1056
 
@@ -1067,7 +1067,7 @@ DESCRIPTION
1067
1067
  generate the local store configuration from the app stores
1068
1068
  ```
1069
1069
 
1070
- _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/metadata/pull.ts)_
1070
+ _See code: [packages/eas-cli/src/commands/metadata/pull.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/metadata/pull.ts)_
1071
1071
 
1072
1072
  ## `eas metadata:push`
1073
1073
 
@@ -1084,7 +1084,7 @@ DESCRIPTION
1084
1084
  sync the local store configuration to the app stores
1085
1085
  ```
1086
1086
 
1087
- _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/metadata/push.ts)_
1087
+ _See code: [packages/eas-cli/src/commands/metadata/push.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/metadata/push.ts)_
1088
1088
 
1089
1089
  ## `eas onboarding [TARGET_PROJECT_DIRECTORY]`
1090
1090
 
@@ -1114,7 +1114,7 @@ DESCRIPTION
1114
1114
  open the project page in a web browser
1115
1115
  ```
1116
1116
 
1117
- _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/open.ts)_
1117
+ _See code: [packages/eas-cli/src/commands/open.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/open.ts)_
1118
1118
 
1119
1119
  ## `eas project:info`
1120
1120
 
@@ -1128,7 +1128,7 @@ DESCRIPTION
1128
1128
  information about the current project
1129
1129
  ```
1130
1130
 
1131
- _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/project/info.ts)_
1131
+ _See code: [packages/eas-cli/src/commands/project/info.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/project/info.ts)_
1132
1132
 
1133
1133
  ## `eas project:init`
1134
1134
 
@@ -1150,7 +1150,7 @@ ALIASES
1150
1150
  $ eas init
1151
1151
  ```
1152
1152
 
1153
- _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/project/init.ts)_
1153
+ _See code: [packages/eas-cli/src/commands/project/init.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/project/init.ts)_
1154
1154
 
1155
1155
  ## `eas project:onboarding [TARGET_PROJECT_DIRECTORY]`
1156
1156
 
@@ -1168,7 +1168,7 @@ ALIASES
1168
1168
  $ eas onboarding
1169
1169
  ```
1170
1170
 
1171
- _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/project/onboarding.ts)_
1171
+ _See code: [packages/eas-cli/src/commands/project/onboarding.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/project/onboarding.ts)_
1172
1172
 
1173
1173
  ## `eas secret:create`
1174
1174
 
@@ -1191,7 +1191,7 @@ DESCRIPTION
1191
1191
  create an environment secret on the current project or owner account
1192
1192
  ```
1193
1193
 
1194
- _See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/secret/create.ts)_
1194
+ _See code: [packages/eas-cli/src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/secret/create.ts)_
1195
1195
 
1196
1196
  ## `eas secret:delete`
1197
1197
 
@@ -1209,7 +1209,7 @@ DESCRIPTION
1209
1209
  delete an environment secret by ID
1210
1210
  ```
1211
1211
 
1212
- _See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/secret/delete.ts)_
1212
+ _See code: [packages/eas-cli/src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/secret/delete.ts)_
1213
1213
 
1214
1214
  ## `eas secret:list`
1215
1215
 
@@ -1223,7 +1223,7 @@ DESCRIPTION
1223
1223
  list environment secrets available for your current app
1224
1224
  ```
1225
1225
 
1226
- _See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/secret/list.ts)_
1226
+ _See code: [packages/eas-cli/src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/secret/list.ts)_
1227
1227
 
1228
1228
  ## `eas secret:push`
1229
1229
 
@@ -1243,7 +1243,7 @@ DESCRIPTION
1243
1243
  read environment secrets from env file and store on the server
1244
1244
  ```
1245
1245
 
1246
- _See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/secret/push.ts)_
1246
+ _See code: [packages/eas-cli/src/commands/secret/push.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/secret/push.ts)_
1247
1247
 
1248
1248
  ## `eas submit`
1249
1249
 
@@ -1274,7 +1274,7 @@ ALIASES
1274
1274
  $ eas build:submit
1275
1275
  ```
1276
1276
 
1277
- _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/submit.ts)_
1277
+ _See code: [packages/eas-cli/src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/submit.ts)_
1278
1278
 
1279
1279
  ## `eas update`
1280
1280
 
@@ -1308,7 +1308,7 @@ DESCRIPTION
1308
1308
  publish an update group
1309
1309
  ```
1310
1310
 
1311
- _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/update/index.ts)_
1311
+ _See code: [packages/eas-cli/src/commands/update/index.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/update/index.ts)_
1312
1312
 
1313
1313
  ## `eas update:configure`
1314
1314
 
@@ -1326,7 +1326,7 @@ DESCRIPTION
1326
1326
  configure the project to support EAS Update
1327
1327
  ```
1328
1328
 
1329
- _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/update/configure.ts)_
1329
+ _See code: [packages/eas-cli/src/commands/update/configure.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/update/configure.ts)_
1330
1330
 
1331
1331
  ## `eas update:delete GROUPID`
1332
1332
 
@@ -1347,7 +1347,7 @@ DESCRIPTION
1347
1347
  delete all the updates in an update group
1348
1348
  ```
1349
1349
 
1350
- _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/update/delete.ts)_
1350
+ _See code: [packages/eas-cli/src/commands/update/delete.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/update/delete.ts)_
1351
1351
 
1352
1352
  ## `eas update:list`
1353
1353
 
@@ -1369,7 +1369,7 @@ DESCRIPTION
1369
1369
  view the recent updates
1370
1370
  ```
1371
1371
 
1372
- _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/update/list.ts)_
1372
+ _See code: [packages/eas-cli/src/commands/update/list.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/update/list.ts)_
1373
1373
 
1374
1374
  ## `eas update:republish`
1375
1375
 
@@ -1397,7 +1397,7 @@ DESCRIPTION
1397
1397
  roll back to an existing update
1398
1398
  ```
1399
1399
 
1400
- _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/update/republish.ts)_
1400
+ _See code: [packages/eas-cli/src/commands/update/republish.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/update/republish.ts)_
1401
1401
 
1402
1402
  ## `eas update:roll-back-to-embedded`
1403
1403
 
@@ -1425,7 +1425,7 @@ DESCRIPTION
1425
1425
  roll back to the embedded update
1426
1426
  ```
1427
1427
 
1428
- _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1428
+ _See code: [packages/eas-cli/src/commands/update/roll-back-to-embedded.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/update/roll-back-to-embedded.ts)_
1429
1429
 
1430
1430
  ## `eas update:rollback`
1431
1431
 
@@ -1445,7 +1445,7 @@ DESCRIPTION
1445
1445
  roll back to an embedded update or an existing update
1446
1446
  ```
1447
1447
 
1448
- _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/update/rollback.ts)_
1448
+ _See code: [packages/eas-cli/src/commands/update/rollback.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/update/rollback.ts)_
1449
1449
 
1450
1450
  ## `eas update:view GROUPID`
1451
1451
 
@@ -1465,7 +1465,7 @@ DESCRIPTION
1465
1465
  update group details
1466
1466
  ```
1467
1467
 
1468
- _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/update/view.ts)_
1468
+ _See code: [packages/eas-cli/src/commands/update/view.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/update/view.ts)_
1469
1469
 
1470
1470
  ## `eas webhook:create`
1471
1471
 
@@ -1486,7 +1486,7 @@ DESCRIPTION
1486
1486
  create a webhook
1487
1487
  ```
1488
1488
 
1489
- _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/webhook/create.ts)_
1489
+ _See code: [packages/eas-cli/src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/webhook/create.ts)_
1490
1490
 
1491
1491
  ## `eas webhook:delete [ID]`
1492
1492
 
@@ -1506,7 +1506,7 @@ DESCRIPTION
1506
1506
  delete a webhook
1507
1507
  ```
1508
1508
 
1509
- _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/webhook/delete.ts)_
1509
+ _See code: [packages/eas-cli/src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/webhook/delete.ts)_
1510
1510
 
1511
1511
  ## `eas webhook:list`
1512
1512
 
@@ -1524,7 +1524,7 @@ DESCRIPTION
1524
1524
  list webhooks
1525
1525
  ```
1526
1526
 
1527
- _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/webhook/list.ts)_
1527
+ _See code: [packages/eas-cli/src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/webhook/list.ts)_
1528
1528
 
1529
1529
  ## `eas webhook:update`
1530
1530
 
@@ -1546,7 +1546,7 @@ DESCRIPTION
1546
1546
  update a webhook
1547
1547
  ```
1548
1548
 
1549
- _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/webhook/update.ts)_
1549
+ _See code: [packages/eas-cli/src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/webhook/update.ts)_
1550
1550
 
1551
1551
  ## `eas webhook:view ID`
1552
1552
 
@@ -1563,7 +1563,7 @@ DESCRIPTION
1563
1563
  view a webhook
1564
1564
  ```
1565
1565
 
1566
- _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v10.0.3/packages/eas-cli/src/commands/webhook/view.ts)_
1566
+ _See code: [packages/eas-cli/src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v10.1.0/packages/eas-cli/src/commands/webhook/view.ts)_
1567
1567
 
1568
1568
  ## `eas whoami`
1569
1569
 
@@ -8,6 +8,8 @@ const chalk_1 = tslib_1.__importDefault(require("chalk"));
8
8
  const cli_progress_1 = tslib_1.__importDefault(require("cli-progress"));
9
9
  const fs_extra_1 = tslib_1.__importDefault(require("fs-extra"));
10
10
  const nullthrows_1 = tslib_1.__importDefault(require("nullthrows"));
11
+ const path_1 = tslib_1.__importDefault(require("path"));
12
+ const uuid_1 = require("uuid");
11
13
  const errors_1 = require("./errors");
12
14
  const graphql_1 = require("./graphql");
13
15
  const local_1 = require("./local");
@@ -23,9 +25,11 @@ const BuildQuery_1 = require("../graphql/queries/BuildQuery");
23
25
  const log_1 = tslib_1.__importStar(require("../log"));
24
26
  const ora_1 = require("../ora");
25
27
  const platform_1 = require("../platform");
28
+ const resolveRuntimeVersionAsync_1 = require("../project/resolveRuntimeVersionAsync");
26
29
  const uploads_1 = require("../uploads");
27
30
  const files_1 = require("../utils/files");
28
31
  const json_1 = require("../utils/json");
32
+ const paths_1 = require("../utils/paths");
29
33
  const progress_1 = require("../utils/progress");
30
34
  const promise_1 = require("../utils/promise");
31
35
  function resolveBuildParamsInput(ctx, metadata) {
@@ -74,7 +78,8 @@ async function prepareBuildRequestForPlatformAsync(builder) {
74
78
  };
75
79
  }
76
80
  (0, assert_1.default)(projectArchive);
77
- const metadata = await (0, metadata_1.collectMetadataAsync)(ctx);
81
+ const runtimeMetadata = await createAndMaybeUploadFingerprintAsync(ctx);
82
+ const metadata = await (0, metadata_1.collectMetadataAsync)(ctx, runtimeMetadata);
78
83
  const buildParams = resolveBuildParamsInput(ctx, metadata);
79
84
  const job = await builder.prepareJobAsync(ctx, {
80
85
  projectArchive,
@@ -422,3 +427,61 @@ function formatEstimatedWaitTime(estimatedWaitTimeLeftSeconds) {
422
427
  function formatAccountSubscriptionsUrl(accountName) {
423
428
  return new URL(`/accounts/${accountName}/settings/subscriptions`, (0, api_1.getExpoWebsiteBaseUrl)()).toString();
424
429
  }
430
+ async function createAndMaybeUploadFingerprintAsync(ctx) {
431
+ const resolvedRuntimeVersion = await (0, resolveRuntimeVersionAsync_1.resolveRuntimeVersionAsync)({
432
+ exp: ctx.exp,
433
+ platform: ctx.platform,
434
+ workflow: ctx.workflow,
435
+ projectDir: ctx.projectDir,
436
+ env: ctx.buildProfile.env,
437
+ cwd: ctx.projectDir,
438
+ });
439
+ /**
440
+ * It's ok for fingerprintSources to be empty
441
+ * fingerprintSources only exist if the project is using runtimeVersion.policy: fingerprint
442
+ */
443
+ if (!resolvedRuntimeVersion?.fingerprintSources) {
444
+ return {
445
+ runtimeVersion: resolvedRuntimeVersion?.runtimeVersion ?? undefined,
446
+ };
447
+ }
448
+ await fs_extra_1.default.mkdirp((0, paths_1.getTmpDirectory)());
449
+ const fingerprintLocation = path_1.default.join((0, paths_1.getTmpDirectory)(), `${(0, uuid_1.v4)()}-runtime-fingerprint.json`);
450
+ await fs_extra_1.default.writeJSON(fingerprintLocation, {
451
+ hash: resolvedRuntimeVersion.runtimeVersion,
452
+ sources: resolvedRuntimeVersion.fingerprintSources,
453
+ });
454
+ if (ctx.localBuildOptions.localBuildMode === local_1.LocalBuildMode.LOCAL_BUILD_PLUGIN) {
455
+ return {
456
+ runtimeVersion: resolvedRuntimeVersion?.runtimeVersion ?? undefined,
457
+ fingerprintSource: {
458
+ type: eas_build_job_1.FingerprintSourceType.PATH,
459
+ path: fingerprintLocation,
460
+ },
461
+ };
462
+ }
463
+ let fingerprintGCSBucketKey = undefined;
464
+ try {
465
+ fingerprintGCSBucketKey = await (0, uploads_1.uploadFileAtPathToGCSAsync)(ctx.graphqlClient, generated_1.UploadSessionType.EasUpdateFingerprint, fingerprintLocation);
466
+ }
467
+ catch (err) {
468
+ let errMessage = 'Failed to upload fingerprint to EAS';
469
+ if (err.message) {
470
+ errMessage += `\n\nReason: ${err.message}`;
471
+ }
472
+ log_1.default.warn(errMessage);
473
+ return {
474
+ runtimeVersion: resolvedRuntimeVersion?.runtimeVersion ?? undefined,
475
+ };
476
+ }
477
+ finally {
478
+ await fs_extra_1.default.remove(fingerprintLocation);
479
+ }
480
+ return {
481
+ runtimeVersion: resolvedRuntimeVersion?.runtimeVersion ?? undefined,
482
+ fingerprintSource: {
483
+ type: eas_build_job_1.FingerprintSourceType.GCS,
484
+ bucketKey: fingerprintGCSBucketKey,
485
+ },
486
+ };
487
+ }
@@ -28,6 +28,7 @@ exports.transformProjectArchive = transformProjectArchive;
28
28
  function transformMetadata(metadata) {
29
29
  return {
30
30
  ...metadata,
31
+ fingerprintSource: metadata.fingerprintSource,
31
32
  credentialsSource: metadata.credentialsSource && transformCredentialsSource(metadata.credentialsSource),
32
33
  distribution: metadata.distribution && transformDistribution(metadata.distribution),
33
34
  workflow: metadata.workflow && transformWorkflow(metadata.workflow),
@@ -1,5 +1,8 @@
1
- import { Metadata, Platform } from '@expo/eas-build-job';
1
+ import { FingerprintSource, Metadata, Platform } from '@expo/eas-build-job';
2
2
  import { BuildContext } from './context';
3
- export declare function collectMetadataAsync<T extends Platform>(ctx: BuildContext<T>): Promise<Metadata>;
3
+ export declare function collectMetadataAsync<T extends Platform>(ctx: BuildContext<T>, runtimeMetadata: {
4
+ runtimeVersion?: string | undefined;
5
+ fingerprintSource?: FingerprintSource | undefined;
6
+ }): Promise<Metadata>;
4
7
  export declare function getReactNativeVersionAsync(projectDir: string): Promise<string | undefined>;
5
8
  export declare function truncateGitCommitMessage(msg: string | undefined, maxLength?: number): string | undefined;
@@ -11,11 +11,10 @@ const local_1 = require("./local");
11
11
  const types_1 = require("./types");
12
12
  const log_1 = tslib_1.__importDefault(require("../log"));
13
13
  const projectUtils_1 = require("../project/projectUtils");
14
- const resolveRuntimeVersionAsync_1 = require("../project/resolveRuntimeVersionAsync");
15
14
  const UpdatesModule_1 = require("../update/android/UpdatesModule");
16
15
  const UpdatesModule_2 = require("../update/ios/UpdatesModule");
17
16
  const easCli_1 = require("../utils/easCli");
18
- async function collectMetadataAsync(ctx) {
17
+ async function collectMetadataAsync(ctx, runtimeMetadata) {
19
18
  const channelObject = await resolveChannelAsync(ctx);
20
19
  const distribution = ctx.buildProfile.distribution ?? types_1.BuildDistributionType.STORE;
21
20
  const metadata = {
@@ -25,14 +24,8 @@ async function collectMetadataAsync(ctx) {
25
24
  workflow: ctx.workflow,
26
25
  credentialsSource: ctx.buildProfile.credentialsSource,
27
26
  sdkVersion: ctx.exp.sdkVersion,
28
- runtimeVersion: (await (0, resolveRuntimeVersionAsync_1.resolveRuntimeVersionAsync)({
29
- exp: ctx.exp,
30
- platform: ctx.platform,
31
- workflow: ctx.workflow,
32
- projectDir: ctx.projectDir,
33
- env: ctx.buildProfile.env,
34
- cwd: ctx.projectDir,
35
- })) ?? undefined,
27
+ runtimeVersion: runtimeMetadata?.runtimeVersion,
28
+ fingerprintSource: runtimeMetadata?.fingerprintSource,
36
29
  reactNativeVersion: await getReactNativeVersionAsync(ctx.projectDir),
37
30
  ...channelObject,
38
31
  distribution,
@@ -71,6 +71,7 @@ async function commitPromptAsync(vcsClient, { initialCommitMessage, commitAllFil
71
71
  }
72
72
  exports.commitPromptAsync = commitPromptAsync;
73
73
  async function makeProjectMetadataFileAsync(archivePath) {
74
+ await fs_extra_1.default.mkdirp((0, paths_1.getTmpDirectory)());
74
75
  const metadataLocation = path_1.default.join((0, paths_1.getTmpDirectory)(), `${(0, uuid_1.v4)()}-eas-build-metadata.json`);
75
76
  const archiveContent = [];
76
77
  await tar_1.default.list({
@@ -147,6 +147,8 @@ export type Account = {
147
147
  createdAt: Scalars['DateTime']['output'];
148
148
  /** Environment secrets for an account */
149
149
  environmentSecrets: Array<EnvironmentSecret>;
150
+ /** Environment variables for an account */
151
+ environmentVariables: Array<EnvironmentVariable>;
150
152
  /** GitHub App installations for an account */
151
153
  githubAppInstallations: Array<GitHubAppInstallation>;
152
154
  /** @deprecated Use googleServiceAccountKeysPaginated */
@@ -158,6 +160,7 @@ export type Account = {
158
160
  isDisabled: Scalars['Boolean']['output'];
159
161
  /** Whether this account has SSO enabled. Can be queried by all members. */
160
162
  isSSOEnabled: Scalars['Boolean']['output'];
163
+ lastDeletionAttemptTime?: Maybe<Scalars['DateTime']['output']>;
161
164
  name: Scalars['String']['output'];
162
165
  /** Offers set on this account */
163
166
  offers?: Maybe<Array<Offer>>;
@@ -344,6 +347,13 @@ export type AccountBuildsArgs = {
344
347
  export type AccountEnvironmentSecretsArgs = {
345
348
  filterNames?: InputMaybe<Array<Scalars['String']['input']>>;
346
349
  };
350
+ /**
351
+ * An account is a container owning projects, credentials, billing and other organization
352
+ * data and settings. Actors may own and be members of accounts.
353
+ */
354
+ export type AccountEnvironmentVariablesArgs = {
355
+ filterNames?: InputMaybe<Array<Scalars['String']['input']>>;
356
+ };
347
357
  /**
348
358
  * An account is a container owning projects, credentials, billing and other organization
349
359
  * data and settings. Actors may own and be members of accounts.
@@ -694,6 +704,7 @@ export type Actor = {
694
704
  firstName?: Maybe<Scalars['String']['output']>;
695
705
  id: Scalars['ID']['output'];
696
706
  isExpoAdmin: Scalars['Boolean']['output'];
707
+ lastDeletionAttemptTime?: Maybe<Scalars['DateTime']['output']>;
697
708
  };
698
709
  /** A regular user, SSO user, or robot that can authenticate with Expo services and be a member of accounts. */
699
710
  export type ActorFeatureGatesArgs = {
@@ -1076,6 +1087,8 @@ export type App = Project & {
1076
1087
  devDomainName?: Maybe<AppDevDomainName>;
1077
1088
  /** Environment secrets for an app */
1078
1089
  environmentSecrets: Array<EnvironmentSecret>;
1090
+ /** Environment variables for an app */
1091
+ environmentVariables: Array<EnvironmentVariable>;
1079
1092
  fullName: Scalars['String']['output'];
1080
1093
  githubBuildTriggers: Array<GitHubBuildTrigger>;
1081
1094
  githubJobRunTriggers: Array<GitHubJobRunTrigger>;
@@ -1194,6 +1207,7 @@ export type App = Project & {
1194
1207
  users?: Maybe<Array<Maybe<User>>>;
1195
1208
  /** Webhooks for an app */
1196
1209
  webhooks: Array<Webhook>;
1210
+ workerDeployments: WorkerDeploymentsConnection;
1197
1211
  };
1198
1212
  /** Represents an Exponent App (or Experience in legacy terms) */
1199
1213
  export type AppActivityTimelineProjectActivitiesArgs = {
@@ -1258,6 +1272,11 @@ export type AppEnvironmentSecretsArgs = {
1258
1272
  filterNames?: InputMaybe<Array<Scalars['String']['input']>>;
1259
1273
  };
1260
1274
  /** Represents an Exponent App (or Experience in legacy terms) */
1275
+ export type AppEnvironmentVariablesArgs = {
1276
+ environment: EnvironmentVariableEnvironment;
1277
+ filterNames?: InputMaybe<Array<Scalars['String']['input']>>;
1278
+ };
1279
+ /** Represents an Exponent App (or Experience in legacy terms) */
1261
1280
  export type AppIosAppCredentialsArgs = {
1262
1281
  filter?: InputMaybe<IosAppCredentialsFilter>;
1263
1282
  };
@@ -1344,6 +1363,13 @@ export type AppUpdatesPaginatedArgs = {
1344
1363
  export type AppWebhooksArgs = {
1345
1364
  filter?: InputMaybe<WebhookFilter>;
1346
1365
  };
1366
+ /** Represents an Exponent App (or Experience in legacy terms) */
1367
+ export type AppWorkerDeploymentsArgs = {
1368
+ after?: InputMaybe<Scalars['String']['input']>;
1369
+ before?: InputMaybe<Scalars['String']['input']>;
1370
+ first?: InputMaybe<Scalars['Int']['input']>;
1371
+ last?: InputMaybe<Scalars['Int']['input']>;
1372
+ };
1347
1373
  export type AppBranchEdge = {
1348
1374
  __typename?: 'AppBranchEdge';
1349
1375
  cursor: Scalars['String']['output'];
@@ -2007,6 +2033,20 @@ export type AuditLog = {
2007
2033
  targetEntityTypeName: Scalars['String']['output'];
2008
2034
  websiteMessage: Scalars['String']['output'];
2009
2035
  };
2036
+ export type AuditLogExportInput = {
2037
+ accountId: Scalars['ID']['input'];
2038
+ createdAfter: Scalars['Int']['input'];
2039
+ createdBefore: Scalars['Int']['input'];
2040
+ format: AuditLogsExportFormat;
2041
+ };
2042
+ export type AuditLogMutation = {
2043
+ __typename?: 'AuditLogMutation';
2044
+ /** Exports Audit Logs for an account. Returns the ID of the background job receipt. Use BackgroundJobReceiptQuery to get the status of the job. */
2045
+ exportAuditLogs: BackgroundJobReceipt;
2046
+ };
2047
+ export type AuditLogMutationExportAuditLogsArgs = {
2048
+ exportInput: AuditLogExportInput;
2049
+ };
2010
2050
  export type AuditLogQuery = {
2011
2051
  __typename?: 'AuditLogQuery';
2012
2052
  /** Query Audit Logs by account ID */
@@ -2022,6 +2062,11 @@ export type AuditLogQueryByAccountIdArgs = {
2022
2062
  export type AuditLogQueryByIdArgs = {
2023
2063
  auditLogId: Scalars['ID']['input'];
2024
2064
  };
2065
+ export declare enum AuditLogsExportFormat {
2066
+ Csv = "CSV",
2067
+ Json = "JSON",
2068
+ Jsonl = "JSONL"
2069
+ }
2025
2070
  export declare enum AuthProtocolType {
2026
2071
  Oidc = "OIDC"
2027
2072
  }
@@ -2038,6 +2083,7 @@ export type BackgroundJobReceipt = {
2038
2083
  errorCode?: Maybe<Scalars['String']['output']>;
2039
2084
  errorMessage?: Maybe<Scalars['String']['output']>;
2040
2085
  id: Scalars['ID']['output'];
2086
+ resultData?: Maybe<Scalars['JSONObject']['output']>;
2041
2087
  resultId?: Maybe<Scalars['ID']['output']>;
2042
2088
  resultType: BackgroundJobResultType;
2043
2089
  state: BackgroundJobState;
@@ -2054,6 +2100,7 @@ export type BackgroundJobReceiptQueryByIdArgs = {
2054
2100
  id: Scalars['ID']['input'];
2055
2101
  };
2056
2102
  export declare enum BackgroundJobResultType {
2103
+ AuditLogsExport = "AUDIT_LOGS_EXPORT",
2057
2104
  GithubBuild = "GITHUB_BUILD",
2058
2105
  Void = "VOID"
2059
2106
  }
@@ -2295,6 +2342,7 @@ export type BuildMetadataInput = {
2295
2342
  customWorkflowName?: InputMaybe<Scalars['String']['input']>;
2296
2343
  developmentClient?: InputMaybe<Scalars['Boolean']['input']>;
2297
2344
  distribution?: InputMaybe<DistributionType>;
2345
+ fingerprintSource?: InputMaybe<FingerprintSourceInput>;
2298
2346
  gitCommitHash?: InputMaybe<Scalars['String']['input']>;
2299
2347
  gitCommitMessage?: InputMaybe<Scalars['String']['input']>;
2300
2348
  iosEnterpriseProvisioning?: InputMaybe<BuildIosEnterpriseProvisioning>;
@@ -2621,6 +2669,12 @@ export type CreateEnvironmentSecretInput = {
2621
2669
  type?: InputMaybe<EnvironmentSecretType>;
2622
2670
  value: Scalars['String']['input'];
2623
2671
  };
2672
+ export type CreateEnvironmentVariableInput = {
2673
+ environment: EnvironmentVariableEnvironment;
2674
+ name: Scalars['String']['input'];
2675
+ sensitive: Scalars['Boolean']['input'];
2676
+ value: Scalars['String']['input'];
2677
+ };
2624
2678
  export type CreateGitHubAppInstallationInput = {
2625
2679
  accountId: Scalars['ID']['input'];
2626
2680
  installationIdentifier: Scalars['Int']['input'];
@@ -2669,6 +2723,11 @@ export type CreateServerlessFunctionUploadUrlResult = {
2669
2723
  formDataFields: Scalars['JSONObject']['output'];
2670
2724
  url: Scalars['String']['output'];
2671
2725
  };
2726
+ export type CreateSharedEnvironmentVariableInput = {
2727
+ name: Scalars['String']['input'];
2728
+ sensitive: Scalars['Boolean']['input'];
2729
+ value: Scalars['String']['input'];
2730
+ };
2672
2731
  export type CreateSubmissionResult = {
2673
2732
  __typename?: 'CreateSubmissionResult';
2674
2733
  /** Created submission */
@@ -2721,6 +2780,10 @@ export type DeleteEnvironmentSecretResult = {
2721
2780
  __typename?: 'DeleteEnvironmentSecretResult';
2722
2781
  id: Scalars['ID']['output'];
2723
2782
  };
2783
+ export type DeleteEnvironmentVariableResult = {
2784
+ __typename?: 'DeleteEnvironmentVariableResult';
2785
+ id: Scalars['ID']['output'];
2786
+ };
2724
2787
  export type DeleteGitHubUserResult = {
2725
2788
  __typename?: 'DeleteGitHubUserResult';
2726
2789
  id: Scalars['ID']['output'];
@@ -2831,7 +2894,8 @@ export type DeploymentInsightsUniqueUsersOverTimeArgs = {
2831
2894
  };
2832
2895
  export type DeploymentSignedUrlResult = {
2833
2896
  __typename?: 'DeploymentSignedUrlResult';
2834
- deploymentId: Scalars['ID']['output'];
2897
+ deploymentIdentifier: Scalars['ID']['output'];
2898
+ pendingWorkerDeploymentId: Scalars['ID']['output'];
2835
2899
  url: Scalars['String']['output'];
2836
2900
  };
2837
2901
  /** Represents the connection over the deployments edge of an App */
@@ -2847,7 +2911,7 @@ export type DeploymentsMutation = {
2847
2911
  };
2848
2912
  export type DeploymentsMutationCreateSignedDeploymentUrlArgs = {
2849
2913
  appId: Scalars['ID']['input'];
2850
- deploymentId?: InputMaybe<Scalars['ID']['input']>;
2914
+ deploymentIdentifier?: InputMaybe<Scalars['ID']['input']>;
2851
2915
  };
2852
2916
  export type DiscordUser = {
2853
2917
  __typename?: 'DiscordUser';
@@ -2964,6 +3028,59 @@ export declare enum EnvironmentSecretType {
2964
3028
  FileBase64 = "FILE_BASE64",
2965
3029
  String = "STRING"
2966
3030
  }
3031
+ export type EnvironmentVariable = {
3032
+ __typename?: 'EnvironmentVariable';
3033
+ createdAt: Scalars['DateTime']['output'];
3034
+ environment?: Maybe<EnvironmentVariableEnvironment>;
3035
+ id: Scalars['ID']['output'];
3036
+ name: Scalars['String']['output'];
3037
+ scope: EnvironmentVariableScope;
3038
+ updatedAt: Scalars['DateTime']['output'];
3039
+ value?: Maybe<Scalars['String']['output']>;
3040
+ };
3041
+ export declare enum EnvironmentVariableEnvironment {
3042
+ Development = "DEVELOPMENT",
3043
+ Preview = "PREVIEW",
3044
+ Production = "PRODUCTION"
3045
+ }
3046
+ export type EnvironmentVariableMutation = {
3047
+ __typename?: 'EnvironmentVariableMutation';
3048
+ /** Create an environment variable for an Account */
3049
+ createEnvironmentVariableForAccount: EnvironmentVariable;
3050
+ /** Create an environment variable for an App */
3051
+ createEnvironmentVariableForApp: EnvironmentVariable;
3052
+ /** Delete an environment variable */
3053
+ deleteEnvironmentVariable: DeleteEnvironmentVariableResult;
3054
+ /** Link shared environment variable */
3055
+ linkSharedEnvironmentVariable: EnvironmentVariable;
3056
+ /** Unlink shared environment variable */
3057
+ unlinkSharedEnvironmentVariable: EnvironmentVariable;
3058
+ };
3059
+ export type EnvironmentVariableMutationCreateEnvironmentVariableForAccountArgs = {
3060
+ accountId: Scalars['ID']['input'];
3061
+ environmentVariableData: CreateSharedEnvironmentVariableInput;
3062
+ };
3063
+ export type EnvironmentVariableMutationCreateEnvironmentVariableForAppArgs = {
3064
+ appId: Scalars['ID']['input'];
3065
+ environmentVariableData: CreateEnvironmentVariableInput;
3066
+ };
3067
+ export type EnvironmentVariableMutationDeleteEnvironmentVariableArgs = {
3068
+ id: Scalars['ID']['input'];
3069
+ };
3070
+ export type EnvironmentVariableMutationLinkSharedEnvironmentVariableArgs = {
3071
+ appId: Scalars['ID']['input'];
3072
+ environment: EnvironmentVariableEnvironment;
3073
+ environmentVariableId: Scalars['ID']['input'];
3074
+ };
3075
+ export type EnvironmentVariableMutationUnlinkSharedEnvironmentVariableArgs = {
3076
+ appId: Scalars['ID']['input'];
3077
+ environment: EnvironmentVariableEnvironment;
3078
+ environmentVariableId: Scalars['ID']['input'];
3079
+ };
3080
+ export declare enum EnvironmentVariableScope {
3081
+ Project = "PROJECT",
3082
+ Shared = "SHARED"
3083
+ }
2967
3084
  export type EstimatedOverageAndCost = {
2968
3085
  __typename?: 'EstimatedOverageAndCost';
2969
3086
  id: Scalars['ID']['output'];
@@ -3021,6 +3138,13 @@ export declare enum Feature {
3021
3138
  /** Share access to projects */
3022
3139
  Teams = "TEAMS"
3023
3140
  }
3141
+ export type FingerprintSourceInput = {
3142
+ bucketKey?: InputMaybe<Scalars['String']['input']>;
3143
+ type?: InputMaybe<FingerprintSourceType>;
3144
+ };
3145
+ export declare enum FingerprintSourceType {
3146
+ Gcs = "GCS"
3147
+ }
3024
3148
  export type FutureSubscription = {
3025
3149
  __typename?: 'FutureSubscription';
3026
3150
  createdAt: Scalars['DateTime']['output'];
@@ -3627,6 +3751,7 @@ export type IosSubmissionConfigInput = {
3627
3751
  export type JobRun = {
3628
3752
  __typename?: 'JobRun';
3629
3753
  app: App;
3754
+ childJobRun?: Maybe<JobRun>;
3630
3755
  createdAt: Scalars['DateTime']['output'];
3631
3756
  displayName?: Maybe<Scalars['String']['output']>;
3632
3757
  endedAt?: Maybe<Scalars['DateTime']['output']>;
@@ -3638,11 +3763,25 @@ export type JobRun = {
3638
3763
  initiatingActor?: Maybe<Actor>;
3639
3764
  isWaived: Scalars['Boolean']['output'];
3640
3765
  logFileUrls: Array<Scalars['String']['output']>;
3766
+ name: Scalars['String']['output'];
3641
3767
  priority: JobRunPriority;
3642
3768
  startedAt?: Maybe<Scalars['DateTime']['output']>;
3643
3769
  status: JobRunStatus;
3644
3770
  updateGroups: Array<Array<Update>>;
3645
3771
  };
3772
+ export type JobRunMutation = {
3773
+ __typename?: 'JobRunMutation';
3774
+ /** Cancel an EAS Job Run */
3775
+ cancelJobRun: JobRun;
3776
+ /** Retry an EAS Job Run */
3777
+ retryJobRun: JobRun;
3778
+ };
3779
+ export type JobRunMutationCancelJobRunArgs = {
3780
+ jobRunId: Scalars['ID']['input'];
3781
+ };
3782
+ export type JobRunMutationRetryJobRunArgs = {
3783
+ jobRunId: Scalars['ID']['input'];
3784
+ };
3646
3785
  export declare enum JobRunPriority {
3647
3786
  High = "HIGH",
3648
3787
  Normal = "NORMAL"
@@ -4043,6 +4182,7 @@ export type Robot = Actor & {
4043
4182
  firstName?: Maybe<Scalars['String']['output']>;
4044
4183
  id: Scalars['ID']['output'];
4045
4184
  isExpoAdmin: Scalars['Boolean']['output'];
4185
+ lastDeletionAttemptTime?: Maybe<Scalars['DateTime']['output']>;
4046
4186
  };
4047
4187
  /** Represents a robot (not human) actor. */
4048
4188
  export type RobotFeatureGatesArgs = {
@@ -4125,6 +4265,7 @@ export type RootMutation = {
4125
4265
  /** Mutations that modify an Apple Team */
4126
4266
  appleTeam: AppleTeamMutation;
4127
4267
  asset: AssetMutation;
4268
+ auditLog: AuditLogMutation;
4128
4269
  /** Mutations that modify an EAS Build */
4129
4270
  build: BuildMutation;
4130
4271
  /** Mutations that create, update, and delete Build Annotations */
@@ -4138,6 +4279,8 @@ export type RootMutation = {
4138
4279
  emailSubscription: EmailSubscriptionMutation;
4139
4280
  /** Mutations that create and delete EnvironmentSecrets */
4140
4281
  environmentSecret: EnvironmentSecretMutation;
4282
+ /** Mutations that create and delete EnvironmentVariables */
4283
+ environmentVariable: EnvironmentVariableMutation;
4141
4284
  /** Mutations that utilize services facilitated by the GitHub App */
4142
4285
  githubApp: GitHubAppMutation;
4143
4286
  /** Mutations for GitHub App installations */
@@ -4157,6 +4300,8 @@ export type RootMutation = {
4157
4300
  iosAppBuildCredentials: IosAppBuildCredentialsMutation;
4158
4301
  /** Mutations that modify the credentials for an iOS app */
4159
4302
  iosAppCredentials: IosAppCredentialsMutation;
4303
+ /** Mutations that modify an EAS Build */
4304
+ jobRun: JobRunMutation;
4160
4305
  keystoreGenerationUrl: KeystoreGenerationUrlMutation;
4161
4306
  /** Mutations that modify the currently authenticated User */
4162
4307
  me: MeMutation;
@@ -4360,6 +4505,7 @@ export type SsoUser = Actor & UserActor & {
4360
4505
  /** @deprecated No longer supported */
4361
4506
  industry?: Maybe<Scalars['String']['output']>;
4362
4507
  isExpoAdmin: Scalars['Boolean']['output'];
4508
+ lastDeletionAttemptTime?: Maybe<Scalars['DateTime']['output']>;
4363
4509
  lastName?: Maybe<Scalars['String']['output']>;
4364
4510
  /** @deprecated No longer supported */
4365
4511
  location?: Maybe<Scalars['String']['output']>;
@@ -4971,7 +5117,8 @@ export declare enum UploadSessionType {
4971
5117
  EasBuildProjectSources = "EAS_BUILD_PROJECT_SOURCES",
4972
5118
  /** @deprecated Use EAS_SUBMIT_GCS_APP_ARCHIVE instead. */
4973
5119
  EasSubmitAppArchive = "EAS_SUBMIT_APP_ARCHIVE",
4974
- EasSubmitGcsAppArchive = "EAS_SUBMIT_GCS_APP_ARCHIVE"
5120
+ EasSubmitGcsAppArchive = "EAS_SUBMIT_GCS_APP_ARCHIVE",
5121
+ EasUpdateFingerprint = "EAS_UPDATE_FINGERPRINT"
4975
5122
  }
4976
5123
  export type UsageMetricTotal = {
4977
5124
  __typename?: 'UsageMetricTotal';
@@ -5042,6 +5189,7 @@ export type User = Actor & UserActor & {
5042
5189
  /** @deprecated No longer supported */
5043
5190
  isLegacy: Scalars['Boolean']['output'];
5044
5191
  isSecondFactorAuthenticationEnabled: Scalars['Boolean']['output'];
5192
+ lastDeletionAttemptTime?: Maybe<Scalars['DateTime']['output']>;
5045
5193
  lastName?: Maybe<Scalars['String']['output']>;
5046
5194
  /** @deprecated No longer supported */
5047
5195
  location?: Maybe<Scalars['String']['output']>;
@@ -5135,6 +5283,7 @@ export type UserActor = {
5135
5283
  /** @deprecated No longer supported */
5136
5284
  industry?: Maybe<Scalars['String']['output']>;
5137
5285
  isExpoAdmin: Scalars['Boolean']['output'];
5286
+ lastDeletionAttemptTime?: Maybe<Scalars['DateTime']['output']>;
5138
5287
  lastName?: Maybe<Scalars['String']['output']>;
5139
5288
  /** @deprecated No longer supported */
5140
5289
  location?: Maybe<Scalars['String']['output']>;
@@ -5478,6 +5627,20 @@ export type WebsiteNotificationsConnection = {
5478
5627
  edges: Array<WebsiteNotificationEdge>;
5479
5628
  pageInfo: PageInfo;
5480
5629
  };
5630
+ export type WorkerDeployment = {
5631
+ __typename?: 'WorkerDeployment';
5632
+ id: Scalars['ID']['output'];
5633
+ };
5634
+ export type WorkerDeploymentEdge = {
5635
+ __typename?: 'WorkerDeploymentEdge';
5636
+ cursor: Scalars['String']['output'];
5637
+ node: WorkerDeployment;
5638
+ };
5639
+ export type WorkerDeploymentsConnection = {
5640
+ __typename?: 'WorkerDeploymentsConnection';
5641
+ edges: Array<WorkerDeploymentEdge>;
5642
+ pageInfo: PageInfo;
5643
+ };
5481
5644
  export declare enum WorkerLoggerLevel {
5482
5645
  Debug = "DEBUG",
5483
5646
  Error = "ERROR",
@@ -6,8 +6,8 @@
6
6
  * For more info and docs, visit https://graphql-code-generator.com/
7
7
  */
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
- exports.IosManagedBuildType = exports.IosDistributionType = exports.IosBuildType = exports.InvoiceDiscountType = exports.GitHubJobRunTriggerType = exports.GitHubJobRunTriggerRunStatus = exports.GitHubJobRunJobType = exports.GitHubBuildTriggerType = exports.GitHubBuildTriggerRunStatus = exports.GitHubAppInstallationStatus = exports.GitHubAppEnvironment = exports.Feature = exports.Experiment = exports.EnvironmentSecretType = exports.EasTotalPlanEnablementUnit = exports.EasServiceMetric = exports.EasService = exports.EasBuildWaiverType = exports.EasBuildDeprecationInfoType = exports.EasBuildBillingResourceClass = exports.DistributionType = exports.BuildWorkflow = exports.BuildTrigger = exports.BuildStatus = exports.BuildRetryDisabledReason = exports.BuildResourceClass = exports.BuildPriority = exports.BuildPhase = exports.BuildMode = exports.BuildLimitThresholdExceededMetadataType = exports.BuildIosEnterpriseProvisioning = exports.BuildCredentialsSource = exports.BackgroundJobState = exports.BackgroundJobResultType = exports.AuthProviderIdentifier = exports.AuthProtocolType = exports.AssetMetadataStatus = exports.AppsFilter = exports.AppleTeamType = exports.AppleDeviceClass = exports.AppStoreConnectUserRole = exports.AppSort = exports.AppPrivacy = exports.AppPlatform = exports.AppInternalDistributionBuildPrivacy = exports.AndroidKeystoreType = exports.AndroidFcmVersion = exports.AndroidBuildType = exports.ActivityTimelineProjectActivityType = exports.AccountAppsSortByField = void 0;
10
- exports.WorkerLoggerLevel = exports.WebhookType = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = exports.TargetEntityMutationType = exports.SubmissionStatus = exports.SubmissionArchiveSourceType = exports.SubmissionAndroidTrack = exports.SubmissionAndroidReleaseStatus = exports.SubmissionAndroidArchiveType = exports.StatuspageServiceStatus = exports.StatuspageServiceName = exports.StatuspageIncidentStatus = exports.StatuspageIncidentImpact = exports.StandardOffer = exports.SecondFactorMethod = exports.Role = exports.ResourceClassExperiment = exports.ProjectArchiveSourceType = exports.Permission = exports.Order = exports.OnboardingEnvironment = exports.OnboardingDeviceType = exports.OfferType = exports.NotificationType = exports.NotificationEvent = exports.MailchimpTag = exports.MailchimpAudience = exports.JobRunStatus = exports.JobRunPriority = exports.IosSchemeBuildConfiguration = void 0;
9
+ exports.GitHubJobRunTriggerType = exports.GitHubJobRunTriggerRunStatus = exports.GitHubJobRunJobType = exports.GitHubBuildTriggerType = exports.GitHubBuildTriggerRunStatus = exports.GitHubAppInstallationStatus = exports.GitHubAppEnvironment = exports.FingerprintSourceType = exports.Feature = exports.Experiment = exports.EnvironmentVariableScope = exports.EnvironmentVariableEnvironment = exports.EnvironmentSecretType = exports.EasTotalPlanEnablementUnit = exports.EasServiceMetric = exports.EasService = exports.EasBuildWaiverType = exports.EasBuildDeprecationInfoType = exports.EasBuildBillingResourceClass = exports.DistributionType = exports.BuildWorkflow = exports.BuildTrigger = exports.BuildStatus = exports.BuildRetryDisabledReason = exports.BuildResourceClass = exports.BuildPriority = exports.BuildPhase = exports.BuildMode = exports.BuildLimitThresholdExceededMetadataType = exports.BuildIosEnterpriseProvisioning = exports.BuildCredentialsSource = exports.BackgroundJobState = exports.BackgroundJobResultType = exports.AuthProviderIdentifier = exports.AuthProtocolType = exports.AuditLogsExportFormat = exports.AssetMetadataStatus = exports.AppsFilter = exports.AppleTeamType = exports.AppleDeviceClass = exports.AppStoreConnectUserRole = exports.AppSort = exports.AppPrivacy = exports.AppPlatform = exports.AppInternalDistributionBuildPrivacy = exports.AndroidKeystoreType = exports.AndroidFcmVersion = exports.AndroidBuildType = exports.ActivityTimelineProjectActivityType = exports.AccountAppsSortByField = void 0;
10
+ exports.WorkerLoggerLevel = exports.WebhookType = exports.UsageMetricsGranularity = exports.UsageMetricType = exports.UploadSessionType = exports.TargetEntityMutationType = exports.SubmissionStatus = exports.SubmissionArchiveSourceType = exports.SubmissionAndroidTrack = exports.SubmissionAndroidReleaseStatus = exports.SubmissionAndroidArchiveType = exports.StatuspageServiceStatus = exports.StatuspageServiceName = exports.StatuspageIncidentStatus = exports.StatuspageIncidentImpact = exports.StandardOffer = exports.SecondFactorMethod = exports.Role = exports.ResourceClassExperiment = exports.ProjectArchiveSourceType = exports.Permission = exports.Order = exports.OnboardingEnvironment = exports.OnboardingDeviceType = exports.OfferType = exports.NotificationType = exports.NotificationEvent = exports.MailchimpTag = exports.MailchimpAudience = exports.JobRunStatus = exports.JobRunPriority = exports.IosSchemeBuildConfiguration = exports.IosManagedBuildType = exports.IosDistributionType = exports.IosBuildType = exports.InvoiceDiscountType = void 0;
11
11
  var AccountAppsSortByField;
12
12
  (function (AccountAppsSortByField) {
13
13
  AccountAppsSortByField["LatestActivityTime"] = "LATEST_ACTIVITY_TIME";
@@ -108,6 +108,12 @@ var AssetMetadataStatus;
108
108
  AssetMetadataStatus["DoesNotExist"] = "DOES_NOT_EXIST";
109
109
  AssetMetadataStatus["Exists"] = "EXISTS";
110
110
  })(AssetMetadataStatus || (exports.AssetMetadataStatus = AssetMetadataStatus = {}));
111
+ var AuditLogsExportFormat;
112
+ (function (AuditLogsExportFormat) {
113
+ AuditLogsExportFormat["Csv"] = "CSV";
114
+ AuditLogsExportFormat["Json"] = "JSON";
115
+ AuditLogsExportFormat["Jsonl"] = "JSONL";
116
+ })(AuditLogsExportFormat || (exports.AuditLogsExportFormat = AuditLogsExportFormat = {}));
111
117
  var AuthProtocolType;
112
118
  (function (AuthProtocolType) {
113
119
  AuthProtocolType["Oidc"] = "OIDC";
@@ -121,6 +127,7 @@ var AuthProviderIdentifier;
121
127
  })(AuthProviderIdentifier || (exports.AuthProviderIdentifier = AuthProviderIdentifier = {}));
122
128
  var BackgroundJobResultType;
123
129
  (function (BackgroundJobResultType) {
130
+ BackgroundJobResultType["AuditLogsExport"] = "AUDIT_LOGS_EXPORT";
124
131
  BackgroundJobResultType["GithubBuild"] = "GITHUB_BUILD";
125
132
  BackgroundJobResultType["Void"] = "VOID";
126
133
  })(BackgroundJobResultType || (exports.BackgroundJobResultType = BackgroundJobResultType = {}));
@@ -303,6 +310,17 @@ var EnvironmentSecretType;
303
310
  EnvironmentSecretType["FileBase64"] = "FILE_BASE64";
304
311
  EnvironmentSecretType["String"] = "STRING";
305
312
  })(EnvironmentSecretType || (exports.EnvironmentSecretType = EnvironmentSecretType = {}));
313
+ var EnvironmentVariableEnvironment;
314
+ (function (EnvironmentVariableEnvironment) {
315
+ EnvironmentVariableEnvironment["Development"] = "DEVELOPMENT";
316
+ EnvironmentVariableEnvironment["Preview"] = "PREVIEW";
317
+ EnvironmentVariableEnvironment["Production"] = "PRODUCTION";
318
+ })(EnvironmentVariableEnvironment || (exports.EnvironmentVariableEnvironment = EnvironmentVariableEnvironment = {}));
319
+ var EnvironmentVariableScope;
320
+ (function (EnvironmentVariableScope) {
321
+ EnvironmentVariableScope["Project"] = "PROJECT";
322
+ EnvironmentVariableScope["Shared"] = "SHARED";
323
+ })(EnvironmentVariableScope || (exports.EnvironmentVariableScope = EnvironmentVariableScope = {}));
306
324
  var Experiment;
307
325
  (function (Experiment) {
308
326
  Experiment["Orbit"] = "ORBIT";
@@ -318,6 +336,10 @@ var Feature;
318
336
  /** Share access to projects */
319
337
  Feature["Teams"] = "TEAMS";
320
338
  })(Feature || (exports.Feature = Feature = {}));
339
+ var FingerprintSourceType;
340
+ (function (FingerprintSourceType) {
341
+ FingerprintSourceType["Gcs"] = "GCS";
342
+ })(FingerprintSourceType || (exports.FingerprintSourceType = FingerprintSourceType = {}));
321
343
  var GitHubAppEnvironment;
322
344
  (function (GitHubAppEnvironment) {
323
345
  GitHubAppEnvironment["Development"] = "DEVELOPMENT";
@@ -585,6 +607,7 @@ var UploadSessionType;
585
607
  /** @deprecated Use EAS_SUBMIT_GCS_APP_ARCHIVE instead. */
586
608
  UploadSessionType["EasSubmitAppArchive"] = "EAS_SUBMIT_APP_ARCHIVE";
587
609
  UploadSessionType["EasSubmitGcsAppArchive"] = "EAS_SUBMIT_GCS_APP_ARCHIVE";
610
+ UploadSessionType["EasUpdateFingerprint"] = "EAS_UPDATE_FINGERPRINT";
588
611
  })(UploadSessionType || (exports.UploadSessionType = UploadSessionType = {}));
589
612
  var UsageMetricType;
590
613
  (function (UsageMetricType) {
@@ -7,4 +7,7 @@ export declare function resolveRuntimeVersionAsync({ exp, platform, workflow, pr
7
7
  projectDir: string;
8
8
  env: Env | undefined;
9
9
  cwd?: string;
10
- }): Promise<string | null>;
10
+ }): Promise<{
11
+ runtimeVersion: string | null;
12
+ fingerprintSources: object[] | null;
13
+ } | null>;
@@ -10,7 +10,10 @@ async function resolveRuntimeVersionAsync({ exp, platform, workflow, projectDir,
10
10
  if (!(await (0, projectUtils_1.isModernExpoUpdatesCLIWithRuntimeVersionCommandSupportedAsync)(projectDir))) {
11
11
  // fall back to the previous behavior (using the @expo/config-plugins eas-cli dependency rather
12
12
  // than the versioned @expo/config-plugins dependency in the project)
13
- return await config_plugins_1.Updates.getRuntimeVersionNullableAsync(projectDir, exp, platform);
13
+ return {
14
+ runtimeVersion: await config_plugins_1.Updates.getRuntimeVersionNullableAsync(projectDir, exp, platform),
15
+ fingerprintSources: null,
16
+ };
14
17
  }
15
18
  try {
16
19
  log_1.default.debug('Using expo-updates runtimeversion:resolve CLI for runtime version resolution');
@@ -19,7 +22,10 @@ async function resolveRuntimeVersionAsync({ exp, platform, workflow, projectDir,
19
22
  const runtimeVersionResult = JSON.parse(resolvedRuntimeVersionJSONResult);
20
23
  log_1.default.debug('runtimeversion:resolve output:');
21
24
  log_1.default.debug(resolvedRuntimeVersionJSONResult);
22
- return runtimeVersionResult.runtimeVersion ?? null;
25
+ return {
26
+ runtimeVersion: runtimeVersionResult.runtimeVersion ?? null,
27
+ fingerprintSources: runtimeVersionResult.fingerprintSources ?? null,
28
+ };
23
29
  }
24
30
  catch (e) {
25
31
  // if expo-updates is not installed, there's no need for a runtime version in the build
@@ -190,7 +190,9 @@ class CreateRollout {
190
190
  platform,
191
191
  workflow: workflows[platform],
192
192
  env: undefined,
193
- })))).filter(filter_1.truthy);
193
+ }))))
194
+ .map(runtime => runtime?.runtimeVersion)
195
+ .filter(filter_1.truthy);
194
196
  const dedupedRuntimes = [...new Set(runtimes)];
195
197
  if (dedupedRuntimes.length === 0) {
196
198
  throw new Error(`Your project config doesn't specify a runtime. Ensure your project is configured correctly for EAS Update by running \`eas update:configure\``);
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "10.0.3",
2
+ "version": "10.1.0",
3
3
  "commands": {
4
4
  "analytics": {
5
5
  "id": "analytics",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eas-cli",
3
3
  "description": "EAS command line tool",
4
- "version": "10.0.3",
4
+ "version": "10.1.0",
5
5
  "author": "Expo <support@expo.dev>",
6
6
  "bin": {
7
7
  "eas": "./bin/run"
@@ -223,5 +223,5 @@
223
223
  "node": "20.11.0",
224
224
  "yarn": "1.22.21"
225
225
  },
226
- "gitHead": "0516b507bce06c136e38700e0d333675e719a8ba"
226
+ "gitHead": "97d1e259082938ac21f7a873d58b034fb6c0eee8"
227
227
  }