@gscdump/contracts 0.36.4 → 0.37.0

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<{
@@ -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";
846
845
  ready: "ready";
847
- failed: "failed";
848
846
  not_registered: "not_registered";
847
+ queued: "queued";
849
848
  preparing: "preparing";
850
849
  syncing: "syncing";
851
850
  queryable_live: "queryable_live";
852
851
  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
- d1: "d1";
863
- r2: "r2";
864
862
  none: "none";
865
863
  live: "live";
864
+ d1: "d1";
865
+ r2: "r2";
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";
881
880
  ready: "ready";
882
- failed: "failed";
883
881
  syncing: "syncing";
882
+ failed: "failed";
883
+ unknown: "unknown";
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";
956
954
  disconnected: "disconnected";
957
955
  oauth_received: "oauth_received";
958
956
  scope_missing: "scope_missing";
959
957
  refresh_missing: "refresh_missing";
960
958
  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
- reconnect_google: "reconnect_google";
966
- none: "none";
967
965
  connect_google: "connect_google";
966
+ reconnect_google: "reconnect_google";
968
967
  wait_for_provisioning: "wait_for_provisioning";
968
+ none: "none";
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";
999
998
  ready: "ready";
1000
- failed: "failed";
1001
999
  not_registered: "not_registered";
1000
+ queued: "queued";
1002
1001
  preparing: "preparing";
1003
1002
  syncing: "syncing";
1004
1003
  queryable_live: "queryable_live";
1005
1004
  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
- d1: "d1";
1016
- r2: "r2";
1017
1015
  none: "none";
1018
1016
  live: "live";
1017
+ d1: "d1";
1018
+ r2: "r2";
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";
1034
1033
  ready: "ready";
1035
- failed: "failed";
1036
1034
  syncing: "syncing";
1035
+ failed: "failed";
1036
+ unknown: "unknown";
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";
1108
1109
  pending: "pending";
1109
1110
  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";
1127
1128
  pending: "pending";
1128
1129
  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";
1142
1143
  pending: "pending";
1143
1144
  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
- error: "error";
1219
1218
  registered: "registered";
1219
+ error: "error";
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";
1601
1599
  disconnected: "disconnected";
1602
1600
  oauth_received: "oauth_received";
1603
1601
  scope_missing: "scope_missing";
1604
1602
  refresh_missing: "refresh_missing";
1605
1603
  db_provisioning: "db_provisioning";
1604
+ ready: "ready";
1605
+ reauth_required: "reauth_required";
1606
1606
  }>;
1607
1607
  accountNextAction: z.ZodEnum<{
1608
- reconnect_google: "reconnect_google";
1609
- none: "none";
1610
1608
  connect_google: "connect_google";
1609
+ reconnect_google: "reconnect_google";
1611
1610
  wait_for_provisioning: "wait_for_provisioning";
1611
+ none: "none";
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
- completed: "completed";
1712
1711
  failed: "failed";
1712
+ completed: "completed";
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
- completed: "completed";
1736
1735
  failed: "failed";
1736
+ completed: "completed";
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";
2636
2634
  disconnected: "disconnected";
2637
2635
  oauth_received: "oauth_received";
2638
2636
  scope_missing: "scope_missing";
2639
2637
  refresh_missing: "refresh_missing";
2640
2638
  db_provisioning: "db_provisioning";
2639
+ ready: "ready";
2640
+ reauth_required: "reauth_required";
2641
2641
  }>;
