@asksuite/askflow-app-sdk 0.1.13 → 0.1.15
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/default-fields.d.ts +1 -1
- package/dist/types.d.ts +1 -0
- package/package.json +1 -1
package/dist/default-fields.d.ts
CHANGED
|
@@ -146,7 +146,7 @@ export declare enum DefaultFieldEnum {
|
|
|
146
146
|
/** Reservation user id <Integer> */
|
|
147
147
|
reservationUserId = "reservationUserId",
|
|
148
148
|
/** @member {string} */
|
|
149
|
-
/** Reservation total price <
|
|
149
|
+
/** Reservation total price <Number> */
|
|
150
150
|
reservationTotalPrice = "reservationTotalPrice",
|
|
151
151
|
/** @member {string} */
|
|
152
152
|
/** Reservation attendant name <String> */
|
package/dist/types.d.ts
CHANGED