@gscdump/contracts 3.5.0 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -26
- package/dist/archetypes.d.mts +32 -33
- package/dist/endpoints.d.mts +3 -4
- package/dist/file-resolution.d.mts +11 -12
- package/dist/onboarding.d.mts +38 -39
- package/dist/routes.d.mts +3 -4
- package/dist/schemas.d.mts +139 -140
- package/dist/search-types.d.mts +2 -3
- package/dist/types.d.mts +155 -155
- package/dist/v1/bing-data.d.mts +4 -5
- package/dist/v1/bing.d.mts +4 -5
- package/dist/v1/browser.d.mts +4 -5
- package/dist/v1/documents.d.mts +3 -4
- package/dist/v1/http-core.d.mts +39 -39
- package/dist/v1/http-operation-error.d.mts +2 -3
- package/dist/v1/operations.d.mts +138 -139
- package/dist/v1/paths.d.mts +7 -7
- package/dist/v1/realtime.d.mts +30 -31
- package/dist/v1/route-catalog.d.mts +5 -6
- package/dist/v1/route-surfaces.d.mts +2 -3
- package/dist/v1/version.d.mts +1 -2
- package/dist/webhook-constants.d.mts +8 -9
- package/package.json +4 -4
package/dist/v1/operations.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CompatibleResponseSchema, HttpV1ProtocolOperation, HttpV1Surface } from "./http-core.mjs";
|
|
2
2
|
import { NormalizedFilterV1 } from "./browser.mjs";
|
|
3
3
|
import { z } from "zod";
|
|
4
|
-
declare function createGscdumpV1Protocol(): {
|
|
4
|
+
export declare function createGscdumpV1Protocol(): {
|
|
5
5
|
constants: {
|
|
6
6
|
httpVersion: "1.0";
|
|
7
7
|
realtimeProtocolVersion: 1;
|
|
@@ -692,12 +692,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
692
692
|
readonly error: z.ZodObject<{
|
|
693
693
|
code: z.ZodEnum<{
|
|
694
694
|
internal_error: "internal_error";
|
|
695
|
-
rate_limited: "rate_limited";
|
|
696
695
|
invalid_request: "invalid_request";
|
|
697
696
|
unauthorized: "unauthorized";
|
|
698
697
|
forbidden: "forbidden";
|
|
699
698
|
user_not_found: "user_not_found";
|
|
700
699
|
site_not_found: "site_not_found";
|
|
700
|
+
rate_limited: "rate_limited";
|
|
701
701
|
realtime_unavailable: "realtime_unavailable";
|
|
702
702
|
contract_violation: "contract_violation";
|
|
703
703
|
}>;
|
|
@@ -710,12 +710,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
710
710
|
readonly error: z.ZodObject<{
|
|
711
711
|
code: z.ZodEnum<{
|
|
712
712
|
internal_error: "internal_error";
|
|
713
|
-
rate_limited: "rate_limited";
|
|
714
713
|
invalid_request: "invalid_request";
|
|
715
714
|
unauthorized: "unauthorized";
|
|
716
715
|
forbidden: "forbidden";
|
|
717
716
|
user_not_found: "user_not_found";
|
|
718
717
|
site_not_found: "site_not_found";
|
|
718
|
+
rate_limited: "rate_limited";
|
|
719
719
|
realtime_unavailable: "realtime_unavailable";
|
|
720
720
|
contract_violation: "contract_violation";
|
|
721
721
|
}>;
|
|
@@ -3506,11 +3506,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
3506
3506
|
readonly error: z.ZodObject<{
|
|
3507
3507
|
code: z.ZodEnum<{
|
|
3508
3508
|
internal_error: "internal_error";
|
|
3509
|
-
rate_limited: "rate_limited";
|
|
3510
3509
|
invalid_request: "invalid_request";
|
|
3511
3510
|
unauthorized: "unauthorized";
|
|
3512
3511
|
forbidden: "forbidden";
|
|
3513
3512
|
user_not_found: "user_not_found";
|
|
3513
|
+
rate_limited: "rate_limited";
|
|
3514
3514
|
contract_violation: "contract_violation";
|
|
3515
3515
|
}>;
|
|
3516
3516
|
message: z.ZodString;
|
|
@@ -3522,11 +3522,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
3522
3522
|
readonly error: z.ZodObject<{
|
|
3523
3523
|
code: z.ZodEnum<{
|
|
3524
3524
|
internal_error: "internal_error";
|
|
3525
|
-
rate_limited: "rate_limited";
|
|
3526
3525
|
invalid_request: "invalid_request";
|
|
3527
3526
|
unauthorized: "unauthorized";
|
|
3528
3527
|
forbidden: "forbidden";
|
|
3529
3528
|
user_not_found: "user_not_found";
|
|
3529
|
+
rate_limited: "rate_limited";
|
|
3530
3530
|
contract_violation: "contract_violation";
|
|
3531
3531
|
}>;
|
|
3532
3532
|
message: z.ZodString;
|
|
@@ -3683,11 +3683,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
3683
3683
|
readonly error: z.ZodObject<{
|
|
3684
3684
|
code: z.ZodEnum<{
|
|
3685
3685
|
internal_error: "internal_error";
|
|
3686
|
-
rate_limited: "rate_limited";
|
|
3687
3686
|
invalid_request: "invalid_request";
|
|
3688
3687
|
unauthorized: "unauthorized";
|
|
3689
3688
|
forbidden: "forbidden";
|
|
3690
3689
|
user_not_found: "user_not_found";
|
|
3690
|
+
rate_limited: "rate_limited";
|
|
3691
3691
|
contract_violation: "contract_violation";
|
|
3692
3692
|
}>;
|
|
3693
3693
|
message: z.ZodString;
|
|
@@ -3699,11 +3699,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
3699
3699
|
readonly error: z.ZodObject<{
|
|
3700
3700
|
code: z.ZodEnum<{
|
|
3701
3701
|
internal_error: "internal_error";
|
|
3702
|
-
rate_limited: "rate_limited";
|
|
3703
3702
|
invalid_request: "invalid_request";
|
|
3704
3703
|
unauthorized: "unauthorized";
|
|
3705
3704
|
forbidden: "forbidden";
|
|
3706
3705
|
user_not_found: "user_not_found";
|
|
3706
|
+
rate_limited: "rate_limited";
|
|
3707
3707
|
contract_violation: "contract_violation";
|
|
3708
3708
|
}>;
|
|
3709
3709
|
message: z.ZodString;
|
|
@@ -4128,11 +4128,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4128
4128
|
readonly error: z.ZodObject<{
|
|
4129
4129
|
code: z.ZodEnum<{
|
|
4130
4130
|
internal_error: "internal_error";
|
|
4131
|
-
rate_limited: "rate_limited";
|
|
4132
4131
|
invalid_request: "invalid_request";
|
|
4133
4132
|
unauthorized: "unauthorized";
|
|
4134
4133
|
forbidden: "forbidden";
|
|
4135
4134
|
user_not_found: "user_not_found";
|
|
4135
|
+
rate_limited: "rate_limited";
|
|
4136
4136
|
contract_violation: "contract_violation";
|
|
4137
4137
|
}>;
|
|
4138
4138
|
message: z.ZodString;
|
|
@@ -4144,11 +4144,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4144
4144
|
readonly error: z.ZodObject<{
|
|
4145
4145
|
code: z.ZodEnum<{
|
|
4146
4146
|
internal_error: "internal_error";
|
|
4147
|
-
rate_limited: "rate_limited";
|
|
4148
4147
|
invalid_request: "invalid_request";
|
|
4149
4148
|
unauthorized: "unauthorized";
|
|
4150
4149
|
forbidden: "forbidden";
|
|
4151
4150
|
user_not_found: "user_not_found";
|
|
4151
|
+
rate_limited: "rate_limited";
|
|
4152
4152
|
contract_violation: "contract_violation";
|
|
4153
4153
|
}>;
|
|
4154
4154
|
message: z.ZodString;
|
|
@@ -4270,11 +4270,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4270
4270
|
readonly error: z.ZodObject<{
|
|
4271
4271
|
code: z.ZodEnum<{
|
|
4272
4272
|
internal_error: "internal_error";
|
|
4273
|
-
rate_limited: "rate_limited";
|
|
4274
4273
|
invalid_request: "invalid_request";
|
|
4275
4274
|
unauthorized: "unauthorized";
|
|
4276
4275
|
forbidden: "forbidden";
|
|
4277
4276
|
user_not_found: "user_not_found";
|
|
4277
|
+
rate_limited: "rate_limited";
|
|
4278
4278
|
contract_violation: "contract_violation";
|
|
4279
4279
|
}>;
|
|
4280
4280
|
message: z.ZodString;
|
|
@@ -4286,11 +4286,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4286
4286
|
readonly error: z.ZodObject<{
|
|
4287
4287
|
code: z.ZodEnum<{
|
|
4288
4288
|
internal_error: "internal_error";
|
|
4289
|
-
rate_limited: "rate_limited";
|
|
4290
4289
|
invalid_request: "invalid_request";
|
|
4291
4290
|
unauthorized: "unauthorized";
|
|
4292
4291
|
forbidden: "forbidden";
|
|
4293
4292
|
user_not_found: "user_not_found";
|
|
4293
|
+
rate_limited: "rate_limited";
|
|
4294
4294
|
contract_violation: "contract_violation";
|
|
4295
4295
|
}>;
|
|
4296
4296
|
message: z.ZodString;
|
|
@@ -4442,11 +4442,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4442
4442
|
readonly error: z.ZodObject<{
|
|
4443
4443
|
code: z.ZodEnum<{
|
|
4444
4444
|
internal_error: "internal_error";
|
|
4445
|
-
rate_limited: "rate_limited";
|
|
4446
4445
|
invalid_request: "invalid_request";
|
|
4447
4446
|
unauthorized: "unauthorized";
|
|
4448
4447
|
forbidden: "forbidden";
|
|
4449
4448
|
user_not_found: "user_not_found";
|
|
4449
|
+
rate_limited: "rate_limited";
|
|
4450
4450
|
contract_violation: "contract_violation";
|
|
4451
4451
|
}>;
|
|
4452
4452
|
message: z.ZodString;
|
|
@@ -4458,11 +4458,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4458
4458
|
readonly error: z.ZodObject<{
|
|
4459
4459
|
code: z.ZodEnum<{
|
|
4460
4460
|
internal_error: "internal_error";
|
|
4461
|
-
rate_limited: "rate_limited";
|
|
4462
4461
|
invalid_request: "invalid_request";
|
|
4463
4462
|
unauthorized: "unauthorized";
|
|
4464
4463
|
forbidden: "forbidden";
|
|
4465
4464
|
user_not_found: "user_not_found";
|
|
4465
|
+
rate_limited: "rate_limited";
|
|
4466
4466
|
contract_violation: "contract_violation";
|
|
4467
4467
|
}>;
|
|
4468
4468
|
message: z.ZodString;
|
|
@@ -4704,11 +4704,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4704
4704
|
readonly error: z.ZodObject<{
|
|
4705
4705
|
code: z.ZodEnum<{
|
|
4706
4706
|
internal_error: "internal_error";
|
|
4707
|
-
rate_limited: "rate_limited";
|
|
4708
4707
|
invalid_request: "invalid_request";
|
|
4709
4708
|
unauthorized: "unauthorized";
|
|
4710
4709
|
forbidden: "forbidden";
|
|
4711
4710
|
site_not_found: "site_not_found";
|
|
4711
|
+
rate_limited: "rate_limited";
|
|
4712
4712
|
contract_violation: "contract_violation";
|
|
4713
4713
|
}>;
|
|
4714
4714
|
message: z.ZodString;
|
|
@@ -4720,11 +4720,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4720
4720
|
readonly error: z.ZodObject<{
|
|
4721
4721
|
code: z.ZodEnum<{
|
|
4722
4722
|
internal_error: "internal_error";
|
|
4723
|
-
rate_limited: "rate_limited";
|
|
4724
4723
|
invalid_request: "invalid_request";
|
|
4725
4724
|
unauthorized: "unauthorized";
|
|
4726
4725
|
forbidden: "forbidden";
|
|
4727
4726
|
site_not_found: "site_not_found";
|
|
4727
|
+
rate_limited: "rate_limited";
|
|
4728
4728
|
contract_violation: "contract_violation";
|
|
4729
4729
|
}>;
|
|
4730
4730
|
message: z.ZodString;
|
|
@@ -4950,11 +4950,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4950
4950
|
readonly error: z.ZodObject<{
|
|
4951
4951
|
code: z.ZodEnum<{
|
|
4952
4952
|
internal_error: "internal_error";
|
|
4953
|
-
rate_limited: "rate_limited";
|
|
4954
4953
|
invalid_request: "invalid_request";
|
|
4955
4954
|
unauthorized: "unauthorized";
|
|
4956
4955
|
forbidden: "forbidden";
|
|
4957
4956
|
site_not_found: "site_not_found";
|
|
4957
|
+
rate_limited: "rate_limited";
|
|
4958
4958
|
contract_violation: "contract_violation";
|
|
4959
4959
|
}>;
|
|
4960
4960
|
message: z.ZodString;
|
|
@@ -4966,11 +4966,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4966
4966
|
readonly error: z.ZodObject<{
|
|
4967
4967
|
code: z.ZodEnum<{
|
|
4968
4968
|
internal_error: "internal_error";
|
|
4969
|
-
rate_limited: "rate_limited";
|
|
4970
4969
|
invalid_request: "invalid_request";
|
|
4971
4970
|
unauthorized: "unauthorized";
|
|
4972
4971
|
forbidden: "forbidden";
|
|
4973
4972
|
site_not_found: "site_not_found";
|
|
4973
|
+
rate_limited: "rate_limited";
|
|
4974
4974
|
contract_violation: "contract_violation";
|
|
4975
4975
|
}>;
|
|
4976
4976
|
message: z.ZodString;
|
|
@@ -5377,11 +5377,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
5377
5377
|
readonly error: z.ZodObject<{
|
|
5378
5378
|
code: z.ZodEnum<{
|
|
5379
5379
|
internal_error: "internal_error";
|
|
5380
|
-
rate_limited: "rate_limited";
|
|
5381
5380
|
invalid_request: "invalid_request";
|
|
5382
5381
|
unauthorized: "unauthorized";
|
|
5383
5382
|
forbidden: "forbidden";
|
|
5384
5383
|
site_not_found: "site_not_found";
|
|
5384
|
+
rate_limited: "rate_limited";
|
|
5385
5385
|
contract_violation: "contract_violation";
|
|
5386
5386
|
}>;
|
|
5387
5387
|
message: z.ZodString;
|
|
@@ -5393,11 +5393,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
5393
5393
|
readonly error: z.ZodObject<{
|
|
5394
5394
|
code: z.ZodEnum<{
|
|
5395
5395
|
internal_error: "internal_error";
|
|
5396
|
-
rate_limited: "rate_limited";
|
|
5397
5396
|
invalid_request: "invalid_request";
|
|
5398
5397
|
unauthorized: "unauthorized";
|
|
5399
5398
|
forbidden: "forbidden";
|
|
5400
5399
|
site_not_found: "site_not_found";
|
|
5400
|
+
rate_limited: "rate_limited";
|
|
5401
5401
|
contract_violation: "contract_violation";
|
|
5402
5402
|
}>;
|
|
5403
5403
|
message: z.ZodString;
|
|
@@ -5617,11 +5617,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
5617
5617
|
readonly error: z.ZodObject<{
|
|
5618
5618
|
code: z.ZodEnum<{
|
|
5619
5619
|
internal_error: "internal_error";
|
|
5620
|
-
rate_limited: "rate_limited";
|
|
5621
5620
|
invalid_request: "invalid_request";
|
|
5622
5621
|
unauthorized: "unauthorized";
|
|
5623
5622
|
forbidden: "forbidden";
|
|
5624
5623
|
site_not_found: "site_not_found";
|
|
5624
|
+
rate_limited: "rate_limited";
|
|
5625
5625
|
contract_violation: "contract_violation";
|
|
5626
5626
|
}>;
|
|
5627
5627
|
message: z.ZodString;
|
|
@@ -5633,11 +5633,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
5633
5633
|
readonly error: z.ZodObject<{
|
|
5634
5634
|
code: z.ZodEnum<{
|
|
5635
5635
|
internal_error: "internal_error";
|
|
5636
|
-
rate_limited: "rate_limited";
|
|
5637
5636
|
invalid_request: "invalid_request";
|
|
5638
5637
|
unauthorized: "unauthorized";
|
|
5639
5638
|
forbidden: "forbidden";
|
|
5640
5639
|
site_not_found: "site_not_found";
|
|
5640
|
+
rate_limited: "rate_limited";
|
|
5641
5641
|
contract_violation: "contract_violation";
|
|
5642
5642
|
}>;
|
|
5643
5643
|
message: z.ZodString;
|
|
@@ -5822,11 +5822,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
5822
5822
|
readonly error: z.ZodObject<{
|
|
5823
5823
|
code: z.ZodEnum<{
|
|
5824
5824
|
internal_error: "internal_error";
|
|
5825
|
-
rate_limited: "rate_limited";
|
|
5826
5825
|
invalid_request: "invalid_request";
|
|
5827
5826
|
unauthorized: "unauthorized";
|
|
5828
5827
|
forbidden: "forbidden";
|
|
5829
5828
|
site_not_found: "site_not_found";
|
|
5829
|
+
rate_limited: "rate_limited";
|
|
5830
5830
|
contract_violation: "contract_violation";
|
|
5831
5831
|
}>;
|
|
5832
5832
|
message: z.ZodString;
|
|
@@ -5838,11 +5838,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
5838
5838
|
readonly error: z.ZodObject<{
|
|
5839
5839
|
code: z.ZodEnum<{
|
|
5840
5840
|
internal_error: "internal_error";
|
|
5841
|
-
rate_limited: "rate_limited";
|
|
5842
5841
|
invalid_request: "invalid_request";
|
|
5843
5842
|
unauthorized: "unauthorized";
|
|
5844
5843
|
forbidden: "forbidden";
|
|
5845
5844
|
site_not_found: "site_not_found";
|
|
5845
|
+
rate_limited: "rate_limited";
|
|
5846
5846
|
contract_violation: "contract_violation";
|
|
5847
5847
|
}>;
|
|
5848
5848
|
message: z.ZodString;
|
|
@@ -6019,11 +6019,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
6019
6019
|
readonly error: z.ZodObject<{
|
|
6020
6020
|
code: z.ZodEnum<{
|
|
6021
6021
|
internal_error: "internal_error";
|
|
6022
|
-
rate_limited: "rate_limited";
|
|
6023
6022
|
invalid_request: "invalid_request";
|
|
6024
6023
|
unauthorized: "unauthorized";
|
|
6025
6024
|
forbidden: "forbidden";
|
|
6026
6025
|
site_not_found: "site_not_found";
|
|
6026
|
+
rate_limited: "rate_limited";
|
|
6027
6027
|
contract_violation: "contract_violation";
|
|
6028
6028
|
}>;
|
|
6029
6029
|
message: z.ZodString;
|
|
@@ -6035,11 +6035,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
6035
6035
|
readonly error: z.ZodObject<{
|
|
6036
6036
|
code: z.ZodEnum<{
|
|
6037
6037
|
internal_error: "internal_error";
|
|
6038
|
-
rate_limited: "rate_limited";
|
|
6039
6038
|
invalid_request: "invalid_request";
|
|
6040
6039
|
unauthorized: "unauthorized";
|
|
6041
6040
|
forbidden: "forbidden";
|
|
6042
6041
|
site_not_found: "site_not_found";
|
|
6042
|
+
rate_limited: "rate_limited";
|
|
6043
6043
|
contract_violation: "contract_violation";
|
|
6044
6044
|
}>;
|
|
6045
6045
|
message: z.ZodString;
|
|
@@ -6243,11 +6243,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
6243
6243
|
readonly error: z.ZodObject<{
|
|
6244
6244
|
code: z.ZodEnum<{
|
|
6245
6245
|
internal_error: "internal_error";
|
|
6246
|
-
rate_limited: "rate_limited";
|
|
6247
6246
|
invalid_request: "invalid_request";
|
|
6248
6247
|
unauthorized: "unauthorized";
|
|
6249
6248
|
forbidden: "forbidden";
|
|
6250
6249
|
site_not_found: "site_not_found";
|
|
6250
|
+
rate_limited: "rate_limited";
|
|
6251
6251
|
contract_violation: "contract_violation";
|
|
6252
6252
|
}>;
|
|
6253
6253
|
message: z.ZodString;
|
|
@@ -6259,11 +6259,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
6259
6259
|
readonly error: z.ZodObject<{
|
|
6260
6260
|
code: z.ZodEnum<{
|
|
6261
6261
|
internal_error: "internal_error";
|
|
6262
|
-
rate_limited: "rate_limited";
|
|
6263
6262
|
invalid_request: "invalid_request";
|
|
6264
6263
|
unauthorized: "unauthorized";
|
|
6265
6264
|
forbidden: "forbidden";
|
|
6266
6265
|
site_not_found: "site_not_found";
|
|
6266
|
+
rate_limited: "rate_limited";
|
|
6267
6267
|
contract_violation: "contract_violation";
|
|
6268
6268
|
}>;
|
|
6269
6269
|
message: z.ZodString;
|
|
@@ -6485,11 +6485,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
6485
6485
|
readonly error: z.ZodObject<{
|
|
6486
6486
|
code: z.ZodEnum<{
|
|
6487
6487
|
internal_error: "internal_error";
|
|
6488
|
-
rate_limited: "rate_limited";
|
|
6489
6488
|
invalid_request: "invalid_request";
|
|
6490
6489
|
unauthorized: "unauthorized";
|
|
6491
6490
|
forbidden: "forbidden";
|
|
6492
6491
|
site_not_found: "site_not_found";
|
|
6492
|
+
rate_limited: "rate_limited";
|
|
6493
6493
|
contract_violation: "contract_violation";
|
|
6494
6494
|
}>;
|
|
6495
6495
|
message: z.ZodString;
|
|
@@ -6501,11 +6501,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
6501
6501
|
readonly error: z.ZodObject<{
|
|
6502
6502
|
code: z.ZodEnum<{
|
|
6503
6503
|
internal_error: "internal_error";
|
|
6504
|
-
rate_limited: "rate_limited";
|
|
6505
6504
|
invalid_request: "invalid_request";
|
|
6506
6505
|
unauthorized: "unauthorized";
|
|
6507
6506
|
forbidden: "forbidden";
|
|
6508
6507
|
site_not_found: "site_not_found";
|
|
6508
|
+
rate_limited: "rate_limited";
|
|
6509
6509
|
contract_violation: "contract_violation";
|
|
6510
6510
|
}>;
|
|
6511
6511
|
message: z.ZodString;
|
|
@@ -6715,11 +6715,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
6715
6715
|
readonly error: z.ZodObject<{
|
|
6716
6716
|
code: z.ZodEnum<{
|
|
6717
6717
|
internal_error: "internal_error";
|
|
6718
|
-
rate_limited: "rate_limited";
|
|
6719
6718
|
invalid_request: "invalid_request";
|
|
6720
6719
|
unauthorized: "unauthorized";
|
|
6721
6720
|
forbidden: "forbidden";
|
|
6722
6721
|
site_not_found: "site_not_found";
|
|
6722
|
+
rate_limited: "rate_limited";
|
|
6723
6723
|
contract_violation: "contract_violation";
|
|
6724
6724
|
}>;
|
|
6725
6725
|
message: z.ZodString;
|
|
@@ -6731,11 +6731,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
6731
6731
|
readonly error: z.ZodObject<{
|
|
6732
6732
|
code: z.ZodEnum<{
|
|
6733
6733
|
internal_error: "internal_error";
|
|
6734
|
-
rate_limited: "rate_limited";
|
|
6735
6734
|
invalid_request: "invalid_request";
|
|
6736
6735
|
unauthorized: "unauthorized";
|
|
6737
6736
|
forbidden: "forbidden";
|
|
6738
6737
|
site_not_found: "site_not_found";
|
|
6738
|
+
rate_limited: "rate_limited";
|
|
6739
6739
|
contract_violation: "contract_violation";
|
|
6740
6740
|
}>;
|
|
6741
6741
|
message: z.ZodString;
|
|
@@ -6974,11 +6974,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
6974
6974
|
readonly error: z.ZodObject<{
|
|
6975
6975
|
code: z.ZodEnum<{
|
|
6976
6976
|
internal_error: "internal_error";
|
|
6977
|
-
rate_limited: "rate_limited";
|
|
6978
6977
|
invalid_request: "invalid_request";
|
|
6979
6978
|
unauthorized: "unauthorized";
|
|
6980
6979
|
forbidden: "forbidden";
|
|
6981
6980
|
site_not_found: "site_not_found";
|
|
6981
|
+
rate_limited: "rate_limited";
|
|
6982
6982
|
contract_violation: "contract_violation";
|
|
6983
6983
|
}>;
|
|
6984
6984
|
message: z.ZodString;
|
|
@@ -6990,11 +6990,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
6990
6990
|
readonly error: z.ZodObject<{
|
|
6991
6991
|
code: z.ZodEnum<{
|
|
6992
6992
|
internal_error: "internal_error";
|
|
6993
|
-
rate_limited: "rate_limited";
|
|
6994
6993
|
invalid_request: "invalid_request";
|
|
6995
6994
|
unauthorized: "unauthorized";
|
|
6996
6995
|
forbidden: "forbidden";
|
|
6997
6996
|
site_not_found: "site_not_found";
|
|
6997
|
+
rate_limited: "rate_limited";
|
|
6998
6998
|
contract_violation: "contract_violation";
|
|
6999
6999
|
}>;
|
|
7000
7000
|
message: z.ZodString;
|
|
@@ -7190,11 +7190,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
7190
7190
|
readonly error: z.ZodObject<{
|
|
7191
7191
|
code: z.ZodEnum<{
|
|
7192
7192
|
internal_error: "internal_error";
|
|
7193
|
-
rate_limited: "rate_limited";
|
|
7194
7193
|
invalid_request: "invalid_request";
|
|
7195
7194
|
unauthorized: "unauthorized";
|
|
7196
7195
|
forbidden: "forbidden";
|
|
7197
7196
|
site_not_found: "site_not_found";
|
|
7197
|
+
rate_limited: "rate_limited";
|
|
7198
7198
|
contract_violation: "contract_violation";
|
|
7199
7199
|
}>;
|
|
7200
7200
|
message: z.ZodString;
|
|
@@ -7206,11 +7206,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
7206
7206
|
readonly error: z.ZodObject<{
|
|
7207
7207
|
code: z.ZodEnum<{
|
|
7208
7208
|
internal_error: "internal_error";
|
|
7209
|
-
rate_limited: "rate_limited";
|
|
7210
7209
|
invalid_request: "invalid_request";
|
|
7211
7210
|
unauthorized: "unauthorized";
|
|
7212
7211
|
forbidden: "forbidden";
|
|
7213
7212
|
site_not_found: "site_not_found";
|
|
7213
|
+
rate_limited: "rate_limited";
|
|
7214
7214
|
contract_violation: "contract_violation";
|
|
7215
7215
|
}>;
|
|
7216
7216
|
message: z.ZodString;
|
|
@@ -7388,11 +7388,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
7388
7388
|
readonly error: z.ZodObject<{
|
|
7389
7389
|
code: z.ZodEnum<{
|
|
7390
7390
|
internal_error: "internal_error";
|
|
7391
|
-
rate_limited: "rate_limited";
|
|
7392
7391
|
invalid_request: "invalid_request";
|
|
7393
7392
|
unauthorized: "unauthorized";
|
|
7394
7393
|
forbidden: "forbidden";
|
|
7395
7394
|
site_not_found: "site_not_found";
|
|
7395
|
+
rate_limited: "rate_limited";
|
|
7396
7396
|
contract_violation: "contract_violation";
|
|
7397
7397
|
}>;
|
|
7398
7398
|
message: z.ZodString;
|
|
@@ -7404,11 +7404,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
7404
7404
|
readonly error: z.ZodObject<{
|
|
7405
7405
|
code: z.ZodEnum<{
|
|
7406
7406
|
internal_error: "internal_error";
|
|
7407
|
-
rate_limited: "rate_limited";
|
|
7408
7407
|
invalid_request: "invalid_request";
|
|
7409
7408
|
unauthorized: "unauthorized";
|
|
7410
7409
|
forbidden: "forbidden";
|
|
7411
7410
|
site_not_found: "site_not_found";
|
|
7411
|
+
rate_limited: "rate_limited";
|
|
7412
7412
|
contract_violation: "contract_violation";
|
|
7413
7413
|
}>;
|
|
7414
7414
|
message: z.ZodString;
|
|
@@ -7525,11 +7525,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
7525
7525
|
readonly error: z.ZodObject<{
|
|
7526
7526
|
code: z.ZodEnum<{
|
|
7527
7527
|
internal_error: "internal_error";
|
|
7528
|
-
rate_limited: "rate_limited";
|
|
7529
7528
|
invalid_request: "invalid_request";
|
|
7530
7529
|
unauthorized: "unauthorized";
|
|
7531
7530
|
forbidden: "forbidden";
|
|
7532
7531
|
site_not_found: "site_not_found";
|
|
7532
|
+
rate_limited: "rate_limited";
|
|
7533
7533
|
contract_violation: "contract_violation";
|
|
7534
7534
|
}>;
|
|
7535
7535
|
message: z.ZodString;
|
|
@@ -7541,11 +7541,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
7541
7541
|
readonly error: z.ZodObject<{
|
|
7542
7542
|
code: z.ZodEnum<{
|
|
7543
7543
|
internal_error: "internal_error";
|
|
7544
|
-
rate_limited: "rate_limited";
|
|
7545
7544
|
invalid_request: "invalid_request";
|
|
7546
7545
|
unauthorized: "unauthorized";
|
|
7547
7546
|
forbidden: "forbidden";
|
|
7548
7547
|
site_not_found: "site_not_found";
|
|
7548
|
+
rate_limited: "rate_limited";
|
|
7549
7549
|
contract_violation: "contract_violation";
|
|
7550
7550
|
}>;
|
|
7551
7551
|
message: z.ZodString;
|
|
@@ -7704,11 +7704,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
7704
7704
|
readonly error: z.ZodObject<{
|
|
7705
7705
|
code: z.ZodEnum<{
|
|
7706
7706
|
internal_error: "internal_error";
|
|
7707
|
-
rate_limited: "rate_limited";
|
|
7708
7707
|
invalid_request: "invalid_request";
|
|
7709
7708
|
unauthorized: "unauthorized";
|
|
7710
7709
|
forbidden: "forbidden";
|
|
7711
7710
|
site_not_found: "site_not_found";
|
|
7711
|
+
rate_limited: "rate_limited";
|
|
7712
7712
|
contract_violation: "contract_violation";
|
|
7713
7713
|
}>;
|
|
7714
7714
|
message: z.ZodString;
|
|
@@ -7720,11 +7720,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
7720
7720
|
readonly error: z.ZodObject<{
|
|
7721
7721
|
code: z.ZodEnum<{
|
|
7722
7722
|
internal_error: "internal_error";
|
|
7723
|
-
rate_limited: "rate_limited";
|
|
7724
7723
|
invalid_request: "invalid_request";
|
|
7725
7724
|
unauthorized: "unauthorized";
|
|
7726
7725
|
forbidden: "forbidden";
|
|
7727
7726
|
site_not_found: "site_not_found";
|
|
7727
|
+
rate_limited: "rate_limited";
|
|
7728
7728
|
contract_violation: "contract_violation";
|
|
7729
7729
|
}>;
|
|
7730
7730
|
message: z.ZodString;
|
|
@@ -7920,11 +7920,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
7920
7920
|
readonly error: z.ZodObject<{
|
|
7921
7921
|
code: z.ZodEnum<{
|
|
7922
7922
|
internal_error: "internal_error";
|
|
7923
|
-
rate_limited: "rate_limited";
|
|
7924
7923
|
invalid_request: "invalid_request";
|
|
7925
7924
|
unauthorized: "unauthorized";
|
|
7926
7925
|
forbidden: "forbidden";
|
|
7927
7926
|
site_not_found: "site_not_found";
|
|
7927
|
+
rate_limited: "rate_limited";
|
|
7928
7928
|
contract_violation: "contract_violation";
|
|
7929
7929
|
}>;
|
|
7930
7930
|
message: z.ZodString;
|
|
@@ -7936,11 +7936,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
7936
7936
|
readonly error: z.ZodObject<{
|
|
7937
7937
|
code: z.ZodEnum<{
|
|
7938
7938
|
internal_error: "internal_error";
|
|
7939
|
-
rate_limited: "rate_limited";
|
|
7940
7939
|
invalid_request: "invalid_request";
|
|
7941
7940
|
unauthorized: "unauthorized";
|
|
7942
7941
|
forbidden: "forbidden";
|
|
7943
7942
|
site_not_found: "site_not_found";
|
|
7943
|
+
rate_limited: "rate_limited";
|
|
7944
7944
|
contract_violation: "contract_violation";
|
|
7945
7945
|
}>;
|
|
7946
7946
|
message: z.ZodString;
|
|
@@ -8061,11 +8061,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
8061
8061
|
readonly error: z.ZodObject<{
|
|
8062
8062
|
code: z.ZodEnum<{
|
|
8063
8063
|
internal_error: "internal_error";
|
|
8064
|
-
rate_limited: "rate_limited";
|
|
8065
8064
|
invalid_request: "invalid_request";
|
|
8066
8065
|
unauthorized: "unauthorized";
|
|
8067
8066
|
forbidden: "forbidden";
|
|
8068
8067
|
site_not_found: "site_not_found";
|
|
8068
|
+
rate_limited: "rate_limited";
|
|
8069
8069
|
contract_violation: "contract_violation";
|
|
8070
8070
|
}>;
|
|
8071
8071
|
message: z.ZodString;
|
|
@@ -8077,11 +8077,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
8077
8077
|
readonly error: z.ZodObject<{
|
|
8078
8078
|
code: z.ZodEnum<{
|
|
8079
8079
|
internal_error: "internal_error";
|
|
8080
|
-
rate_limited: "rate_limited";
|
|
8081
8080
|
invalid_request: "invalid_request";
|
|
8082
8081
|
unauthorized: "unauthorized";
|
|
8083
8082
|
forbidden: "forbidden";
|
|
8084
8083
|
site_not_found: "site_not_found";
|
|
8084
|
+
rate_limited: "rate_limited";
|
|
8085
8085
|
contract_violation: "contract_violation";
|
|
8086
8086
|
}>;
|
|
8087
8087
|
message: z.ZodString;
|
|
@@ -8203,11 +8203,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
8203
8203
|
readonly error: z.ZodObject<{
|
|
8204
8204
|
code: z.ZodEnum<{
|
|
8205
8205
|
internal_error: "internal_error";
|
|
8206
|
-
rate_limited: "rate_limited";
|
|
8207
8206
|
invalid_request: "invalid_request";
|
|
8208
8207
|
unauthorized: "unauthorized";
|
|
8209
8208
|
forbidden: "forbidden";
|
|
8210
8209
|
site_not_found: "site_not_found";
|
|
8210
|
+
rate_limited: "rate_limited";
|
|
8211
8211
|
contract_violation: "contract_violation";
|
|
8212
8212
|
}>;
|
|
8213
8213
|
message: z.ZodString;
|
|
@@ -8219,11 +8219,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
8219
8219
|
readonly error: z.ZodObject<{
|
|
8220
8220
|
code: z.ZodEnum<{
|
|
8221
8221
|
internal_error: "internal_error";
|
|
8222
|
-
rate_limited: "rate_limited";
|
|
8223
8222
|
invalid_request: "invalid_request";
|
|
8224
8223
|
unauthorized: "unauthorized";
|
|
8225
8224
|
forbidden: "forbidden";
|
|
8226
8225
|
site_not_found: "site_not_found";
|
|
8226
|
+
rate_limited: "rate_limited";
|
|
8227
8227
|
contract_violation: "contract_violation";
|
|
8228
8228
|
}>;
|
|
8229
8229
|
message: z.ZodString;
|
|
@@ -8362,11 +8362,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
8362
8362
|
readonly error: z.ZodObject<{
|
|
8363
8363
|
code: z.ZodEnum<{
|
|
8364
8364
|
internal_error: "internal_error";
|
|
8365
|
-
rate_limited: "rate_limited";
|
|
8366
8365
|
invalid_request: "invalid_request";
|
|
8367
8366
|
unauthorized: "unauthorized";
|
|
8368
8367
|
forbidden: "forbidden";
|
|
8369
8368
|
site_not_found: "site_not_found";
|
|
8369
|
+
rate_limited: "rate_limited";
|
|
8370
8370
|
contract_violation: "contract_violation";
|
|
8371
8371
|
}>;
|
|
8372
8372
|
message: z.ZodString;
|
|
@@ -8378,11 +8378,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
8378
8378
|
readonly error: z.ZodObject<{
|
|
8379
8379
|
code: z.ZodEnum<{
|
|
8380
8380
|
internal_error: "internal_error";
|
|
8381
|
-
rate_limited: "rate_limited";
|
|
8382
8381
|
invalid_request: "invalid_request";
|
|
8383
8382
|
unauthorized: "unauthorized";
|
|
8384
8383
|
forbidden: "forbidden";
|
|
8385
8384
|
site_not_found: "site_not_found";
|
|
8385
|
+
rate_limited: "rate_limited";
|
|
8386
8386
|
contract_violation: "contract_violation";
|
|
8387
8387
|
}>;
|
|
8388
8388
|
message: z.ZodString;
|
|
@@ -8523,11 +8523,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
8523
8523
|
readonly error: z.ZodObject<{
|
|
8524
8524
|
code: z.ZodEnum<{
|
|
8525
8525
|
internal_error: "internal_error";
|
|
8526
|
-
rate_limited: "rate_limited";
|
|
8527
8526
|
invalid_request: "invalid_request";
|
|
8528
8527
|
unauthorized: "unauthorized";
|
|
8529
8528
|
forbidden: "forbidden";
|
|
8530
8529
|
site_not_found: "site_not_found";
|
|
8530
|
+
rate_limited: "rate_limited";
|
|
8531
8531
|
contract_violation: "contract_violation";
|
|
8532
8532
|
}>;
|
|
8533
8533
|
message: z.ZodString;
|
|
@@ -8539,11 +8539,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
8539
8539
|
readonly error: z.ZodObject<{
|
|
8540
8540
|
code: z.ZodEnum<{
|
|
8541
8541
|
internal_error: "internal_error";
|
|
8542
|
-
rate_limited: "rate_limited";
|
|
8543
8542
|
invalid_request: "invalid_request";
|
|
8544
8543
|
unauthorized: "unauthorized";
|
|
8545
8544
|
forbidden: "forbidden";
|
|
8546
8545
|
site_not_found: "site_not_found";
|
|
8546
|
+
rate_limited: "rate_limited";
|
|
8547
8547
|
contract_violation: "contract_violation";
|
|
8548
8548
|
}>;
|
|
8549
8549
|
message: z.ZodString;
|
|
@@ -8689,11 +8689,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
8689
8689
|
readonly error: z.ZodObject<{
|
|
8690
8690
|
code: z.ZodEnum<{
|
|
8691
8691
|
internal_error: "internal_error";
|
|
8692
|
-
rate_limited: "rate_limited";
|
|
8693
8692
|
invalid_request: "invalid_request";
|
|
8694
8693
|
unauthorized: "unauthorized";
|
|
8695
8694
|
forbidden: "forbidden";
|
|
8696
8695
|
site_not_found: "site_not_found";
|
|
8696
|
+
rate_limited: "rate_limited";
|
|
8697
8697
|
contract_violation: "contract_violation";
|
|
8698
8698
|
}>;
|
|
8699
8699
|
message: z.ZodString;
|
|
@@ -8705,11 +8705,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
8705
8705
|
readonly error: z.ZodObject<{
|
|
8706
8706
|
code: z.ZodEnum<{
|
|
8707
8707
|
internal_error: "internal_error";
|
|
8708
|
-
rate_limited: "rate_limited";
|
|
8709
8708
|
invalid_request: "invalid_request";
|
|
8710
8709
|
unauthorized: "unauthorized";
|
|
8711
8710
|
forbidden: "forbidden";
|
|
8712
8711
|
site_not_found: "site_not_found";
|
|
8712
|
+
rate_limited: "rate_limited";
|
|
8713
8713
|
contract_violation: "contract_violation";
|
|
8714
8714
|
}>;
|
|
8715
8715
|
message: z.ZodString;
|
|
@@ -8883,11 +8883,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
8883
8883
|
readonly error: z.ZodObject<{
|
|
8884
8884
|
code: z.ZodEnum<{
|
|
8885
8885
|
internal_error: "internal_error";
|
|
8886
|
-
rate_limited: "rate_limited";
|
|
8887
8886
|
invalid_request: "invalid_request";
|
|
8888
8887
|
unauthorized: "unauthorized";
|
|
8889
8888
|
forbidden: "forbidden";
|
|
8890
8889
|
site_not_found: "site_not_found";
|
|
8890
|
+
rate_limited: "rate_limited";
|
|
8891
8891
|
contract_violation: "contract_violation";
|
|
8892
8892
|
}>;
|
|
8893
8893
|
message: z.ZodString;
|
|
@@ -8899,11 +8899,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
8899
8899
|
readonly error: z.ZodObject<{
|
|
8900
8900
|
code: z.ZodEnum<{
|
|
8901
8901
|
internal_error: "internal_error";
|
|
8902
|
-
rate_limited: "rate_limited";
|
|
8903
8902
|
invalid_request: "invalid_request";
|
|
8904
8903
|
unauthorized: "unauthorized";
|
|
8905
8904
|
forbidden: "forbidden";
|
|
8906
8905
|
site_not_found: "site_not_found";
|
|
8906
|
+
rate_limited: "rate_limited";
|
|
8907
8907
|
contract_violation: "contract_violation";
|
|
8908
8908
|
}>;
|
|
8909
8909
|
message: z.ZodString;
|
|
@@ -9055,11 +9055,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
9055
9055
|
readonly error: z.ZodObject<{
|
|
9056
9056
|
code: z.ZodEnum<{
|
|
9057
9057
|
internal_error: "internal_error";
|
|
9058
|
-
rate_limited: "rate_limited";
|
|
9059
9058
|
invalid_request: "invalid_request";
|
|
9060
9059
|
unauthorized: "unauthorized";
|
|
9061
9060
|
forbidden: "forbidden";
|
|
9062
9061
|
site_not_found: "site_not_found";
|
|
9062
|
+
rate_limited: "rate_limited";
|
|
9063
9063
|
contract_violation: "contract_violation";
|
|
9064
9064
|
}>;
|
|
9065
9065
|
message: z.ZodString;
|
|
@@ -9071,11 +9071,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
9071
9071
|
readonly error: z.ZodObject<{
|
|
9072
9072
|
code: z.ZodEnum<{
|
|
9073
9073
|
internal_error: "internal_error";
|
|
9074
|
-
rate_limited: "rate_limited";
|
|
9075
9074
|
invalid_request: "invalid_request";
|
|
9076
9075
|
unauthorized: "unauthorized";
|
|
9077
9076
|
forbidden: "forbidden";
|
|
9078
9077
|
site_not_found: "site_not_found";
|
|
9078
|
+
rate_limited: "rate_limited";
|
|
9079
9079
|
contract_violation: "contract_violation";
|
|
9080
9080
|
}>;
|
|
9081
9081
|
message: z.ZodString;
|
|
@@ -9267,11 +9267,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
9267
9267
|
readonly error: z.ZodObject<{
|
|
9268
9268
|
code: z.ZodEnum<{
|
|
9269
9269
|
internal_error: "internal_error";
|
|
9270
|
-
rate_limited: "rate_limited";
|
|
9271
9270
|
invalid_request: "invalid_request";
|
|
9272
9271
|
unauthorized: "unauthorized";
|
|
9273
9272
|
forbidden: "forbidden";
|
|
9274
9273
|
site_not_found: "site_not_found";
|
|
9274
|
+
rate_limited: "rate_limited";
|
|
9275
9275
|
contract_violation: "contract_violation";
|
|
9276
9276
|
}>;
|
|
9277
9277
|
message: z.ZodString;
|
|
@@ -9283,11 +9283,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
9283
9283
|
readonly error: z.ZodObject<{
|
|
9284
9284
|
code: z.ZodEnum<{
|
|
9285
9285
|
internal_error: "internal_error";
|
|
9286
|
-
rate_limited: "rate_limited";
|
|
9287
9286
|
invalid_request: "invalid_request";
|
|
9288
9287
|
unauthorized: "unauthorized";
|
|
9289
9288
|
forbidden: "forbidden";
|
|
9290
9289
|
site_not_found: "site_not_found";
|
|
9290
|
+
rate_limited: "rate_limited";
|
|
9291
9291
|
contract_violation: "contract_violation";
|
|
9292
9292
|
}>;
|
|
9293
9293
|
message: z.ZodString;
|
|
@@ -9450,11 +9450,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
9450
9450
|
readonly error: z.ZodObject<{
|
|
9451
9451
|
code: z.ZodEnum<{
|
|
9452
9452
|
internal_error: "internal_error";
|
|
9453
|
-
rate_limited: "rate_limited";
|
|
9454
9453
|
invalid_request: "invalid_request";
|
|
9455
9454
|
unauthorized: "unauthorized";
|
|
9456
9455
|
forbidden: "forbidden";
|
|
9457
9456
|
site_not_found: "site_not_found";
|
|
9457
|
+
rate_limited: "rate_limited";
|
|
9458
9458
|
contract_violation: "contract_violation";
|
|
9459
9459
|
}>;
|
|
9460
9460
|
message: z.ZodString;
|
|
@@ -9466,11 +9466,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
9466
9466
|
readonly error: z.ZodObject<{
|
|
9467
9467
|
code: z.ZodEnum<{
|
|
9468
9468
|
internal_error: "internal_error";
|
|
9469
|
-
rate_limited: "rate_limited";
|
|
9470
9469
|
invalid_request: "invalid_request";
|
|
9471
9470
|
unauthorized: "unauthorized";
|
|
9472
9471
|
forbidden: "forbidden";
|
|
9473
9472
|
site_not_found: "site_not_found";
|
|
9473
|
+
rate_limited: "rate_limited";
|
|
9474
9474
|
contract_violation: "contract_violation";
|
|
9475
9475
|
}>;
|
|
9476
9476
|
message: z.ZodString;
|
|
@@ -9612,11 +9612,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
9612
9612
|
readonly error: z.ZodObject<{
|
|
9613
9613
|
code: z.ZodEnum<{
|
|
9614
9614
|
internal_error: "internal_error";
|
|
9615
|
-
rate_limited: "rate_limited";
|
|
9616
9615
|
invalid_request: "invalid_request";
|
|
9617
9616
|
unauthorized: "unauthorized";
|
|
9618
9617
|
forbidden: "forbidden";
|
|
9619
9618
|
site_not_found: "site_not_found";
|
|
9619
|
+
rate_limited: "rate_limited";
|
|
9620
9620
|
contract_violation: "contract_violation";
|
|
9621
9621
|
}>;
|
|
9622
9622
|
message: z.ZodString;
|
|
@@ -9628,11 +9628,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
9628
9628
|
readonly error: z.ZodObject<{
|
|
9629
9629
|
code: z.ZodEnum<{
|
|
9630
9630
|
internal_error: "internal_error";
|
|
9631
|
-
rate_limited: "rate_limited";
|
|
9632
9631
|
invalid_request: "invalid_request";
|
|
9633
9632
|
unauthorized: "unauthorized";
|
|
9634
9633
|
forbidden: "forbidden";
|
|
9635
9634
|
site_not_found: "site_not_found";
|
|
9635
|
+
rate_limited: "rate_limited";
|
|
9636
9636
|
contract_violation: "contract_violation";
|
|
9637
9637
|
}>;
|
|
9638
9638
|
message: z.ZodString;
|
|
@@ -9749,11 +9749,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
9749
9749
|
readonly error: z.ZodObject<{
|
|
9750
9750
|
code: z.ZodEnum<{
|
|
9751
9751
|
internal_error: "internal_error";
|
|
9752
|
-
rate_limited: "rate_limited";
|
|
9753
9752
|
invalid_request: "invalid_request";
|
|
9754
9753
|
unauthorized: "unauthorized";
|
|
9755
9754
|
forbidden: "forbidden";
|
|
9756
9755
|
site_not_found: "site_not_found";
|
|
9756
|
+
rate_limited: "rate_limited";
|
|
9757
9757
|
contract_violation: "contract_violation";
|
|
9758
9758
|
}>;
|
|
9759
9759
|
message: z.ZodString;
|
|
@@ -9765,11 +9765,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
9765
9765
|
readonly error: z.ZodObject<{
|
|
9766
9766
|
code: z.ZodEnum<{
|
|
9767
9767
|
internal_error: "internal_error";
|
|
9768
|
-
rate_limited: "rate_limited";
|
|
9769
9768
|
invalid_request: "invalid_request";
|
|
9770
9769
|
unauthorized: "unauthorized";
|
|
9771
9770
|
forbidden: "forbidden";
|
|
9772
9771
|
site_not_found: "site_not_found";
|
|
9772
|
+
rate_limited: "rate_limited";
|
|
9773
9773
|
contract_violation: "contract_violation";
|
|
9774
9774
|
}>;
|
|
9775
9775
|
message: z.ZodString;
|
|
@@ -9954,11 +9954,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
9954
9954
|
readonly error: z.ZodObject<{
|
|
9955
9955
|
code: z.ZodEnum<{
|
|
9956
9956
|
internal_error: "internal_error";
|
|
9957
|
-
rate_limited: "rate_limited";
|
|
9958
9957
|
invalid_request: "invalid_request";
|
|
9959
9958
|
unauthorized: "unauthorized";
|
|
9960
9959
|
forbidden: "forbidden";
|
|
9961
9960
|
site_not_found: "site_not_found";
|
|
9961
|
+
rate_limited: "rate_limited";
|
|
9962
9962
|
contract_violation: "contract_violation";
|
|
9963
9963
|
}>;
|
|
9964
9964
|
message: z.ZodString;
|
|
@@ -9970,11 +9970,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
9970
9970
|
readonly error: z.ZodObject<{
|
|
9971
9971
|
code: z.ZodEnum<{
|
|
9972
9972
|
internal_error: "internal_error";
|
|
9973
|
-
rate_limited: "rate_limited";
|
|
9974
9973
|
invalid_request: "invalid_request";
|
|
9975
9974
|
unauthorized: "unauthorized";
|
|
9976
9975
|
forbidden: "forbidden";
|
|
9977
9976
|
site_not_found: "site_not_found";
|
|
9977
|
+
rate_limited: "rate_limited";
|
|
9978
9978
|
contract_violation: "contract_violation";
|
|
9979
9979
|
}>;
|
|
9980
9980
|
message: z.ZodString;
|
|
@@ -10143,11 +10143,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10143
10143
|
readonly error: z.ZodObject<{
|
|
10144
10144
|
code: z.ZodEnum<{
|
|
10145
10145
|
internal_error: "internal_error";
|
|
10146
|
-
rate_limited: "rate_limited";
|
|
10147
10146
|
invalid_request: "invalid_request";
|
|
10148
10147
|
unauthorized: "unauthorized";
|
|
10149
10148
|
forbidden: "forbidden";
|
|
10150
10149
|
site_not_found: "site_not_found";
|
|
10150
|
+
rate_limited: "rate_limited";
|
|
10151
10151
|
contract_violation: "contract_violation";
|
|
10152
10152
|
}>;
|
|
10153
10153
|
message: z.ZodString;
|
|
@@ -10159,11 +10159,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10159
10159
|
readonly error: z.ZodObject<{
|
|
10160
10160
|
code: z.ZodEnum<{
|
|
10161
10161
|
internal_error: "internal_error";
|
|
10162
|
-
rate_limited: "rate_limited";
|
|
10163
10162
|
invalid_request: "invalid_request";
|
|
10164
10163
|
unauthorized: "unauthorized";
|
|
10165
10164
|
forbidden: "forbidden";
|
|
10166
10165
|
site_not_found: "site_not_found";
|
|
10166
|
+
rate_limited: "rate_limited";
|
|
10167
10167
|
contract_violation: "contract_violation";
|
|
10168
10168
|
}>;
|
|
10169
10169
|
message: z.ZodString;
|
|
@@ -10362,11 +10362,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10362
10362
|
readonly error: z.ZodObject<{
|
|
10363
10363
|
code: z.ZodEnum<{
|
|
10364
10364
|
internal_error: "internal_error";
|
|
10365
|
-
rate_limited: "rate_limited";
|
|
10366
10365
|
invalid_request: "invalid_request";
|
|
10367
10366
|
unauthorized: "unauthorized";
|
|
10368
10367
|
forbidden: "forbidden";
|
|
10369
10368
|
site_not_found: "site_not_found";
|
|
10369
|
+
rate_limited: "rate_limited";
|
|
10370
10370
|
contract_violation: "contract_violation";
|
|
10371
10371
|
}>;
|
|
10372
10372
|
message: z.ZodString;
|
|
@@ -10378,11 +10378,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10378
10378
|
readonly error: z.ZodObject<{
|
|
10379
10379
|
code: z.ZodEnum<{
|
|
10380
10380
|
internal_error: "internal_error";
|
|
10381
|
-
rate_limited: "rate_limited";
|
|
10382
10381
|
invalid_request: "invalid_request";
|
|
10383
10382
|
unauthorized: "unauthorized";
|
|
10384
10383
|
forbidden: "forbidden";
|
|
10385
10384
|
site_not_found: "site_not_found";
|
|
10385
|
+
rate_limited: "rate_limited";
|
|
10386
10386
|
contract_violation: "contract_violation";
|
|
10387
10387
|
}>;
|
|
10388
10388
|
message: z.ZodString;
|
|
@@ -10555,11 +10555,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10555
10555
|
readonly error: z.ZodObject<{
|
|
10556
10556
|
code: z.ZodEnum<{
|
|
10557
10557
|
internal_error: "internal_error";
|
|
10558
|
-
rate_limited: "rate_limited";
|
|
10559
10558
|
invalid_request: "invalid_request";
|
|
10560
10559
|
unauthorized: "unauthorized";
|
|
10561
10560
|
forbidden: "forbidden";
|
|
10562
10561
|
site_not_found: "site_not_found";
|
|
10562
|
+
rate_limited: "rate_limited";
|
|
10563
10563
|
contract_violation: "contract_violation";
|
|
10564
10564
|
}>;
|
|
10565
10565
|
message: z.ZodString;
|
|
@@ -10571,11 +10571,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10571
10571
|
readonly error: z.ZodObject<{
|
|
10572
10572
|
code: z.ZodEnum<{
|
|
10573
10573
|
internal_error: "internal_error";
|
|
10574
|
-
rate_limited: "rate_limited";
|
|
10575
10574
|
invalid_request: "invalid_request";
|
|
10576
10575
|
unauthorized: "unauthorized";
|
|
10577
10576
|
forbidden: "forbidden";
|
|
10578
10577
|
site_not_found: "site_not_found";
|
|
10578
|
+
rate_limited: "rate_limited";
|
|
10579
10579
|
contract_violation: "contract_violation";
|
|
10580
10580
|
}>;
|
|
10581
10581
|
message: z.ZodString;
|
|
@@ -10762,11 +10762,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10762
10762
|
readonly error: z.ZodObject<{
|
|
10763
10763
|
code: z.ZodEnum<{
|
|
10764
10764
|
internal_error: "internal_error";
|
|
10765
|
-
rate_limited: "rate_limited";
|
|
10766
10765
|
invalid_request: "invalid_request";
|
|
10767
10766
|
unauthorized: "unauthorized";
|
|
10768
10767
|
forbidden: "forbidden";
|
|
10769
10768
|
site_not_found: "site_not_found";
|
|
10769
|
+
rate_limited: "rate_limited";
|
|
10770
10770
|
contract_violation: "contract_violation";
|
|
10771
10771
|
}>;
|
|
10772
10772
|
message: z.ZodString;
|
|
@@ -10778,11 +10778,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10778
10778
|
readonly error: z.ZodObject<{
|
|
10779
10779
|
code: z.ZodEnum<{
|
|
10780
10780
|
internal_error: "internal_error";
|
|
10781
|
-
rate_limited: "rate_limited";
|
|
10782
10781
|
invalid_request: "invalid_request";
|
|
10783
10782
|
unauthorized: "unauthorized";
|
|
10784
10783
|
forbidden: "forbidden";
|
|
10785
10784
|
site_not_found: "site_not_found";
|
|
10785
|
+
rate_limited: "rate_limited";
|
|
10786
10786
|
contract_violation: "contract_violation";
|
|
10787
10787
|
}>;
|
|
10788
10788
|
message: z.ZodString;
|
|
@@ -10911,11 +10911,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10911
10911
|
readonly error: z.ZodObject<{
|
|
10912
10912
|
code: z.ZodEnum<{
|
|
10913
10913
|
internal_error: "internal_error";
|
|
10914
|
-
rate_limited: "rate_limited";
|
|
10915
10914
|
invalid_request: "invalid_request";
|
|
10916
10915
|
unauthorized: "unauthorized";
|
|
10917
10916
|
forbidden: "forbidden";
|
|
10918
10917
|
user_not_found: "user_not_found";
|
|
10918
|
+
rate_limited: "rate_limited";
|
|
10919
10919
|
contract_violation: "contract_violation";
|
|
10920
10920
|
}>;
|
|
10921
10921
|
message: z.ZodString;
|
|
@@ -10927,11 +10927,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10927
10927
|
readonly error: z.ZodObject<{
|
|
10928
10928
|
code: z.ZodEnum<{
|
|
10929
10929
|
internal_error: "internal_error";
|
|
10930
|
-
rate_limited: "rate_limited";
|
|
10931
10930
|
invalid_request: "invalid_request";
|
|
10932
10931
|
unauthorized: "unauthorized";
|
|
10933
10932
|
forbidden: "forbidden";
|
|
10934
10933
|
user_not_found: "user_not_found";
|
|
10934
|
+
rate_limited: "rate_limited";
|
|
10935
10935
|
contract_violation: "contract_violation";
|
|
10936
10936
|
}>;
|
|
10937
10937
|
message: z.ZodString;
|
|
@@ -11041,11 +11041,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11041
11041
|
readonly error: z.ZodObject<{
|
|
11042
11042
|
code: z.ZodEnum<{
|
|
11043
11043
|
internal_error: "internal_error";
|
|
11044
|
-
rate_limited: "rate_limited";
|
|
11045
11044
|
invalid_request: "invalid_request";
|
|
11046
11045
|
unauthorized: "unauthorized";
|
|
11047
11046
|
forbidden: "forbidden";
|
|
11048
11047
|
user_not_found: "user_not_found";
|
|
11048
|
+
rate_limited: "rate_limited";
|
|
11049
11049
|
contract_violation: "contract_violation";
|
|
11050
11050
|
}>;
|
|
11051
11051
|
message: z.ZodString;
|
|
@@ -11057,11 +11057,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11057
11057
|
readonly error: z.ZodObject<{
|
|
11058
11058
|
code: z.ZodEnum<{
|
|
11059
11059
|
internal_error: "internal_error";
|
|
11060
|
-
rate_limited: "rate_limited";
|
|
11061
11060
|
invalid_request: "invalid_request";
|
|
11062
11061
|
unauthorized: "unauthorized";
|
|
11063
11062
|
forbidden: "forbidden";
|
|
11064
11063
|
user_not_found: "user_not_found";
|
|
11064
|
+
rate_limited: "rate_limited";
|
|
11065
11065
|
contract_violation: "contract_violation";
|
|
11066
11066
|
}>;
|
|
11067
11067
|
message: z.ZodString;
|
|
@@ -11166,11 +11166,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11166
11166
|
readonly error: z.ZodObject<{
|
|
11167
11167
|
code: z.ZodEnum<{
|
|
11168
11168
|
internal_error: "internal_error";
|
|
11169
|
-
rate_limited: "rate_limited";
|
|
11170
11169
|
invalid_request: "invalid_request";
|
|
11171
11170
|
unauthorized: "unauthorized";
|
|
11172
11171
|
forbidden: "forbidden";
|
|
11173
11172
|
user_not_found: "user_not_found";
|
|
11173
|
+
rate_limited: "rate_limited";
|
|
11174
11174
|
contract_violation: "contract_violation";
|
|
11175
11175
|
}>;
|
|
11176
11176
|
message: z.ZodString;
|
|
@@ -11182,11 +11182,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11182
11182
|
readonly error: z.ZodObject<{
|
|
11183
11183
|
code: z.ZodEnum<{
|
|
11184
11184
|
internal_error: "internal_error";
|
|
11185
|
-
rate_limited: "rate_limited";
|
|
11186
11185
|
invalid_request: "invalid_request";
|
|
11187
11186
|
unauthorized: "unauthorized";
|
|
11188
11187
|
forbidden: "forbidden";
|
|
11189
11188
|
user_not_found: "user_not_found";
|
|
11189
|
+
rate_limited: "rate_limited";
|
|
11190
11190
|
contract_violation: "contract_violation";
|
|
11191
11191
|
}>;
|
|
11192
11192
|
message: z.ZodString;
|
|
@@ -11311,11 +11311,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11311
11311
|
readonly error: z.ZodObject<{
|
|
11312
11312
|
code: z.ZodEnum<{
|
|
11313
11313
|
internal_error: "internal_error";
|
|
11314
|
-
rate_limited: "rate_limited";
|
|
11315
11314
|
invalid_request: "invalid_request";
|
|
11316
11315
|
unauthorized: "unauthorized";
|
|
11317
11316
|
forbidden: "forbidden";
|
|
11318
11317
|
user_not_found: "user_not_found";
|
|
11318
|
+
rate_limited: "rate_limited";
|
|
11319
11319
|
contract_violation: "contract_violation";
|
|
11320
11320
|
}>;
|
|
11321
11321
|
message: z.ZodString;
|
|
@@ -11327,11 +11327,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11327
11327
|
readonly error: z.ZodObject<{
|
|
11328
11328
|
code: z.ZodEnum<{
|
|
11329
11329
|
internal_error: "internal_error";
|
|
11330
|
-
rate_limited: "rate_limited";
|
|
11331
11330
|
invalid_request: "invalid_request";
|
|
11332
11331
|
unauthorized: "unauthorized";
|
|
11333
11332
|
forbidden: "forbidden";
|
|
11334
11333
|
user_not_found: "user_not_found";
|
|
11334
|
+
rate_limited: "rate_limited";
|
|
11335
11335
|
contract_violation: "contract_violation";
|
|
11336
11336
|
}>;
|
|
11337
11337
|
message: z.ZodString;
|
|
@@ -11448,11 +11448,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11448
11448
|
readonly error: z.ZodObject<{
|
|
11449
11449
|
code: z.ZodEnum<{
|
|
11450
11450
|
internal_error: "internal_error";
|
|
11451
|
-
rate_limited: "rate_limited";
|
|
11452
11451
|
invalid_request: "invalid_request";
|
|
11453
11452
|
unauthorized: "unauthorized";
|
|
11454
11453
|
forbidden: "forbidden";
|
|
11455
11454
|
user_not_found: "user_not_found";
|
|
11455
|
+
rate_limited: "rate_limited";
|
|
11456
11456
|
contract_violation: "contract_violation";
|
|
11457
11457
|
}>;
|
|
11458
11458
|
message: z.ZodString;
|
|
@@ -11464,11 +11464,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11464
11464
|
readonly error: z.ZodObject<{
|
|
11465
11465
|
code: z.ZodEnum<{
|
|
11466
11466
|
internal_error: "internal_error";
|
|
11467
|
-
rate_limited: "rate_limited";
|
|
11468
11467
|
invalid_request: "invalid_request";
|
|
11469
11468
|
unauthorized: "unauthorized";
|
|
11470
11469
|
forbidden: "forbidden";
|
|
11471
11470
|
user_not_found: "user_not_found";
|
|
11471
|
+
rate_limited: "rate_limited";
|
|
11472
11472
|
contract_violation: "contract_violation";
|
|
11473
11473
|
}>;
|
|
11474
11474
|
message: z.ZodString;
|
|
@@ -11591,11 +11591,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11591
11591
|
readonly error: z.ZodObject<{
|
|
11592
11592
|
code: z.ZodEnum<{
|
|
11593
11593
|
internal_error: "internal_error";
|
|
11594
|
-
rate_limited: "rate_limited";
|
|
11595
11594
|
invalid_request: "invalid_request";
|
|
11596
11595
|
unauthorized: "unauthorized";
|
|
11597
11596
|
forbidden: "forbidden";
|
|
11598
11597
|
user_not_found: "user_not_found";
|
|
11598
|
+
rate_limited: "rate_limited";
|
|
11599
11599
|
contract_violation: "contract_violation";
|
|
11600
11600
|
}>;
|
|
11601
11601
|
message: z.ZodString;
|
|
@@ -11607,11 +11607,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11607
11607
|
readonly error: z.ZodObject<{
|
|
11608
11608
|
code: z.ZodEnum<{
|
|
11609
11609
|
internal_error: "internal_error";
|
|
11610
|
-
rate_limited: "rate_limited";
|
|
11611
11610
|
invalid_request: "invalid_request";
|
|
11612
11611
|
unauthorized: "unauthorized";
|
|
11613
11612
|
forbidden: "forbidden";
|
|
11614
11613
|
user_not_found: "user_not_found";
|
|
11614
|
+
rate_limited: "rate_limited";
|
|
11615
11615
|
contract_violation: "contract_violation";
|
|
11616
11616
|
}>;
|
|
11617
11617
|
message: z.ZodString;
|
|
@@ -11724,11 +11724,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11724
11724
|
readonly error: z.ZodObject<{
|
|
11725
11725
|
code: z.ZodEnum<{
|
|
11726
11726
|
internal_error: "internal_error";
|
|
11727
|
-
rate_limited: "rate_limited";
|
|
11728
11727
|
invalid_request: "invalid_request";
|
|
11729
11728
|
unauthorized: "unauthorized";
|
|
11730
11729
|
forbidden: "forbidden";
|
|
11731
11730
|
user_not_found: "user_not_found";
|
|
11731
|
+
rate_limited: "rate_limited";
|
|
11732
11732
|
contract_violation: "contract_violation";
|
|
11733
11733
|
}>;
|
|
11734
11734
|
message: z.ZodString;
|
|
@@ -11740,11 +11740,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11740
11740
|
readonly error: z.ZodObject<{
|
|
11741
11741
|
code: z.ZodEnum<{
|
|
11742
11742
|
internal_error: "internal_error";
|
|
11743
|
-
rate_limited: "rate_limited";
|
|
11744
11743
|
invalid_request: "invalid_request";
|
|
11745
11744
|
unauthorized: "unauthorized";
|
|
11746
11745
|
forbidden: "forbidden";
|
|
11747
11746
|
user_not_found: "user_not_found";
|
|
11747
|
+
rate_limited: "rate_limited";
|
|
11748
11748
|
contract_violation: "contract_violation";
|
|
11749
11749
|
}>;
|
|
11750
11750
|
message: z.ZodString;
|
|
@@ -11856,11 +11856,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11856
11856
|
readonly error: z.ZodObject<{
|
|
11857
11857
|
code: z.ZodEnum<{
|
|
11858
11858
|
internal_error: "internal_error";
|
|
11859
|
-
rate_limited: "rate_limited";
|
|
11860
11859
|
invalid_request: "invalid_request";
|
|
11861
11860
|
unauthorized: "unauthorized";
|
|
11862
11861
|
forbidden: "forbidden";
|
|
11863
11862
|
site_not_found: "site_not_found";
|
|
11863
|
+
rate_limited: "rate_limited";
|
|
11864
11864
|
contract_violation: "contract_violation";
|
|
11865
11865
|
}>;
|
|
11866
11866
|
message: z.ZodString;
|
|
@@ -11872,11 +11872,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11872
11872
|
readonly error: z.ZodObject<{
|
|
11873
11873
|
code: z.ZodEnum<{
|
|
11874
11874
|
internal_error: "internal_error";
|
|
11875
|
-
rate_limited: "rate_limited";
|
|
11876
11875
|
invalid_request: "invalid_request";
|
|
11877
11876
|
unauthorized: "unauthorized";
|
|
11878
11877
|
forbidden: "forbidden";
|
|
11879
11878
|
site_not_found: "site_not_found";
|
|
11879
|
+
rate_limited: "rate_limited";
|
|
11880
11880
|
contract_violation: "contract_violation";
|
|
11881
11881
|
}>;
|
|
11882
11882
|
message: z.ZodString;
|
|
@@ -11997,11 +11997,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11997
11997
|
readonly error: z.ZodObject<{
|
|
11998
11998
|
code: z.ZodEnum<{
|
|
11999
11999
|
internal_error: "internal_error";
|
|
12000
|
-
rate_limited: "rate_limited";
|
|
12001
12000
|
invalid_request: "invalid_request";
|
|
12002
12001
|
unauthorized: "unauthorized";
|
|
12003
12002
|
forbidden: "forbidden";
|
|
12004
12003
|
user_not_found: "user_not_found";
|
|
12004
|
+
rate_limited: "rate_limited";
|
|
12005
12005
|
contract_violation: "contract_violation";
|
|
12006
12006
|
}>;
|
|
12007
12007
|
message: z.ZodString;
|
|
@@ -12013,11 +12013,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12013
12013
|
readonly error: z.ZodObject<{
|
|
12014
12014
|
code: z.ZodEnum<{
|
|
12015
12015
|
internal_error: "internal_error";
|
|
12016
|
-
rate_limited: "rate_limited";
|
|
12017
12016
|
invalid_request: "invalid_request";
|
|
12018
12017
|
unauthorized: "unauthorized";
|
|
12019
12018
|
forbidden: "forbidden";
|
|
12020
12019
|
user_not_found: "user_not_found";
|
|
12020
|
+
rate_limited: "rate_limited";
|
|
12021
12021
|
contract_violation: "contract_violation";
|
|
12022
12022
|
}>;
|
|
12023
12023
|
message: z.ZodString;
|
|
@@ -12138,11 +12138,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12138
12138
|
readonly error: z.ZodObject<{
|
|
12139
12139
|
code: z.ZodEnum<{
|
|
12140
12140
|
internal_error: "internal_error";
|
|
12141
|
-
rate_limited: "rate_limited";
|
|
12142
12141
|
invalid_request: "invalid_request";
|
|
12143
12142
|
unauthorized: "unauthorized";
|
|
12144
12143
|
forbidden: "forbidden";
|
|
12145
12144
|
user_not_found: "user_not_found";
|
|
12145
|
+
rate_limited: "rate_limited";
|
|
12146
12146
|
contract_violation: "contract_violation";
|
|
12147
12147
|
}>;
|
|
12148
12148
|
message: z.ZodString;
|
|
@@ -12154,11 +12154,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12154
12154
|
readonly error: z.ZodObject<{
|
|
12155
12155
|
code: z.ZodEnum<{
|
|
12156
12156
|
internal_error: "internal_error";
|
|
12157
|
-
rate_limited: "rate_limited";
|
|
12158
12157
|
invalid_request: "invalid_request";
|
|
12159
12158
|
unauthorized: "unauthorized";
|
|
12160
12159
|
forbidden: "forbidden";
|
|
12161
12160
|
user_not_found: "user_not_found";
|
|
12161
|
+
rate_limited: "rate_limited";
|
|
12162
12162
|
contract_violation: "contract_violation";
|
|
12163
12163
|
}>;
|
|
12164
12164
|
message: z.ZodString;
|
|
@@ -12283,11 +12283,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12283
12283
|
readonly error: z.ZodObject<{
|
|
12284
12284
|
code: z.ZodEnum<{
|
|
12285
12285
|
internal_error: "internal_error";
|
|
12286
|
-
rate_limited: "rate_limited";
|
|
12287
12286
|
invalid_request: "invalid_request";
|
|
12288
12287
|
unauthorized: "unauthorized";
|
|
12289
12288
|
forbidden: "forbidden";
|
|
12290
12289
|
user_not_found: "user_not_found";
|
|
12290
|
+
rate_limited: "rate_limited";
|
|
12291
12291
|
contract_violation: "contract_violation";
|
|
12292
12292
|
}>;
|
|
12293
12293
|
message: z.ZodString;
|
|
@@ -12299,11 +12299,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12299
12299
|
readonly error: z.ZodObject<{
|
|
12300
12300
|
code: z.ZodEnum<{
|
|
12301
12301
|
internal_error: "internal_error";
|
|
12302
|
-
rate_limited: "rate_limited";
|
|
12303
12302
|
invalid_request: "invalid_request";
|
|
12304
12303
|
unauthorized: "unauthorized";
|
|
12305
12304
|
forbidden: "forbidden";
|
|
12306
12305
|
user_not_found: "user_not_found";
|
|
12306
|
+
rate_limited: "rate_limited";
|
|
12307
12307
|
contract_violation: "contract_violation";
|
|
12308
12308
|
}>;
|
|
12309
12309
|
message: z.ZodString;
|
|
@@ -12411,11 +12411,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12411
12411
|
readonly error: z.ZodObject<{
|
|
12412
12412
|
code: z.ZodEnum<{
|
|
12413
12413
|
internal_error: "internal_error";
|
|
12414
|
-
rate_limited: "rate_limited";
|
|
12415
12414
|
invalid_request: "invalid_request";
|
|
12416
12415
|
unauthorized: "unauthorized";
|
|
12417
12416
|
forbidden: "forbidden";
|
|
12418
12417
|
user_not_found: "user_not_found";
|
|
12418
|
+
rate_limited: "rate_limited";
|
|
12419
12419
|
contract_violation: "contract_violation";
|
|
12420
12420
|
}>;
|
|
12421
12421
|
message: z.ZodString;
|
|
@@ -12427,11 +12427,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12427
12427
|
readonly error: z.ZodObject<{
|
|
12428
12428
|
code: z.ZodEnum<{
|
|
12429
12429
|
internal_error: "internal_error";
|
|
12430
|
-
rate_limited: "rate_limited";
|
|
12431
12430
|
invalid_request: "invalid_request";
|
|
12432
12431
|
unauthorized: "unauthorized";
|
|
12433
12432
|
forbidden: "forbidden";
|
|
12434
12433
|
user_not_found: "user_not_found";
|
|
12434
|
+
rate_limited: "rate_limited";
|
|
12435
12435
|
contract_violation: "contract_violation";
|
|
12436
12436
|
}>;
|
|
12437
12437
|
message: z.ZodString;
|
|
@@ -12581,11 +12581,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12581
12581
|
readonly error: z.ZodObject<{
|
|
12582
12582
|
code: z.ZodEnum<{
|
|
12583
12583
|
internal_error: "internal_error";
|
|
12584
|
-
rate_limited: "rate_limited";
|
|
12585
12584
|
invalid_request: "invalid_request";
|
|
12586
12585
|
unauthorized: "unauthorized";
|
|
12587
12586
|
forbidden: "forbidden";
|
|
12588
12587
|
user_not_found: "user_not_found";
|
|
12588
|
+
rate_limited: "rate_limited";
|
|
12589
12589
|
contract_violation: "contract_violation";
|
|
12590
12590
|
}>;
|
|
12591
12591
|
message: z.ZodString;
|
|
@@ -12597,11 +12597,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12597
12597
|
readonly error: z.ZodObject<{
|
|
12598
12598
|
code: z.ZodEnum<{
|
|
12599
12599
|
internal_error: "internal_error";
|
|
12600
|
-
rate_limited: "rate_limited";
|
|
12601
12600
|
invalid_request: "invalid_request";
|
|
12602
12601
|
unauthorized: "unauthorized";
|
|
12603
12602
|
forbidden: "forbidden";
|
|
12604
12603
|
user_not_found: "user_not_found";
|
|
12604
|
+
rate_limited: "rate_limited";
|
|
12605
12605
|
contract_violation: "contract_violation";
|
|
12606
12606
|
}>;
|
|
12607
12607
|
message: z.ZodString;
|
|
@@ -12745,11 +12745,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12745
12745
|
readonly error: z.ZodObject<{
|
|
12746
12746
|
code: z.ZodEnum<{
|
|
12747
12747
|
internal_error: "internal_error";
|
|
12748
|
-
rate_limited: "rate_limited";
|
|
12749
12748
|
invalid_request: "invalid_request";
|
|
12750
12749
|
unauthorized: "unauthorized";
|
|
12751
12750
|
forbidden: "forbidden";
|
|
12752
12751
|
user_not_found: "user_not_found";
|
|
12752
|
+
rate_limited: "rate_limited";
|
|
12753
12753
|
contract_violation: "contract_violation";
|
|
12754
12754
|
}>;
|
|
12755
12755
|
message: z.ZodString;
|
|
@@ -12761,11 +12761,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12761
12761
|
readonly error: z.ZodObject<{
|
|
12762
12762
|
code: z.ZodEnum<{
|
|
12763
12763
|
internal_error: "internal_error";
|
|
12764
|
-
rate_limited: "rate_limited";
|
|
12765
12764
|
invalid_request: "invalid_request";
|
|
12766
12765
|
unauthorized: "unauthorized";
|
|
12767
12766
|
forbidden: "forbidden";
|
|
12768
12767
|
user_not_found: "user_not_found";
|
|
12768
|
+
rate_limited: "rate_limited";
|
|
12769
12769
|
contract_violation: "contract_violation";
|
|
12770
12770
|
}>;
|
|
12771
12771
|
message: z.ZodString;
|
|
@@ -12947,11 +12947,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12947
12947
|
readonly error: z.ZodObject<{
|
|
12948
12948
|
code: z.ZodEnum<{
|
|
12949
12949
|
internal_error: "internal_error";
|
|
12950
|
-
rate_limited: "rate_limited";
|
|
12951
12950
|
invalid_request: "invalid_request";
|
|
12952
12951
|
unauthorized: "unauthorized";
|
|
12953
12952
|
forbidden: "forbidden";
|
|
12954
12953
|
site_not_found: "site_not_found";
|
|
12954
|
+
rate_limited: "rate_limited";
|
|
12955
12955
|
contract_violation: "contract_violation";
|
|
12956
12956
|
}>;
|
|
12957
12957
|
message: z.ZodString;
|
|
@@ -12963,11 +12963,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
12963
12963
|
readonly error: z.ZodObject<{
|
|
12964
12964
|
code: z.ZodEnum<{
|
|
12965
12965
|
internal_error: "internal_error";
|
|
12966
|
-
rate_limited: "rate_limited";
|
|
12967
12966
|
invalid_request: "invalid_request";
|
|
12968
12967
|
unauthorized: "unauthorized";
|
|
12969
12968
|
forbidden: "forbidden";
|
|
12970
12969
|
site_not_found: "site_not_found";
|
|
12970
|
+
rate_limited: "rate_limited";
|
|
12971
12971
|
contract_violation: "contract_violation";
|
|
12972
12972
|
}>;
|
|
12973
12973
|
message: z.ZodString;
|
|
@@ -13193,11 +13193,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
13193
13193
|
readonly error: z.ZodObject<{
|
|
13194
13194
|
code: z.ZodEnum<{
|
|
13195
13195
|
internal_error: "internal_error";
|
|
13196
|
-
rate_limited: "rate_limited";
|
|
13197
13196
|
invalid_request: "invalid_request";
|
|
13198
13197
|
unauthorized: "unauthorized";
|
|
13199
13198
|
forbidden: "forbidden";
|
|
13200
13199
|
site_not_found: "site_not_found";
|
|
13200
|
+
rate_limited: "rate_limited";
|
|
13201
13201
|
contract_violation: "contract_violation";
|
|
13202
13202
|
}>;
|
|
13203
13203
|
message: z.ZodString;
|
|
@@ -13209,11 +13209,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
13209
13209
|
readonly error: z.ZodObject<{
|
|
13210
13210
|
code: z.ZodEnum<{
|
|
13211
13211
|
internal_error: "internal_error";
|
|
13212
|
-
rate_limited: "rate_limited";
|
|
13213
13212
|
invalid_request: "invalid_request";
|
|
13214
13213
|
unauthorized: "unauthorized";
|
|
13215
13214
|
forbidden: "forbidden";
|
|
13216
13215
|
site_not_found: "site_not_found";
|
|
13216
|
+
rate_limited: "rate_limited";
|
|
13217
13217
|
contract_violation: "contract_violation";
|
|
13218
13218
|
}>;
|
|
13219
13219
|
message: z.ZodString;
|
|
@@ -13474,11 +13474,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
13474
13474
|
readonly error: z.ZodObject<{
|
|
13475
13475
|
code: z.ZodEnum<{
|
|
13476
13476
|
internal_error: "internal_error";
|
|
13477
|
-
rate_limited: "rate_limited";
|
|
13478
13477
|
invalid_request: "invalid_request";
|
|
13479
13478
|
unauthorized: "unauthorized";
|
|
13480
13479
|
forbidden: "forbidden";
|
|
13481
13480
|
site_not_found: "site_not_found";
|
|
13481
|
+
rate_limited: "rate_limited";
|
|
13482
13482
|
contract_violation: "contract_violation";
|
|
13483
13483
|
}>;
|
|
13484
13484
|
message: z.ZodString;
|
|
@@ -13490,11 +13490,11 @@ declare function createGscdumpV1Protocol(): {
|
|
|
13490
13490
|
readonly error: z.ZodObject<{
|
|
13491
13491
|
code: z.ZodEnum<{
|
|
13492
13492
|
internal_error: "internal_error";
|
|
13493
|
-
rate_limited: "rate_limited";
|
|
13494
13493
|
invalid_request: "invalid_request";
|
|
13495
13494
|
unauthorized: "unauthorized";
|
|
13496
13495
|
forbidden: "forbidden";
|
|
13497
13496
|
site_not_found: "site_not_found";
|
|
13497
|
+
rate_limited: "rate_limited";
|
|
13498
13498
|
contract_violation: "contract_violation";
|
|
13499
13499
|
}>;
|
|
13500
13500
|
message: z.ZodString;
|
|
@@ -13623,10 +13623,10 @@ declare function createGscdumpV1Protocol(): {
|
|
|
13623
13623
|
readonly error: z.ZodObject<{
|
|
13624
13624
|
code: z.ZodEnum<{
|
|
13625
13625
|
internal_error: "internal_error";
|
|
13626
|
-
rate_limited: "rate_limited";
|
|
13627
13626
|
invalid_request: "invalid_request";
|
|
13628
13627
|
unauthorized: "unauthorized";
|
|
13629
13628
|
forbidden: "forbidden";
|
|
13629
|
+
rate_limited: "rate_limited";
|
|
13630
13630
|
realtime_unavailable: "realtime_unavailable";
|
|
13631
13631
|
contract_violation: "contract_violation";
|
|
13632
13632
|
}>;
|
|
@@ -13639,10 +13639,10 @@ declare function createGscdumpV1Protocol(): {
|
|
|
13639
13639
|
readonly error: z.ZodObject<{
|
|
13640
13640
|
code: z.ZodEnum<{
|
|
13641
13641
|
internal_error: "internal_error";
|
|
13642
|
-
rate_limited: "rate_limited";
|
|
13643
13642
|
invalid_request: "invalid_request";
|
|
13644
13643
|
unauthorized: "unauthorized";
|
|
13645
13644
|
forbidden: "forbidden";
|
|
13645
|
+
rate_limited: "rate_limited";
|
|
13646
13646
|
realtime_unavailable: "realtime_unavailable";
|
|
13647
13647
|
contract_violation: "contract_violation";
|
|
13648
13648
|
}>;
|
|
@@ -13761,10 +13761,10 @@ declare function createGscdumpV1Protocol(): {
|
|
|
13761
13761
|
readonly error: z.ZodObject<{
|
|
13762
13762
|
code: z.ZodEnum<{
|
|
13763
13763
|
internal_error: "internal_error";
|
|
13764
|
-
rate_limited: "rate_limited";
|
|
13765
13764
|
invalid_request: "invalid_request";
|
|
13766
13765
|
unauthorized: "unauthorized";
|
|
13767
13766
|
forbidden: "forbidden";
|
|
13767
|
+
rate_limited: "rate_limited";
|
|
13768
13768
|
realtime_unavailable: "realtime_unavailable";
|
|
13769
13769
|
contract_violation: "contract_violation";
|
|
13770
13770
|
}>;
|
|
@@ -13777,10 +13777,10 @@ declare function createGscdumpV1Protocol(): {
|
|
|
13777
13777
|
readonly error: z.ZodObject<{
|
|
13778
13778
|
code: z.ZodEnum<{
|
|
13779
13779
|
internal_error: "internal_error";
|
|
13780
|
-
rate_limited: "rate_limited";
|
|
13781
13780
|
invalid_request: "invalid_request";
|
|
13782
13781
|
unauthorized: "unauthorized";
|
|
13783
13782
|
forbidden: "forbidden";
|
|
13783
|
+
rate_limited: "rate_limited";
|
|
13784
13784
|
realtime_unavailable: "realtime_unavailable";
|
|
13785
13785
|
contract_violation: "contract_violation";
|
|
13786
13786
|
}>;
|
|
@@ -13835,29 +13835,28 @@ declare function createGscdumpV1Protocol(): {
|
|
|
13835
13835
|
}>;
|
|
13836
13836
|
};
|
|
13837
13837
|
};
|
|
13838
|
-
type GscdumpV1Protocol = ReturnType<typeof createGscdumpV1Protocol>;
|
|
13839
|
-
type GscdumpV1Operation = HttpV1ProtocolOperation<GscdumpV1Protocol>;
|
|
13840
|
-
type GscdumpV1OperationId = GscdumpV1Operation['id'];
|
|
13841
|
-
type GscdumpV1ErrorEnvelope = z.infer<GscdumpV1Protocol['schemas']['errorEnvelope']['client']>;
|
|
13842
|
-
type GscdumpV1RequestMetadata = z.infer<GscdumpV1Protocol['schemas']['requestMetadata']>;
|
|
13843
|
-
type AnalyticsRowsV1Request = z.infer<GscdumpV1Protocol['schemas']['analyticsRowsRequest']>;
|
|
13844
|
-
type AnalyticsRowsV1Response = z.infer<GscdumpV1Protocol['schemas']['analyticsRowsResponse']['client']>;
|
|
13845
|
-
type AnalyticsReportV1Request = z.infer<GscdumpV1Protocol['schemas']['analyticsReportRequest']>;
|
|
13846
|
-
type AnalyticsReportV1Response = z.infer<GscdumpV1Protocol['schemas']['analyticsReportResponse']['client']>;
|
|
13847
|
-
type AnalyticsReportDetailV1Request = z.infer<GscdumpV1Protocol['schemas']['analyticsReportDetailRequest']>;
|
|
13848
|
-
type AnalyticsReportDetailV1Response = z.infer<GscdumpV1Protocol['schemas']['analyticsReportDetailResponse']['client']>;
|
|
13849
|
-
type PartnerAnalysisV1Response = z.infer<GscdumpV1Protocol['schemas']['analysisResponse']['client']>;
|
|
13850
|
-
type PartnerAnalysisBundleV1Response = z.infer<GscdumpV1Protocol['schemas']['analysisBundleResponse']['client']>;
|
|
13851
|
-
type PartnerAvailableSitesV1Response = z.infer<GscdumpV1Protocol['schemas']['availableSitesResponse']['client']>;
|
|
13852
|
-
type PartnerIndexingV1Response = z.infer<GscdumpV1Protocol['schemas']['indexingSummaryResponse']['client']>;
|
|
13853
|
-
type PartnerIndexingUrlsV1Response = z.infer<GscdumpV1Protocol['schemas']['indexingUrlsResponse']['client']>;
|
|
13854
|
-
type PartnerBingIndexingEvidenceV1Response = z.infer<GscdumpV1Protocol['schemas']['bingIndexingEvidenceResponse']['client']>;
|
|
13855
|
-
type PartnerBingConnectionV1Response = z.infer<GscdumpV1Protocol['schemas']['bingConnectionResponse']['client']>;
|
|
13856
|
-
type PartnerIndexingTransitionsV1Response = z.infer<GscdumpV1Protocol['schemas']['indexingTransitionsResponse']['client']>;
|
|
13857
|
-
type PartnerIndexingDiagnosticsV1Response = z.infer<GscdumpV1Protocol['schemas']['indexingDiagnosticsResponse']['client']>;
|
|
13858
|
-
type PartnerSitemapsV1Response = z.infer<GscdumpV1Protocol['schemas']['sitemapsResponse']['client']>;
|
|
13859
|
-
type PartnerSitemapChangesV1Response = z.infer<GscdumpV1Protocol['schemas']['sitemapChangesResponse']['client']>;
|
|
13860
|
-
type PartnerSiteRegistrationV1Response = z.infer<GscdumpV1Protocol['schemas']['siteRegistrationResponse']['client']>;
|
|
13861
|
-
type PartnerSiteDeletionV1Response = z.infer<GscdumpV1Protocol['schemas']['siteDeletionResponse']['client']>;
|
|
13862
|
-
type PartnerUserLifecycleV1Response = z.infer<GscdumpV1Protocol['schemas']['lifecycleResponse']['client']>;
|
|
13863
|
-
export { AnalyticsReportDetailV1Request, AnalyticsReportDetailV1Response, AnalyticsReportV1Request, AnalyticsReportV1Response, AnalyticsRowsV1Request, AnalyticsRowsV1Response, GscdumpV1ErrorEnvelope, GscdumpV1Operation, GscdumpV1OperationId, GscdumpV1Protocol, GscdumpV1RequestMetadata, PartnerAnalysisBundleV1Response, PartnerAnalysisV1Response, PartnerAvailableSitesV1Response, PartnerBingConnectionV1Response, PartnerBingIndexingEvidenceV1Response, PartnerIndexingDiagnosticsV1Response, PartnerIndexingTransitionsV1Response, PartnerIndexingUrlsV1Response, PartnerIndexingV1Response, PartnerSiteDeletionV1Response, PartnerSiteRegistrationV1Response, PartnerSitemapChangesV1Response, PartnerSitemapsV1Response, PartnerUserLifecycleV1Response, createGscdumpV1Protocol };
|
|
13838
|
+
export type GscdumpV1Protocol = ReturnType<typeof createGscdumpV1Protocol>;
|
|
13839
|
+
export type GscdumpV1Operation = HttpV1ProtocolOperation<GscdumpV1Protocol>;
|
|
13840
|
+
export type GscdumpV1OperationId = GscdumpV1Operation['id'];
|
|
13841
|
+
export type GscdumpV1ErrorEnvelope = z.infer<GscdumpV1Protocol['schemas']['errorEnvelope']['client']>;
|
|
13842
|
+
export type GscdumpV1RequestMetadata = z.infer<GscdumpV1Protocol['schemas']['requestMetadata']>;
|
|
13843
|
+
export type AnalyticsRowsV1Request = z.infer<GscdumpV1Protocol['schemas']['analyticsRowsRequest']>;
|
|
13844
|
+
export type AnalyticsRowsV1Response = z.infer<GscdumpV1Protocol['schemas']['analyticsRowsResponse']['client']>;
|
|
13845
|
+
export type AnalyticsReportV1Request = z.infer<GscdumpV1Protocol['schemas']['analyticsReportRequest']>;
|
|
13846
|
+
export type AnalyticsReportV1Response = z.infer<GscdumpV1Protocol['schemas']['analyticsReportResponse']['client']>;
|
|
13847
|
+
export type AnalyticsReportDetailV1Request = z.infer<GscdumpV1Protocol['schemas']['analyticsReportDetailRequest']>;
|
|
13848
|
+
export type AnalyticsReportDetailV1Response = z.infer<GscdumpV1Protocol['schemas']['analyticsReportDetailResponse']['client']>;
|
|
13849
|
+
export type PartnerAnalysisV1Response = z.infer<GscdumpV1Protocol['schemas']['analysisResponse']['client']>;
|
|
13850
|
+
export type PartnerAnalysisBundleV1Response = z.infer<GscdumpV1Protocol['schemas']['analysisBundleResponse']['client']>;
|
|
13851
|
+
export type PartnerAvailableSitesV1Response = z.infer<GscdumpV1Protocol['schemas']['availableSitesResponse']['client']>;
|
|
13852
|
+
export type PartnerIndexingV1Response = z.infer<GscdumpV1Protocol['schemas']['indexingSummaryResponse']['client']>;
|
|
13853
|
+
export type PartnerIndexingUrlsV1Response = z.infer<GscdumpV1Protocol['schemas']['indexingUrlsResponse']['client']>;
|
|
13854
|
+
export type PartnerBingIndexingEvidenceV1Response = z.infer<GscdumpV1Protocol['schemas']['bingIndexingEvidenceResponse']['client']>;
|
|
13855
|
+
export type PartnerBingConnectionV1Response = z.infer<GscdumpV1Protocol['schemas']['bingConnectionResponse']['client']>;
|
|
13856
|
+
export type PartnerIndexingTransitionsV1Response = z.infer<GscdumpV1Protocol['schemas']['indexingTransitionsResponse']['client']>;
|
|
13857
|
+
export type PartnerIndexingDiagnosticsV1Response = z.infer<GscdumpV1Protocol['schemas']['indexingDiagnosticsResponse']['client']>;
|
|
13858
|
+
export type PartnerSitemapsV1Response = z.infer<GscdumpV1Protocol['schemas']['sitemapsResponse']['client']>;
|
|
13859
|
+
export type PartnerSitemapChangesV1Response = z.infer<GscdumpV1Protocol['schemas']['sitemapChangesResponse']['client']>;
|
|
13860
|
+
export type PartnerSiteRegistrationV1Response = z.infer<GscdumpV1Protocol['schemas']['siteRegistrationResponse']['client']>;
|
|
13861
|
+
export type PartnerSiteDeletionV1Response = z.infer<GscdumpV1Protocol['schemas']['siteDeletionResponse']['client']>;
|
|
13862
|
+
export type PartnerUserLifecycleV1Response = z.infer<GscdumpV1Protocol['schemas']['lifecycleResponse']['client']>;
|