@caido/sdk-frontend 0.51.2-beta.11 → 0.51.2-beta.13
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.
|
@@ -152,9 +152,11 @@ export type AiProviderGoogleInput = {
|
|
|
152
152
|
};
|
|
153
153
|
export type AiProviderOpenAi = {
|
|
154
154
|
apiKey: Scalars["Sensitive"]["output"];
|
|
155
|
+
url?: Maybe<Scalars["Url"]["output"]>;
|
|
155
156
|
};
|
|
156
157
|
export type AiProviderOpenAiInput = {
|
|
157
158
|
apiKey: Scalars["Sensitive"]["input"];
|
|
159
|
+
url?: InputMaybe<Scalars["Url"]["input"]>;
|
|
158
160
|
};
|
|
159
161
|
export type AiProviderOpenRouter = {
|
|
160
162
|
apiKey: Scalars["Sensitive"]["output"];
|
|
@@ -1212,6 +1214,7 @@ export type DeletedAutomateTaskPayload = {
|
|
|
1212
1214
|
deletedAutomateTaskId: Scalars["ID"]["output"];
|
|
1213
1215
|
error?: Maybe<DeletedAutomateTaskError>;
|
|
1214
1216
|
snapshot: Scalars["Snapshot"]["output"];
|
|
1217
|
+
status: TaskStatus;
|
|
1215
1218
|
};
|
|
1216
1219
|
export type DeletedBackupPayload = {
|
|
1217
1220
|
deletedBackupId: Scalars["ID"]["output"];
|
|
@@ -1422,6 +1425,7 @@ export type FinishedRestoreBackupTaskSuccess = {
|
|
|
1422
1425
|
};
|
|
1423
1426
|
export type FinishedTaskPayload = {
|
|
1424
1427
|
error?: Maybe<UserError>;
|
|
1428
|
+
status: TaskStatus;
|
|
1425
1429
|
task: Task;
|
|
1426
1430
|
};
|
|
1427
1431
|
export type ForwardInterceptMessageInput = {
|
|
@@ -3647,6 +3651,18 @@ export type TamperMatcherValue = {
|
|
|
3647
3651
|
export type TamperMatcherValueInput = {
|
|
3648
3652
|
value: Scalars["String"]["input"];
|
|
3649
3653
|
};
|
|
3654
|
+
export type TamperOperationAll = TamperOperationAllRaw;
|
|
3655
|
+
export type TamperOperationAllInput = {
|
|
3656
|
+
raw: TamperOperationAllRawInput;
|
|
3657
|
+
};
|
|
3658
|
+
export type TamperOperationAllRaw = {
|
|
3659
|
+
matcher: TamperMatcherRaw;
|
|
3660
|
+
replacer: TamperReplacer;
|
|
3661
|
+
};
|
|
3662
|
+
export type TamperOperationAllRawInput = {
|
|
3663
|
+
matcher: TamperMatcherRawInput;
|
|
3664
|
+
replacer: TamperReplacerInput;
|
|
3665
|
+
};
|
|
3650
3666
|
export type TamperOperationBody = TamperOperationBodyRaw;
|
|
3651
3667
|
export type TamperOperationBodyInput = {
|
|
3652
3668
|
raw: TamperOperationBodyRawInput;
|
|
@@ -3850,118 +3866,170 @@ export type TamperRuleCollectionEdge = {
|
|
|
3850
3866
|
export type TamperRuleEnable = {
|
|
3851
3867
|
rank: Scalars["Rank"]["output"];
|
|
3852
3868
|
};
|
|
3853
|
-
export type TamperSection = TamperSectionRequestBody | TamperSectionRequestFirstLine | TamperSectionRequestHeader | TamperSectionRequestMethod | TamperSectionRequestPath | TamperSectionRequestQuery | TamperSectionResponseBody | TamperSectionResponseFirstLine | TamperSectionResponseHeader | TamperSectionResponseStatusCode;
|
|
3869
|
+
export type TamperSection = TamperSectionRequestAll | TamperSectionRequestBody | TamperSectionRequestFirstLine | TamperSectionRequestHeader | TamperSectionRequestMethod | TamperSectionRequestPath | TamperSectionRequestQuery | TamperSectionResponseAll | TamperSectionResponseBody | TamperSectionResponseFirstLine | TamperSectionResponseHeader | TamperSectionResponseStatusCode;
|
|
3854
3870
|
export type TamperSectionInput = {
|
|
3871
|
+
requestAll: TamperSectionRequestAllInput;
|
|
3872
|
+
requestBody?: never;
|
|
3873
|
+
requestFirstLine?: never;
|
|
3874
|
+
requestHeader?: never;
|
|
3875
|
+
requestMethod?: never;
|
|
3876
|
+
requestPath?: never;
|
|
3877
|
+
requestQuery?: never;
|
|
3878
|
+
responseAll?: never;
|
|
3879
|
+
responseBody?: never;
|
|
3880
|
+
responseFirstLine?: never;
|
|
3881
|
+
responseHeader?: never;
|
|
3882
|
+
responseStatusCode?: never;
|
|
3883
|
+
} | {
|
|
3884
|
+
requestAll?: never;
|
|
3855
3885
|
requestBody: TamperSectionRequestBodyInput;
|
|
3856
3886
|
requestFirstLine?: never;
|
|
3857
3887
|
requestHeader?: never;
|
|
3858
3888
|
requestMethod?: never;
|
|
3859
3889
|
requestPath?: never;
|
|
3860
3890
|
requestQuery?: never;
|
|
3891
|
+
responseAll?: never;
|
|
3861
3892
|
responseBody?: never;
|
|
3862
3893
|
responseFirstLine?: never;
|
|
3863
3894
|
responseHeader?: never;
|
|
3864
3895
|
responseStatusCode?: never;
|
|
3865
3896
|
} | {
|
|
3897
|
+
requestAll?: never;
|
|
3866
3898
|
requestBody?: never;
|
|
3867
3899
|
requestFirstLine: TamperSectionRequestFirstLineInput;
|
|
3868
3900
|
requestHeader?: never;
|
|
3869
3901
|
requestMethod?: never;
|
|
3870
3902
|
requestPath?: never;
|
|
3871
3903
|
requestQuery?: never;
|
|
3904
|
+
responseAll?: never;
|
|
3872
3905
|
responseBody?: never;
|
|
3873
3906
|
responseFirstLine?: never;
|
|
3874
3907
|
responseHeader?: never;
|
|
3875
3908
|
responseStatusCode?: never;
|
|
3876
3909
|
} | {
|
|
3910
|
+
requestAll?: never;
|
|
3877
3911
|
requestBody?: never;
|
|
3878
3912
|
requestFirstLine?: never;
|
|
3879
3913
|
requestHeader: TamperSectionRequestHeaderInput;
|
|
3880
3914
|
requestMethod?: never;
|
|
3881
3915
|
requestPath?: never;
|
|
3882
3916
|
requestQuery?: never;
|
|
3917
|
+
responseAll?: never;
|
|
3883
3918
|
responseBody?: never;
|
|
3884
3919
|
responseFirstLine?: never;
|
|
3885
3920
|
responseHeader?: never;
|
|
3886
3921
|
responseStatusCode?: never;
|
|
3887
3922
|
} | {
|
|
3923
|
+
requestAll?: never;
|
|
3888
3924
|
requestBody?: never;
|
|
3889
3925
|
requestFirstLine?: never;
|
|
3890
3926
|
requestHeader?: never;
|
|
3891
3927
|
requestMethod: TamperSectionRequestMethodInput;
|
|
3892
3928
|
requestPath?: never;
|
|
3893
3929
|
requestQuery?: never;
|
|
3930
|
+
responseAll?: never;
|
|
3894
3931
|
responseBody?: never;
|
|
3895
3932
|
responseFirstLine?: never;
|
|
3896
3933
|
responseHeader?: never;
|
|
3897
3934
|
responseStatusCode?: never;
|
|
3898
3935
|
} | {
|
|
3936
|
+
requestAll?: never;
|
|
3899
3937
|
requestBody?: never;
|
|
3900
3938
|
requestFirstLine?: never;
|
|
3901
3939
|
requestHeader?: never;
|
|
3902
3940
|
requestMethod?: never;
|
|
3903
3941
|
requestPath: TamperSectionRequestPathInput;
|
|
3904
3942
|
requestQuery?: never;
|
|
3943
|
+
responseAll?: never;
|
|
3905
3944
|
responseBody?: never;
|
|
3906
3945
|
responseFirstLine?: never;
|
|
3907
3946
|
responseHeader?: never;
|
|
3908
3947
|
responseStatusCode?: never;
|
|
3909
3948
|
} | {
|
|
3949
|
+
requestAll?: never;
|
|
3910
3950
|
requestBody?: never;
|
|
3911
3951
|
requestFirstLine?: never;
|
|
3912
3952
|
requestHeader?: never;
|
|
3913
3953
|
requestMethod?: never;
|
|
3914
3954
|
requestPath?: never;
|
|
3915
3955
|
requestQuery: TamperSectionRequestQueryInput;
|
|
3956
|
+
responseAll?: never;
|
|
3957
|
+
responseBody?: never;
|
|
3958
|
+
responseFirstLine?: never;
|
|
3959
|
+
responseHeader?: never;
|
|
3960
|
+
responseStatusCode?: never;
|
|
3961
|
+
} | {
|
|
3962
|
+
requestAll?: never;
|
|
3963
|
+
requestBody?: never;
|
|
3964
|
+
requestFirstLine?: never;
|
|
3965
|
+
requestHeader?: never;
|
|
3966
|
+
requestMethod?: never;
|
|
3967
|
+
requestPath?: never;
|
|
3968
|
+
requestQuery?: never;
|
|
3969
|
+
responseAll: TamperSectionResponseAllInput;
|
|
3916
3970
|
responseBody?: never;
|
|
3917
3971
|
responseFirstLine?: never;
|
|
3918
3972
|
responseHeader?: never;
|
|
3919
3973
|
responseStatusCode?: never;
|
|
3920
3974
|
} | {
|
|
3975
|
+
requestAll?: never;
|
|
3921
3976
|
requestBody?: never;
|
|
3922
3977
|
requestFirstLine?: never;
|
|
3923
3978
|
requestHeader?: never;
|
|
3924
3979
|
requestMethod?: never;
|
|
3925
3980
|
requestPath?: never;
|
|
3926
3981
|
requestQuery?: never;
|
|
3982
|
+
responseAll?: never;
|
|
3927
3983
|
responseBody: TamperSectionResponseBodyInput;
|
|
3928
3984
|
responseFirstLine?: never;
|
|
3929
3985
|
responseHeader?: never;
|
|
3930
3986
|
responseStatusCode?: never;
|
|
3931
3987
|
} | {
|
|
3988
|
+
requestAll?: never;
|
|
3932
3989
|
requestBody?: never;
|
|
3933
3990
|
requestFirstLine?: never;
|
|
3934
3991
|
requestHeader?: never;
|
|
3935
3992
|
requestMethod?: never;
|
|
3936
3993
|
requestPath?: never;
|
|
3937
3994
|
requestQuery?: never;
|
|
3995
|
+
responseAll?: never;
|
|
3938
3996
|
responseBody?: never;
|
|
3939
3997
|
responseFirstLine: TamperSectionResponseFirstLineInput;
|
|
3940
3998
|
responseHeader?: never;
|
|
3941
3999
|
responseStatusCode?: never;
|
|
3942
4000
|
} | {
|
|
4001
|
+
requestAll?: never;
|
|
3943
4002
|
requestBody?: never;
|
|
3944
4003
|
requestFirstLine?: never;
|
|
3945
4004
|
requestHeader?: never;
|
|
3946
4005
|
requestMethod?: never;
|
|
3947
4006
|
requestPath?: never;
|
|
3948
4007
|
requestQuery?: never;
|
|
4008
|
+
responseAll?: never;
|
|
3949
4009
|
responseBody?: never;
|
|
3950
4010
|
responseFirstLine?: never;
|
|
3951
4011
|
responseHeader: TamperSectionResponseHeaderInput;
|
|
3952
4012
|
responseStatusCode?: never;
|
|
3953
4013
|
} | {
|
|
4014
|
+
requestAll?: never;
|
|
3954
4015
|
requestBody?: never;
|
|
3955
4016
|
requestFirstLine?: never;
|
|
3956
4017
|
requestHeader?: never;
|
|
3957
4018
|
requestMethod?: never;
|
|
3958
4019
|
requestPath?: never;
|
|
3959
4020
|
requestQuery?: never;
|
|
4021
|
+
responseAll?: never;
|
|
3960
4022
|
responseBody?: never;
|
|
3961
4023
|
responseFirstLine?: never;
|
|
3962
4024
|
responseHeader?: never;
|
|
3963
4025
|
responseStatusCode: TamperSectionResponseStatusCodeInput;
|
|
3964
4026
|
};
|
|
4027
|
+
export type TamperSectionRequestAll = {
|
|
4028
|
+
operation: TamperOperationAll;
|
|
4029
|
+
};
|
|
4030
|
+
export type TamperSectionRequestAllInput = {
|
|
4031
|
+
operation: TamperOperationAllInput;
|
|
4032
|
+
};
|
|
3965
4033
|
export type TamperSectionRequestBody = {
|
|
3966
4034
|
operation: TamperOperationBody;
|
|
3967
4035
|
};
|
|
@@ -3998,6 +4066,12 @@ export type TamperSectionRequestQuery = {
|
|
|
3998
4066
|
export type TamperSectionRequestQueryInput = {
|
|
3999
4067
|
operation: TamperOperationQueryInput;
|
|
4000
4068
|
};
|
|
4069
|
+
export type TamperSectionResponseAll = {
|
|
4070
|
+
operation: TamperOperationAll;
|
|
4071
|
+
};
|
|
4072
|
+
export type TamperSectionResponseAllInput = {
|
|
4073
|
+
operation: TamperOperationAllInput;
|
|
4074
|
+
};
|
|
4001
4075
|
export type TamperSectionResponseBody = {
|
|
4002
4076
|
operation: TamperOperationBody;
|
|
4003
4077
|
};
|
|
@@ -4030,6 +4104,12 @@ export type TaskInProgressUserError = UserError & {
|
|
|
4030
4104
|
code: Scalars["String"]["output"];
|
|
4031
4105
|
taskId: Scalars["ID"]["output"];
|
|
4032
4106
|
};
|
|
4107
|
+
export declare const TaskStatus: {
|
|
4108
|
+
readonly Cancelled: "CANCELLED";
|
|
4109
|
+
readonly Done: "DONE";
|
|
4110
|
+
readonly Error: "ERROR";
|
|
4111
|
+
};
|
|
4112
|
+
export type TaskStatus = (typeof TaskStatus)[keyof typeof TaskStatus];
|
|
4033
4113
|
export type TestAiProviderError = AiUserError | OtherUserError;
|
|
4034
4114
|
export type TestAiProviderInput = {
|
|
4035
4115
|
anthropic: AiProviderAnthropicInput;
|
|
@@ -6677,6 +6757,7 @@ export type DeletedAutomateTaskSubscription = {
|
|
|
6677
6757
|
deletedAutomateTask: {
|
|
6678
6758
|
deletedAutomateTaskId: string;
|
|
6679
6759
|
snapshot: number;
|
|
6760
|
+
status: TaskStatus;
|
|
6680
6761
|
};
|
|
6681
6762
|
};
|
|
6682
6763
|
export type UpdatedAutomateTaskSubscriptionVariables = Exact<{
|
|
@@ -11212,6 +11293,44 @@ type TamperMatcherRawFull_TamperMatcherValue_Fragment = {
|
|
|
11212
11293
|
value: string;
|
|
11213
11294
|
};
|
|
11214
11295
|
export type TamperMatcherRawFullFragment = TamperMatcherRawFull_TamperMatcherFull_Fragment | TamperMatcherRawFull_TamperMatcherRegex_Fragment | TamperMatcherRawFull_TamperMatcherValue_Fragment;
|
|
11296
|
+
export type TamperOperationAllRawFullFragment = {
|
|
11297
|
+
__typename: "TamperOperationAllRaw";
|
|
11298
|
+
matcher: {
|
|
11299
|
+
__typename: "TamperMatcherFull";
|
|
11300
|
+
} | {
|
|
11301
|
+
__typename: "TamperMatcherRegex";
|
|
11302
|
+
regex: string;
|
|
11303
|
+
} | {
|
|
11304
|
+
__typename: "TamperMatcherValue";
|
|
11305
|
+
value: string;
|
|
11306
|
+
};
|
|
11307
|
+
replacer: {
|
|
11308
|
+
__typename: "TamperReplacerTerm";
|
|
11309
|
+
term: string;
|
|
11310
|
+
} | {
|
|
11311
|
+
__typename: "TamperReplacerWorkflow";
|
|
11312
|
+
id: string;
|
|
11313
|
+
};
|
|
11314
|
+
};
|
|
11315
|
+
export type TamperOperationAllFullFragment = {
|
|
11316
|
+
__typename: "TamperOperationAllRaw";
|
|
11317
|
+
matcher: {
|
|
11318
|
+
__typename: "TamperMatcherFull";
|
|
11319
|
+
} | {
|
|
11320
|
+
__typename: "TamperMatcherRegex";
|
|
11321
|
+
regex: string;
|
|
11322
|
+
} | {
|
|
11323
|
+
__typename: "TamperMatcherValue";
|
|
11324
|
+
value: string;
|
|
11325
|
+
};
|
|
11326
|
+
replacer: {
|
|
11327
|
+
__typename: "TamperReplacerTerm";
|
|
11328
|
+
term: string;
|
|
11329
|
+
} | {
|
|
11330
|
+
__typename: "TamperReplacerWorkflow";
|
|
11331
|
+
id: string;
|
|
11332
|
+
};
|
|
11333
|
+
};
|
|
11215
11334
|
export type TamperOperationPathRawFullFragment = {
|
|
11216
11335
|
__typename: "TamperOperationPathRaw";
|
|
11217
11336
|
matcher: {
|
|
@@ -11584,6 +11703,28 @@ export type TamperOperationStatusCodeFullFragment = {
|
|
|
11584
11703
|
id: string;
|
|
11585
11704
|
};
|
|
11586
11705
|
};
|
|
11706
|
+
type TamperSectionFull_TamperSectionRequestAll_Fragment = {
|
|
11707
|
+
__typename: "TamperSectionRequestAll";
|
|
11708
|
+
operation: {
|
|
11709
|
+
__typename: "TamperOperationAllRaw";
|
|
11710
|
+
matcher: {
|
|
11711
|
+
__typename: "TamperMatcherFull";
|
|
11712
|
+
} | {
|
|
11713
|
+
__typename: "TamperMatcherRegex";
|
|
11714
|
+
regex: string;
|
|
11715
|
+
} | {
|
|
11716
|
+
__typename: "TamperMatcherValue";
|
|
11717
|
+
value: string;
|
|
11718
|
+
};
|
|
11719
|
+
replacer: {
|
|
11720
|
+
__typename: "TamperReplacerTerm";
|
|
11721
|
+
term: string;
|
|
11722
|
+
} | {
|
|
11723
|
+
__typename: "TamperReplacerWorkflow";
|
|
11724
|
+
id: string;
|
|
11725
|
+
};
|
|
11726
|
+
};
|
|
11727
|
+
};
|
|
11587
11728
|
type TamperSectionFull_TamperSectionRequestBody_Fragment = {
|
|
11588
11729
|
__typename: "TamperSectionRequestBody";
|
|
11589
11730
|
operation: {
|
|
@@ -11771,6 +11912,28 @@ type TamperSectionFull_TamperSectionRequestQuery_Fragment = {
|
|
|
11771
11912
|
};
|
|
11772
11913
|
};
|
|
11773
11914
|
};
|
|
11915
|
+
type TamperSectionFull_TamperSectionResponseAll_Fragment = {
|
|
11916
|
+
__typename: "TamperSectionResponseAll";
|
|
11917
|
+
operation: {
|
|
11918
|
+
__typename: "TamperOperationAllRaw";
|
|
11919
|
+
matcher: {
|
|
11920
|
+
__typename: "TamperMatcherFull";
|
|
11921
|
+
} | {
|
|
11922
|
+
__typename: "TamperMatcherRegex";
|
|
11923
|
+
regex: string;
|
|
11924
|
+
} | {
|
|
11925
|
+
__typename: "TamperMatcherValue";
|
|
11926
|
+
value: string;
|
|
11927
|
+
};
|
|
11928
|
+
replacer: {
|
|
11929
|
+
__typename: "TamperReplacerTerm";
|
|
11930
|
+
term: string;
|
|
11931
|
+
} | {
|
|
11932
|
+
__typename: "TamperReplacerWorkflow";
|
|
11933
|
+
id: string;
|
|
11934
|
+
};
|
|
11935
|
+
};
|
|
11936
|
+
};
|
|
11774
11937
|
type TamperSectionFull_TamperSectionResponseBody_Fragment = {
|
|
11775
11938
|
__typename: "TamperSectionResponseBody";
|
|
11776
11939
|
operation: {
|
|
@@ -11882,7 +12045,7 @@ type TamperSectionFull_TamperSectionResponseStatusCode_Fragment = {
|
|
|
11882
12045
|
};
|
|
11883
12046
|
};
|
|
11884
12047
|
};
|
|
11885
|
-
export type TamperSectionFullFragment = TamperSectionFull_TamperSectionRequestBody_Fragment | TamperSectionFull_TamperSectionRequestFirstLine_Fragment | TamperSectionFull_TamperSectionRequestHeader_Fragment | TamperSectionFull_TamperSectionRequestMethod_Fragment | TamperSectionFull_TamperSectionRequestPath_Fragment | TamperSectionFull_TamperSectionRequestQuery_Fragment | TamperSectionFull_TamperSectionResponseBody_Fragment | TamperSectionFull_TamperSectionResponseFirstLine_Fragment | TamperSectionFull_TamperSectionResponseHeader_Fragment | TamperSectionFull_TamperSectionResponseStatusCode_Fragment;
|
|
12048
|
+
export type TamperSectionFullFragment = TamperSectionFull_TamperSectionRequestAll_Fragment | TamperSectionFull_TamperSectionRequestBody_Fragment | TamperSectionFull_TamperSectionRequestFirstLine_Fragment | TamperSectionFull_TamperSectionRequestHeader_Fragment | TamperSectionFull_TamperSectionRequestMethod_Fragment | TamperSectionFull_TamperSectionRequestPath_Fragment | TamperSectionFull_TamperSectionRequestQuery_Fragment | TamperSectionFull_TamperSectionResponseAll_Fragment | TamperSectionFull_TamperSectionResponseBody_Fragment | TamperSectionFull_TamperSectionResponseFirstLine_Fragment | TamperSectionFull_TamperSectionResponseHeader_Fragment | TamperSectionFull_TamperSectionResponseStatusCode_Fragment;
|
|
11886
12049
|
export type TamperRuleCollectionFullFragment = {
|
|
11887
12050
|
__typename: "TamperRuleCollection";
|
|
11888
12051
|
id: string;
|
|
@@ -11893,6 +12056,27 @@ export type TamperRuleCollectionFullFragment = {
|
|
|
11893
12056
|
name: string;
|
|
11894
12057
|
condition?: string | undefined | null;
|
|
11895
12058
|
section: {
|
|
12059
|
+
__typename: "TamperSectionRequestAll";
|
|
12060
|
+
operation: {
|
|
12061
|
+
__typename: "TamperOperationAllRaw";
|
|
12062
|
+
matcher: {
|
|
12063
|
+
__typename: "TamperMatcherFull";
|
|
12064
|
+
} | {
|
|
12065
|
+
__typename: "TamperMatcherRegex";
|
|
12066
|
+
regex: string;
|
|
12067
|
+
} | {
|
|
12068
|
+
__typename: "TamperMatcherValue";
|
|
12069
|
+
value: string;
|
|
12070
|
+
};
|
|
12071
|
+
replacer: {
|
|
12072
|
+
__typename: "TamperReplacerTerm";
|
|
12073
|
+
term: string;
|
|
12074
|
+
} | {
|
|
12075
|
+
__typename: "TamperReplacerWorkflow";
|
|
12076
|
+
id: string;
|
|
12077
|
+
};
|
|
12078
|
+
};
|
|
12079
|
+
} | {
|
|
11896
12080
|
__typename: "TamperSectionRequestBody";
|
|
11897
12081
|
operation: {
|
|
11898
12082
|
__typename: "TamperOperationBodyRaw";
|
|
@@ -12073,6 +12257,27 @@ export type TamperRuleCollectionFullFragment = {
|
|
|
12073
12257
|
id: string;
|
|
12074
12258
|
};
|
|
12075
12259
|
};
|
|
12260
|
+
} | {
|
|
12261
|
+
__typename: "TamperSectionResponseAll";
|
|
12262
|
+
operation: {
|
|
12263
|
+
__typename: "TamperOperationAllRaw";
|
|
12264
|
+
matcher: {
|
|
12265
|
+
__typename: "TamperMatcherFull";
|
|
12266
|
+
} | {
|
|
12267
|
+
__typename: "TamperMatcherRegex";
|
|
12268
|
+
regex: string;
|
|
12269
|
+
} | {
|
|
12270
|
+
__typename: "TamperMatcherValue";
|
|
12271
|
+
value: string;
|
|
12272
|
+
};
|
|
12273
|
+
replacer: {
|
|
12274
|
+
__typename: "TamperReplacerTerm";
|
|
12275
|
+
term: string;
|
|
12276
|
+
} | {
|
|
12277
|
+
__typename: "TamperReplacerWorkflow";
|
|
12278
|
+
id: string;
|
|
12279
|
+
};
|
|
12280
|
+
};
|
|
12076
12281
|
} | {
|
|
12077
12282
|
__typename: "TamperSectionResponseBody";
|
|
12078
12283
|
operation: {
|
|
@@ -12195,6 +12400,27 @@ export type TamperRuleFullFragment = {
|
|
|
12195
12400
|
name: string;
|
|
12196
12401
|
condition?: string | undefined | null;
|
|
12197
12402
|
section: {
|
|
12403
|
+
__typename: "TamperSectionRequestAll";
|
|
12404
|
+
operation: {
|
|
12405
|
+
__typename: "TamperOperationAllRaw";
|
|
12406
|
+
matcher: {
|
|
12407
|
+
__typename: "TamperMatcherFull";
|
|
12408
|
+
} | {
|
|
12409
|
+
__typename: "TamperMatcherRegex";
|
|
12410
|
+
regex: string;
|
|
12411
|
+
} | {
|
|
12412
|
+
__typename: "TamperMatcherValue";
|
|
12413
|
+
value: string;
|
|
12414
|
+
};
|
|
12415
|
+
replacer: {
|
|
12416
|
+
__typename: "TamperReplacerTerm";
|
|
12417
|
+
term: string;
|
|
12418
|
+
} | {
|
|
12419
|
+
__typename: "TamperReplacerWorkflow";
|
|
12420
|
+
id: string;
|
|
12421
|
+
};
|
|
12422
|
+
};
|
|
12423
|
+
} | {
|
|
12198
12424
|
__typename: "TamperSectionRequestBody";
|
|
12199
12425
|
operation: {
|
|
12200
12426
|
__typename: "TamperOperationBodyRaw";
|
|
@@ -12375,6 +12601,27 @@ export type TamperRuleFullFragment = {
|
|
|
12375
12601
|
id: string;
|
|
12376
12602
|
};
|
|
12377
12603
|
};
|
|
12604
|
+
} | {
|
|
12605
|
+
__typename: "TamperSectionResponseAll";
|
|
12606
|
+
operation: {
|
|
12607
|
+
__typename: "TamperOperationAllRaw";
|
|
12608
|
+
matcher: {
|
|
12609
|
+
__typename: "TamperMatcherFull";
|
|
12610
|
+
} | {
|
|
12611
|
+
__typename: "TamperMatcherRegex";
|
|
12612
|
+
regex: string;
|
|
12613
|
+
} | {
|
|
12614
|
+
__typename: "TamperMatcherValue";
|
|
12615
|
+
value: string;
|
|
12616
|
+
};
|
|
12617
|
+
replacer: {
|
|
12618
|
+
__typename: "TamperReplacerTerm";
|
|
12619
|
+
term: string;
|
|
12620
|
+
} | {
|
|
12621
|
+
__typename: "TamperReplacerWorkflow";
|
|
12622
|
+
id: string;
|
|
12623
|
+
};
|
|
12624
|
+
};
|
|
12378
12625
|
} | {
|
|
12379
12626
|
__typename: "TamperSectionResponseBody";
|
|
12380
12627
|
operation: {
|
|
@@ -12504,6 +12751,27 @@ export type TamperRuleCollectionsQuery = {
|
|
|
12504
12751
|
name: string;
|
|
12505
12752
|
condition?: string | undefined | null;
|
|
12506
12753
|
section: {
|
|
12754
|
+
__typename: "TamperSectionRequestAll";
|
|
12755
|
+
operation: {
|
|
12756
|
+
__typename: "TamperOperationAllRaw";
|
|
12757
|
+
matcher: {
|
|
12758
|
+
__typename: "TamperMatcherFull";
|
|
12759
|
+
} | {
|
|
12760
|
+
__typename: "TamperMatcherRegex";
|
|
12761
|
+
regex: string;
|
|
12762
|
+
} | {
|
|
12763
|
+
__typename: "TamperMatcherValue";
|
|
12764
|
+
value: string;
|
|
12765
|
+
};
|
|
12766
|
+
replacer: {
|
|
12767
|
+
__typename: "TamperReplacerTerm";
|
|
12768
|
+
term: string;
|
|
12769
|
+
} | {
|
|
12770
|
+
__typename: "TamperReplacerWorkflow";
|
|
12771
|
+
id: string;
|
|
12772
|
+
};
|
|
12773
|
+
};
|
|
12774
|
+
} | {
|
|
12507
12775
|
__typename: "TamperSectionRequestBody";
|
|
12508
12776
|
operation: {
|
|
12509
12777
|
__typename: "TamperOperationBodyRaw";
|
|
@@ -12684,6 +12952,27 @@ export type TamperRuleCollectionsQuery = {
|
|
|
12684
12952
|
id: string;
|
|
12685
12953
|
};
|
|
12686
12954
|
};
|
|
12955
|
+
} | {
|
|
12956
|
+
__typename: "TamperSectionResponseAll";
|
|
12957
|
+
operation: {
|
|
12958
|
+
__typename: "TamperOperationAllRaw";
|
|
12959
|
+
matcher: {
|
|
12960
|
+
__typename: "TamperMatcherFull";
|
|
12961
|
+
} | {
|
|
12962
|
+
__typename: "TamperMatcherRegex";
|
|
12963
|
+
regex: string;
|
|
12964
|
+
} | {
|
|
12965
|
+
__typename: "TamperMatcherValue";
|
|
12966
|
+
value: string;
|
|
12967
|
+
};
|
|
12968
|
+
replacer: {
|
|
12969
|
+
__typename: "TamperReplacerTerm";
|
|
12970
|
+
term: string;
|
|
12971
|
+
} | {
|
|
12972
|
+
__typename: "TamperReplacerWorkflow";
|
|
12973
|
+
id: string;
|
|
12974
|
+
};
|
|
12975
|
+
};
|
|
12687
12976
|
} | {
|
|
12688
12977
|
__typename: "TamperSectionResponseBody";
|
|
12689
12978
|
operation: {
|
|
@@ -12817,6 +13106,27 @@ export type RenameTamperRuleCollectionMutation = {
|
|
|
12817
13106
|
name: string;
|
|
12818
13107
|
condition?: string | undefined | null;
|
|
12819
13108
|
section: {
|
|
13109
|
+
__typename: "TamperSectionRequestAll";
|
|
13110
|
+
operation: {
|
|
13111
|
+
__typename: "TamperOperationAllRaw";
|
|
13112
|
+
matcher: {
|
|
13113
|
+
__typename: "TamperMatcherFull";
|
|
13114
|
+
} | {
|
|
13115
|
+
__typename: "TamperMatcherRegex";
|
|
13116
|
+
regex: string;
|
|
13117
|
+
} | {
|
|
13118
|
+
__typename: "TamperMatcherValue";
|
|
13119
|
+
value: string;
|
|
13120
|
+
};
|
|
13121
|
+
replacer: {
|
|
13122
|
+
__typename: "TamperReplacerTerm";
|
|
13123
|
+
term: string;
|
|
13124
|
+
} | {
|
|
13125
|
+
__typename: "TamperReplacerWorkflow";
|
|
13126
|
+
id: string;
|
|
13127
|
+
};
|
|
13128
|
+
};
|
|
13129
|
+
} | {
|
|
12820
13130
|
__typename: "TamperSectionRequestBody";
|
|
12821
13131
|
operation: {
|
|
12822
13132
|
__typename: "TamperOperationBodyRaw";
|
|
@@ -12998,9 +13308,9 @@ export type RenameTamperRuleCollectionMutation = {
|
|
|
12998
13308
|
};
|
|
12999
13309
|
};
|
|
13000
13310
|
} | {
|
|
13001
|
-
__typename: "
|
|
13311
|
+
__typename: "TamperSectionResponseAll";
|
|
13002
13312
|
operation: {
|
|
13003
|
-
__typename: "
|
|
13313
|
+
__typename: "TamperOperationAllRaw";
|
|
13004
13314
|
matcher: {
|
|
13005
13315
|
__typename: "TamperMatcherFull";
|
|
13006
13316
|
} | {
|
|
@@ -13019,9 +13329,9 @@ export type RenameTamperRuleCollectionMutation = {
|
|
|
13019
13329
|
};
|
|
13020
13330
|
};
|
|
13021
13331
|
} | {
|
|
13022
|
-
__typename: "
|
|
13332
|
+
__typename: "TamperSectionResponseBody";
|
|
13023
13333
|
operation: {
|
|
13024
|
-
__typename: "
|
|
13334
|
+
__typename: "TamperOperationBodyRaw";
|
|
13025
13335
|
matcher: {
|
|
13026
13336
|
__typename: "TamperMatcherFull";
|
|
13027
13337
|
} | {
|
|
@@ -13040,14 +13350,35 @@ export type RenameTamperRuleCollectionMutation = {
|
|
|
13040
13350
|
};
|
|
13041
13351
|
};
|
|
13042
13352
|
} | {
|
|
13043
|
-
__typename: "
|
|
13353
|
+
__typename: "TamperSectionResponseFirstLine";
|
|
13044
13354
|
operation: {
|
|
13045
|
-
__typename: "
|
|
13355
|
+
__typename: "TamperOperationFirstLineRaw";
|
|
13046
13356
|
matcher: {
|
|
13047
|
-
__typename: "
|
|
13048
|
-
|
|
13049
|
-
|
|
13050
|
-
|
|
13357
|
+
__typename: "TamperMatcherFull";
|
|
13358
|
+
} | {
|
|
13359
|
+
__typename: "TamperMatcherRegex";
|
|
13360
|
+
regex: string;
|
|
13361
|
+
} | {
|
|
13362
|
+
__typename: "TamperMatcherValue";
|
|
13363
|
+
value: string;
|
|
13364
|
+
};
|
|
13365
|
+
replacer: {
|
|
13366
|
+
__typename: "TamperReplacerTerm";
|
|
13367
|
+
term: string;
|
|
13368
|
+
} | {
|
|
13369
|
+
__typename: "TamperReplacerWorkflow";
|
|
13370
|
+
id: string;
|
|
13371
|
+
};
|
|
13372
|
+
};
|
|
13373
|
+
} | {
|
|
13374
|
+
__typename: "TamperSectionResponseHeader";
|
|
13375
|
+
operation: {
|
|
13376
|
+
__typename: "TamperOperationHeaderAdd";
|
|
13377
|
+
matcher: {
|
|
13378
|
+
__typename: "TamperMatcherName";
|
|
13379
|
+
name: string;
|
|
13380
|
+
};
|
|
13381
|
+
replacer: {
|
|
13051
13382
|
__typename: "TamperReplacerTerm";
|
|
13052
13383
|
term: string;
|
|
13053
13384
|
} | {
|
|
@@ -13130,6 +13461,27 @@ export type CreateTamperRuleCollectionMutation = {
|
|
|
13130
13461
|
name: string;
|
|
13131
13462
|
condition?: string | undefined | null;
|
|
13132
13463
|
section: {
|
|
13464
|
+
__typename: "TamperSectionRequestAll";
|
|
13465
|
+
operation: {
|
|
13466
|
+
__typename: "TamperOperationAllRaw";
|
|
13467
|
+
matcher: {
|
|
13468
|
+
__typename: "TamperMatcherFull";
|
|
13469
|
+
} | {
|
|
13470
|
+
__typename: "TamperMatcherRegex";
|
|
13471
|
+
regex: string;
|
|
13472
|
+
} | {
|
|
13473
|
+
__typename: "TamperMatcherValue";
|
|
13474
|
+
value: string;
|
|
13475
|
+
};
|
|
13476
|
+
replacer: {
|
|
13477
|
+
__typename: "TamperReplacerTerm";
|
|
13478
|
+
term: string;
|
|
13479
|
+
} | {
|
|
13480
|
+
__typename: "TamperReplacerWorkflow";
|
|
13481
|
+
id: string;
|
|
13482
|
+
};
|
|
13483
|
+
};
|
|
13484
|
+
} | {
|
|
13133
13485
|
__typename: "TamperSectionRequestBody";
|
|
13134
13486
|
operation: {
|
|
13135
13487
|
__typename: "TamperOperationBodyRaw";
|
|
@@ -13310,6 +13662,27 @@ export type CreateTamperRuleCollectionMutation = {
|
|
|
13310
13662
|
id: string;
|
|
13311
13663
|
};
|
|
13312
13664
|
};
|
|
13665
|
+
} | {
|
|
13666
|
+
__typename: "TamperSectionResponseAll";
|
|
13667
|
+
operation: {
|
|
13668
|
+
__typename: "TamperOperationAllRaw";
|
|
13669
|
+
matcher: {
|
|
13670
|
+
__typename: "TamperMatcherFull";
|
|
13671
|
+
} | {
|
|
13672
|
+
__typename: "TamperMatcherRegex";
|
|
13673
|
+
regex: string;
|
|
13674
|
+
} | {
|
|
13675
|
+
__typename: "TamperMatcherValue";
|
|
13676
|
+
value: string;
|
|
13677
|
+
};
|
|
13678
|
+
replacer: {
|
|
13679
|
+
__typename: "TamperReplacerTerm";
|
|
13680
|
+
term: string;
|
|
13681
|
+
} | {
|
|
13682
|
+
__typename: "TamperReplacerWorkflow";
|
|
13683
|
+
id: string;
|
|
13684
|
+
};
|
|
13685
|
+
};
|
|
13313
13686
|
} | {
|
|
13314
13687
|
__typename: "TamperSectionResponseBody";
|
|
13315
13688
|
operation: {
|
|
@@ -13459,6 +13832,27 @@ export type CreateTamperRuleMutation = {
|
|
|
13459
13832
|
name: string;
|
|
13460
13833
|
condition?: string | undefined | null;
|
|
13461
13834
|
section: {
|
|
13835
|
+
__typename: "TamperSectionRequestAll";
|
|
13836
|
+
operation: {
|
|
13837
|
+
__typename: "TamperOperationAllRaw";
|
|
13838
|
+
matcher: {
|
|
13839
|
+
__typename: "TamperMatcherFull";
|
|
13840
|
+
} | {
|
|
13841
|
+
__typename: "TamperMatcherRegex";
|
|
13842
|
+
regex: string;
|
|
13843
|
+
} | {
|
|
13844
|
+
__typename: "TamperMatcherValue";
|
|
13845
|
+
value: string;
|
|
13846
|
+
};
|
|
13847
|
+
replacer: {
|
|
13848
|
+
__typename: "TamperReplacerTerm";
|
|
13849
|
+
term: string;
|
|
13850
|
+
} | {
|
|
13851
|
+
__typename: "TamperReplacerWorkflow";
|
|
13852
|
+
id: string;
|
|
13853
|
+
};
|
|
13854
|
+
};
|
|
13855
|
+
} | {
|
|
13462
13856
|
__typename: "TamperSectionRequestBody";
|
|
13463
13857
|
operation: {
|
|
13464
13858
|
__typename: "TamperOperationBodyRaw";
|
|
@@ -13639,6 +14033,27 @@ export type CreateTamperRuleMutation = {
|
|
|
13639
14033
|
id: string;
|
|
13640
14034
|
};
|
|
13641
14035
|
};
|
|
14036
|
+
} | {
|
|
14037
|
+
__typename: "TamperSectionResponseAll";
|
|
14038
|
+
operation: {
|
|
14039
|
+
__typename: "TamperOperationAllRaw";
|
|
14040
|
+
matcher: {
|
|
14041
|
+
__typename: "TamperMatcherFull";
|
|
14042
|
+
} | {
|
|
14043
|
+
__typename: "TamperMatcherRegex";
|
|
14044
|
+
regex: string;
|
|
14045
|
+
} | {
|
|
14046
|
+
__typename: "TamperMatcherValue";
|
|
14047
|
+
value: string;
|
|
14048
|
+
};
|
|
14049
|
+
replacer: {
|
|
14050
|
+
__typename: "TamperReplacerTerm";
|
|
14051
|
+
term: string;
|
|
14052
|
+
} | {
|
|
14053
|
+
__typename: "TamperReplacerWorkflow";
|
|
14054
|
+
id: string;
|
|
14055
|
+
};
|
|
14056
|
+
};
|
|
13642
14057
|
} | {
|
|
13643
14058
|
__typename: "TamperSectionResponseBody";
|
|
13644
14059
|
operation: {
|
|
@@ -13792,6 +14207,27 @@ export type UpdateTamperRuleMutation = {
|
|
|
13792
14207
|
name: string;
|
|
13793
14208
|
condition?: string | undefined | null;
|
|
13794
14209
|
section: {
|
|
14210
|
+
__typename: "TamperSectionRequestAll";
|
|
14211
|
+
operation: {
|
|
14212
|
+
__typename: "TamperOperationAllRaw";
|
|
14213
|
+
matcher: {
|
|
14214
|
+
__typename: "TamperMatcherFull";
|
|
14215
|
+
} | {
|
|
14216
|
+
__typename: "TamperMatcherRegex";
|
|
14217
|
+
regex: string;
|
|
14218
|
+
} | {
|
|
14219
|
+
__typename: "TamperMatcherValue";
|
|
14220
|
+
value: string;
|
|
14221
|
+
};
|
|
14222
|
+
replacer: {
|
|
14223
|
+
__typename: "TamperReplacerTerm";
|
|
14224
|
+
term: string;
|
|
14225
|
+
} | {
|
|
14226
|
+
__typename: "TamperReplacerWorkflow";
|
|
14227
|
+
id: string;
|
|
14228
|
+
};
|
|
14229
|
+
};
|
|
14230
|
+
} | {
|
|
13795
14231
|
__typename: "TamperSectionRequestBody";
|
|
13796
14232
|
operation: {
|
|
13797
14233
|
__typename: "TamperOperationBodyRaw";
|
|
@@ -13972,6 +14408,27 @@ export type UpdateTamperRuleMutation = {
|
|
|
13972
14408
|
id: string;
|
|
13973
14409
|
};
|
|
13974
14410
|
};
|
|
14411
|
+
} | {
|
|
14412
|
+
__typename: "TamperSectionResponseAll";
|
|
14413
|
+
operation: {
|
|
14414
|
+
__typename: "TamperOperationAllRaw";
|
|
14415
|
+
matcher: {
|
|
14416
|
+
__typename: "TamperMatcherFull";
|
|
14417
|
+
} | {
|
|
14418
|
+
__typename: "TamperMatcherRegex";
|
|
14419
|
+
regex: string;
|
|
14420
|
+
} | {
|
|
14421
|
+
__typename: "TamperMatcherValue";
|
|
14422
|
+
value: string;
|
|
14423
|
+
};
|
|
14424
|
+
replacer: {
|
|
14425
|
+
__typename: "TamperReplacerTerm";
|
|
14426
|
+
term: string;
|
|
14427
|
+
} | {
|
|
14428
|
+
__typename: "TamperReplacerWorkflow";
|
|
14429
|
+
id: string;
|
|
14430
|
+
};
|
|
14431
|
+
};
|
|
13975
14432
|
} | {
|
|
13976
14433
|
__typename: "TamperSectionResponseBody";
|
|
13977
14434
|
operation: {
|
|
@@ -14101,6 +14558,27 @@ export type RenameTamperRuleMutation = {
|
|
|
14101
14558
|
name: string;
|
|
14102
14559
|
condition?: string | undefined | null;
|
|
14103
14560
|
section: {
|
|
14561
|
+
__typename: "TamperSectionRequestAll";
|
|
14562
|
+
operation: {
|
|
14563
|
+
__typename: "TamperOperationAllRaw";
|
|
14564
|
+
matcher: {
|
|
14565
|
+
__typename: "TamperMatcherFull";
|
|
14566
|
+
} | {
|
|
14567
|
+
__typename: "TamperMatcherRegex";
|
|
14568
|
+
regex: string;
|
|
14569
|
+
} | {
|
|
14570
|
+
__typename: "TamperMatcherValue";
|
|
14571
|
+
value: string;
|
|
14572
|
+
};
|
|
14573
|
+
replacer: {
|
|
14574
|
+
__typename: "TamperReplacerTerm";
|
|
14575
|
+
term: string;
|
|
14576
|
+
} | {
|
|
14577
|
+
__typename: "TamperReplacerWorkflow";
|
|
14578
|
+
id: string;
|
|
14579
|
+
};
|
|
14580
|
+
};
|
|
14581
|
+
} | {
|
|
14104
14582
|
__typename: "TamperSectionRequestBody";
|
|
14105
14583
|
operation: {
|
|
14106
14584
|
__typename: "TamperOperationBodyRaw";
|
|
@@ -14281,6 +14759,27 @@ export type RenameTamperRuleMutation = {
|
|
|
14281
14759
|
id: string;
|
|
14282
14760
|
};
|
|
14283
14761
|
};
|
|
14762
|
+
} | {
|
|
14763
|
+
__typename: "TamperSectionResponseAll";
|
|
14764
|
+
operation: {
|
|
14765
|
+
__typename: "TamperOperationAllRaw";
|
|
14766
|
+
matcher: {
|
|
14767
|
+
__typename: "TamperMatcherFull";
|
|
14768
|
+
} | {
|
|
14769
|
+
__typename: "TamperMatcherRegex";
|
|
14770
|
+
regex: string;
|
|
14771
|
+
} | {
|
|
14772
|
+
__typename: "TamperMatcherValue";
|
|
14773
|
+
value: string;
|
|
14774
|
+
};
|
|
14775
|
+
replacer: {
|
|
14776
|
+
__typename: "TamperReplacerTerm";
|
|
14777
|
+
term: string;
|
|
14778
|
+
} | {
|
|
14779
|
+
__typename: "TamperReplacerWorkflow";
|
|
14780
|
+
id: string;
|
|
14781
|
+
};
|
|
14782
|
+
};
|
|
14284
14783
|
} | {
|
|
14285
14784
|
__typename: "TamperSectionResponseBody";
|
|
14286
14785
|
operation: {
|
|
@@ -14426,6 +14925,27 @@ export type ToggleTamperRuleMutation = {
|
|
|
14426
14925
|
name: string;
|
|
14427
14926
|
condition?: string | undefined | null;
|
|
14428
14927
|
section: {
|
|
14928
|
+
__typename: "TamperSectionRequestAll";
|
|
14929
|
+
operation: {
|
|
14930
|
+
__typename: "TamperOperationAllRaw";
|
|
14931
|
+
matcher: {
|
|
14932
|
+
__typename: "TamperMatcherFull";
|
|
14933
|
+
} | {
|
|
14934
|
+
__typename: "TamperMatcherRegex";
|
|
14935
|
+
regex: string;
|
|
14936
|
+
} | {
|
|
14937
|
+
__typename: "TamperMatcherValue";
|
|
14938
|
+
value: string;
|
|
14939
|
+
};
|
|
14940
|
+
replacer: {
|
|
14941
|
+
__typename: "TamperReplacerTerm";
|
|
14942
|
+
term: string;
|
|
14943
|
+
} | {
|
|
14944
|
+
__typename: "TamperReplacerWorkflow";
|
|
14945
|
+
id: string;
|
|
14946
|
+
};
|
|
14947
|
+
};
|
|
14948
|
+
} | {
|
|
14429
14949
|
__typename: "TamperSectionRequestBody";
|
|
14430
14950
|
operation: {
|
|
14431
14951
|
__typename: "TamperOperationBodyRaw";
|
|
@@ -14606,6 +15126,27 @@ export type ToggleTamperRuleMutation = {
|
|
|
14606
15126
|
id: string;
|
|
14607
15127
|
};
|
|
14608
15128
|
};
|
|
15129
|
+
} | {
|
|
15130
|
+
__typename: "TamperSectionResponseAll";
|
|
15131
|
+
operation: {
|
|
15132
|
+
__typename: "TamperOperationAllRaw";
|
|
15133
|
+
matcher: {
|
|
15134
|
+
__typename: "TamperMatcherFull";
|
|
15135
|
+
} | {
|
|
15136
|
+
__typename: "TamperMatcherRegex";
|
|
15137
|
+
regex: string;
|
|
15138
|
+
} | {
|
|
15139
|
+
__typename: "TamperMatcherValue";
|
|
15140
|
+
value: string;
|
|
15141
|
+
};
|
|
15142
|
+
replacer: {
|
|
15143
|
+
__typename: "TamperReplacerTerm";
|
|
15144
|
+
term: string;
|
|
15145
|
+
} | {
|
|
15146
|
+
__typename: "TamperReplacerWorkflow";
|
|
15147
|
+
id: string;
|
|
15148
|
+
};
|
|
15149
|
+
};
|
|
14609
15150
|
} | {
|
|
14610
15151
|
__typename: "TamperSectionResponseBody";
|
|
14611
15152
|
operation: {
|
|
@@ -14735,6 +15276,27 @@ export type RankTamperRuleMutation = {
|
|
|
14735
15276
|
name: string;
|
|
14736
15277
|
condition?: string | undefined | null;
|
|
14737
15278
|
section: {
|
|
15279
|
+
__typename: "TamperSectionRequestAll";
|
|
15280
|
+
operation: {
|
|
15281
|
+
__typename: "TamperOperationAllRaw";
|
|
15282
|
+
matcher: {
|
|
15283
|
+
__typename: "TamperMatcherFull";
|
|
15284
|
+
} | {
|
|
15285
|
+
__typename: "TamperMatcherRegex";
|
|
15286
|
+
regex: string;
|
|
15287
|
+
} | {
|
|
15288
|
+
__typename: "TamperMatcherValue";
|
|
15289
|
+
value: string;
|
|
15290
|
+
};
|
|
15291
|
+
replacer: {
|
|
15292
|
+
__typename: "TamperReplacerTerm";
|
|
15293
|
+
term: string;
|
|
15294
|
+
} | {
|
|
15295
|
+
__typename: "TamperReplacerWorkflow";
|
|
15296
|
+
id: string;
|
|
15297
|
+
};
|
|
15298
|
+
};
|
|
15299
|
+
} | {
|
|
14738
15300
|
__typename: "TamperSectionRequestBody";
|
|
14739
15301
|
operation: {
|
|
14740
15302
|
__typename: "TamperOperationBodyRaw";
|
|
@@ -14915,6 +15477,27 @@ export type RankTamperRuleMutation = {
|
|
|
14915
15477
|
id: string;
|
|
14916
15478
|
};
|
|
14917
15479
|
};
|
|
15480
|
+
} | {
|
|
15481
|
+
__typename: "TamperSectionResponseAll";
|
|
15482
|
+
operation: {
|
|
15483
|
+
__typename: "TamperOperationAllRaw";
|
|
15484
|
+
matcher: {
|
|
15485
|
+
__typename: "TamperMatcherFull";
|
|
15486
|
+
} | {
|
|
15487
|
+
__typename: "TamperMatcherRegex";
|
|
15488
|
+
regex: string;
|
|
15489
|
+
} | {
|
|
15490
|
+
__typename: "TamperMatcherValue";
|
|
15491
|
+
value: string;
|
|
15492
|
+
};
|
|
15493
|
+
replacer: {
|
|
15494
|
+
__typename: "TamperReplacerTerm";
|
|
15495
|
+
term: string;
|
|
15496
|
+
} | {
|
|
15497
|
+
__typename: "TamperReplacerWorkflow";
|
|
15498
|
+
id: string;
|
|
15499
|
+
};
|
|
15500
|
+
};
|
|
14918
15501
|
} | {
|
|
14919
15502
|
__typename: "TamperSectionResponseBody";
|
|
14920
15503
|
operation: {
|
|
@@ -15044,6 +15627,27 @@ export type MoveTamperRuleMutation = {
|
|
|
15044
15627
|
name: string;
|
|
15045
15628
|
condition?: string | undefined | null;
|
|
15046
15629
|
section: {
|
|
15630
|
+
__typename: "TamperSectionRequestAll";
|
|
15631
|
+
operation: {
|
|
15632
|
+
__typename: "TamperOperationAllRaw";
|
|
15633
|
+
matcher: {
|
|
15634
|
+
__typename: "TamperMatcherFull";
|
|
15635
|
+
} | {
|
|
15636
|
+
__typename: "TamperMatcherRegex";
|
|
15637
|
+
regex: string;
|
|
15638
|
+
} | {
|
|
15639
|
+
__typename: "TamperMatcherValue";
|
|
15640
|
+
value: string;
|
|
15641
|
+
};
|
|
15642
|
+
replacer: {
|
|
15643
|
+
__typename: "TamperReplacerTerm";
|
|
15644
|
+
term: string;
|
|
15645
|
+
} | {
|
|
15646
|
+
__typename: "TamperReplacerWorkflow";
|
|
15647
|
+
id: string;
|
|
15648
|
+
};
|
|
15649
|
+
};
|
|
15650
|
+
} | {
|
|
15047
15651
|
__typename: "TamperSectionRequestBody";
|
|
15048
15652
|
operation: {
|
|
15049
15653
|
__typename: "TamperOperationBodyRaw";
|
|
@@ -15224,6 +15828,27 @@ export type MoveTamperRuleMutation = {
|
|
|
15224
15828
|
id: string;
|
|
15225
15829
|
};
|
|
15226
15830
|
};
|
|
15831
|
+
} | {
|
|
15832
|
+
__typename: "TamperSectionResponseAll";
|
|
15833
|
+
operation: {
|
|
15834
|
+
__typename: "TamperOperationAllRaw";
|
|
15835
|
+
matcher: {
|
|
15836
|
+
__typename: "TamperMatcherFull";
|
|
15837
|
+
} | {
|
|
15838
|
+
__typename: "TamperMatcherRegex";
|
|
15839
|
+
regex: string;
|
|
15840
|
+
} | {
|
|
15841
|
+
__typename: "TamperMatcherValue";
|
|
15842
|
+
value: string;
|
|
15843
|
+
};
|
|
15844
|
+
replacer: {
|
|
15845
|
+
__typename: "TamperReplacerTerm";
|
|
15846
|
+
term: string;
|
|
15847
|
+
} | {
|
|
15848
|
+
__typename: "TamperReplacerWorkflow";
|
|
15849
|
+
id: string;
|
|
15850
|
+
};
|
|
15851
|
+
};
|
|
15227
15852
|
} | {
|
|
15228
15853
|
__typename: "TamperSectionResponseBody";
|
|
15229
15854
|
operation: {
|
|
@@ -22503,6 +23128,8 @@ export declare const TamperMatcherRawFullFragmentDoc = "\n fragment tamperMat
|
|
|
22503
23128
|
export declare const TamperReplacerTermFullFragmentDoc = "\n fragment tamperReplacerTermFull on TamperReplacerTerm {\n __typename\n term\n}\n ";
|
|
22504
23129
|
export declare const TamperReplacerWorkflowFullFragmentDoc = "\n fragment tamperReplacerWorkflowFull on TamperReplacerWorkflow {\n __typename\n id\n}\n ";
|
|
22505
23130
|
export declare const TamperReplacerFullFragmentDoc = "\n fragment tamperReplacerFull on TamperReplacer {\n __typename\n ... on TamperReplacerTerm {\n ...tamperReplacerTermFull\n }\n ... on TamperReplacerWorkflow {\n ...tamperReplacerWorkflowFull\n }\n}\n ";
|
|
23131
|
+
export declare const TamperOperationAllRawFullFragmentDoc = "\n fragment tamperOperationAllRawFull on TamperOperationAllRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n ";
|
|
23132
|
+
export declare const TamperOperationAllFullFragmentDoc = "\n fragment tamperOperationAllFull on TamperOperationAll {\n __typename\n ... on TamperOperationAllRaw {\n ...tamperOperationAllRawFull\n }\n}\n ";
|
|
22506
23133
|
export declare const TamperOperationPathRawFullFragmentDoc = "\n fragment tamperOperationPathRawFull on TamperOperationPathRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n ";
|
|
22507
23134
|
export declare const TamperOperationPathFullFragmentDoc = "\n fragment tamperOperationPathFull on TamperOperationPath {\n __typename\n ... on TamperOperationPathRaw {\n ...tamperOperationPathRawFull\n }\n}\n ";
|
|
22508
23135
|
export declare const TamperOperationMethodUpdateFullFragmentDoc = "\n fragment tamperOperationMethodUpdateFull on TamperOperationMethodUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n ";
|
|
@@ -22524,7 +23151,7 @@ export declare const TamperOperationBodyRawFullFragmentDoc = "\n fragment tam
|
|
|
22524
23151
|
export declare const TamperOperationBodyFullFragmentDoc = "\n fragment tamperOperationBodyFull on TamperOperationBody {\n __typename\n ... on TamperOperationBodyRaw {\n ...tamperOperationBodyRawFull\n }\n}\n ";
|
|
22525
23152
|
export declare const TamperOperationStatusCodeUpdateFullFragmentDoc = "\n fragment tamperOperationStatusCodeUpdateFull on TamperOperationStatusCodeUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n ";
|
|
22526
23153
|
export declare const TamperOperationStatusCodeFullFragmentDoc = "\n fragment tamperOperationStatusCodeFull on TamperOperationStatusCode {\n __typename\n ... on TamperOperationStatusCodeUpdate {\n ...tamperOperationStatusCodeUpdateFull\n }\n}\n ";
|
|
22527
|
-
export declare const TamperSectionFullFragmentDoc = "\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n ";
|
|
23154
|
+
export declare const TamperSectionFullFragmentDoc = "\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n ";
|
|
22528
23155
|
export declare const TamperRuleFullFragmentDoc = "\n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n ";
|
|
22529
23156
|
export declare const TamperRuleCollectionFullFragmentDoc = "\n fragment tamperRuleCollectionFull on TamperRuleCollection {\n __typename\n id\n name\n rules {\n ...tamperRuleFull\n }\n}\n ";
|
|
22530
23157
|
export declare const PageInfoFullFragmentDoc = "\n fragment pageInfoFull on PageInfo {\n __typename\n hasPreviousPage\n hasNextPage\n startCursor\n endCursor\n}\n ";
|
|
@@ -22613,7 +23240,7 @@ export declare const ResumeAutomateTaskDocument = "\n mutation resumeAutomate
|
|
|
22613
23240
|
export declare const StartAutomateTaskDocument = "\n mutation startAutomateTask($automateSessionId: ID!) {\n startAutomateTask(automateSessionId: $automateSessionId) {\n automateTask {\n ...automateTaskMeta\n }\n }\n}\n \n fragment automateTaskMeta on AutomateTask {\n id\n paused\n entry {\n ...automateEntryMeta\n }\n}\n \n\n fragment automateEntryMeta on AutomateEntry {\n __typename\n id\n name\n createdAt\n session {\n id\n }\n}\n ";
|
|
22614
23241
|
export declare const CreatedAutomateEntryRequestDocument = "\n subscription createdAutomateEntryRequest($order: AutomateEntryRequestOrderInput, $filter: HTTPQL) {\n createdAutomateEntryRequest(filter: $filter) {\n automateEntryRequestEdge(order: $order) {\n ...automateEntryRequestEdgeMeta\n }\n snapshot\n }\n}\n \n fragment automateEntryRequestEdgeMeta on AutomateEntryRequestEdge {\n __typename\n node {\n ...automateEntryRequestMeta\n }\n cursor\n}\n \n\n fragment automateEntryRequestMeta on AutomateEntryRequest {\n __typename\n sequenceId\n automateEntryId\n error\n request {\n ...requestMeta\n }\n payloads {\n ...automateEntryRequestPayloadFull\n }\n}\n \n\n fragment requestMeta on Request {\n __typename\n id\n host\n port\n path\n query\n method\n edited\n isTls\n sni\n length\n alteration\n metadata {\n ...requestMetadataFull\n }\n fileExtension\n source\n createdAt\n response {\n ...responseMeta\n }\n stream {\n id\n }\n}\n \n\n fragment requestMetadataFull on RequestMetadata {\n __typename\n id\n color\n}\n \n\n fragment responseMeta on Response {\n __typename\n id\n statusCode\n roundtripTime\n length\n createdAt\n alteration\n edited\n}\n \n\n fragment automateEntryRequestPayloadFull on AutomateEntryRequestPayload {\n __typename\n position\n raw\n}\n ";
|
|
22615
23242
|
export declare const CreatedAutomateTaskDocument = "\n subscription createdAutomateTask {\n createdAutomateTask {\n automateTaskEdge {\n ...automateTaskEdgeMeta\n }\n snapshot\n }\n}\n \n fragment automateTaskEdgeMeta on AutomateTaskEdge {\n node {\n ...automateTaskMeta\n }\n}\n \n\n fragment automateTaskMeta on AutomateTask {\n id\n paused\n entry {\n ...automateEntryMeta\n }\n}\n \n\n fragment automateEntryMeta on AutomateEntry {\n __typename\n id\n name\n createdAt\n session {\n id\n }\n}\n ";
|
|
22616
|
-
export declare const DeletedAutomateTaskDocument = "\n subscription deletedAutomateTask {\n deletedAutomateTask {\n deletedAutomateTaskId\n snapshot\n }\n}\n ";
|
|
23243
|
+
export declare const DeletedAutomateTaskDocument = "\n subscription deletedAutomateTask {\n deletedAutomateTask {\n deletedAutomateTaskId\n snapshot\n status\n }\n}\n ";
|
|
22617
23244
|
export declare const UpdatedAutomateTaskDocument = "\n subscription updatedAutomateTask {\n updatedAutomateTask {\n automateTaskEdge {\n ...automateTaskEdgeMeta\n }\n snapshot\n }\n}\n \n fragment automateTaskEdgeMeta on AutomateTaskEdge {\n node {\n ...automateTaskMeta\n }\n}\n \n\n fragment automateTaskMeta on AutomateTask {\n id\n paused\n entry {\n ...automateEntryMeta\n }\n}\n \n\n fragment automateEntryMeta on AutomateEntry {\n __typename\n id\n name\n createdAt\n session {\n id\n }\n}\n ";
|
|
22618
23245
|
export declare const CreatedAutomateEntryDocument = "\n subscription createdAutomateEntry {\n createdAutomateEntry {\n automateEntryEdge {\n ...automateEntryEdgeMeta\n }\n }\n}\n \n fragment automateEntryEdgeMeta on AutomateEntryEdge {\n node {\n ...automateEntryMeta\n }\n}\n \n\n fragment automateEntryMeta on AutomateEntry {\n __typename\n id\n name\n createdAt\n session {\n id\n }\n}\n ";
|
|
22619
23246
|
export declare const UpdatedAutomateEntryDocument = "\n subscription updatedAutomateEntry {\n updatedAutomateEntry {\n automateEntryEdge {\n ...automateEntryEdgeMeta\n }\n snapshot\n }\n}\n \n fragment automateEntryEdgeMeta on AutomateEntryEdge {\n node {\n ...automateEntryMeta\n }\n}\n \n\n fragment automateEntryMeta on AutomateEntry {\n __typename\n id\n name\n createdAt\n session {\n id\n }\n}\n ";
|
|
@@ -22740,18 +23367,18 @@ export declare const UpdatedInterceptStatusDocument = "\n subscription update
|
|
|
22740
23367
|
export declare const CreatedInterceptMessageDocument = "\n subscription createdInterceptMessage {\n createdInterceptMessage {\n messageEdge {\n node {\n ...interceptMessageMeta\n }\n }\n snapshot\n }\n}\n \n fragment interceptMessageMeta on InterceptMessage {\n __typename\n ... on InterceptRequestMessage {\n ...interceptRequestMessageMeta\n }\n ... on InterceptResponseMessage {\n ...interceptResponseMessageMeta\n }\n ... on InterceptStreamWsMessage {\n ...interceptStreamWsMessageMeta\n }\n}\n \n\n fragment interceptRequestMessageMeta on InterceptRequestMessage {\n __typename\n id\n request {\n ...requestMeta\n }\n}\n \n\n fragment requestMeta on Request {\n __typename\n id\n host\n port\n path\n query\n method\n edited\n isTls\n sni\n length\n alteration\n metadata {\n ...requestMetadataFull\n }\n fileExtension\n source\n createdAt\n response {\n ...responseMeta\n }\n stream {\n id\n }\n}\n \n\n fragment requestMetadataFull on RequestMetadata {\n __typename\n id\n color\n}\n \n\n fragment responseMeta on Response {\n __typename\n id\n statusCode\n roundtripTime\n length\n createdAt\n alteration\n edited\n}\n \n\n fragment interceptResponseMessageMeta on InterceptResponseMessage {\n __typename\n id\n response {\n ...responseMeta\n }\n request {\n ...requestMeta\n }\n}\n \n\n fragment interceptStreamWsMessageMeta on InterceptStreamWsMessage {\n __typename\n id\n message {\n ...streamWsMessageMeta\n }\n}\n \n\n fragment streamWsMessageMeta on StreamWsMessage {\n id\n stream {\n id\n }\n edits {\n ...streamWsMessageEditRef\n }\n head {\n ...streamWsMessageEditMeta\n }\n}\n \n\n fragment streamWsMessageEditRef on StreamWsMessageEditRef {\n id\n alteration\n}\n \n\n fragment streamWsMessageEditMeta on StreamWsMessageEdit {\n id\n length\n alteration\n direction\n format\n createdAt\n}\n ";
|
|
22741
23368
|
export declare const UpdatedInterceptOptionsDocument = "\n subscription updatedInterceptOptions {\n updatedInterceptOptions {\n options {\n ...interceptOptionsMeta\n }\n }\n}\n \n fragment interceptOptionsMeta on InterceptOptions {\n request {\n ...interceptRequestOptionsMeta\n }\n response {\n ...interceptResponseOptionsMeta\n }\n streamWs {\n ...interceptStreamWsOptionsMeta\n }\n scope {\n ...interceptScopeOptionsMeta\n }\n}\n \n\n fragment interceptRequestOptionsMeta on InterceptRequestOptions {\n enabled\n filter\n}\n \n\n fragment interceptResponseOptionsMeta on InterceptResponseOptions {\n enabled\n filter\n}\n \n\n fragment interceptStreamWsOptionsMeta on InterceptStreamWsOptions {\n enabled\n}\n \n\n fragment interceptScopeOptionsMeta on InterceptScopeOptions {\n scopeId\n}\n ";
|
|
22742
23369
|
export declare const DeletedInterceptMessageDocument = "\n subscription deletedInterceptMessage {\n deletedInterceptMessage {\n deletedMessageId\n }\n}\n ";
|
|
22743
|
-
export declare const TamperRuleCollectionsDocument = "\n query tamperRuleCollections {\n tamperRuleCollections {\n ...tamperRuleCollectionFull\n }\n}\n \n fragment tamperRuleCollectionFull on TamperRuleCollection {\n __typename\n id\n name\n rules {\n ...tamperRuleFull\n }\n}\n \n\n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment
|
|
22744
|
-
export declare const RenameTamperRuleCollectionDocument = "\n mutation renameTamperRuleCollection($id: ID!, $name: String!) {\n renameTamperRuleCollection(id: $id, name: $name) {\n collection {\n ...tamperRuleCollectionFull\n }\n }\n}\n \n fragment tamperRuleCollectionFull on TamperRuleCollection {\n __typename\n id\n name\n rules {\n ...tamperRuleFull\n }\n}\n \n\n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment
|
|
22745
|
-
export declare const CreateTamperRuleCollectionDocument = "\n mutation createTamperRuleCollection($input: CreateTamperRuleCollectionInput!) {\n createTamperRuleCollection(input: $input) {\n collection {\n ...tamperRuleCollectionFull\n }\n }\n}\n \n fragment tamperRuleCollectionFull on TamperRuleCollection {\n __typename\n id\n name\n rules {\n ...tamperRuleFull\n }\n}\n \n\n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment
|
|
23370
|
+
export declare const TamperRuleCollectionsDocument = "\n query tamperRuleCollections {\n tamperRuleCollections {\n ...tamperRuleCollectionFull\n }\n}\n \n fragment tamperRuleCollectionFull on TamperRuleCollection {\n __typename\n id\n name\n rules {\n ...tamperRuleFull\n }\n}\n \n\n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment tamperOperationAllFull on TamperOperationAll {\n __typename\n ... on TamperOperationAllRaw {\n ...tamperOperationAllRawFull\n }\n}\n \n\n fragment tamperOperationAllRawFull on TamperOperationAllRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherRawFull on TamperMatcherRaw {\n __typename\n ... on TamperMatcherValue {\n ...tamperMatcherValueFull\n }\n ... on TamperMatcherRegex {\n ...tamperMatcherRegexFull\n }\n}\n \n\n fragment tamperMatcherValueFull on TamperMatcherValue {\n __typename\n value\n}\n \n\n fragment tamperMatcherRegexFull on TamperMatcherRegex {\n __typename\n regex\n}\n \n\n fragment tamperReplacerFull on TamperReplacer {\n __typename\n ... on TamperReplacerTerm {\n ...tamperReplacerTermFull\n }\n ... on TamperReplacerWorkflow {\n ...tamperReplacerWorkflowFull\n }\n}\n \n\n fragment tamperReplacerTermFull on TamperReplacerTerm {\n __typename\n term\n}\n \n\n fragment tamperReplacerWorkflowFull on TamperReplacerWorkflow {\n __typename\n id\n}\n \n\n fragment tamperOperationPathFull on TamperOperationPath {\n __typename\n ... on TamperOperationPathRaw {\n ...tamperOperationPathRawFull\n }\n}\n \n\n fragment tamperOperationPathRawFull on TamperOperationPathRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationMethodFull on TamperOperationMethod {\n __typename\n ... on TamperOperationMethodUpdate {\n ...tamperOperationMethodUpdateFull\n }\n}\n \n\n fragment tamperOperationMethodUpdateFull on TamperOperationMethodUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryFull on TamperOperationQuery {\n __typename\n ... on TamperOperationQueryRaw {\n ...tamperOperationQueryRawFull\n }\n ... on TamperOperationQueryUpdate {\n ...tamperOperationQueryUpdateFull\n }\n ... on TamperOperationQueryAdd {\n ...tamperOperationQueryAddFull\n }\n ... on TamperOperationQueryRemove {\n ...tamperOperationQueryRemoveFull\n }\n}\n \n\n fragment tamperOperationQueryRawFull on TamperOperationQueryRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryUpdateFull on TamperOperationQueryUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherNameFull on TamperMatcherName {\n __typename\n name\n}\n \n\n fragment tamperOperationQueryAddFull on TamperOperationQueryAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryRemoveFull on TamperOperationQueryRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationFirstLineFull on TamperOperationFirstLine {\n __typename\n ... on TamperOperationFirstLineRaw {\n ...tamperOperationFirstLineRawFull\n }\n}\n \n\n fragment tamperOperationFirstLineRawFull on TamperOperationFirstLineRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderFull on TamperOperationHeader {\n __typename\n ... on TamperOperationHeaderRaw {\n ...tamperOperationHeaderRawFull\n }\n ... on TamperOperationHeaderUpdate {\n ...tamperOperationHeaderUpdateFull\n }\n ... on TamperOperationHeaderAdd {\n ...tamperOperationHeaderAddFull\n }\n ... on TamperOperationHeaderRemove {\n ...tamperOperationHeaderRemoveFull\n }\n}\n \n\n fragment tamperOperationHeaderRawFull on TamperOperationHeaderRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderUpdateFull on TamperOperationHeaderUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderAddFull on TamperOperationHeaderAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderRemoveFull on TamperOperationHeaderRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationBodyFull on TamperOperationBody {\n __typename\n ... on TamperOperationBodyRaw {\n ...tamperOperationBodyRawFull\n }\n}\n \n\n fragment tamperOperationBodyRawFull on TamperOperationBodyRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationStatusCodeFull on TamperOperationStatusCode {\n __typename\n ... on TamperOperationStatusCodeUpdate {\n ...tamperOperationStatusCodeUpdateFull\n }\n}\n \n\n fragment tamperOperationStatusCodeUpdateFull on TamperOperationStatusCodeUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n ";
|
|
23371
|
+
export declare const RenameTamperRuleCollectionDocument = "\n mutation renameTamperRuleCollection($id: ID!, $name: String!) {\n renameTamperRuleCollection(id: $id, name: $name) {\n collection {\n ...tamperRuleCollectionFull\n }\n }\n}\n \n fragment tamperRuleCollectionFull on TamperRuleCollection {\n __typename\n id\n name\n rules {\n ...tamperRuleFull\n }\n}\n \n\n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment tamperOperationAllFull on TamperOperationAll {\n __typename\n ... on TamperOperationAllRaw {\n ...tamperOperationAllRawFull\n }\n}\n \n\n fragment tamperOperationAllRawFull on TamperOperationAllRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherRawFull on TamperMatcherRaw {\n __typename\n ... on TamperMatcherValue {\n ...tamperMatcherValueFull\n }\n ... on TamperMatcherRegex {\n ...tamperMatcherRegexFull\n }\n}\n \n\n fragment tamperMatcherValueFull on TamperMatcherValue {\n __typename\n value\n}\n \n\n fragment tamperMatcherRegexFull on TamperMatcherRegex {\n __typename\n regex\n}\n \n\n fragment tamperReplacerFull on TamperReplacer {\n __typename\n ... on TamperReplacerTerm {\n ...tamperReplacerTermFull\n }\n ... on TamperReplacerWorkflow {\n ...tamperReplacerWorkflowFull\n }\n}\n \n\n fragment tamperReplacerTermFull on TamperReplacerTerm {\n __typename\n term\n}\n \n\n fragment tamperReplacerWorkflowFull on TamperReplacerWorkflow {\n __typename\n id\n}\n \n\n fragment tamperOperationPathFull on TamperOperationPath {\n __typename\n ... on TamperOperationPathRaw {\n ...tamperOperationPathRawFull\n }\n}\n \n\n fragment tamperOperationPathRawFull on TamperOperationPathRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationMethodFull on TamperOperationMethod {\n __typename\n ... on TamperOperationMethodUpdate {\n ...tamperOperationMethodUpdateFull\n }\n}\n \n\n fragment tamperOperationMethodUpdateFull on TamperOperationMethodUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryFull on TamperOperationQuery {\n __typename\n ... on TamperOperationQueryRaw {\n ...tamperOperationQueryRawFull\n }\n ... on TamperOperationQueryUpdate {\n ...tamperOperationQueryUpdateFull\n }\n ... on TamperOperationQueryAdd {\n ...tamperOperationQueryAddFull\n }\n ... on TamperOperationQueryRemove {\n ...tamperOperationQueryRemoveFull\n }\n}\n \n\n fragment tamperOperationQueryRawFull on TamperOperationQueryRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryUpdateFull on TamperOperationQueryUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherNameFull on TamperMatcherName {\n __typename\n name\n}\n \n\n fragment tamperOperationQueryAddFull on TamperOperationQueryAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryRemoveFull on TamperOperationQueryRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationFirstLineFull on TamperOperationFirstLine {\n __typename\n ... on TamperOperationFirstLineRaw {\n ...tamperOperationFirstLineRawFull\n }\n}\n \n\n fragment tamperOperationFirstLineRawFull on TamperOperationFirstLineRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderFull on TamperOperationHeader {\n __typename\n ... on TamperOperationHeaderRaw {\n ...tamperOperationHeaderRawFull\n }\n ... on TamperOperationHeaderUpdate {\n ...tamperOperationHeaderUpdateFull\n }\n ... on TamperOperationHeaderAdd {\n ...tamperOperationHeaderAddFull\n }\n ... on TamperOperationHeaderRemove {\n ...tamperOperationHeaderRemoveFull\n }\n}\n \n\n fragment tamperOperationHeaderRawFull on TamperOperationHeaderRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderUpdateFull on TamperOperationHeaderUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderAddFull on TamperOperationHeaderAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderRemoveFull on TamperOperationHeaderRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationBodyFull on TamperOperationBody {\n __typename\n ... on TamperOperationBodyRaw {\n ...tamperOperationBodyRawFull\n }\n}\n \n\n fragment tamperOperationBodyRawFull on TamperOperationBodyRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationStatusCodeFull on TamperOperationStatusCode {\n __typename\n ... on TamperOperationStatusCodeUpdate {\n ...tamperOperationStatusCodeUpdateFull\n }\n}\n \n\n fragment tamperOperationStatusCodeUpdateFull on TamperOperationStatusCodeUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n ";
|
|
23372
|
+
export declare const CreateTamperRuleCollectionDocument = "\n mutation createTamperRuleCollection($input: CreateTamperRuleCollectionInput!) {\n createTamperRuleCollection(input: $input) {\n collection {\n ...tamperRuleCollectionFull\n }\n }\n}\n \n fragment tamperRuleCollectionFull on TamperRuleCollection {\n __typename\n id\n name\n rules {\n ...tamperRuleFull\n }\n}\n \n\n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment tamperOperationAllFull on TamperOperationAll {\n __typename\n ... on TamperOperationAllRaw {\n ...tamperOperationAllRawFull\n }\n}\n \n\n fragment tamperOperationAllRawFull on TamperOperationAllRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherRawFull on TamperMatcherRaw {\n __typename\n ... on TamperMatcherValue {\n ...tamperMatcherValueFull\n }\n ... on TamperMatcherRegex {\n ...tamperMatcherRegexFull\n }\n}\n \n\n fragment tamperMatcherValueFull on TamperMatcherValue {\n __typename\n value\n}\n \n\n fragment tamperMatcherRegexFull on TamperMatcherRegex {\n __typename\n regex\n}\n \n\n fragment tamperReplacerFull on TamperReplacer {\n __typename\n ... on TamperReplacerTerm {\n ...tamperReplacerTermFull\n }\n ... on TamperReplacerWorkflow {\n ...tamperReplacerWorkflowFull\n }\n}\n \n\n fragment tamperReplacerTermFull on TamperReplacerTerm {\n __typename\n term\n}\n \n\n fragment tamperReplacerWorkflowFull on TamperReplacerWorkflow {\n __typename\n id\n}\n \n\n fragment tamperOperationPathFull on TamperOperationPath {\n __typename\n ... on TamperOperationPathRaw {\n ...tamperOperationPathRawFull\n }\n}\n \n\n fragment tamperOperationPathRawFull on TamperOperationPathRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationMethodFull on TamperOperationMethod {\n __typename\n ... on TamperOperationMethodUpdate {\n ...tamperOperationMethodUpdateFull\n }\n}\n \n\n fragment tamperOperationMethodUpdateFull on TamperOperationMethodUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryFull on TamperOperationQuery {\n __typename\n ... on TamperOperationQueryRaw {\n ...tamperOperationQueryRawFull\n }\n ... on TamperOperationQueryUpdate {\n ...tamperOperationQueryUpdateFull\n }\n ... on TamperOperationQueryAdd {\n ...tamperOperationQueryAddFull\n }\n ... on TamperOperationQueryRemove {\n ...tamperOperationQueryRemoveFull\n }\n}\n \n\n fragment tamperOperationQueryRawFull on TamperOperationQueryRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryUpdateFull on TamperOperationQueryUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherNameFull on TamperMatcherName {\n __typename\n name\n}\n \n\n fragment tamperOperationQueryAddFull on TamperOperationQueryAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryRemoveFull on TamperOperationQueryRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationFirstLineFull on TamperOperationFirstLine {\n __typename\n ... on TamperOperationFirstLineRaw {\n ...tamperOperationFirstLineRawFull\n }\n}\n \n\n fragment tamperOperationFirstLineRawFull on TamperOperationFirstLineRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderFull on TamperOperationHeader {\n __typename\n ... on TamperOperationHeaderRaw {\n ...tamperOperationHeaderRawFull\n }\n ... on TamperOperationHeaderUpdate {\n ...tamperOperationHeaderUpdateFull\n }\n ... on TamperOperationHeaderAdd {\n ...tamperOperationHeaderAddFull\n }\n ... on TamperOperationHeaderRemove {\n ...tamperOperationHeaderRemoveFull\n }\n}\n \n\n fragment tamperOperationHeaderRawFull on TamperOperationHeaderRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderUpdateFull on TamperOperationHeaderUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderAddFull on TamperOperationHeaderAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderRemoveFull on TamperOperationHeaderRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationBodyFull on TamperOperationBody {\n __typename\n ... on TamperOperationBodyRaw {\n ...tamperOperationBodyRawFull\n }\n}\n \n\n fragment tamperOperationBodyRawFull on TamperOperationBodyRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationStatusCodeFull on TamperOperationStatusCode {\n __typename\n ... on TamperOperationStatusCodeUpdate {\n ...tamperOperationStatusCodeUpdateFull\n }\n}\n \n\n fragment tamperOperationStatusCodeUpdateFull on TamperOperationStatusCodeUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n ";
|
|
22746
23373
|
export declare const DeleteTamperRuleCollectionDocument = "\n mutation deleteTamperRuleCollection($id: ID!) {\n deleteTamperRuleCollection(id: $id) {\n deletedId\n }\n}\n ";
|
|
22747
|
-
export declare const CreateTamperRuleDocument = "\n mutation createTamperRule($input: CreateTamperRuleInput!) {\n createTamperRule(input: $input) {\n error {\n ... on InvalidRegexUserError {\n ...invalidRegexUserErrorFull\n }\n ... on InvalidHTTPQLUserError {\n ...invalidHTTPQLUserErrorFull\n }\n ... on OtherUserError {\n ...otherUserErrorFull\n }\n }\n rule {\n ...tamperRuleFull\n }\n }\n}\n \n fragment invalidRegexUserErrorFull on InvalidRegexUserError {\n ...userErrorFull\n term\n}\n \n\n fragment userErrorFull on UserError {\n __typename\n code\n}\n \n\n fragment invalidHTTPQLUserErrorFull on InvalidHTTPQLUserError {\n ...userErrorFull\n query\n}\n \n\n fragment otherUserErrorFull on OtherUserError {\n ...userErrorFull\n}\n \n\n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment
|
|
23374
|
+
export declare const CreateTamperRuleDocument = "\n mutation createTamperRule($input: CreateTamperRuleInput!) {\n createTamperRule(input: $input) {\n error {\n ... on InvalidRegexUserError {\n ...invalidRegexUserErrorFull\n }\n ... on InvalidHTTPQLUserError {\n ...invalidHTTPQLUserErrorFull\n }\n ... on OtherUserError {\n ...otherUserErrorFull\n }\n }\n rule {\n ...tamperRuleFull\n }\n }\n}\n \n fragment invalidRegexUserErrorFull on InvalidRegexUserError {\n ...userErrorFull\n term\n}\n \n\n fragment userErrorFull on UserError {\n __typename\n code\n}\n \n\n fragment invalidHTTPQLUserErrorFull on InvalidHTTPQLUserError {\n ...userErrorFull\n query\n}\n \n\n fragment otherUserErrorFull on OtherUserError {\n ...userErrorFull\n}\n \n\n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment tamperOperationAllFull on TamperOperationAll {\n __typename\n ... on TamperOperationAllRaw {\n ...tamperOperationAllRawFull\n }\n}\n \n\n fragment tamperOperationAllRawFull on TamperOperationAllRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherRawFull on TamperMatcherRaw {\n __typename\n ... on TamperMatcherValue {\n ...tamperMatcherValueFull\n }\n ... on TamperMatcherRegex {\n ...tamperMatcherRegexFull\n }\n}\n \n\n fragment tamperMatcherValueFull on TamperMatcherValue {\n __typename\n value\n}\n \n\n fragment tamperMatcherRegexFull on TamperMatcherRegex {\n __typename\n regex\n}\n \n\n fragment tamperReplacerFull on TamperReplacer {\n __typename\n ... on TamperReplacerTerm {\n ...tamperReplacerTermFull\n }\n ... on TamperReplacerWorkflow {\n ...tamperReplacerWorkflowFull\n }\n}\n \n\n fragment tamperReplacerTermFull on TamperReplacerTerm {\n __typename\n term\n}\n \n\n fragment tamperReplacerWorkflowFull on TamperReplacerWorkflow {\n __typename\n id\n}\n \n\n fragment tamperOperationPathFull on TamperOperationPath {\n __typename\n ... on TamperOperationPathRaw {\n ...tamperOperationPathRawFull\n }\n}\n \n\n fragment tamperOperationPathRawFull on TamperOperationPathRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationMethodFull on TamperOperationMethod {\n __typename\n ... on TamperOperationMethodUpdate {\n ...tamperOperationMethodUpdateFull\n }\n}\n \n\n fragment tamperOperationMethodUpdateFull on TamperOperationMethodUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryFull on TamperOperationQuery {\n __typename\n ... on TamperOperationQueryRaw {\n ...tamperOperationQueryRawFull\n }\n ... on TamperOperationQueryUpdate {\n ...tamperOperationQueryUpdateFull\n }\n ... on TamperOperationQueryAdd {\n ...tamperOperationQueryAddFull\n }\n ... on TamperOperationQueryRemove {\n ...tamperOperationQueryRemoveFull\n }\n}\n \n\n fragment tamperOperationQueryRawFull on TamperOperationQueryRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryUpdateFull on TamperOperationQueryUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherNameFull on TamperMatcherName {\n __typename\n name\n}\n \n\n fragment tamperOperationQueryAddFull on TamperOperationQueryAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryRemoveFull on TamperOperationQueryRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationFirstLineFull on TamperOperationFirstLine {\n __typename\n ... on TamperOperationFirstLineRaw {\n ...tamperOperationFirstLineRawFull\n }\n}\n \n\n fragment tamperOperationFirstLineRawFull on TamperOperationFirstLineRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderFull on TamperOperationHeader {\n __typename\n ... on TamperOperationHeaderRaw {\n ...tamperOperationHeaderRawFull\n }\n ... on TamperOperationHeaderUpdate {\n ...tamperOperationHeaderUpdateFull\n }\n ... on TamperOperationHeaderAdd {\n ...tamperOperationHeaderAddFull\n }\n ... on TamperOperationHeaderRemove {\n ...tamperOperationHeaderRemoveFull\n }\n}\n \n\n fragment tamperOperationHeaderRawFull on TamperOperationHeaderRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderUpdateFull on TamperOperationHeaderUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderAddFull on TamperOperationHeaderAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderRemoveFull on TamperOperationHeaderRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationBodyFull on TamperOperationBody {\n __typename\n ... on TamperOperationBodyRaw {\n ...tamperOperationBodyRawFull\n }\n}\n \n\n fragment tamperOperationBodyRawFull on TamperOperationBodyRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationStatusCodeFull on TamperOperationStatusCode {\n __typename\n ... on TamperOperationStatusCodeUpdate {\n ...tamperOperationStatusCodeUpdateFull\n }\n}\n \n\n fragment tamperOperationStatusCodeUpdateFull on TamperOperationStatusCodeUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n ";
|
|
22748
23375
|
export declare const DeleteTamperRuleDocument = "\n mutation deleteTamperRule($id: ID!) {\n deleteTamperRule(id: $id) {\n deletedId\n }\n}\n ";
|
|
22749
|
-
export declare const UpdateTamperRuleDocument = "\n mutation updateTamperRule($id: ID!, $input: UpdateTamperRuleInput!) {\n updateTamperRule(id: $id, input: $input) {\n error {\n ... on UnknownIdUserError {\n ...unknownIdUserErrorFull\n }\n ... on InvalidRegexUserError {\n ...invalidRegexUserErrorFull\n }\n ... on InvalidHTTPQLUserError {\n ...invalidHTTPQLUserErrorFull\n }\n ... on OtherUserError {\n ...otherUserErrorFull\n }\n }\n rule {\n ...tamperRuleFull\n }\n }\n}\n \n fragment unknownIdUserErrorFull on UnknownIdUserError {\n ...userErrorFull\n id\n}\n \n\n fragment userErrorFull on UserError {\n __typename\n code\n}\n \n\n fragment invalidRegexUserErrorFull on InvalidRegexUserError {\n ...userErrorFull\n term\n}\n \n\n fragment invalidHTTPQLUserErrorFull on InvalidHTTPQLUserError {\n ...userErrorFull\n query\n}\n \n\n fragment otherUserErrorFull on OtherUserError {\n ...userErrorFull\n}\n \n\n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment
|
|
22750
|
-
export declare const RenameTamperRuleDocument = "\n mutation renameTamperRule($id: ID!, $name: String!) {\n renameTamperRule(id: $id, name: $name) {\n rule {\n ...tamperRuleFull\n }\n }\n}\n \n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment
|
|
23376
|
+
export declare const UpdateTamperRuleDocument = "\n mutation updateTamperRule($id: ID!, $input: UpdateTamperRuleInput!) {\n updateTamperRule(id: $id, input: $input) {\n error {\n ... on UnknownIdUserError {\n ...unknownIdUserErrorFull\n }\n ... on InvalidRegexUserError {\n ...invalidRegexUserErrorFull\n }\n ... on InvalidHTTPQLUserError {\n ...invalidHTTPQLUserErrorFull\n }\n ... on OtherUserError {\n ...otherUserErrorFull\n }\n }\n rule {\n ...tamperRuleFull\n }\n }\n}\n \n fragment unknownIdUserErrorFull on UnknownIdUserError {\n ...userErrorFull\n id\n}\n \n\n fragment userErrorFull on UserError {\n __typename\n code\n}\n \n\n fragment invalidRegexUserErrorFull on InvalidRegexUserError {\n ...userErrorFull\n term\n}\n \n\n fragment invalidHTTPQLUserErrorFull on InvalidHTTPQLUserError {\n ...userErrorFull\n query\n}\n \n\n fragment otherUserErrorFull on OtherUserError {\n ...userErrorFull\n}\n \n\n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment tamperOperationAllFull on TamperOperationAll {\n __typename\n ... on TamperOperationAllRaw {\n ...tamperOperationAllRawFull\n }\n}\n \n\n fragment tamperOperationAllRawFull on TamperOperationAllRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherRawFull on TamperMatcherRaw {\n __typename\n ... on TamperMatcherValue {\n ...tamperMatcherValueFull\n }\n ... on TamperMatcherRegex {\n ...tamperMatcherRegexFull\n }\n}\n \n\n fragment tamperMatcherValueFull on TamperMatcherValue {\n __typename\n value\n}\n \n\n fragment tamperMatcherRegexFull on TamperMatcherRegex {\n __typename\n regex\n}\n \n\n fragment tamperReplacerFull on TamperReplacer {\n __typename\n ... on TamperReplacerTerm {\n ...tamperReplacerTermFull\n }\n ... on TamperReplacerWorkflow {\n ...tamperReplacerWorkflowFull\n }\n}\n \n\n fragment tamperReplacerTermFull on TamperReplacerTerm {\n __typename\n term\n}\n \n\n fragment tamperReplacerWorkflowFull on TamperReplacerWorkflow {\n __typename\n id\n}\n \n\n fragment tamperOperationPathFull on TamperOperationPath {\n __typename\n ... on TamperOperationPathRaw {\n ...tamperOperationPathRawFull\n }\n}\n \n\n fragment tamperOperationPathRawFull on TamperOperationPathRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationMethodFull on TamperOperationMethod {\n __typename\n ... on TamperOperationMethodUpdate {\n ...tamperOperationMethodUpdateFull\n }\n}\n \n\n fragment tamperOperationMethodUpdateFull on TamperOperationMethodUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryFull on TamperOperationQuery {\n __typename\n ... on TamperOperationQueryRaw {\n ...tamperOperationQueryRawFull\n }\n ... on TamperOperationQueryUpdate {\n ...tamperOperationQueryUpdateFull\n }\n ... on TamperOperationQueryAdd {\n ...tamperOperationQueryAddFull\n }\n ... on TamperOperationQueryRemove {\n ...tamperOperationQueryRemoveFull\n }\n}\n \n\n fragment tamperOperationQueryRawFull on TamperOperationQueryRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryUpdateFull on TamperOperationQueryUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherNameFull on TamperMatcherName {\n __typename\n name\n}\n \n\n fragment tamperOperationQueryAddFull on TamperOperationQueryAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryRemoveFull on TamperOperationQueryRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationFirstLineFull on TamperOperationFirstLine {\n __typename\n ... on TamperOperationFirstLineRaw {\n ...tamperOperationFirstLineRawFull\n }\n}\n \n\n fragment tamperOperationFirstLineRawFull on TamperOperationFirstLineRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderFull on TamperOperationHeader {\n __typename\n ... on TamperOperationHeaderRaw {\n ...tamperOperationHeaderRawFull\n }\n ... on TamperOperationHeaderUpdate {\n ...tamperOperationHeaderUpdateFull\n }\n ... on TamperOperationHeaderAdd {\n ...tamperOperationHeaderAddFull\n }\n ... on TamperOperationHeaderRemove {\n ...tamperOperationHeaderRemoveFull\n }\n}\n \n\n fragment tamperOperationHeaderRawFull on TamperOperationHeaderRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderUpdateFull on TamperOperationHeaderUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderAddFull on TamperOperationHeaderAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderRemoveFull on TamperOperationHeaderRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationBodyFull on TamperOperationBody {\n __typename\n ... on TamperOperationBodyRaw {\n ...tamperOperationBodyRawFull\n }\n}\n \n\n fragment tamperOperationBodyRawFull on TamperOperationBodyRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationStatusCodeFull on TamperOperationStatusCode {\n __typename\n ... on TamperOperationStatusCodeUpdate {\n ...tamperOperationStatusCodeUpdateFull\n }\n}\n \n\n fragment tamperOperationStatusCodeUpdateFull on TamperOperationStatusCodeUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n ";
|
|
23377
|
+
export declare const RenameTamperRuleDocument = "\n mutation renameTamperRule($id: ID!, $name: String!) {\n renameTamperRule(id: $id, name: $name) {\n rule {\n ...tamperRuleFull\n }\n }\n}\n \n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment tamperOperationAllFull on TamperOperationAll {\n __typename\n ... on TamperOperationAllRaw {\n ...tamperOperationAllRawFull\n }\n}\n \n\n fragment tamperOperationAllRawFull on TamperOperationAllRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherRawFull on TamperMatcherRaw {\n __typename\n ... on TamperMatcherValue {\n ...tamperMatcherValueFull\n }\n ... on TamperMatcherRegex {\n ...tamperMatcherRegexFull\n }\n}\n \n\n fragment tamperMatcherValueFull on TamperMatcherValue {\n __typename\n value\n}\n \n\n fragment tamperMatcherRegexFull on TamperMatcherRegex {\n __typename\n regex\n}\n \n\n fragment tamperReplacerFull on TamperReplacer {\n __typename\n ... on TamperReplacerTerm {\n ...tamperReplacerTermFull\n }\n ... on TamperReplacerWorkflow {\n ...tamperReplacerWorkflowFull\n }\n}\n \n\n fragment tamperReplacerTermFull on TamperReplacerTerm {\n __typename\n term\n}\n \n\n fragment tamperReplacerWorkflowFull on TamperReplacerWorkflow {\n __typename\n id\n}\n \n\n fragment tamperOperationPathFull on TamperOperationPath {\n __typename\n ... on TamperOperationPathRaw {\n ...tamperOperationPathRawFull\n }\n}\n \n\n fragment tamperOperationPathRawFull on TamperOperationPathRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationMethodFull on TamperOperationMethod {\n __typename\n ... on TamperOperationMethodUpdate {\n ...tamperOperationMethodUpdateFull\n }\n}\n \n\n fragment tamperOperationMethodUpdateFull on TamperOperationMethodUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryFull on TamperOperationQuery {\n __typename\n ... on TamperOperationQueryRaw {\n ...tamperOperationQueryRawFull\n }\n ... on TamperOperationQueryUpdate {\n ...tamperOperationQueryUpdateFull\n }\n ... on TamperOperationQueryAdd {\n ...tamperOperationQueryAddFull\n }\n ... on TamperOperationQueryRemove {\n ...tamperOperationQueryRemoveFull\n }\n}\n \n\n fragment tamperOperationQueryRawFull on TamperOperationQueryRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryUpdateFull on TamperOperationQueryUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherNameFull on TamperMatcherName {\n __typename\n name\n}\n \n\n fragment tamperOperationQueryAddFull on TamperOperationQueryAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryRemoveFull on TamperOperationQueryRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationFirstLineFull on TamperOperationFirstLine {\n __typename\n ... on TamperOperationFirstLineRaw {\n ...tamperOperationFirstLineRawFull\n }\n}\n \n\n fragment tamperOperationFirstLineRawFull on TamperOperationFirstLineRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderFull on TamperOperationHeader {\n __typename\n ... on TamperOperationHeaderRaw {\n ...tamperOperationHeaderRawFull\n }\n ... on TamperOperationHeaderUpdate {\n ...tamperOperationHeaderUpdateFull\n }\n ... on TamperOperationHeaderAdd {\n ...tamperOperationHeaderAddFull\n }\n ... on TamperOperationHeaderRemove {\n ...tamperOperationHeaderRemoveFull\n }\n}\n \n\n fragment tamperOperationHeaderRawFull on TamperOperationHeaderRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderUpdateFull on TamperOperationHeaderUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderAddFull on TamperOperationHeaderAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderRemoveFull on TamperOperationHeaderRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationBodyFull on TamperOperationBody {\n __typename\n ... on TamperOperationBodyRaw {\n ...tamperOperationBodyRawFull\n }\n}\n \n\n fragment tamperOperationBodyRawFull on TamperOperationBodyRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationStatusCodeFull on TamperOperationStatusCode {\n __typename\n ... on TamperOperationStatusCodeUpdate {\n ...tamperOperationStatusCodeUpdateFull\n }\n}\n \n\n fragment tamperOperationStatusCodeUpdateFull on TamperOperationStatusCodeUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n ";
|
|
22751
23378
|
export declare const TestTamperRuleDocument = "\n mutation testTamperRule($input: TestTamperRuleInput!) {\n testTamperRule(input: $input) {\n raw\n error {\n ... on InvalidRegexUserError {\n ...invalidRegexUserErrorFull\n }\n ... on OtherUserError {\n ...otherUserErrorFull\n }\n }\n }\n}\n \n fragment invalidRegexUserErrorFull on InvalidRegexUserError {\n ...userErrorFull\n term\n}\n \n\n fragment userErrorFull on UserError {\n __typename\n code\n}\n \n\n fragment otherUserErrorFull on OtherUserError {\n ...userErrorFull\n}\n ";
|
|
22752
|
-
export declare const ToggleTamperRuleDocument = "\n mutation toggleTamperRule($id: ID!, $enabled: Boolean!) {\n toggleTamperRule(id: $id, enabled: $enabled) {\n rule {\n ...tamperRuleFull\n }\n }\n}\n \n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment
|
|
22753
|
-
export declare const RankTamperRuleDocument = "\n mutation rankTamperRule($id: ID!, $input: RankTamperRuleInput!) {\n rankTamperRule(id: $id, input: $input) {\n rule {\n ...tamperRuleFull\n }\n }\n}\n \n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment
|
|
22754
|
-
export declare const MoveTamperRuleDocument = "\n mutation moveTamperRule($id: ID!, $collectionId: ID!) {\n moveTamperRule(id: $id, collectionId: $collectionId) {\n rule {\n ...tamperRuleFull\n }\n }\n}\n \n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment
|
|
23379
|
+
export declare const ToggleTamperRuleDocument = "\n mutation toggleTamperRule($id: ID!, $enabled: Boolean!) {\n toggleTamperRule(id: $id, enabled: $enabled) {\n rule {\n ...tamperRuleFull\n }\n }\n}\n \n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment tamperOperationAllFull on TamperOperationAll {\n __typename\n ... on TamperOperationAllRaw {\n ...tamperOperationAllRawFull\n }\n}\n \n\n fragment tamperOperationAllRawFull on TamperOperationAllRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherRawFull on TamperMatcherRaw {\n __typename\n ... on TamperMatcherValue {\n ...tamperMatcherValueFull\n }\n ... on TamperMatcherRegex {\n ...tamperMatcherRegexFull\n }\n}\n \n\n fragment tamperMatcherValueFull on TamperMatcherValue {\n __typename\n value\n}\n \n\n fragment tamperMatcherRegexFull on TamperMatcherRegex {\n __typename\n regex\n}\n \n\n fragment tamperReplacerFull on TamperReplacer {\n __typename\n ... on TamperReplacerTerm {\n ...tamperReplacerTermFull\n }\n ... on TamperReplacerWorkflow {\n ...tamperReplacerWorkflowFull\n }\n}\n \n\n fragment tamperReplacerTermFull on TamperReplacerTerm {\n __typename\n term\n}\n \n\n fragment tamperReplacerWorkflowFull on TamperReplacerWorkflow {\n __typename\n id\n}\n \n\n fragment tamperOperationPathFull on TamperOperationPath {\n __typename\n ... on TamperOperationPathRaw {\n ...tamperOperationPathRawFull\n }\n}\n \n\n fragment tamperOperationPathRawFull on TamperOperationPathRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationMethodFull on TamperOperationMethod {\n __typename\n ... on TamperOperationMethodUpdate {\n ...tamperOperationMethodUpdateFull\n }\n}\n \n\n fragment tamperOperationMethodUpdateFull on TamperOperationMethodUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryFull on TamperOperationQuery {\n __typename\n ... on TamperOperationQueryRaw {\n ...tamperOperationQueryRawFull\n }\n ... on TamperOperationQueryUpdate {\n ...tamperOperationQueryUpdateFull\n }\n ... on TamperOperationQueryAdd {\n ...tamperOperationQueryAddFull\n }\n ... on TamperOperationQueryRemove {\n ...tamperOperationQueryRemoveFull\n }\n}\n \n\n fragment tamperOperationQueryRawFull on TamperOperationQueryRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryUpdateFull on TamperOperationQueryUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherNameFull on TamperMatcherName {\n __typename\n name\n}\n \n\n fragment tamperOperationQueryAddFull on TamperOperationQueryAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryRemoveFull on TamperOperationQueryRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationFirstLineFull on TamperOperationFirstLine {\n __typename\n ... on TamperOperationFirstLineRaw {\n ...tamperOperationFirstLineRawFull\n }\n}\n \n\n fragment tamperOperationFirstLineRawFull on TamperOperationFirstLineRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderFull on TamperOperationHeader {\n __typename\n ... on TamperOperationHeaderRaw {\n ...tamperOperationHeaderRawFull\n }\n ... on TamperOperationHeaderUpdate {\n ...tamperOperationHeaderUpdateFull\n }\n ... on TamperOperationHeaderAdd {\n ...tamperOperationHeaderAddFull\n }\n ... on TamperOperationHeaderRemove {\n ...tamperOperationHeaderRemoveFull\n }\n}\n \n\n fragment tamperOperationHeaderRawFull on TamperOperationHeaderRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderUpdateFull on TamperOperationHeaderUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderAddFull on TamperOperationHeaderAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderRemoveFull on TamperOperationHeaderRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationBodyFull on TamperOperationBody {\n __typename\n ... on TamperOperationBodyRaw {\n ...tamperOperationBodyRawFull\n }\n}\n \n\n fragment tamperOperationBodyRawFull on TamperOperationBodyRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationStatusCodeFull on TamperOperationStatusCode {\n __typename\n ... on TamperOperationStatusCodeUpdate {\n ...tamperOperationStatusCodeUpdateFull\n }\n}\n \n\n fragment tamperOperationStatusCodeUpdateFull on TamperOperationStatusCodeUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n ";
|
|
23380
|
+
export declare const RankTamperRuleDocument = "\n mutation rankTamperRule($id: ID!, $input: RankTamperRuleInput!) {\n rankTamperRule(id: $id, input: $input) {\n rule {\n ...tamperRuleFull\n }\n }\n}\n \n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment tamperOperationAllFull on TamperOperationAll {\n __typename\n ... on TamperOperationAllRaw {\n ...tamperOperationAllRawFull\n }\n}\n \n\n fragment tamperOperationAllRawFull on TamperOperationAllRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherRawFull on TamperMatcherRaw {\n __typename\n ... on TamperMatcherValue {\n ...tamperMatcherValueFull\n }\n ... on TamperMatcherRegex {\n ...tamperMatcherRegexFull\n }\n}\n \n\n fragment tamperMatcherValueFull on TamperMatcherValue {\n __typename\n value\n}\n \n\n fragment tamperMatcherRegexFull on TamperMatcherRegex {\n __typename\n regex\n}\n \n\n fragment tamperReplacerFull on TamperReplacer {\n __typename\n ... on TamperReplacerTerm {\n ...tamperReplacerTermFull\n }\n ... on TamperReplacerWorkflow {\n ...tamperReplacerWorkflowFull\n }\n}\n \n\n fragment tamperReplacerTermFull on TamperReplacerTerm {\n __typename\n term\n}\n \n\n fragment tamperReplacerWorkflowFull on TamperReplacerWorkflow {\n __typename\n id\n}\n \n\n fragment tamperOperationPathFull on TamperOperationPath {\n __typename\n ... on TamperOperationPathRaw {\n ...tamperOperationPathRawFull\n }\n}\n \n\n fragment tamperOperationPathRawFull on TamperOperationPathRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationMethodFull on TamperOperationMethod {\n __typename\n ... on TamperOperationMethodUpdate {\n ...tamperOperationMethodUpdateFull\n }\n}\n \n\n fragment tamperOperationMethodUpdateFull on TamperOperationMethodUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryFull on TamperOperationQuery {\n __typename\n ... on TamperOperationQueryRaw {\n ...tamperOperationQueryRawFull\n }\n ... on TamperOperationQueryUpdate {\n ...tamperOperationQueryUpdateFull\n }\n ... on TamperOperationQueryAdd {\n ...tamperOperationQueryAddFull\n }\n ... on TamperOperationQueryRemove {\n ...tamperOperationQueryRemoveFull\n }\n}\n \n\n fragment tamperOperationQueryRawFull on TamperOperationQueryRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryUpdateFull on TamperOperationQueryUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherNameFull on TamperMatcherName {\n __typename\n name\n}\n \n\n fragment tamperOperationQueryAddFull on TamperOperationQueryAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryRemoveFull on TamperOperationQueryRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationFirstLineFull on TamperOperationFirstLine {\n __typename\n ... on TamperOperationFirstLineRaw {\n ...tamperOperationFirstLineRawFull\n }\n}\n \n\n fragment tamperOperationFirstLineRawFull on TamperOperationFirstLineRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderFull on TamperOperationHeader {\n __typename\n ... on TamperOperationHeaderRaw {\n ...tamperOperationHeaderRawFull\n }\n ... on TamperOperationHeaderUpdate {\n ...tamperOperationHeaderUpdateFull\n }\n ... on TamperOperationHeaderAdd {\n ...tamperOperationHeaderAddFull\n }\n ... on TamperOperationHeaderRemove {\n ...tamperOperationHeaderRemoveFull\n }\n}\n \n\n fragment tamperOperationHeaderRawFull on TamperOperationHeaderRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderUpdateFull on TamperOperationHeaderUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderAddFull on TamperOperationHeaderAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderRemoveFull on TamperOperationHeaderRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationBodyFull on TamperOperationBody {\n __typename\n ... on TamperOperationBodyRaw {\n ...tamperOperationBodyRawFull\n }\n}\n \n\n fragment tamperOperationBodyRawFull on TamperOperationBodyRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationStatusCodeFull on TamperOperationStatusCode {\n __typename\n ... on TamperOperationStatusCodeUpdate {\n ...tamperOperationStatusCodeUpdateFull\n }\n}\n \n\n fragment tamperOperationStatusCodeUpdateFull on TamperOperationStatusCodeUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n ";
|
|
23381
|
+
export declare const MoveTamperRuleDocument = "\n mutation moveTamperRule($id: ID!, $collectionId: ID!) {\n moveTamperRule(id: $id, collectionId: $collectionId) {\n rule {\n ...tamperRuleFull\n }\n }\n}\n \n fragment tamperRuleFull on TamperRule {\n __typename\n id\n name\n section {\n ...tamperSectionFull\n }\n enable {\n rank\n }\n condition\n collection {\n id\n }\n}\n \n\n fragment tamperSectionFull on TamperSection {\n __typename\n ... on TamperSectionRequestAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionRequestPath {\n operation {\n ...tamperOperationPathFull\n }\n }\n ... on TamperSectionRequestMethod {\n operation {\n ...tamperOperationMethodFull\n }\n }\n ... on TamperSectionRequestQuery {\n operation {\n ...tamperOperationQueryFull\n }\n }\n ... on TamperSectionRequestFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionRequestHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionRequestBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n ... on TamperSectionResponseAll {\n operation {\n ...tamperOperationAllFull\n }\n }\n ... on TamperSectionResponseFirstLine {\n operation {\n ...tamperOperationFirstLineFull\n }\n }\n ... on TamperSectionResponseStatusCode {\n operation {\n ...tamperOperationStatusCodeFull\n }\n }\n ... on TamperSectionResponseHeader {\n operation {\n ...tamperOperationHeaderFull\n }\n }\n ... on TamperSectionResponseBody {\n operation {\n ...tamperOperationBodyFull\n }\n }\n}\n \n\n fragment tamperOperationAllFull on TamperOperationAll {\n __typename\n ... on TamperOperationAllRaw {\n ...tamperOperationAllRawFull\n }\n}\n \n\n fragment tamperOperationAllRawFull on TamperOperationAllRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherRawFull on TamperMatcherRaw {\n __typename\n ... on TamperMatcherValue {\n ...tamperMatcherValueFull\n }\n ... on TamperMatcherRegex {\n ...tamperMatcherRegexFull\n }\n}\n \n\n fragment tamperMatcherValueFull on TamperMatcherValue {\n __typename\n value\n}\n \n\n fragment tamperMatcherRegexFull on TamperMatcherRegex {\n __typename\n regex\n}\n \n\n fragment tamperReplacerFull on TamperReplacer {\n __typename\n ... on TamperReplacerTerm {\n ...tamperReplacerTermFull\n }\n ... on TamperReplacerWorkflow {\n ...tamperReplacerWorkflowFull\n }\n}\n \n\n fragment tamperReplacerTermFull on TamperReplacerTerm {\n __typename\n term\n}\n \n\n fragment tamperReplacerWorkflowFull on TamperReplacerWorkflow {\n __typename\n id\n}\n \n\n fragment tamperOperationPathFull on TamperOperationPath {\n __typename\n ... on TamperOperationPathRaw {\n ...tamperOperationPathRawFull\n }\n}\n \n\n fragment tamperOperationPathRawFull on TamperOperationPathRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationMethodFull on TamperOperationMethod {\n __typename\n ... on TamperOperationMethodUpdate {\n ...tamperOperationMethodUpdateFull\n }\n}\n \n\n fragment tamperOperationMethodUpdateFull on TamperOperationMethodUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryFull on TamperOperationQuery {\n __typename\n ... on TamperOperationQueryRaw {\n ...tamperOperationQueryRawFull\n }\n ... on TamperOperationQueryUpdate {\n ...tamperOperationQueryUpdateFull\n }\n ... on TamperOperationQueryAdd {\n ...tamperOperationQueryAddFull\n }\n ... on TamperOperationQueryRemove {\n ...tamperOperationQueryRemoveFull\n }\n}\n \n\n fragment tamperOperationQueryRawFull on TamperOperationQueryRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryUpdateFull on TamperOperationQueryUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperMatcherNameFull on TamperMatcherName {\n __typename\n name\n}\n \n\n fragment tamperOperationQueryAddFull on TamperOperationQueryAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationQueryRemoveFull on TamperOperationQueryRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationFirstLineFull on TamperOperationFirstLine {\n __typename\n ... on TamperOperationFirstLineRaw {\n ...tamperOperationFirstLineRawFull\n }\n}\n \n\n fragment tamperOperationFirstLineRawFull on TamperOperationFirstLineRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderFull on TamperOperationHeader {\n __typename\n ... on TamperOperationHeaderRaw {\n ...tamperOperationHeaderRawFull\n }\n ... on TamperOperationHeaderUpdate {\n ...tamperOperationHeaderUpdateFull\n }\n ... on TamperOperationHeaderAdd {\n ...tamperOperationHeaderAddFull\n }\n ... on TamperOperationHeaderRemove {\n ...tamperOperationHeaderRemoveFull\n }\n}\n \n\n fragment tamperOperationHeaderRawFull on TamperOperationHeaderRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderUpdateFull on TamperOperationHeaderUpdate {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderAddFull on TamperOperationHeaderAdd {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationHeaderRemoveFull on TamperOperationHeaderRemove {\n __typename\n matcher {\n ...tamperMatcherNameFull\n }\n}\n \n\n fragment tamperOperationBodyFull on TamperOperationBody {\n __typename\n ... on TamperOperationBodyRaw {\n ...tamperOperationBodyRawFull\n }\n}\n \n\n fragment tamperOperationBodyRawFull on TamperOperationBodyRaw {\n __typename\n matcher {\n ...tamperMatcherRawFull\n }\n replacer {\n ...tamperReplacerFull\n }\n}\n \n\n fragment tamperOperationStatusCodeFull on TamperOperationStatusCode {\n __typename\n ... on TamperOperationStatusCodeUpdate {\n ...tamperOperationStatusCodeUpdateFull\n }\n}\n \n\n fragment tamperOperationStatusCodeUpdateFull on TamperOperationStatusCodeUpdate {\n __typename\n replacer {\n ...tamperReplacerFull\n }\n}\n ";
|
|
22755
23382
|
export declare const PluginPackagesDocument = "\n query pluginPackages {\n pluginPackages {\n ...pluginPackageFull\n }\n}\n \n fragment pluginPackageFull on PluginPackage {\n ...pluginPackageMeta\n plugins {\n ... on PluginFrontend {\n ...pluginFrontendFull\n }\n ... on PluginBackend {\n ...pluginBackendFull\n }\n ... on PluginWorkflow {\n ...pluginWorkflowFull\n }\n }\n}\n \n\n fragment pluginPackageMeta on PluginPackage {\n id\n name\n description\n author {\n ...pluginAuthorFull\n }\n links {\n ...pluginLinksFull\n }\n version\n installedAt\n manifestId\n}\n \n\n fragment pluginAuthorFull on PluginAuthor {\n name\n email\n url\n}\n \n\n fragment pluginLinksFull on PluginLinks {\n sponsor\n}\n \n\n fragment pluginFrontendFull on PluginFrontend {\n ...pluginMeta\n entrypoint\n style\n data\n backend {\n ...pluginBackendMeta\n }\n}\n \n\n fragment pluginMeta on Plugin {\n __typename\n id\n name\n enabled\n manifestId\n package {\n id\n }\n}\n \n\n fragment pluginBackendMeta on PluginBackend {\n __typename\n id\n}\n \n\n fragment pluginBackendFull on PluginBackend {\n ...pluginMeta\n runtime\n state {\n error\n running\n }\n}\n \n\n fragment pluginWorkflowFull on PluginWorkflow {\n ...pluginMeta\n name\n workflow {\n ...workflowMeta\n }\n}\n \n\n fragment workflowMeta on Workflow {\n __typename\n id\n kind\n name\n enabled\n global\n readOnly\n}\n ";
|
|
22756
23383
|
export declare const StorePluginPackagesDocument = "\n query storePluginPackages {\n store {\n pluginPackages {\n ...storePluginPackageFull\n }\n }\n}\n \n fragment storePluginPackageFull on StorePluginPackage {\n author {\n email\n name\n url\n }\n description\n downloads\n license\n manifestId\n name\n repository\n version\n official\n}\n ";
|
|
22757
23384
|
export declare const InstallPluginPackageDocument = "\n mutation installPluginPackage($input: InstallPluginPackageInput!) {\n installPluginPackage(input: $input) {\n package {\n ...pluginPackageFull\n }\n error {\n ... on OtherUserError {\n ...otherUserErrorFull\n }\n ... on PluginUserError {\n ...pluginUserErrorFull\n }\n ... on StoreUserError {\n ...storeUserErrorFull\n }\n ... on CloudUserError {\n ...cloudUserErrorFull\n }\n }\n }\n}\n \n fragment pluginPackageFull on PluginPackage {\n ...pluginPackageMeta\n plugins {\n ... on PluginFrontend {\n ...pluginFrontendFull\n }\n ... on PluginBackend {\n ...pluginBackendFull\n }\n ... on PluginWorkflow {\n ...pluginWorkflowFull\n }\n }\n}\n \n\n fragment pluginPackageMeta on PluginPackage {\n id\n name\n description\n author {\n ...pluginAuthorFull\n }\n links {\n ...pluginLinksFull\n }\n version\n installedAt\n manifestId\n}\n \n\n fragment pluginAuthorFull on PluginAuthor {\n name\n email\n url\n}\n \n\n fragment pluginLinksFull on PluginLinks {\n sponsor\n}\n \n\n fragment pluginFrontendFull on PluginFrontend {\n ...pluginMeta\n entrypoint\n style\n data\n backend {\n ...pluginBackendMeta\n }\n}\n \n\n fragment pluginMeta on Plugin {\n __typename\n id\n name\n enabled\n manifestId\n package {\n id\n }\n}\n \n\n fragment pluginBackendMeta on PluginBackend {\n __typename\n id\n}\n \n\n fragment pluginBackendFull on PluginBackend {\n ...pluginMeta\n runtime\n state {\n error\n running\n }\n}\n \n\n fragment pluginWorkflowFull on PluginWorkflow {\n ...pluginMeta\n name\n workflow {\n ...workflowMeta\n }\n}\n \n\n fragment workflowMeta on Workflow {\n __typename\n id\n kind\n name\n enabled\n global\n readOnly\n}\n \n\n fragment otherUserErrorFull on OtherUserError {\n ...userErrorFull\n}\n \n\n fragment userErrorFull on UserError {\n __typename\n code\n}\n \n\n fragment pluginUserErrorFull on PluginUserError {\n ...userErrorFull\n reason\n}\n \n\n fragment storeUserErrorFull on StoreUserError {\n ...userErrorFull\n storeReason: reason\n}\n \n\n fragment cloudUserErrorFull on CloudUserError {\n ...userErrorFull\n cloudReason: reason\n}\n ";
|