@closerplatform/spinner-openapi 0.12.546 → 0.12.548
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 +2 -2
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2459,10 +2459,10 @@ export interface FreeSlotsInfo {
|
|
|
2459
2459
|
export interface GuestAssignee {
|
|
2460
2460
|
/**
|
|
2461
2461
|
*
|
|
2462
|
-
* @type {
|
|
2462
|
+
* @type {LimitedAgentProfile}
|
|
2463
2463
|
* @memberof GuestAssignee
|
|
2464
2464
|
*/
|
|
2465
|
-
assignee?:
|
|
2465
|
+
assignee?: LimitedAgentProfile;
|
|
2466
2466
|
}
|
|
2467
2467
|
/**
|
|
2468
2468
|
*
|