eas-cli 18.4.0 → 18.5.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 +92 -90
- package/build/build/android/prepareJob.js +2 -2
- package/build/build/ios/prepareJob.js +2 -2
- package/build/build/metadata.js +2 -1
- package/build/commandUtils/EasCommand.js +23 -2
- package/build/commandUtils/context/contextUtils/getProjectIdAsync.js +2 -0
- package/build/commandUtils/workflow/fetchLogs.js +11 -2
- package/build/commandUtils/workflow/types.d.ts +5 -1
- package/build/commandUtils/workflow/utils.js +22 -16
- package/build/commands/metadata/pull.d.ts +1 -0
- package/build/commands/metadata/pull.js +11 -4
- package/build/commands/metadata/push.d.ts +1 -0
- package/build/commands/metadata/push.js +11 -4
- package/build/commands/project/onboarding.js +3 -0
- package/build/commands/workflow/logs.js +12 -12
- package/build/graphql/generated.d.ts +673 -46
- package/build/graphql/generated.js +58 -20
- package/build/graphql/queries/UserQuery.js +3 -0
- package/build/graphql/types/Update.js +3 -0
- package/build/metadata/apple/config/reader.d.ts +5 -1
- package/build/metadata/apple/config/reader.js +8 -0
- package/build/metadata/apple/config/writer.d.ts +5 -1
- package/build/metadata/apple/config/writer.js +13 -0
- package/build/metadata/apple/data.d.ts +6 -2
- package/build/metadata/apple/rules/infoRestrictedWords.js +6 -1
- package/build/metadata/apple/tasks/age-rating.d.ts +1 -1
- package/build/metadata/apple/tasks/age-rating.js +19 -3
- package/build/metadata/apple/tasks/app-review-detail.js +7 -2
- package/build/metadata/apple/tasks/index.js +4 -0
- package/build/metadata/apple/tasks/previews.d.ts +18 -0
- package/build/metadata/apple/tasks/previews.js +208 -0
- package/build/metadata/apple/tasks/screenshots.d.ts +18 -0
- package/build/metadata/apple/tasks/screenshots.js +224 -0
- package/build/metadata/apple/types.d.ts +34 -1
- package/build/metadata/auth.d.ts +11 -1
- package/build/metadata/auth.js +96 -2
- package/build/metadata/download.d.ts +5 -1
- package/build/metadata/download.js +16 -8
- package/build/metadata/upload.d.ts +5 -1
- package/build/metadata/upload.js +11 -4
- package/build/project/projectUtils.d.ts +0 -2
- package/build/project/projectUtils.js +0 -12
- package/build/project/workflow.js +1 -1
- package/build/sentry.d.ts +2 -0
- package/build/sentry.js +22 -0
- package/build/update/utils.d.ts +2 -2
- package/build/update/utils.js +1 -0
- package/build/user/User.d.ts +2 -2
- package/build/user/User.js +3 -0
- package/build/user/expoBrowserAuthFlowLauncher.js +70 -13
- package/oclif.manifest.json +13 -1
- package/package.json +12 -11
- package/schema/metadata-0.json +36 -0
|
@@ -885,20 +885,6 @@ export type ActorQuery = {
|
|
|
885
885
|
export type ActorQueryByIdArgs = {
|
|
886
886
|
id: Scalars['ID']['input'];
|
|
887
887
|
};
|
|
888
|
-
export type AddUserInput = {
|
|
889
|
-
audience?: InputMaybe<MailchimpAudience>;
|
|
890
|
-
email: Scalars['String']['input'];
|
|
891
|
-
tags?: InputMaybe<Array<MailchimpTag>>;
|
|
892
|
-
};
|
|
893
|
-
export type AddUserPayload = {
|
|
894
|
-
__typename?: 'AddUserPayload';
|
|
895
|
-
email_address?: Maybe<Scalars['String']['output']>;
|
|
896
|
-
id?: Maybe<Scalars['String']['output']>;
|
|
897
|
-
list_id?: Maybe<Scalars['String']['output']>;
|
|
898
|
-
status?: Maybe<Scalars['String']['output']>;
|
|
899
|
-
tags?: Maybe<Array<MailchimpTagPayload>>;
|
|
900
|
-
timestamp_signup?: Maybe<Scalars['String']['output']>;
|
|
901
|
-
};
|
|
902
888
|
export type AddonDetails = {
|
|
903
889
|
__typename?: 'AddonDetails';
|
|
904
890
|
id: Scalars['ID']['output'];
|
|
@@ -1141,7 +1127,6 @@ export type AndroidJobOverridesInput = {
|
|
|
1141
1127
|
};
|
|
1142
1128
|
export type AndroidJobSecretsInput = {
|
|
1143
1129
|
buildCredentials?: InputMaybe<AndroidJobBuildCredentialsInput>;
|
|
1144
|
-
robotAccessToken?: InputMaybe<Scalars['String']['input']>;
|
|
1145
1130
|
};
|
|
1146
1131
|
export type AndroidJobVersionInput = {
|
|
1147
1132
|
versionCode: Scalars['String']['input'];
|
|
@@ -1620,6 +1605,10 @@ export type AppWorkflowRunsPaginatedArgs = {
|
|
|
1620
1605
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
1621
1606
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1622
1607
|
};
|
|
1608
|
+
/** Represents an Exponent App (or Experience in legacy terms) */
|
|
1609
|
+
export type AppWorkflowsArgs = {
|
|
1610
|
+
filter?: InputMaybe<AppWorkflowFilterInput>;
|
|
1611
|
+
};
|
|
1623
1612
|
export type AppBranchEdge = {
|
|
1624
1613
|
__typename?: 'AppBranchEdge';
|
|
1625
1614
|
cursor: Scalars['String']['output'];
|
|
@@ -1780,8 +1769,16 @@ export type AppNotificationPreferenceInput = {
|
|
|
1780
1769
|
};
|
|
1781
1770
|
export type AppObserve = {
|
|
1782
1771
|
__typename?: 'AppObserve';
|
|
1772
|
+
environments: Array<Scalars['String']['output']>;
|
|
1783
1773
|
events: AppObserveEventsConnection;
|
|
1774
|
+
releases: Array<AppObserveRelease>;
|
|
1784
1775
|
timeSeries: AppObserveTimeSeries;
|
|
1776
|
+
totalEventCount: Scalars['Int']['output'];
|
|
1777
|
+
};
|
|
1778
|
+
export type AppObserveEnvironmentsArgs = {
|
|
1779
|
+
endTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
1780
|
+
platform?: InputMaybe<AppObservePlatform>;
|
|
1781
|
+
startTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
1785
1782
|
};
|
|
1786
1783
|
export type AppObserveEventsArgs = {
|
|
1787
1784
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1791,6 +1788,9 @@ export type AppObserveEventsArgs = {
|
|
|
1791
1788
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
1792
1789
|
orderBy?: InputMaybe<AppObserveEventsOrderBy>;
|
|
1793
1790
|
};
|
|
1791
|
+
export type AppObserveReleasesArgs = {
|
|
1792
|
+
input: AppObserveReleasesInput;
|
|
1793
|
+
};
|
|
1794
1794
|
export type AppObserveTimeSeriesArgs = {
|
|
1795
1795
|
input: AppObserveTimeSeriesInput;
|
|
1796
1796
|
};
|
|
@@ -1809,6 +1809,7 @@ export type AppObserveEvent = {
|
|
|
1809
1809
|
deviceOs: Scalars['String']['output'];
|
|
1810
1810
|
deviceOsVersion: Scalars['String']['output'];
|
|
1811
1811
|
easClientId: Scalars['String']['output'];
|
|
1812
|
+
environment?: Maybe<Scalars['String']['output']>;
|
|
1812
1813
|
eventBatchId: Scalars['ID']['output'];
|
|
1813
1814
|
expoSdkVersion?: Maybe<Scalars['String']['output']>;
|
|
1814
1815
|
id: Scalars['ID']['output'];
|
|
@@ -1817,6 +1818,7 @@ export type AppObserveEvent = {
|
|
|
1817
1818
|
metricValue: Scalars['Float']['output'];
|
|
1818
1819
|
parentSessionId?: Maybe<Scalars['String']['output']>;
|
|
1819
1820
|
reactNativeVersion?: Maybe<Scalars['String']['output']>;
|
|
1821
|
+
routeName?: Maybe<Scalars['String']['output']>;
|
|
1820
1822
|
sessionEventCount?: Maybe<Scalars['Int']['output']>;
|
|
1821
1823
|
sessionId?: Maybe<Scalars['String']['output']>;
|
|
1822
1824
|
tags: Scalars['JSON']['output'];
|
|
@@ -1838,6 +1840,7 @@ export type AppObserveEventsFilter = {
|
|
|
1838
1840
|
appVersion?: InputMaybe<Scalars['String']['input']>;
|
|
1839
1841
|
easClientId?: InputMaybe<Scalars['String']['input']>;
|
|
1840
1842
|
endTime?: InputMaybe<Scalars['DateTime']['input']>;
|
|
1843
|
+
environment?: InputMaybe<Scalars['String']['input']>;
|
|
1841
1844
|
metricName?: InputMaybe<Scalars['String']['input']>;
|
|
1842
1845
|
platform?: InputMaybe<AppObservePlatform>;
|
|
1843
1846
|
sessionId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -1859,6 +1862,23 @@ export declare enum AppObservePlatform {
|
|
|
1859
1862
|
Android = "ANDROID",
|
|
1860
1863
|
Ios = "IOS"
|
|
1861
1864
|
}
|
|
1865
|
+
export type AppObserveRelease = {
|
|
1866
|
+
__typename?: 'AppObserveRelease';
|
|
1867
|
+
appUpdateId?: Maybe<Scalars['String']['output']>;
|
|
1868
|
+
appVersion: Scalars['String']['output'];
|
|
1869
|
+
firstSeenAt: Scalars['DateTime']['output'];
|
|
1870
|
+
type: AppObserveReleaseType;
|
|
1871
|
+
};
|
|
1872
|
+
export declare enum AppObserveReleaseType {
|
|
1873
|
+
Update = "UPDATE",
|
|
1874
|
+
Version = "VERSION"
|
|
1875
|
+
}
|
|
1876
|
+
export type AppObserveReleasesInput = {
|
|
1877
|
+
endTime: Scalars['DateTime']['input'];
|
|
1878
|
+
environment?: InputMaybe<Scalars['String']['input']>;
|
|
1879
|
+
platform: AppObservePlatform;
|
|
1880
|
+
startTime: Scalars['DateTime']['input'];
|
|
1881
|
+
};
|
|
1862
1882
|
export type AppObserveTimeSeries = {
|
|
1863
1883
|
__typename?: 'AppObserveTimeSeries';
|
|
1864
1884
|
buckets: Array<AppObserveTimeSeriesBucket>;
|
|
@@ -1886,6 +1906,7 @@ export type AppObserveTimeSeriesInput = {
|
|
|
1886
1906
|
appVersion?: InputMaybe<Scalars['String']['input']>;
|
|
1887
1907
|
bucketIntervalMinutes?: InputMaybe<Scalars['Int']['input']>;
|
|
1888
1908
|
endTime: Scalars['DateTime']['input'];
|
|
1909
|
+
environment?: InputMaybe<Scalars['String']['input']>;
|
|
1889
1910
|
metricName: Scalars['String']['input'];
|
|
1890
1911
|
platform: AppObservePlatform;
|
|
1891
1912
|
startTime: Scalars['DateTime']['input'];
|
|
@@ -2184,6 +2205,9 @@ export type AppWithGithubRepositoryInput = {
|
|
|
2184
2205
|
installationIdentifier?: InputMaybe<Scalars['String']['input']>;
|
|
2185
2206
|
projectName: Scalars['String']['input'];
|
|
2186
2207
|
};
|
|
2208
|
+
export type AppWorkflowFilterInput = {
|
|
2209
|
+
requestedGitRef?: InputMaybe<Scalars['String']['input']>;
|
|
2210
|
+
};
|
|
2187
2211
|
export type AppWorkflowRunEdge = {
|
|
2188
2212
|
__typename?: 'AppWorkflowRunEdge';
|
|
2189
2213
|
cursor: Scalars['String']['output'];
|
|
@@ -2193,6 +2217,7 @@ export type AppWorkflowRunFilterInput = {
|
|
|
2193
2217
|
requestedGitRef?: InputMaybe<Scalars['String']['input']>;
|
|
2194
2218
|
status?: InputMaybe<WorkflowRunStatus>;
|
|
2195
2219
|
timeRange?: InputMaybe<WorkflowRunTimeRangeInput>;
|
|
2220
|
+
workflowId?: InputMaybe<Scalars['ID']['input']>;
|
|
2196
2221
|
};
|
|
2197
2222
|
export type AppWorkflowRunGitBranchEdge = {
|
|
2198
2223
|
__typename?: 'AppWorkflowRunGitBranchEdge';
|
|
@@ -2685,6 +2710,7 @@ export type AverageAssetMetrics = {
|
|
|
2685
2710
|
__typename?: 'AverageAssetMetrics';
|
|
2686
2711
|
averageDownloadSizeBytes: Scalars['Int']['output'];
|
|
2687
2712
|
baseUpdate?: Maybe<Update>;
|
|
2713
|
+
baseUpdateDownloadUrl?: Maybe<Scalars['String']['output']>;
|
|
2688
2714
|
baseUpdateId?: Maybe<Scalars['ID']['output']>;
|
|
2689
2715
|
count: Scalars['Int']['output'];
|
|
2690
2716
|
storageKey: Scalars['String']['output'];
|
|
@@ -3103,12 +3129,17 @@ export type BuildParamsInput = {
|
|
|
3103
3129
|
};
|
|
3104
3130
|
export declare enum BuildPhase {
|
|
3105
3131
|
BuilderInfo = "BUILDER_INFO",
|
|
3132
|
+
CacheStats = "CACHE_STATS",
|
|
3133
|
+
CalculateExpoUpdatesRuntimeVersion = "CALCULATE_EXPO_UPDATES_RUNTIME_VERSION",
|
|
3106
3134
|
CleanUpCredentials = "CLEAN_UP_CREDENTIALS",
|
|
3107
3135
|
CompleteBuild = "COMPLETE_BUILD",
|
|
3136
|
+
CompleteJob = "COMPLETE_JOB",
|
|
3137
|
+
ConfigureAndroidVersion = "CONFIGURE_ANDROID_VERSION",
|
|
3108
3138
|
ConfigureExpoUpdates = "CONFIGURE_EXPO_UPDATES",
|
|
3109
3139
|
ConfigureXcodeProject = "CONFIGURE_XCODE_PROJECT",
|
|
3110
3140
|
Custom = "CUSTOM",
|
|
3111
3141
|
DownloadApplicationArchive = "DOWNLOAD_APPLICATION_ARCHIVE",
|
|
3142
|
+
EagerBundle = "EAGER_BUNDLE",
|
|
3112
3143
|
EasBuildInternal = "EAS_BUILD_INTERNAL",
|
|
3113
3144
|
FailBuild = "FAIL_BUILD",
|
|
3114
3145
|
FixGradlew = "FIX_GRADLEW",
|
|
@@ -3129,6 +3160,7 @@ export declare enum BuildPhase {
|
|
|
3129
3160
|
PreUploadArtifactsHook = "PRE_UPLOAD_ARTIFACTS_HOOK",
|
|
3130
3161
|
Queue = "QUEUE",
|
|
3131
3162
|
ReadAppConfig = "READ_APP_CONFIG",
|
|
3163
|
+
ReadEasJson = "READ_EAS_JSON",
|
|
3132
3164
|
ReadPackageJson = "READ_PACKAGE_JSON",
|
|
3133
3165
|
RestoreCache = "RESTORE_CACHE",
|
|
3134
3166
|
RunExpoDoctor = "RUN_EXPO_DOCTOR",
|
|
@@ -3305,6 +3337,12 @@ export type CodeSigningInfoInput = {
|
|
|
3305
3337
|
keyid: Scalars['String']['input'];
|
|
3306
3338
|
sig: Scalars['String']['input'];
|
|
3307
3339
|
};
|
|
3340
|
+
/** Metadata to set when completing a message. */
|
|
3341
|
+
export type CompleteEchoMessageMetadataInput = {
|
|
3342
|
+
cost?: InputMaybe<Scalars['Float']['input']>;
|
|
3343
|
+
finishReason?: InputMaybe<Scalars['String']['input']>;
|
|
3344
|
+
tokens?: InputMaybe<EchoMessageTokenUsageInput>;
|
|
3345
|
+
};
|
|
3308
3346
|
export type Concurrencies = {
|
|
3309
3347
|
__typename?: 'Concurrencies';
|
|
3310
3348
|
android: Scalars['Int']['output'];
|
|
@@ -3321,6 +3359,10 @@ export declare enum ContinentCode {
|
|
|
3321
3359
|
Sa = "SA",
|
|
3322
3360
|
T1 = "T1"
|
|
3323
3361
|
}
|
|
3362
|
+
export type ConvexIntegrationQuery = {
|
|
3363
|
+
__typename?: 'ConvexIntegrationQuery';
|
|
3364
|
+
clientIdentifier: Scalars['String']['output'];
|
|
3365
|
+
};
|
|
3324
3366
|
export declare enum CrashSampleFor {
|
|
3325
3367
|
Newest = "NEWEST",
|
|
3326
3368
|
Oldest = "OLDEST"
|
|
@@ -3364,6 +3406,7 @@ export type CreateEchoChatInput = {
|
|
|
3364
3406
|
};
|
|
3365
3407
|
export type CreateEchoMessageInput = {
|
|
3366
3408
|
echoChatId: Scalars['ID']['input'];
|
|
3409
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
3367
3410
|
metadata?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
3368
3411
|
parentEchoMessageId?: InputMaybe<Scalars['ID']['input']>;
|
|
3369
3412
|
role: EchoMessageRole;
|
|
@@ -3373,6 +3416,7 @@ export type CreateEchoMessageInput = {
|
|
|
3373
3416
|
export type CreateEchoMessagePartInput = {
|
|
3374
3417
|
data: Scalars['JSONObject']['input'];
|
|
3375
3418
|
echoMessageId: Scalars['ID']['input'];
|
|
3419
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
3376
3420
|
index?: InputMaybe<Scalars['Int']['input']>;
|
|
3377
3421
|
type: EchoMessagePartType;
|
|
3378
3422
|
};
|
|
@@ -3389,6 +3433,23 @@ export type CreateEchoProjectInput = {
|
|
|
3389
3433
|
thumbnail?: InputMaybe<EchoProjectThumbnailInput>;
|
|
3390
3434
|
visibility?: InputMaybe<EchoProjectVisibility>;
|
|
3391
3435
|
};
|
|
3436
|
+
export type CreateEchoRepositoryInput = {
|
|
3437
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
3438
|
+
echoProjectId: Scalars['ID']['input'];
|
|
3439
|
+
/**
|
|
3440
|
+
* When true, allows creating a new repository even if the Echo project already has a linked repository.
|
|
3441
|
+
* The existing link will be replaced.
|
|
3442
|
+
*/
|
|
3443
|
+
force?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3444
|
+
/**
|
|
3445
|
+
* Whether the repository should be private. Defaults to true.
|
|
3446
|
+
* Must be true (or unset) for shared organization repositories.
|
|
3447
|
+
*/
|
|
3448
|
+
isPrivate?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3449
|
+
orgName: Scalars['String']['input'];
|
|
3450
|
+
provider: Scalars['String']['input'];
|
|
3451
|
+
repoName: Scalars['String']['input'];
|
|
3452
|
+
};
|
|
3392
3453
|
export type CreateEchoVersionInput = {
|
|
3393
3454
|
buildError?: InputMaybe<Scalars['String']['input']>;
|
|
3394
3455
|
buildStatus: EchoBuildStatus;
|
|
@@ -3498,6 +3559,12 @@ export type CreateVexoAppInput = {
|
|
|
3498
3559
|
slug: Scalars['String']['input'];
|
|
3499
3560
|
vexoIdentifier: Scalars['String']['input'];
|
|
3500
3561
|
};
|
|
3562
|
+
export type CreateWorkflowDeviceTestCaseResultsInput = {
|
|
3563
|
+
/** Test case results to create. (path, retryCount) pairs must be unique. */
|
|
3564
|
+
testCaseResults: Array<WorkflowDeviceTestCaseResultInput>;
|
|
3565
|
+
/** ID of the workflow job to associate results with. */
|
|
3566
|
+
workflowJobId: Scalars['ID']['input'];
|
|
3567
|
+
};
|
|
3501
3568
|
export type CumulativeAverageMetrics = {
|
|
3502
3569
|
__typename?: 'CumulativeAverageMetrics';
|
|
3503
3570
|
averageUpdatePayloadBytes: Scalars['Int']['output'];
|
|
@@ -3853,6 +3920,7 @@ export declare enum EasBuildWaiverType {
|
|
|
3853
3920
|
export declare enum EasService {
|
|
3854
3921
|
Builds = "BUILDS",
|
|
3855
3922
|
Jobs = "JOBS",
|
|
3923
|
+
Mcp = "MCP",
|
|
3856
3924
|
Updates = "UPDATES"
|
|
3857
3925
|
}
|
|
3858
3926
|
export declare enum EasServiceMetric {
|
|
@@ -3861,6 +3929,7 @@ export declare enum EasServiceMetric {
|
|
|
3861
3929
|
Builds = "BUILDS",
|
|
3862
3930
|
LocalBuilds = "LOCAL_BUILDS",
|
|
3863
3931
|
ManifestRequests = "MANIFEST_REQUESTS",
|
|
3932
|
+
McpRequests = "MCP_REQUESTS",
|
|
3864
3933
|
RunTime = "RUN_TIME",
|
|
3865
3934
|
UniqueUpdaters = "UNIQUE_UPDATERS",
|
|
3866
3935
|
UniqueUsers = "UNIQUE_USERS"
|
|
@@ -3970,6 +4039,12 @@ export type EchoMessage = {
|
|
|
3970
4039
|
/** User who sent the message (for user messages) */
|
|
3971
4040
|
user?: Maybe<User>;
|
|
3972
4041
|
};
|
|
4042
|
+
/** Breakdown of cache write input tokens by cache TTL. */
|
|
4043
|
+
export type EchoMessageCacheWriteInput = {
|
|
4044
|
+
ttl1h?: InputMaybe<Scalars['Int']['input']>;
|
|
4045
|
+
ttl5m?: InputMaybe<Scalars['Int']['input']>;
|
|
4046
|
+
ttl24h?: InputMaybe<Scalars['Int']['input']>;
|
|
4047
|
+
};
|
|
3973
4048
|
export type EchoMessageConnection = {
|
|
3974
4049
|
__typename?: 'EchoMessageConnection';
|
|
3975
4050
|
edges: Array<EchoMessageEdge>;
|
|
@@ -3983,13 +4058,14 @@ export type EchoMessageEdge = {
|
|
|
3983
4058
|
};
|
|
3984
4059
|
export type EchoMessageMutation = {
|
|
3985
4060
|
__typename?: 'EchoMessageMutation';
|
|
3986
|
-
/** Mark a message as completed (sets completedAt) */
|
|
4061
|
+
/** Mark a message as completed (sets completedAt and optionally updates metadata with tokens) */
|
|
3987
4062
|
completeMessage: EchoMessage;
|
|
3988
4063
|
/** Create a new message */
|
|
3989
4064
|
createMessage: EchoMessage;
|
|
3990
4065
|
};
|
|
3991
4066
|
export type EchoMessageMutationCompleteMessageArgs = {
|
|
3992
4067
|
id: Scalars['ID']['input'];
|
|
4068
|
+
metadata?: InputMaybe<CompleteEchoMessageMetadataInput>;
|
|
3993
4069
|
};
|
|
3994
4070
|
export type EchoMessageMutationCreateMessageArgs = {
|
|
3995
4071
|
input: CreateEchoMessageInput;
|
|
@@ -4059,6 +4135,15 @@ export declare enum EchoMessageRole {
|
|
|
4059
4135
|
Assistant = "ASSISTANT",
|
|
4060
4136
|
User = "USER"
|
|
4061
4137
|
}
|
|
4138
|
+
/** Token usage for billing. Tracks input/output tokens and cache usage. */
|
|
4139
|
+
export type EchoMessageTokenUsageInput = {
|
|
4140
|
+
cacheRead?: InputMaybe<Scalars['Int']['input']>;
|
|
4141
|
+
cacheWrite?: InputMaybe<Scalars['Int']['input']>;
|
|
4142
|
+
cacheWriteBreakdown?: InputMaybe<EchoMessageCacheWriteInput>;
|
|
4143
|
+
input: Scalars['Int']['input'];
|
|
4144
|
+
output: Scalars['Int']['input'];
|
|
4145
|
+
reasoning?: InputMaybe<Scalars['Int']['input']>;
|
|
4146
|
+
};
|
|
4062
4147
|
export type EchoProject = {
|
|
4063
4148
|
__typename?: 'EchoProject';
|
|
4064
4149
|
account: Account;
|
|
@@ -4068,9 +4153,17 @@ export type EchoProject = {
|
|
|
4068
4153
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
4069
4154
|
echoChats: EchoChatConnection;
|
|
4070
4155
|
echoVersions: EchoVersionConnection;
|
|
4156
|
+
/** Environment variables for this Echo project */
|
|
4157
|
+
environmentVariables: Array<EnvironmentVariable>;
|
|
4158
|
+
/**
|
|
4159
|
+
* Environment variables for this Echo project with decrypted secret values.
|
|
4160
|
+
* Used by the frontend to show secret values and for sandbox injection.
|
|
4161
|
+
*/
|
|
4162
|
+
environmentVariablesIncludingSensitive: Array<EnvironmentVariableWithSecret>;
|
|
4071
4163
|
githubInfo?: Maybe<EchoProjectGithubInfo>;
|
|
4072
4164
|
icon?: Maybe<EchoProjectIcon>;
|
|
4073
4165
|
id: Scalars['ID']['output'];
|
|
4166
|
+
images: Array<EchoProjectImage>;
|
|
4074
4167
|
initFromEchoProject?: Maybe<EchoProject>;
|
|
4075
4168
|
initFromGitHubUrl?: Maybe<Scalars['String']['output']>;
|
|
4076
4169
|
lastMessageAt?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -4087,6 +4180,14 @@ export type EchoProjectEchoVersionsArgs = {
|
|
|
4087
4180
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
4088
4181
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4089
4182
|
};
|
|
4183
|
+
export type EchoProjectEnvironmentVariablesArgs = {
|
|
4184
|
+
environment?: InputMaybe<Scalars['EnvironmentVariableEnvironment']['input']>;
|
|
4185
|
+
filterNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
4186
|
+
};
|
|
4187
|
+
export type EchoProjectEnvironmentVariablesIncludingSensitiveArgs = {
|
|
4188
|
+
environment?: InputMaybe<Scalars['EnvironmentVariableEnvironment']['input']>;
|
|
4189
|
+
filterNames?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
4190
|
+
};
|
|
4090
4191
|
export type EchoProjectConnection = {
|
|
4091
4192
|
__typename?: 'EchoProjectConnection';
|
|
4092
4193
|
edges: Array<EchoProjectEdge>;
|
|
@@ -4123,6 +4224,12 @@ export type EchoProjectIconInput = {
|
|
|
4123
4224
|
accentColor?: InputMaybe<Scalars['String']['input']>;
|
|
4124
4225
|
url: Scalars['String']['input'];
|
|
4125
4226
|
};
|
|
4227
|
+
export type EchoProjectImage = {
|
|
4228
|
+
__typename?: 'EchoProjectImage';
|
|
4229
|
+
createdAt: Scalars['DateTime']['output'];
|
|
4230
|
+
id: Scalars['ID']['output'];
|
|
4231
|
+
url: Scalars['String']['output'];
|
|
4232
|
+
};
|
|
4126
4233
|
export type EchoProjectMutation = {
|
|
4127
4234
|
__typename?: 'EchoProjectMutation';
|
|
4128
4235
|
/** Create a new Echo project */
|
|
@@ -4148,6 +4255,8 @@ export type EchoProjectQuery = {
|
|
|
4148
4255
|
byId?: Maybe<EchoProject>;
|
|
4149
4256
|
/** Get an Echo project by slug (globally unique) */
|
|
4150
4257
|
bySlug?: Maybe<EchoProject>;
|
|
4258
|
+
/** Get PUBLIC Echo projects for an account by account name (username). */
|
|
4259
|
+
publicByAccountName: EchoProjectConnection;
|
|
4151
4260
|
};
|
|
4152
4261
|
export type EchoProjectQueryByIdArgs = {
|
|
4153
4262
|
id: Scalars['ID']['input'];
|
|
@@ -4155,6 +4264,11 @@ export type EchoProjectQueryByIdArgs = {
|
|
|
4155
4264
|
export type EchoProjectQueryBySlugArgs = {
|
|
4156
4265
|
slug: Scalars['String']['input'];
|
|
4157
4266
|
};
|
|
4267
|
+
export type EchoProjectQueryPublicByAccountNameArgs = {
|
|
4268
|
+
accountName: Scalars['String']['input'];
|
|
4269
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
4270
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4271
|
+
};
|
|
4158
4272
|
export type EchoProjectThumbnail = {
|
|
4159
4273
|
__typename?: 'EchoProjectThumbnail';
|
|
4160
4274
|
accentColor?: Maybe<Scalars['String']['output']>;
|
|
@@ -4170,10 +4284,46 @@ export type EchoProjectThumbnailInput = {
|
|
|
4170
4284
|
visualHash?: InputMaybe<Scalars['String']['input']>;
|
|
4171
4285
|
width?: InputMaybe<Scalars['Int']['input']>;
|
|
4172
4286
|
};
|
|
4287
|
+
export declare enum EchoProjectUploadSessionType {
|
|
4288
|
+
ImageUpload = "IMAGE_UPLOAD"
|
|
4289
|
+
}
|
|
4173
4290
|
export declare enum EchoProjectVisibility {
|
|
4174
4291
|
Private = "PRIVATE",
|
|
4175
4292
|
Public = "PUBLIC"
|
|
4176
4293
|
}
|
|
4294
|
+
export type EchoRepositoryAccessTokenResult = {
|
|
4295
|
+
__typename?: 'EchoRepositoryAccessTokenResult';
|
|
4296
|
+
expiresAt: Scalars['DateTime']['output'];
|
|
4297
|
+
gitCommitterEmail: Scalars['String']['output'];
|
|
4298
|
+
gitCommitterName: Scalars['String']['output'];
|
|
4299
|
+
gitUrl: Scalars['String']['output'];
|
|
4300
|
+
token: Scalars['String']['output'];
|
|
4301
|
+
};
|
|
4302
|
+
export type EchoRepositoryMutation = {
|
|
4303
|
+
__typename?: 'EchoRepositoryMutation';
|
|
4304
|
+
/**
|
|
4305
|
+
* Create a repository under a given org using the Expo GitHub App installation for Echo.
|
|
4306
|
+
* Links the created repository to the specified Echo project.
|
|
4307
|
+
*/
|
|
4308
|
+
createEchoRepository: EchoRepositoryResult;
|
|
4309
|
+
/** Generate a scoped installation access token for the repository linked to the specified Echo project. */
|
|
4310
|
+
generateEchoRepositoryAccessToken: EchoRepositoryAccessTokenResult;
|
|
4311
|
+
};
|
|
4312
|
+
export type EchoRepositoryMutationCreateEchoRepositoryArgs = {
|
|
4313
|
+
input: CreateEchoRepositoryInput;
|
|
4314
|
+
};
|
|
4315
|
+
export type EchoRepositoryMutationGenerateEchoRepositoryAccessTokenArgs = {
|
|
4316
|
+
input: GenerateEchoRepositoryAccessTokenInput;
|
|
4317
|
+
};
|
|
4318
|
+
export type EchoRepositoryResult = {
|
|
4319
|
+
__typename?: 'EchoRepositoryResult';
|
|
4320
|
+
defaultBranch: Scalars['String']['output'];
|
|
4321
|
+
githubRepositoryIdentifier: Scalars['Int']['output'];
|
|
4322
|
+
name: Scalars['String']['output'];
|
|
4323
|
+
nodeIdentifier: Scalars['String']['output'];
|
|
4324
|
+
owner: Scalars['String']['output'];
|
|
4325
|
+
url: Scalars['String']['output'];
|
|
4326
|
+
};
|
|
4177
4327
|
export type EchoVersion = {
|
|
4178
4328
|
__typename?: 'EchoVersion';
|
|
4179
4329
|
buildError?: Maybe<Scalars['String']['output']>;
|
|
@@ -4256,13 +4406,6 @@ export type EditUpdateBranchInput = {
|
|
|
4256
4406
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
4257
4407
|
newName: Scalars['String']['input'];
|
|
4258
4408
|
};
|
|
4259
|
-
export type EmailSubscriptionMutation = {
|
|
4260
|
-
__typename?: 'EmailSubscriptionMutation';
|
|
4261
|
-
addUser: AddUserPayload;
|
|
4262
|
-
};
|
|
4263
|
-
export type EmailSubscriptionMutationAddUserArgs = {
|
|
4264
|
-
addUserInput: AddUserInput;
|
|
4265
|
-
};
|
|
4266
4409
|
export declare enum EntityTypeName {
|
|
4267
4410
|
AccountEntity = "AccountEntity",
|
|
4268
4411
|
AccountSsoConfigurationEntity = "AccountSSOConfigurationEntity",
|
|
@@ -4270,16 +4413,15 @@ export declare enum EntityTypeName {
|
|
|
4270
4413
|
AndroidKeystoreEntity = "AndroidKeystoreEntity",
|
|
4271
4414
|
AppEntity = "AppEntity",
|
|
4272
4415
|
AppStoreConnectApiKeyEntity = "AppStoreConnectApiKeyEntity",
|
|
4416
|
+
AppStoreConnectAppWebhookEntity = "AppStoreConnectAppWebhookEntity",
|
|
4273
4417
|
AppleDeviceEntity = "AppleDeviceEntity",
|
|
4274
4418
|
AppleDistributionCertificateEntity = "AppleDistributionCertificateEntity",
|
|
4275
4419
|
AppleProvisioningProfileEntity = "AppleProvisioningProfileEntity",
|
|
4276
4420
|
AppleTeamEntity = "AppleTeamEntity",
|
|
4421
|
+
BillingContractEntity = "BillingContractEntity",
|
|
4277
4422
|
BranchEntity = "BranchEntity",
|
|
4278
4423
|
ChannelEntity = "ChannelEntity",
|
|
4279
4424
|
CustomerEntity = "CustomerEntity",
|
|
4280
|
-
EchoChatEntity = "EchoChatEntity",
|
|
4281
|
-
EchoMessageEntity = "EchoMessageEntity",
|
|
4282
|
-
EchoMessagePartEntity = "EchoMessagePartEntity",
|
|
4283
4425
|
EchoProjectEntity = "EchoProjectEntity",
|
|
4284
4426
|
EchoVersionEntity = "EchoVersionEntity",
|
|
4285
4427
|
GoogleServiceAccountKeyEntity = "GoogleServiceAccountKeyEntity",
|
|
@@ -4359,10 +4501,14 @@ export type EnvironmentVariableMutation = {
|
|
|
4359
4501
|
createBulkEnvironmentVariablesForAccount: Array<EnvironmentVariable>;
|
|
4360
4502
|
/** Create bulk env variables for an App */
|
|
4361
4503
|
createBulkEnvironmentVariablesForApp: Array<EnvironmentVariable>;
|
|
4504
|
+
/** Create bulk env variables for an Echo project */
|
|
4505
|
+
createBulkEnvironmentVariablesForEchoProject: Array<EnvironmentVariable>;
|
|
4362
4506
|
/** Create an environment variable for an Account */
|
|
4363
4507
|
createEnvironmentVariableForAccount: EnvironmentVariable;
|
|
4364
4508
|
/** Create an environment variable for an App */
|
|
4365
4509
|
createEnvironmentVariableForApp: EnvironmentVariable;
|
|
4510
|
+
/** Create an environment variable for an Echo project */
|
|
4511
|
+
createEnvironmentVariableForEchoProject: EnvironmentVariable;
|
|
4366
4512
|
/** Bulk delete environment variables */
|
|
4367
4513
|
deleteBulkEnvironmentVariables: Array<DeleteEnvironmentVariableResult>;
|
|
4368
4514
|
/** Delete an environment variable */
|
|
@@ -4380,6 +4526,10 @@ export type EnvironmentVariableMutationCreateBulkEnvironmentVariablesForAppArgs
|
|
|
4380
4526
|
appId: Scalars['ID']['input'];
|
|
4381
4527
|
environmentVariablesData: Array<CreateEnvironmentVariableInput>;
|
|
4382
4528
|
};
|
|
4529
|
+
export type EnvironmentVariableMutationCreateBulkEnvironmentVariablesForEchoProjectArgs = {
|
|
4530
|
+
echoProjectId: Scalars['ID']['input'];
|
|
4531
|
+
environmentVariablesData: Array<CreateEnvironmentVariableInput>;
|
|
4532
|
+
};
|
|
4383
4533
|
export type EnvironmentVariableMutationCreateEnvironmentVariableForAccountArgs = {
|
|
4384
4534
|
accountId: Scalars['ID']['input'];
|
|
4385
4535
|
environmentVariableData: CreateSharedEnvironmentVariableInput;
|
|
@@ -4388,6 +4538,10 @@ export type EnvironmentVariableMutationCreateEnvironmentVariableForAppArgs = {
|
|
|
4388
4538
|
appId: Scalars['ID']['input'];
|
|
4389
4539
|
environmentVariableData: CreateEnvironmentVariableInput;
|
|
4390
4540
|
};
|
|
4541
|
+
export type EnvironmentVariableMutationCreateEnvironmentVariableForEchoProjectArgs = {
|
|
4542
|
+
echoProjectId: Scalars['ID']['input'];
|
|
4543
|
+
environmentVariableData: CreateEnvironmentVariableInput;
|
|
4544
|
+
};
|
|
4391
4545
|
export type EnvironmentVariableMutationDeleteBulkEnvironmentVariablesArgs = {
|
|
4392
4546
|
ids: Array<Scalars['ID']['input']>;
|
|
4393
4547
|
};
|
|
@@ -4401,6 +4555,7 @@ export type EnvironmentVariableMutationUpdateEnvironmentVariableArgs = {
|
|
|
4401
4555
|
environmentVariableData: UpdateEnvironmentVariableInput;
|
|
4402
4556
|
};
|
|
4403
4557
|
export declare enum EnvironmentVariableScope {
|
|
4558
|
+
EchoProject = "ECHO_PROJECT",
|
|
4404
4559
|
Project = "PROJECT",
|
|
4405
4560
|
Shared = "SHARED"
|
|
4406
4561
|
}
|
|
@@ -4585,6 +4740,10 @@ export type FutureSubscription = {
|
|
|
4585
4740
|
recurringCents?: Maybe<Scalars['Int']['output']>;
|
|
4586
4741
|
startDate: Scalars['DateTime']['output'];
|
|
4587
4742
|
};
|
|
4743
|
+
export type GenerateEchoRepositoryAccessTokenInput = {
|
|
4744
|
+
echoProjectId: Scalars['ID']['input'];
|
|
4745
|
+
provider: Scalars['String']['input'];
|
|
4746
|
+
};
|
|
4588
4747
|
export type GenerateLogRocketOrganizationLinkResult = {
|
|
4589
4748
|
__typename?: 'GenerateLogRocketOrganizationLinkResult';
|
|
4590
4749
|
url: Scalars['String']['output'];
|
|
@@ -5217,7 +5376,6 @@ export type IosJobOverridesInput = {
|
|
|
5217
5376
|
};
|
|
5218
5377
|
export type IosJobSecretsInput = {
|
|
5219
5378
|
buildCredentials?: InputMaybe<Array<InputMaybe<IosJobTargetCredentialsInput>>>;
|
|
5220
|
-
robotAccessToken?: InputMaybe<Scalars['String']['input']>;
|
|
5221
5379
|
};
|
|
5222
5380
|
export type IosJobTargetCredentialsInput = {
|
|
5223
5381
|
distributionCertificate: IosJobDistributionCertificateInput;
|
|
@@ -5438,23 +5596,6 @@ export type LogsTimespan = {
|
|
|
5438
5596
|
end: Scalars['DateTime']['input'];
|
|
5439
5597
|
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
5440
5598
|
};
|
|
5441
|
-
export declare enum MailchimpAudience {
|
|
5442
|
-
ExpoDevelopers = "EXPO_DEVELOPERS",
|
|
5443
|
-
ExpoDeveloperOnboarding = "EXPO_DEVELOPER_ONBOARDING",
|
|
5444
|
-
LaunchParty_2024 = "LAUNCH_PARTY_2024",
|
|
5445
|
-
NonprodExpoDevelopers = "NONPROD_EXPO_DEVELOPERS"
|
|
5446
|
-
}
|
|
5447
|
-
export declare enum MailchimpTag {
|
|
5448
|
-
DevClientUsers = "DEV_CLIENT_USERS",
|
|
5449
|
-
DidSubscribeToEasAtLeastOnce = "DID_SUBSCRIBE_TO_EAS_AT_LEAST_ONCE",
|
|
5450
|
-
EasMasterList = "EAS_MASTER_LIST",
|
|
5451
|
-
NewsletterSignupList = "NEWSLETTER_SIGNUP_LIST"
|
|
5452
|
-
}
|
|
5453
|
-
export type MailchimpTagPayload = {
|
|
5454
|
-
__typename?: 'MailchimpTagPayload';
|
|
5455
|
-
id?: Maybe<Scalars['Int']['output']>;
|
|
5456
|
-
name?: Maybe<Scalars['String']['output']>;
|
|
5457
|
-
};
|
|
5458
5599
|
export type MeMutation = {
|
|
5459
5600
|
__typename?: 'MeMutation';
|
|
5460
5601
|
/** Add an additional second factor device */
|
|
@@ -5623,6 +5764,16 @@ export type NotificationsSentOverTimeData = {
|
|
|
5623
5764
|
__typename?: 'NotificationsSentOverTimeData';
|
|
5624
5765
|
data: LineChartData;
|
|
5625
5766
|
};
|
|
5767
|
+
export type OAuthIdentity = {
|
|
5768
|
+
__typename?: 'OAuthIdentity';
|
|
5769
|
+
email: Scalars['String']['output'];
|
|
5770
|
+
id: Scalars['ID']['output'];
|
|
5771
|
+
provider: OAuthProvider;
|
|
5772
|
+
};
|
|
5773
|
+
export declare enum OAuthProvider {
|
|
5774
|
+
Apple = "apple",
|
|
5775
|
+
Google = "google"
|
|
5776
|
+
}
|
|
5626
5777
|
export type Offer = {
|
|
5627
5778
|
__typename?: 'Offer';
|
|
5628
5779
|
features?: Maybe<Array<Maybe<Feature>>>;
|
|
@@ -5678,6 +5829,35 @@ export type PartialManifestAsset = {
|
|
|
5678
5829
|
fileSHA256: Scalars['String']['input'];
|
|
5679
5830
|
storageKey: Scalars['String']['input'];
|
|
5680
5831
|
};
|
|
5832
|
+
/** Represents a partner-provisioned actor. */
|
|
5833
|
+
export type PartnerActor = Actor & {
|
|
5834
|
+
__typename?: 'PartnerActor';
|
|
5835
|
+
/** Access Tokens belonging to this actor */
|
|
5836
|
+
accessTokens: Array<AccessToken>;
|
|
5837
|
+
/** Associated accounts */
|
|
5838
|
+
accounts: Array<Account>;
|
|
5839
|
+
created: Scalars['DateTime']['output'];
|
|
5840
|
+
displayName: Scalars['String']['output'];
|
|
5841
|
+
email: Scalars['String']['output'];
|
|
5842
|
+
/** Experiments associated with this actor */
|
|
5843
|
+
experiments: Array<ActorExperiment>;
|
|
5844
|
+
/**
|
|
5845
|
+
* Server feature gate values for this actor, optionally filtering by desired gates.
|
|
5846
|
+
* Only resolves for the viewer.
|
|
5847
|
+
*/
|
|
5848
|
+
featureGates: Scalars['JSONObject']['output'];
|
|
5849
|
+
firstName?: Maybe<Scalars['String']['output']>;
|
|
5850
|
+
id: Scalars['ID']['output'];
|
|
5851
|
+
isExpoAdmin: Scalars['Boolean']['output'];
|
|
5852
|
+
lastDeletionAttemptTime?: Maybe<Scalars['DateTime']['output']>;
|
|
5853
|
+
/** Primary account */
|
|
5854
|
+
primaryAccount: Account;
|
|
5855
|
+
username: Scalars['String']['output'];
|
|
5856
|
+
};
|
|
5857
|
+
/** Represents a partner-provisioned actor. */
|
|
5858
|
+
export type PartnerActorFeatureGatesArgs = {
|
|
5859
|
+
filter?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
5860
|
+
};
|
|
5681
5861
|
export type PaymentDetails = {
|
|
5682
5862
|
__typename?: 'PaymentDetails';
|
|
5683
5863
|
address?: Maybe<Address>;
|
|
@@ -5966,10 +6146,10 @@ export type RootMutation = {
|
|
|
5966
6146
|
echoMessagePart: EchoMessagePartMutation;
|
|
5967
6147
|
/** Mutations for Echo projects */
|
|
5968
6148
|
echoProject: EchoProjectMutation;
|
|
6149
|
+
/** Mutations for Echo repository management via the GitHub App */
|
|
6150
|
+
echoRepository: EchoRepositoryMutation;
|
|
5969
6151
|
/** Mutations for Echo versions */
|
|
5970
6152
|
echoVersion: EchoVersionMutation;
|
|
5971
|
-
/** Mutations that modify an EmailSubscription */
|
|
5972
|
-
emailSubscription: EmailSubscriptionMutation;
|
|
5973
6153
|
/** Mutations that create and delete EnvironmentSecrets */
|
|
5974
6154
|
environmentSecret: EnvironmentSecretMutation;
|
|
5975
6155
|
/** Mutations that create and delete EnvironmentVariables */
|
|
@@ -6035,6 +6215,7 @@ export type RootMutation = {
|
|
|
6035
6215
|
webhook: WebhookMutation;
|
|
6036
6216
|
/** Mutations that modify a websiteNotification */
|
|
6037
6217
|
websiteNotifications: WebsiteNotificationMutation;
|
|
6218
|
+
workflowDeviceTestCaseResult: WorkflowDeviceTestCaseResultMutation;
|
|
6038
6219
|
workflowJobApproval: WorkflowJobApprovalMutation;
|
|
6039
6220
|
workflowRevision: WorkflowRevisionMutation;
|
|
6040
6221
|
workflowRun: WorkflowRunMutation;
|
|
@@ -6099,6 +6280,8 @@ export type RootQuery = {
|
|
|
6099
6280
|
builds: BuildQuery;
|
|
6100
6281
|
/** Top-level query object for querying Channels. */
|
|
6101
6282
|
channels: ChannelQuery;
|
|
6283
|
+
/** Top-level query object for querying Convex Integration information. */
|
|
6284
|
+
convexIntegration: ConvexIntegrationQuery;
|
|
6102
6285
|
/** Top-level query object for querying Deployments. */
|
|
6103
6286
|
deployments: DeploymentQuery;
|
|
6104
6287
|
/** Top-level query object for querying Echo chats. */
|
|
@@ -6783,6 +6966,7 @@ export type Update = ActivityTimelineProjectActivity & {
|
|
|
6783
6966
|
codeSigningInfo?: Maybe<CodeSigningInfo>;
|
|
6784
6967
|
createdAt: Scalars['DateTime']['output'];
|
|
6785
6968
|
deployments: DeploymentResult;
|
|
6969
|
+
diffReceipts: UpdateDiffReceiptConnection;
|
|
6786
6970
|
environment?: Maybe<Scalars['EnvironmentVariableEnvironment']['output']>;
|
|
6787
6971
|
expoGoSDKVersion?: Maybe<Scalars['String']['output']>;
|
|
6788
6972
|
fingerprint?: Maybe<Fingerprint>;
|
|
@@ -6813,6 +6997,12 @@ export type UpdateDeploymentsArgs = {
|
|
|
6813
6997
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
6814
6998
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
6815
6999
|
};
|
|
7000
|
+
export type UpdateDiffReceiptsArgs = {
|
|
7001
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
7002
|
+
filter?: InputMaybe<UpdateDiffReceiptFilterInput>;
|
|
7003
|
+
first: Scalars['Int']['input'];
|
|
7004
|
+
orderBy?: InputMaybe<Array<UpdateDiffReceiptOrderByClause>>;
|
|
7005
|
+
};
|
|
6816
7006
|
export type UpdateBranch = {
|
|
6817
7007
|
__typename?: 'UpdateBranch';
|
|
6818
7008
|
app: App;
|
|
@@ -6995,6 +7185,57 @@ export type UpdateDeploymentsConnection = {
|
|
|
6995
7185
|
edges: Array<UpdateDeploymentEdge>;
|
|
6996
7186
|
pageInfo: PageInfo;
|
|
6997
7187
|
};
|
|
7188
|
+
export type UpdateDiffReceipt = {
|
|
7189
|
+
__typename?: 'UpdateDiffReceipt';
|
|
7190
|
+
appId: Scalars['ID']['output'];
|
|
7191
|
+
baseUpdateId: Scalars['ID']['output'];
|
|
7192
|
+
createdAt: Scalars['DateTime']['output'];
|
|
7193
|
+
errorCode?: Maybe<Scalars['String']['output']>;
|
|
7194
|
+
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
7195
|
+
fileSize?: Maybe<Scalars['Int']['output']>;
|
|
7196
|
+
id: Scalars['ID']['output'];
|
|
7197
|
+
state: Scalars['String']['output'];
|
|
7198
|
+
updateId: Scalars['ID']['output'];
|
|
7199
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
7200
|
+
};
|
|
7201
|
+
export type UpdateDiffReceiptConnection = {
|
|
7202
|
+
__typename?: 'UpdateDiffReceiptConnection';
|
|
7203
|
+
edges: Array<UpdateDiffReceiptEdge>;
|
|
7204
|
+
pageInfo: PageInfo;
|
|
7205
|
+
};
|
|
7206
|
+
export type UpdateDiffReceiptEdge = {
|
|
7207
|
+
__typename?: 'UpdateDiffReceiptEdge';
|
|
7208
|
+
cursor: Scalars['String']['output'];
|
|
7209
|
+
node: UpdateDiffReceipt;
|
|
7210
|
+
};
|
|
7211
|
+
export type UpdateDiffReceiptFilterInput = {
|
|
7212
|
+
/**
|
|
7213
|
+
* Excludes diff receipts whose diffs have been downloaded.
|
|
7214
|
+
* Downloads are determined from ClickHouse metrics. Results are
|
|
7215
|
+
* approximate when more than 1000 downloaded diffs exist.
|
|
7216
|
+
*/
|
|
7217
|
+
omitDownloadedDiffs?: InputMaybe<Scalars['Boolean']['input']>;
|
|
7218
|
+
};
|
|
7219
|
+
export type UpdateDiffReceiptOrderByClause = {
|
|
7220
|
+
direction?: InputMaybe<UpdateDiffReceiptOrderByDirection>;
|
|
7221
|
+
field: UpdateDiffReceiptOrderByField;
|
|
7222
|
+
stateOrder?: InputMaybe<Array<UpdateDiffReceiptStateValue>>;
|
|
7223
|
+
};
|
|
7224
|
+
export declare enum UpdateDiffReceiptOrderByDirection {
|
|
7225
|
+
Asc = "ASC",
|
|
7226
|
+
Desc = "DESC"
|
|
7227
|
+
}
|
|
7228
|
+
export declare enum UpdateDiffReceiptOrderByField {
|
|
7229
|
+
CreatedAt = "CREATED_AT",
|
|
7230
|
+
State = "STATE"
|
|
7231
|
+
}
|
|
7232
|
+
export declare enum UpdateDiffReceiptStateValue {
|
|
7233
|
+
Failure = "FAILURE",
|
|
7234
|
+
InProgress = "IN_PROGRESS",
|
|
7235
|
+
Queued = "QUEUED",
|
|
7236
|
+
Success = "SUCCESS",
|
|
7237
|
+
WontCompute = "WONT_COMPUTE"
|
|
7238
|
+
}
|
|
6998
7239
|
export type UpdateEchoChatInput = {
|
|
6999
7240
|
agentMetadata?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
7000
7241
|
agentType?: InputMaybe<EchoAgentType>;
|
|
@@ -7166,6 +7407,8 @@ export type UploadSession = {
|
|
|
7166
7407
|
createAccountScopedUploadSession: Scalars['JSONObject']['output'];
|
|
7167
7408
|
/** Create an Upload Session for a specific app */
|
|
7168
7409
|
createAppScopedUploadSession: Scalars['JSONObject']['output'];
|
|
7410
|
+
/** Create an Upload Session for a specific Echo project */
|
|
7411
|
+
createEchoProjectScopedUploadSession: Scalars['JSONObject']['output'];
|
|
7169
7412
|
/** Create an Upload Session */
|
|
7170
7413
|
createUploadSession: Scalars['JSONObject']['output'];
|
|
7171
7414
|
};
|
|
@@ -7177,6 +7420,10 @@ export type UploadSessionCreateAppScopedUploadSessionArgs = {
|
|
|
7177
7420
|
appID: Scalars['ID']['input'];
|
|
7178
7421
|
type: AppUploadSessionType;
|
|
7179
7422
|
};
|
|
7423
|
+
export type UploadSessionCreateEchoProjectScopedUploadSessionArgs = {
|
|
7424
|
+
echoProjectID: Scalars['ID']['input'];
|
|
7425
|
+
type: EchoProjectUploadSessionType;
|
|
7426
|
+
};
|
|
7180
7427
|
export type UploadSessionCreateUploadSessionArgs = {
|
|
7181
7428
|
filename?: InputMaybe<Scalars['String']['input']>;
|
|
7182
7429
|
type: UploadSessionType;
|
|
@@ -7256,6 +7503,7 @@ export type User = Actor & UserActor & {
|
|
|
7256
7503
|
githubUser?: Maybe<GitHubUser>;
|
|
7257
7504
|
/** @deprecated No longer supported */
|
|
7258
7505
|
githubUsername?: Maybe<Scalars['String']['output']>;
|
|
7506
|
+
hasPassword: Scalars['Boolean']['output'];
|
|
7259
7507
|
/** Whether this user has any pending user invitations. Only resolves for the viewer. */
|
|
7260
7508
|
hasPendingUserInvitations: Scalars['Boolean']['output'];
|
|
7261
7509
|
id: Scalars['ID']['output'];
|
|
@@ -7270,6 +7518,7 @@ export type User = Actor & UserActor & {
|
|
|
7270
7518
|
/** @deprecated No longer supported */
|
|
7271
7519
|
location?: Maybe<Scalars['String']['output']>;
|
|
7272
7520
|
newEmailPendingVerification?: Maybe<Scalars['String']['output']>;
|
|
7521
|
+
oAuthIdentities: Array<OAuthIdentity>;
|
|
7273
7522
|
/** Pending UserInvitations for this user. Only resolves for the viewer. */
|
|
7274
7523
|
pendingUserInvitations: Array<UserInvitation>;
|
|
7275
7524
|
pinnedApps: Array<App>;
|
|
@@ -7580,6 +7829,8 @@ export declare enum UserEntityTypeName {
|
|
|
7580
7829
|
AccessTokenEntity = "AccessTokenEntity",
|
|
7581
7830
|
DiscordUserEntity = "DiscordUserEntity",
|
|
7582
7831
|
GitHubUserEntity = "GitHubUserEntity",
|
|
7832
|
+
OAuthIdentityEntity = "OAuthIdentityEntity",
|
|
7833
|
+
PartnerProvisionedActorEntity = "PartnerProvisionedActorEntity",
|
|
7583
7834
|
PasswordEntity = "PasswordEntity",
|
|
7584
7835
|
SsoUserEntity = "SSOUserEntity",
|
|
7585
7836
|
UserEntity = "UserEntity",
|
|
@@ -8366,11 +8617,66 @@ export declare enum WorkflowArtifactStorageType {
|
|
|
8366
8617
|
Gcs = "GCS",
|
|
8367
8618
|
R2 = "R2"
|
|
8368
8619
|
}
|
|
8620
|
+
/** A device test case result from a Maestro test execution. */
|
|
8621
|
+
export type WorkflowDeviceTestCaseResult = {
|
|
8622
|
+
__typename?: 'WorkflowDeviceTestCaseResult';
|
|
8623
|
+
createdAt: Scalars['DateTime']['output'];
|
|
8624
|
+
duration?: Maybe<Scalars['Int']['output']>;
|
|
8625
|
+
errorMessage?: Maybe<Scalars['String']['output']>;
|
|
8626
|
+
id: Scalars['ID']['output'];
|
|
8627
|
+
name: Scalars['String']['output'];
|
|
8628
|
+
path: Scalars['String']['output'];
|
|
8629
|
+
properties?: Maybe<Scalars['JSONObject']['output']>;
|
|
8630
|
+
/** 0-indexed attempt number. 0 = first attempt, 1 = first retry, etc. */
|
|
8631
|
+
retryCount?: Maybe<Scalars['Int']['output']>;
|
|
8632
|
+
status: WorkflowDeviceTestCaseStatus;
|
|
8633
|
+
tags?: Maybe<Array<Scalars['String']['output']>>;
|
|
8634
|
+
updatedAt: Scalars['DateTime']['output'];
|
|
8635
|
+
};
|
|
8636
|
+
export type WorkflowDeviceTestCaseResultInput = {
|
|
8637
|
+
/** Execution time in milliseconds. Must be non-negative. */
|
|
8638
|
+
duration?: InputMaybe<Scalars['Int']['input']>;
|
|
8639
|
+
/** Error message if failed. Max 4096 characters. */
|
|
8640
|
+
errorMessage?: InputMaybe<Scalars['String']['input']>;
|
|
8641
|
+
/** Test case name (e.g., "login", "checkout"). Max 255 characters. */
|
|
8642
|
+
name: Scalars['String']['input'];
|
|
8643
|
+
/**
|
|
8644
|
+
* Path to the test file (e.g., "flows/login.yaml"). Max 1024 characters.
|
|
8645
|
+
* Used as natural key for deduplication.
|
|
8646
|
+
*/
|
|
8647
|
+
path: Scalars['String']['input'];
|
|
8648
|
+
/** Custom properties from test configuration. Stored as key-value pairs. */
|
|
8649
|
+
properties?: InputMaybe<Scalars['JSONObject']['input']>;
|
|
8650
|
+
/** 0-indexed attempt number for this test case. 0 = first attempt, 1 = first retry, etc. */
|
|
8651
|
+
retryCount?: InputMaybe<Scalars['Int']['input']>;
|
|
8652
|
+
/** Execution result. */
|
|
8653
|
+
status: WorkflowDeviceTestCaseStatus;
|
|
8654
|
+
/** Tags defined in the test config. Each tag max 255 characters. */
|
|
8655
|
+
tags?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
8656
|
+
};
|
|
8657
|
+
export type WorkflowDeviceTestCaseResultMutation = {
|
|
8658
|
+
__typename?: 'WorkflowDeviceTestCaseResultMutation';
|
|
8659
|
+
/**
|
|
8660
|
+
* Create device test case results for a workflow job.
|
|
8661
|
+
* Results are immutable - once created, subsequent calls are no-ops.
|
|
8662
|
+
*/
|
|
8663
|
+
createWorkflowDeviceTestCaseResults: Array<WorkflowDeviceTestCaseResult>;
|
|
8664
|
+
};
|
|
8665
|
+
export type WorkflowDeviceTestCaseResultMutationCreateWorkflowDeviceTestCaseResultsArgs = {
|
|
8666
|
+
input: CreateWorkflowDeviceTestCaseResultsInput;
|
|
8667
|
+
};
|
|
8668
|
+
/** Status of a device test case execution. */
|
|
8669
|
+
export declare enum WorkflowDeviceTestCaseStatus {
|
|
8670
|
+
Failed = "FAILED",
|
|
8671
|
+
Passed = "PASSED"
|
|
8672
|
+
}
|
|
8369
8673
|
export type WorkflowJob = {
|
|
8370
8674
|
__typename?: 'WorkflowJob';
|
|
8675
|
+
allDeviceTestCaseResults: Array<WorkflowDeviceTestCaseResult>;
|
|
8371
8676
|
approvals: Array<WorkflowJobApproval>;
|
|
8372
8677
|
createdAt: Scalars['DateTime']['output'];
|
|
8373
8678
|
credentialsAppleDeviceRegistrationRequest?: Maybe<AppleDeviceRegistrationRequest>;
|
|
8679
|
+
deviceTestCaseResults: Array<WorkflowDeviceTestCaseResult>;
|
|
8374
8680
|
environment?: Maybe<Scalars['String']['output']>;
|
|
8375
8681
|
errors: Array<WorkflowJobError>;
|
|
8376
8682
|
id: Scalars['ID']['output'];
|
|
@@ -8573,6 +8879,7 @@ export type WorkflowRunInput = {
|
|
|
8573
8879
|
export type WorkflowRunMutation = {
|
|
8574
8880
|
__typename?: 'WorkflowRunMutation';
|
|
8575
8881
|
cancelWorkflowRun: WorkflowRun;
|
|
8882
|
+
createExpoGoRepackWorkflowRun: WorkflowRun;
|
|
8576
8883
|
createWorkflowRun: WorkflowRun;
|
|
8577
8884
|
createWorkflowRunFromGitRef: WorkflowRun;
|
|
8578
8885
|
retryWorkflowRun: WorkflowRun;
|
|
@@ -8580,6 +8887,10 @@ export type WorkflowRunMutation = {
|
|
|
8580
8887
|
export type WorkflowRunMutationCancelWorkflowRunArgs = {
|
|
8581
8888
|
workflowRunId: Scalars['ID']['input'];
|
|
8582
8889
|
};
|
|
8890
|
+
export type WorkflowRunMutationCreateExpoGoRepackWorkflowRunArgs = {
|
|
8891
|
+
appId: Scalars['ID']['input'];
|
|
8892
|
+
projectSource: WorkflowProjectSourceInput;
|
|
8893
|
+
};
|
|
8583
8894
|
export type WorkflowRunMutationCreateWorkflowRunArgs = {
|
|
8584
8895
|
appId: Scalars['ID']['input'];
|
|
8585
8896
|
workflowRevisionInput: WorkflowRevisionInput;
|
|
@@ -8614,12 +8925,16 @@ export type WorkflowRunTimeRangeInput = {
|
|
|
8614
8925
|
latest?: InputMaybe<Scalars['DateTime']['input']>;
|
|
8615
8926
|
};
|
|
8616
8927
|
export declare enum WorkflowRunTriggerEventType {
|
|
8928
|
+
EasSubmit = "EAS_SUBMIT",
|
|
8929
|
+
ExpoLaunch = "EXPO_LAUNCH",
|
|
8617
8930
|
GithubPullRequestLabeled = "GITHUB_PULL_REQUEST_LABELED",
|
|
8618
8931
|
GithubPullRequestOpened = "GITHUB_PULL_REQUEST_OPENED",
|
|
8932
|
+
GithubPullRequestReadyForReview = "GITHUB_PULL_REQUEST_READY_FOR_REVIEW",
|
|
8619
8933
|
GithubPullRequestReopened = "GITHUB_PULL_REQUEST_REOPENED",
|
|
8620
8934
|
GithubPullRequestSynchronize = "GITHUB_PULL_REQUEST_SYNCHRONIZE",
|
|
8621
8935
|
GithubPush = "GITHUB_PUSH",
|
|
8622
8936
|
Manual = "MANUAL",
|
|
8937
|
+
RepackExpoGo = "REPACK_EXPO_GO",
|
|
8623
8938
|
Schedule = "SCHEDULE"
|
|
8624
8939
|
}
|
|
8625
8940
|
export type WorkflowRunsConnection = {
|
|
@@ -9048,6 +9363,9 @@ export type CreateAndroidAppCredentialsMutation = {
|
|
|
9048
9363
|
__typename?: 'UserPermission';
|
|
9049
9364
|
role: Role;
|
|
9050
9365
|
actor: {
|
|
9366
|
+
__typename?: 'PartnerActor';
|
|
9367
|
+
id: string;
|
|
9368
|
+
} | {
|
|
9051
9369
|
__typename?: 'Robot';
|
|
9052
9370
|
id: string;
|
|
9053
9371
|
} | {
|
|
@@ -9168,6 +9486,9 @@ export type SetFcmMutation = {
|
|
|
9168
9486
|
__typename?: 'UserPermission';
|
|
9169
9487
|
role: Role;
|
|
9170
9488
|
actor: {
|
|
9489
|
+
__typename?: 'PartnerActor';
|
|
9490
|
+
id: string;
|
|
9491
|
+
} | {
|
|
9171
9492
|
__typename?: 'Robot';
|
|
9172
9493
|
id: string;
|
|
9173
9494
|
} | {
|
|
@@ -9288,6 +9609,9 @@ export type SetGoogleServiceAccountKeyForSubmissionsMutation = {
|
|
|
9288
9609
|
__typename?: 'UserPermission';
|
|
9289
9610
|
role: Role;
|
|
9290
9611
|
actor: {
|
|
9612
|
+
__typename?: 'PartnerActor';
|
|
9613
|
+
id: string;
|
|
9614
|
+
} | {
|
|
9291
9615
|
__typename?: 'Robot';
|
|
9292
9616
|
id: string;
|
|
9293
9617
|
} | {
|
|
@@ -9408,6 +9732,9 @@ export type SetGoogleServiceAccountKeyForFcmV1Mutation = {
|
|
|
9408
9732
|
__typename?: 'UserPermission';
|
|
9409
9733
|
role: Role;
|
|
9410
9734
|
actor: {
|
|
9735
|
+
__typename?: 'PartnerActor';
|
|
9736
|
+
id: string;
|
|
9737
|
+
} | {
|
|
9411
9738
|
__typename?: 'Robot';
|
|
9412
9739
|
id: string;
|
|
9413
9740
|
} | {
|
|
@@ -9644,6 +9971,9 @@ export type CommonAndroidAppCredentialsWithBuildCredentialsByApplicationIdentifi
|
|
|
9644
9971
|
__typename?: 'UserPermission';
|
|
9645
9972
|
role: Role;
|
|
9646
9973
|
actor: {
|
|
9974
|
+
__typename?: 'PartnerActor';
|
|
9975
|
+
id: string;
|
|
9976
|
+
} | {
|
|
9647
9977
|
__typename?: 'Robot';
|
|
9648
9978
|
id: string;
|
|
9649
9979
|
} | {
|
|
@@ -9942,6 +10272,9 @@ export type CreateAppleDistributionCertificateMutation = {
|
|
|
9942
10272
|
__typename?: 'UserPermission';
|
|
9943
10273
|
role: Role;
|
|
9944
10274
|
actor: {
|
|
10275
|
+
__typename?: 'PartnerActor';
|
|
10276
|
+
id: string;
|
|
10277
|
+
} | {
|
|
9945
10278
|
__typename?: 'Robot';
|
|
9946
10279
|
id: string;
|
|
9947
10280
|
} | {
|
|
@@ -10118,6 +10451,9 @@ export type CreateApplePushKeyMutation = {
|
|
|
10118
10451
|
__typename?: 'UserPermission';
|
|
10119
10452
|
role: Role;
|
|
10120
10453
|
actor: {
|
|
10454
|
+
__typename?: 'PartnerActor';
|
|
10455
|
+
id: string;
|
|
10456
|
+
} | {
|
|
10121
10457
|
__typename?: 'Robot';
|
|
10122
10458
|
id: string;
|
|
10123
10459
|
} | {
|
|
@@ -10250,6 +10586,9 @@ export type CreateIosAppBuildCredentialsMutation = {
|
|
|
10250
10586
|
__typename?: 'UserPermission';
|
|
10251
10587
|
role: Role;
|
|
10252
10588
|
actor: {
|
|
10589
|
+
__typename?: 'PartnerActor';
|
|
10590
|
+
id: string;
|
|
10591
|
+
} | {
|
|
10253
10592
|
__typename?: 'Robot';
|
|
10254
10593
|
id: string;
|
|
10255
10594
|
} | {
|
|
@@ -10368,6 +10707,9 @@ export type SetDistributionCertificateMutation = {
|
|
|
10368
10707
|
__typename?: 'UserPermission';
|
|
10369
10708
|
role: Role;
|
|
10370
10709
|
actor: {
|
|
10710
|
+
__typename?: 'PartnerActor';
|
|
10711
|
+
id: string;
|
|
10712
|
+
} | {
|
|
10371
10713
|
__typename?: 'Robot';
|
|
10372
10714
|
id: string;
|
|
10373
10715
|
} | {
|
|
@@ -10486,6 +10828,9 @@ export type SetProvisioningProfileMutation = {
|
|
|
10486
10828
|
__typename?: 'UserPermission';
|
|
10487
10829
|
role: Role;
|
|
10488
10830
|
actor: {
|
|
10831
|
+
__typename?: 'PartnerActor';
|
|
10832
|
+
id: string;
|
|
10833
|
+
} | {
|
|
10489
10834
|
__typename?: 'Robot';
|
|
10490
10835
|
id: string;
|
|
10491
10836
|
} | {
|
|
@@ -10608,6 +10953,9 @@ export type CreateIosAppCredentialsMutation = {
|
|
|
10608
10953
|
__typename?: 'UserPermission';
|
|
10609
10954
|
role: Role;
|
|
10610
10955
|
actor: {
|
|
10956
|
+
__typename?: 'PartnerActor';
|
|
10957
|
+
id: string;
|
|
10958
|
+
} | {
|
|
10611
10959
|
__typename?: 'Robot';
|
|
10612
10960
|
id: string;
|
|
10613
10961
|
} | {
|
|
@@ -10690,6 +11038,9 @@ export type CreateIosAppCredentialsMutation = {
|
|
|
10690
11038
|
__typename?: 'UserPermission';
|
|
10691
11039
|
role: Role;
|
|
10692
11040
|
actor: {
|
|
11041
|
+
__typename?: 'PartnerActor';
|
|
11042
|
+
id: string;
|
|
11043
|
+
} | {
|
|
10693
11044
|
__typename?: 'Robot';
|
|
10694
11045
|
id: string;
|
|
10695
11046
|
} | {
|
|
@@ -10759,6 +11110,9 @@ export type CreateIosAppCredentialsMutation = {
|
|
|
10759
11110
|
__typename?: 'UserPermission';
|
|
10760
11111
|
role: Role;
|
|
10761
11112
|
actor: {
|
|
11113
|
+
__typename?: 'PartnerActor';
|
|
11114
|
+
id: string;
|
|
11115
|
+
} | {
|
|
10762
11116
|
__typename?: 'Robot';
|
|
10763
11117
|
id: string;
|
|
10764
11118
|
} | {
|
|
@@ -10866,6 +11220,9 @@ export type SetPushKeyMutation = {
|
|
|
10866
11220
|
__typename?: 'UserPermission';
|
|
10867
11221
|
role: Role;
|
|
10868
11222
|
actor: {
|
|
11223
|
+
__typename?: 'PartnerActor';
|
|
11224
|
+
id: string;
|
|
11225
|
+
} | {
|
|
10869
11226
|
__typename?: 'Robot';
|
|
10870
11227
|
id: string;
|
|
10871
11228
|
} | {
|
|
@@ -10948,6 +11305,9 @@ export type SetPushKeyMutation = {
|
|
|
10948
11305
|
__typename?: 'UserPermission';
|
|
10949
11306
|
role: Role;
|
|
10950
11307
|
actor: {
|
|
11308
|
+
__typename?: 'PartnerActor';
|
|
11309
|
+
id: string;
|
|
11310
|
+
} | {
|
|
10951
11311
|
__typename?: 'Robot';
|
|
10952
11312
|
id: string;
|
|
10953
11313
|
} | {
|
|
@@ -11017,6 +11377,9 @@ export type SetPushKeyMutation = {
|
|
|
11017
11377
|
__typename?: 'UserPermission';
|
|
11018
11378
|
role: Role;
|
|
11019
11379
|
actor: {
|
|
11380
|
+
__typename?: 'PartnerActor';
|
|
11381
|
+
id: string;
|
|
11382
|
+
} | {
|
|
11020
11383
|
__typename?: 'Robot';
|
|
11021
11384
|
id: string;
|
|
11022
11385
|
} | {
|
|
@@ -11124,6 +11487,9 @@ export type SetAppStoreConnectApiKeyForSubmissionsMutation = {
|
|
|
11124
11487
|
__typename?: 'UserPermission';
|
|
11125
11488
|
role: Role;
|
|
11126
11489
|
actor: {
|
|
11490
|
+
__typename?: 'PartnerActor';
|
|
11491
|
+
id: string;
|
|
11492
|
+
} | {
|
|
11127
11493
|
__typename?: 'Robot';
|
|
11128
11494
|
id: string;
|
|
11129
11495
|
} | {
|
|
@@ -11206,6 +11572,9 @@ export type SetAppStoreConnectApiKeyForSubmissionsMutation = {
|
|
|
11206
11572
|
__typename?: 'UserPermission';
|
|
11207
11573
|
role: Role;
|
|
11208
11574
|
actor: {
|
|
11575
|
+
__typename?: 'PartnerActor';
|
|
11576
|
+
id: string;
|
|
11577
|
+
} | {
|
|
11209
11578
|
__typename?: 'Robot';
|
|
11210
11579
|
id: string;
|
|
11211
11580
|
} | {
|
|
@@ -11275,6 +11644,9 @@ export type SetAppStoreConnectApiKeyForSubmissionsMutation = {
|
|
|
11275
11644
|
__typename?: 'UserPermission';
|
|
11276
11645
|
role: Role;
|
|
11277
11646
|
actor: {
|
|
11647
|
+
__typename?: 'PartnerActor';
|
|
11648
|
+
id: string;
|
|
11649
|
+
} | {
|
|
11278
11650
|
__typename?: 'Robot';
|
|
11279
11651
|
id: string;
|
|
11280
11652
|
} | {
|
|
@@ -11530,6 +11902,9 @@ export type AppleDistributionCertificateByAppQuery = {
|
|
|
11530
11902
|
__typename?: 'UserPermission';
|
|
11531
11903
|
role: Role;
|
|
11532
11904
|
actor: {
|
|
11905
|
+
__typename?: 'PartnerActor';
|
|
11906
|
+
id: string;
|
|
11907
|
+
} | {
|
|
11533
11908
|
__typename?: 'Robot';
|
|
11534
11909
|
id: string;
|
|
11535
11910
|
} | {
|
|
@@ -11633,6 +12008,9 @@ export type AppleDistributionCertificatesPaginatedByAccountQuery = {
|
|
|
11633
12008
|
__typename?: 'UserPermission';
|
|
11634
12009
|
role: Role;
|
|
11635
12010
|
actor: {
|
|
12011
|
+
__typename?: 'PartnerActor';
|
|
12012
|
+
id: string;
|
|
12013
|
+
} | {
|
|
11636
12014
|
__typename?: 'Robot';
|
|
11637
12015
|
id: string;
|
|
11638
12016
|
} | {
|
|
@@ -11787,6 +12165,9 @@ export type ApplePushKeysPaginatedByAccountQuery = {
|
|
|
11787
12165
|
__typename?: 'UserPermission';
|
|
11788
12166
|
role: Role;
|
|
11789
12167
|
actor: {
|
|
12168
|
+
__typename?: 'PartnerActor';
|
|
12169
|
+
id: string;
|
|
12170
|
+
} | {
|
|
11790
12171
|
__typename?: 'Robot';
|
|
11791
12172
|
id: string;
|
|
11792
12173
|
} | {
|
|
@@ -11928,6 +12309,9 @@ export type IosAppBuildCredentialsByAppleAppIdentiferAndDistributionQuery = {
|
|
|
11928
12309
|
__typename?: 'UserPermission';
|
|
11929
12310
|
role: Role;
|
|
11930
12311
|
actor: {
|
|
12312
|
+
__typename?: 'PartnerActor';
|
|
12313
|
+
id: string;
|
|
12314
|
+
} | {
|
|
11931
12315
|
__typename?: 'Robot';
|
|
11932
12316
|
id: string;
|
|
11933
12317
|
} | {
|
|
@@ -12055,6 +12439,9 @@ export type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery = {
|
|
|
12055
12439
|
__typename?: 'UserPermission';
|
|
12056
12440
|
role: Role;
|
|
12057
12441
|
actor: {
|
|
12442
|
+
__typename?: 'PartnerActor';
|
|
12443
|
+
id: string;
|
|
12444
|
+
} | {
|
|
12058
12445
|
__typename?: 'Robot';
|
|
12059
12446
|
id: string;
|
|
12060
12447
|
} | {
|
|
@@ -12137,6 +12524,9 @@ export type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery = {
|
|
|
12137
12524
|
__typename?: 'UserPermission';
|
|
12138
12525
|
role: Role;
|
|
12139
12526
|
actor: {
|
|
12527
|
+
__typename?: 'PartnerActor';
|
|
12528
|
+
id: string;
|
|
12529
|
+
} | {
|
|
12140
12530
|
__typename?: 'Robot';
|
|
12141
12531
|
id: string;
|
|
12142
12532
|
} | {
|
|
@@ -12206,6 +12596,9 @@ export type IosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery = {
|
|
|
12206
12596
|
__typename?: 'UserPermission';
|
|
12207
12597
|
role: Role;
|
|
12208
12598
|
actor: {
|
|
12599
|
+
__typename?: 'PartnerActor';
|
|
12600
|
+
id: string;
|
|
12601
|
+
} | {
|
|
12209
12602
|
__typename?: 'Robot';
|
|
12210
12603
|
id: string;
|
|
12211
12604
|
} | {
|
|
@@ -12317,6 +12710,9 @@ export type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery =
|
|
|
12317
12710
|
__typename?: 'UserPermission';
|
|
12318
12711
|
role: Role;
|
|
12319
12712
|
actor: {
|
|
12713
|
+
__typename?: 'PartnerActor';
|
|
12714
|
+
id: string;
|
|
12715
|
+
} | {
|
|
12320
12716
|
__typename?: 'Robot';
|
|
12321
12717
|
id: string;
|
|
12322
12718
|
} | {
|
|
@@ -12399,6 +12795,9 @@ export type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery =
|
|
|
12399
12795
|
__typename?: 'UserPermission';
|
|
12400
12796
|
role: Role;
|
|
12401
12797
|
actor: {
|
|
12798
|
+
__typename?: 'PartnerActor';
|
|
12799
|
+
id: string;
|
|
12800
|
+
} | {
|
|
12402
12801
|
__typename?: 'Robot';
|
|
12403
12802
|
id: string;
|
|
12404
12803
|
} | {
|
|
@@ -12468,6 +12867,9 @@ export type CommonIosAppCredentialsWithBuildCredentialsByAppIdentifierIdQuery =
|
|
|
12468
12867
|
__typename?: 'UserPermission';
|
|
12469
12868
|
role: Role;
|
|
12470
12869
|
actor: {
|
|
12870
|
+
__typename?: 'PartnerActor';
|
|
12871
|
+
id: string;
|
|
12872
|
+
} | {
|
|
12471
12873
|
__typename?: 'Robot';
|
|
12472
12874
|
id: string;
|
|
12473
12875
|
} | {
|
|
@@ -12599,6 +13001,10 @@ export type CreateAndroidBuildMutation = {
|
|
|
12599
13001
|
hash: string;
|
|
12600
13002
|
} | null;
|
|
12601
13003
|
initiatingActor?: {
|
|
13004
|
+
__typename: 'PartnerActor';
|
|
13005
|
+
id: string;
|
|
13006
|
+
displayName: string;
|
|
13007
|
+
} | {
|
|
12602
13008
|
__typename: 'Robot';
|
|
12603
13009
|
id: string;
|
|
12604
13010
|
displayName: string;
|
|
@@ -12699,6 +13105,10 @@ export type CreateIosBuildMutation = {
|
|
|
12699
13105
|
hash: string;
|
|
12700
13106
|
} | null;
|
|
12701
13107
|
initiatingActor?: {
|
|
13108
|
+
__typename: 'PartnerActor';
|
|
13109
|
+
id: string;
|
|
13110
|
+
displayName: string;
|
|
13111
|
+
} | {
|
|
12702
13112
|
__typename: 'Robot';
|
|
12703
13113
|
id: string;
|
|
12704
13114
|
displayName: string;
|
|
@@ -12795,6 +13205,10 @@ export type UpdateBuildMetadataMutation = {
|
|
|
12795
13205
|
hash: string;
|
|
12796
13206
|
} | null;
|
|
12797
13207
|
initiatingActor?: {
|
|
13208
|
+
__typename: 'PartnerActor';
|
|
13209
|
+
id: string;
|
|
13210
|
+
displayName: string;
|
|
13211
|
+
} | {
|
|
12798
13212
|
__typename: 'Robot';
|
|
12799
13213
|
id: string;
|
|
12800
13214
|
displayName: string;
|
|
@@ -12885,6 +13299,10 @@ export type RetryIosBuildMutation = {
|
|
|
12885
13299
|
hash: string;
|
|
12886
13300
|
} | null;
|
|
12887
13301
|
initiatingActor?: {
|
|
13302
|
+
__typename: 'PartnerActor';
|
|
13303
|
+
id: string;
|
|
13304
|
+
displayName: string;
|
|
13305
|
+
} | {
|
|
12888
13306
|
__typename: 'Robot';
|
|
12889
13307
|
id: string;
|
|
12890
13308
|
displayName: string;
|
|
@@ -13170,6 +13588,10 @@ export type CreateLocalBuildMutation = {
|
|
|
13170
13588
|
hash: string;
|
|
13171
13589
|
} | null;
|
|
13172
13590
|
initiatingActor?: {
|
|
13591
|
+
__typename: 'PartnerActor';
|
|
13592
|
+
id: string;
|
|
13593
|
+
displayName: string;
|
|
13594
|
+
} | {
|
|
13173
13595
|
__typename: 'Robot';
|
|
13174
13596
|
id: string;
|
|
13175
13597
|
displayName: string;
|
|
@@ -13246,6 +13668,10 @@ export type UpdatePublishMutation = {
|
|
|
13246
13668
|
manifestHostOverride?: string | null;
|
|
13247
13669
|
assetHostOverride?: string | null;
|
|
13248
13670
|
actor?: {
|
|
13671
|
+
__typename: 'PartnerActor';
|
|
13672
|
+
username: string;
|
|
13673
|
+
id: string;
|
|
13674
|
+
} | {
|
|
13249
13675
|
__typename: 'Robot';
|
|
13250
13676
|
firstName?: string | null;
|
|
13251
13677
|
id: string;
|
|
@@ -13337,6 +13763,10 @@ export type SetRolloutPercentageMutation = {
|
|
|
13337
13763
|
manifestHostOverride?: string | null;
|
|
13338
13764
|
assetHostOverride?: string | null;
|
|
13339
13765
|
actor?: {
|
|
13766
|
+
__typename: 'PartnerActor';
|
|
13767
|
+
username: string;
|
|
13768
|
+
id: string;
|
|
13769
|
+
} | {
|
|
13340
13770
|
__typename: 'Robot';
|
|
13341
13771
|
firstName?: string | null;
|
|
13342
13772
|
id: string;
|
|
@@ -13632,6 +14062,20 @@ export type CreateWorkflowRunFromGitRefMutation = {
|
|
|
13632
14062
|
};
|
|
13633
14063
|
};
|
|
13634
14064
|
};
|
|
14065
|
+
export type CreateExpoGoRepackWorkflowRunMutationVariables = Exact<{
|
|
14066
|
+
appId: Scalars['ID']['input'];
|
|
14067
|
+
projectSource: WorkflowProjectSourceInput;
|
|
14068
|
+
}>;
|
|
14069
|
+
export type CreateExpoGoRepackWorkflowRunMutation = {
|
|
14070
|
+
__typename?: 'RootMutation';
|
|
14071
|
+
workflowRun: {
|
|
14072
|
+
__typename?: 'WorkflowRunMutation';
|
|
14073
|
+
createExpoGoRepackWorkflowRun: {
|
|
14074
|
+
__typename?: 'WorkflowRun';
|
|
14075
|
+
id: string;
|
|
14076
|
+
};
|
|
14077
|
+
};
|
|
14078
|
+
};
|
|
13635
14079
|
export type CancelWorkflowRunMutationVariables = Exact<{
|
|
13636
14080
|
workflowRunId: Scalars['ID']['input'];
|
|
13637
14081
|
}>;
|
|
@@ -13936,6 +14380,9 @@ export type AppByIdQuery = {
|
|
|
13936
14380
|
__typename?: 'UserPermission';
|
|
13937
14381
|
role: Role;
|
|
13938
14382
|
actor: {
|
|
14383
|
+
__typename?: 'PartnerActor';
|
|
14384
|
+
id: string;
|
|
14385
|
+
} | {
|
|
13939
14386
|
__typename?: 'Robot';
|
|
13940
14387
|
id: string;
|
|
13941
14388
|
} | {
|
|
@@ -13989,6 +14436,9 @@ export type AppByFullNameQuery = {
|
|
|
13989
14436
|
__typename?: 'UserPermission';
|
|
13990
14437
|
role: Role;
|
|
13991
14438
|
actor: {
|
|
14439
|
+
__typename?: 'PartnerActor';
|
|
14440
|
+
id: string;
|
|
14441
|
+
} | {
|
|
13992
14442
|
__typename?: 'Robot';
|
|
13993
14443
|
id: string;
|
|
13994
14444
|
} | {
|
|
@@ -14076,6 +14526,9 @@ export type AppByIdWorkflowRunsFilteredByStatusQuery = {
|
|
|
14076
14526
|
createdAt: any;
|
|
14077
14527
|
updatedAt: any;
|
|
14078
14528
|
actor?: {
|
|
14529
|
+
__typename: 'PartnerActor';
|
|
14530
|
+
id: string;
|
|
14531
|
+
} | {
|
|
14079
14532
|
__typename: 'Robot';
|
|
14080
14533
|
firstName?: string | null;
|
|
14081
14534
|
id: string;
|
|
@@ -14260,6 +14713,10 @@ export type BranchesByAppQuery = {
|
|
|
14260
14713
|
manifestHostOverride?: string | null;
|
|
14261
14714
|
assetHostOverride?: string | null;
|
|
14262
14715
|
actor?: {
|
|
14716
|
+
__typename: 'PartnerActor';
|
|
14717
|
+
username: string;
|
|
14718
|
+
id: string;
|
|
14719
|
+
} | {
|
|
14263
14720
|
__typename: 'Robot';
|
|
14264
14721
|
firstName?: string | null;
|
|
14265
14722
|
id: string;
|
|
@@ -14379,6 +14836,10 @@ export type ViewBranchesOnUpdateChannelQuery = {
|
|
|
14379
14836
|
manifestHostOverride?: string | null;
|
|
14380
14837
|
assetHostOverride?: string | null;
|
|
14381
14838
|
actor?: {
|
|
14839
|
+
__typename: 'PartnerActor';
|
|
14840
|
+
username: string;
|
|
14841
|
+
id: string;
|
|
14842
|
+
} | {
|
|
14382
14843
|
__typename: 'Robot';
|
|
14383
14844
|
firstName?: string | null;
|
|
14384
14845
|
id: string;
|
|
@@ -14477,6 +14938,10 @@ export type BuildsByIdQuery = {
|
|
|
14477
14938
|
hash: string;
|
|
14478
14939
|
} | null;
|
|
14479
14940
|
initiatingActor?: {
|
|
14941
|
+
__typename: 'PartnerActor';
|
|
14942
|
+
id: string;
|
|
14943
|
+
displayName: string;
|
|
14944
|
+
} | {
|
|
14480
14945
|
__typename: 'Robot';
|
|
14481
14946
|
id: string;
|
|
14482
14947
|
displayName: string;
|
|
@@ -14601,6 +15066,10 @@ export type BuildsWithSubmissionsByIdQuery = {
|
|
|
14601
15066
|
hash: string;
|
|
14602
15067
|
} | null;
|
|
14603
15068
|
initiatingActor?: {
|
|
15069
|
+
__typename: 'PartnerActor';
|
|
15070
|
+
id: string;
|
|
15071
|
+
displayName: string;
|
|
15072
|
+
} | {
|
|
14604
15073
|
__typename: 'Robot';
|
|
14605
15074
|
id: string;
|
|
14606
15075
|
displayName: string;
|
|
@@ -14713,6 +15182,10 @@ export type BuildsWithFingerprintByIdQuery = {
|
|
|
14713
15182
|
buildArtifactsUrl?: string | null;
|
|
14714
15183
|
} | null;
|
|
14715
15184
|
initiatingActor?: {
|
|
15185
|
+
__typename: 'PartnerActor';
|
|
15186
|
+
id: string;
|
|
15187
|
+
displayName: string;
|
|
15188
|
+
} | {
|
|
14716
15189
|
__typename: 'Robot';
|
|
14717
15190
|
id: string;
|
|
14718
15191
|
displayName: string;
|
|
@@ -14808,6 +15281,10 @@ export type ViewBuildsOnAppQuery = {
|
|
|
14808
15281
|
hash: string;
|
|
14809
15282
|
} | null;
|
|
14810
15283
|
initiatingActor?: {
|
|
15284
|
+
__typename: 'PartnerActor';
|
|
15285
|
+
id: string;
|
|
15286
|
+
displayName: string;
|
|
15287
|
+
} | {
|
|
14811
15288
|
__typename: 'Robot';
|
|
14812
15289
|
id: string;
|
|
14813
15290
|
displayName: string;
|
|
@@ -14908,6 +15385,10 @@ export type ViewUpdateChannelOnAppQuery = {
|
|
|
14908
15385
|
manifestHostOverride?: string | null;
|
|
14909
15386
|
assetHostOverride?: string | null;
|
|
14910
15387
|
actor?: {
|
|
15388
|
+
__typename: 'PartnerActor';
|
|
15389
|
+
username: string;
|
|
15390
|
+
id: string;
|
|
15391
|
+
} | {
|
|
14911
15392
|
__typename: 'Robot';
|
|
14912
15393
|
firstName?: string | null;
|
|
14913
15394
|
id: string;
|
|
@@ -14996,6 +15477,10 @@ export type ViewUpdateChannelsOnAppQuery = {
|
|
|
14996
15477
|
manifestHostOverride?: string | null;
|
|
14997
15478
|
assetHostOverride?: string | null;
|
|
14998
15479
|
actor?: {
|
|
15480
|
+
__typename: 'PartnerActor';
|
|
15481
|
+
username: string;
|
|
15482
|
+
id: string;
|
|
15483
|
+
} | {
|
|
14999
15484
|
__typename: 'Robot';
|
|
15000
15485
|
firstName?: string | null;
|
|
15001
15486
|
id: string;
|
|
@@ -15535,6 +16020,10 @@ export type ViewUpdatesByGroupQuery = {
|
|
|
15535
16020
|
manifestHostOverride?: string | null;
|
|
15536
16021
|
assetHostOverride?: string | null;
|
|
15537
16022
|
actor?: {
|
|
16023
|
+
__typename: 'PartnerActor';
|
|
16024
|
+
username: string;
|
|
16025
|
+
id: string;
|
|
16026
|
+
} | {
|
|
15538
16027
|
__typename: 'Robot';
|
|
15539
16028
|
firstName?: string | null;
|
|
15540
16029
|
id: string;
|
|
@@ -15612,6 +16101,10 @@ export type ViewUpdateGroupsOnBranchQuery = {
|
|
|
15612
16101
|
manifestHostOverride?: string | null;
|
|
15613
16102
|
assetHostOverride?: string | null;
|
|
15614
16103
|
actor?: {
|
|
16104
|
+
__typename: 'PartnerActor';
|
|
16105
|
+
username: string;
|
|
16106
|
+
id: string;
|
|
16107
|
+
} | {
|
|
15615
16108
|
__typename: 'Robot';
|
|
15616
16109
|
firstName?: string | null;
|
|
15617
16110
|
id: string;
|
|
@@ -15688,6 +16181,10 @@ export type ViewUpdateGroupsOnAppQuery = {
|
|
|
15688
16181
|
manifestHostOverride?: string | null;
|
|
15689
16182
|
assetHostOverride?: string | null;
|
|
15690
16183
|
actor?: {
|
|
16184
|
+
__typename: 'PartnerActor';
|
|
16185
|
+
username: string;
|
|
16186
|
+
id: string;
|
|
16187
|
+
} | {
|
|
15691
16188
|
__typename: 'Robot';
|
|
15692
16189
|
firstName?: string | null;
|
|
15693
16190
|
id: string;
|
|
@@ -15757,6 +16254,10 @@ export type UpdateByIdQuery = {
|
|
|
15757
16254
|
manifestHostOverride?: string | null;
|
|
15758
16255
|
assetHostOverride?: string | null;
|
|
15759
16256
|
actor?: {
|
|
16257
|
+
__typename: 'PartnerActor';
|
|
16258
|
+
username: string;
|
|
16259
|
+
id: string;
|
|
16260
|
+
} | {
|
|
15760
16261
|
__typename: 'Robot';
|
|
15761
16262
|
firstName?: string | null;
|
|
15762
16263
|
id: string;
|
|
@@ -15806,6 +16307,43 @@ export type CurrentUserQueryVariables = Exact<{
|
|
|
15806
16307
|
export type CurrentUserQuery = {
|
|
15807
16308
|
__typename?: 'RootQuery';
|
|
15808
16309
|
meActor?: {
|
|
16310
|
+
__typename: 'PartnerActor';
|
|
16311
|
+
username: string;
|
|
16312
|
+
id: string;
|
|
16313
|
+
featureGates: any;
|
|
16314
|
+
isExpoAdmin: boolean;
|
|
16315
|
+
accounts: Array<{
|
|
16316
|
+
__typename?: 'Account';
|
|
16317
|
+
id: string;
|
|
16318
|
+
name: string;
|
|
16319
|
+
ownerUserActor?: {
|
|
16320
|
+
__typename?: 'SSOUser';
|
|
16321
|
+
id: string;
|
|
16322
|
+
username: string;
|
|
16323
|
+
} | {
|
|
16324
|
+
__typename?: 'User';
|
|
16325
|
+
id: string;
|
|
16326
|
+
username: string;
|
|
16327
|
+
} | null;
|
|
16328
|
+
users: Array<{
|
|
16329
|
+
__typename?: 'UserPermission';
|
|
16330
|
+
role: Role;
|
|
16331
|
+
actor: {
|
|
16332
|
+
__typename?: 'PartnerActor';
|
|
16333
|
+
id: string;
|
|
16334
|
+
} | {
|
|
16335
|
+
__typename?: 'Robot';
|
|
16336
|
+
id: string;
|
|
16337
|
+
} | {
|
|
16338
|
+
__typename?: 'SSOUser';
|
|
16339
|
+
id: string;
|
|
16340
|
+
} | {
|
|
16341
|
+
__typename?: 'User';
|
|
16342
|
+
id: string;
|
|
16343
|
+
};
|
|
16344
|
+
}>;
|
|
16345
|
+
}>;
|
|
16346
|
+
} | {
|
|
15809
16347
|
__typename: 'Robot';
|
|
15810
16348
|
firstName?: string | null;
|
|
15811
16349
|
id: string;
|
|
@@ -15828,6 +16366,9 @@ export type CurrentUserQuery = {
|
|
|
15828
16366
|
__typename?: 'UserPermission';
|
|
15829
16367
|
role: Role;
|
|
15830
16368
|
actor: {
|
|
16369
|
+
__typename?: 'PartnerActor';
|
|
16370
|
+
id: string;
|
|
16371
|
+
} | {
|
|
15831
16372
|
__typename?: 'Robot';
|
|
15832
16373
|
id: string;
|
|
15833
16374
|
} | {
|
|
@@ -15862,6 +16403,9 @@ export type CurrentUserQuery = {
|
|
|
15862
16403
|
__typename?: 'UserPermission';
|
|
15863
16404
|
role: Role;
|
|
15864
16405
|
actor: {
|
|
16406
|
+
__typename?: 'PartnerActor';
|
|
16407
|
+
id: string;
|
|
16408
|
+
} | {
|
|
15865
16409
|
__typename?: 'Robot';
|
|
15866
16410
|
id: string;
|
|
15867
16411
|
} | {
|
|
@@ -15902,6 +16446,9 @@ export type CurrentUserQuery = {
|
|
|
15902
16446
|
__typename?: 'UserPermission';
|
|
15903
16447
|
role: Role;
|
|
15904
16448
|
actor: {
|
|
16449
|
+
__typename?: 'PartnerActor';
|
|
16450
|
+
id: string;
|
|
16451
|
+
} | {
|
|
15905
16452
|
__typename?: 'Robot';
|
|
15906
16453
|
id: string;
|
|
15907
16454
|
} | {
|
|
@@ -15937,6 +16484,9 @@ export type CurrentUserQuery = {
|
|
|
15937
16484
|
__typename?: 'UserPermission';
|
|
15938
16485
|
role: Role;
|
|
15939
16486
|
actor: {
|
|
16487
|
+
__typename?: 'PartnerActor';
|
|
16488
|
+
id: string;
|
|
16489
|
+
} | {
|
|
15940
16490
|
__typename?: 'Robot';
|
|
15941
16491
|
id: string;
|
|
15942
16492
|
} | {
|
|
@@ -15977,6 +16527,9 @@ export type CurrentUserQuery = {
|
|
|
15977
16527
|
__typename?: 'UserPermission';
|
|
15978
16528
|
role: Role;
|
|
15979
16529
|
actor: {
|
|
16530
|
+
__typename?: 'PartnerActor';
|
|
16531
|
+
id: string;
|
|
16532
|
+
} | {
|
|
15980
16533
|
__typename?: 'Robot';
|
|
15981
16534
|
id: string;
|
|
15982
16535
|
} | {
|
|
@@ -16114,6 +16667,10 @@ export type WorkflowJobByIdQuery = {
|
|
|
16114
16667
|
hash: string;
|
|
16115
16668
|
} | null;
|
|
16116
16669
|
initiatingActor?: {
|
|
16670
|
+
__typename: 'PartnerActor';
|
|
16671
|
+
id: string;
|
|
16672
|
+
displayName: string;
|
|
16673
|
+
} | {
|
|
16117
16674
|
__typename: 'Robot';
|
|
16118
16675
|
id: string;
|
|
16119
16676
|
displayName: string;
|
|
@@ -16284,6 +16841,10 @@ export type WorkflowRunByIdWithJobsQuery = {
|
|
|
16284
16841
|
hash: string;
|
|
16285
16842
|
} | null;
|
|
16286
16843
|
initiatingActor?: {
|
|
16844
|
+
__typename: 'PartnerActor';
|
|
16845
|
+
id: string;
|
|
16846
|
+
displayName: string;
|
|
16847
|
+
} | {
|
|
16287
16848
|
__typename: 'Robot';
|
|
16288
16849
|
id: string;
|
|
16289
16850
|
displayName: string;
|
|
@@ -16326,6 +16887,9 @@ export type WorkflowRunByIdWithJobsQuery = {
|
|
|
16326
16887
|
}>;
|
|
16327
16888
|
}>;
|
|
16328
16889
|
actor?: {
|
|
16890
|
+
__typename: 'PartnerActor';
|
|
16891
|
+
id: string;
|
|
16892
|
+
} | {
|
|
16329
16893
|
__typename: 'Robot';
|
|
16330
16894
|
firstName?: string | null;
|
|
16331
16895
|
id: string;
|
|
@@ -16376,6 +16940,9 @@ export type WorkflowRunsForAppIdFileNameAndStatusQuery = {
|
|
|
16376
16940
|
createdAt: any;
|
|
16377
16941
|
updatedAt: any;
|
|
16378
16942
|
actor?: {
|
|
16943
|
+
__typename: 'PartnerActor';
|
|
16944
|
+
id: string;
|
|
16945
|
+
} | {
|
|
16379
16946
|
__typename: 'Robot';
|
|
16380
16947
|
firstName?: string | null;
|
|
16381
16948
|
id: string;
|
|
@@ -16422,6 +16989,9 @@ export type AccountFragment = {
|
|
|
16422
16989
|
__typename?: 'UserPermission';
|
|
16423
16990
|
role: Role;
|
|
16424
16991
|
actor: {
|
|
16992
|
+
__typename?: 'PartnerActor';
|
|
16993
|
+
id: string;
|
|
16994
|
+
} | {
|
|
16425
16995
|
__typename?: 'Robot';
|
|
16426
16996
|
id: string;
|
|
16427
16997
|
} | {
|
|
@@ -16646,6 +17216,9 @@ export type AppFragment = {
|
|
|
16646
17216
|
__typename?: 'UserPermission';
|
|
16647
17217
|
role: Role;
|
|
16648
17218
|
actor: {
|
|
17219
|
+
__typename?: 'PartnerActor';
|
|
17220
|
+
id: string;
|
|
17221
|
+
} | {
|
|
16649
17222
|
__typename?: 'Robot';
|
|
16650
17223
|
id: string;
|
|
16651
17224
|
} | {
|
|
@@ -16726,6 +17299,10 @@ export type BuildFragment = {
|
|
|
16726
17299
|
hash: string;
|
|
16727
17300
|
} | null;
|
|
16728
17301
|
initiatingActor?: {
|
|
17302
|
+
__typename: 'PartnerActor';
|
|
17303
|
+
id: string;
|
|
17304
|
+
displayName: string;
|
|
17305
|
+
} | {
|
|
16729
17306
|
__typename: 'Robot';
|
|
16730
17307
|
id: string;
|
|
16731
17308
|
displayName: string;
|
|
@@ -16841,6 +17418,10 @@ export type BuildWithSubmissionsFragment = {
|
|
|
16841
17418
|
hash: string;
|
|
16842
17419
|
} | null;
|
|
16843
17420
|
initiatingActor?: {
|
|
17421
|
+
__typename: 'PartnerActor';
|
|
17422
|
+
id: string;
|
|
17423
|
+
displayName: string;
|
|
17424
|
+
} | {
|
|
16844
17425
|
__typename: 'Robot';
|
|
16845
17426
|
id: string;
|
|
16846
17427
|
displayName: string;
|
|
@@ -16944,6 +17525,10 @@ export type BuildWithFingerprintFragment = {
|
|
|
16944
17525
|
buildArtifactsUrl?: string | null;
|
|
16945
17526
|
} | null;
|
|
16946
17527
|
initiatingActor?: {
|
|
17528
|
+
__typename: 'PartnerActor';
|
|
17529
|
+
id: string;
|
|
17530
|
+
displayName: string;
|
|
17531
|
+
} | {
|
|
16947
17532
|
__typename: 'Robot';
|
|
16948
17533
|
id: string;
|
|
16949
17534
|
displayName: string;
|
|
@@ -17110,6 +17695,10 @@ export type UpdateFragment = {
|
|
|
17110
17695
|
manifestHostOverride?: string | null;
|
|
17111
17696
|
assetHostOverride?: string | null;
|
|
17112
17697
|
actor?: {
|
|
17698
|
+
__typename: 'PartnerActor';
|
|
17699
|
+
username: string;
|
|
17700
|
+
id: string;
|
|
17701
|
+
} | {
|
|
17113
17702
|
__typename: 'Robot';
|
|
17114
17703
|
firstName?: string | null;
|
|
17115
17704
|
id: string;
|
|
@@ -17173,6 +17762,10 @@ export type UpdateBranchFragment = {
|
|
|
17173
17762
|
manifestHostOverride?: string | null;
|
|
17174
17763
|
assetHostOverride?: string | null;
|
|
17175
17764
|
actor?: {
|
|
17765
|
+
__typename: 'PartnerActor';
|
|
17766
|
+
username: string;
|
|
17767
|
+
id: string;
|
|
17768
|
+
} | {
|
|
17176
17769
|
__typename: 'Robot';
|
|
17177
17770
|
firstName?: string | null;
|
|
17178
17771
|
id: string;
|
|
@@ -17334,6 +17927,10 @@ export type WorkflowJobFragment = {
|
|
|
17334
17927
|
hash: string;
|
|
17335
17928
|
} | null;
|
|
17336
17929
|
initiatingActor?: {
|
|
17930
|
+
__typename: 'PartnerActor';
|
|
17931
|
+
id: string;
|
|
17932
|
+
displayName: string;
|
|
17933
|
+
} | {
|
|
17337
17934
|
__typename: 'Robot';
|
|
17338
17935
|
id: string;
|
|
17339
17936
|
displayName: string;
|
|
@@ -17388,6 +17985,9 @@ export type WorkflowRunFragment = {
|
|
|
17388
17985
|
createdAt: any;
|
|
17389
17986
|
updatedAt: any;
|
|
17390
17987
|
actor?: {
|
|
17988
|
+
__typename: 'PartnerActor';
|
|
17989
|
+
id: string;
|
|
17990
|
+
} | {
|
|
17391
17991
|
__typename: 'Robot';
|
|
17392
17992
|
firstName?: string | null;
|
|
17393
17993
|
id: string;
|
|
@@ -17461,6 +18061,9 @@ export type CommonAndroidAppCredentialsFragment = {
|
|
|
17461
18061
|
__typename?: 'UserPermission';
|
|
17462
18062
|
role: Role;
|
|
17463
18063
|
actor: {
|
|
18064
|
+
__typename?: 'PartnerActor';
|
|
18065
|
+
id: string;
|
|
18066
|
+
} | {
|
|
17464
18067
|
__typename?: 'Robot';
|
|
17465
18068
|
id: string;
|
|
17466
18069
|
} | {
|
|
@@ -17655,6 +18258,9 @@ export type AppleDistributionCertificateFragment = {
|
|
|
17655
18258
|
__typename?: 'UserPermission';
|
|
17656
18259
|
role: Role;
|
|
17657
18260
|
actor: {
|
|
18261
|
+
__typename?: 'PartnerActor';
|
|
18262
|
+
id: string;
|
|
18263
|
+
} | {
|
|
17658
18264
|
__typename?: 'Robot';
|
|
17659
18265
|
id: string;
|
|
17660
18266
|
} | {
|
|
@@ -17755,6 +18361,9 @@ export type ApplePushKeyFragment = {
|
|
|
17755
18361
|
__typename?: 'UserPermission';
|
|
17756
18362
|
role: Role;
|
|
17757
18363
|
actor: {
|
|
18364
|
+
__typename?: 'PartnerActor';
|
|
18365
|
+
id: string;
|
|
18366
|
+
} | {
|
|
17758
18367
|
__typename?: 'Robot';
|
|
17759
18368
|
id: string;
|
|
17760
18369
|
} | {
|
|
@@ -17848,6 +18457,9 @@ export type IosAppBuildCredentialsFragment = {
|
|
|
17848
18457
|
__typename?: 'UserPermission';
|
|
17849
18458
|
role: Role;
|
|
17850
18459
|
actor: {
|
|
18460
|
+
__typename?: 'PartnerActor';
|
|
18461
|
+
id: string;
|
|
18462
|
+
} | {
|
|
17851
18463
|
__typename?: 'Robot';
|
|
17852
18464
|
id: string;
|
|
17853
18465
|
} | {
|
|
@@ -17933,6 +18545,9 @@ export type CommonIosAppCredentialsWithoutBuildCredentialsFragment = {
|
|
|
17933
18545
|
__typename?: 'UserPermission';
|
|
17934
18546
|
role: Role;
|
|
17935
18547
|
actor: {
|
|
18548
|
+
__typename?: 'PartnerActor';
|
|
18549
|
+
id: string;
|
|
18550
|
+
} | {
|
|
17936
18551
|
__typename?: 'Robot';
|
|
17937
18552
|
id: string;
|
|
17938
18553
|
} | {
|
|
@@ -18002,6 +18617,9 @@ export type CommonIosAppCredentialsWithoutBuildCredentialsFragment = {
|
|
|
18002
18617
|
__typename?: 'UserPermission';
|
|
18003
18618
|
role: Role;
|
|
18004
18619
|
actor: {
|
|
18620
|
+
__typename?: 'PartnerActor';
|
|
18621
|
+
id: string;
|
|
18622
|
+
} | {
|
|
18005
18623
|
__typename?: 'Robot';
|
|
18006
18624
|
id: string;
|
|
18007
18625
|
} | {
|
|
@@ -18099,6 +18717,9 @@ export type CommonIosAppCredentialsFragment = {
|
|
|
18099
18717
|
__typename?: 'UserPermission';
|
|
18100
18718
|
role: Role;
|
|
18101
18719
|
actor: {
|
|
18720
|
+
__typename?: 'PartnerActor';
|
|
18721
|
+
id: string;
|
|
18722
|
+
} | {
|
|
18102
18723
|
__typename?: 'Robot';
|
|
18103
18724
|
id: string;
|
|
18104
18725
|
} | {
|
|
@@ -18181,6 +18802,9 @@ export type CommonIosAppCredentialsFragment = {
|
|
|
18181
18802
|
__typename?: 'UserPermission';
|
|
18182
18803
|
role: Role;
|
|
18183
18804
|
actor: {
|
|
18805
|
+
__typename?: 'PartnerActor';
|
|
18806
|
+
id: string;
|
|
18807
|
+
} | {
|
|
18184
18808
|
__typename?: 'Robot';
|
|
18185
18809
|
id: string;
|
|
18186
18810
|
} | {
|
|
@@ -18250,6 +18874,9 @@ export type CommonIosAppCredentialsFragment = {
|
|
|
18250
18874
|
__typename?: 'UserPermission';
|
|
18251
18875
|
role: Role;
|
|
18252
18876
|
actor: {
|
|
18877
|
+
__typename?: 'PartnerActor';
|
|
18878
|
+
id: string;
|
|
18879
|
+
} | {
|
|
18253
18880
|
__typename?: 'Robot';
|
|
18254
18881
|
id: string;
|
|
18255
18882
|
} | {
|