@gscdump/contracts 3.4.3 → 3.4.4

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.
@@ -1069,8 +1069,8 @@ declare const partnerEndpoints: {
1069
1069
  siteUrl: import("zod").ZodString;
1070
1070
  site: import("zod").ZodObject<{
1071
1071
  type: import("zod").ZodEnum<{
1072
- INET_DOMAIN: "INET_DOMAIN";
1073
1072
  SITE: "SITE";
1073
+ INET_DOMAIN: "INET_DOMAIN";
1074
1074
  }>;
1075
1075
  identifier: import("zod").ZodString;
1076
1076
  }, import("zod/v4/core").$strip>;
@@ -1114,8 +1114,8 @@ declare const partnerEndpoints: {
1114
1114
  siteUrl: import("zod").ZodString;
1115
1115
  site: import("zod").ZodObject<{
1116
1116
  type: import("zod").ZodEnum<{
1117
- INET_DOMAIN: "INET_DOMAIN";
1118
1117
  SITE: "SITE";
1118
+ INET_DOMAIN: "INET_DOMAIN";
1119
1119
  }>;
1120
1120
  identifier: import("zod").ZodString;
1121
1121
  }, import("zod/v4/core").$strip>;
@@ -1413,9 +1413,9 @@ declare const partnerEndpoints: {
1413
1413
  siteUrl: import("zod").ZodString;
1414
1414
  syncStatus: import("zod").ZodNullable<import("zod").ZodString>;
1415
1415
  indexingStatus: import("zod").ZodEnum<{
1416
+ complete: "complete";
1416
1417
  pending: "pending";
1417
1418
  partial: "partial";
1418
- complete: "complete";
1419
1419
  }>;
1420
1420
  indexingProgress: import("zod").ZodNumber;
1421
1421
  sitemapTotal: import("zod").ZodNumber;
@@ -1434,8 +1434,8 @@ declare const partnerEndpoints: {
1434
1434
  limit: import("zod").ZodOptional<import("zod").ZodNumber>;
1435
1435
  offset: import("zod").ZodOptional<import("zod").ZodNumber>;
1436
1436
  status: import("zod").ZodOptional<import("zod").ZodEnum<{
1437
- pending: "pending";
1438
1437
  indexed: "indexed";
1438
+ pending: "pending";
1439
1439
  not_indexed: "not_indexed";
1440
1440
  }>>;
1441
1441
  issue: import("zod").ZodOptional<import("zod").ZodString>;
@@ -349,12 +349,12 @@ declare const indexingUrlsResponseSchema: z.ZodObject<{
349
349
  }, z.core.$loose>;
350
350
  declare const GSCDUMP_INDEXING_TRANSITION_FIELDS: readonly ["indexStatus", "coverageState", "robotsTxtState", "indexingState", "pageFetchState", "googleCanonical"];
351
351
  declare const gscdumpIndexingTransitionFieldSchema: z.ZodEnum<{
352
+ indexStatus: "indexStatus";
353
+ googleCanonical: "googleCanonical";
352
354
  coverageState: "coverageState";
353
- indexingState: "indexingState";
354
355
  robotsTxtState: "robotsTxtState";
356
+ indexingState: "indexingState";
355
357
  pageFetchState: "pageFetchState";
356
- googleCanonical: "googleCanonical";
357
- indexStatus: "indexStatus";
358
358
  }>;
359
359
  declare const indexingIssueSchema: z.ZodObject<{
360
360
  type: z.ZodString;
@@ -1705,8 +1705,8 @@ declare const indexingUrlsParamsSchema: z.ZodOptional<z.ZodObject<{
1705
1705
  limit: z.ZodOptional<z.ZodNumber>;
1706
1706
  offset: z.ZodOptional<z.ZodNumber>;
1707
1707
  status: z.ZodOptional<z.ZodEnum<{
1708
- pending: "pending";
1709
1708
  indexed: "indexed";
1709
+ pending: "pending";
1710
1710
  not_indexed: "not_indexed";
1711
1711
  }>>;
1712
1712
  issue: z.ZodOptional<z.ZodString>;
@@ -1773,9 +1773,9 @@ declare const gscdumpIndexingResponseSchema: z.ZodObject<{
1773
1773
  siteUrl: z.ZodString;
1774
1774
  syncStatus: z.ZodNullable<z.ZodString>;
1775
1775
  indexingStatus: z.ZodEnum<{
1776
+ complete: "complete";
1776
1777
  pending: "pending";
1777
1778
  partial: "partial";
1778
- complete: "complete";
1779
1779
  }>;
1780
1780
  indexingProgress: z.ZodNumber;
1781
1781
  sitemapTotal: z.ZodNumber;
@@ -1969,9 +1969,9 @@ declare const gscdumpSyncProgressResponseSchema: z.ZodObject<{
1969
1969
  needsReauth: z.ZodBoolean;
1970
1970
  authFailureCount: z.ZodNumber;
1971
1971
  currentPhase: z.ZodEnum<{
1972
- backfill: "backfill";
1973
1972
  complete: "complete";
1974
1973
  initial: "initial";
1974
+ backfill: "backfill";
1975
1975
  }>;
1976
1976
  isStalled: z.ZodBoolean;
1977
1977
  stallDays: z.ZodNumber;
@@ -2483,8 +2483,8 @@ declare const gscVerificationMethodSchema: z.ZodEnum<{
2483
2483
  }>;
2484
2484
  declare const gscVerificationSiteSchema: z.ZodObject<{
2485
2485
  type: z.ZodEnum<{
2486
- INET_DOMAIN: "INET_DOMAIN";
2487
2486
  SITE: "SITE";
2487
+ INET_DOMAIN: "INET_DOMAIN";
2488
2488
  }>;
2489
2489
  identifier: z.ZodString;
2490
2490
  }, z.core.$strip>;
@@ -2512,8 +2512,8 @@ declare const gscVerificationTokenResponseSchema: z.ZodObject<{
2512
2512
  siteUrl: z.ZodString;
2513
2513
  site: z.ZodObject<{
2514
2514
  type: z.ZodEnum<{
2515
- INET_DOMAIN: "INET_DOMAIN";
2516
2515
  SITE: "SITE";
2516
+ INET_DOMAIN: "INET_DOMAIN";
2517
2517
  }>;
2518
2518
  identifier: z.ZodString;
2519
2519
  }, z.core.$strip>;
@@ -2540,8 +2540,8 @@ declare const gscAddAndVerifyResponseSchema: z.ZodObject<{
2540
2540
  siteUrl: z.ZodString;
2541
2541
  site: z.ZodObject<{
2542
2542
  type: z.ZodEnum<{
2543
- INET_DOMAIN: "INET_DOMAIN";
2544
2543
  SITE: "SITE";
2544
+ INET_DOMAIN: "INET_DOMAIN";
2545
2545
  }>;
2546
2546
  identifier: z.ZodString;
2547
2547
  }, z.core.$strip>;
@@ -3428,9 +3428,9 @@ declare const partnerControlEndpointSchemas: {
3428
3428
  needsReauth: z.ZodBoolean;
3429
3429
  authFailureCount: z.ZodNumber;
3430
3430
  currentPhase: z.ZodEnum<{
3431
- backfill: "backfill";
3432
3431
  complete: "complete";
3433
3432
  initial: "initial";
3433
+ backfill: "backfill";
3434
3434
  }>;
3435
3435
  isStalled: z.ZodBoolean;
3436
3436
  stallDays: z.ZodNumber;
@@ -4318,9 +4318,9 @@ declare const partnerControlEndpointSchemas: {
4318
4318
  siteUrl: z.ZodString;
4319
4319
  syncStatus: z.ZodNullable<z.ZodString>;
4320
4320
  indexingStatus: z.ZodEnum<{
4321
+ complete: "complete";
4321
4322
  pending: "pending";
4322
4323
  partial: "partial";
4323
- complete: "complete";
4324
4324
  }>;
4325
4325
  indexingProgress: z.ZodNumber;
4326
4326
  sitemapTotal: z.ZodNumber;
@@ -4336,8 +4336,8 @@ declare const partnerControlEndpointSchemas: {
4336
4336
  limit: z.ZodOptional<z.ZodNumber>;
4337
4337
  offset: z.ZodOptional<z.ZodNumber>;
4338
4338
  status: z.ZodOptional<z.ZodEnum<{
4339
- pending: "pending";
4340
4339
  indexed: "indexed";
4340
+ pending: "pending";
4341
4341
  not_indexed: "not_indexed";
4342
4342
  }>>;
4343
4343
  issue: z.ZodOptional<z.ZodString>;
@@ -4844,8 +4844,8 @@ declare const partnerControlEndpointSchemas: {
4844
4844
  siteUrl: z.ZodString;
4845
4845
  site: z.ZodObject<{
4846
4846
  type: z.ZodEnum<{
4847
- INET_DOMAIN: "INET_DOMAIN";
4848
4847
  SITE: "SITE";
4848
+ INET_DOMAIN: "INET_DOMAIN";
4849
4849
  }>;
4850
4850
  identifier: z.ZodString;
4851
4851
  }, z.core.$strip>;
@@ -4886,8 +4886,8 @@ declare const partnerControlEndpointSchemas: {
4886
4886
  siteUrl: z.ZodString;
4887
4887
  site: z.ZodObject<{
4888
4888
  type: z.ZodEnum<{
4889
- INET_DOMAIN: "INET_DOMAIN";
4890
4889
  SITE: "SITE";
4890
+ INET_DOMAIN: "INET_DOMAIN";
4891
4891
  }>;
4892
4892
  identifier: z.ZodString;
4893
4893
  }, z.core.$strip>;
@@ -5127,9 +5127,9 @@ declare const partnerEndpointSchemas: {
5127
5127
  needsReauth: z.ZodBoolean;
5128
5128
  authFailureCount: z.ZodNumber;
5129
5129
  currentPhase: z.ZodEnum<{
5130
- backfill: "backfill";
5131
5130
  complete: "complete";
5132
5131
  initial: "initial";
5132
+ backfill: "backfill";
5133
5133
  }>;
5134
5134
  isStalled: z.ZodBoolean;
5135
5135
  stallDays: z.ZodNumber;
@@ -6017,9 +6017,9 @@ declare const partnerEndpointSchemas: {
6017
6017
  siteUrl: z.ZodString;
6018
6018
  syncStatus: z.ZodNullable<z.ZodString>;
6019
6019
  indexingStatus: z.ZodEnum<{
6020
+ complete: "complete";
6020
6021
  pending: "pending";
6021
6022
  partial: "partial";
6022
- complete: "complete";
6023
6023
  }>;
6024
6024
  indexingProgress: z.ZodNumber;
6025
6025
  sitemapTotal: z.ZodNumber;
@@ -6035,8 +6035,8 @@ declare const partnerEndpointSchemas: {
6035
6035
  limit: z.ZodOptional<z.ZodNumber>;
6036
6036
  offset: z.ZodOptional<z.ZodNumber>;
6037
6037
  status: z.ZodOptional<z.ZodEnum<{
6038
- pending: "pending";
6039
6038
  indexed: "indexed";
6039
+ pending: "pending";
6040
6040
  not_indexed: "not_indexed";
6041
6041
  }>>;
6042
6042
  issue: z.ZodOptional<z.ZodString>;
@@ -6543,8 +6543,8 @@ declare const partnerEndpointSchemas: {
6543
6543
  siteUrl: z.ZodString;
6544
6544
  site: z.ZodObject<{
6545
6545
  type: z.ZodEnum<{
6546
- INET_DOMAIN: "INET_DOMAIN";
6547
6546
  SITE: "SITE";
6547
+ INET_DOMAIN: "INET_DOMAIN";
6548
6548
  }>;
6549
6549
  identifier: z.ZodString;
6550
6550
  }, z.core.$strip>;
@@ -6585,8 +6585,8 @@ declare const partnerEndpointSchemas: {
6585
6585
  siteUrl: z.ZodString;
6586
6586
  site: z.ZodObject<{
6587
6587
  type: z.ZodEnum<{
6588
- INET_DOMAIN: "INET_DOMAIN";
6589
6588
  SITE: "SITE";
6589
+ INET_DOMAIN: "INET_DOMAIN";
6590
6590
  }>;
6591
6591
  identifier: z.ZodString;
6592
6592
  }, z.core.$strip>;
@@ -15,12 +15,12 @@ declare const GSCDUMP_V1_ANALYTICS_DIMENSIONS: readonly ["page", "query", "query
15
15
  declare function createGscdumpV1BrowserSchemas(realtimeSchemas?: RealtimeV1Schemas): {
16
16
  analyticsRowsRequest: z.ZodObject<{
17
17
  dimensions: z.ZodArray<z.ZodEnum<{
18
+ date: "date";
18
19
  page: "page";
19
20
  query: "query";
20
21
  queryCanonical: "queryCanonical";
21
22
  country: "country";
22
23
  device: "device";
23
- date: "date";
24
24
  searchAppearance: "searchAppearance";
25
25
  hour: "hour";
26
26
  }>>;
@@ -736,12 +736,12 @@ declare function createGscdumpV1Protocol(): {
736
736
  readonly GOOGLE_NEWS: "googleNews";
737
737
  }>>;
738
738
  dimensions: z.ZodArray<z.ZodEnum<{
739
+ date: "date";
739
740
  page: "page";
740
741
  query: "query";
741
742
  queryCanonical: "queryCanonical";
742
743
  country: "country";
743
744
  device: "device";
744
- date: "date";
745
745
  searchAppearance: "searchAppearance";
746
746
  hour: "hour";
747
747
  }>>;
@@ -756,12 +756,12 @@ declare function createGscdumpV1Protocol(): {
756
756
  readonly GOOGLE_NEWS: "googleNews";
757
757
  }>>;
758
758
  dimensions: z.ZodArray<z.ZodEnum<{
759
+ date: "date";
759
760
  page: "page";
760
761
  query: "query";
761
762
  queryCanonical: "queryCanonical";
762
763
  country: "country";
763
764
  device: "device";
764
- date: "date";
765
765
  searchAppearance: "searchAppearance";
766
766
  hour: "hour";
767
767
  }>>;
@@ -893,12 +893,12 @@ declare function createGscdumpV1Protocol(): {
893
893
  readonly GOOGLE_NEWS: "googleNews";
894
894
  }>>;
895
895
  dimensions: z.ZodArray<z.ZodEnum<{
896
+ date: "date";
896
897
  page: "page";
897
898
  query: "query";
898
899
  queryCanonical: "queryCanonical";
899
900
  country: "country";
900
901
  device: "device";
901
- date: "date";
902
902
  searchAppearance: "searchAppearance";
903
903
  hour: "hour";
904
904
  }>>;
@@ -913,12 +913,12 @@ declare function createGscdumpV1Protocol(): {
913
913
  readonly GOOGLE_NEWS: "googleNews";
914
914
  }>>;
915
915
  dimensions: z.ZodArray<z.ZodEnum<{
916
+ date: "date";
916
917
  page: "page";
917
918
  query: "query";
918
919
  queryCanonical: "queryCanonical";
919
920
  country: "country";
920
921
  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";
1024
1025
  page: "page";
1025
1026
  query: "query";
1026
1027
  queryCanonical: "queryCanonical";
1027
1028
  country: "country";
1028
1029
  device: "device";
1029
- date: "date";
1030
1030
  searchAppearance: "searchAppearance";
1031
1031
  hour: "hour";
1032
1032
  }>>;
@@ -1527,9 +1527,9 @@ declare function createGscdumpV1Protocol(): {
1527
1527
  siteUrl: z.ZodString;
1528
1528
  syncStatus: z.ZodNullable<z.ZodString>;
1529
1529
  indexingStatus: z.ZodEnum<{
1530
+ complete: "complete";
1530
1531
  pending: "pending";
1531
1532
  partial: "partial";
1532
- complete: "complete";
1533
1533
  }>;
1534
1534
  indexingProgress: z.ZodNumber;
1535
1535
  sitemapTotal: z.ZodNumber;
@@ -1601,9 +1601,9 @@ declare function createGscdumpV1Protocol(): {
1601
1601
  siteUrl: z.ZodString;
1602
1602
  syncStatus: z.ZodNullable<z.ZodString>;
1603
1603
  indexingStatus: z.ZodEnum<{
1604
+ complete: "complete";
1604
1605
  pending: "pending";
1605
1606
  partial: "partial";
1606
- complete: "complete";
1607
1607
  }>;
1608
1608
  indexingProgress: z.ZodNumber;
1609
1609
  sitemapTotal: z.ZodNumber;
@@ -1623,12 +1623,12 @@ declare function createGscdumpV1Protocol(): {
1623
1623
  startDate: z.ZodOptional<z.ZodString>;
1624
1624
  endDate: z.ZodOptional<z.ZodString>;
1625
1625
  field: z.ZodOptional<z.ZodEnum<{
1626
+ indexStatus: "indexStatus";
1627
+ googleCanonical: "googleCanonical";
1626
1628
  coverageState: "coverageState";
1627
- indexingState: "indexingState";
1628
1629
  robotsTxtState: "robotsTxtState";
1630
+ indexingState: "indexingState";
1629
1631
  pageFetchState: "pageFetchState";
1630
- googleCanonical: "googleCanonical";
1631
- indexStatus: "indexStatus";
1632
1632
  }>>;
1633
1633
  fromValue: z.ZodOptional<z.ZodString>;
1634
1634
  toValue: z.ZodOptional<z.ZodString>;
@@ -1640,12 +1640,12 @@ declare function createGscdumpV1Protocol(): {
1640
1640
  readonly transitions: z.ZodArray<z.ZodObject<{
1641
1641
  readonly url: z.ZodString;
1642
1642
  readonly field: z.ZodEnum<{
1643
+ indexStatus: "indexStatus";
1644
+ googleCanonical: "googleCanonical";
1643
1645
  coverageState: "coverageState";
1644
- indexingState: "indexingState";
1645
1646
  robotsTxtState: "robotsTxtState";
1647
+ indexingState: "indexingState";
1646
1648
  pageFetchState: "pageFetchState";
1647
- googleCanonical: "googleCanonical";
1648
- indexStatus: "indexStatus";
1649
1649
  }>;
1650
1650
  readonly fromValue: z.ZodNullable<z.ZodString>;
1651
1651
  readonly toValue: z.ZodNullable<z.ZodString>;
@@ -1687,12 +1687,12 @@ declare function createGscdumpV1Protocol(): {
1687
1687
  readonly transitions: z.ZodArray<z.ZodObject<{
1688
1688
  readonly url: z.ZodString;
1689
1689
  readonly field: z.ZodEnum<{
1690
+ indexStatus: "indexStatus";
1691
+ googleCanonical: "googleCanonical";
1690
1692
  coverageState: "coverageState";
1691
- indexingState: "indexingState";
1692
1693
  robotsTxtState: "robotsTxtState";
1694
+ indexingState: "indexingState";
1693
1695
  pageFetchState: "pageFetchState";
1694
- googleCanonical: "googleCanonical";
1695
- indexStatus: "indexStatus";
1696
1696
  }>;
1697
1697
  readonly fromValue: z.ZodNullable<z.ZodString>;
1698
1698
  readonly toValue: z.ZodNullable<z.ZodString>;
@@ -1734,8 +1734,8 @@ declare function createGscdumpV1Protocol(): {
1734
1734
  limit: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
1735
1735
  offset: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
1736
1736
  status: z.ZodOptional<z.ZodEnum<{
1737
- pending: "pending";
1738
1737
  indexed: "indexed";
1738
+ pending: "pending";
1739
1739
  not_indexed: "not_indexed";
1740
1740
  }>>;
1741
1741
  issue: z.ZodOptional<z.ZodString>;
@@ -2369,6 +2369,7 @@ declare function createGscdumpV1Protocol(): {
2369
2369
  requestedUrl: z.ZodOptional<z.ZodString>;
2370
2370
  gscPropertyUrl: z.ZodOptional<z.ZodString>;
2371
2371
  siteUrl: z.ZodString;
2372
+ catalogSiteId: z.ZodOptional<z.ZodNumber>;
2372
2373
  externalSiteUrl: z.ZodOptional<z.ZodString>;
2373
2374
  webhookUrl: z.ZodOptional<z.ZodURL>;
2374
2375
  webhookEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -2387,7 +2388,6 @@ declare function createGscdumpV1Protocol(): {
2387
2388
  readonly DISCOVER: "discover";
2388
2389
  readonly GOOGLE_NEWS: "googleNews";
2389
2390
  }>>>;
2390
- catalogSiteId: z.ZodOptional<z.ZodNumber>;
2391
2391
  }, z.core.$strict>;
2392
2392
  sitemapChangesQuery: z.ZodObject<{
2393
2393
  days: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
@@ -3785,6 +3785,7 @@ declare function createGscdumpV1Protocol(): {
3785
3785
  requestedUrl: z.ZodOptional<z.ZodString>;
3786
3786
  gscPropertyUrl: z.ZodOptional<z.ZodString>;
3787
3787
  siteUrl: z.ZodString;
3788
+ catalogSiteId: z.ZodOptional<z.ZodNumber>;
3788
3789
  externalSiteUrl: z.ZodOptional<z.ZodString>;
3789
3790
  webhookUrl: z.ZodOptional<z.ZodURL>;
3790
3791
  webhookEvents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
@@ -3803,7 +3804,6 @@ declare function createGscdumpV1Protocol(): {
3803
3804
  readonly DISCOVER: "discover";
3804
3805
  readonly GOOGLE_NEWS: "googleNews";
3805
3806
  }>>>;
3806
- catalogSiteId: z.ZodOptional<z.ZodNumber>;
3807
3807
  }, z.core.$strict>;
3808
3808
  };
3809
3809
  readonly responses: {
@@ -4606,9 +4606,9 @@ declare function createGscdumpV1Protocol(): {
4606
4606
  siteUrl: z.ZodString;
4607
4607
  syncStatus: z.ZodNullable<z.ZodString>;
4608
4608
  indexingStatus: z.ZodEnum<{
4609
+ complete: "complete";
4609
4610
  pending: "pending";
4610
4611
  partial: "partial";
4611
- complete: "complete";
4612
4612
  }>;
4613
4613
  indexingProgress: z.ZodNumber;
4614
4614
  sitemapTotal: z.ZodNumber;
@@ -4680,9 +4680,9 @@ declare function createGscdumpV1Protocol(): {
4680
4680
  siteUrl: z.ZodString;
4681
4681
  syncStatus: z.ZodNullable<z.ZodString>;
4682
4682
  indexingStatus: z.ZodEnum<{
4683
+ complete: "complete";
4683
4684
  pending: "pending";
4684
4685
  partial: "partial";
4685
- complete: "complete";
4686
4686
  }>;
4687
4687
  indexingProgress: z.ZodNumber;
4688
4688
  sitemapTotal: z.ZodNumber;
@@ -4831,8 +4831,8 @@ declare function createGscdumpV1Protocol(): {
4831
4831
  limit: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
4832
4832
  offset: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
4833
4833
  status: z.ZodOptional<z.ZodEnum<{
4834
- pending: "pending";
4835
4834
  indexed: "indexed";
4835
+ pending: "pending";
4836
4836
  not_indexed: "not_indexed";
4837
4837
  }>>;
4838
4838
  issue: z.ZodOptional<z.ZodString>;
@@ -5692,12 +5692,12 @@ declare function createGscdumpV1Protocol(): {
5692
5692
  startDate: z.ZodOptional<z.ZodString>;
5693
5693
  endDate: z.ZodOptional<z.ZodString>;
5694
5694
  field: z.ZodOptional<z.ZodEnum<{
5695
+ indexStatus: "indexStatus";
5696
+ googleCanonical: "googleCanonical";
5695
5697
  coverageState: "coverageState";
5696
- indexingState: "indexingState";
5697
5698
  robotsTxtState: "robotsTxtState";
5699
+ indexingState: "indexingState";
5698
5700
  pageFetchState: "pageFetchState";
5699
- googleCanonical: "googleCanonical";
5700
- indexStatus: "indexStatus";
5701
5701
  }>>;
5702
5702
  fromValue: z.ZodOptional<z.ZodString>;
5703
5703
  toValue: z.ZodOptional<z.ZodString>;
@@ -5715,12 +5715,12 @@ declare function createGscdumpV1Protocol(): {
5715
5715
  readonly transitions: z.ZodArray<z.ZodObject<{
5716
5716
  readonly url: z.ZodString;
5717
5717
  readonly field: z.ZodEnum<{
5718
+ indexStatus: "indexStatus";
5719
+ googleCanonical: "googleCanonical";
5718
5720
  coverageState: "coverageState";
5719
- indexingState: "indexingState";
5720
5721
  robotsTxtState: "robotsTxtState";
5722
+ indexingState: "indexingState";
5721
5723
  pageFetchState: "pageFetchState";
5722
- googleCanonical: "googleCanonical";
5723
- indexStatus: "indexStatus";
5724
5724
  }>;
5725
5725
  readonly fromValue: z.ZodNullable<z.ZodString>;
5726
5726
  readonly toValue: z.ZodNullable<z.ZodString>;
@@ -5762,12 +5762,12 @@ declare function createGscdumpV1Protocol(): {
5762
5762
  readonly transitions: z.ZodArray<z.ZodObject<{
5763
5763
  readonly url: z.ZodString;
5764
5764
  readonly field: z.ZodEnum<{
5765
+ indexStatus: "indexStatus";
5766
+ googleCanonical: "googleCanonical";
5765
5767
  coverageState: "coverageState";
5766
- indexingState: "indexingState";
5767
5768
  robotsTxtState: "robotsTxtState";
5769
+ indexingState: "indexingState";
5768
5770
  pageFetchState: "pageFetchState";
5769
- googleCanonical: "googleCanonical";
5770
- indexStatus: "indexStatus";
5771
5771
  }>;
5772
5772
  readonly fromValue: z.ZodNullable<z.ZodString>;
5773
5773
  readonly toValue: z.ZodNullable<z.ZodString>;
@@ -12424,12 +12424,12 @@ declare function createGscdumpV1Protocol(): {
12424
12424
  }, z.core.$strict>;
12425
12425
  readonly body: z.ZodObject<{
12426
12426
  dimensions: z.ZodArray<z.ZodEnum<{
12427
+ date: "date";
12427
12428
  page: "page";
12428
12429
  query: "query";
12429
12430
  queryCanonical: "queryCanonical";
12430
12431
  country: "country";
12431
12432
  device: "device";
12432
- date: "date";
12433
12433
  searchAppearance: "searchAppearance";
12434
12434
  hour: "hour";
12435
12435
  }>>;
@@ -12627,12 +12627,12 @@ declare function createGscdumpV1Protocol(): {
12627
12627
  readonly GOOGLE_NEWS: "googleNews";
12628
12628
  }>>;
12629
12629
  dimensions: z.ZodArray<z.ZodEnum<{
12630
+ date: "date";
12630
12631
  page: "page";
12631
12632
  query: "query";
12632
12633
  queryCanonical: "queryCanonical";
12633
12634
  country: "country";
12634
12635
  device: "device";
12635
- date: "date";
12636
12636
  searchAppearance: "searchAppearance";
12637
12637
  hour: "hour";
12638
12638
  }>>;
@@ -12647,12 +12647,12 @@ declare function createGscdumpV1Protocol(): {
12647
12647
  readonly GOOGLE_NEWS: "googleNews";
12648
12648
  }>>;
12649
12649
  dimensions: z.ZodArray<z.ZodEnum<{
12650
+ date: "date";
12650
12651
  page: "page";
12651
12652
  query: "query";
12652
12653
  queryCanonical: "queryCanonical";
12653
12654
  country: "country";
12654
12655
  device: "device";
12655
- date: "date";
12656
12656
  searchAppearance: "searchAppearance";
12657
12657
  hour: "hour";
12658
12658
  }>>;
@@ -12888,12 +12888,12 @@ declare function createGscdumpV1Protocol(): {
12888
12888
  readonly GOOGLE_NEWS: "googleNews";
12889
12889
  }>>;
12890
12890
  dimensions: z.ZodArray<z.ZodEnum<{
12891
+ date: "date";
12891
12892
  page: "page";
12892
12893
  query: "query";
12893
12894
  queryCanonical: "queryCanonical";
12894
12895
  country: "country";
12895
12896
  device: "device";
12896
- date: "date";
12897
12897
  searchAppearance: "searchAppearance";
12898
12898
  hour: "hour";
12899
12899
  }>>;
@@ -12908,12 +12908,12 @@ declare function createGscdumpV1Protocol(): {
12908
12908
  readonly GOOGLE_NEWS: "googleNews";
12909
12909
  }>>;
12910
12910
  dimensions: z.ZodArray<z.ZodEnum<{
12911
+ date: "date";
12911
12912
  page: "page";
12912
12913
  query: "query";
12913
12914
  queryCanonical: "queryCanonical";
12914
12915
  country: "country";
12915
12916
  device: "device";
12916
- date: "date";
12917
12917
  searchAppearance: "searchAppearance";
12918
12918
  hour: "hour";
12919
12919
  }>>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gscdump/contracts",
3
3
  "type": "module",
4
- "version": "3.4.3",
4
+ "version": "3.4.4",
5
5
  "description": "Shared gscdump.com API, webhook, realtime, and lifecycle contracts.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",