@gscdump/contracts 0.35.10 → 0.35.11

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<{
@@ -842,14 +842,14 @@ declare const partnerLifecycleSiteSchema: z.ZodObject<{
842
842
  }, z.core.$loose>;
843
843
  analytics: z.ZodObject<{
844
844
  status: z.ZodEnum<{
845
+ queued: "queued";
845
846
  ready: "ready";
847
+ failed: "failed";
846
848
  not_registered: "not_registered";
847
- queued: "queued";
848
849
  preparing: "preparing";
849
850
  syncing: "syncing";
850
851
  queryable_live: "queryable_live";
851
852
  queryable_partial: "queryable_partial";
852
- failed: "failed";
853
853
  }>;
854
854
  progress: z.ZodObject<{
855
855
  completed: z.ZodNumber;
@@ -859,10 +859,10 @@ declare const partnerLifecycleSiteSchema: z.ZodObject<{
859
859
  }, z.core.$strip>;
860
860
  queryable: z.ZodBoolean;
861
861
  sourceMode: z.ZodEnum<{
862
- none: "none";
863
- live: "live";
864
862
  d1: "d1";
865
863
  r2: "r2";
864
+ none: "none";
865
+ live: "live";
866
866
  mixed: "mixed";
867
867
  }>;
868
868
  syncedRange: z.ZodObject<{
@@ -877,10 +877,10 @@ declare const partnerLifecycleSiteSchema: z.ZodObject<{
877
877
  }, z.core.$loose>;
878
878
  sitemaps: z.ZodObject<{
879
879
  status: z.ZodEnum<{
880
+ unknown: "unknown";
880
881
  ready: "ready";
881
- syncing: "syncing";
882
882
  failed: "failed";
883
- unknown: "unknown";
883
+ syncing: "syncing";
884
884
  discovering: "discovering";
885
885
  none_found: "none_found";
886
886
  auto_submitted: "auto_submitted";
@@ -951,21 +951,21 @@ declare const partnerLifecycleResponseSchema: z.ZodObject<{
951
951
  currentTeamId: z.ZodNullable<z.ZodString>;
952
952
  account: z.ZodObject<{
953
953
  status: z.ZodEnum<{
954
+ ready: "ready";
955
+ reauth_required: "reauth_required";
954
956
  disconnected: "disconnected";
955
957
  oauth_received: "oauth_received";
956
958
  scope_missing: "scope_missing";
957
959
  refresh_missing: "refresh_missing";
958
960
  db_provisioning: "db_provisioning";
959
- ready: "ready";
960
- reauth_required: "reauth_required";
961
961
  }>;
962
962
  grantedScopes: z.ZodArray<z.ZodString>;
963
963
  missingScopes: z.ZodArray<z.ZodString>;
964
964
  nextAction: z.ZodEnum<{
965
- connect_google: "connect_google";
966
965
  reconnect_google: "reconnect_google";
967
- wait_for_provisioning: "wait_for_provisioning";
968
966
  none: "none";
967
+ connect_google: "connect_google";
968
+ wait_for_provisioning: "wait_for_provisioning";
969
969
  }>;
970
970
  }, z.core.$loose>;
971
971
  sites: z.ZodArray<z.ZodObject<{
@@ -995,14 +995,14 @@ declare const partnerLifecycleResponseSchema: z.ZodObject<{
995
995
  }, z.core.$loose>;
996
996
  analytics: z.ZodObject<{
997
997
  status: z.ZodEnum<{
998
+ queued: "queued";
998
999
  ready: "ready";
1000
+ failed: "failed";
999
1001
  not_registered: "not_registered";
1000
- queued: "queued";
1001
1002
  preparing: "preparing";
1002
1003
  syncing: "syncing";
1003
1004
  queryable_live: "queryable_live";
1004
1005
  queryable_partial: "queryable_partial";
1005
- failed: "failed";
1006
1006
  }>;
1007
1007
  progress: z.ZodObject<{
1008
1008
  completed: z.ZodNumber;
@@ -1012,10 +1012,10 @@ declare const partnerLifecycleResponseSchema: z.ZodObject<{
1012
1012
  }, z.core.$strip>;
1013
1013
  queryable: z.ZodBoolean;
1014
1014
  sourceMode: z.ZodEnum<{
1015
- none: "none";
1016
- live: "live";
1017
1015
  d1: "d1";
1018
1016
  r2: "r2";
1017
+ none: "none";
1018
+ live: "live";
1019
1019
  mixed: "mixed";
1020
1020
  }>;
1021
1021
  syncedRange: z.ZodObject<{
@@ -1030,10 +1030,10 @@ declare const partnerLifecycleResponseSchema: z.ZodObject<{
1030
1030
  }, z.core.$loose>;
1031
1031
  sitemaps: z.ZodObject<{
1032
1032
  status: z.ZodEnum<{
1033
+ unknown: "unknown";
1033
1034
  ready: "ready";
1034
- syncing: "syncing";
1035
1035
  failed: "failed";
1036
- unknown: "unknown";
1036
+ syncing: "syncing";
1037
1037
  discovering: "discovering";
1038
1038
  none_found: "none_found";
1039
1039
  auto_submitted: "auto_submitted";
@@ -1105,9 +1105,9 @@ declare const gscdumpAvailableSiteSchema: z.ZodObject<{
1105
1105
  siteId: z.ZodOptional<z.ZodString>;
1106
1106
  intId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1107
1107
  syncStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
1108
- syncing: "syncing";
1109
1108
  pending: "pending";
1110
1109
  error: "error";
1110
+ syncing: "syncing";
1111
1111
  synced: "synced";
1112
1112
  }>>>;
1113
1113
  syncProgress: z.ZodOptional<z.ZodObject<{
@@ -1124,9 +1124,9 @@ declare const gscdumpUserSiteSchema: z.ZodObject<{
1124
1124
  siteId: z.ZodString;
1125
1125
  siteUrl: z.ZodString;
1126
1126
  syncStatus: z.ZodEnum<{
1127
- syncing: "syncing";
1128
1127
  pending: "pending";
1129
1128
  error: "error";
1129
+ syncing: "syncing";
1130
1130
  synced: "synced";
1131
1131
  idle: "idle";
1132
1132
  }>;
@@ -1139,9 +1139,9 @@ declare const gscdumpSiteRegistrationSchema: z.ZodObject<{
1139
1139
  intId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1140
1140
  catalogSiteId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
1141
1141
  status: z.ZodEnum<{
1142
- syncing: "syncing";
1143
1142
  pending: "pending";
1144
1143
  error: "error";
1144
+ syncing: "syncing";
1145
1145
  synced: "synced";
1146
1146
  idle: "idle";
1147
1147
  }>;
@@ -1215,8 +1215,8 @@ declare const bulkRegisterPartnerSitesResponseSchema: z.ZodObject<{
1215
1215
  siteUrl: z.ZodString;
1216
1216
  siteId: z.ZodOptional<z.ZodString>;
1217
1217
  status: z.ZodEnum<{
1218
- registered: "registered";
1219
1218
  error: "error";
1219
+ registered: "registered";
1220
1220
  already_exists: "already_exists";
1221
1221
  not_found: "not_found";
1222
1222
  }>;
@@ -1596,19 +1596,19 @@ declare const gscdumpUserMeResponseSchema: z.ZodObject<{
1596
1596
  databaseReady: z.ZodBoolean;
1597
1597
  plan: z.ZodString;
1598
1598
  accountStatus: z.ZodEnum<{
1599
+ ready: "ready";
1600
+ reauth_required: "reauth_required";
1599
1601
  disconnected: "disconnected";
1600
1602
  oauth_received: "oauth_received";
1601
1603
  scope_missing: "scope_missing";
1602
1604
  refresh_missing: "refresh_missing";
1603
1605
  db_provisioning: "db_provisioning";
1604
- ready: "ready";
1605
- reauth_required: "reauth_required";
1606
1606
  }>;
1607
1607
  accountNextAction: z.ZodEnum<{
1608
- connect_google: "connect_google";
1609
1608
  reconnect_google: "reconnect_google";
1610
- wait_for_provisioning: "wait_for_provisioning";
1611
1609
  none: "none";
1610
+ connect_google: "connect_google";
1611
+ wait_for_provisioning: "wait_for_provisioning";
1612
1612
  }>;
1613
1613
  missingScopes: z.ZodArray<z.ZodString>;
1614
1614
  browserAnalyzerEnabled: z.ZodBoolean;
@@ -1708,8 +1708,8 @@ declare const gscdumpSyncProgressResponseSchema: z.ZodObject<{
1708
1708
  date: z.ZodString;
1709
1709
  status: z.ZodEnum<{
1710
1710
  queued: "queued";
1711
- failed: "failed";
1712
1711
  completed: "completed";
1712
+ failed: "failed";
1713
1713
  processing: "processing";
1714
1714
  }>;
1715
1715
  }, z.core.$loose>>;
@@ -1732,8 +1732,8 @@ declare const gscdumpSyncJobsResponseSchema: z.ZodObject<{
1732
1732
  priority: z.ZodOptional<z.ZodString>;
1733
1733
  status: z.ZodEnum<{
1734
1734
  queued: "queued";
1735
- failed: "failed";
1736
1735
  completed: "completed";
1736
+ failed: "failed";
1737
1737
  processing: "processing";
1738
1738
  scheduled: "scheduled";
1739
1739
  }>;
@@ -2631,19 +2631,19 @@ declare const partnerControlEndpointSchemas: {
2631
2631
  databaseReady: z.ZodBoolean;
2632
2632
  plan: z.ZodString;
2633
2633
  accountStatus: z.ZodEnum<{
2634
+ ready: "ready";
2635
+ reauth_required: "reauth_required";
2634
2636
  disconnected: "disconnected";
2635
2637
  oauth_received: "oauth_received";
2636
2638
  scope_missing: "scope_missing";
2637
2639
  refresh_missing: "refresh_missing";
2638
2640
  db_provisioning: "db_provisioning";
2639
- ready: "ready";
2640
- reauth_required: "reauth_required";
2641
2641
  }>;
2642
2642
  accountNextAction: z.ZodEnum<{
2643
- connect_google: "connect_google";
2644
2643
  reconnect_google: "reconnect_google";
2645
- wait_for_provisioning: "wait_for_provisioning";
2646
2644
  none: "none";
2645
+ connect_google: "connect_google";
2646
+ wait_for_provisioning: "wait_for_provisioning";
2647
2647
  }>;
2648
2648
  missingScopes: z.ZodArray<z.ZodString>;
2649
2649
  browserAnalyzerEnabled: z.ZodBoolean;
@@ -2747,8 +2747,8 @@ declare const partnerControlEndpointSchemas: {
2747
2747
  date: z.ZodString;
2748
2748
  status: z.ZodEnum<{
2749
2749
  queued: "queued";
2750
- failed: "failed";
2751
2750
  completed: "completed";
2751
+ failed: "failed";
2752
2752
  processing: "processing";
2753
2753
  }>;
2754
2754
  }, z.core.$loose>>;
@@ -2773,8 +2773,8 @@ declare const partnerControlEndpointSchemas: {
2773
2773
  priority: z.ZodOptional<z.ZodString>;
2774
2774
  status: z.ZodEnum<{
2775
2775
  queued: "queued";
2776
- failed: "failed";
2777
2776
  completed: "completed";
2777
+ failed: "failed";
2778
2778
  processing: "processing";
2779
2779
  scheduled: "scheduled";
2780
2780
  }>;
@@ -2828,8 +2828,8 @@ declare const partnerControlEndpointSchemas: {
2828
2828
  apiKey: z.ZodOptional<z.ZodString>;
2829
2829
  isNew: z.ZodOptional<z.ZodBoolean>;
2830
2830
  status: z.ZodOptional<z.ZodEnum<{
2831
- ready: "ready";
2832
2831
  provisioning: "provisioning";
2832
+ ready: "ready";
2833
2833
  }>>;
2834
2834
  }, z.core.$loose>;
2835
2835
  };
@@ -2849,9 +2849,9 @@ declare const partnerControlEndpointSchemas: {
2849
2849
  siteId: z.ZodOptional<z.ZodString>;
2850
2850
  intId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2851
2851
  syncStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
2852
- syncing: "syncing";
2853
2852
  pending: "pending";
2854
2853
  error: "error";
2854
+ syncing: "syncing";
2855
2855
  synced: "synced";
2856
2856
  }>>>;
2857
2857
  syncProgress: z.ZodOptional<z.ZodObject<{
@@ -2870,9 +2870,9 @@ declare const partnerControlEndpointSchemas: {
2870
2870
  readonly response: z.ZodObject<{
2871
2871
  userId: z.ZodString;
2872
2872
  status: z.ZodEnum<{
2873
+ provisioning: "provisioning";
2873
2874
  ready: "ready";
2874
2875
  reauth_required: "reauth_required";
2875
- provisioning: "provisioning";
2876
2876
  }>;
2877
2877
  databaseReady: z.ZodOptional<z.ZodBoolean>;
2878
2878
  needsReauth: z.ZodOptional<z.ZodBoolean>;
@@ -2894,21 +2894,21 @@ declare const partnerControlEndpointSchemas: {
2894
2894
  currentTeamId: z.ZodNullable<z.ZodString>;
2895
2895
  account: z.ZodObject<{
2896
2896
  status: z.ZodEnum<{
2897
+ ready: "ready";
2898
+ reauth_required: "reauth_required";
2897
2899
  disconnected: "disconnected";
2898
2900
  oauth_received: "oauth_received";
2899
2901
  scope_missing: "scope_missing";
2900
2902
  refresh_missing: "refresh_missing";
2901
2903
  db_provisioning: "db_provisioning";
2902
- ready: "ready";
2903
- reauth_required: "reauth_required";
2904
2904
  }>;
2905
2905
  grantedScopes: z.ZodArray<z.ZodString>;
2906
2906
  missingScopes: z.ZodArray<z.ZodString>;
2907
2907
  nextAction: z.ZodEnum<{
2908
- connect_google: "connect_google";
2909
2908
  reconnect_google: "reconnect_google";
2910
- wait_for_provisioning: "wait_for_provisioning";
2911
2909
  none: "none";
2910
+ connect_google: "connect_google";
2911
+ wait_for_provisioning: "wait_for_provisioning";
2912
2912
  }>;
2913
2913
  }, z.core.$loose>;
2914
2914
  sites: z.ZodArray<z.ZodObject<{
@@ -2938,14 +2938,14 @@ declare const partnerControlEndpointSchemas: {
2938
2938
  }, z.core.$loose>;
2939
2939
  analytics: z.ZodObject<{
2940
2940
  status: z.ZodEnum<{
2941
+ queued: "queued";
2941
2942
  ready: "ready";
2943
+ failed: "failed";
2942
2944
  not_registered: "not_registered";
2943
- queued: "queued";
2944
2945
  preparing: "preparing";
2945
2946
  syncing: "syncing";
2946
2947
  queryable_live: "queryable_live";
2947
2948
  queryable_partial: "queryable_partial";
2948
- failed: "failed";
2949
2949
  }>;
2950
2950
  progress: z.ZodObject<{
2951
2951
  completed: z.ZodNumber;
@@ -2955,10 +2955,10 @@ declare const partnerControlEndpointSchemas: {
2955
2955
  }, z.core.$strip>;
2956
2956
  queryable: z.ZodBoolean;
2957
2957
  sourceMode: z.ZodEnum<{
2958
- none: "none";
2959
- live: "live";
2960
2958
  d1: "d1";
2961
2959
  r2: "r2";
2960
+ none: "none";
2961
+ live: "live";
2962
2962
  mixed: "mixed";
2963
2963
  }>;
2964
2964
  syncedRange: z.ZodObject<{
@@ -2973,10 +2973,10 @@ declare const partnerControlEndpointSchemas: {
2973
2973
  }, z.core.$loose>;
2974
2974
  sitemaps: z.ZodObject<{
2975
2975
  status: z.ZodEnum<{
2976
+ unknown: "unknown";
2976
2977
  ready: "ready";
2977
- syncing: "syncing";
2978
2978
  failed: "failed";
2979
- unknown: "unknown";
2979
+ syncing: "syncing";
2980
2980
  discovering: "discovering";
2981
2981
  none_found: "none_found";
2982
2982
  auto_submitted: "auto_submitted";
@@ -3048,9 +3048,9 @@ declare const partnerControlEndpointSchemas: {
3048
3048
  siteId: z.ZodString;
3049
3049
  siteUrl: z.ZodString;
3050
3050
  syncStatus: z.ZodEnum<{
3051
- syncing: "syncing";
3052
3051
  pending: "pending";
3053
3052
  error: "error";
3053
+ syncing: "syncing";
3054
3054
  synced: "synced";
3055
3055
  idle: "idle";
3056
3056
  }>;
@@ -3069,9 +3069,9 @@ declare const partnerControlEndpointSchemas: {
3069
3069
  siteId: z.ZodOptional<z.ZodString>;
3070
3070
  intId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3071
3071
  syncStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
3072
- syncing: "syncing";
3073
3072
  pending: "pending";
3074
3073
  error: "error";
3074
+ syncing: "syncing";
3075
3075
  synced: "synced";
3076
3076
  }>>>;
3077
3077
  syncProgress: z.ZodOptional<z.ZodObject<{
@@ -3119,9 +3119,9 @@ declare const partnerControlEndpointSchemas: {
3119
3119
  intId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3120
3120
  catalogSiteId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
3121
3121
  status: z.ZodEnum<{
3122
- syncing: "syncing";
3123
3122
  pending: "pending";
3124
3123
  error: "error";
3124
+ syncing: "syncing";
3125
3125
  synced: "synced";
3126
3126
  idle: "idle";
3127
3127
  }>;
@@ -3170,8 +3170,8 @@ declare const partnerControlEndpointSchemas: {
3170
3170
  siteUrl: z.ZodString;
3171
3171
  siteId: z.ZodOptional<z.ZodString>;
3172
3172
  status: z.ZodEnum<{
3173
- registered: "registered";
3174
3173
  error: "error";
3174
+ registered: "registered";
3175
3175
  already_exists: "already_exists";
3176
3176
  not_found: "not_found";
3177
3177
  }>;
@@ -4138,19 +4138,19 @@ declare const partnerEndpointSchemas: {
4138
4138
  databaseReady: z.ZodBoolean;
4139
4139
  plan: z.ZodString;
4140
4140
  accountStatus: z.ZodEnum<{
4141
+ ready: "ready";
4142
+ reauth_required: "reauth_required";
4141
4143
  disconnected: "disconnected";
4142
4144
  oauth_received: "oauth_received";
4143
4145
  scope_missing: "scope_missing";
4144
4146
  refresh_missing: "refresh_missing";
4145
4147
  db_provisioning: "db_provisioning";
4146
- ready: "ready";
4147
- reauth_required: "reauth_required";
4148
4148
  }>;
4149
4149
  accountNextAction: z.ZodEnum<{
4150
- connect_google: "connect_google";
4151
4150
  reconnect_google: "reconnect_google";
4152
- wait_for_provisioning: "wait_for_provisioning";
4153
4151
  none: "none";
4152
+ connect_google: "connect_google";
4153
+ wait_for_provisioning: "wait_for_provisioning";
4154
4154
  }>;
4155
4155
  missingScopes: z.ZodArray<z.ZodString>;
4156
4156
  browserAnalyzerEnabled: z.ZodBoolean;
@@ -4254,8 +4254,8 @@ declare const partnerEndpointSchemas: {
4254
4254
  date: z.ZodString;
4255
4255
  status: z.ZodEnum<{
4256
4256
  queued: "queued";
4257
- failed: "failed";
4258
4257
  completed: "completed";
4258
+ failed: "failed";
4259
4259
  processing: "processing";
4260
4260
  }>;
4261
4261
  }, z.core.$loose>>;
@@ -4280,8 +4280,8 @@ declare const partnerEndpointSchemas: {
4280
4280
  priority: z.ZodOptional<z.ZodString>;
4281
4281
  status: z.ZodEnum<{
4282
4282
  queued: "queued";
4283
- failed: "failed";
4284
4283
  completed: "completed";
4284
+ failed: "failed";
4285
4285
  processing: "processing";
4286
4286
  scheduled: "scheduled";
4287
4287
  }>;
@@ -4335,8 +4335,8 @@ declare const partnerEndpointSchemas: {
4335
4335
  apiKey: z.ZodOptional<z.ZodString>;
4336
4336
  isNew: z.ZodOptional<z.ZodBoolean>;
4337
4337
  status: z.ZodOptional<z.ZodEnum<{
4338
- ready: "ready";
4339
4338
  provisioning: "provisioning";
4339
+ ready: "ready";
4340
4340
  }>>;
4341
4341
  }, z.core.$loose>;
4342
4342
  };
@@ -4356,9 +4356,9 @@ declare const partnerEndpointSchemas: {
4356
4356
  siteId: z.ZodOptional<z.ZodString>;
4357
4357
  intId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
4358
4358
  syncStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4359
- syncing: "syncing";
4360
4359
  pending: "pending";
4361
4360
  error: "error";
4361
+ syncing: "syncing";
4362
4362
  synced: "synced";
4363
4363
  }>>>;
4364
4364
  syncProgress: z.ZodOptional<z.ZodObject<{
@@ -4377,9 +4377,9 @@ declare const partnerEndpointSchemas: {
4377
4377
  readonly response: z.ZodObject<{
4378
4378
  userId: z.ZodString;
4379
4379
  status: z.ZodEnum<{
4380
+ provisioning: "provisioning";
4380
4381
  ready: "ready";
4381
4382
  reauth_required: "reauth_required";
4382
- provisioning: "provisioning";
4383
4383
  }>;
4384
4384
  databaseReady: z.ZodOptional<z.ZodBoolean>;
4385
4385
  needsReauth: z.ZodOptional<z.ZodBoolean>;
@@ -4401,21 +4401,21 @@ declare const partnerEndpointSchemas: {
4401
4401
  currentTeamId: z.ZodNullable<z.ZodString>;
4402
4402
  account: z.ZodObject<{
4403
4403
  status: z.ZodEnum<{
4404
+ ready: "ready";
4405
+ reauth_required: "reauth_required";
4404
4406
  disconnected: "disconnected";
4405
4407
  oauth_received: "oauth_received";
4406
4408
  scope_missing: "scope_missing";
4407
4409
  refresh_missing: "refresh_missing";
4408
4410
  db_provisioning: "db_provisioning";
4409
- ready: "ready";
4410
- reauth_required: "reauth_required";
4411
4411
  }>;
4412
4412
  grantedScopes: z.ZodArray<z.ZodString>;
4413
4413
  missingScopes: z.ZodArray<z.ZodString>;
4414
4414
  nextAction: z.ZodEnum<{
4415
- connect_google: "connect_google";
4416
4415
  reconnect_google: "reconnect_google";
4417
- wait_for_provisioning: "wait_for_provisioning";
4418
4416
  none: "none";
4417
+ connect_google: "connect_google";
4418
+ wait_for_provisioning: "wait_for_provisioning";
4419
4419
  }>;
4420
4420
  }, z.core.$loose>;
4421
4421
  sites: z.ZodArray<z.ZodObject<{
@@ -4445,14 +4445,14 @@ declare const partnerEndpointSchemas: {
4445
4445
  }, z.core.$loose>;
4446
4446
  analytics: z.ZodObject<{
4447
4447
  status: z.ZodEnum<{
4448
+ queued: "queued";
4448
4449
  ready: "ready";
4450
+ failed: "failed";
4449
4451
  not_registered: "not_registered";
4450
- queued: "queued";
4451
4452
  preparing: "preparing";
4452
4453
  syncing: "syncing";
4453
4454
  queryable_live: "queryable_live";
4454
4455
  queryable_partial: "queryable_partial";
4455
- failed: "failed";
4456
4456
  }>;
4457
4457
  progress: z.ZodObject<{
4458
4458
  completed: z.ZodNumber;
@@ -4462,10 +4462,10 @@ declare const partnerEndpointSchemas: {
4462
4462
  }, z.core.$strip>;
4463
4463
  queryable: z.ZodBoolean;
4464
4464
  sourceMode: z.ZodEnum<{
4465
- none: "none";
4466
- live: "live";
4467
4465
  d1: "d1";
4468
4466
  r2: "r2";
4467
+ none: "none";
4468
+ live: "live";
4469
4469
  mixed: "mixed";
4470
4470
  }>;
4471
4471
  syncedRange: z.ZodObject<{
@@ -4480,10 +4480,10 @@ declare const partnerEndpointSchemas: {
4480
4480
  }, z.core.$loose>;
4481
4481
  sitemaps: z.ZodObject<{
4482
4482
  status: z.ZodEnum<{
4483
+ unknown: "unknown";
4483
4484
  ready: "ready";
4484
- syncing: "syncing";
4485
4485
  failed: "failed";
4486
- unknown: "unknown";
4486
+ syncing: "syncing";
4487
4487
  discovering: "discovering";
4488
4488
  none_found: "none_found";
4489
4489
  auto_submitted: "auto_submitted";
@@ -4555,9 +4555,9 @@ declare const partnerEndpointSchemas: {
4555
4555
  siteId: z.ZodString;
4556
4556
  siteUrl: z.ZodString;
4557
4557
  syncStatus: z.ZodEnum<{
4558
- syncing: "syncing";
4559
4558
  pending: "pending";
4560
4559
  error: "error";
4560
+ syncing: "syncing";
4561
4561
  synced: "synced";
4562
4562
  idle: "idle";
4563
4563
  }>;
@@ -4576,9 +4576,9 @@ declare const partnerEndpointSchemas: {
4576
4576
  siteId: z.ZodOptional<z.ZodString>;
4577
4577
  intId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
4578
4578
  syncStatus: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
4579
- syncing: "syncing";
4580
4579
  pending: "pending";
4581
4580
  error: "error";
4581
+ syncing: "syncing";
4582
4582
  synced: "synced";
4583
4583
  }>>>;
4584
4584
  syncProgress: z.ZodOptional<z.ZodObject<{
@@ -4626,9 +4626,9 @@ declare const partnerEndpointSchemas: {
4626
4626
  intId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
4627
4627
  catalogSiteId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
4628
4628
  status: z.ZodEnum<{
4629
- syncing: "syncing";
4630
4629
  pending: "pending";
4631
4630
  error: "error";
4631
+ syncing: "syncing";
4632
4632
  synced: "synced";
4633
4633
  idle: "idle";
4634
4634
  }>;
@@ -4677,8 +4677,8 @@ declare const partnerEndpointSchemas: {
4677
4677
  siteUrl: z.ZodString;
4678
4678
  siteId: z.ZodOptional<z.ZodString>;
4679
4679
  status: z.ZodEnum<{
4680
- registered: "registered";
4681
4680
  error: "error";
4681
+ registered: "registered";
4682
4682
  already_exists: "already_exists";
4683
4683
  not_found: "not_found";
4684
4684
  }>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gscdump/contracts",
3
3
  "type": "module",
4
- "version": "0.35.10",
4
+ "version": "0.35.11",
5
5
  "description": "Shared gscdump.com API, webhook, realtime, and lifecycle contracts.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",