@closerplatform/spinner-openapi 0.12.959 → 0.12.960
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/api.d.ts +3 -82
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -3444,85 +3444,6 @@ export interface LeadCtx {
|
|
|
3444
3444
|
*/
|
|
3445
3445
|
idToken?: string;
|
|
3446
3446
|
}
|
|
3447
|
-
/**
|
|
3448
|
-
*
|
|
3449
|
-
* @export
|
|
3450
|
-
* @interface LeadProfile
|
|
3451
|
-
*/
|
|
3452
|
-
export interface LeadProfile {
|
|
3453
|
-
/**
|
|
3454
|
-
*
|
|
3455
|
-
* @type {string}
|
|
3456
|
-
* @memberof LeadProfile
|
|
3457
|
-
*/
|
|
3458
|
-
userId: string;
|
|
3459
|
-
/**
|
|
3460
|
-
*
|
|
3461
|
-
* @type {string}
|
|
3462
|
-
* @memberof LeadProfile
|
|
3463
|
-
*/
|
|
3464
|
-
orgId: string;
|
|
3465
|
-
/**
|
|
3466
|
-
*
|
|
3467
|
-
* @type {string}
|
|
3468
|
-
* @memberof LeadProfile
|
|
3469
|
-
*/
|
|
3470
|
-
role?: string;
|
|
3471
|
-
/**
|
|
3472
|
-
*
|
|
3473
|
-
* @type {string}
|
|
3474
|
-
* @memberof LeadProfile
|
|
3475
|
-
*/
|
|
3476
|
-
roomId: string;
|
|
3477
|
-
/**
|
|
3478
|
-
*
|
|
3479
|
-
* @type {string}
|
|
3480
|
-
* @memberof LeadProfile
|
|
3481
|
-
*/
|
|
3482
|
-
firstName?: string;
|
|
3483
|
-
/**
|
|
3484
|
-
*
|
|
3485
|
-
* @type {string}
|
|
3486
|
-
* @memberof LeadProfile
|
|
3487
|
-
*/
|
|
3488
|
-
lastName?: string;
|
|
3489
|
-
/**
|
|
3490
|
-
*
|
|
3491
|
-
* @type {string}
|
|
3492
|
-
* @memberof LeadProfile
|
|
3493
|
-
*/
|
|
3494
|
-
email?: string;
|
|
3495
|
-
/**
|
|
3496
|
-
* format Europe/Warsaw
|
|
3497
|
-
* @type {string}
|
|
3498
|
-
* @memberof LeadProfile
|
|
3499
|
-
*/
|
|
3500
|
-
zoneId?: string;
|
|
3501
|
-
/**
|
|
3502
|
-
*
|
|
3503
|
-
* @type {Array<string>}
|
|
3504
|
-
* @memberof LeadProfile
|
|
3505
|
-
*/
|
|
3506
|
-
tags: Array<string>;
|
|
3507
|
-
/**
|
|
3508
|
-
*
|
|
3509
|
-
* @type {Array<BackOfficeField>}
|
|
3510
|
-
* @memberof LeadProfile
|
|
3511
|
-
*/
|
|
3512
|
-
backOffice?: Array<BackOfficeField>;
|
|
3513
|
-
/**
|
|
3514
|
-
*
|
|
3515
|
-
* @type {string}
|
|
3516
|
-
* @memberof LeadProfile
|
|
3517
|
-
*/
|
|
3518
|
-
tagGroupId?: string;
|
|
3519
|
-
/**
|
|
3520
|
-
*
|
|
3521
|
-
* @type {Array<string>}
|
|
3522
|
-
* @memberof LeadProfile
|
|
3523
|
-
*/
|
|
3524
|
-
topics: Array<string>;
|
|
3525
|
-
}
|
|
3526
3447
|
/**
|
|
3527
3448
|
*
|
|
3528
3449
|
* @export
|
|
@@ -15290,7 +15211,7 @@ export declare const UsersApiFp: (configuration?: Configuration) => {
|
|
|
15290
15211
|
* @param {*} [options] Override http request option.
|
|
15291
15212
|
* @throws {RequiredError}
|
|
15292
15213
|
*/
|
|
15293
|
-
updateOwnGuestProfile(body: GuestProfileFormPatch, orgId: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<
|
|
15214
|
+
updateOwnGuestProfile(body: GuestProfileFormPatch, orgId: string, options?: any): (fetch?: FetchAPI, basePath?: string) => Promise<LeadCtx>;
|
|
15294
15215
|
/**
|
|
15295
15216
|
*
|
|
15296
15217
|
* @summary Validate phone number
|
|
@@ -15638,7 +15559,7 @@ export declare const UsersApiFactory: (configuration?: Configuration, fetch?: Fe
|
|
|
15638
15559
|
* @param {*} [options] Override http request option.
|
|
15639
15560
|
* @throws {RequiredError}
|
|
15640
15561
|
*/
|
|
15641
|
-
updateOwnGuestProfile(body: GuestProfileFormPatch, orgId: string, options?: any): Promise<
|
|
15562
|
+
updateOwnGuestProfile(body: GuestProfileFormPatch, orgId: string, options?: any): Promise<LeadCtx>;
|
|
15642
15563
|
/**
|
|
15643
15564
|
*
|
|
15644
15565
|
* @summary Validate phone number
|
|
@@ -16030,7 +15951,7 @@ export declare class UsersApi extends BaseAPI {
|
|
|
16030
15951
|
* @throws {RequiredError}
|
|
16031
15952
|
* @memberof UsersApi
|
|
16032
15953
|
*/
|
|
16033
|
-
updateOwnGuestProfile(body: GuestProfileFormPatch, orgId: string, options?: any): Promise<
|
|
15954
|
+
updateOwnGuestProfile(body: GuestProfileFormPatch, orgId: string, options?: any): Promise<LeadCtx>;
|
|
16034
15955
|
/**
|
|
16035
15956
|
*
|
|
16036
15957
|
* @summary Validate phone number
|