@gscdump/contracts 1.4.7 → 1.4.10
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/dist/analytics.d.mts +2 -2
- package/dist/endpoints.d.mts +32 -0
- package/dist/index.d.mts +3 -3
- package/dist/index.mjs +2 -2
- package/dist/partner.d.mts +2 -2
- package/dist/schemas.d.mts +120 -1
- package/dist/schemas.mjs +22 -3
- package/dist/types.d.mts +10 -3
- package/dist/v1/http.d.mts +2 -2
- package/dist/v1/index.d.mts +2 -2
- package/dist/v1/operations.d.mts +423 -13
- package/dist/v1/operations.mjs +151 -2
- package/dist/v1/server.d.mts +2 -2
- package/package.json +1 -1
package/dist/v1/operations.d.mts
CHANGED
|
@@ -736,12 +736,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
736
736
|
googleNews: "googleNews";
|
|
737
737
|
}>>;
|
|
738
738
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
739
|
-
date: "date";
|
|
740
739
|
page: "page";
|
|
741
740
|
query: "query";
|
|
742
741
|
queryCanonical: "queryCanonical";
|
|
743
742
|
country: "country";
|
|
744
743
|
device: "device";
|
|
744
|
+
date: "date";
|
|
745
745
|
searchAppearance: "searchAppearance";
|
|
746
746
|
hour: "hour";
|
|
747
747
|
}>>;
|
|
@@ -756,12 +756,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
756
756
|
googleNews: "googleNews";
|
|
757
757
|
}>>;
|
|
758
758
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
759
|
-
date: "date";
|
|
760
759
|
page: "page";
|
|
761
760
|
query: "query";
|
|
762
761
|
queryCanonical: "queryCanonical";
|
|
763
762
|
country: "country";
|
|
764
763
|
device: "device";
|
|
764
|
+
date: "date";
|
|
765
765
|
searchAppearance: "searchAppearance";
|
|
766
766
|
hour: "hour";
|
|
767
767
|
}>>;
|
|
@@ -893,12 +893,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
893
893
|
googleNews: "googleNews";
|
|
894
894
|
}>>;
|
|
895
895
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
896
|
-
date: "date";
|
|
897
896
|
page: "page";
|
|
898
897
|
query: "query";
|
|
899
898
|
queryCanonical: "queryCanonical";
|
|
900
899
|
country: "country";
|
|
901
900
|
device: "device";
|
|
901
|
+
date: "date";
|
|
902
902
|
searchAppearance: "searchAppearance";
|
|
903
903
|
hour: "hour";
|
|
904
904
|
}>>;
|
|
@@ -913,12 +913,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
913
913
|
googleNews: "googleNews";
|
|
914
914
|
}>>;
|
|
915
915
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
916
|
-
date: "date";
|
|
917
916
|
page: "page";
|
|
918
917
|
query: "query";
|
|
919
918
|
queryCanonical: "queryCanonical";
|
|
920
919
|
country: "country";
|
|
921
920
|
device: "device";
|
|
921
|
+
date: "date";
|
|
922
922
|
searchAppearance: "searchAppearance";
|
|
923
923
|
hour: "hour";
|
|
924
924
|
}>>;
|
|
@@ -1021,12 +1021,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1021
1021
|
}, z.core.$strip>>;
|
|
1022
1022
|
analyticsRowsRequest: z.ZodObject<{
|
|
1023
1023
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
1024
|
-
date: "date";
|
|
1025
1024
|
page: "page";
|
|
1026
1025
|
query: "query";
|
|
1027
1026
|
queryCanonical: "queryCanonical";
|
|
1028
1027
|
country: "country";
|
|
1029
1028
|
device: "device";
|
|
1029
|
+
date: "date";
|
|
1030
1030
|
searchAppearance: "searchAppearance";
|
|
1031
1031
|
hour: "hour";
|
|
1032
1032
|
}>>;
|
|
@@ -1368,6 +1368,8 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1368
1368
|
info: "info";
|
|
1369
1369
|
}>;
|
|
1370
1370
|
count: z.ZodNumber;
|
|
1371
|
+
description: z.ZodString;
|
|
1372
|
+
fix: z.ZodString;
|
|
1371
1373
|
}, z.core.$loose>>;
|
|
1372
1374
|
samples: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
1373
1375
|
url: z.ZodString;
|
|
@@ -1381,6 +1383,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1381
1383
|
crawlingUserAgent: z.ZodNullable<z.ZodString>;
|
|
1382
1384
|
userCanonical: z.ZodNullable<z.ZodString>;
|
|
1383
1385
|
googleCanonical: z.ZodNullable<z.ZodString>;
|
|
1386
|
+
canonicalMismatchKind: z.ZodEnum<{
|
|
1387
|
+
path: "path";
|
|
1388
|
+
none: "none";
|
|
1389
|
+
formatting: "formatting";
|
|
1390
|
+
cross_domain: "cross_domain";
|
|
1391
|
+
}>;
|
|
1384
1392
|
sitemaps: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1385
1393
|
referringUrls: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1386
1394
|
mobileVerdict: z.ZodNullable<z.ZodString>;
|
|
@@ -1417,6 +1425,8 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1417
1425
|
info: "info";
|
|
1418
1426
|
}>;
|
|
1419
1427
|
count: z.ZodNumber;
|
|
1428
|
+
description: z.ZodString;
|
|
1429
|
+
fix: z.ZodString;
|
|
1420
1430
|
}, z.core.$loose>>;
|
|
1421
1431
|
samples: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
1422
1432
|
url: z.ZodString;
|
|
@@ -1430,6 +1440,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1430
1440
|
crawlingUserAgent: z.ZodNullable<z.ZodString>;
|
|
1431
1441
|
userCanonical: z.ZodNullable<z.ZodString>;
|
|
1432
1442
|
googleCanonical: z.ZodNullable<z.ZodString>;
|
|
1443
|
+
canonicalMismatchKind: z.ZodEnum<{
|
|
1444
|
+
path: "path";
|
|
1445
|
+
none: "none";
|
|
1446
|
+
formatting: "formatting";
|
|
1447
|
+
cross_domain: "cross_domain";
|
|
1448
|
+
}>;
|
|
1433
1449
|
sitemaps: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1434
1450
|
referringUrls: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1435
1451
|
mobileVerdict: z.ZodNullable<z.ZodString>;
|
|
@@ -1603,6 +1619,117 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1603
1619
|
readonly version: z.ZodLiteral<"1.0">;
|
|
1604
1620
|
}, z.core.$strip>;
|
|
1605
1621
|
}, z.core.$strip>>;
|
|
1622
|
+
indexingTransitionsQuery: z.ZodObject<{
|
|
1623
|
+
startDate: z.ZodOptional<z.ZodString>;
|
|
1624
|
+
endDate: z.ZodOptional<z.ZodString>;
|
|
1625
|
+
field: z.ZodOptional<z.ZodEnum<{
|
|
1626
|
+
coverageState: "coverageState";
|
|
1627
|
+
indexingState: "indexingState";
|
|
1628
|
+
robotsTxtState: "robotsTxtState";
|
|
1629
|
+
pageFetchState: "pageFetchState";
|
|
1630
|
+
googleCanonical: "googleCanonical";
|
|
1631
|
+
indexStatus: "indexStatus";
|
|
1632
|
+
}>>;
|
|
1633
|
+
fromValue: z.ZodOptional<z.ZodString>;
|
|
1634
|
+
toValue: z.ZodOptional<z.ZodString>;
|
|
1635
|
+
limit: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
1636
|
+
offset: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
1637
|
+
}, z.core.$strict>;
|
|
1638
|
+
indexingTransitionsResponse: CompatibleResponseSchema<z.ZodObject<{
|
|
1639
|
+
data: z.ZodObject<{
|
|
1640
|
+
readonly transitions: z.ZodArray<z.ZodObject<{
|
|
1641
|
+
readonly url: z.ZodString;
|
|
1642
|
+
readonly field: z.ZodEnum<{
|
|
1643
|
+
coverageState: "coverageState";
|
|
1644
|
+
indexingState: "indexingState";
|
|
1645
|
+
robotsTxtState: "robotsTxtState";
|
|
1646
|
+
pageFetchState: "pageFetchState";
|
|
1647
|
+
googleCanonical: "googleCanonical";
|
|
1648
|
+
indexStatus: "indexStatus";
|
|
1649
|
+
}>;
|
|
1650
|
+
readonly fromValue: z.ZodNullable<z.ZodString>;
|
|
1651
|
+
readonly toValue: z.ZodNullable<z.ZodString>;
|
|
1652
|
+
readonly changedAfter: z.ZodString;
|
|
1653
|
+
readonly changedBefore: z.ZodString;
|
|
1654
|
+
readonly detectedAt: z.ZodString;
|
|
1655
|
+
readonly observationGapDays: z.ZodNumber;
|
|
1656
|
+
}, z.core.$strip>>;
|
|
1657
|
+
readonly observationWindow: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1658
|
+
readonly _tag: z.ZodLiteral<"empty">;
|
|
1659
|
+
readonly gapDaysMedian: z.ZodNull;
|
|
1660
|
+
readonly gapDaysP90: z.ZodNull;
|
|
1661
|
+
readonly sampleSize: z.ZodLiteral<0>;
|
|
1662
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1663
|
+
readonly _tag: z.ZodLiteral<"sampled">;
|
|
1664
|
+
readonly gapDaysMedian: z.ZodNumber;
|
|
1665
|
+
readonly gapDaysP90: z.ZodNumber;
|
|
1666
|
+
readonly sampleSize: z.ZodNumber;
|
|
1667
|
+
}, z.core.$strip>], "_tag">;
|
|
1668
|
+
readonly pagination: z.ZodObject<{
|
|
1669
|
+
readonly total: z.ZodNumber;
|
|
1670
|
+
readonly limit: z.ZodNumber;
|
|
1671
|
+
readonly offset: z.ZodNumber;
|
|
1672
|
+
readonly hasMore: z.ZodBoolean;
|
|
1673
|
+
}, z.core.$strip>;
|
|
1674
|
+
readonly meta: z.ZodObject<{
|
|
1675
|
+
readonly siteUrl: z.ZodString;
|
|
1676
|
+
readonly startDate: z.ZodString;
|
|
1677
|
+
readonly endDate: z.ZodString;
|
|
1678
|
+
}, z.core.$strip>;
|
|
1679
|
+
}, z.core.$strip>;
|
|
1680
|
+
meta: z.ZodObject<{
|
|
1681
|
+
readonly requestId: z.ZodString;
|
|
1682
|
+
readonly surface: z.ZodLiteral<"partner">;
|
|
1683
|
+
readonly version: z.ZodLiteral<"1.0">;
|
|
1684
|
+
}, z.core.$strip>;
|
|
1685
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1686
|
+
data: z.ZodObject<{
|
|
1687
|
+
readonly transitions: z.ZodArray<z.ZodObject<{
|
|
1688
|
+
readonly url: z.ZodString;
|
|
1689
|
+
readonly field: z.ZodEnum<{
|
|
1690
|
+
coverageState: "coverageState";
|
|
1691
|
+
indexingState: "indexingState";
|
|
1692
|
+
robotsTxtState: "robotsTxtState";
|
|
1693
|
+
pageFetchState: "pageFetchState";
|
|
1694
|
+
googleCanonical: "googleCanonical";
|
|
1695
|
+
indexStatus: "indexStatus";
|
|
1696
|
+
}>;
|
|
1697
|
+
readonly fromValue: z.ZodNullable<z.ZodString>;
|
|
1698
|
+
readonly toValue: z.ZodNullable<z.ZodString>;
|
|
1699
|
+
readonly changedAfter: z.ZodString;
|
|
1700
|
+
readonly changedBefore: z.ZodString;
|
|
1701
|
+
readonly detectedAt: z.ZodString;
|
|
1702
|
+
readonly observationGapDays: z.ZodNumber;
|
|
1703
|
+
}, z.core.$strip>>;
|
|
1704
|
+
readonly observationWindow: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
1705
|
+
readonly _tag: z.ZodLiteral<"empty">;
|
|
1706
|
+
readonly gapDaysMedian: z.ZodNull;
|
|
1707
|
+
readonly gapDaysP90: z.ZodNull;
|
|
1708
|
+
readonly sampleSize: z.ZodLiteral<0>;
|
|
1709
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
1710
|
+
readonly _tag: z.ZodLiteral<"sampled">;
|
|
1711
|
+
readonly gapDaysMedian: z.ZodNumber;
|
|
1712
|
+
readonly gapDaysP90: z.ZodNumber;
|
|
1713
|
+
readonly sampleSize: z.ZodNumber;
|
|
1714
|
+
}, z.core.$strip>], "_tag">;
|
|
1715
|
+
readonly pagination: z.ZodObject<{
|
|
1716
|
+
readonly total: z.ZodNumber;
|
|
1717
|
+
readonly limit: z.ZodNumber;
|
|
1718
|
+
readonly offset: z.ZodNumber;
|
|
1719
|
+
readonly hasMore: z.ZodBoolean;
|
|
1720
|
+
}, z.core.$strip>;
|
|
1721
|
+
readonly meta: z.ZodObject<{
|
|
1722
|
+
readonly siteUrl: z.ZodString;
|
|
1723
|
+
readonly startDate: z.ZodString;
|
|
1724
|
+
readonly endDate: z.ZodString;
|
|
1725
|
+
}, z.core.$strip>;
|
|
1726
|
+
}, z.core.$strip>;
|
|
1727
|
+
meta: z.ZodObject<{
|
|
1728
|
+
readonly requestId: z.ZodString;
|
|
1729
|
+
readonly surface: z.ZodLiteral<"partner">;
|
|
1730
|
+
readonly version: z.ZodLiteral<"1.0">;
|
|
1731
|
+
}, z.core.$strip>;
|
|
1732
|
+
}, z.core.$strip>>;
|
|
1606
1733
|
indexingUrlsQuery: z.ZodObject<{
|
|
1607
1734
|
limit: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
1608
1735
|
offset: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
@@ -1629,6 +1756,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1629
1756
|
crawlingUserAgent: z.ZodNullable<z.ZodString>;
|
|
1630
1757
|
userCanonical: z.ZodNullable<z.ZodString>;
|
|
1631
1758
|
googleCanonical: z.ZodNullable<z.ZodString>;
|
|
1759
|
+
canonicalMismatchKind: z.ZodEnum<{
|
|
1760
|
+
path: "path";
|
|
1761
|
+
none: "none";
|
|
1762
|
+
formatting: "formatting";
|
|
1763
|
+
cross_domain: "cross_domain";
|
|
1764
|
+
}>;
|
|
1632
1765
|
sitemaps: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1633
1766
|
referringUrls: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1634
1767
|
mobileVerdict: z.ZodNullable<z.ZodString>;
|
|
@@ -1672,6 +1805,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1672
1805
|
crawlingUserAgent: z.ZodNullable<z.ZodString>;
|
|
1673
1806
|
userCanonical: z.ZodNullable<z.ZodString>;
|
|
1674
1807
|
googleCanonical: z.ZodNullable<z.ZodString>;
|
|
1808
|
+
canonicalMismatchKind: z.ZodEnum<{
|
|
1809
|
+
path: "path";
|
|
1810
|
+
none: "none";
|
|
1811
|
+
formatting: "formatting";
|
|
1812
|
+
cross_domain: "cross_domain";
|
|
1813
|
+
}>;
|
|
1675
1814
|
sitemaps: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1676
1815
|
referringUrls: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
1677
1816
|
mobileVerdict: z.ZodNullable<z.ZodString>;
|
|
@@ -2016,10 +2155,10 @@ declare function createGscdumpV1Protocol(): {
|
|
|
2016
2155
|
}, z.core.$strip>;
|
|
2017
2156
|
}, z.core.$strip>>;
|
|
2018
2157
|
registerSiteRequest: z.ZodObject<{
|
|
2019
|
-
siteUrl: z.ZodString;
|
|
2020
2158
|
externalSiteId: z.ZodOptional<z.ZodString>;
|
|
2021
2159
|
requestedUrl: z.ZodOptional<z.ZodString>;
|
|
2022
2160
|
gscPropertyUrl: z.ZodOptional<z.ZodString>;
|
|
2161
|
+
siteUrl: z.ZodString;
|
|
2023
2162
|
externalSiteUrl: z.ZodOptional<z.ZodString>;
|
|
2024
2163
|
webhookUrl: z.ZodOptional<z.ZodURL>;
|
|
2025
2164
|
webhookEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -3301,10 +3440,10 @@ declare function createGscdumpV1Protocol(): {
|
|
|
3301
3440
|
'x-request-id': z.ZodOptional<z.ZodString>;
|
|
3302
3441
|
}, z.core.$strict>;
|
|
3303
3442
|
readonly body: z.ZodObject<{
|
|
3304
|
-
siteUrl: z.ZodString;
|
|
3305
3443
|
externalSiteId: z.ZodOptional<z.ZodString>;
|
|
3306
3444
|
requestedUrl: z.ZodOptional<z.ZodString>;
|
|
3307
3445
|
gscPropertyUrl: z.ZodOptional<z.ZodString>;
|
|
3446
|
+
siteUrl: z.ZodString;
|
|
3308
3447
|
externalSiteUrl: z.ZodOptional<z.ZodString>;
|
|
3309
3448
|
webhookUrl: z.ZodOptional<z.ZodURL>;
|
|
3310
3449
|
webhookEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
@@ -4379,6 +4518,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4379
4518
|
crawlingUserAgent: z.ZodNullable<z.ZodString>;
|
|
4380
4519
|
userCanonical: z.ZodNullable<z.ZodString>;
|
|
4381
4520
|
googleCanonical: z.ZodNullable<z.ZodString>;
|
|
4521
|
+
canonicalMismatchKind: z.ZodEnum<{
|
|
4522
|
+
path: "path";
|
|
4523
|
+
none: "none";
|
|
4524
|
+
formatting: "formatting";
|
|
4525
|
+
cross_domain: "cross_domain";
|
|
4526
|
+
}>;
|
|
4382
4527
|
sitemaps: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
4383
4528
|
referringUrls: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
4384
4529
|
mobileVerdict: z.ZodNullable<z.ZodString>;
|
|
@@ -4422,6 +4567,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4422
4567
|
crawlingUserAgent: z.ZodNullable<z.ZodString>;
|
|
4423
4568
|
userCanonical: z.ZodNullable<z.ZodString>;
|
|
4424
4569
|
googleCanonical: z.ZodNullable<z.ZodString>;
|
|
4570
|
+
canonicalMismatchKind: z.ZodEnum<{
|
|
4571
|
+
path: "path";
|
|
4572
|
+
none: "none";
|
|
4573
|
+
formatting: "formatting";
|
|
4574
|
+
cross_domain: "cross_domain";
|
|
4575
|
+
}>;
|
|
4425
4576
|
sitemaps: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
4426
4577
|
referringUrls: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
4427
4578
|
mobileVerdict: z.ZodNullable<z.ZodString>;
|
|
@@ -4535,6 +4686,240 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4535
4686
|
};
|
|
4536
4687
|
};
|
|
4537
4688
|
};
|
|
4689
|
+
readonly listSiteIndexingTransitions: {
|
|
4690
|
+
readonly id: "partner.sites.indexing.transitions.list";
|
|
4691
|
+
readonly method: "GET";
|
|
4692
|
+
readonly path: "/sites/{siteId}/indexing/transitions";
|
|
4693
|
+
readonly visibility: "public";
|
|
4694
|
+
readonly semantics: {
|
|
4695
|
+
readonly kind: "query";
|
|
4696
|
+
readonly sideEffects: "none";
|
|
4697
|
+
readonly idempotent: true;
|
|
4698
|
+
readonly retry: "idempotent";
|
|
4699
|
+
readonly readConsistency: "primary";
|
|
4700
|
+
};
|
|
4701
|
+
readonly auth: {
|
|
4702
|
+
readonly credentials: readonly ["user_key", "partner_key"];
|
|
4703
|
+
readonly scopes: readonly ["indexing:read"];
|
|
4704
|
+
readonly ownership: readonly [{
|
|
4705
|
+
readonly credential: "user_key";
|
|
4706
|
+
readonly rule: "authorized_site";
|
|
4707
|
+
}, {
|
|
4708
|
+
readonly credential: "partner_key";
|
|
4709
|
+
readonly rule: "authorized_site";
|
|
4710
|
+
}];
|
|
4711
|
+
};
|
|
4712
|
+
readonly request: {
|
|
4713
|
+
readonly params: z.ZodObject<{
|
|
4714
|
+
siteId: z.ZodString;
|
|
4715
|
+
}, z.core.$strict>;
|
|
4716
|
+
readonly query: z.ZodObject<{
|
|
4717
|
+
startDate: z.ZodOptional<z.ZodString>;
|
|
4718
|
+
endDate: z.ZodOptional<z.ZodString>;
|
|
4719
|
+
field: z.ZodOptional<z.ZodEnum<{
|
|
4720
|
+
coverageState: "coverageState";
|
|
4721
|
+
indexingState: "indexingState";
|
|
4722
|
+
robotsTxtState: "robotsTxtState";
|
|
4723
|
+
pageFetchState: "pageFetchState";
|
|
4724
|
+
googleCanonical: "googleCanonical";
|
|
4725
|
+
indexStatus: "indexStatus";
|
|
4726
|
+
}>>;
|
|
4727
|
+
fromValue: z.ZodOptional<z.ZodString>;
|
|
4728
|
+
toValue: z.ZodOptional<z.ZodString>;
|
|
4729
|
+
limit: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
4730
|
+
offset: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
4731
|
+
}, z.core.$strict>;
|
|
4732
|
+
readonly headers: z.ZodObject<{
|
|
4733
|
+
'x-request-id': z.ZodOptional<z.ZodString>;
|
|
4734
|
+
}, z.core.$strict>;
|
|
4735
|
+
readonly body: null;
|
|
4736
|
+
};
|
|
4737
|
+
readonly responses: {
|
|
4738
|
+
readonly 200: CompatibleResponseSchema<z.ZodObject<{
|
|
4739
|
+
data: z.ZodObject<{
|
|
4740
|
+
readonly transitions: z.ZodArray<z.ZodObject<{
|
|
4741
|
+
readonly url: z.ZodString;
|
|
4742
|
+
readonly field: z.ZodEnum<{
|
|
4743
|
+
coverageState: "coverageState";
|
|
4744
|
+
indexingState: "indexingState";
|
|
4745
|
+
robotsTxtState: "robotsTxtState";
|
|
4746
|
+
pageFetchState: "pageFetchState";
|
|
4747
|
+
googleCanonical: "googleCanonical";
|
|
4748
|
+
indexStatus: "indexStatus";
|
|
4749
|
+
}>;
|
|
4750
|
+
readonly fromValue: z.ZodNullable<z.ZodString>;
|
|
4751
|
+
readonly toValue: z.ZodNullable<z.ZodString>;
|
|
4752
|
+
readonly changedAfter: z.ZodString;
|
|
4753
|
+
readonly changedBefore: z.ZodString;
|
|
4754
|
+
readonly detectedAt: z.ZodString;
|
|
4755
|
+
readonly observationGapDays: z.ZodNumber;
|
|
4756
|
+
}, z.core.$strip>>;
|
|
4757
|
+
readonly observationWindow: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4758
|
+
readonly _tag: z.ZodLiteral<"empty">;
|
|
4759
|
+
readonly gapDaysMedian: z.ZodNull;
|
|
4760
|
+
readonly gapDaysP90: z.ZodNull;
|
|
4761
|
+
readonly sampleSize: z.ZodLiteral<0>;
|
|
4762
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4763
|
+
readonly _tag: z.ZodLiteral<"sampled">;
|
|
4764
|
+
readonly gapDaysMedian: z.ZodNumber;
|
|
4765
|
+
readonly gapDaysP90: z.ZodNumber;
|
|
4766
|
+
readonly sampleSize: z.ZodNumber;
|
|
4767
|
+
}, z.core.$strip>], "_tag">;
|
|
4768
|
+
readonly pagination: z.ZodObject<{
|
|
4769
|
+
readonly total: z.ZodNumber;
|
|
4770
|
+
readonly limit: z.ZodNumber;
|
|
4771
|
+
readonly offset: z.ZodNumber;
|
|
4772
|
+
readonly hasMore: z.ZodBoolean;
|
|
4773
|
+
}, z.core.$strip>;
|
|
4774
|
+
readonly meta: z.ZodObject<{
|
|
4775
|
+
readonly siteUrl: z.ZodString;
|
|
4776
|
+
readonly startDate: z.ZodString;
|
|
4777
|
+
readonly endDate: z.ZodString;
|
|
4778
|
+
}, z.core.$strip>;
|
|
4779
|
+
}, z.core.$strip>;
|
|
4780
|
+
meta: z.ZodObject<{
|
|
4781
|
+
readonly requestId: z.ZodString;
|
|
4782
|
+
readonly surface: z.ZodLiteral<"partner">;
|
|
4783
|
+
readonly version: z.ZodLiteral<"1.0">;
|
|
4784
|
+
}, z.core.$strip>;
|
|
4785
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4786
|
+
data: z.ZodObject<{
|
|
4787
|
+
readonly transitions: z.ZodArray<z.ZodObject<{
|
|
4788
|
+
readonly url: z.ZodString;
|
|
4789
|
+
readonly field: z.ZodEnum<{
|
|
4790
|
+
coverageState: "coverageState";
|
|
4791
|
+
indexingState: "indexingState";
|
|
4792
|
+
robotsTxtState: "robotsTxtState";
|
|
4793
|
+
pageFetchState: "pageFetchState";
|
|
4794
|
+
googleCanonical: "googleCanonical";
|
|
4795
|
+
indexStatus: "indexStatus";
|
|
4796
|
+
}>;
|
|
4797
|
+
readonly fromValue: z.ZodNullable<z.ZodString>;
|
|
4798
|
+
readonly toValue: z.ZodNullable<z.ZodString>;
|
|
4799
|
+
readonly changedAfter: z.ZodString;
|
|
4800
|
+
readonly changedBefore: z.ZodString;
|
|
4801
|
+
readonly detectedAt: z.ZodString;
|
|
4802
|
+
readonly observationGapDays: z.ZodNumber;
|
|
4803
|
+
}, z.core.$strip>>;
|
|
4804
|
+
readonly observationWindow: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4805
|
+
readonly _tag: z.ZodLiteral<"empty">;
|
|
4806
|
+
readonly gapDaysMedian: z.ZodNull;
|
|
4807
|
+
readonly gapDaysP90: z.ZodNull;
|
|
4808
|
+
readonly sampleSize: z.ZodLiteral<0>;
|
|
4809
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4810
|
+
readonly _tag: z.ZodLiteral<"sampled">;
|
|
4811
|
+
readonly gapDaysMedian: z.ZodNumber;
|
|
4812
|
+
readonly gapDaysP90: z.ZodNumber;
|
|
4813
|
+
readonly sampleSize: z.ZodNumber;
|
|
4814
|
+
}, z.core.$strip>], "_tag">;
|
|
4815
|
+
readonly pagination: z.ZodObject<{
|
|
4816
|
+
readonly total: z.ZodNumber;
|
|
4817
|
+
readonly limit: z.ZodNumber;
|
|
4818
|
+
readonly offset: z.ZodNumber;
|
|
4819
|
+
readonly hasMore: z.ZodBoolean;
|
|
4820
|
+
}, z.core.$strip>;
|
|
4821
|
+
readonly meta: z.ZodObject<{
|
|
4822
|
+
readonly siteUrl: z.ZodString;
|
|
4823
|
+
readonly startDate: z.ZodString;
|
|
4824
|
+
readonly endDate: z.ZodString;
|
|
4825
|
+
}, z.core.$strip>;
|
|
4826
|
+
}, z.core.$strip>;
|
|
4827
|
+
meta: z.ZodObject<{
|
|
4828
|
+
readonly requestId: z.ZodString;
|
|
4829
|
+
readonly surface: z.ZodLiteral<"partner">;
|
|
4830
|
+
readonly version: z.ZodLiteral<"1.0">;
|
|
4831
|
+
}, z.core.$strip>;
|
|
4832
|
+
}, z.core.$strip>>;
|
|
4833
|
+
};
|
|
4834
|
+
readonly errors: readonly ["invalid_request", "unauthorized", "forbidden", "site_not_found", "rate_limited", "internal_error", "contract_violation"];
|
|
4835
|
+
readonly errorResponse: CompatibleResponseSchema<z.ZodObject<{
|
|
4836
|
+
readonly error: z.ZodObject<{
|
|
4837
|
+
code: z.ZodEnum<{
|
|
4838
|
+
internal_error: "internal_error";
|
|
4839
|
+
invalid_request: "invalid_request";
|
|
4840
|
+
unauthorized: "unauthorized";
|
|
4841
|
+
forbidden: "forbidden";
|
|
4842
|
+
site_not_found: "site_not_found";
|
|
4843
|
+
rate_limited: "rate_limited";
|
|
4844
|
+
contract_violation: "contract_violation";
|
|
4845
|
+
}>;
|
|
4846
|
+
message: z.ZodString;
|
|
4847
|
+
requestId: z.ZodString;
|
|
4848
|
+
retryable: z.ZodBoolean;
|
|
4849
|
+
details: z.ZodRecord<z.ZodString, z.ZodJSONSchema>;
|
|
4850
|
+
}, z.core.$strict>;
|
|
4851
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
4852
|
+
readonly error: z.ZodObject<{
|
|
4853
|
+
code: z.ZodEnum<{
|
|
4854
|
+
internal_error: "internal_error";
|
|
4855
|
+
invalid_request: "invalid_request";
|
|
4856
|
+
unauthorized: "unauthorized";
|
|
4857
|
+
forbidden: "forbidden";
|
|
4858
|
+
site_not_found: "site_not_found";
|
|
4859
|
+
rate_limited: "rate_limited";
|
|
4860
|
+
contract_violation: "contract_violation";
|
|
4861
|
+
}>;
|
|
4862
|
+
message: z.ZodString;
|
|
4863
|
+
requestId: z.ZodString;
|
|
4864
|
+
retryable: z.ZodBoolean;
|
|
4865
|
+
details: z.ZodRecord<z.ZodString, z.ZodJSONSchema>;
|
|
4866
|
+
}, z.core.$loose>;
|
|
4867
|
+
}, z.core.$strip>>;
|
|
4868
|
+
readonly resources: {
|
|
4869
|
+
readonly reads: readonly [{
|
|
4870
|
+
readonly type: "site.indexing";
|
|
4871
|
+
readonly idFrom: "params.siteId";
|
|
4872
|
+
}];
|
|
4873
|
+
readonly changes: readonly [];
|
|
4874
|
+
};
|
|
4875
|
+
readonly lifecycle: {
|
|
4876
|
+
readonly introduced: "1.4.8";
|
|
4877
|
+
};
|
|
4878
|
+
readonly docs: {
|
|
4879
|
+
readonly summary: "List observed indexing transitions";
|
|
4880
|
+
readonly description: "Returns URL inspection state changes as bounded observation intervals. detectedAt is the first observation showing the new state, not the exact change time.";
|
|
4881
|
+
readonly tags: readonly ["Indexing"];
|
|
4882
|
+
readonly examples: {
|
|
4883
|
+
readonly request: {
|
|
4884
|
+
readonly params: {
|
|
4885
|
+
readonly siteId: "s_01";
|
|
4886
|
+
};
|
|
4887
|
+
readonly query: {
|
|
4888
|
+
readonly startDate: "2026-06-01";
|
|
4889
|
+
readonly endDate: "2026-07-26";
|
|
4890
|
+
readonly field: "coverageState";
|
|
4891
|
+
};
|
|
4892
|
+
};
|
|
4893
|
+
readonly response: {
|
|
4894
|
+
readonly data: {
|
|
4895
|
+
readonly transitions: readonly [];
|
|
4896
|
+
readonly observationWindow: {
|
|
4897
|
+
readonly _tag: "empty";
|
|
4898
|
+
readonly gapDaysMedian: null;
|
|
4899
|
+
readonly gapDaysP90: null;
|
|
4900
|
+
readonly sampleSize: 0;
|
|
4901
|
+
};
|
|
4902
|
+
readonly pagination: {
|
|
4903
|
+
readonly total: 0;
|
|
4904
|
+
readonly limit: 100;
|
|
4905
|
+
readonly offset: 0;
|
|
4906
|
+
readonly hasMore: false;
|
|
4907
|
+
};
|
|
4908
|
+
readonly meta: {
|
|
4909
|
+
readonly siteUrl: "sc-domain:example.com";
|
|
4910
|
+
readonly startDate: "2026-06-01";
|
|
4911
|
+
readonly endDate: "2026-07-26";
|
|
4912
|
+
};
|
|
4913
|
+
};
|
|
4914
|
+
readonly meta: {
|
|
4915
|
+
readonly requestId: "req_01";
|
|
4916
|
+
readonly surface: "partner";
|
|
4917
|
+
readonly version: "1.0";
|
|
4918
|
+
};
|
|
4919
|
+
};
|
|
4920
|
+
};
|
|
4921
|
+
};
|
|
4922
|
+
};
|
|
4538
4923
|
readonly getSiteIndexingDiagnostics: {
|
|
4539
4924
|
readonly id: "partner.sites.indexing.diagnostics.get";
|
|
4540
4925
|
readonly method: "GET";
|
|
@@ -4588,6 +4973,8 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4588
4973
|
info: "info";
|
|
4589
4974
|
}>;
|
|
4590
4975
|
count: z.ZodNumber;
|
|
4976
|
+
description: z.ZodString;
|
|
4977
|
+
fix: z.ZodString;
|
|
4591
4978
|
}, z.core.$loose>>;
|
|
4592
4979
|
samples: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
4593
4980
|
url: z.ZodString;
|
|
@@ -4601,6 +4988,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4601
4988
|
crawlingUserAgent: z.ZodNullable<z.ZodString>;
|
|
4602
4989
|
userCanonical: z.ZodNullable<z.ZodString>;
|
|
4603
4990
|
googleCanonical: z.ZodNullable<z.ZodString>;
|
|
4991
|
+
canonicalMismatchKind: z.ZodEnum<{
|
|
4992
|
+
path: "path";
|
|
4993
|
+
none: "none";
|
|
4994
|
+
formatting: "formatting";
|
|
4995
|
+
cross_domain: "cross_domain";
|
|
4996
|
+
}>;
|
|
4604
4997
|
sitemaps: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
4605
4998
|
referringUrls: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
4606
4999
|
mobileVerdict: z.ZodNullable<z.ZodString>;
|
|
@@ -4637,6 +5030,8 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4637
5030
|
info: "info";
|
|
4638
5031
|
}>;
|
|
4639
5032
|
count: z.ZodNumber;
|
|
5033
|
+
description: z.ZodString;
|
|
5034
|
+
fix: z.ZodString;
|
|
4640
5035
|
}, z.core.$loose>>;
|
|
4641
5036
|
samples: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodArray<z.ZodObject<{
|
|
4642
5037
|
url: z.ZodString;
|
|
@@ -4650,6 +5045,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4650
5045
|
crawlingUserAgent: z.ZodNullable<z.ZodString>;
|
|
4651
5046
|
userCanonical: z.ZodNullable<z.ZodString>;
|
|
4652
5047
|
googleCanonical: z.ZodNullable<z.ZodString>;
|
|
5048
|
+
canonicalMismatchKind: z.ZodEnum<{
|
|
5049
|
+
path: "path";
|
|
5050
|
+
none: "none";
|
|
5051
|
+
formatting: "formatting";
|
|
5052
|
+
cross_domain: "cross_domain";
|
|
5053
|
+
}>;
|
|
4653
5054
|
sitemaps: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
4654
5055
|
referringUrls: z.ZodNullable<z.ZodArray<z.ZodString>>;
|
|
4655
5056
|
mobileVerdict: z.ZodNullable<z.ZodString>;
|
|
@@ -5685,6 +6086,10 @@ declare function createGscdumpV1Protocol(): {
|
|
|
5685
6086
|
coverageState: z.ZodNullable<z.ZodString>;
|
|
5686
6087
|
lastCrawlTime: z.ZodNullable<z.ZodString>;
|
|
5687
6088
|
lastCheckedAt: z.ZodNullable<z.ZodString>;
|
|
6089
|
+
kind: z.ZodEnum<{
|
|
6090
|
+
path: "path";
|
|
6091
|
+
cross_domain: "cross_domain";
|
|
6092
|
+
}>;
|
|
5688
6093
|
}, z.core.$loose>>;
|
|
5689
6094
|
totalCount: z.ZodNumber;
|
|
5690
6095
|
consolidationTargets: z.ZodArray<z.ZodObject<{
|
|
@@ -5715,6 +6120,10 @@ declare function createGscdumpV1Protocol(): {
|
|
|
5715
6120
|
coverageState: z.ZodNullable<z.ZodString>;
|
|
5716
6121
|
lastCrawlTime: z.ZodNullable<z.ZodString>;
|
|
5717
6122
|
lastCheckedAt: z.ZodNullable<z.ZodString>;
|
|
6123
|
+
kind: z.ZodEnum<{
|
|
6124
|
+
path: "path";
|
|
6125
|
+
cross_domain: "cross_domain";
|
|
6126
|
+
}>;
|
|
5718
6127
|
}, z.core.$loose>>;
|
|
5719
6128
|
totalCount: z.ZodNumber;
|
|
5720
6129
|
consolidationTargets: z.ZodArray<z.ZodObject<{
|
|
@@ -10714,12 +11123,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10714
11123
|
}, z.core.$strict>;
|
|
10715
11124
|
readonly body: z.ZodObject<{
|
|
10716
11125
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
10717
|
-
date: "date";
|
|
10718
11126
|
page: "page";
|
|
10719
11127
|
query: "query";
|
|
10720
11128
|
queryCanonical: "queryCanonical";
|
|
10721
11129
|
country: "country";
|
|
10722
11130
|
device: "device";
|
|
11131
|
+
date: "date";
|
|
10723
11132
|
searchAppearance: "searchAppearance";
|
|
10724
11133
|
hour: "hour";
|
|
10725
11134
|
}>>;
|
|
@@ -10917,12 +11326,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10917
11326
|
googleNews: "googleNews";
|
|
10918
11327
|
}>>;
|
|
10919
11328
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
10920
|
-
date: "date";
|
|
10921
11329
|
page: "page";
|
|
10922
11330
|
query: "query";
|
|
10923
11331
|
queryCanonical: "queryCanonical";
|
|
10924
11332
|
country: "country";
|
|
10925
11333
|
device: "device";
|
|
11334
|
+
date: "date";
|
|
10926
11335
|
searchAppearance: "searchAppearance";
|
|
10927
11336
|
hour: "hour";
|
|
10928
11337
|
}>>;
|
|
@@ -10937,12 +11346,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
10937
11346
|
googleNews: "googleNews";
|
|
10938
11347
|
}>>;
|
|
10939
11348
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
10940
|
-
date: "date";
|
|
10941
11349
|
page: "page";
|
|
10942
11350
|
query: "query";
|
|
10943
11351
|
queryCanonical: "queryCanonical";
|
|
10944
11352
|
country: "country";
|
|
10945
11353
|
device: "device";
|
|
11354
|
+
date: "date";
|
|
10946
11355
|
searchAppearance: "searchAppearance";
|
|
10947
11356
|
hour: "hour";
|
|
10948
11357
|
}>>;
|
|
@@ -11178,12 +11587,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11178
11587
|
googleNews: "googleNews";
|
|
11179
11588
|
}>>;
|
|
11180
11589
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
11181
|
-
date: "date";
|
|
11182
11590
|
page: "page";
|
|
11183
11591
|
query: "query";
|
|
11184
11592
|
queryCanonical: "queryCanonical";
|
|
11185
11593
|
country: "country";
|
|
11186
11594
|
device: "device";
|
|
11595
|
+
date: "date";
|
|
11187
11596
|
searchAppearance: "searchAppearance";
|
|
11188
11597
|
hour: "hour";
|
|
11189
11598
|
}>>;
|
|
@@ -11198,12 +11607,12 @@ declare function createGscdumpV1Protocol(): {
|
|
|
11198
11607
|
googleNews: "googleNews";
|
|
11199
11608
|
}>>;
|
|
11200
11609
|
dimensions: z.ZodArray<z.ZodEnum<{
|
|
11201
|
-
date: "date";
|
|
11202
11610
|
page: "page";
|
|
11203
11611
|
query: "query";
|
|
11204
11612
|
queryCanonical: "queryCanonical";
|
|
11205
11613
|
country: "country";
|
|
11206
11614
|
device: "device";
|
|
11615
|
+
date: "date";
|
|
11207
11616
|
searchAppearance: "searchAppearance";
|
|
11208
11617
|
hour: "hour";
|
|
11209
11618
|
}>>;
|
|
@@ -11704,10 +12113,11 @@ type PartnerAnalysisBundleV1Response = z.infer<GscdumpV1Protocol['schemas']['ana
|
|
|
11704
12113
|
type PartnerAvailableSitesV1Response = z.infer<GscdumpV1Protocol['schemas']['availableSitesResponse']['client']>;
|
|
11705
12114
|
type PartnerIndexingV1Response = z.infer<GscdumpV1Protocol['schemas']['indexingSummaryResponse']['client']>;
|
|
11706
12115
|
type PartnerIndexingUrlsV1Response = z.infer<GscdumpV1Protocol['schemas']['indexingUrlsResponse']['client']>;
|
|
12116
|
+
type PartnerIndexingTransitionsV1Response = z.infer<GscdumpV1Protocol['schemas']['indexingTransitionsResponse']['client']>;
|
|
11707
12117
|
type PartnerIndexingDiagnosticsV1Response = z.infer<GscdumpV1Protocol['schemas']['indexingDiagnosticsResponse']['client']>;
|
|
11708
12118
|
type PartnerSitemapsV1Response = z.infer<GscdumpV1Protocol['schemas']['sitemapsResponse']['client']>;
|
|
11709
12119
|
type PartnerSitemapChangesV1Response = z.infer<GscdumpV1Protocol['schemas']['sitemapChangesResponse']['client']>;
|
|
11710
12120
|
type PartnerSiteRegistrationV1Response = z.infer<GscdumpV1Protocol['schemas']['siteRegistrationResponse']['client']>;
|
|
11711
12121
|
type PartnerSiteDeletionV1Response = z.infer<GscdumpV1Protocol['schemas']['siteDeletionResponse']['client']>;
|
|
11712
12122
|
type PartnerUserLifecycleV1Response = z.infer<GscdumpV1Protocol['schemas']['lifecycleResponse']['client']>;
|
|
11713
|
-
export { AnalyticsReportDetailV1Request, AnalyticsReportDetailV1Response, AnalyticsReportV1Request, AnalyticsReportV1Response, AnalyticsRowsV1Request, AnalyticsRowsV1Response, GscdumpV1ErrorEnvelope, GscdumpV1Protocol, GscdumpV1RequestMetadata, PartnerAnalysisBundleV1Response, PartnerAnalysisV1Response, PartnerAvailableSitesV1Response, PartnerIndexingDiagnosticsV1Response, PartnerIndexingUrlsV1Response, PartnerIndexingV1Response, PartnerSiteDeletionV1Response, PartnerSiteRegistrationV1Response, PartnerSitemapChangesV1Response, PartnerSitemapsV1Response, PartnerUserLifecycleV1Response, createGscdumpV1Protocol };
|
|
12123
|
+
export { AnalyticsReportDetailV1Request, AnalyticsReportDetailV1Response, AnalyticsReportV1Request, AnalyticsReportV1Response, AnalyticsRowsV1Request, AnalyticsRowsV1Response, GscdumpV1ErrorEnvelope, GscdumpV1Protocol, GscdumpV1RequestMetadata, PartnerAnalysisBundleV1Response, PartnerAnalysisV1Response, PartnerAvailableSitesV1Response, PartnerIndexingDiagnosticsV1Response, PartnerIndexingTransitionsV1Response, PartnerIndexingUrlsV1Response, PartnerIndexingV1Response, PartnerSiteDeletionV1Response, PartnerSiteRegistrationV1Response, PartnerSitemapChangesV1Response, PartnerSitemapsV1Response, PartnerUserLifecycleV1Response, createGscdumpV1Protocol };
|