2642
2642
  accountNextAction: z.ZodEnum<{
2643
- reconnect_google: "reconnect_google";
2644
- none: "none";
2645
2643
  connect_google: "connect_google";
2644
+ reconnect_google: "reconnect_google";
2646
2645
  wait_for_provisioning: "wait_for_provisioning";
2646
+ none: "none";
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
- completed: "completed";
2751
2750
  failed: "failed";
2751
+ completed: "completed";
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
- completed: "completed";
2777
2776
  failed: "failed";
2777
+ completed: "completed";
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
- provisioning: "provisioning";
2832
2831
  ready: "ready";
2832
+ provisioning: "provisioning";
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";
2852
2853
  pending: "pending";
2853
2854
  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";
2874
2873
  ready: "ready";
2875
2874
  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";
2899
2897
  disconnected: "disconnected";
2900
2898
  oauth_received: "oauth_received";
2901
2899
  scope_missing: "scope_missing";
2902
2900
  refresh_missing: "refresh_missing";
2903
2901
  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
- reconnect_google: "reconnect_google";
2909
- none: "none";
2910
2908
  connect_google: "connect_google";
2909
+ reconnect_google: "reconnect_google";
2911
2910
  wait_for_provisioning: "wait_for_provisioning";
2911
+ none: "none";
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";
2942
2941
  ready: "ready";
2943
- failed: "failed";
2944
2942
  not_registered: "not_registered";
2943
+ queued: "queued";
2945
2944
  preparing: "preparing";
2946
2945
  syncing: "syncing";
2947
2946
  queryable_live: "queryable_live";
2948
2947
  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
- d1: "d1";
2959
- r2: "r2";
2960
2958
  none: "none";
2961
2959
  live: "live";
2960
+ d1: "d1";
2961
+ r2: "r2";
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";
2977
2976
  ready: "ready";
2978
- failed: "failed";
2979
2977
  syncing: "syncing";
2978
+ failed: "failed";
2979
+ unknown: "unknown";
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";
3051
3052
  pending: "pending";
3052
3053
  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";
3072
3073
  pending: "pending";
3073
3074
  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";
3122
3123
  pending: "pending";
3123
3124
  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
- error: "error";
3174
3173
  registered: "registered";
3174
+ error: "error";
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";
4143
4141
  disconnected: "disconnected";
4144
4142
  oauth_received: "oauth_received";
4145
4143
  scope_missing: "scope_missing";
4146
4144
  refresh_missing: "refresh_missing";
4147
4145
  db_provisioning: "db_provisioning";
4146
+ ready: "ready";
4147
+ reauth_required: "reauth_required";
4148
4148
  }>;
4149
4149
  accountNextAction: z.ZodEnum<{
4150
- reconnect_google: "reconnect_google";
4151
- none: "none";
4152
4150
  connect_google: "connect_google";
4151
+ reconnect_google: "reconnect_google";
4153
4152
  wait_for_provisioning: "wait_for_provisioning";
4153
+ none: "none";
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
- completed: "completed";
4258
4257
  failed: "failed";
4258
+ completed: "completed";
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
- completed: "completed";
4284
4283
  failed: "failed";
4284
+ completed: "completed";
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
- provisioning: "provisioning";
4339
4338
  ready: "ready";
4339
+ provisioning: "provisioning";
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";
4359
4360
  pending: "pending";
4360
4361
  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";
4381
4380
  ready: "ready";
4382
4381
  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";
4406
4404
  disconnected: "disconnected";
4407
4405
  oauth_received: "oauth_received";
4408
4406
  scope_missing: "scope_missing";
4409
4407
  refresh_missing: "refresh_missing";
4410
4408
  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
- reconnect_google: "reconnect_google";
4416
- none: "none";
4417
4415
  connect_google: "connect_google";
4416
+ reconnect_google: "reconnect_google";
4418
4417
  wait_for_provisioning: "wait_for_provisioning";
4418
+ none: "none";
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";
4449
4448
  ready: "ready";
4450
- failed: "failed";
4451
4449
  not_registered: "not_registered";
4450
+ queued: "queued";
4452
4451
  preparing: "preparing";
4453
4452
  syncing: "syncing";
4454
4453
  queryable_live: "queryable_live";
4455
4454
  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
- d1: "d1";
4466
- r2: "r2";
4467
4465
  none: "none";
4468
4466
  live: "live";
4467
+ d1: "d1";
4468
+ r2: "r2";
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";
4484
4483
  ready: "ready";
4485
- failed: "failed";
4486
4484
  syncing: "syncing";
4485
+ failed: "failed";
4486
+ unknown: "unknown";
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";
4558
4559
  pending: "pending";
4559
4560
  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";
4579
4580
  pending: "pending";
4580
4581
  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";
4629
4630
  pending: "pending";
4630
4631
  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
- error: "error";
4681
4680
  registered: "registered";
4681
+ error: "error";
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.36.4",
4
+ "version": "0.37.0",
5
5
  "description": "Shared gscdump.com API, webhook, realtime, and lifecycle contracts.",
6
6
  "author": {
7
7
  "name": "Harlan Wilton",