@gscdump/contracts 1.0.4 → 1.2.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 +2 -2
- package/dist/_chunks/schemas.d.mts +6 -6
- package/dist/v1/index.d.mts +1642 -196
- package/dist/v1/index.mjs +728 -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;
|
|
@@ -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>;
|
|
@@ -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;
|
|
@@ -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;
|
|
@@ -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>;
|
|
@@ -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;
|
|
@@ -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>;
|