@ahomevilla-hotel/node-sdk 1.0.3 → 1.0.4
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/api.ts +6 -0
- package/package.json +1 -1
package/api.ts
CHANGED
|
@@ -516,6 +516,12 @@ export interface RegisterResponseDto {
|
|
|
516
516
|
* @memberof RegisterResponseDto
|
|
517
517
|
*/
|
|
518
518
|
'phone'?: string;
|
|
519
|
+
/**
|
|
520
|
+
* The user\'s ID
|
|
521
|
+
* @type {string}
|
|
522
|
+
* @memberof RegisterResponseDto
|
|
523
|
+
*/
|
|
524
|
+
'id': string;
|
|
519
525
|
/**
|
|
520
526
|
* The type of identifier used for registration
|
|
521
527
|
* @type {string}
|