@closerplatform/spinner-openapi 0.12.424 → 0.12.426
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 +0 -12
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -2899,12 +2899,6 @@ export interface InboxEntry {
|
|
|
2899
2899
|
* @memberof InboxEntry
|
|
2900
2900
|
*/
|
|
2901
2901
|
payload?: any;
|
|
2902
|
-
/**
|
|
2903
|
-
*
|
|
2904
|
-
* @type {number}
|
|
2905
|
-
* @memberof InboxEntry
|
|
2906
|
-
*/
|
|
2907
|
-
lastGuestMessage: number;
|
|
2908
2902
|
/**
|
|
2909
2903
|
*
|
|
2910
2904
|
* @type {number}
|
|
@@ -3119,12 +3113,6 @@ export interface InboxWithLeadProfileEntry {
|
|
|
3119
3113
|
* @memberof InboxWithLeadProfileEntry
|
|
3120
3114
|
*/
|
|
3121
3115
|
timestamp: number;
|
|
3122
|
-
/**
|
|
3123
|
-
*
|
|
3124
|
-
* @type {number}
|
|
3125
|
-
* @memberof InboxWithLeadProfileEntry
|
|
3126
|
-
*/
|
|
3127
|
-
lastGuestMessage?: number;
|
|
3128
3116
|
/**
|
|
3129
3117
|
*
|
|
3130
3118
|
* @type {number}
|