@gscdump/contracts 1.0.3 → 1.1.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.
- package/dist/_chunks/endpoints.d.mts +3 -3
- package/dist/_chunks/schemas.d.mts +18 -18
- package/dist/v1/index.d.mts +1194 -203
- package/dist/v1/index.mjs +486 -1
- package/package.json +1 -1
|
@@ -1490,8 +1490,8 @@ declare const partnerEndpoints: {
|
|
|
1490
1490
|
readonly response: import("zod").ZodDiscriminatedUnion<[import("zod").ZodObject<{
|
|
1491
1491
|
success: import("zod").ZodBoolean;
|
|
1492
1492
|
action: import("zod").ZodEnum<{
|
|
1493
|
-
deleted: "deleted";
|
|
1494
1493
|
submitted: "submitted";
|
|
1494
|
+
deleted: "deleted";
|
|
1495
1495
|
}>;
|
|
1496
1496
|
sitemapUrl: import("zod").ZodString;
|
|
1497
1497
|
sitemapCount: import("zod").ZodNumber;
|
|
@@ -1600,9 +1600,9 @@ declare const partnerEndpoints: {
|
|
|
1600
1600
|
siteUrl: import("zod").ZodString;
|
|
1601
1601
|
syncStatus: import("zod").ZodNullable<import("zod").ZodString>;
|
|
1602
1602
|
indexingStatus: import("zod").ZodEnum<{
|
|
1603
|
+
complete: "complete";
|
|
1603
1604
|
pending: "pending";
|
|
1604
1605
|
partial: "partial";
|
|
1605
|
-
complete: "complete";
|
|
1606
1606
|
}>;
|
|
1607
1607
|
indexingProgress: import("zod").ZodNumber;
|
|
1608
1608
|
sitemapTotal: import("zod").ZodNumber;
|
|
@@ -1621,8 +1621,8 @@ declare const partnerEndpoints: {
|
|
|
1621
1621
|
limit: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1622
1622
|
offset: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1623
1623
|
status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
1624
|
-
pending: "pending";
|
|
1625
1624
|
indexed: "indexed";
|
|
1625
|
+
pending: "pending";
|
|
1626
1626
|
not_indexed: "not_indexed";
|
|
1627
1627
|
}>>;
|
|
1628
1628
|
issue: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1644,8 +1644,8 @@ declare const indexingUrlsParamsSchema: z.ZodOptional<z.ZodObject<{
|
|
|
1644
1644
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
1645
1645
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
1646
1646
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1647
|
-
pending: "pending";
|
|
1648
1647
|
indexed: "indexed";
|
|
1648
|
+
pending: "pending";
|
|
1649
1649
|
not_indexed: "not_indexed";
|
|
1650
1650
|
}>>;
|
|
1651
1651
|
issue: z.ZodOptional<z.ZodString>;
|
|
@@ -1712,9 +1712,9 @@ declare const gscdumpIndexingResponseSchema: z.ZodObject<{
|
|
|
1712
1712
|
siteUrl: z.ZodString;
|
|
1713
1713
|
syncStatus: z.ZodNullable<z.ZodString>;
|
|
1714
1714
|
indexingStatus: z.ZodEnum<{
|
|
1715
|
+
complete: "complete";
|
|
1715
1716
|
pending: "pending";
|
|
1716
1717
|
partial: "partial";
|
|
1717
|
-
complete: "complete";
|
|
1718
1718
|
}>;
|
|
1719
1719
|
indexingProgress: z.ZodNumber;
|
|
1720
1720
|
sitemapTotal: z.ZodNumber;
|
|
@@ -1894,9 +1894,9 @@ declare const gscdumpSyncProgressResponseSchema: z.ZodObject<{
|
|
|
1894
1894
|
needsReauth: z.ZodBoolean;
|
|
1895
1895
|
authFailureCount: z.ZodNumber;
|
|
1896
1896
|
currentPhase: z.ZodEnum<{
|
|
1897
|
-
backfill: "backfill";
|
|
1898
1897
|
complete: "complete";
|
|
1899
1898
|
initial: "initial";
|
|
1899
|
+
backfill: "backfill";
|
|
1900
1900
|
}>;
|
|
1901
1901
|
isStalled: z.ZodBoolean;
|
|
1902
1902
|
stallDays: z.ZodNumber;
|
|
@@ -1934,8 +1934,8 @@ declare const gscdumpSyncProgressResponseSchema: z.ZodObject<{
|
|
|
1934
1934
|
status: z.ZodEnum<{
|
|
1935
1935
|
queued: "queued";
|
|
1936
1936
|
failed: "failed";
|
|
1937
|
-
completed: "completed";
|
|
1938
1937
|
processing: "processing";
|
|
1938
|
+
completed: "completed";
|
|
1939
1939
|
}>;
|
|
1940
1940
|
}, z.core.$loose>>;
|
|
1941
1941
|
}, z.core.$loose>>;
|
|
@@ -1958,8 +1958,8 @@ declare const gscdumpSyncJobsResponseSchema: z.ZodObject<{
|
|
|
1958
1958
|
status: z.ZodEnum<{
|
|
1959
1959
|
queued: "queued";
|
|
1960
1960
|
failed: "failed";
|
|
1961
|
-
completed: "completed";
|
|
1962
1961
|
processing: "processing";
|
|
1962
|
+
completed: "completed";
|
|
1963
1963
|
scheduled: "scheduled";
|
|
1964
1964
|
}>;
|
|
1965
1965
|
siteUrl: z.ZodNullable<z.ZodString>;
|
|
@@ -3122,8 +3122,8 @@ declare const partnerSitemapActionSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
3122
3122
|
declare const partnerSitemapActionResponseSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
3123
3123
|
success: z.ZodBoolean;
|
|
3124
3124
|
action: z.ZodEnum<{
|
|
3125
|
-
deleted: "deleted";
|
|
3126
3125
|
submitted: "submitted";
|
|
3126
|
+
deleted: "deleted";
|
|
3127
3127
|
}>;
|
|
3128
3128
|
sitemapUrl: z.ZodString;
|
|
3129
3129
|
sitemapCount: z.ZodNumber;
|
|
@@ -3263,9 +3263,9 @@ declare const partnerControlEndpointSchemas: {
|
|
|
3263
3263
|
needsReauth: z.ZodBoolean;
|
|
3264
3264
|
authFailureCount: z.ZodNumber;
|
|
3265
3265
|
currentPhase: z.ZodEnum<{
|
|
3266
|
-
backfill: "backfill";
|
|
3267
3266
|
complete: "complete";
|
|
3268
3267
|
initial: "initial";
|
|
3268
|
+
backfill: "backfill";
|
|
3269
3269
|
}>;
|
|
3270
3270
|
isStalled: z.ZodBoolean;
|
|
3271
3271
|
stallDays: z.ZodNumber;
|
|
@@ -3303,8 +3303,8 @@ declare const partnerControlEndpointSchemas: {
|
|
|
3303
3303
|
status: z.ZodEnum<{
|
|
3304
3304
|
queued: "queued";
|
|
3305
3305
|
failed: "failed";
|
|
3306
|
-
completed: "completed";
|
|
3307
3306
|
processing: "processing";
|
|
3307
|
+
completed: "completed";
|
|
3308
3308
|
}>;
|
|
3309
3309
|
}, z.core.$loose>>;
|
|
3310
3310
|
}, z.core.$loose>>;
|
|
@@ -3329,8 +3329,8 @@ declare const partnerControlEndpointSchemas: {
|
|
|
3329
3329
|
status: z.ZodEnum<{
|
|
3330
3330
|
queued: "queued";
|
|
3331
3331
|
failed: "failed";
|
|
3332
|
-
completed: "completed";
|
|
3333
3332
|
processing: "processing";
|
|
3333
|
+
completed: "completed";
|
|
3334
3334
|
scheduled: "scheduled";
|
|
3335
3335
|
}>;
|
|
3336
3336
|
siteUrl: z.ZodNullable<z.ZodString>;
|
|
@@ -4166,8 +4166,8 @@ declare const partnerControlEndpointSchemas: {
|
|
|
4166
4166
|
readonly response: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
4167
4167
|
success: z.ZodBoolean;
|
|
4168
4168
|
action: z.ZodEnum<{
|
|
4169
|
-
deleted: "deleted";
|
|
4170
4169
|
submitted: "submitted";
|
|
4170
|
+
deleted: "deleted";
|
|
4171
4171
|
}>;
|
|
4172
4172
|
sitemapUrl: z.ZodString;
|
|
4173
4173
|
sitemapCount: z.ZodNumber;
|
|
@@ -4270,9 +4270,9 @@ declare const partnerControlEndpointSchemas: {
|
|
|
4270
4270
|
siteUrl: z.ZodString;
|
|
4271
4271
|
syncStatus: z.ZodNullable<z.ZodString>;
|
|
4272
4272
|
indexingStatus: z.ZodEnum<{
|
|
4273
|
+
complete: "complete";
|
|
4273
4274
|
pending: "pending";
|
|
4274
4275
|
partial: "partial";
|
|
4275
|
-
complete: "complete";
|
|
4276
4276
|
}>;
|
|
4277
4277
|
indexingProgress: z.ZodNumber;
|
|
4278
4278
|
sitemapTotal: z.ZodNumber;
|
|
@@ -4288,8 +4288,8 @@ declare const partnerControlEndpointSchemas: {
|
|
|
4288
4288
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
4289
4289
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
4290
4290
|
status: z.ZodOptional<z.ZodEnum<{
|
|
4291
|
-
pending: "pending";
|
|
4292
4291
|
indexed: "indexed";
|
|
4292
|
+
pending: "pending";
|
|
4293
4293
|
not_indexed: "not_indexed";
|
|
4294
4294
|
}>>;
|
|
4295
4295
|
issue: z.ZodOptional<z.ZodString>;
|
|
@@ -5061,9 +5061,9 @@ declare const partnerEndpointSchemas: {
|
|
|
5061
5061
|
needsReauth: z.ZodBoolean;
|
|
5062
5062
|
authFailureCount: z.ZodNumber;
|
|
5063
5063
|
currentPhase: z.ZodEnum<{
|
|
5064
|
-
backfill: "backfill";
|
|
5065
5064
|
complete: "complete";
|
|
5066
5065
|
initial: "initial";
|
|
5066
|
+
backfill: "backfill";
|
|
5067
5067
|
}>;
|
|
5068
5068
|
isStalled: z.ZodBoolean;
|
|
5069
5069
|
stallDays: z.ZodNumber;
|
|
@@ -5101,8 +5101,8 @@ declare const partnerEndpointSchemas: {
|
|
|
5101
5101
|
status: z.ZodEnum<{
|
|
5102
5102
|
queued: "queued";
|
|
5103
5103
|
failed: "failed";
|
|
5104
|
-
completed: "completed";
|
|
5105
5104
|
processing: "processing";
|
|
5105
|
+
completed: "completed";
|
|
5106
5106
|
}>;
|
|
5107
5107
|
}, z.core.$loose>>;
|
|
5108
5108
|
}, z.core.$loose>>;
|
|
@@ -5127,8 +5127,8 @@ declare const partnerEndpointSchemas: {
|
|
|
5127
5127
|
status: z.ZodEnum<{
|
|
5128
5128
|
queued: "queued";
|
|
5129
5129
|
failed: "failed";
|
|
5130
|
-
completed: "completed";
|
|
5131
5130
|
processing: "processing";
|
|
5131
|
+
completed: "completed";
|
|
5132
5132
|
scheduled: "scheduled";
|
|
5133
5133
|
}>;
|
|
5134
5134
|
siteUrl: z.ZodNullable<z.ZodString>;
|
|
@@ -5964,8 +5964,8 @@ declare const partnerEndpointSchemas: {
|
|
|
5964
5964
|
readonly response: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
5965
5965
|
success: z.ZodBoolean;
|
|
5966
5966
|
action: z.ZodEnum<{
|
|
5967
|
-
deleted: "deleted";
|
|
5968
5967
|
submitted: "submitted";
|
|
5968
|
+
deleted: "deleted";
|
|
5969
5969
|
}>;
|
|
5970
5970
|
sitemapUrl: z.ZodString;
|
|
5971
5971
|
sitemapCount: z.ZodNumber;
|
|
@@ -6068,9 +6068,9 @@ declare const partnerEndpointSchemas: {
|
|
|
6068
6068
|
siteUrl: z.ZodString;
|
|
6069
6069
|
syncStatus: z.ZodNullable<z.ZodString>;
|
|
6070
6070
|
indexingStatus: z.ZodEnum<{
|
|
6071
|
+
complete: "complete";
|
|
6071
6072
|
pending: "pending";
|
|
6072
6073
|
partial: "partial";
|
|
6073
|
-
complete: "complete";
|
|
6074
6074
|
}>;
|
|
6075
6075
|
indexingProgress: z.ZodNumber;
|
|
6076
6076
|
sitemapTotal: z.ZodNumber;
|
|
@@ -6086,8 +6086,8 @@ declare const partnerEndpointSchemas: {
|
|
|
6086
6086
|
limit: z.ZodOptional<z.ZodNumber>;
|
|
6087
6087
|
offset: z.ZodOptional<z.ZodNumber>;
|
|
6088
6088
|
status: z.ZodOptional<z.ZodEnum<{
|
|
6089
|
-
pending: "pending";
|
|
6090
6089
|
indexed: "indexed";
|
|
6090
|
+
pending: "pending";
|
|
6091
6091
|
not_indexed: "not_indexed";
|
|
6092
6092
|
}>>;
|
|
6093
6093
|
issue: z.ZodOptional<z.ZodString>;
|