@asdp/ferryui 0.1.22-dev.8798 → 0.1.22-dev.8833

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/dist/index.d.mts CHANGED
@@ -1098,9 +1098,9 @@ declare const ModalSelectDate: React$1.FC<ModalSelectDateProps>;
1098
1098
  */
1099
1099
  interface ServiceItem {
1100
1100
  /**
1101
- * Unique identifier for the service
1101
+ * Unique identifier for the service type
1102
1102
  */
1103
- id: number;
1103
+ serviceTypeId: number;
1104
1104
  /**
1105
1105
  * Display name of the service type
1106
1106
  */
package/dist/index.d.ts CHANGED
@@ -1098,9 +1098,9 @@ declare const ModalSelectDate: React$1.FC<ModalSelectDateProps>;
1098
1098
  */
1099
1099
  interface ServiceItem {
1100
1100
  /**
1101
- * Unique identifier for the service
1101
+ * Unique identifier for the service type
1102
1102
  */
1103
- id: number;
1103
+ serviceTypeId: number;
1104
1104
  /**
1105
1105
  * Display name of the service type
1106
1106
  */