@wix/auto_sdk_blog_draft-posts 1.0.92 → 1.0.93
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/build/cjs/index.js +13 -13
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +281 -273
- package/build/cjs/index.typings.js +13 -13
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +283 -275
- package/build/cjs/meta.js +13 -13
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.js +15 -15
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.mjs +13 -13
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +281 -273
- package/build/es/index.typings.mjs +13 -13
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +283 -275
- package/build/es/meta.mjs +13 -13
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.mjs +15 -15
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/index.js +13 -13
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +310 -302
- package/build/internal/cjs/index.typings.js +13 -13
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +326 -318
- package/build/internal/cjs/meta.js +13 -13
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.js +15 -15
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/index.mjs +13 -13
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +310 -302
- package/build/internal/es/index.typings.mjs +13 -13
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +326 -318
- package/build/internal/es/meta.mjs +13 -13
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.mjs +15 -15
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -83,7 +83,7 @@ var CreateDraftPostRequest = z.object({
|
|
|
83
83
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
84
84
|
).optional(),
|
|
85
85
|
custom: z.boolean().describe(
|
|
86
|
-
|
|
86
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
87
87
|
).optional(),
|
|
88
88
|
disabled: z.boolean().describe(
|
|
89
89
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -253,7 +253,7 @@ var CreateDraftPostResponse = z.object({
|
|
|
253
253
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
254
254
|
).optional(),
|
|
255
255
|
custom: z.boolean().describe(
|
|
256
|
-
|
|
256
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
257
257
|
).optional(),
|
|
258
258
|
disabled: z.boolean().describe(
|
|
259
259
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -408,7 +408,7 @@ var BulkCreateDraftPostsRequest = z.object({
|
|
|
408
408
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
409
409
|
).optional(),
|
|
410
410
|
custom: z.boolean().describe(
|
|
411
|
-
|
|
411
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
412
412
|
).optional(),
|
|
413
413
|
disabled: z.boolean().describe(
|
|
414
414
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -598,7 +598,7 @@ var BulkCreateDraftPostsResponse = z.object({
|
|
|
598
598
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
599
599
|
).optional(),
|
|
600
600
|
custom: z.boolean().describe(
|
|
601
|
-
|
|
601
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
602
602
|
).optional(),
|
|
603
603
|
disabled: z.boolean().describe(
|
|
604
604
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -764,7 +764,7 @@ var BulkUpdateDraftPostsRequest = z.object({
|
|
|
764
764
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
765
765
|
).optional(),
|
|
766
766
|
custom: z.boolean().describe(
|
|
767
|
-
|
|
767
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
768
768
|
).optional(),
|
|
769
769
|
disabled: z.boolean().describe(
|
|
770
770
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -966,7 +966,7 @@ var BulkUpdateDraftPostsResponse = z.object({
|
|
|
966
966
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
967
967
|
).optional(),
|
|
968
968
|
custom: z.boolean().describe(
|
|
969
|
-
|
|
969
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
970
970
|
).optional(),
|
|
971
971
|
disabled: z.boolean().describe(
|
|
972
972
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -1159,7 +1159,7 @@ var ListDeletedDraftPostsResponse = z.object({
|
|
|
1159
1159
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
1160
1160
|
).optional(),
|
|
1161
1161
|
custom: z.boolean().describe(
|
|
1162
|
-
|
|
1162
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
1163
1163
|
).optional(),
|
|
1164
1164
|
disabled: z.boolean().describe(
|
|
1165
1165
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -1348,7 +1348,7 @@ var GetDraftPostResponse = z.object({
|
|
|
1348
1348
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
1349
1349
|
).optional(),
|
|
1350
1350
|
custom: z.boolean().describe(
|
|
1351
|
-
|
|
1351
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
1352
1352
|
).optional(),
|
|
1353
1353
|
disabled: z.boolean().describe(
|
|
1354
1354
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -1503,7 +1503,7 @@ var UpdateDraftPostRequest = z.object({
|
|
|
1503
1503
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
1504
1504
|
).optional(),
|
|
1505
1505
|
custom: z.boolean().describe(
|
|
1506
|
-
|
|
1506
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
1507
1507
|
).optional(),
|
|
1508
1508
|
disabled: z.boolean().describe(
|
|
1509
1509
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -1682,7 +1682,7 @@ var UpdateDraftPostResponse = z.object({
|
|
|
1682
1682
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
1683
1683
|
).optional(),
|
|
1684
1684
|
custom: z.boolean().describe(
|
|
1685
|
-
|
|
1685
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
1686
1686
|
).optional(),
|
|
1687
1687
|
disabled: z.boolean().describe(
|
|
1688
1688
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -1875,7 +1875,7 @@ var BulkDeleteDraftPostsResponse = z.object({
|
|
|
1875
1875
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
1876
1876
|
).optional(),
|
|
1877
1877
|
custom: z.boolean().describe(
|
|
1878
|
-
|
|
1878
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
1879
1879
|
).optional(),
|
|
1880
1880
|
disabled: z.boolean().describe(
|
|
1881
1881
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -2075,7 +2075,7 @@ var ListDraftPostsResponse = z.object({
|
|
|
2075
2075
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
2076
2076
|
).optional(),
|
|
2077
2077
|
custom: z.boolean().describe(
|
|
2078
|
-
|
|
2078
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
2079
2079
|
).optional(),
|
|
2080
2080
|
disabled: z.boolean().describe(
|
|
2081
2081
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -2243,7 +2243,7 @@ var GetDeletedDraftPostResponse = z.object({
|
|
|
2243
2243
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
2244
2244
|
).optional(),
|
|
2245
2245
|
custom: z.boolean().describe(
|
|
2246
|
-
|
|
2246
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
2247
2247
|
).optional(),
|
|
2248
2248
|
disabled: z.boolean().describe(
|
|
2249
2249
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -2402,7 +2402,7 @@ var RestoreFromTrashBinResponse = z.object({
|
|
|
2402
2402
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
2403
2403
|
).optional(),
|
|
2404
2404
|
custom: z.boolean().describe(
|
|
2405
|
-
|
|
2405
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
2406
2406
|
).optional(),
|
|
2407
2407
|
disabled: z.boolean().describe(
|
|
2408
2408
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|
|
@@ -2690,7 +2690,7 @@ var QueryDraftPostsResponse = z.object({
|
|
|
2690
2690
|
"SEO tag inner content. For example, `<title> inner content </title>`."
|
|
2691
2691
|
).optional(),
|
|
2692
2692
|
custom: z.boolean().describe(
|
|
2693
|
-
|
|
2693
|
+
'Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages).\n\nLimitation: when `ResolveStaticPageSeoTags` is called without `seoData`, the per-page SEO data is read\nonly from the Vibe/Wix-managed-headless override store. That store holds nothing for classic Wix Editor\nor Wix Studio pages, so custom tags saved on those pages are missing from the response entirely. For\nthose pages `false` therefore does not mean "not a custom tag" \u2014 it means this API could not tell.\nPass `seoData` explicitly to resolve against a known set of tags.'
|
|
2694
2694
|
).optional(),
|
|
2695
2695
|
disabled: z.boolean().describe(
|
|
2696
2696
|
"Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines."
|