@wix/auto_sdk_calendar_events 1.0.2 → 1.0.3

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.
@@ -593,7 +593,7 @@ export interface ParticipantNotification {
593
593
  */
594
594
  message?: string | null;
595
595
  }
596
- /** `PRIVATE` until we'll have standard events metadata from Infra. */
596
+ /** Deprecated. Use EventUpdated instead, which includes the modified fields and additional metadata. */
597
597
  export interface EventUpdatedWithMetadata {
598
598
  /** The updated event. */
599
599
  event?: Event;
@@ -590,7 +590,7 @@ export interface ParticipantNotification {
590
590
  */
591
591
  message?: string | null;
592
592
  }
593
- /** `PRIVATE` until we'll have standard events metadata from Infra. */
593
+ /** Deprecated. Use EventUpdated instead, which includes the modified fields and additional metadata. */
594
594
  export interface EventUpdatedWithMetadata {
595
595
  /** The updated event. */
596
596
  event?: Event;
@@ -593,7 +593,7 @@ export interface ParticipantNotification {
593
593
  */
594
594
  message?: string | null;
595
595
  }
596
- /** `PRIVATE` until we'll have standard events metadata from Infra. */
596
+ /** Deprecated. Use EventUpdated instead, which includes the modified fields and additional metadata. */
597
597
  export interface EventUpdatedWithMetadata {
598
598
  /** The updated event. */
599
599
  event?: Event;
@@ -590,7 +590,7 @@ export interface ParticipantNotification {
590
590
  */
591
591
  message?: string | null;
592
592
  }
593
- /** `PRIVATE` until we'll have standard events metadata from Infra. */
593
+ /** Deprecated. Use EventUpdated instead, which includes the modified fields and additional metadata. */
594
594
  export interface EventUpdatedWithMetadata {
595
595
  /** The updated event. */
596
596
  event?: Event;
@@ -593,7 +593,7 @@ export interface ParticipantNotification {
593
593
  */
594
594
  message?: string | null;
595
595
  }
596
- /** `PRIVATE` until we'll have standard events metadata from Infra. */
596
+ /** Deprecated. Use EventUpdated instead, which includes the modified fields and additional metadata. */
597
597
  export interface EventUpdatedWithMetadata {
598
598
  /** The updated event. */
599
599
  event?: Event;
@@ -590,7 +590,7 @@ export interface ParticipantNotification {
590
590
  */
591
591
  message?: string | null;
592
592
  }
593
- /** `PRIVATE` until we'll have standard events metadata from Infra. */
593
+ /** Deprecated. Use EventUpdated instead, which includes the modified fields and additional metadata. */
594
594
  export interface EventUpdatedWithMetadata {
595
595
  /** The updated event. */
596
596
  event?: Event;
@@ -593,7 +593,7 @@ export interface ParticipantNotification {
593
593
  */
594
594
  message?: string | null;
595
595
  }
596
- /** `PRIVATE` until we'll have standard events metadata from Infra. */
596
+ /** Deprecated. Use EventUpdated instead, which includes the modified fields and additional metadata. */
597
597
  export interface EventUpdatedWithMetadata {
598
598
  /** The updated event. */
599
599
  event?: Event;
@@ -590,7 +590,7 @@ export interface ParticipantNotification {
590
590
  */
591
591
  message?: string | null;
592
592
  }
593
- /** `PRIVATE` until we'll have standard events metadata from Infra. */
593
+ /** Deprecated. Use EventUpdated instead, which includes the modified fields and additional metadata. */
594
594
  export interface EventUpdatedWithMetadata {
595
595
  /** The updated event. */
596
596
  event?: Event;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_calendar_events",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.calendar.v3.event"
49
49
  }
50
50
  },
51
- "falconPackageHash": "aa0ec24f5585868dff391881f28565c69b291460cc6de957518b9ca1"
51
+ "falconPackageHash": "62d2c9c52710ffb8f40b0224bd78e3f0e120bff3a668e8592470af76"
52
52
  }