@wix/auto_sdk_events_notifications 1.0.16 → 1.0.18

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.
@@ -1357,7 +1357,7 @@ export interface Node extends NodeDataOneOf {
1357
1357
  /** 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. */
1358
1358
  type?: NodeType;
1359
1359
  /** Node ID. */
1360
- _id?: string;
1360
+ id?: string;
1361
1361
  /** A list of child nodes. */
1362
1362
  nodes?: Node[];
1363
1363
  /** Padding and background color styling for the node. */
@@ -1712,7 +1712,7 @@ export interface FileSource extends FileSourceDataOneOf {
1712
1712
  */
1713
1713
  custom?: string | null;
1714
1714
  /** An ID that's resolved to a URL by a resolver function. */
1715
- _id?: string | null;
1715
+ id?: string | null;
1716
1716
  /** Indicates whether the file's source is private. Defaults to `false`. */
1717
1717
  private?: boolean | null;
1718
1718
  }
@@ -1726,7 +1726,7 @@ export interface FileSourceDataOneOf {
1726
1726
  */
1727
1727
  custom?: string | null;
1728
1728
  /** An ID that's resolved to a URL by a resolver function. */
1729
- _id?: string | null;
1729
+ id?: string | null;
1730
1730
  }
1731
1731
  export interface PDFSettings {
1732
1732
  /**
@@ -2129,7 +2129,7 @@ export interface Permissions {
2129
2129
  }
2130
2130
  export interface Option {
2131
2131
  /** Option ID. */
2132
- _id?: string | null;
2132
+ id?: string | null;
2133
2133
  /** Option title. */
2134
2134
  title?: string | null;
2135
2135
  /** The image displayed with the option. */
@@ -2226,7 +2226,7 @@ export interface OptionDesign {
2226
2226
  }
2227
2227
  export interface Poll {
2228
2228
  /** Poll ID. */
2229
- _id?: string | null;
2229
+ id?: string | null;
2230
2230
  /** Poll title. */
2231
2231
  title?: string | null;
2232
2232
  /** Poll creator ID. */
@@ -2332,7 +2332,7 @@ export interface MentionData {
2332
2332
  /** The version of the user's name that appears after the `@` character in the mention. */
2333
2333
  slug?: string;
2334
2334
  /** Mentioned user's ID. */
2335
- _id?: string | null;
2335
+ id?: string | null;
2336
2336
  }
2337
2337
  export interface FontSizeData {
2338
2338
  /** The units used for the font size. */
@@ -2346,7 +2346,7 @@ export declare enum FontType {
2346
2346
  }
2347
2347
  export interface SpoilerData {
2348
2348
  /** Spoiler ID. */
2349
- _id?: string | null;
2349
+ id?: string | null;
2350
2350
  }
2351
2351
  export interface AppEmbedData extends AppEmbedDataAppDataOneOf {
2352
2352
  /** Data for embedded Wix Bookings content. */
@@ -1357,7 +1357,7 @@ export interface Node extends NodeDataOneOf {
1357
1357
  /** 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. */
1358
1358
  type?: NodeType;
1359
1359
  /** Node ID. */
1360
- _id?: string;
1360
+ id?: string;
1361
1361
  /** A list of child nodes. */
1362
1362
  nodes?: Node[];
1363
1363
  /** Padding and background color styling for the node. */
@@ -1712,7 +1712,7 @@ export interface FileSource extends FileSourceDataOneOf {
1712
1712
  */
1713
1713
  custom?: string | null;
1714
1714
  /** An ID that's resolved to a URL by a resolver function. */
1715
- _id?: string | null;
1715
+ id?: string | null;
1716
1716
  /** Indicates whether the file's source is private. Defaults to `false`. */
1717
1717
  private?: boolean | null;
1718
1718
  }
@@ -1726,7 +1726,7 @@ export interface FileSourceDataOneOf {
1726
1726
  */
1727
1727
  custom?: string | null;
1728
1728
  /** An ID that's resolved to a URL by a resolver function. */
1729
- _id?: string | null;
1729
+ id?: string | null;
1730
1730
  }
1731
1731
  export interface PDFSettings {
1732
1732
  /**
@@ -2129,7 +2129,7 @@ export interface Permissions {
2129
2129
  }
2130
2130
  export interface Option {
2131
2131
  /** Option ID. */
2132
- _id?: string | null;
2132
+ id?: string | null;
2133
2133
  /** Option title. */
2134
2134
  title?: string | null;
2135
2135
  /** The image displayed with the option. */
@@ -2226,7 +2226,7 @@ export interface OptionDesign {
2226
2226
  }
2227
2227
  export interface Poll {
2228
2228
  /** Poll ID. */
2229
- _id?: string | null;
2229
+ id?: string | null;
2230
2230
  /** Poll title. */
2231
2231
  title?: string | null;
2232
2232
  /** Poll creator ID. */
@@ -2332,7 +2332,7 @@ export interface MentionData {
2332
2332
  /** The version of the user's name that appears after the `@` character in the mention. */
2333
2333
  slug?: string;
2334
2334
  /** Mentioned user's ID. */
2335
- _id?: string | null;
2335
+ id?: string | null;
2336
2336
  }
2337
2337
  export interface FontSizeData {
2338
2338
  /** The units used for the font size. */
@@ -2346,7 +2346,7 @@ export declare enum FontType {
2346
2346
  }
2347
2347
  export interface SpoilerData {
2348
2348
  /** Spoiler ID. */
2349
- _id?: string | null;
2349
+ id?: string | null;
2350
2350
  }
2351
2351
  export interface AppEmbedData extends AppEmbedDataAppDataOneOf {
2352
2352
  /** Data for embedded Wix Bookings content. */
@@ -1357,7 +1357,7 @@ export interface Node extends NodeDataOneOf {
1357
1357
  /** 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. */
1358
1358
  type?: NodeType;
1359
1359
  /** Node ID. */
1360
- _id?: string;
1360
+ id?: string;
1361
1361
  /** A list of child nodes. */
1362
1362
  nodes?: Node[];
1363
1363
  /** Padding and background color styling for the node. */
@@ -1712,7 +1712,7 @@ export interface FileSource extends FileSourceDataOneOf {
1712
1712
  */
1713
1713
  custom?: string | null;
1714
1714
  /** An ID that's resolved to a URL by a resolver function. */
1715
- _id?: string | null;
1715
+ id?: string | null;
1716
1716
  /** Indicates whether the file's source is private. Defaults to `false`. */
1717
1717
  private?: boolean | null;
1718
1718
  }
@@ -1726,7 +1726,7 @@ export interface FileSourceDataOneOf {
1726
1726
  */
1727
1727
  custom?: string | null;
1728
1728
  /** An ID that's resolved to a URL by a resolver function. */
1729
- _id?: string | null;
1729
+ id?: string | null;
1730
1730
  }
1731
1731
  export interface PDFSettings {
1732
1732
  /**
@@ -2129,7 +2129,7 @@ export interface Permissions {
2129
2129
  }
2130
2130
  export interface Option {
2131
2131
  /** Option ID. */
2132
- _id?: string | null;
2132
+ id?: string | null;
2133
2133
  /** Option title. */
2134
2134
  title?: string | null;
2135
2135
  /** The image displayed with the option. */
@@ -2226,7 +2226,7 @@ export interface OptionDesign {
2226
2226
  }
2227
2227
  export interface Poll {
2228
2228
  /** Poll ID. */
2229
- _id?: string | null;
2229
+ id?: string | null;
2230
2230
  /** Poll title. */
2231
2231
  title?: string | null;
2232
2232
  /** Poll creator ID. */
@@ -2332,7 +2332,7 @@ export interface MentionData {
2332
2332
  /** The version of the user's name that appears after the `@` character in the mention. */
2333
2333
  slug?: string;
2334
2334
  /** Mentioned user's ID. */
2335
- _id?: string | null;
2335
+ id?: string | null;
2336
2336
  }
2337
2337
  export interface FontSizeData {
2338
2338
  /** The units used for the font size. */
@@ -2346,7 +2346,7 @@ export declare enum FontType {
2346
2346
  }
2347
2347
  export interface SpoilerData {
2348
2348
  /** Spoiler ID. */
2349
- _id?: string | null;
2349
+ id?: string | null;
2350
2350
  }
2351
2351
  export interface AppEmbedData extends AppEmbedDataAppDataOneOf {
2352
2352
  /** Data for embedded Wix Bookings content. */
@@ -1357,7 +1357,7 @@ export interface Node extends NodeDataOneOf {
1357
1357
  /** 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. */
1358
1358
  type?: NodeType;
1359
1359
  /** Node ID. */
1360
- _id?: string;
1360
+ id?: string;
1361
1361
  /** A list of child nodes. */
1362
1362
  nodes?: Node[];
1363
1363
  /** Padding and background color styling for the node. */
@@ -1712,7 +1712,7 @@ export interface FileSource extends FileSourceDataOneOf {
1712
1712
  */
1713
1713
  custom?: string | null;
1714
1714
  /** An ID that's resolved to a URL by a resolver function. */
1715
- _id?: string | null;
1715
+ id?: string | null;
1716
1716
  /** Indicates whether the file's source is private. Defaults to `false`. */
1717
1717
  private?: boolean | null;
1718
1718
  }
@@ -1726,7 +1726,7 @@ export interface FileSourceDataOneOf {
1726
1726
  */
1727
1727
  custom?: string | null;
1728
1728
  /** An ID that's resolved to a URL by a resolver function. */
1729
- _id?: string | null;
1729
+ id?: string | null;
1730
1730
  }
1731
1731
  export interface PDFSettings {
1732
1732
  /**
@@ -2129,7 +2129,7 @@ export interface Permissions {
2129
2129
  }
2130
2130
  export interface Option {
2131
2131
  /** Option ID. */
2132
- _id?: string | null;
2132
+ id?: string | null;
2133
2133
  /** Option title. */
2134
2134
  title?: string | null;
2135
2135
  /** The image displayed with the option. */
@@ -2226,7 +2226,7 @@ export interface OptionDesign {
2226
2226
  }
2227
2227
  export interface Poll {
2228
2228
  /** Poll ID. */
2229
- _id?: string | null;
2229
+ id?: string | null;
2230
2230
  /** Poll title. */
2231
2231
  title?: string | null;
2232
2232
  /** Poll creator ID. */
@@ -2332,7 +2332,7 @@ export interface MentionData {
2332
2332
  /** The version of the user's name that appears after the `@` character in the mention. */
2333
2333
  slug?: string;
2334
2334
  /** Mentioned user's ID. */
2335
- _id?: string | null;
2335
+ id?: string | null;
2336
2336
  }
2337
2337
  export interface FontSizeData {
2338
2338
  /** The units used for the font size. */
@@ -2346,7 +2346,7 @@ export declare enum FontType {
2346
2346
  }
2347
2347
  export interface SpoilerData {
2348
2348
  /** Spoiler ID. */
2349
- _id?: string | null;
2349
+ id?: string | null;
2350
2350
  }
2351
2351
  export interface AppEmbedData extends AppEmbedDataAppDataOneOf {
2352
2352
  /** Data for embedded Wix Bookings content. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_events_notifications",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
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.47",
32
- "@wix/sdk-types": "^1.13.19"
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.notifications.v2.notification_config"
49
49
  }
50
50
  },
51
- "falconPackageHash": "1209484989374f2d1271bcbbefaf09a23c6949781586521b689cc977"
51
+ "falconPackageHash": "cb44ca36fcf1b82c9327e56b62c6de5bdaf24ddf9364fd9f34867443"
52
52
  }