@wix/auto_sdk_members_members-about 1.0.13 → 1.0.14

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.
@@ -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-DfzmZFBy.mjs';
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. */
@@ -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-DfzmZFBy.js';
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-DfzmZFBy.mjs';
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-DfzmZFBy.js';
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.13",
3
+ "version": "1.0.14",
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": "af733d1b67dad86f5f952e317a8356f1fa36548b5d7694e20f84ffe2"
52
+ "falconPackageHash": "d662277785a33f853aa63b72ea01c4fba113e85495ca9d75d2fdd5b8"
53
53
  }