@gscdump/contracts 1.3.1 → 1.3.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/_chunks/endpoints.d.mts +4 -4
- package/dist/_chunks/schemas.d.mts +13 -13
- package/dist/v1/index.d.mts +179 -179
- package/package.json +1 -1
|
@@ -1116,8 +1116,8 @@ declare const partnerEndpoints: {
|
|
|
1116
1116
|
siteUrl: import("zod").ZodString;
|
|
1117
1117
|
site: import("zod").ZodObject<{
|
|
1118
1118
|
type: import("zod").ZodEnum<{
|
|
1119
|
-
SITE: "SITE";
|
|
1120
1119
|
INET_DOMAIN: "INET_DOMAIN";
|
|
1120
|
+
SITE: "SITE";
|
|
1121
1121
|
}>;
|
|
1122
1122
|
identifier: import("zod").ZodString;
|
|
1123
1123
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1161,8 +1161,8 @@ declare const partnerEndpoints: {
|
|
|
1161
1161
|
siteUrl: import("zod").ZodString;
|
|
1162
1162
|
site: import("zod").ZodObject<{
|
|
1163
1163
|
type: import("zod").ZodEnum<{
|
|
1164
|
-
SITE: "SITE";
|
|
1165
1164
|
INET_DOMAIN: "INET_DOMAIN";
|
|
1165
|
+
SITE: "SITE";
|
|
1166
1166
|
}>;
|
|
1167
1167
|
identifier: import("zod").ZodString;
|
|
1168
1168
|
}, import("zod/v4/core").$strip>;
|
|
@@ -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
|
-
submitted: "submitted";
|
|
1494
1493
|
deleted: "deleted";
|
|
1494
|
+
submitted: "submitted";
|
|
1495
1495
|
}>;
|
|
1496
1496
|
sitemapUrl: import("zod").ZodString;
|
|
1497
1497
|
sitemapCount: 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
|
-
indexed: "indexed";
|
|
1625
1624
|
pending: "pending";
|
|
1625
|
+
indexed: "indexed";
|
|
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
|
-
indexed: "indexed";
|
|
1648
1647
|
pending: "pending";
|
|
1648
|
+
indexed: "indexed";
|
|
1649
1649
|
not_indexed: "not_indexed";
|
|
1650
1650
|
}>>;
|
|
1651
1651
|
issue: z.ZodOptional<z.ZodString>;
|
|
@@ -2404,8 +2404,8 @@ declare const gscVerificationMethodSchema: z.ZodEnum<{
|
|
|
2404
2404
|
}>;
|
|
2405
2405
|
declare const gscVerificationSiteSchema: z.ZodObject<{
|
|
2406
2406
|
type: z.ZodEnum<{
|
|
2407
|
-
SITE: "SITE";
|
|
2408
2407
|
INET_DOMAIN: "INET_DOMAIN";
|
|
2408
|
+
SITE: "SITE";
|
|
2409
2409
|
}>;
|
|
2410
2410
|
identifier: z.ZodString;
|
|
2411
2411
|
}, z.core.$strip>;
|
|
@@ -2433,8 +2433,8 @@ declare const gscVerificationTokenResponseSchema: z.ZodObject<{
|
|
|
2433
2433
|
siteUrl: z.ZodString;
|
|
2434
2434
|
site: z.ZodObject<{
|
|
2435
2435
|
type: z.ZodEnum<{
|
|
2436
|
-
SITE: "SITE";
|
|
2437
2436
|
INET_DOMAIN: "INET_DOMAIN";
|
|
2437
|
+
SITE: "SITE";
|
|
2438
2438
|
}>;
|
|
2439
2439
|
identifier: z.ZodString;
|
|
2440
2440
|
}, z.core.$strip>;
|
|
@@ -2461,8 +2461,8 @@ declare const gscAddAndVerifyResponseSchema: z.ZodObject<{
|
|
|
2461
2461
|
siteUrl: z.ZodString;
|
|
2462
2462
|
site: z.ZodObject<{
|
|
2463
2463
|
type: z.ZodEnum<{
|
|
2464
|
-
SITE: "SITE";
|
|
2465
2464
|
INET_DOMAIN: "INET_DOMAIN";
|
|
2465
|
+
SITE: "SITE";
|
|
2466
2466
|
}>;
|
|
2467
2467
|
identifier: z.ZodString;
|
|
2468
2468
|
}, z.core.$strip>;
|
|
@@ -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
|
-
submitted: "submitted";
|
|
3126
3125
|
deleted: "deleted";
|
|
3126
|
+
submitted: "submitted";
|
|
3127
3127
|
}>;
|
|
3128
3128
|
sitemapUrl: z.ZodString;
|
|
3129
3129
|
sitemapCount: z.ZodNumber;
|
|
@@ -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
|
-
submitted: "submitted";
|
|
4170
4169
|
deleted: "deleted";
|
|
4170
|
+
submitted: "submitted";
|
|
4171
4171
|
}>;
|
|
4172
4172
|
sitemapUrl: z.ZodString;
|
|
4173
4173
|
sitemapCount: 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
|
-
indexed: "indexed";
|
|
4292
4291
|
pending: "pending";
|
|
4292
|
+
indexed: "indexed";
|
|
4293
4293
|
not_indexed: "not_indexed";
|
|
4294
4294
|
}>>;
|
|
4295
4295
|
issue: z.ZodOptional<z.ZodString>;
|
|
@@ -4778,8 +4778,8 @@ declare const partnerControlEndpointSchemas: {
|
|
|
4778
4778
|
siteUrl: z.ZodString;
|
|
4779
4779
|
site: z.ZodObject<{
|
|
4780
4780
|
type: z.ZodEnum<{
|
|
4781
|
-
SITE: "SITE";
|
|
4782
4781
|
INET_DOMAIN: "INET_DOMAIN";
|
|
4782
|
+
SITE: "SITE";
|
|
4783
4783
|
}>;
|
|
4784
4784
|
identifier: z.ZodString;
|
|
4785
4785
|
}, z.core.$strip>;
|
|
@@ -4820,8 +4820,8 @@ declare const partnerControlEndpointSchemas: {
|
|
|
4820
4820
|
siteUrl: z.ZodString;
|
|
4821
4821
|
site: z.ZodObject<{
|
|
4822
4822
|
type: z.ZodEnum<{
|
|
4823
|
-
SITE: "SITE";
|
|
4824
4823
|
INET_DOMAIN: "INET_DOMAIN";
|
|
4824
|
+
SITE: "SITE";
|
|
4825
4825
|
}>;
|
|
4826
4826
|
identifier: z.ZodString;
|
|
4827
4827
|
}, z.core.$strip>;
|
|
@@ -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
|
-
submitted: "submitted";
|
|
5968
5967
|
deleted: "deleted";
|
|
5968
|
+
submitted: "submitted";
|
|
5969
5969
|
}>;
|
|
5970
5970
|
sitemapUrl: z.ZodString;
|
|
5971
5971
|
sitemapCount: 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
|
-
indexed: "indexed";
|
|
6090
6089
|
pending: "pending";
|
|
6090
|
+
indexed: "indexed";
|
|
6091
6091
|
not_indexed: "not_indexed";
|
|
6092
6092
|
}>>;
|
|
6093
6093
|
issue: z.ZodOptional<z.ZodString>;
|
|
@@ -6576,8 +6576,8 @@ declare const partnerEndpointSchemas: {
|
|
|
6576
6576
|
siteUrl: z.ZodString;
|
|
6577
6577
|
site: z.ZodObject<{
|
|
6578
6578
|
type: z.ZodEnum<{
|
|
6579
|
-
SITE: "SITE";
|
|
6580
6579
|
INET_DOMAIN: "INET_DOMAIN";
|
|
6580
|
+
SITE: "SITE";
|
|
6581
6581
|
}>;
|
|
6582
6582
|
identifier: z.ZodString;
|
|
6583
6583
|
}, z.core.$strip>;
|
|
@@ -6618,8 +6618,8 @@ declare const partnerEndpointSchemas: {
|
|
|
6618
6618
|
siteUrl: z.ZodString;
|
|
6619
6619
|
site: z.ZodObject<{
|
|
6620
6620
|
type: z.ZodEnum<{
|
|
6621
|
-
SITE: "SITE";
|
|
6622
6621
|
INET_DOMAIN: "INET_DOMAIN";
|
|
6622
|
+
SITE: "SITE";
|
|
6623
6623
|
}>;
|
|
6624
6624
|
identifier: z.ZodString;
|
|
6625
6625
|
}, z.core.$strip>;
|