@wix/auto_sdk_multilingual_translation-published-contents 1.0.26 → 1.0.27
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.d.ts +2 -2
- package/build/cjs/index.js +0 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -13
- package/build/cjs/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-CtXDNRl5.d.ts → multilingual-localization-public-v3-published-content-translation-published-contents.universal-CZFjMeB8.d.ts} +2 -12
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +0 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -13
- package/build/es/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-CtXDNRl5.d.mts → multilingual-localization-public-v3-published-content-translation-published-contents.universal-CZFjMeB8.d.mts} +2 -12
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +0 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -13
- package/build/internal/cjs/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-CtXDNRl5.d.ts → multilingual-localization-public-v3-published-content-translation-published-contents.universal-CZFjMeB8.d.ts} +2 -12
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +0 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -13
- package/build/internal/es/{multilingual-localization-public-v3-published-content-translation-published-contents.universal-CtXDNRl5.d.mts → multilingual-localization-public-v3-published-content-translation-published-contents.universal-CZFjMeB8.d.mts} +2 -12
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bl as QueryPublishedContentRequest$1, bq as QueryPublishedContentResponse$1 } from './multilingual-localization-public-v3-published-content-translation-published-contents.universal-
|
|
1
|
+
import { bl as QueryPublishedContentRequest$1, bq as QueryPublishedContentResponse$1 } from './multilingual-localization-public-v3-published-content-translation-published-contents.universal-CZFjMeB8.mjs';
|
|
2
2
|
|
|
3
3
|
interface PublishedContent {
|
|
4
4
|
/**
|
|
@@ -1205,10 +1205,6 @@ interface Decoration extends DecorationDataOneOf {
|
|
|
1205
1205
|
spoilerData?: SpoilerData;
|
|
1206
1206
|
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1207
1207
|
strikethroughData?: boolean | null;
|
|
1208
|
-
/** Data for a superscript decoration. Defaults to `true`. */
|
|
1209
|
-
superscriptData?: boolean | null;
|
|
1210
|
-
/** Data for a subscript decoration. Defaults to `true`. */
|
|
1211
|
-
subscriptData?: boolean | null;
|
|
1212
1208
|
/** The type of decoration to apply. */
|
|
1213
1209
|
type?: DecorationTypeWithLiterals;
|
|
1214
1210
|
}
|
|
@@ -1234,10 +1230,6 @@ interface DecorationDataOneOf {
|
|
|
1234
1230
|
spoilerData?: SpoilerData;
|
|
1235
1231
|
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1236
1232
|
strikethroughData?: boolean | null;
|
|
1237
|
-
/** Data for a superscript decoration. Defaults to `true`. */
|
|
1238
|
-
superscriptData?: boolean | null;
|
|
1239
|
-
/** Data for a subscript decoration. Defaults to `true`. */
|
|
1240
|
-
subscriptData?: boolean | null;
|
|
1241
1233
|
}
|
|
1242
1234
|
declare enum DecorationType {
|
|
1243
1235
|
BOLD = "BOLD",
|
|
@@ -1250,12 +1242,10 @@ declare enum DecorationType {
|
|
|
1250
1242
|
COLOR = "COLOR",
|
|
1251
1243
|
FONT_SIZE = "FONT_SIZE",
|
|
1252
1244
|
EXTERNAL = "EXTERNAL",
|
|
1253
|
-
STRIKETHROUGH = "STRIKETHROUGH"
|
|
1254
|
-
SUPERSCRIPT = "SUPERSCRIPT",
|
|
1255
|
-
SUBSCRIPT = "SUBSCRIPT"
|
|
1245
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
|
1256
1246
|
}
|
|
1257
1247
|
/** @enumType */
|
|
1258
|
-
type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH'
|
|
1248
|
+
type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH';
|
|
1259
1249
|
interface AnchorData {
|
|
1260
1250
|
/** The target node's ID. */
|
|
1261
1251
|
anchor?: string;
|
|
@@ -1203,10 +1203,6 @@ interface Decoration extends DecorationDataOneOf {
|
|
|
1203
1203
|
spoilerData?: SpoilerData;
|
|
1204
1204
|
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1205
1205
|
strikethroughData?: boolean | null;
|
|
1206
|
-
/** Data for a superscript decoration. Defaults to `true`. */
|
|
1207
|
-
superscriptData?: boolean | null;
|
|
1208
|
-
/** Data for a subscript decoration. Defaults to `true`. */
|
|
1209
|
-
subscriptData?: boolean | null;
|
|
1210
1206
|
/** The type of decoration to apply. */
|
|
1211
1207
|
type?: DecorationTypeWithLiterals;
|
|
1212
1208
|
}
|
|
@@ -1232,10 +1228,6 @@ interface DecorationDataOneOf {
|
|
|
1232
1228
|
spoilerData?: SpoilerData;
|
|
1233
1229
|
/** Data for a strikethrough decoration. Defaults to `true`. */
|
|
1234
1230
|
strikethroughData?: boolean | null;
|
|
1235
|
-
/** Data for a superscript decoration. Defaults to `true`. */
|
|
1236
|
-
superscriptData?: boolean | null;
|
|
1237
|
-
/** Data for a subscript decoration. Defaults to `true`. */
|
|
1238
|
-
subscriptData?: boolean | null;
|
|
1239
1231
|
}
|
|
1240
1232
|
declare enum DecorationType {
|
|
1241
1233
|
BOLD = "BOLD",
|
|
@@ -1248,12 +1240,10 @@ declare enum DecorationType {
|
|
|
1248
1240
|
COLOR = "COLOR",
|
|
1249
1241
|
FONT_SIZE = "FONT_SIZE",
|
|
1250
1242
|
EXTERNAL = "EXTERNAL",
|
|
1251
|
-
STRIKETHROUGH = "STRIKETHROUGH"
|
|
1252
|
-
SUPERSCRIPT = "SUPERSCRIPT",
|
|
1253
|
-
SUBSCRIPT = "SUBSCRIPT"
|
|
1243
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
|
1254
1244
|
}
|
|
1255
1245
|
/** @enumType */
|
|
1256
|
-
type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH'
|
|
1246
|
+
type DecorationTypeWithLiterals = DecorationType | 'BOLD' | 'ITALIC' | 'UNDERLINE' | 'SPOILER' | 'ANCHOR' | 'MENTION' | 'LINK' | 'COLOR' | 'FONT_SIZE' | 'EXTERNAL' | 'STRIKETHROUGH';
|
|
1257
1247
|
interface AnchorData {
|
|
1258
1248
|
/** The target node's ID. */
|
|
1259
1249
|
anchor?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_multilingual_translation-published-contents",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"fqdn": "wix.multilingual.localization_public.v3.published_content"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
-
"falconPackageHash": "
|
|
52
|
+
"falconPackageHash": "545ec6234957f36fb136a0007b0b7dfed5358faa9ac212e806b9cfaf"
|
|
53
53
|
}
|