@wix/auto_sdk_members_members-about 1.0.13 → 1.0.15
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/es/package.json +3 -0
- package/build/index.d.mts +2 -2
- package/build/index.d.ts +2 -2
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/build/index.mjs +1 -0
- package/build/index.mjs.map +1 -1
- package/build/internal/index.d.mts +2 -2
- package/build/internal/index.d.ts +2 -2
- package/build/internal/index.js +1 -0
- package/build/internal/index.js.map +1 -1
- package/build/internal/index.mjs +1 -0
- package/build/internal/index.mjs.map +1 -1
- package/build/internal/{members-about-v2-member-about-members-about.universal-DfzmZFBy.d.mts → members-about-v2-member-about-members-about.universal-mKXwvq17.d.mts} +6 -1
- package/build/internal/{members-about-v2-member-about-members-about.universal-DfzmZFBy.d.ts → members-about-v2-member-about-members-about.universal-mKXwvq17.d.ts} +6 -1
- package/build/internal/meta.d.mts +7 -2
- package/build/internal/meta.d.ts +7 -2
- package/build/{members-about-v2-member-about-members-about.universal-DfzmZFBy.d.mts → members-about-v2-member-about-members-about.universal-mKXwvq17.d.mts} +6 -1
- package/build/{members-about-v2-member-about-members-about.universal-DfzmZFBy.d.ts → members-about-v2-member-about-members-about.universal-mKXwvq17.d.ts} +6 -1
- package/build/meta.d.mts +7 -2
- package/build/meta.d.ts +7 -2
- package/package.json +2 -2
@@ -1062,6 +1062,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
1062
1062
|
underlineData?: boolean | null;
|
1063
1063
|
/** Data for a spoiler decoration. */
|
1064
1064
|
spoilerData?: SpoilerData;
|
1065
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1066
|
+
strikethroughData?: boolean | null;
|
1065
1067
|
/** The type of decoration to apply. */
|
1066
1068
|
type?: DecorationType;
|
1067
1069
|
}
|
@@ -1085,6 +1087,8 @@ interface DecorationDataOneOf {
|
|
1085
1087
|
underlineData?: boolean | null;
|
1086
1088
|
/** Data for a spoiler decoration. */
|
1087
1089
|
spoilerData?: SpoilerData;
|
1090
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1091
|
+
strikethroughData?: boolean | null;
|
1088
1092
|
}
|
1089
1093
|
declare enum DecorationType {
|
1090
1094
|
BOLD = "BOLD",
|
@@ -1096,7 +1100,8 @@ declare enum DecorationType {
|
|
1096
1100
|
LINK = "LINK",
|
1097
1101
|
COLOR = "COLOR",
|
1098
1102
|
FONT_SIZE = "FONT_SIZE",
|
1099
|
-
EXTERNAL = "EXTERNAL"
|
1103
|
+
EXTERNAL = "EXTERNAL",
|
1104
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
1100
1105
|
}
|
1101
1106
|
interface AnchorData {
|
1102
1107
|
/** The target node's ID. */
|
@@ -1062,6 +1062,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
1062
1062
|
underlineData?: boolean | null;
|
1063
1063
|
/** Data for a spoiler decoration. */
|
1064
1064
|
spoilerData?: SpoilerData;
|
1065
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1066
|
+
strikethroughData?: boolean | null;
|
1065
1067
|
/** The type of decoration to apply. */
|
1066
1068
|
type?: DecorationType;
|
1067
1069
|
}
|
@@ -1085,6 +1087,8 @@ interface DecorationDataOneOf {
|
|
1085
1087
|
underlineData?: boolean | null;
|
1086
1088
|
/** Data for a spoiler decoration. */
|
1087
1089
|
spoilerData?: SpoilerData;
|
1090
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1091
|
+
strikethroughData?: boolean | null;
|
1088
1092
|
}
|
1089
1093
|
declare enum DecorationType {
|
1090
1094
|
BOLD = "BOLD",
|
@@ -1096,7 +1100,8 @@ declare enum DecorationType {
|
|
1096
1100
|
LINK = "LINK",
|
1097
1101
|
COLOR = "COLOR",
|
1098
1102
|
FONT_SIZE = "FONT_SIZE",
|
1099
|
-
EXTERNAL = "EXTERNAL"
|
1103
|
+
EXTERNAL = "EXTERNAL",
|
1104
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
1100
1105
|
}
|
1101
1106
|
interface AnchorData {
|
1102
1107
|
/** The target node's ID. */
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { bb as CreateMemberAboutRequest$1, bc as CreateMemberAboutResponse$1, bd as UpdateMemberAboutRequest$1, be as UpdateMemberAboutResponse$1, bf as DeleteMemberAboutRequest$1, bg as DeleteMemberAboutResponse$1, bh as GetMemberAboutRequest$1, bi as GetMemberAboutResponse$1, bj as GetMyMemberAboutRequest$1, G as GetMyMemberAboutResponse$1, bk as QueryMemberAboutsRequest$1, bp as QueryMemberAboutsResponse$1 } from './members-about-v2-member-about-members-about.universal-
|
1
|
+
import { bb as CreateMemberAboutRequest$1, bc as CreateMemberAboutResponse$1, bd as UpdateMemberAboutRequest$1, be as UpdateMemberAboutResponse$1, bf as DeleteMemberAboutRequest$1, bg as DeleteMemberAboutResponse$1, bh as GetMemberAboutRequest$1, bi as GetMemberAboutResponse$1, bj as GetMyMemberAboutRequest$1, G as GetMyMemberAboutResponse$1, bk as QueryMemberAboutsRequest$1, bp as QueryMemberAboutsResponse$1 } from './members-about-v2-member-about-members-about.universal-mKXwvq17.mjs';
|
2
2
|
|
3
3
|
interface MemberAbout {
|
4
4
|
/**
|
@@ -1064,6 +1064,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
1064
1064
|
underlineData?: boolean | null;
|
1065
1065
|
/** Data for a spoiler decoration. */
|
1066
1066
|
spoilerData?: SpoilerData;
|
1067
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1068
|
+
strikethroughData?: boolean | null;
|
1067
1069
|
/** The type of decoration to apply. */
|
1068
1070
|
type?: DecorationType;
|
1069
1071
|
}
|
@@ -1087,6 +1089,8 @@ interface DecorationDataOneOf {
|
|
1087
1089
|
underlineData?: boolean | null;
|
1088
1090
|
/** Data for a spoiler decoration. */
|
1089
1091
|
spoilerData?: SpoilerData;
|
1092
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1093
|
+
strikethroughData?: boolean | null;
|
1090
1094
|
}
|
1091
1095
|
declare enum DecorationType {
|
1092
1096
|
BOLD = "BOLD",
|
@@ -1098,7 +1102,8 @@ declare enum DecorationType {
|
|
1098
1102
|
LINK = "LINK",
|
1099
1103
|
COLOR = "COLOR",
|
1100
1104
|
FONT_SIZE = "FONT_SIZE",
|
1101
|
-
EXTERNAL = "EXTERNAL"
|
1105
|
+
EXTERNAL = "EXTERNAL",
|
1106
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
1102
1107
|
}
|
1103
1108
|
interface AnchorData {
|
1104
1109
|
/** The target node's ID. */
|
package/build/internal/meta.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { bb as CreateMemberAboutRequest$1, bc as CreateMemberAboutResponse$1, bd as UpdateMemberAboutRequest$1, be as UpdateMemberAboutResponse$1, bf as DeleteMemberAboutRequest$1, bg as DeleteMemberAboutResponse$1, bh as GetMemberAboutRequest$1, bi as GetMemberAboutResponse$1, bj as GetMyMemberAboutRequest$1, G as GetMyMemberAboutResponse$1, bk as QueryMemberAboutsRequest$1, bp as QueryMemberAboutsResponse$1 } from './members-about-v2-member-about-members-about.universal-
|
1
|
+
import { bb as CreateMemberAboutRequest$1, bc as CreateMemberAboutResponse$1, bd as UpdateMemberAboutRequest$1, be as UpdateMemberAboutResponse$1, bf as DeleteMemberAboutRequest$1, bg as DeleteMemberAboutResponse$1, bh as GetMemberAboutRequest$1, bi as GetMemberAboutResponse$1, bj as GetMyMemberAboutRequest$1, G as GetMyMemberAboutResponse$1, bk as QueryMemberAboutsRequest$1, bp as QueryMemberAboutsResponse$1 } from './members-about-v2-member-about-members-about.universal-mKXwvq17.js';
|
2
2
|
|
3
3
|
interface MemberAbout {
|
4
4
|
/**
|
@@ -1064,6 +1064,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
1064
1064
|
underlineData?: boolean | null;
|
1065
1065
|
/** Data for a spoiler decoration. */
|
1066
1066
|
spoilerData?: SpoilerData;
|
1067
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1068
|
+
strikethroughData?: boolean | null;
|
1067
1069
|
/** The type of decoration to apply. */
|
1068
1070
|
type?: DecorationType;
|
1069
1071
|
}
|
@@ -1087,6 +1089,8 @@ interface DecorationDataOneOf {
|
|
1087
1089
|
underlineData?: boolean | null;
|
1088
1090
|
/** Data for a spoiler decoration. */
|
1089
1091
|
spoilerData?: SpoilerData;
|
1092
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1093
|
+
strikethroughData?: boolean | null;
|
1090
1094
|
}
|
1091
1095
|
declare enum DecorationType {
|
1092
1096
|
BOLD = "BOLD",
|
@@ -1098,7 +1102,8 @@ declare enum DecorationType {
|
|
1098
1102
|
LINK = "LINK",
|
1099
1103
|
COLOR = "COLOR",
|
1100
1104
|
FONT_SIZE = "FONT_SIZE",
|
1101
|
-
EXTERNAL = "EXTERNAL"
|
1105
|
+
EXTERNAL = "EXTERNAL",
|
1106
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
1102
1107
|
}
|
1103
1108
|
interface AnchorData {
|
1104
1109
|
/** The target node's ID. */
|
@@ -1062,6 +1062,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
1062
1062
|
underlineData?: boolean | null;
|
1063
1063
|
/** Data for a spoiler decoration. */
|
1064
1064
|
spoilerData?: SpoilerData;
|
1065
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1066
|
+
strikethroughData?: boolean | null;
|
1065
1067
|
/** The type of decoration to apply. */
|
1066
1068
|
type?: DecorationType;
|
1067
1069
|
}
|
@@ -1085,6 +1087,8 @@ interface DecorationDataOneOf {
|
|
1085
1087
|
underlineData?: boolean | null;
|
1086
1088
|
/** Data for a spoiler decoration. */
|
1087
1089
|
spoilerData?: SpoilerData;
|
1090
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1091
|
+
strikethroughData?: boolean | null;
|
1088
1092
|
}
|
1089
1093
|
declare enum DecorationType {
|
1090
1094
|
BOLD = "BOLD",
|
@@ -1096,7 +1100,8 @@ declare enum DecorationType {
|
|
1096
1100
|
LINK = "LINK",
|
1097
1101
|
COLOR = "COLOR",
|
1098
1102
|
FONT_SIZE = "FONT_SIZE",
|
1099
|
-
EXTERNAL = "EXTERNAL"
|
1103
|
+
EXTERNAL = "EXTERNAL",
|
1104
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
1100
1105
|
}
|
1101
1106
|
interface AnchorData {
|
1102
1107
|
/** The target node's ID. */
|
@@ -1062,6 +1062,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
1062
1062
|
underlineData?: boolean | null;
|
1063
1063
|
/** Data for a spoiler decoration. */
|
1064
1064
|
spoilerData?: SpoilerData;
|
1065
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1066
|
+
strikethroughData?: boolean | null;
|
1065
1067
|
/** The type of decoration to apply. */
|
1066
1068
|
type?: DecorationType;
|
1067
1069
|
}
|
@@ -1085,6 +1087,8 @@ interface DecorationDataOneOf {
|
|
1085
1087
|
underlineData?: boolean | null;
|
1086
1088
|
/** Data for a spoiler decoration. */
|
1087
1089
|
spoilerData?: SpoilerData;
|
1090
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1091
|
+
strikethroughData?: boolean | null;
|
1088
1092
|
}
|
1089
1093
|
declare enum DecorationType {
|
1090
1094
|
BOLD = "BOLD",
|
@@ -1096,7 +1100,8 @@ declare enum DecorationType {
|
|
1096
1100
|
LINK = "LINK",
|
1097
1101
|
COLOR = "COLOR",
|
1098
1102
|
FONT_SIZE = "FONT_SIZE",
|
1099
|
-
EXTERNAL = "EXTERNAL"
|
1103
|
+
EXTERNAL = "EXTERNAL",
|
1104
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
1100
1105
|
}
|
1101
1106
|
interface AnchorData {
|
1102
1107
|
/** The target node's ID. */
|
package/build/meta.d.mts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { bb as CreateMemberAboutRequest$1, bc as CreateMemberAboutResponse$1, bd as UpdateMemberAboutRequest$1, be as UpdateMemberAboutResponse$1, bf as DeleteMemberAboutRequest$1, bg as DeleteMemberAboutResponse$1, bh as GetMemberAboutRequest$1, bi as GetMemberAboutResponse$1, bj as GetMyMemberAboutRequest$1, G as GetMyMemberAboutResponse$1, bk as QueryMemberAboutsRequest$1, bp as QueryMemberAboutsResponse$1 } from './members-about-v2-member-about-members-about.universal-
|
1
|
+
import { bb as CreateMemberAboutRequest$1, bc as CreateMemberAboutResponse$1, bd as UpdateMemberAboutRequest$1, be as UpdateMemberAboutResponse$1, bf as DeleteMemberAboutRequest$1, bg as DeleteMemberAboutResponse$1, bh as GetMemberAboutRequest$1, bi as GetMemberAboutResponse$1, bj as GetMyMemberAboutRequest$1, G as GetMyMemberAboutResponse$1, bk as QueryMemberAboutsRequest$1, bp as QueryMemberAboutsResponse$1 } from './members-about-v2-member-about-members-about.universal-mKXwvq17.mjs';
|
2
2
|
|
3
3
|
interface MemberAbout {
|
4
4
|
/**
|
@@ -1064,6 +1064,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
1064
1064
|
underlineData?: boolean | null;
|
1065
1065
|
/** Data for a spoiler decoration. */
|
1066
1066
|
spoilerData?: SpoilerData;
|
1067
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1068
|
+
strikethroughData?: boolean | null;
|
1067
1069
|
/** The type of decoration to apply. */
|
1068
1070
|
type?: DecorationType;
|
1069
1071
|
}
|
@@ -1087,6 +1089,8 @@ interface DecorationDataOneOf {
|
|
1087
1089
|
underlineData?: boolean | null;
|
1088
1090
|
/** Data for a spoiler decoration. */
|
1089
1091
|
spoilerData?: SpoilerData;
|
1092
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1093
|
+
strikethroughData?: boolean | null;
|
1090
1094
|
}
|
1091
1095
|
declare enum DecorationType {
|
1092
1096
|
BOLD = "BOLD",
|
@@ -1098,7 +1102,8 @@ declare enum DecorationType {
|
|
1098
1102
|
LINK = "LINK",
|
1099
1103
|
COLOR = "COLOR",
|
1100
1104
|
FONT_SIZE = "FONT_SIZE",
|
1101
|
-
EXTERNAL = "EXTERNAL"
|
1105
|
+
EXTERNAL = "EXTERNAL",
|
1106
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
1102
1107
|
}
|
1103
1108
|
interface AnchorData {
|
1104
1109
|
/** The target node's ID. */
|
package/build/meta.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { bb as CreateMemberAboutRequest$1, bc as CreateMemberAboutResponse$1, bd as UpdateMemberAboutRequest$1, be as UpdateMemberAboutResponse$1, bf as DeleteMemberAboutRequest$1, bg as DeleteMemberAboutResponse$1, bh as GetMemberAboutRequest$1, bi as GetMemberAboutResponse$1, bj as GetMyMemberAboutRequest$1, G as GetMyMemberAboutResponse$1, bk as QueryMemberAboutsRequest$1, bp as QueryMemberAboutsResponse$1 } from './members-about-v2-member-about-members-about.universal-
|
1
|
+
import { bb as CreateMemberAboutRequest$1, bc as CreateMemberAboutResponse$1, bd as UpdateMemberAboutRequest$1, be as UpdateMemberAboutResponse$1, bf as DeleteMemberAboutRequest$1, bg as DeleteMemberAboutResponse$1, bh as GetMemberAboutRequest$1, bi as GetMemberAboutResponse$1, bj as GetMyMemberAboutRequest$1, G as GetMyMemberAboutResponse$1, bk as QueryMemberAboutsRequest$1, bp as QueryMemberAboutsResponse$1 } from './members-about-v2-member-about-members-about.universal-mKXwvq17.js';
|
2
2
|
|
3
3
|
interface MemberAbout {
|
4
4
|
/**
|
@@ -1064,6 +1064,8 @@ interface Decoration extends DecorationDataOneOf {
|
|
1064
1064
|
underlineData?: boolean | null;
|
1065
1065
|
/** Data for a spoiler decoration. */
|
1066
1066
|
spoilerData?: SpoilerData;
|
1067
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1068
|
+
strikethroughData?: boolean | null;
|
1067
1069
|
/** The type of decoration to apply. */
|
1068
1070
|
type?: DecorationType;
|
1069
1071
|
}
|
@@ -1087,6 +1089,8 @@ interface DecorationDataOneOf {
|
|
1087
1089
|
underlineData?: boolean | null;
|
1088
1090
|
/** Data for a spoiler decoration. */
|
1089
1091
|
spoilerData?: SpoilerData;
|
1092
|
+
/** Data for a strikethrough decoration. Defaults to `true`. */
|
1093
|
+
strikethroughData?: boolean | null;
|
1090
1094
|
}
|
1091
1095
|
declare enum DecorationType {
|
1092
1096
|
BOLD = "BOLD",
|
@@ -1098,7 +1102,8 @@ declare enum DecorationType {
|
|
1098
1102
|
LINK = "LINK",
|
1099
1103
|
COLOR = "COLOR",
|
1100
1104
|
FONT_SIZE = "FONT_SIZE",
|
1101
|
-
EXTERNAL = "EXTERNAL"
|
1105
|
+
EXTERNAL = "EXTERNAL",
|
1106
|
+
STRIKETHROUGH = "STRIKETHROUGH"
|
1102
1107
|
}
|
1103
1108
|
interface AnchorData {
|
1104
1109
|
/** The target node's ID. */
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wix/auto_sdk_members_members-about",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.15",
|
4
4
|
"publishConfig": {
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
6
6
|
"access": "public"
|
@@ -49,5 +49,5 @@
|
|
49
49
|
"fqdn": "wix.members.about.v2.member_about"
|
50
50
|
}
|
51
51
|
},
|
52
|
-
"falconPackageHash": "
|
52
|
+
"falconPackageHash": "86d381949574fc008156712613168ce301b2617810a975475465e004"
|
53
53
|
}
|