@caido/schema-proxy 0.55.3 → 0.56.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/openapi.yaml +2 -1
- package/package.json +1 -1
- package/schema.graphql +178 -314
package/openapi.yaml
CHANGED
package/package.json
CHANGED
package/schema.graphql
CHANGED
|
@@ -113,7 +113,7 @@ type AssistantMessageTask {
|
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
union AssistantMessageTaskError =
|
|
116
|
-
|
|
116
|
+
| AssistantUserError
|
|
117
117
|
| AuthenticationUserError
|
|
118
118
|
| CloudUserError
|
|
119
119
|
| OtherUserError
|
|
@@ -224,13 +224,13 @@ type AutomateEntry {
|
|
|
224
224
|
before: String
|
|
225
225
|
first: Int
|
|
226
226
|
last: Int
|
|
227
|
-
filter:
|
|
227
|
+
filter: HTTPQLInput
|
|
228
228
|
order: AutomateEntryRequestOrderInput
|
|
229
229
|
): AutomateEntryRequestConnection!
|
|
230
230
|
requestsByOffset(
|
|
231
231
|
limit: Int
|
|
232
232
|
offset: Int
|
|
233
|
-
filter:
|
|
233
|
+
filter: HTTPQLInput
|
|
234
234
|
order: AutomateEntryRequestOrderInput
|
|
235
235
|
): AutomateEntryRequestConnection!
|
|
236
236
|
session: AutomateSession!
|
|
@@ -354,7 +354,7 @@ input AutomatePayloadInput {
|
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
union AutomatePayloadOptions =
|
|
357
|
-
|
|
357
|
+
| AutomateSimpleListPayload
|
|
358
358
|
| AutomateHostedFilePayload
|
|
359
359
|
| AutomateNullPayload
|
|
360
360
|
| AutomateNumberPayload
|
|
@@ -400,7 +400,7 @@ input AutomatePreprocessorInput {
|
|
|
400
400
|
}
|
|
401
401
|
|
|
402
402
|
union AutomatePreprocessorOptions =
|
|
403
|
-
|
|
403
|
+
| AutomatePrefixPreprocessor
|
|
404
404
|
| AutomateSuffixPreprocessor
|
|
405
405
|
| AutomateUrlEncodePreprocessor
|
|
406
406
|
| AutomateWorkflowPreprocessor
|
|
@@ -732,10 +732,7 @@ type Count {
|
|
|
732
732
|
value: Int!
|
|
733
733
|
}
|
|
734
734
|
|
|
735
|
-
union CreateAssistantSessionError =
|
|
736
|
-
PermissionDeniedUserError
|
|
737
|
-
| CloudUserError
|
|
738
|
-
| OtherUserError
|
|
735
|
+
union CreateAssistantSessionError = PermissionDeniedUserError | CloudUserError | OtherUserError
|
|
739
736
|
|
|
740
737
|
input CreateAssistantSessionInput {
|
|
741
738
|
modelId: ID!
|
|
@@ -785,7 +782,7 @@ type CreateDNSUpstreamPayload {
|
|
|
785
782
|
}
|
|
786
783
|
|
|
787
784
|
union CreateEnvironmentError =
|
|
788
|
-
|
|
785
|
+
| NameTakenUserError
|
|
789
786
|
| PermissionDeniedUserError
|
|
790
787
|
| CloudUserError
|
|
791
788
|
| OtherUserError
|
|
@@ -801,7 +798,7 @@ type CreateEnvironmentPayload {
|
|
|
801
798
|
}
|
|
802
799
|
|
|
803
800
|
union CreateFilterPresetError =
|
|
804
|
-
|
|
801
|
+
| NameTakenUserError
|
|
805
802
|
| AliasTakenUserError
|
|
806
803
|
| PermissionDeniedUserError
|
|
807
804
|
| CloudUserError
|
|
@@ -809,7 +806,7 @@ union CreateFilterPresetError =
|
|
|
809
806
|
|
|
810
807
|
input CreateFilterPresetInput {
|
|
811
808
|
alias: Alias!
|
|
812
|
-
clause:
|
|
809
|
+
clause: QueryInput!
|
|
813
810
|
name: String!
|
|
814
811
|
}
|
|
815
812
|
|
|
@@ -843,7 +840,7 @@ type CreateProjectPayload {
|
|
|
843
840
|
}
|
|
844
841
|
|
|
845
842
|
union CreateProjectPayloadError =
|
|
846
|
-
|
|
843
|
+
| NameTakenUserError
|
|
847
844
|
| PermissionDeniedUserError
|
|
848
845
|
| CloudUserError
|
|
849
846
|
| OtherUserError
|
|
@@ -892,14 +889,11 @@ type CreateTamperRuleCollectionPayload {
|
|
|
892
889
|
collection: TamperRuleCollection
|
|
893
890
|
}
|
|
894
891
|
|
|
895
|
-
union CreateTamperRuleError =
|
|
896
|
-
InvalidRegexUserError
|
|
897
|
-
| InvalidHTTPQLUserError
|
|
898
|
-
| OtherUserError
|
|
892
|
+
union CreateTamperRuleError = InvalidRegexUserError | InvalidHTTPQLUserError | OtherUserError
|
|
899
893
|
|
|
900
894
|
input CreateTamperRuleInput {
|
|
901
895
|
collectionId: ID!
|
|
902
|
-
condition:
|
|
896
|
+
condition: QueryInput
|
|
903
897
|
name: String!
|
|
904
898
|
section: TamperSectionInput!
|
|
905
899
|
sources: [Source!]!
|
|
@@ -946,10 +940,7 @@ type CreateUpstreamProxySocksPayload {
|
|
|
946
940
|
proxy: UpstreamProxySocks
|
|
947
941
|
}
|
|
948
942
|
|
|
949
|
-
union CreateWorkflowError =
|
|
950
|
-
WorkflowUserError
|
|
951
|
-
| PermissionDeniedUserError
|
|
952
|
-
| OtherUserError
|
|
943
|
+
union CreateWorkflowError = WorkflowUserError | PermissionDeniedUserError | OtherUserError
|
|
953
944
|
|
|
954
945
|
input CreateWorkflowInput {
|
|
955
946
|
definition: JsonObject!
|
|
@@ -975,10 +966,7 @@ type CreatedAssistantSessionPayload {
|
|
|
975
966
|
snapshot: Snapshot!
|
|
976
967
|
}
|
|
977
968
|
|
|
978
|
-
union CreatedAuthenticationTokenError =
|
|
979
|
-
AuthenticationUserError
|
|
980
|
-
| InternalUserError
|
|
981
|
-
| OtherUserError
|
|
969
|
+
union CreatedAuthenticationTokenError = AuthenticationUserError | InternalUserError | OtherUserError
|
|
982
970
|
|
|
983
971
|
type CreatedAuthenticationTokenPayload {
|
|
984
972
|
error: CreatedAuthenticationTokenError
|
|
@@ -991,9 +979,7 @@ type CreatedAutomateEntryPayload {
|
|
|
991
979
|
}
|
|
992
980
|
|
|
993
981
|
type CreatedAutomateEntryRequestPayload {
|
|
994
|
-
automateEntryRequestEdge(
|
|
995
|
-
order: AutomateEntryRequestOrderInput
|
|
996
|
-
): AutomateEntryRequestEdge!
|
|
982
|
+
automateEntryRequestEdge(order: AutomateEntryRequestOrderInput): AutomateEntryRequestEdge!
|
|
997
983
|
snapshot: Snapshot!
|
|
998
984
|
}
|
|
999
985
|
|
|
@@ -1339,10 +1325,7 @@ type DeleteProjectPayload {
|
|
|
1339
1325
|
error: DeleteProjectPayloadError
|
|
1340
1326
|
}
|
|
1341
1327
|
|
|
1342
|
-
union DeleteProjectPayloadError =
|
|
1343
|
-
ProjectUserError
|
|
1344
|
-
| UnknownIdUserError
|
|
1345
|
-
| OtherUserError
|
|
1328
|
+
union DeleteProjectPayloadError = ProjectUserError | UnknownIdUserError | OtherUserError
|
|
1346
1329
|
|
|
1347
1330
|
type DeleteReplaySessionCollectionPayload {
|
|
1348
1331
|
deletedId: ID
|
|
@@ -1363,6 +1346,11 @@ type DeleteSitemapEntriesPayload {
|
|
|
1363
1346
|
errors: [DeleteSitemapEntriesError!]!
|
|
1364
1347
|
}
|
|
1365
1348
|
|
|
1349
|
+
type DeleteStreamWsMessageTask implements Task {
|
|
1350
|
+
createdAt: DateTime!
|
|
1351
|
+
id: ID!
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1366
1354
|
type DeleteTamperRuleCollectionPayload {
|
|
1367
1355
|
deletedId: ID
|
|
1368
1356
|
}
|
|
@@ -1383,10 +1371,7 @@ type DeleteUpstreamProxySocksPayload {
|
|
|
1383
1371
|
deletedId: ID
|
|
1384
1372
|
}
|
|
1385
1373
|
|
|
1386
|
-
union DeleteWorkflowError =
|
|
1387
|
-
UnknownIdUserError
|
|
1388
|
-
| ReadOnlyUserError
|
|
1389
|
-
| OtherUserError
|
|
1374
|
+
union DeleteWorkflowError = UnknownIdUserError | ReadOnlyUserError | OtherUserError
|
|
1390
1375
|
|
|
1391
1376
|
type DeleteWorkflowPayload {
|
|
1392
1377
|
deletedId: ID
|
|
@@ -1494,6 +1479,10 @@ type DeletedSitemapEntriesPayload {
|
|
|
1494
1479
|
snapshot: Snapshot!
|
|
1495
1480
|
}
|
|
1496
1481
|
|
|
1482
|
+
type DeletedStreamWsMessagesPayload {
|
|
1483
|
+
deletedIds: [ID!]!
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1497
1486
|
type DeletedTamperRuleCollectionPayload {
|
|
1498
1487
|
deletedCollectionId: ID!
|
|
1499
1488
|
snapshot: Snapshot!
|
|
@@ -1592,7 +1581,7 @@ input FilterClauseFindingInput {
|
|
|
1592
1581
|
|
|
1593
1582
|
type FilterPreset {
|
|
1594
1583
|
alias: Alias!
|
|
1595
|
-
clause:
|
|
1584
|
+
clause: Query!
|
|
1596
1585
|
id: ID!
|
|
1597
1586
|
name: String!
|
|
1598
1587
|
}
|
|
@@ -1683,7 +1672,7 @@ type FinishedBackupTaskError {
|
|
|
1683
1672
|
}
|
|
1684
1673
|
|
|
1685
1674
|
union FinishedBackupTaskPayload =
|
|
1686
|
-
|
|
1675
|
+
| FinishedBackupTaskSuccess
|
|
1687
1676
|
| FinishedBackupTaskError
|
|
1688
1677
|
| FinishedBackupTaskCancelled
|
|
1689
1678
|
|
|
@@ -1706,7 +1695,7 @@ type FinishedRestoreBackupTaskError {
|
|
|
1706
1695
|
}
|
|
1707
1696
|
|
|
1708
1697
|
union FinishedRestoreBackupTaskPayload =
|
|
1709
|
-
|
|
1698
|
+
| FinishedRestoreBackupTaskSuccess
|
|
1710
1699
|
| FinishedRestoreBackupTaskError
|
|
1711
1700
|
| FinishedRestoreBackupTaskCancelled
|
|
1712
1701
|
|
|
@@ -1755,7 +1744,7 @@ type GlobalConfigProject {
|
|
|
1755
1744
|
}
|
|
1756
1745
|
|
|
1757
1746
|
union GlobalizeWorkflowError =
|
|
1758
|
-
|
|
1747
|
+
| UnknownIdUserError
|
|
1759
1748
|
| ReadOnlyUserError
|
|
1760
1749
|
| WorkflowUserError
|
|
1761
1750
|
| OtherUserError
|
|
@@ -1778,7 +1767,13 @@ type GuestUser {
|
|
|
1778
1767
|
settings: UserSettings
|
|
1779
1768
|
}
|
|
1780
1769
|
|
|
1781
|
-
|
|
1770
|
+
type HTTPQL {
|
|
1771
|
+
code: String!
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
input HTTPQLInput {
|
|
1775
|
+
code: String!
|
|
1776
|
+
}
|
|
1782
1777
|
|
|
1783
1778
|
input HideFindingsInput @oneOf {
|
|
1784
1779
|
ids: [ID!]
|
|
@@ -1829,21 +1824,14 @@ input ImportTamperRuleInput {
|
|
|
1829
1824
|
file: Upload!
|
|
1830
1825
|
}
|
|
1831
1826
|
|
|
1832
|
-
union InstallBrowserError =
|
|
1833
|
-
UnsupportedPlatformUserError
|
|
1834
|
-
| CloudUserError
|
|
1835
|
-
| OtherUserError
|
|
1827
|
+
union InstallBrowserError = UnsupportedPlatformUserError | CloudUserError | OtherUserError
|
|
1836
1828
|
|
|
1837
1829
|
type InstallBrowserPayload {
|
|
1838
1830
|
browser: Browser
|
|
1839
1831
|
error: InstallBrowserError
|
|
1840
1832
|
}
|
|
1841
1833
|
|
|
1842
|
-
union InstallPluginPackageError =
|
|
1843
|
-
PluginUserError
|
|
1844
|
-
| StoreUserError
|
|
1845
|
-
| CloudUserError
|
|
1846
|
-
| OtherUserError
|
|
1834
|
+
union InstallPluginPackageError = PluginUserError | StoreUserError | CloudUserError | OtherUserError
|
|
1847
1835
|
|
|
1848
1836
|
input InstallPluginPackageInput {
|
|
1849
1837
|
force: Boolean
|
|
@@ -1982,12 +1970,12 @@ type InterceptRequestMessage implements InterceptMessage {
|
|
|
1982
1970
|
|
|
1983
1971
|
type InterceptRequestOptions {
|
|
1984
1972
|
enabled: Boolean!
|
|
1985
|
-
filter:
|
|
1973
|
+
filter: Query
|
|
1986
1974
|
}
|
|
1987
1975
|
|
|
1988
1976
|
input InterceptRequestOptionsInput {
|
|
1989
1977
|
enabled: Boolean!
|
|
1990
|
-
filter:
|
|
1978
|
+
filter: QueryInput
|
|
1991
1979
|
}
|
|
1992
1980
|
|
|
1993
1981
|
type InterceptResponseMessage implements InterceptMessage {
|
|
@@ -1998,12 +1986,12 @@ type InterceptResponseMessage implements InterceptMessage {
|
|
|
1998
1986
|
|
|
1999
1987
|
type InterceptResponseOptions {
|
|
2000
1988
|
enabled: Boolean!
|
|
2001
|
-
filter:
|
|
1989
|
+
filter: Query
|
|
2002
1990
|
}
|
|
2003
1991
|
|
|
2004
1992
|
input InterceptResponseOptionsInput {
|
|
2005
1993
|
enabled: Boolean!
|
|
2006
|
-
filter:
|
|
1994
|
+
filter: QueryInput
|
|
2007
1995
|
}
|
|
2008
1996
|
|
|
2009
1997
|
type InterceptScopeOptions {
|
|
@@ -2062,7 +2050,7 @@ scalar JsonObject
|
|
|
2062
2050
|
scalar JsonRaw
|
|
2063
2051
|
|
|
2064
2052
|
union LocalizeWorkflowError =
|
|
2065
|
-
|
|
2053
|
+
| UnknownIdUserError
|
|
2066
2054
|
| ReadOnlyUserError
|
|
2067
2055
|
| WorkflowUserError
|
|
2068
2056
|
| OtherUserError
|
|
@@ -2108,28 +2096,16 @@ type MutationRoot {
|
|
|
2108
2096
|
cancelRestoreBackupTask(id: ID!): CancelRestoreBackupTaskPayload!
|
|
2109
2097
|
cancelTask(id: ID!): CancelTaskPayload!
|
|
2110
2098
|
clearSitemapEntries: ClearSitemapEntriesPayload!
|
|
2111
|
-
createAssistantSession(
|
|
2112
|
-
|
|
2113
|
-
): CreateAssistantSessionPayload! @cloud
|
|
2114
|
-
createAutomateSession(
|
|
2115
|
-
input: CreateAutomateSessionInput!
|
|
2116
|
-
): CreateAutomateSessionPayload!
|
|
2099
|
+
createAssistantSession(input: CreateAssistantSessionInput!): CreateAssistantSessionPayload! @cloud
|
|
2100
|
+
createAutomateSession(input: CreateAutomateSessionInput!): CreateAutomateSessionPayload!
|
|
2117
2101
|
createBackup(projectId: ID!): CreateBackupPayload!
|
|
2118
2102
|
createDnsRewrite(input: CreateDNSRewriteInput!): CreateDNSRewritePayload!
|
|
2119
2103
|
createDnsUpstream(input: CreateDNSUpstreamInput!): CreateDNSUpstreamPayload!
|
|
2120
|
-
createEnvironment(input: CreateEnvironmentInput!): CreateEnvironmentPayload!
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
input: CreateFilterPresetInput!
|
|
2124
|
-
): CreateFilterPresetPayload! @cloud
|
|
2125
|
-
createFinding(
|
|
2126
|
-
requestId: ID!
|
|
2127
|
-
input: CreateFindingInput!
|
|
2128
|
-
): CreateFindingPayload!
|
|
2104
|
+
createEnvironment(input: CreateEnvironmentInput!): CreateEnvironmentPayload! @cloud
|
|
2105
|
+
createFilterPreset(input: CreateFilterPresetInput!): CreateFilterPresetPayload! @cloud
|
|
2106
|
+
createFinding(requestId: ID!, input: CreateFindingInput!): CreateFindingPayload!
|
|
2129
2107
|
createProject(input: CreateProjectInput!): CreateProjectPayload! @cloud
|
|
2130
|
-
createReplaySession(
|
|
2131
|
-
input: CreateReplaySessionInput!
|
|
2132
|
-
): CreateReplaySessionPayload!
|
|
2108
|
+
createReplaySession(input: CreateReplaySessionInput!): CreateReplaySessionPayload!
|
|
2133
2109
|
createReplaySessionCollection(
|
|
2134
2110
|
input: CreateReplaySessionCollectionInput!
|
|
2135
2111
|
): CreateReplaySessionCollectionPayload!
|
|
@@ -2139,15 +2115,9 @@ type MutationRoot {
|
|
|
2139
2115
|
createTamperRuleCollection(
|
|
2140
2116
|
input: CreateTamperRuleCollectionInput!
|
|
2141
2117
|
): CreateTamperRuleCollectionPayload!
|
|
2142
|
-
createUpstreamPlugin(
|
|
2143
|
-
|
|
2144
|
-
):
|
|
2145
|
-
createUpstreamProxyHttp(
|
|
2146
|
-
input: CreateUpstreamProxyHttpInput!
|
|
2147
|
-
): CreateUpstreamProxyHttpPayload!
|
|
2148
|
-
createUpstreamProxySocks(
|
|
2149
|
-
input: CreateUpstreamProxySocksInput!
|
|
2150
|
-
): CreateUpstreamProxySocksPayload!
|
|
2118
|
+
createUpstreamPlugin(input: CreateUpstreamPluginInput!): CreateUpstreamPluginPayload!
|
|
2119
|
+
createUpstreamProxyHttp(input: CreateUpstreamProxyHttpInput!): CreateUpstreamProxyHttpPayload!
|
|
2120
|
+
createUpstreamProxySocks(input: CreateUpstreamProxySocksInput!): CreateUpstreamProxySocksPayload!
|
|
2151
2121
|
createWorkflow(input: CreateWorkflowInput!): CreateWorkflowPayload! @cloud
|
|
2152
2122
|
deleteAssistantSession(id: ID!): DeleteAssistantSessionPayload!
|
|
2153
2123
|
deleteAutomateEntries(ids: [ID!]!): DeleteAutomateEntriesPayload!
|
|
@@ -2161,10 +2131,7 @@ type MutationRoot {
|
|
|
2161
2131
|
deleteFilterPreset(id: ID!): DeleteFilterPresetPayload!
|
|
2162
2132
|
deleteFindings(input: DeleteFindingsInput): DeleteFindingsPayload!
|
|
2163
2133
|
deleteHostedFile(id: ID!): DeleteHostedFilePayload!
|
|
2164
|
-
deleteInterceptEntries(
|
|
2165
|
-
filter: HTTPQL
|
|
2166
|
-
scopeId: ID
|
|
2167
|
-
): DeleteInterceptEntriesPayload!
|
|
2134
|
+
deleteInterceptEntries(filter: HTTPQLInput, scopeId: ID): DeleteInterceptEntriesPayload!
|
|
2168
2135
|
deleteInterceptEntry(id: ID!): DeleteInterceptEntryPayload!
|
|
2169
2136
|
deleteProject(id: ID!): DeleteProjectPayload!
|
|
2170
2137
|
deleteReplaySessionCollection(id: ID!): DeleteReplaySessionCollectionPayload!
|
|
@@ -2190,9 +2157,7 @@ type MutationRoot {
|
|
|
2190
2157
|
importCertificate(input: ImportCertificateInput!): ImportCertificatePayload!
|
|
2191
2158
|
importData(input: ImportDataInput!): DataImportResult! @cloud
|
|
2192
2159
|
installBrowser: InstallBrowserPayload! @cloud
|
|
2193
|
-
installPluginPackage(
|
|
2194
|
-
input: InstallPluginPackageInput!
|
|
2195
|
-
): InstallPluginPackagePayload! @cloud
|
|
2160
|
+
installPluginPackage(input: InstallPluginPackageInput!): InstallPluginPackagePayload! @cloud
|
|
2196
2161
|
localizeWorkflow(id: ID!): LocalizeWorkflowPayload!
|
|
2197
2162
|
loginAsGuest: GuestAuthenticationPayload! @cloud
|
|
2198
2163
|
logout: LogoutPayload! @cloud
|
|
@@ -2202,19 +2167,13 @@ type MutationRoot {
|
|
|
2202
2167
|
pauseIntercept: PauseInterceptPayload!
|
|
2203
2168
|
persistProject(id: ID!): PersistProjectPayload!
|
|
2204
2169
|
rankDnsRewrite(id: ID!, input: RankInput!): RankDNSRewritePayload!
|
|
2170
|
+
rankReplaySession(id: ID!, input: RankInput!): RankReplaySessionPayload!
|
|
2171
|
+
rankReplaySessionCollection(id: ID!, input: RankInput!): RankReplaySessionCollectionPayload!
|
|
2205
2172
|
rankTamperRule(id: ID!, input: RankTamperRuleInput!): RankTamperRulePayload!
|
|
2206
2173
|
rankUpstreamPlugin(id: ID!, input: RankInput!): RankUpstreamPluginPayload!
|
|
2207
|
-
rankUpstreamProxyHttp(
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
): RankUpstreamProxyHttpPayload!
|
|
2211
|
-
rankUpstreamProxySocks(
|
|
2212
|
-
id: ID!
|
|
2213
|
-
input: RankInput!
|
|
2214
|
-
): RankUpstreamProxySocksPayload!
|
|
2215
|
-
refreshAuthenticationToken(
|
|
2216
|
-
refreshToken: Token!
|
|
2217
|
-
): RefreshAuthenticationTokenPayload! @cloud
|
|
2174
|
+
rankUpstreamProxyHttp(id: ID!, input: RankInput!): RankUpstreamProxyHttpPayload!
|
|
2175
|
+
rankUpstreamProxySocks(id: ID!, input: RankInput!): RankUpstreamProxySocksPayload!
|
|
2176
|
+
refreshAuthenticationToken(refreshToken: Token!): RefreshAuthenticationTokenPayload! @cloud
|
|
2218
2177
|
regenerateCertificate: RegenerateCertificatePayload!
|
|
2219
2178
|
renameAssistantSession(id: ID!, name: String!): RenameAssistantSessionPayload!
|
|
2220
2179
|
renameAutomateEntry(id: ID!, name: String!): RenameAutomateEntryPayload!
|
|
@@ -2224,127 +2183,64 @@ type MutationRoot {
|
|
|
2224
2183
|
renameHostedFile(id: ID!, name: String!): RenameHostedFilePayload!
|
|
2225
2184
|
renameProject(id: ID!, name: String!): RenameProjectPayload!
|
|
2226
2185
|
renameReplaySession(id: ID!, name: String!): RenameReplaySessionPayload!
|
|
2227
|
-
renameReplaySessionCollection(
|
|
2228
|
-
id: ID!
|
|
2229
|
-
name: String!
|
|
2230
|
-
): RenameReplaySessionCollectionPayload!
|
|
2186
|
+
renameReplaySessionCollection(id: ID!, name: String!): RenameReplaySessionCollectionPayload!
|
|
2231
2187
|
renameScope(id: ID!, name: String!): RenameScopePayload!
|
|
2232
2188
|
renameTamperRule(id: ID!, name: String!): RenameTamperRulePayload!
|
|
2233
|
-
renameTamperRuleCollection(
|
|
2234
|
-
id: ID!
|
|
2235
|
-
name: String!
|
|
2236
|
-
): RenameTamperRuleCollectionPayload!
|
|
2189
|
+
renameTamperRuleCollection(id: ID!, name: String!): RenameTamperRuleCollectionPayload!
|
|
2237
2190
|
renameWorkflow(id: ID!, name: String!): RenameWorkflowPayload!
|
|
2238
2191
|
renderRequest(id: ID!, input: RenderRequestInput!): RenderRequestPayload!
|
|
2239
2192
|
restoreBackup(input: RestoreBackupInput!): RestoreBackupPayload! @cloud
|
|
2240
2193
|
resumeAutomateTask(id: ID!): ResumeAutomateTaskPayload!
|
|
2241
2194
|
resumeIntercept: ResumeInterceptPayload!
|
|
2242
|
-
runActiveWorkflow(
|
|
2243
|
-
id: ID!
|
|
2244
|
-
input: RunActiveWorkflowInput!
|
|
2245
|
-
): RunActiveWorkflowPayload!
|
|
2195
|
+
runActiveWorkflow(id: ID!, input: RunActiveWorkflowInput!): RunActiveWorkflowPayload!
|
|
2246
2196
|
runConvertWorkflow(id: ID!, input: Blob!): RunConvertWorkflowPayload!
|
|
2247
2197
|
selectEnvironment(id: ID): SelectEnvironmentPayload!
|
|
2248
2198
|
selectProject(id: ID!): SelectProjectPayload! @cloud
|
|
2249
|
-
sendAssistantMessage(
|
|
2250
|
-
|
|
2251
|
-
message: String
|
|
2252
|
-
): SendAssistantMessagePayload! @cloud
|
|
2253
|
-
setActiveReplaySessionEntry(
|
|
2254
|
-
id: ID!
|
|
2255
|
-
entryId: ID!
|
|
2256
|
-
): SetActiveReplaySessionEntryPayload!
|
|
2199
|
+
sendAssistantMessage(sessionId: ID!, message: String): SendAssistantMessagePayload! @cloud
|
|
2200
|
+
setActiveReplaySessionEntry(id: ID!, entryId: ID!): SetActiveReplaySessionEntryPayload!
|
|
2257
2201
|
@deprecated(reason: "Remove usage, no replacement")
|
|
2258
2202
|
setGlobalConfigPort(input: Int!): SetConfigPortPayload!
|
|
2259
|
-
setGlobalConfigProject(
|
|
2260
|
-
|
|
2261
|
-
):
|
|
2262
|
-
setInstanceSettings(
|
|
2263
|
-
input: SetInstanceSettingsInput!
|
|
2264
|
-
): SetInstanceSettingsPayload!
|
|
2265
|
-
setInterceptOptions(
|
|
2266
|
-
input: InterceptOptionsInput!
|
|
2267
|
-
): SetInterceptOptionsPayload!
|
|
2203
|
+
setGlobalConfigProject(input: SetConfigProjectInput!): SetConfigProjectPayload!
|
|
2204
|
+
setInstanceSettings(input: SetInstanceSettingsInput!): SetInstanceSettingsPayload!
|
|
2205
|
+
setInterceptOptions(input: InterceptOptionsInput!): SetInterceptOptionsPayload!
|
|
2268
2206
|
setPluginData(id: ID!, data: JSON!): SetPluginDataPayload!
|
|
2269
|
-
setProjectConfigStream(
|
|
2270
|
-
input: ProjectConfigStreamInput!
|
|
2271
|
-
): SetProjectConfigStreamPayload!
|
|
2207
|
+
setProjectConfigStream(input: ProjectConfigStreamInput!): SetProjectConfigStreamPayload!
|
|
2272
2208
|
startAuthenticationFlow: StartAuthenticationFlowPayload! @cloud
|
|
2273
2209
|
startAutomateTask(automateSessionId: ID!): StartAutomateTaskPayload!
|
|
2274
|
-
|
|
2275
|
-
input:
|
|
2276
|
-
):
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
): StartReplayTaskPayload! @cloud
|
|
2210
|
+
startDeleteStreamWsMessageTask(
|
|
2211
|
+
input: StartDeleteStreamWsMessageTaskInput!
|
|
2212
|
+
): StartDeleteStreamWsMessageTaskPayload!
|
|
2213
|
+
startExportRequestsTask(input: StartExportRequestsTaskInput!): StartExportRequestsTaskPayload!
|
|
2214
|
+
@cloud
|
|
2215
|
+
startReplayTask(sessionId: ID!, input: StartReplayTaskInput!): StartReplayTaskPayload! @cloud
|
|
2281
2216
|
testAiProvider(input: TestAIProviderInput!): TestAIProviderPayload! @cloud
|
|
2282
2217
|
testTamperRule(input: TestTamperRuleInput!): TestTamperRulePayload!
|
|
2283
|
-
testUpstreamProxyHttp(
|
|
2284
|
-
|
|
2285
|
-
):
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
): TestUpstreamProxySocksPayload!
|
|
2289
|
-
testWorkflowActive(
|
|
2290
|
-
input: TestWorkflowActiveInput!
|
|
2291
|
-
): TestWorkflowActivePayload!
|
|
2292
|
-
testWorkflowConvert(
|
|
2293
|
-
input: TestWorkflowConvertInput!
|
|
2294
|
-
): TestWorkflowConvertPayload!
|
|
2295
|
-
testWorkflowPassive(
|
|
2296
|
-
input: TestWorkflowPassiveInput!
|
|
2297
|
-
): TestWorkflowPassivePayload!
|
|
2218
|
+
testUpstreamProxyHttp(input: TestUpstreamProxyHttpInput!): TestUpstreamProxyHttpPayload!
|
|
2219
|
+
testUpstreamProxySocks(input: TestUpstreamProxySocksInput!): TestUpstreamProxySocksPayload!
|
|
2220
|
+
testWorkflowActive(input: TestWorkflowActiveInput!): TestWorkflowActivePayload!
|
|
2221
|
+
testWorkflowConvert(input: TestWorkflowConvertInput!): TestWorkflowConvertPayload!
|
|
2222
|
+
testWorkflowPassive(input: TestWorkflowPassiveInput!): TestWorkflowPassivePayload!
|
|
2298
2223
|
toggleDnsRewrite(id: ID!, enabled: Boolean!): ToggleDNSRewritePayload!
|
|
2299
2224
|
togglePlugin(id: ID!, enabled: Boolean!): TogglePluginPayload!
|
|
2300
2225
|
toggleTamperRule(id: ID!, enabled: Boolean!): ToggleTamperRulePayload!
|
|
2301
2226
|
toggleUpstreamPlugin(id: ID!, enabled: Boolean!): ToggleUpstreamPluginPayload!
|
|
2302
|
-
toggleUpstreamProxyHttp(
|
|
2303
|
-
|
|
2304
|
-
enabled: Boolean!
|
|
2305
|
-
): ToggleUpstreamProxyHttpPayload!
|
|
2306
|
-
toggleUpstreamProxySocks(
|
|
2307
|
-
id: ID!
|
|
2308
|
-
enabled: Boolean!
|
|
2309
|
-
): ToggleUpstreamProxySocksPayload!
|
|
2227
|
+
toggleUpstreamProxyHttp(id: ID!, enabled: Boolean!): ToggleUpstreamProxyHttpPayload!
|
|
2228
|
+
toggleUpstreamProxySocks(id: ID!, enabled: Boolean!): ToggleUpstreamProxySocksPayload!
|
|
2310
2229
|
toggleWorkflow(id: ID!, enabled: Boolean!): ToggleWorkflowPayload!
|
|
2311
2230
|
track(input: TrackInput!): TrackPayload!
|
|
2312
2231
|
uninstallPluginPackage(id: ID!): UninstallPluginPackagePayload!
|
|
2313
|
-
updateAutomateSession(
|
|
2314
|
-
|
|
2315
|
-
input: UpdateAutomateSessionInput!
|
|
2316
|
-
): UpdateAutomateSessionPayload! @cloud
|
|
2232
|
+
updateAutomateSession(id: ID!, input: UpdateAutomateSessionInput!): UpdateAutomateSessionPayload!
|
|
2233
|
+
@cloud
|
|
2317
2234
|
updateBrowser: UpdateBrowserPayload! @cloud
|
|
2318
|
-
updateDnsRewrite(
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
):
|
|
2322
|
-
updateDnsUpstream(
|
|
2323
|
-
id: ID!
|
|
2324
|
-
input: UpdateDNSUpstreamInput!
|
|
2325
|
-
): UpdateDNSUpstreamPayload!
|
|
2326
|
-
updateEnvironment(
|
|
2327
|
-
id: ID!
|
|
2328
|
-
input: UpdateEnvironmentInput!
|
|
2329
|
-
): UpdateEnvironmentPayload! @cloud
|
|
2330
|
-
updateFilterPreset(
|
|
2331
|
-
id: ID!
|
|
2332
|
-
input: UpdateFilterPresetInput!
|
|
2333
|
-
): UpdateFilterPresetPayload!
|
|
2235
|
+
updateDnsRewrite(id: ID!, input: UpdateDNSRewriteInput!): UpdateDNSRewritePayload!
|
|
2236
|
+
updateDnsUpstream(id: ID!, input: UpdateDNSUpstreamInput!): UpdateDNSUpstreamPayload!
|
|
2237
|
+
updateEnvironment(id: ID!, input: UpdateEnvironmentInput!): UpdateEnvironmentPayload! @cloud
|
|
2238
|
+
updateFilterPreset(id: ID!, input: UpdateFilterPresetInput!): UpdateFilterPresetPayload!
|
|
2334
2239
|
updateFinding(id: ID!, input: UpdateFindingInput!): UpdateFindingPayload!
|
|
2335
|
-
updateRequestMetadata(
|
|
2336
|
-
id: ID!
|
|
2337
|
-
input: UpdateRequestMetadataInput!
|
|
2338
|
-
): UpdateRequestMetadataPayload!
|
|
2240
|
+
updateRequestMetadata(id: ID!, input: UpdateRequestMetadataInput!): UpdateRequestMetadataPayload!
|
|
2339
2241
|
updateScope(id: ID!, input: UpdateScopeInput!): UpdateScopePayload!
|
|
2340
|
-
updateTamperRule(
|
|
2341
|
-
|
|
2342
|
-
input: UpdateTamperRuleInput!
|
|
2343
|
-
): UpdateTamperRulePayload!
|
|
2344
|
-
updateUpstreamPlugin(
|
|
2345
|
-
id: ID!
|
|
2346
|
-
input: UpdateUpstreamPluginInput!
|
|
2347
|
-
): UpdateUpstreamPluginPayload!
|
|
2242
|
+
updateTamperRule(id: ID!, input: UpdateTamperRuleInput!): UpdateTamperRulePayload!
|
|
2243
|
+
updateUpstreamPlugin(id: ID!, input: UpdateUpstreamPluginInput!): UpdateUpstreamPluginPayload!
|
|
2348
2244
|
updateUpstreamProxyHttp(
|
|
2349
2245
|
id: ID!
|
|
2350
2246
|
input: UpdateUpstreamProxyHttpInput!
|
|
@@ -2353,9 +2249,7 @@ type MutationRoot {
|
|
|
2353
2249
|
id: ID!
|
|
2354
2250
|
input: UpdateUpstreamProxySocksInput!
|
|
2355
2251
|
): UpdateUpstreamProxySocksPayload!
|
|
2356
|
-
updateViewerSettings(
|
|
2357
|
-
input: UpdateViewerSettingsInput!
|
|
2358
|
-
): UpdateViewerSettingsPayload!
|
|
2252
|
+
updateViewerSettings(input: UpdateViewerSettingsInput!): UpdateViewerSettingsPayload!
|
|
2359
2253
|
updateWorkflow(id: ID!, input: UpdateWorkflowInput!): UpdateWorkflowPayload!
|
|
2360
2254
|
uploadHostedFile(input: UploadHostedFileInput!): UploadHostedFilePayload!
|
|
2361
2255
|
}
|
|
@@ -2432,10 +2326,7 @@ type PersistProjectPayload {
|
|
|
2432
2326
|
project: Project
|
|
2433
2327
|
}
|
|
2434
2328
|
|
|
2435
|
-
union PersistProjectPayloadError =
|
|
2436
|
-
PermissionDeniedUserError
|
|
2437
|
-
| UnknownIdUserError
|
|
2438
|
-
| OtherUserError
|
|
2329
|
+
union PersistProjectPayloadError = PermissionDeniedUserError | UnknownIdUserError | OtherUserError
|
|
2439
2330
|
|
|
2440
2331
|
interface Plugin {
|
|
2441
2332
|
enabled: Boolean!
|
|
@@ -2583,6 +2474,13 @@ type ProjectUserError implements UserError {
|
|
|
2583
2474
|
reason: ProjectErrorReason!
|
|
2584
2475
|
}
|
|
2585
2476
|
|
|
2477
|
+
union Query = HTTPQL | StreamQL
|
|
2478
|
+
|
|
2479
|
+
input QueryInput @oneOf {
|
|
2480
|
+
HTTPQL: HTTPQLInput
|
|
2481
|
+
streamQL: StreamQLInput
|
|
2482
|
+
}
|
|
2483
|
+
|
|
2586
2484
|
type QueryRoot {
|
|
2587
2485
|
assistantModels: [AssistantModel!]! @cloud
|
|
2588
2486
|
assistantSession(id: ID!): AssistantSession
|
|
@@ -2590,18 +2488,8 @@ type QueryRoot {
|
|
|
2590
2488
|
authenticationState: AuthenticationState!
|
|
2591
2489
|
automateEntry(id: ID!): AutomateEntry
|
|
2592
2490
|
automateSession(id: ID!): AutomateSession
|
|
2593
|
-
automateSessions(
|
|
2594
|
-
|
|
2595
|
-
before: String
|
|
2596
|
-
first: Int
|
|
2597
|
-
last: Int
|
|
2598
|
-
): AutomateSessionConnection!
|
|
2599
|
-
automateTasks(
|
|
2600
|
-
after: String
|
|
2601
|
-
before: String
|
|
2602
|
-
first: Int
|
|
2603
|
-
last: Int
|
|
2604
|
-
): AutomateTaskConnection!
|
|
2491
|
+
automateSessions(after: String, before: String, first: Int, last: Int): AutomateSessionConnection!
|
|
2492
|
+
automateTasks(after: String, before: String, first: Int, last: Int): AutomateTaskConnection!
|
|
2605
2493
|
backup(id: ID!): Backup
|
|
2606
2494
|
backupTasks: [BackupTask!]!
|
|
2607
2495
|
backups: [Backup!]!
|
|
@@ -2640,21 +2528,21 @@ type QueryRoot {
|
|
|
2640
2528
|
before: String
|
|
2641
2529
|
first: Int
|
|
2642
2530
|
last: Int
|
|
2643
|
-
filter:
|
|
2531
|
+
filter: HTTPQLInput
|
|
2644
2532
|
order: InterceptEntryOrderInput
|
|
2645
2533
|
scopeId: ID
|
|
2646
2534
|
): InterceptEntryConnection!
|
|
2647
2535
|
interceptEntriesByOffset(
|
|
2648
2536
|
limit: Int
|
|
2649
2537
|
offset: Int
|
|
2650
|
-
filter:
|
|
2538
|
+
filter: HTTPQLInput
|
|
2651
2539
|
order: InterceptEntryOrderInput
|
|
2652
2540
|
scopeId: ID
|
|
2653
2541
|
): InterceptEntryConnection!
|
|
2654
2542
|
interceptEntry(id: ID!): InterceptEntry
|
|
2655
2543
|
interceptEntryOffset(
|
|
2656
2544
|
id: ID!
|
|
2657
|
-
filter:
|
|
2545
|
+
filter: HTTPQLInput
|
|
2658
2546
|
order: InterceptEntryOrderInput
|
|
2659
2547
|
scopeId: ID
|
|
2660
2548
|
): InterceptEntryOffset
|
|
@@ -2677,16 +2565,11 @@ type QueryRoot {
|
|
|
2677
2565
|
first: Int
|
|
2678
2566
|
last: Int
|
|
2679
2567
|
): ReplaySessionCollectionConnection!
|
|
2680
|
-
replaySessions(
|
|
2681
|
-
after: String
|
|
2682
|
-
before: String
|
|
2683
|
-
first: Int
|
|
2684
|
-
last: Int
|
|
2685
|
-
): ReplaySessionConnection!
|
|
2568
|
+
replaySessions(after: String, before: String, first: Int, last: Int): ReplaySessionConnection!
|
|
2686
2569
|
request(id: ID!): Request
|
|
2687
2570
|
requestOffset(
|
|
2688
2571
|
id: ID!
|
|
2689
|
-
filter:
|
|
2572
|
+
filter: HTTPQLInput
|
|
2690
2573
|
order: RequestResponseOrderInput
|
|
2691
2574
|
scopeId: ID
|
|
2692
2575
|
): RequestOffset
|
|
@@ -2695,14 +2578,14 @@ type QueryRoot {
|
|
|
2695
2578
|
before: String
|
|
2696
2579
|
first: Int
|
|
2697
2580
|
last: Int
|
|
2698
|
-
filter:
|
|
2581
|
+
filter: HTTPQLInput
|
|
2699
2582
|
order: RequestResponseOrderInput
|
|
2700
2583
|
scopeId: ID
|
|
2701
2584
|
): RequestConnection!
|
|
2702
2585
|
requestsByOffset(
|
|
2703
2586
|
limit: Int
|
|
2704
2587
|
offset: Int
|
|
2705
|
-
filter:
|
|
2588
|
+
filter: HTTPQLInput
|
|
2706
2589
|
order: RequestResponseOrderInput
|
|
2707
2590
|
scopeId: ID
|
|
2708
2591
|
): RequestConnection!
|
|
@@ -2711,10 +2594,7 @@ type QueryRoot {
|
|
|
2711
2594
|
runtime: Runtime!
|
|
2712
2595
|
scope(id: ID!): Scope
|
|
2713
2596
|
scopes: [Scope!]!
|
|
2714
|
-
sitemapDescendantEntries(
|
|
2715
|
-
parentId: ID!
|
|
2716
|
-
depth: SitemapDescendantsDepth!
|
|
2717
|
-
): SitemapEntryConnection!
|
|
2597
|
+
sitemapDescendantEntries(parentId: ID!, depth: SitemapDescendantsDepth!): SitemapEntryConnection!
|
|
2718
2598
|
sitemapEntry(id: ID!): SitemapEntry
|
|
2719
2599
|
sitemapRootEntries(scopeId: ID): SitemapEntryConnection!
|
|
2720
2600
|
store: Store!
|
|
@@ -2791,6 +2671,20 @@ input RankInput {
|
|
|
2791
2671
|
beforeId: ID
|
|
2792
2672
|
}
|
|
2793
2673
|
|
|
2674
|
+
type RankReplaySessionCollectionPayload {
|
|
2675
|
+
collection: ReplaySessionCollection
|
|
2676
|
+
error: RankSessionCollectionPayloadError
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
type RankReplaySessionPayload {
|
|
2680
|
+
error: RankSessionPayloadError
|
|
2681
|
+
session: ReplaySession
|
|
2682
|
+
}
|
|
2683
|
+
|
|
2684
|
+
union RankSessionCollectionPayloadError = UnknownIdUserError | RankUserError | OtherUserError
|
|
2685
|
+
|
|
2686
|
+
union RankSessionPayloadError = UnknownIdUserError | RankUserError | OtherUserError
|
|
2687
|
+
|
|
2794
2688
|
union RankTamperRuleError = UnknownIdUserError | RankUserError | OtherUserError
|
|
2795
2689
|
|
|
2796
2690
|
input RankTamperRuleInput {
|
|
@@ -2832,7 +2726,7 @@ enum RedirectStrategy {
|
|
|
2832
2726
|
}
|
|
2833
2727
|
|
|
2834
2728
|
union RefreshAuthenticationTokenError =
|
|
2835
|
-
|
|
2729
|
+
| AuthenticationUserError
|
|
2836
2730
|
| CloudUserError
|
|
2837
2731
|
| InternalUserError
|
|
2838
2732
|
| OtherUserError
|
|
@@ -2887,10 +2781,7 @@ type RenameProjectPayload {
|
|
|
2887
2781
|
project: Project
|
|
2888
2782
|
}
|
|
2889
2783
|
|
|
2890
|
-
union RenameProjectPayloadError =
|
|
2891
|
-
NameTakenUserError
|
|
2892
|
-
| UnknownIdUserError
|
|
2893
|
-
| OtherUserError
|
|
2784
|
+
union RenameProjectPayloadError = NameTakenUserError | UnknownIdUserError | OtherUserError
|
|
2894
2785
|
|
|
2895
2786
|
type RenameReplaySessionCollectionPayload {
|
|
2896
2787
|
collection: ReplaySessionCollection
|
|
@@ -2912,10 +2803,7 @@ type RenameTamperRulePayload {
|
|
|
2912
2803
|
rule: TamperRule
|
|
2913
2804
|
}
|
|
2914
2805
|
|
|
2915
|
-
union RenameWorkflowError =
|
|
2916
|
-
UnknownIdUserError
|
|
2917
|
-
| ReadOnlyUserError
|
|
2918
|
-
| OtherUserError
|
|
2806
|
+
union RenameWorkflowError = UnknownIdUserError | ReadOnlyUserError | OtherUserError
|
|
2919
2807
|
|
|
2920
2808
|
type RenameWorkflowPayload {
|
|
2921
2809
|
error: RenameWorkflowError
|
|
@@ -3044,7 +2932,7 @@ input ReplayPreprocessorInput {
|
|
|
3044
2932
|
}
|
|
3045
2933
|
|
|
3046
2934
|
union ReplayPreprocessorOptions =
|
|
3047
|
-
|
|
2935
|
+
| ReplayPrefixPreprocessor
|
|
3048
2936
|
| ReplaySuffixPreprocessor
|
|
3049
2937
|
| ReplayUrlEncodePreprocessor
|
|
3050
2938
|
| ReplayWorkflowPreprocessor
|
|
@@ -3070,11 +2958,13 @@ type ReplaySession {
|
|
|
3070
2958
|
): ReplayEntryConnection!
|
|
3071
2959
|
id: ID!
|
|
3072
2960
|
name: String!
|
|
2961
|
+
rank: Rank!
|
|
3073
2962
|
}
|
|
3074
2963
|
|
|
3075
2964
|
type ReplaySessionCollection {
|
|
3076
2965
|
id: ID!
|
|
3077
2966
|
name: String!
|
|
2967
|
+
rank: Rank!
|
|
3078
2968
|
sessions: [ReplaySession!]!
|
|
3079
2969
|
}
|
|
3080
2970
|
|
|
@@ -3281,10 +3171,7 @@ input ResponseRawInput {
|
|
|
3281
3171
|
raw: Blob!
|
|
3282
3172
|
}
|
|
3283
3173
|
|
|
3284
|
-
union RestoreBackupError =
|
|
3285
|
-
NameTakenUserError
|
|
3286
|
-
| PermissionDeniedUserError
|
|
3287
|
-
| OtherUserError
|
|
3174
|
+
union RestoreBackupError = NameTakenUserError | PermissionDeniedUserError | OtherUserError
|
|
3288
3175
|
|
|
3289
3176
|
input RestoreBackupInput {
|
|
3290
3177
|
name: String!
|
|
@@ -3302,10 +3189,7 @@ type RestoreBackupTask {
|
|
|
3302
3189
|
project: Project!
|
|
3303
3190
|
}
|
|
3304
3191
|
|
|
3305
|
-
union RestoreBackupTaskError =
|
|
3306
|
-
BackupUserError
|
|
3307
|
-
| InternalUserError
|
|
3308
|
-
| OtherUserError
|
|
3192
|
+
union RestoreBackupTaskError = BackupUserError | InternalUserError | OtherUserError
|
|
3309
3193
|
|
|
3310
3194
|
union ResumeAutomateTaskError = UnknownIdUserError | OtherUserError
|
|
3311
3195
|
|
|
@@ -3318,10 +3202,7 @@ type ResumeInterceptPayload {
|
|
|
3318
3202
|
status: InterceptStatus!
|
|
3319
3203
|
}
|
|
3320
3204
|
|
|
3321
|
-
union RunActiveWorkflowError =
|
|
3322
|
-
UnknownIdUserError
|
|
3323
|
-
| PermissionDeniedUserError
|
|
3324
|
-
| OtherUserError
|
|
3205
|
+
union RunActiveWorkflowError = UnknownIdUserError | PermissionDeniedUserError | OtherUserError
|
|
3325
3206
|
|
|
3326
3207
|
input RunActiveWorkflowInput {
|
|
3327
3208
|
requestId: ID!
|
|
@@ -3332,10 +3213,7 @@ type RunActiveWorkflowPayload {
|
|
|
3332
3213
|
task: WorkflowTask
|
|
3333
3214
|
}
|
|
3334
3215
|
|
|
3335
|
-
union RunConvertWorkflowError =
|
|
3336
|
-
WorkflowUserError
|
|
3337
|
-
| PermissionDeniedUserError
|
|
3338
|
-
| OtherUserError
|
|
3216
|
+
union RunConvertWorkflowError = WorkflowUserError | PermissionDeniedUserError | OtherUserError
|
|
3339
3217
|
|
|
3340
3218
|
type RunConvertWorkflowPayload {
|
|
3341
3219
|
error: RunConvertWorkflowError
|
|
@@ -3390,13 +3268,10 @@ type SelectProjectPayload {
|
|
|
3390
3268
|
error: SelectProjectPayloadError
|
|
3391
3269
|
}
|
|
3392
3270
|
|
|
3393
|
-
union SelectProjectPayloadError =
|
|
3394
|
-
ProjectUserError
|
|
3395
|
-
| UnknownIdUserError
|
|
3396
|
-
| OtherUserError
|
|
3271
|
+
union SelectProjectPayloadError = ProjectUserError | UnknownIdUserError | OtherUserError
|
|
3397
3272
|
|
|
3398
3273
|
union SendAssistantMessageError =
|
|
3399
|
-
|
|
3274
|
+
| PermissionDeniedUserError
|
|
3400
3275
|
| TaskInProgressUserError
|
|
3401
3276
|
| CloudUserError
|
|
3402
3277
|
| OtherUserError
|
|
@@ -3546,7 +3421,7 @@ enum Source {
|
|
|
3546
3421
|
}
|
|
3547
3422
|
|
|
3548
3423
|
union StartAuthenticationFlowError =
|
|
3549
|
-
|
|
3424
|
+
| AuthenticationUserError
|
|
3550
3425
|
| CloudUserError
|
|
3551
3426
|
| InternalUserError
|
|
3552
3427
|
| OtherUserError
|
|
@@ -3560,8 +3435,16 @@ type StartAutomateTaskPayload {
|
|
|
3560
3435
|
automateTask: AutomateTask
|
|
3561
3436
|
}
|
|
3562
3437
|
|
|
3438
|
+
input StartDeleteStreamWsMessageTaskInput {
|
|
3439
|
+
ids: [ID!]!
|
|
3440
|
+
}
|
|
3441
|
+
|
|
3442
|
+
type StartDeleteStreamWsMessageTaskPayload {
|
|
3443
|
+
task: DeleteStreamWsMessageTask
|
|
3444
|
+
}
|
|
3445
|
+
|
|
3563
3446
|
input StartExportRequestsTaskInput {
|
|
3564
|
-
filter:
|
|
3447
|
+
filter: HTTPQLInput
|
|
3565
3448
|
format: DataExportFormat!
|
|
3566
3449
|
includeRaw: Boolean!
|
|
3567
3450
|
scopeId: ID
|
|
@@ -3572,12 +3455,10 @@ type StartExportRequestsTaskPayload {
|
|
|
3572
3455
|
task: DataExportTask
|
|
3573
3456
|
}
|
|
3574
3457
|
|
|
3575
|
-
union StartExportRequestsTaskPayloadError =
|
|
3576
|
-
PermissionDeniedUserError
|
|
3577
|
-
| OtherUserError
|
|
3458
|
+
union StartExportRequestsTaskPayloadError = PermissionDeniedUserError | OtherUserError
|
|
3578
3459
|
|
|
3579
3460
|
union StartReplayTaskError =
|
|
3580
|
-
|
|
3461
|
+
| TaskInProgressUserError
|
|
3581
3462
|
| PermissionDeniedUserError
|
|
3582
3463
|
| CloudUserError
|
|
3583
3464
|
| OtherUserError
|
|
@@ -3712,6 +3593,14 @@ enum StreamProtocol {
|
|
|
3712
3593
|
WS
|
|
3713
3594
|
}
|
|
3714
3595
|
|
|
3596
|
+
type StreamQL {
|
|
3597
|
+
code: String!
|
|
3598
|
+
}
|
|
3599
|
+
|
|
3600
|
+
input StreamQLInput {
|
|
3601
|
+
code: String!
|
|
3602
|
+
}
|
|
3603
|
+
|
|
3715
3604
|
type StreamWsMessage {
|
|
3716
3605
|
edits: [StreamWsMessageEditRef!]!
|
|
3717
3606
|
head: StreamWsMessageEdit!
|
|
@@ -3785,9 +3674,7 @@ type SubscriptionRoot {
|
|
|
3785
3674
|
createdAssistantSession: CreatedAssistantSessionPayload!
|
|
3786
3675
|
createdAuthenticationToken(requestId: ID!): CreatedAuthenticationTokenPayload!
|
|
3787
3676
|
createdAutomateEntry: CreatedAutomateEntryPayload!
|
|
3788
|
-
createdAutomateEntryRequest(
|
|
3789
|
-
filter: HTTPQL
|
|
3790
|
-
): CreatedAutomateEntryRequestPayload!
|
|
3677
|
+
createdAutomateEntryRequest(filter: HTTPQLInput): CreatedAutomateEntryRequestPayload!
|
|
3791
3678
|
createdAutomateSession: CreatedAutomateSessionPayload!
|
|
3792
3679
|
createdAutomateTask: CreatedAutomateTaskPayload!
|
|
3793
3680
|
createdBackup: CreatedBackupPayload!
|
|
@@ -3797,10 +3684,7 @@ type SubscriptionRoot {
|
|
|
3797
3684
|
createdEnvironment: CreatedEnvironmentPayload!
|
|
3798
3685
|
createdFilterPreset: CreatedFilterPresetPayload!
|
|
3799
3686
|
createdFinding: CreatedFindingPayload!
|
|
3800
|
-
createdInterceptEntry(
|
|
3801
|
-
filter: HTTPQL
|
|
3802
|
-
scopeId: ID
|
|
3803
|
-
): CreatedInterceptEntryPayload!
|
|
3687
|
+
createdInterceptEntry(filter: HTTPQLInput, scopeId: ID): CreatedInterceptEntryPayload!
|
|
3804
3688
|
createdInterceptMessage: CreatedInterceptMessagePayload!
|
|
3805
3689
|
createdLogLines(duration: Duration!): CreatedLogLinesPayload!
|
|
3806
3690
|
createdPluginEvent: CreatedPluginEventPayload!
|
|
@@ -3808,7 +3692,7 @@ type SubscriptionRoot {
|
|
|
3808
3692
|
createdProject: CreatedProjectPayload!
|
|
3809
3693
|
createdReplaySession: CreatedReplaySessionPayload!
|
|
3810
3694
|
createdReplaySessionCollection: CreatedReplaySessionCollectionPayload!
|
|
3811
|
-
createdRequest(filter:
|
|
3695
|
+
createdRequest(filter: HTTPQLInput, scopeId: ID): CreatedRequestPayload!
|
|
3812
3696
|
createdScope: CreatedScopePayload!
|
|
3813
3697
|
createdSitemapEntry(scopeId: ID): CreatedSitemapEntryPayload!
|
|
3814
3698
|
createdStream(protocol: StreamProtocol!, scopeId: ID): CreatedStreamPayload!
|
|
@@ -3840,6 +3724,7 @@ type SubscriptionRoot {
|
|
|
3840
3724
|
deletedReplaySessionCollection: DeletedReplaySessionCollectionPayload!
|
|
3841
3725
|
deletedScope: DeletedScopePayload!
|
|
3842
3726
|
deletedSitemapEntry: DeletedSitemapEntriesPayload!
|
|
3727
|
+
deletedStreamWsMessages: DeletedStreamWsMessagesPayload!
|
|
3843
3728
|
deletedTamperRule: DeletedTamperRulePayload!
|
|
3844
3729
|
deletedTamperRuleCollection: DeletedTamperRuleCollectionPayload!
|
|
3845
3730
|
deletedUpstreamPlugin: DeletedUpstreamPluginPayload!
|
|
@@ -3874,10 +3759,7 @@ type SubscriptionRoot {
|
|
|
3874
3759
|
updatedFindings: UpdatedFindingsPayload!
|
|
3875
3760
|
updatedHostedFile: UpdatedHostedFilePayload!
|
|
3876
3761
|
updatedInstanceSettings: UpdatedInstanceSettingsPayload!
|
|
3877
|
-
updatedInterceptEntry(
|
|
3878
|
-
filter: HTTPQL
|
|
3879
|
-
scopeId: ID
|
|
3880
|
-
): UpdatedInterceptEntryPayload!
|
|
3762
|
+
updatedInterceptEntry(filter: HTTPQLInput, scopeId: ID): UpdatedInterceptEntryPayload!
|
|
3881
3763
|
updatedInterceptOptions: UpdatedInterceptOptionsPayload!
|
|
3882
3764
|
updatedInterceptStatus: UpdatedInterceptStatusPayload!
|
|
3883
3765
|
updatedPlugin: UpdatedPluginPayload!
|
|
@@ -3885,7 +3767,7 @@ type SubscriptionRoot {
|
|
|
3885
3767
|
updatedProject: UpdatedProjectPayload!
|
|
3886
3768
|
updatedReplaySession: UpdatedReplaySessionPayload!
|
|
3887
3769
|
updatedReplaySessionCollection: UpdatedReplaySessionCollectionPayload!
|
|
3888
|
-
updatedRequest(filter:
|
|
3770
|
+
updatedRequest(filter: HTTPQLInput, scopeId: ID): UpdatedRequestPayload!
|
|
3889
3771
|
updatedRequestMetadata: UpdatedRequestMetadataPayload!
|
|
3890
3772
|
updatedScope: UpdatedScopePayload!
|
|
3891
3773
|
updatedSitemapEntry(scopeId: ID): UpdatedSitemapEntryPayload!
|
|
@@ -3923,10 +3805,7 @@ input TamperMatcherNameInput {
|
|
|
3923
3805
|
name: String!
|
|
3924
3806
|
}
|
|
3925
3807
|
|
|
3926
|
-
union TamperMatcherRaw =
|
|
3927
|
-
TamperMatcherValue
|
|
3928
|
-
| TamperMatcherRegex
|
|
3929
|
-
| TamperMatcherFull
|
|
3808
|
+
union TamperMatcherRaw = TamperMatcherValue | TamperMatcherRegex | TamperMatcherFull
|
|
3930
3809
|
|
|
3931
3810
|
input TamperMatcherRawInput @oneOf {
|
|
3932
3811
|
full: TamperMatcherFullInput
|
|
@@ -3999,7 +3878,7 @@ input TamperOperationFirstLineRawInput {
|
|
|
3999
3878
|
}
|
|
4000
3879
|
|
|
4001
3880
|
union TamperOperationHeader =
|
|
4002
|
-
|
|
3881
|
+
| TamperOperationHeaderRaw
|
|
4003
3882
|
| TamperOperationHeaderUpdate
|
|
4004
3883
|
| TamperOperationHeaderAdd
|
|
4005
3884
|
| TamperOperationHeaderRemove
|
|
@@ -4080,7 +3959,7 @@ input TamperOperationPathRawInput {
|
|
|
4080
3959
|
}
|
|
4081
3960
|
|
|
4082
3961
|
union TamperOperationQuery =
|
|
4083
|
-
|
|
3962
|
+
| TamperOperationQueryRaw
|
|
4084
3963
|
| TamperOperationQueryUpdate
|
|
4085
3964
|
| TamperOperationQueryAdd
|
|
4086
3965
|
| TamperOperationQueryRemove
|
|
@@ -4183,7 +4062,7 @@ input TamperReplacerWorkflowInput {
|
|
|
4183
4062
|
|
|
4184
4063
|
type TamperRule {
|
|
4185
4064
|
collection: TamperRuleCollection!
|
|
4186
|
-
condition:
|
|
4065
|
+
condition: Query
|
|
4187
4066
|
enable: TamperRuleEnable
|
|
4188
4067
|
id: ID!
|
|
4189
4068
|
name: String!
|
|
@@ -4216,7 +4095,7 @@ type TamperRuleEnable {
|
|
|
4216
4095
|
}
|
|
4217
4096
|
|
|
4218
4097
|
union TamperSection =
|
|
4219
|
-
|
|
4098
|
+
| TamperSectionRequestMethod
|
|
4220
4099
|
| TamperSectionRequestPath
|
|
4221
4100
|
| TamperSectionRequestQuery
|
|
4222
4101
|
| TamperSectionRequestBody
|
|
@@ -4416,10 +4295,7 @@ type TestUpstreamProxySocksPayload {
|
|
|
4416
4295
|
success: Boolean
|
|
4417
4296
|
}
|
|
4418
4297
|
|
|
4419
|
-
union TestWorkflowActiveError =
|
|
4420
|
-
WorkflowUserError
|
|
4421
|
-
| PermissionDeniedUserError
|
|
4422
|
-
| OtherUserError
|
|
4298
|
+
union TestWorkflowActiveError = WorkflowUserError | PermissionDeniedUserError | OtherUserError
|
|
4423
4299
|
|
|
4424
4300
|
input TestWorkflowActiveInput {
|
|
4425
4301
|
definition: JsonObject!
|
|
@@ -4432,10 +4308,7 @@ type TestWorkflowActivePayload {
|
|
|
4432
4308
|
runState: JsonObject
|
|
4433
4309
|
}
|
|
4434
4310
|
|
|
4435
|
-
union TestWorkflowConvertError =
|
|
4436
|
-
WorkflowUserError
|
|
4437
|
-
| PermissionDeniedUserError
|
|
4438
|
-
| OtherUserError
|
|
4311
|
+
union TestWorkflowConvertError = WorkflowUserError | PermissionDeniedUserError | OtherUserError
|
|
4439
4312
|
|
|
4440
4313
|
input TestWorkflowConvertInput {
|
|
4441
4314
|
data: Blob!
|
|
@@ -4448,10 +4321,7 @@ type TestWorkflowConvertPayload {
|
|
|
4448
4321
|
runState: JsonObject
|
|
4449
4322
|
}
|
|
4450
4323
|
|
|
4451
|
-
union TestWorkflowPassiveError =
|
|
4452
|
-
WorkflowUserError
|
|
4453
|
-
| PermissionDeniedUserError
|
|
4454
|
-
| OtherUserError
|
|
4324
|
+
union TestWorkflowPassiveError = WorkflowUserError | PermissionDeniedUserError | OtherUserError
|
|
4455
4325
|
|
|
4456
4326
|
input TestWorkflowPassiveInput {
|
|
4457
4327
|
definition: JsonObject!
|
|
@@ -4531,10 +4401,7 @@ type UnsupportedPlatformUserError implements UserError {
|
|
|
4531
4401
|
code: String!
|
|
4532
4402
|
}
|
|
4533
4403
|
|
|
4534
|
-
union UpdateAutomateSessionError =
|
|
4535
|
-
PermissionDeniedUserError
|
|
4536
|
-
| CloudUserError
|
|
4537
|
-
| OtherUserError
|
|
4404
|
+
union UpdateAutomateSessionError = PermissionDeniedUserError | CloudUserError | OtherUserError
|
|
4538
4405
|
|
|
4539
4406
|
input UpdateAutomateSessionInput {
|
|
4540
4407
|
connection: ConnectionInfoInput!
|
|
@@ -4548,7 +4415,7 @@ type UpdateAutomateSessionPayload {
|
|
|
4548
4415
|
}
|
|
4549
4416
|
|
|
4550
4417
|
union UpdateBrowserError =
|
|
4551
|
-
|
|
4418
|
+
| RenderFailedUserError
|
|
4552
4419
|
| UnsupportedPlatformUserError
|
|
4553
4420
|
| CloudUserError
|
|
4554
4421
|
| OtherUserError
|
|
@@ -4581,7 +4448,7 @@ type UpdateDNSUpstreamPayload {
|
|
|
4581
4448
|
}
|
|
4582
4449
|
|
|
4583
4450
|
union UpdateEnvironmentError =
|
|
4584
|
-
|
|
4451
|
+
| UnknownIdUserError
|
|
4585
4452
|
| NameTakenUserError
|
|
4586
4453
|
| NewerVersionUserError
|
|
4587
4454
|
| PermissionDeniedUserError
|
|
@@ -4598,14 +4465,11 @@ type UpdateEnvironmentPayload {
|
|
|
4598
4465
|
error: UpdateEnvironmentError
|
|
4599
4466
|
}
|
|
4600
4467
|
|
|
4601
|
-
union UpdateFilterPresetError =
|
|
4602
|
-
NameTakenUserError
|
|
4603
|
-
| AliasTakenUserError
|
|
4604
|
-
| OtherUserError
|
|
4468
|
+
union UpdateFilterPresetError = NameTakenUserError | AliasTakenUserError | OtherUserError
|
|
4605
4469
|
|
|
4606
4470
|
input UpdateFilterPresetInput {
|
|
4607
4471
|
alias: Alias!
|
|
4608
|
-
clause:
|
|
4472
|
+
clause: QueryInput!
|
|
4609
4473
|
name: String!
|
|
4610
4474
|
}
|
|
4611
4475
|
|
|
@@ -4650,13 +4514,13 @@ type UpdateScopePayload {
|
|
|
4650
4514
|
}
|
|
4651
4515
|
|
|
4652
4516
|
union UpdateTamperRuleError =
|
|
4653
|
-
|
|
4517
|
+
| UnknownIdUserError
|
|
4654
4518
|
| InvalidRegexUserError
|
|
4655
4519
|
| InvalidHTTPQLUserError
|
|
4656
4520
|
| OtherUserError
|
|
4657
4521
|
|
|
4658
4522
|
input UpdateTamperRuleInput {
|
|
4659
|
-
condition:
|
|
4523
|
+
condition: QueryInput
|
|
4660
4524
|
name: String!
|
|
4661
4525
|
section: TamperSectionInput!
|
|
4662
4526
|
sources: [Source!]!
|
|
@@ -4713,7 +4577,7 @@ type UpdateViewerSettingsPayload {
|
|
|
4713
4577
|
}
|
|
4714
4578
|
|
|
4715
4579
|
union UpdateWorkflowError =
|
|
4716
|
-
|
|
4580
|
+
| UnknownIdUserError
|
|
4717
4581
|
| ReadOnlyUserError
|
|
4718
4582
|
| WorkflowUserError
|
|
4719
4583
|
| OtherUserError
|