@gscdump/contracts 0.33.4 → 0.33.5

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
- provisioning: "provisioning";
754
753
  ready: "ready";
754
+ provisioning: "provisioning";
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";
761
760
  ready: "ready";
762
761
  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";
803
801
  disconnected: "disconnected";
804
802
  oauth_received: "oauth_received";
805
803
  scope_missing: "scope_missing";
806
804
  refresh_missing: "refresh_missing";
807
805
  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
- reconnect_google: "reconnect_google";
813
- none: "none";
814
812
  connect_google: "connect_google";
813
+ reconnect_google: "reconnect_google";
815
814
  wait_for_provisioning: "wait_for_provisioning";
815
+ none: "none";
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";
844
843
  ready: "ready";
845
- failed: "failed";
846
844
  not_registered: "not_registered";
845
+ queued: "queued";
847
846
  preparing: "preparing";
848
847
  syncing: "syncing";
849
848
  queryable_live: "queryable_live";
850
849
  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
- d1: "d1";
861
- r2: "r2";
862
860
  none: "none";
863
861
  live: "live";
862
+ d1: "d1";
863
+ r2: "r2";
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";
879
878
  ready: "ready";
880
- failed: "failed";
881
879
  syncing: "syncing";
880
+ failed: "failed";
881
+ unknown: "unknown";
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";
953
951
  disconnected: "disconnected";
954
952
  oauth_received: "oauth_received";
955
953
  scope_missing: "scope_missing";
956
954
  refresh_missing: "refresh_missing";
957
955
  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
- reconnect_google: "reconnect_google";
963
- none: "none";
964
962
  connect_google: "connect_google";
963
+ reconnect_google: "reconnect_google";
965
964
  wait_for_provisioning: "wait_for_provisioning";
965
+ none: "none";
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";
994
993
  ready: "ready";
995
- failed: "failed";
996
994
  not_registered: "not_registered";
995
+ queued: "queued";
997
996
  preparing: "preparing";
998
997
  syncing: "syncing";
999
998
  queryable_live: "queryable_live";
1000
999
  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
- d1: "d1";
1011
- r2: "r2";
1012
1010
  none: "none";
1013
1011
  live: "live";
1012
+ d1: "d1";
1013
+ r2: "r2";
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";
1029
1028
  ready: "ready";
1030
- failed: "failed";
1031
1029
  syncing: "syncing";
1030
+ failed: "failed";
1031
+ unknown: "unknown";
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";
1102
1103
  pending: "pending";
1103
1104
  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";
1121
1122
  pending: "pending";
1122
1123
  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";
1134
1135
  pending: "pending";
1135
1136
  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
- error: "error";
1210
1209
  registered: "registered";
1210
+ error: "error";
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";
1580
1578
  disconnected: "disconnected";
1581
1579
  oauth_received: "oauth_received";
1582
1580
  scope_missing: "scope_missing";
1583
1581
  refresh_missing: "refresh_missing";
1584
1582
  db_provisioning: "db_provisioning";
1583
+ ready: "ready";
1584
+ reauth_required: "reauth_required";
1585
1585
  }>;
1586
1586
  accountNextAction: z.ZodEnum<{
1587
- reconnect_google: "reconnect_google";
1588
- none: "none";
1589
1587
  connect_google: "connect_google";
1588
+ reconnect_google: "reconnect_google";
1590
1589
  wait_for_provisioning: "wait_for_provisioning";
1590
+ none: "none";
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
- completed: "completed";
1691
1690
  failed: "failed";
1691
+ completed: "completed";
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
- completed: "completed";
1715
1714
  failed: "failed";
1715
+ completed: "completed";
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";
2615
2613
  disconnected: "disconnected";
2616
2614
  oauth_received: "oauth_received";
2617
2615
  scope_missing: "scope_missing";
2618
2616
  refresh_missing: "refresh_missing";
2619
2617
  db_provisioning: "db_provisioning";
2618
+ ready: "ready";
2619
+ reauth_required: "reauth_required";
2620
2620
  }>;
