@wix/auto_sdk_events_ticket-definitions-v-2 1.0.22 → 1.0.24
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/src/events-v3-ticket-definition-ticket-definitions-v-2.universal.d.ts +7 -7
- package/build/es/src/events-v3-ticket-definition-ticket-definitions-v-2.universal.d.ts +7 -7
- package/build/internal/cjs/src/events-v3-ticket-definition-ticket-definitions-v-2.universal.d.ts +7 -7
- package/build/internal/es/src/events-v3-ticket-definition-ticket-definitions-v-2.universal.d.ts +7 -7
- package/package.json +4 -4
|
@@ -2044,7 +2044,7 @@ export interface Node extends NodeDataOneOf {
|
|
|
2044
2044
|
/** Node type. Use `APP_EMBED` for nodes that embed content from other Wix apps. Use `EMBED` to embed content in [oEmbed](https://oembed.com/) format. */
|
|
2045
2045
|
type?: NodeType;
|
|
2046
2046
|
/** Node ID. */
|
|
2047
|
-
|
|
2047
|
+
id?: string;
|
|
2048
2048
|
/** A list of child nodes. */
|
|
2049
2049
|
nodes?: Node[];
|
|
2050
2050
|
/** Padding and background color styling for the node. */
|
|
@@ -2399,7 +2399,7 @@ export interface FileSource extends FileSourceDataOneOf {
|
|
|
2399
2399
|
*/
|
|
2400
2400
|
custom?: string | null;
|
|
2401
2401
|
/** An ID that's resolved to a URL by a resolver function. */
|
|
2402
|
-
|
|
2402
|
+
id?: string | null;
|
|
2403
2403
|
/** Indicates whether the file's source is private. Defaults to `false`. */
|
|
2404
2404
|
private?: boolean | null;
|
|
2405
2405
|
}
|
|
@@ -2413,7 +2413,7 @@ export interface FileSourceDataOneOf {
|
|
|
2413
2413
|
*/
|
|
2414
2414
|
custom?: string | null;
|
|
2415
2415
|
/** An ID that's resolved to a URL by a resolver function. */
|
|
2416
|
-
|
|
2416
|
+
id?: string | null;
|
|
2417
2417
|
}
|
|
2418
2418
|
export interface PDFSettings {
|
|
2419
2419
|
/**
|
|
@@ -2816,7 +2816,7 @@ export interface Permissions {
|
|
|
2816
2816
|
}
|
|
2817
2817
|
export interface Option {
|
|
2818
2818
|
/** Option ID. */
|
|
2819
|
-
|
|
2819
|
+
id?: string | null;
|
|
2820
2820
|
/** Option title. */
|
|
2821
2821
|
title?: string | null;
|
|
2822
2822
|
/** The image displayed with the option. */
|
|
@@ -2913,7 +2913,7 @@ export interface OptionDesign {
|
|
|
2913
2913
|
}
|
|
2914
2914
|
export interface Poll {
|
|
2915
2915
|
/** Poll ID. */
|
|
2916
|
-
|
|
2916
|
+
id?: string | null;
|
|
2917
2917
|
/** Poll title. */
|
|
2918
2918
|
title?: string | null;
|
|
2919
2919
|
/** Poll creator ID. */
|
|
@@ -3019,7 +3019,7 @@ export interface MentionData {
|
|
|
3019
3019
|
/** The version of the user's name that appears after the `@` character in the mention. */
|
|
3020
3020
|
slug?: string;
|
|
3021
3021
|
/** Mentioned user's ID. */
|
|
3022
|
-
|
|
3022
|
+
id?: string | null;
|
|
3023
3023
|
}
|
|
3024
3024
|
export interface FontSizeData {
|
|
3025
3025
|
/** The units used for the font size. */
|
|
@@ -3033,7 +3033,7 @@ export declare enum FontType {
|
|
|
3033
3033
|
}
|
|
3034
3034
|
export interface SpoilerData {
|
|
3035
3035
|
/** Spoiler ID. */
|
|
3036
|
-
|
|
3036
|
+
id?: string | null;
|
|
3037
3037
|
}
|
|
3038
3038
|
export interface AppEmbedData extends AppEmbedDataAppDataOneOf {
|
|
3039
3039
|
/** Data for embedded Wix Bookings content. */
|
|
@@ -2044,7 +2044,7 @@ export interface Node extends NodeDataOneOf {
|
|
|
2044
2044
|
/** Node type. Use `APP_EMBED` for nodes that embed content from other Wix apps. Use `EMBED` to embed content in [oEmbed](https://oembed.com/) format. */
|
|
2045
2045
|
type?: NodeType;
|
|
2046
2046
|
/** Node ID. */
|
|
2047
|
-
|
|
2047
|
+
id?: string;
|
|
2048
2048
|
/** A list of child nodes. */
|
|
2049
2049
|
nodes?: Node[];
|
|
2050
2050
|
/** Padding and background color styling for the node. */
|
|
@@ -2399,7 +2399,7 @@ export interface FileSource extends FileSourceDataOneOf {
|
|
|
2399
2399
|
*/
|
|
2400
2400
|
custom?: string | null;
|
|
2401
2401
|
/** An ID that's resolved to a URL by a resolver function. */
|
|
2402
|
-
|
|
2402
|
+
id?: string | null;
|
|
2403
2403
|
/** Indicates whether the file's source is private. Defaults to `false`. */
|
|
2404
2404
|
private?: boolean | null;
|
|
2405
2405
|
}
|
|
@@ -2413,7 +2413,7 @@ export interface FileSourceDataOneOf {
|
|
|
2413
2413
|
*/
|
|
2414
2414
|
custom?: string | null;
|
|
2415
2415
|
/** An ID that's resolved to a URL by a resolver function. */
|
|
2416
|
-
|
|
2416
|
+
id?: string | null;
|
|
2417
2417
|
}
|
|
2418
2418
|
export interface PDFSettings {
|
|
2419
2419
|
/**
|
|
@@ -2816,7 +2816,7 @@ export interface Permissions {
|
|
|
2816
2816
|
}
|
|
2817
2817
|
export interface Option {
|
|
2818
2818
|
/** Option ID. */
|
|
2819
|
-
|
|
2819
|
+
id?: string | null;
|
|
2820
2820
|
/** Option title. */
|
|
2821
2821
|
title?: string | null;
|
|
2822
2822
|
/** The image displayed with the option. */
|
|
@@ -2913,7 +2913,7 @@ export interface OptionDesign {
|
|
|
2913
2913
|
}
|
|
2914
2914
|
export interface Poll {
|
|
2915
2915
|
/** Poll ID. */
|
|
2916
|
-
|
|
2916
|
+
id?: string | null;
|
|
2917
2917
|
/** Poll title. */
|
|
2918
2918
|
title?: string | null;
|
|
2919
2919
|
/** Poll creator ID. */
|
|
@@ -3019,7 +3019,7 @@ export interface MentionData {
|
|
|
3019
3019
|
/** The version of the user's name that appears after the `@` character in the mention. */
|
|
3020
3020
|
slug?: string;
|
|
3021
3021
|
/** Mentioned user's ID. */
|
|
3022
|
-
|
|
3022
|
+
id?: string | null;
|
|
3023
3023
|
}
|
|
3024
3024
|
export interface FontSizeData {
|
|
3025
3025
|
/** The units used for the font size. */
|
|
@@ -3033,7 +3033,7 @@ export declare enum FontType {
|
|
|
3033
3033
|
}
|
|
3034
3034
|
export interface SpoilerData {
|
|
3035
3035
|
/** Spoiler ID. */
|
|
3036
|
-
|
|
3036
|
+
id?: string | null;
|
|
3037
3037
|
}
|
|
3038
3038
|
export interface AppEmbedData extends AppEmbedDataAppDataOneOf {
|
|
3039
3039
|
/** Data for embedded Wix Bookings content. */
|
package/build/internal/cjs/src/events-v3-ticket-definition-ticket-definitions-v-2.universal.d.ts
CHANGED
|
@@ -2044,7 +2044,7 @@ export interface Node extends NodeDataOneOf {
|
|
|
2044
2044
|
/** Node type. Use `APP_EMBED` for nodes that embed content from other Wix apps. Use `EMBED` to embed content in [oEmbed](https://oembed.com/) format. */
|
|
2045
2045
|
type?: NodeType;
|
|
2046
2046
|
/** Node ID. */
|
|
2047
|
-
|
|
2047
|
+
id?: string;
|
|
2048
2048
|
/** A list of child nodes. */
|
|
2049
2049
|
nodes?: Node[];
|
|
2050
2050
|
/** Padding and background color styling for the node. */
|
|
@@ -2399,7 +2399,7 @@ export interface FileSource extends FileSourceDataOneOf {
|
|
|
2399
2399
|
*/
|
|
2400
2400
|
custom?: string | null;
|
|
2401
2401
|
/** An ID that's resolved to a URL by a resolver function. */
|
|
2402
|
-
|
|
2402
|
+
id?: string | null;
|
|
2403
2403
|
/** Indicates whether the file's source is private. Defaults to `false`. */
|
|
2404
2404
|
private?: boolean | null;
|
|
2405
2405
|
}
|
|
@@ -2413,7 +2413,7 @@ export interface FileSourceDataOneOf {
|
|
|
2413
2413
|
*/
|
|
2414
2414
|
custom?: string | null;
|
|
2415
2415
|
/** An ID that's resolved to a URL by a resolver function. */
|
|
2416
|
-
|
|
2416
|
+
id?: string | null;
|
|
2417
2417
|
}
|
|
2418
2418
|
export interface PDFSettings {
|
|
2419
2419
|
/**
|
|
@@ -2816,7 +2816,7 @@ export interface Permissions {
|
|
|
2816
2816
|
}
|
|
2817
2817
|
export interface Option {
|
|
2818
2818
|
/** Option ID. */
|
|
2819
|
-
|
|
2819
|
+
id?: string | null;
|
|
2820
2820
|
/** Option title. */
|
|
2821
2821
|
title?: string | null;
|
|
2822
2822
|
/** The image displayed with the option. */
|
|
@@ -2913,7 +2913,7 @@ export interface OptionDesign {
|
|
|
2913
2913
|
}
|
|
2914
2914
|
export interface Poll {
|
|
2915
2915
|
/** Poll ID. */
|
|
2916
|
-
|
|
2916
|
+
id?: string | null;
|
|
2917
2917
|
/** Poll title. */
|
|
2918
2918
|
title?: string | null;
|
|
2919
2919
|
/** Poll creator ID. */
|
|
@@ -3019,7 +3019,7 @@ export interface MentionData {
|
|
|
3019
3019
|
/** The version of the user's name that appears after the `@` character in the mention. */
|
|
3020
3020
|
slug?: string;
|
|
3021
3021
|
/** Mentioned user's ID. */
|
|
3022
|
-
|
|
3022
|
+
id?: string | null;
|
|
3023
3023
|
}
|
|
3024
3024
|
export interface FontSizeData {
|
|
3025
3025
|
/** The units used for the font size. */
|
|
@@ -3033,7 +3033,7 @@ export declare enum FontType {
|
|
|
3033
3033
|
}
|
|
3034
3034
|
export interface SpoilerData {
|
|
3035
3035
|
/** Spoiler ID. */
|
|
3036
|
-
|
|
3036
|
+
id?: string | null;
|
|
3037
3037
|
}
|
|
3038
3038
|
export interface AppEmbedData extends AppEmbedDataAppDataOneOf {
|
|
3039
3039
|
/** Data for embedded Wix Bookings content. */
|
package/build/internal/es/src/events-v3-ticket-definition-ticket-definitions-v-2.universal.d.ts
CHANGED
|
@@ -2044,7 +2044,7 @@ export interface Node extends NodeDataOneOf {
|
|
|
2044
2044
|
/** Node type. Use `APP_EMBED` for nodes that embed content from other Wix apps. Use `EMBED` to embed content in [oEmbed](https://oembed.com/) format. */
|
|
2045
2045
|
type?: NodeType;
|
|
2046
2046
|
/** Node ID. */
|
|
2047
|
-
|
|
2047
|
+
id?: string;
|
|
2048
2048
|
/** A list of child nodes. */
|
|
2049
2049
|
nodes?: Node[];
|
|
2050
2050
|
/** Padding and background color styling for the node. */
|
|
@@ -2399,7 +2399,7 @@ export interface FileSource extends FileSourceDataOneOf {
|
|
|
2399
2399
|
*/
|
|
2400
2400
|
custom?: string | null;
|
|
2401
2401
|
/** An ID that's resolved to a URL by a resolver function. */
|
|
2402
|
-
|
|
2402
|
+
id?: string | null;
|
|
2403
2403
|
/** Indicates whether the file's source is private. Defaults to `false`. */
|
|
2404
2404
|
private?: boolean | null;
|
|
2405
2405
|
}
|
|
@@ -2413,7 +2413,7 @@ export interface FileSourceDataOneOf {
|
|
|
2413
2413
|
*/
|
|
2414
2414
|
custom?: string | null;
|
|
2415
2415
|
/** An ID that's resolved to a URL by a resolver function. */
|
|
2416
|
-
|
|
2416
|
+
id?: string | null;
|
|
2417
2417
|
}
|
|
2418
2418
|
export interface PDFSettings {
|
|
2419
2419
|
/**
|
|
@@ -2816,7 +2816,7 @@ export interface Permissions {
|
|
|
2816
2816
|
}
|
|
2817
2817
|
export interface Option {
|
|
2818
2818
|
/** Option ID. */
|
|
2819
|
-
|
|
2819
|
+
id?: string | null;
|
|
2820
2820
|
/** Option title. */
|
|
2821
2821
|
title?: string | null;
|
|
2822
2822
|
/** The image displayed with the option. */
|
|
@@ -2913,7 +2913,7 @@ export interface OptionDesign {
|
|
|
2913
2913
|
}
|
|
2914
2914
|
export interface Poll {
|
|
2915
2915
|
/** Poll ID. */
|
|
2916
|
-
|
|
2916
|
+
id?: string | null;
|
|
2917
2917
|
/** Poll title. */
|
|
2918
2918
|
title?: string | null;
|
|
2919
2919
|
/** Poll creator ID. */
|
|
@@ -3019,7 +3019,7 @@ export interface MentionData {
|
|
|
3019
3019
|
/** The version of the user's name that appears after the `@` character in the mention. */
|
|
3020
3020
|
slug?: string;
|
|
3021
3021
|
/** Mentioned user's ID. */
|
|
3022
|
-
|
|
3022
|
+
id?: string | null;
|
|
3023
3023
|
}
|
|
3024
3024
|
export interface FontSizeData {
|
|
3025
3025
|
/** The units used for the font size. */
|
|
@@ -3033,7 +3033,7 @@ export declare enum FontType {
|
|
|
3033
3033
|
}
|
|
3034
3034
|
export interface SpoilerData {
|
|
3035
3035
|
/** Spoiler ID. */
|
|
3036
|
-
|
|
3036
|
+
id?: string | null;
|
|
3037
3037
|
}
|
|
3038
3038
|
export interface AppEmbedData extends AppEmbedDataAppDataOneOf {
|
|
3039
3039
|
/** Data for embedded Wix Bookings content. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_events_ticket-definitions-v-2",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"service-plugins"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@wix/sdk-runtime": "^0.3.
|
|
32
|
-
"@wix/sdk-types": "^1.13.
|
|
31
|
+
"@wix/sdk-runtime": "^0.3.49",
|
|
32
|
+
"@wix/sdk-types": "^1.13.23"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"typescript": "^5.3.2"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.events.v3.ticket_definition"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "484c005355d54b0db0720e48ebf74f11887d3be73a0934c0bbe0fca1"
|
|
52
52
|
}
|