@gscdump/contracts 0.40.1 → 0.40.2
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/v1/index.d.mts +18 -18
- package/package.json +1 -1
package/dist/v1/index.d.mts
CHANGED
|
@@ -1205,8 +1205,8 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1205
1205
|
prevStartDate: z.ZodOptional<z.ZodString>;
|
|
1206
1206
|
prevEndDate: z.ZodOptional<z.ZodString>;
|
|
1207
1207
|
brandTerms: z.ZodOptional<z.ZodString>;
|
|
1208
|
-
limit: z.ZodOptional<z.
|
|
1209
|
-
offset: z.ZodOptional<z.
|
|
1208
|
+
limit: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
1209
|
+
offset: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
1210
1210
|
search: z.ZodOptional<z.ZodString>;
|
|
1211
1211
|
minImpressions: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
1212
1212
|
minPosition: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
@@ -1288,8 +1288,8 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1288
1288
|
prevStartDate: z.ZodOptional<z.ZodString>;
|
|
1289
1289
|
prevEndDate: z.ZodOptional<z.ZodString>;
|
|
1290
1290
|
brandTerms: z.ZodOptional<z.ZodString>;
|
|
1291
|
-
limit: z.ZodOptional<z.
|
|
1292
|
-
offset: z.ZodOptional<z.
|
|
1291
|
+
limit: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
1292
|
+
offset: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
1293
1293
|
search: z.ZodOptional<z.ZodString>;
|
|
1294
1294
|
minImpressions: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
1295
1295
|
minPosition: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
@@ -1435,7 +1435,7 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1435
1435
|
}, z.core.$strip>>;
|
|
1436
1436
|
indexingDiagnosticsQuery: z.ZodObject<{
|
|
1437
1437
|
sampleIssues: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
1438
|
-
sampleLimit: z.ZodOptional<z.
|
|
1438
|
+
sampleLimit: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
1439
1439
|
}, z.core.$strict>;
|
|
1440
1440
|
indexingDiagnosticsResponse: CompatibleResponseSchema<z.ZodObject<{
|
|
1441
1441
|
data: z.ZodObject<{
|
|
@@ -1537,7 +1537,7 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1537
1537
|
}, z.core.$strip>;
|
|
1538
1538
|
}, z.core.$strip>>;
|
|
1539
1539
|
indexingSummaryQuery: z.ZodObject<{
|
|
1540
|
-
days: z.ZodOptional<z.
|
|
1540
|
+
days: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
1541
1541
|
}, z.core.$strict>;
|
|
1542
1542
|
indexingSummaryResponse: CompatibleResponseSchema<z.ZodObject<{
|
|
1543
1543
|
data: z.ZodObject<{
|
|
@@ -1689,8 +1689,8 @@ declare function createGscdumpV1Protocol(): {
|
|
|
1689
1689
|
}, z.core.$strip>;
|
|
1690
1690
|
}, z.core.$strip>>;
|
|
1691
1691
|
indexingUrlsQuery: z.ZodObject<{
|
|
1692
|
-
limit: z.ZodOptional<z.
|
|
1693
|
-
offset: z.ZodOptional<z.
|
|
1692
|
+
limit: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
1693
|
+
offset: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
1694
1694
|
status: z.ZodOptional<z.ZodEnum<{
|
|
1695
1695
|
pending: "pending";
|
|
1696
1696
|
indexed: "indexed";
|
|
@@ -2126,7 +2126,7 @@ declare function createGscdumpV1Protocol(): {
|
|
|
2126
2126
|
catalogSiteId: z.ZodOptional<z.ZodNumber>;
|
|
2127
2127
|
}, z.core.$strict>;
|
|
2128
2128
|
sitemapChangesQuery: z.ZodObject<{
|
|
2129
|
-
days: z.ZodOptional<z.
|
|
2129
|
+
days: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
2130
2130
|
}, z.core.$strict>;
|
|
2131
2131
|
sitemapChangesResponse: CompatibleResponseSchema<z.ZodObject<{
|
|
2132
2132
|
data: z.ZodObject<{
|
|
@@ -4143,7 +4143,7 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4143
4143
|
siteId: z.ZodString;
|
|
4144
4144
|
}, z.core.$strict>;
|
|
4145
4145
|
readonly query: z.ZodObject<{
|
|
4146
|
-
days: z.ZodOptional<z.
|
|
4146
|
+
days: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
4147
4147
|
}, z.core.$strict>;
|
|
4148
4148
|
readonly headers: z.ZodObject<{
|
|
4149
4149
|
'x-request-id': z.ZodOptional<z.ZodString>;
|
|
@@ -4430,8 +4430,8 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4430
4430
|
siteId: z.ZodString;
|
|
4431
4431
|
}, z.core.$strict>;
|
|
4432
4432
|
readonly query: z.ZodObject<{
|
|
4433
|
-
limit: z.ZodOptional<z.
|
|
4434
|
-
offset: z.ZodOptional<z.
|
|
4433
|
+
limit: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
4434
|
+
offset: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
4435
4435
|
status: z.ZodOptional<z.ZodEnum<{
|
|
4436
4436
|
pending: "pending";
|
|
4437
4437
|
indexed: "indexed";
|
|
@@ -4646,7 +4646,7 @@ declare function createGscdumpV1Protocol(): {
|
|
|
4646
4646
|
}, z.core.$strict>;
|
|
4647
4647
|
readonly query: z.ZodObject<{
|
|
4648
4648
|
sampleIssues: z.ZodOptional<z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>>;
|
|
4649
|
-
sampleLimit: z.ZodOptional<z.
|
|
4649
|
+
sampleLimit: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
4650
4650
|
}, z.core.$strict>;
|
|
4651
4651
|
readonly headers: z.ZodObject<{
|
|
4652
4652
|
'x-request-id': z.ZodOptional<z.ZodString>;
|
|
@@ -5044,7 +5044,7 @@ declare function createGscdumpV1Protocol(): {
|
|
|
5044
5044
|
siteId: z.ZodString;
|
|
5045
5045
|
}, z.core.$strict>;
|
|
5046
5046
|
readonly query: z.ZodObject<{
|
|
5047
|
-
days: z.ZodOptional<z.
|
|
5047
|
+
days: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
5048
5048
|
}, z.core.$strict>;
|
|
5049
5049
|
readonly headers: z.ZodObject<{
|
|
5050
5050
|
'x-request-id': z.ZodOptional<z.ZodString>;
|
|
@@ -5225,8 +5225,8 @@ declare function createGscdumpV1Protocol(): {
|
|
|
5225
5225
|
prevStartDate: z.ZodOptional<z.ZodString>;
|
|
5226
5226
|
prevEndDate: z.ZodOptional<z.ZodString>;
|
|
5227
5227
|
brandTerms: z.ZodOptional<z.ZodString>;
|
|
5228
|
-
limit: z.ZodOptional<z.
|
|
5229
|
-
offset: z.ZodOptional<z.
|
|
5228
|
+
limit: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
5229
|
+
offset: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
5230
5230
|
search: z.ZodOptional<z.ZodString>;
|
|
5231
5231
|
minImpressions: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
5232
5232
|
minPosition: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
@@ -5437,8 +5437,8 @@ declare function createGscdumpV1Protocol(): {
|
|
|
5437
5437
|
prevStartDate: z.ZodOptional<z.ZodString>;
|
|
5438
5438
|
prevEndDate: z.ZodOptional<z.ZodString>;
|
|
5439
5439
|
brandTerms: z.ZodOptional<z.ZodString>;
|
|
5440
|
-
limit: z.ZodOptional<z.
|
|
5441
|
-
offset: z.ZodOptional<z.
|
|
5440
|
+
limit: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
5441
|
+
offset: z.ZodOptional<z.ZodType<string | number, unknown, z.core.$ZodTypeInternals<string | number, unknown>>>;
|
|
5442
5442
|
search: z.ZodOptional<z.ZodString>;
|
|
5443
5443
|
minImpressions: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|
|
5444
5444
|
minPosition: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>;
|