@gscdump/contracts 0.33.3 → 0.33.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.
@@ -750,16 +750,16 @@ declare const gscdumpUserRegistrationSchema: z.ZodObject<{
750
750
  apiKey: z.ZodOptional<z.ZodString>;
751
751
  isNew: z.ZodOptional<z.ZodBoolean>;
752
752
  status: z.ZodOptional<z.ZodEnum<{
753
- ready: "ready";
754
753
  provisioning: "provisioning";
754
+ ready: "ready";
755
755
  }>>;
756
756
  }, z.core.$loose>;
757
757
  declare const gscdumpUserStatusSchema: z.ZodObject<{
758
758
  userId: z.ZodString;
759
759
  status: z.ZodEnum<{
760
+ provisioning: "provisioning";
760
761
  ready: "ready";
761
762
  reauth_required: "reauth_required";
762
- provisioning: "provisioning";
763
763
  }>;
764
764
  databaseReady: z.ZodOptional<z.ZodBoolean>;
765
765
  needsReauth: z.ZodOptional<z.ZodBoolean>;
@@ -798,21 +798,21 @@ declare const lifecycleErrorSchema: z.ZodObject<{
798
798
  }, z.core.$strip>;
799
799
  declare const partnerLifecycleAccountSchema: z.ZodObject<{
800
800
  status: z.ZodEnum<{
801
+ ready: "ready";
802
+ reauth_required: "reauth_required";
801
803
  disconnected: "disconnected";
802
804
  oauth_received: "oauth_received";
803
805
  scope_missing: "scope_missing";
804
806
  refresh_missing: "refresh_missing";
805
807
  db_provisioning: "db_provisioning";
806
- ready: "ready";
807
- reauth_required: "reauth_required";
808
808
  }>;
809
809
  grantedScopes: z.ZodArray<z.ZodString>;
810
810
  missingScopes: z.ZodArray<z.ZodString>;
811
811
  nextAction: z.ZodEnum<{
812
- connect_google: "connect_google";
813
812
  reconnect_google: "reconnect_google";
814
- wait_for_provisioning: "wait_for_provisioning";
815
813
  none: "none";
814
+ connect_google: "connect_google";
815
+ wait_for_provisioning: "wait_for_provisioning";
816
816
  }>;
817
817
  }, z.core.$loose>;
818
818
  declare const partnerLifecycleSiteSchema: z.ZodObject<{
@@ -840,14 +840,14 @@ declare const partnerLifecycleSiteSchema: z.ZodObject<{
840
840
  }, z.core.$loose>;
841
841
  analytics: z.ZodObject<{
842
842
  status: z.ZodEnum<{
843
+ queued: "queued";
843
844
  ready: "ready";
845
+ failed: "failed";
844
846
  not_registered: "not_registered";
845
- queued: "queued";
846
847
  preparing: "preparing";
847
848
  syncing: "syncing";
848
849
  queryable_live: "queryable_live";
849
850
  queryable_partial: "queryable_partial";
850
- failed: "failed";
851
851
  }>;
852
852
  progress: z.ZodObject<{
853
853
  completed: z.ZodNumber;
@@ -857,10 +857,10 @@ declare const partnerLifecycleSiteSchema: z.ZodObject<{
857
857
  }, z.core.$strip>;
858
858
  queryable: z.ZodBoolean;
859
859
  sourceMode: z.ZodEnum<{
860
- none: "none";
861
- live: "live";
862
860
  d1: "d1";
863
861
  r2: "r2";
862
+ none: "none";
863
+ live: "live";
864
864
  mixed: "mixed";
865
865
  }>;
866
866
  syncedRange: z.ZodObject<{
@@ -875,10 +875,10 @@ declare const partnerLifecycleSiteSchema: z.ZodObject<{
875
875
  }, z.core.$loose>;
876
876
  sitemaps: z.ZodObject<{
877
877
  status: z.ZodEnum<{
878
+ unknown: "unknown";
878
879
  ready: "ready";
879
- syncing: "syncing";
880
880
  failed: "failed";
881
- unknown: "unknown";
881
+ syncing: "syncing";
882
882
  discovering: "discovering";
883
883
  none_found: "none_found";
884
884
  auto_submitted: "auto_submitted";
@@ -948,21 +948,21 @@ declare const partnerLifecycleResponseSchema: z.ZodObject<{
948
948
  partnerId: z.ZodNullable<z.ZodString>;
949
949
  account: z.ZodObject<{
950
950
  status: z.ZodEnum<{
951
+ ready: "ready";
952
+ reauth_required: "reauth_required";
951
953
  disconnected: "disconnected";
952
954
  oauth_received: "oauth_received";
953
955
  scope_missing: "scope_missing";
954
956
  refresh_missing: "refresh_missing";
955
957
  db_provisioning: "db_provisioning";
956
- ready: "ready";
957
- reauth_required: "reauth_required";
958
958
  }>;
959
959
  grantedScopes: z.ZodArray<z.ZodString>;
960
960
  missingScopes: z.ZodArray<z.ZodString>;
961
961
  nextAction: z.ZodEnum<{
962
- connect_google: "connect_google";
963
962
  reconnect_google: "reconnect_google";
964
- wait_for_provisioning: "wait_for_provisioning";
965
963
  none: "none";
964
+ connect_google: "connect_google";
965
+ wait_for_provisioning: "wait_for_provisioning";
966
966
  }>;
967
967
  }, z.core.$loose>;
968
968
  sites: z.ZodArray<z.ZodObject<{
@@ -990,14 +990,14 @@ declare const partnerLifecycleResponseSchema: z.ZodObject<{
990
990
  }, z.core.$loose>;
991
991
  analytics: z.ZodObject<{
992
992
  status: z.ZodEnum<{
993
+ queued: "queued";
993
994
  ready: "ready";
995
+ failed: "failed";
994
996
  not_registered: "not_registered";
995
- queued: "queued";
996
997
  preparing: "preparing";
997
998
  syncing: "syncing";
998
999
  queryable_live: "queryable_live";
999
1000
  queryable_partial: "queryable_partial";
1000
- failed: "failed";
1001
1001
  }>;
1002
1002
  progress: z.ZodObject<{
1003
1003
  completed: z.ZodNumber;
@@ -1007,10 +1007,10 @@ declare const partnerLifecycleResponseSchema: z.ZodObject<{
1007
1007
  }, z.core.$strip>;
1008
1008
  queryable: z.ZodBoolean;
1009
1009
  sourceMode: z.ZodEnum<{
1010
- none: "none";
1011
- live: "live";
1012
1010
  d1: "d1";
1013
1011
  r2: "r2";
1012
+ none: "none";
1013
+ live: "live";
1014
1014
  mixed: "mixed";
1015
1015
  }>;
1016
1016
  syncedRange: z.ZodObject<{
@@ -1025,10 +1025,10 @@ declare const partnerLifecycleResponseSchema: z.ZodObject<{
1025
1025
  }, z.core.$loose>;
1026
1026
  sitemaps: z.ZodObject<{
1027
1027
  status: z.ZodEnum<{
1028
+ unknown: "unknown";
1028
1029
  ready: "ready";
1029
- syncing: "syncing";
1030
1030
  failed: "failed";
1031
- unknown: "unknown";
1031
+ syncing: "syncing";
1032
1032
  discovering: "discovering";
1033
1033
  none_found: "none_found";
1034
1034
  auto_submitted: "auto_submitted";
@@ -1099,9 +1099,9 @@ declare const gscdumpAvailableSiteSchema: z.ZodObject<{
1099
1099
  registered: z.ZodBoolean;
1100
1100
  siteId: z.ZodOptional<z.ZodString>;
1101
1101
  syncStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1102
- syncing: "syncing";
1103
1102
  pending: "pending";
1104
1103
  error: "error";
1104
+ syncing: "syncing";
1105
1105
  synced: "synced";
1106
1106
  }>>>;
1107
1107
  syncProgress: z.ZodOptional<z.ZodObject<{
@@ -1118,9 +1118,9 @@ declare const gscdumpUserSiteSchema: z.ZodObject<{
1118
1118
  siteId: z.ZodString;
1119
1119
  siteUrl: z.ZodString;
1120
1120
  syncStatus: z.ZodEnum<{
1121
- syncing: "syncing";
1122
1121
  pending: "pending";
1123
1122
  error: "error";
1123
+ syncing: "syncing";
1124
1124
  synced: "synced";
1125
1125
  idle: "idle";
1126
1126
  }>;
@@ -1131,9 +1131,9 @@ declare const gscdumpUserSiteSchema: z.ZodObject<{
1131
1131
  declare const gscdumpSiteRegistrationSchema: z.ZodObject<{
1132
1132
  siteId: z.ZodString;
1133
1133
  status: z.ZodEnum<{
1134
- syncing: "syncing";
1135
1134
  pending: "pending";
1136
1135
  error: "error";
1136
+ syncing: "syncing";
1137
1137
  synced: "synced";
1138
1138
  idle: "idle";
1139
1139
  }>;
@@ -1206,8 +1206,8 @@ declare const bulkRegisterPartnerSitesResponseSchema: z.ZodObject<{
1206
1206
  siteUrl: z.ZodString;
1207
1207
  siteId: z.ZodOptional<z.ZodString>;
1208
1208
  status: z.ZodEnum<{
1209
- registered: "registered";
1210
1209
  error: "error";
1210
+ registered: "registered";
1211
1211
  already_exists: "already_exists";
1212
1212
  not_found: "not_found";
1213
1213
  }>;
@@ -1575,19 +1575,19 @@ declare const gscdumpUserMeResponseSchema: z.ZodObject<{
1575
1575
  databaseReady: z.ZodBoolean;
1576
1576
  plan: z.ZodString;
1577
1577
  accountStatus: z.ZodEnum<{
1578
+ ready: "ready";
1579
+ reauth_required: "reauth_required";
1578
1580
  disconnected: "disconnected";
1579
1581
  oauth_received: "oauth_received";
1580
1582
  scope_missing: "scope_missing";
1581
1583
  refresh_missing: "refresh_missing";
1582
1584
  db_provisioning: "db_provisioning";
1583
- ready: "ready";
1584
- reauth_required: "reauth_required";
1585
1585
  }>;
1586
1586
  accountNextAction: z.ZodEnum<{
1587
- connect_google: "connect_google";
1588
1587
  reconnect_google: "reconnect_google";
1589
- wait_for_provisioning: "wait_for_provisioning";
1590
1588
  none: "none";
1589
+ connect_google: "connect_google";
1590
+ wait_for_provisioning: "wait_for_provisioning";
1591
1591
  }>;
1592
1592
  missingScopes: z.ZodArray<z.ZodString>;
1593
1593
  browserAnalyzerEnabled: z.ZodBoolean;
@@ -1687,8 +1687,8 @@ declare const gscdumpSyncProgressResponseSchema: z.ZodObject<{
1687
1687
  date: z.ZodString;
1688
1688
  status: z.ZodEnum<{
1689
1689
  queued: "queued";
1690
- failed: "failed";
1691
1690
  completed: "completed";
1691
+ failed: "failed";
1692
1692
  processing: "processing";
1693
1693
  }>;
1694
1694
  }, z.core.$loose>>;
@@ -1711,8 +1711,8 @@ declare const gscdumpSyncJobsResponseSchema: z.ZodObject<{
1711
1711
  priority: z.ZodOptional<z.ZodString>;
1712
1712
  status: z.ZodEnum<{
1713
1713
  queued: "queued";
1714
- failed: "failed";
1715
1714
  completed: "completed";
1715
+ failed: "failed";
1716
1716
  processing: "processing";
1717
1717
  scheduled: "scheduled";
1718
1718
  }>;
@@ -2610,19 +2610,19 @@ declare const partnerControlEndpointSchemas: {
2610
2610
  databaseReady: z.ZodBoolean;
2611
2611
  plan: z.ZodString;
2612
2612
  accountStatus: z.ZodEnum<{
2613
+ ready: "ready";
2614
+ reauth_required: "reauth_required";
2613
2615
  disconnected: "disconnected";
2614
2616
  oauth_received: "oauth_received";
2615
2617
  scope_missing: "scope_missing";
2616
2618
  refresh_missing: "refresh_missing";
2617
2619
  db_provisioning: "db_provisioning";
2618
- ready: "ready";
2619
- reauth_required: "reauth_required";
2620
2620
  }>;
2621
2621
  accountNextAction: z.ZodEnum<{
2622
- connect_google: "connect_google";
2623
2622
  reconnect_google: "reconnect_google";
2624
- wait_for_provisioning: "wait_for_provisioning";
2625
2623
  none: "none";
2624
+ connect_google: "connect_google";
2625
+ wait_for_provisioning: "wait_for_provisioning";
2626
2626
  }>;
2627
2627
  missingScopes: z.ZodArray<z.ZodString>;
2628
2628
  browserAnalyzerEnabled: z.ZodBoolean;
@@ -2726,8 +2726,8 @@ declare const partnerControlEndpointSchemas: {
2726
2726
  date: z.ZodString;
2727
2727
  status: z.ZodEnum<{
2728
2728
  queued: "queued";
2729
- failed: "failed";
2730
2729
  completed: "completed";
2730
+ failed: "failed";
2731
2731
  processing: "processing";
2732
2732
  }>;
2733
2733
  }, z.core.$loose>>;
@@ -2752,8 +2752,8 @@ declare const partnerControlEndpointSchemas: {
2752
2752
  priority: z.ZodOptional<z.ZodString>;
2753
2753
  status: z.ZodEnum<{
2754
2754
  queued: "queued";
2755
- failed: "failed";
2756
2755
  completed: "completed";
2756
+ failed: "failed";
2757
2757
  processing: "processing";
2758
2758
  scheduled: "scheduled";
2759
2759
  }>;
@@ -2807,8 +2807,8 @@ declare const partnerControlEndpointSchemas: {
2807
2807
  apiKey: z.ZodOptional<z.ZodString>;
2808
2808
  isNew: z.ZodOptional<z.ZodBoolean>;
2809
2809
  status: z.ZodOptional<z.ZodEnum<{
2810
- ready: "ready";
2811
2810
  provisioning: "provisioning";
2811
+ ready: "ready";
2812
2812
  }>>;
2813
2813
  }, z.core.$loose>;
2814
2814
  };
@@ -2827,9 +2827,9 @@ declare const partnerControlEndpointSchemas: {
2827
2827
  registered: z.ZodBoolean;
2828
2828
  siteId: z.ZodOptional<z.ZodString>;
2829
2829
  syncStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2830
- syncing: "syncing";
2831
2830
  pending: "pending";
2832
2831
  error: "error";
2832
+ syncing: "syncing";
2833
2833
  synced: "synced";
2834
2834
  }>>>;
2835
2835
  syncProgress: z.ZodOptional<z.ZodObject<{
@@ -2848,9 +2848,9 @@ declare const partnerControlEndpointSchemas: {
2848
2848
  readonly response: z.ZodObject<{
2849
2849
  userId: z.ZodString;
2850
2850
  status: z.ZodEnum<{
2851
+ provisioning: "provisioning";
2851
2852
  ready: "ready";
2852
2853
  reauth_required: "reauth_required";
2853
- provisioning: "provisioning";
2854
2854
  }>;
2855
2855
  databaseReady: z.ZodOptional<z.ZodBoolean>;
2856
2856
  needsReauth: z.ZodOptional<z.ZodBoolean>;
@@ -2871,21 +2871,21 @@ declare const partnerControlEndpointSchemas: {
2871
2871
  partnerId: z.ZodNullable<z.ZodString>;
2872
2872
  account: z.ZodObject<{
2873
2873
  status: z.ZodEnum<{
2874
+ ready: "ready";
2875
+ reauth_required: "reauth_required";
2874
2876
  disconnected: "disconnected";
2875
2877
  oauth_received: "oauth_received";
2876
2878
  scope_missing: "scope_missing";
2877
2879
  refresh_missing: "refresh_missing";
2878
2880
  db_provisioning: "db_provisioning";
2879
- ready: "ready";
2880
- reauth_required: "reauth_required";
2881
2881
  }>;
2882
2882
  grantedScopes: z.ZodArray<z.ZodString>;
2883
2883
  missingScopes: z.ZodArray<z.ZodString>;
2884
2884
  nextAction: z.ZodEnum<{
2885
- connect_google: "connect_google";
2886
2885
  reconnect_google: "reconnect_google";
2887
- wait_for_provisioning: "wait_for_provisioning";
2888
2886
  none: "none";
2887
+ connect_google: "connect_google";
2888
+ wait_for_provisioning: "wait_for_provisioning";
2889
2889
  }>;
2890
2890
  }, z.core.$loose>;
2891
2891
  sites: z.ZodArray<z.ZodObject<{
@@ -2913,14 +2913,14 @@ declare const partnerControlEndpointSchemas: {
2913
2913
  }, z.core.$loose>;
2914
2914
  analytics: z.ZodObject<{
2915
2915
  status: z.ZodEnum<{
2916
+ queued: "queued";
2916
2917
  ready: "ready";
2918
+ failed: "failed";
2917
2919
  not_registered: "not_registered";
2918
- queued: "queued";
2919
2920
  preparing: "preparing";
2920
2921
  syncing: "syncing";
2921
2922
  queryable_live: "queryable_live";
2922
2923
  queryable_partial: "queryable_partial";
2923
- failed: "failed";
2924
2924
  }>;
2925
2925
  progress: z.ZodObject<{
2926
2926
  completed: z.ZodNumber;
@@ -2930,10 +2930,10 @@ declare const partnerControlEndpointSchemas: {
2930
2930
  }, z.core.$strip>;
2931
2931
  queryable: z.ZodBoolean;
2932
2932
  sourceMode: z.ZodEnum<{
2933
- none: "none";
2934
- live: "live";
2935
2933
  d1: "d1";
2936
2934
  r2: "r2";
2935
+ none: "none";
2936
+ live: "live";
2937
2937
  mixed: "mixed";
2938
2938
  }>;
2939
2939
  syncedRange: z.ZodObject<{
@@ -2948,10 +2948,10 @@ declare const partnerControlEndpointSchemas: {
2948
2948
  }, z.core.$loose>;
2949
2949
  sitemaps: z.ZodObject<{
2950
2950
  status: z.ZodEnum<{
2951
+ unknown: "unknown";
2951
2952
  ready: "ready";
2952
- syncing: "syncing";
2953
2953
  failed: "failed";
2954
- unknown: "unknown";
2954
+ syncing: "syncing";
2955
2955
  discovering: "discovering";
2956
2956
  none_found: "none_found";
2957
2957
  auto_submitted: "auto_submitted";
@@ -3023,9 +3023,9 @@ declare const partnerControlEndpointSchemas: {
3023
3023
  siteId: z.ZodString;
3024
3024
  siteUrl: z.ZodString;
3025
3025
  syncStatus: z.ZodEnum<{
3026
- syncing: "syncing";
3027
3026
  pending: "pending";
3028
3027
  error: "error";
3028
+ syncing: "syncing";
3029
3029
  synced: "synced";
3030
3030
  idle: "idle";
3031
3031
  }>;
@@ -3043,9 +3043,9 @@ declare const partnerControlEndpointSchemas: {
3043
3043
  registered: z.ZodBoolean;
3044
3044
  siteId: z.ZodOptional<z.ZodString>;
3045
3045
  syncStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
3046
- syncing: "syncing";
3047
3046
  pending: "pending";
3048
3047
  error: "error";
3048
+ syncing: "syncing";
3049
3049
  synced: "synced";
3050
3050
  }>>>;
3051
3051
  syncProgress: z.ZodOptional<z.ZodObject<{
@@ -3090,9 +3090,9 @@ declare const partnerControlEndpointSchemas: {
3090
3090
  readonly response: z.ZodObject<{
3091
3091
  siteId: z.ZodString;
3092
3092
  status: z.ZodEnum<{
3093
- syncing: "syncing";
3094
3093
  pending: "pending";
3095
3094
  error: "error";
3095
+ syncing: "syncing";
3096
3096
  synced: "synced";
3097
3097
  idle: "idle";
3098
3098
  }>;
@@ -3141,8 +3141,8 @@ declare const partnerControlEndpointSchemas: {
3141
3141
  siteUrl: z.ZodString;
3142
3142
  siteId: z.ZodOptional<z.ZodString>;
3143
3143
  status: z.ZodEnum<{
3144
- registered: "registered";
3145
3144
  error: "error";
3145
+ registered: "registered";
3146
3146
  already_exists: "already_exists";
3147
3147
  not_found: "not_found";
3148
3148
  }>;
@@ -4108,19 +4108,19 @@ declare const partnerEndpointSchemas: {
4108
4108
  databaseReady: z.ZodBoolean;
4109
4109
  plan: z.ZodString;
4110
4110
  accountStatus: z.ZodEnum<{
4111
+ ready: "ready";
4112
+ reauth_required: "reauth_required";
4111
4113
  disconnected: "disconnected";
4112
4114
  oauth_received: "oauth_received";
4113
4115
  scope_missing: "scope_missing";
4114
4116
  refresh_missing: "refresh_missing";
4115
4117
  db_provisioning: "db_provisioning";
4116
- ready: "ready";
4117
- reauth_required: "reauth_required";
4118
4118
  }>;
4119
4119
  accountNextAction: z.ZodEnum<{
4120
- connect_google: "connect_google";
4121
4120
  reconnect_google: "reconnect_google";
4122
- wait_for_provisioning: "wait_for_provisioning";
4123
4121
  none: "none";
4122
+ connect_google: "connect_google";
4123
+ wait_for_provisioning: "wait_for_provisioning";
4124
4124
  }>;
4125
4125
  missingScopes: z.ZodArray<z.ZodString>;
4126
4126
  browserAnalyzerEnabled: z.ZodBoolean;
@@ -4224,8 +4224,8 @@ declare const partnerEndpointSchemas: {
4224
4224
  date: z.ZodString;
4225
4225
  status: z.ZodEnum<{
4226
4226
  queued: "queued";
4227
- failed: "failed";
4228
4227
  completed: "completed";
4228
+ failed: "failed";
4229
4229
  processing: "processing";
4230
4230
  }>;
4231
4231
  }, z.core.$loose>>;
@@ -4250,8 +4250,8 @@ declare const partnerEndpointSchemas: {
4250
4250
  priority: z.ZodOptional<z.ZodString>;
4251
4251
  status: z.ZodEnum<{
4252
4252
  queued: "queued";
4253
- failed: "failed";
4254
4253
  completed: "completed";
4254
+ failed: "failed";
4255
4255
  processing: "processing";
4256
4256
  scheduled: "scheduled";
4257
4257
  }>;
@@ -4305,8 +4305,8 @@ declare const partnerEndpointSchemas: {
4305
4305
  apiKey: z.ZodOptional<z.ZodString>;
4306
4306
  isNew: z.ZodOptional<z.ZodBoolean>;
4307
4307
  status: z.ZodOptional<z.ZodEnum<{
4308
- ready: "ready";
4309
4308
  provisioning: "provisioning";
4309
+ ready: "ready";
4310
4310
  }>>;
4311
4311
  }, z.core.$loose>;
4312
4312
  };
@@ -4325,9 +4325,9 @@ declare const partnerEndpointSchemas: {
4325
4325
  registered: z.ZodBoolean;
4326
4326
  siteId: z.ZodOptional<z.ZodString>;
4327
4327
  syncStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4328
- syncing: "syncing";
4329
4328
  pending: "pending";
4330
4329
  error: "error";
4330
+ syncing: "syncing";
4331
4331
  synced: "synced";
4332
4332
  }>>>;
4333
4333
  syncProgress: z.ZodOptional<z.ZodObject<{
@@ -4346,9 +4346,9 @@ declare const partnerEndpointSchemas: {
4346
4346
  readonly response: z.ZodObject<{
4347
4347
  userId: z.ZodString;
4348
4348
  status: z.ZodEnum<{
4349
+ provisioning: "provisioning";
4349
4350
  ready: "ready";
4350
4351
  reauth_required: "reauth_required";
4351
- provisioning: "provisioning";
4352
4352
  }>;
4353
4353
  databaseReady: z.ZodOptional<z.ZodBoolean>;
4354
4354
  needsReauth: z.ZodOptional<z.ZodBoolean>;
@@ -4369,21 +4369,21 @@ declare const partnerEndpointSchemas: {
4369
4369
  partnerId: z.ZodNullable<z.ZodString>;
4370
4370
  account: z.ZodObject<{
4371
4371
  status: z.ZodEnum<{
4372
+ ready: "ready";
4373
+ reauth_required: "reauth_required";
4372
4374
  disconnected: "disconnected";
4373
4375
  oauth_received: "oauth_received";
4374
4376
  scope_missing: "scope_missing";
4375
4377
  refresh_missing: "refresh_missing";
4376
4378
  db_provisioning: "db_provisioning";
4377
- ready: "ready";
4378
- reauth_required: "reauth_required";
4379
4379
  }>;
4380
4380
  grantedScopes: z.ZodArray<z.ZodString>;
4381
4381
  missingScopes: z.ZodArray<z.ZodString>;
4382
4382
  nextAction: z.ZodEnum<{
4383
- connect_google: "connect_google";
4384
4383
  reconnect_google: "reconnect_google";
4385
- wait_for_provisioning: "wait_for_provisioning";
4386
4384
  none: "none";
4385
+ connect_google: "connect_google";
4386
+ wait_for_provisioning: "wait_for_provisioning";
4387
4387
  }>;
4388
4388
  }, z.core.$loose>;
4389
4389
  sites: z.ZodArray<z.ZodObject<{
@@ -4411,14 +4411,14 @@ declare const partnerEndpointSchemas: {
4411
4411
  }, z.core.$loose>;
4412
4412
  analytics: z.ZodObject<{
4413
4413
  status: z.ZodEnum<{
4414
+ queued: "queued";
4414
4415
  ready: "ready";
4416
+ failed: "failed";
4415
4417
  not_registered: "not_registered";
4416
- queued: "queued";
4417
4418
  preparing: "preparing";
4418
4419
  syncing: "syncing";
4419
4420
  queryable_live: "queryable_live";
4420
4421
  queryable_partial: "queryable_partial";
4421
- failed: "failed";
4422
4422
  }>;
4423
4423
  progress: z.ZodObject<{
4424
4424
  completed: z.ZodNumber;
@@ -4428,10 +4428,10 @@ declare const partnerEndpointSchemas: {
4428
4428
  }, z.core.$strip>;
4429
4429
  queryable: z.ZodBoolean;
4430
4430
  sourceMode: z.ZodEnum<{
4431
- none: "none";
4432
- live: "live";
4433
4431
  d1: "d1";
4434
4432
  r2: "r2";
4433
+ none: "none";
4434
+ live: "live";
4435
4435
  mixed: "mixed";
4436
4436
  }>;
4437
4437
  syncedRange: z.ZodObject<{
@@ -4446,10 +4446,10 @@ declare const partnerEndpointSchemas: {
4446
4446
  }, z.core.$loose>;
4447
4447
  sitemaps: z.ZodObject<{
4448
4448
  status: z.ZodEnum<{
4449
+ unknown: "unknown";
4449
4450
  ready: "ready";
4450
- syncing: "syncing";
4451
4451
  failed: "failed";
4452
- unknown: "unknown";
4452
+ syncing: "syncing";
4453
4453
  discovering: "discovering";
4454
4454
  none_found: "none_found";
4455
4455
  auto_submitted: "auto_submitted";
@@ -4521,9 +4521,9 @@ declare const partnerEndpointSchemas: {
4521
4521
  siteId: z.ZodString;
4522
4522
  siteUrl: z.ZodString;
4523
4523
  syncStatus: z.ZodEnum<{
4524
- syncing: "syncing";
4525
4524
  pending: "pending";
4526
4525
  error: "error";
4526
+ syncing: "syncing";
4527
4527
  synced: "synced";
4528
4528
  idle: "idle";
4529
4529
  }>;
@@ -4541,9 +4541,9 @@ declare const partnerEndpointSchemas: {
4541
4541
  registered: z.ZodBoolean;
4542
4542
  siteId: z.ZodOptional<z.ZodString>;
4543
4543
  syncStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4544
- syncing: "syncing";
4545
4544
  pending: "pending";
4546
4545
  error: "error";
4546
+ syncing: "syncing";
4547
4547
  synced: "synced";
4548
4548
  }>>>;
4549
4549
  syncProgress: z.ZodOptional<z.ZodObject<{
@@ -4588,9 +4588,9 @@ declare const partnerEndpointSchemas: {
4588
4588
  readonly response: z.ZodObject<{
4589
4589
  siteId: z.ZodString;
4590
4590
  status: z.ZodEnum<{
4591
- syncing: "syncing";
4592
4591
  pending: "pending";
4593
4592
  error: "error";
4593
+ syncing: "syncing";
4594
4594
  synced: "synced";
4595
4595
  idle: "idle";
4596
4596
  }>;
@@ -4639,8 +4639,8 @@ declare const partnerEndpointSchemas: {
4639
4639
  siteUrl: z.ZodString;
4640
4640
  siteId: z.ZodOptional<z.ZodString>;
4641
4641
  status: z.ZodEnum<{
4642
- registered: "registered";
4643
4642
  error: "error";
4643
+ registered: "registered";
4644
4644
  already_exists: "already_exists";
4645
4645
  not_found: "not_found";
4646
4646
  }>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gscdump/contracts",
3
3
  "type": "module",
4
- "version": "0.33.3",
4
+ "version": "0.33.4",
5
5
  "description": "Shared gscdump.com API, webhook, realtime, and lifecycle contracts.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",