2621
2621
  accountNextAction: z.ZodEnum<{
2622
- reconnect_google: "reconnect_google";
2623
- none: "none";
2624
2622
  connect_google: "connect_google";
2623
+ reconnect_google: "reconnect_google";
2625
2624
  wait_for_provisioning: "wait_for_provisioning";
2625
+ none: "none";
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
- completed: "completed";
2730
2729
  failed: "failed";
2730
+ completed: "completed";
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
- completed: "completed";
2756
2755
  failed: "failed";
2756
+ completed: "completed";
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
- provisioning: "provisioning";
2811
2810
  ready: "ready";
2811
+ provisioning: "provisioning";
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";
2830
2831
  pending: "pending";
2831
2832
  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";
2852
2851
  ready: "ready";
2853
2852
  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";
2876
2874
  disconnected: "disconnected";
2877
2875
  oauth_received: "oauth_received";
2878
2876
  scope_missing: "scope_missing";
2879
2877
  refresh_missing: "refresh_missing";
2880
2878
  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
- reconnect_google: "reconnect_google";
2886
- none: "none";
2887
2885
  connect_google: "connect_google";
2886
+ reconnect_google: "reconnect_google";
2888
2887
  wait_for_provisioning: "wait_for_provisioning";
2888
+ none: "none";
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";
2917
2916
  ready: "ready";
2918
- failed: "failed";
2919
2917
  not_registered: "not_registered";
2918
+ queued: "queued";
2920
2919
  preparing: "preparing";
2921
2920
  syncing: "syncing";
2922
2921
  queryable_live: "queryable_live";
2923
2922
  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
- d1: "d1";
2934
- r2: "r2";
2935
2933
  none: "none";
2936
2934
  live: "live";
2935
+ d1: "d1";
2936
+ r2: "r2";
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";
2952
2951
  ready: "ready";
2953
- failed: "failed";
2954
2952
  syncing: "syncing";
2953
+ failed: "failed";
2954
+ unknown: "unknown";
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";
3026
3027
  pending: "pending";
3027
3028
  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";
3046
3047
  pending: "pending";
3047
3048
  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";
3093
3094
  pending: "pending";
3094
3095
  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
- error: "error";
3145
3144
  registered: "registered";
3145
+ error: "error";
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";
4113
4111
  disconnected: "disconnected";
4114
4112
  oauth_received: "oauth_received";
4115
4113
  scope_missing: "scope_missing";
4116
4114
  refresh_missing: "refresh_missing";
4117
4115
  db_provisioning: "db_provisioning";
4116
+ ready: "ready";
4117
+ reauth_required: "reauth_required";
4118
4118
  }>;
4119
4119
  accountNextAction: z.ZodEnum<{
4120
- reconnect_google: "reconnect_google";
4121
- none: "none";
4122
4120
  connect_google: "connect_google";
4121
+ reconnect_google: "reconnect_google";
4123
4122
  wait_for_provisioning: "wait_for_provisioning";
4123
+ none: "none";
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
- completed: "completed";
4228
4227
  failed: "failed";
4228
+ completed: "completed";
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
- completed: "completed";
4254
4253
  failed: "failed";
4254
+ completed: "completed";
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
- provisioning: "provisioning";
4309
4308
  ready: "ready";
4309
+ provisioning: "provisioning";
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";
4328
4329
  pending: "pending";
4329
4330
  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";
4350
4349
  ready: "ready";
4351
4350
  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";
4374
4372
  disconnected: "disconnected";
4375
4373
  oauth_received: "oauth_received";
4376
4374
  scope_missing: "scope_missing";
4377
4375
  refresh_missing: "refresh_missing";
4378
4376
  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
- reconnect_google: "reconnect_google";
4384
- none: "none";
4385
4383
  connect_google: "connect_google";
4384
+ reconnect_google: "reconnect_google";
4386
4385
  wait_for_provisioning: "wait_for_provisioning";
4386
+ none: "none";
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";
4415
4414
  ready: "ready";
4416
- failed: "failed";
4417
4415
  not_registered: "not_registered";
4416
+ queued: "queued";
4418
4417
  preparing: "preparing";
4419
4418
  syncing: "syncing";
4420
4419
  queryable_live: "queryable_live";
4421
4420
  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
- d1: "d1";
4432
- r2: "r2";
4433
4431
  none: "none";
4434
4432
  live: "live";
4433
+ d1: "d1";
4434
+ r2: "r2";
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";
4450
4449
  ready: "ready";
4451
- failed: "failed";
4452
4450
  syncing: "syncing";
4451
+ failed: "failed";
4452
+ unknown: "unknown";
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";
4524
4525
  pending: "pending";
4525
4526
  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";
4544
4545
  pending: "pending";
4545
4546
  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";
4591
4592
  pending: "pending";
4592
4593
  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
- error: "error";
4643
4642
  registered: "registered";
4643
+ error: "error";
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.4",
4
+ "version": "0.33.5",
5
5
  "description": "Shared gscdump.com API, webhook, realtime, and lifecycle contracts.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",