@closerplatform/spinner-openapi 0.12.1046 → 0.12.1048
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 +8 -2
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -1267,6 +1267,12 @@ export interface Call {
|
|
|
1267
1267
|
* @memberof Call
|
|
1268
1268
|
*/
|
|
1269
1269
|
id: string;
|
|
1270
|
+
/**
|
|
1271
|
+
*
|
|
1272
|
+
* @type {string}
|
|
1273
|
+
* @memberof Call
|
|
1274
|
+
*/
|
|
1275
|
+
roomId: string;
|
|
1270
1276
|
/**
|
|
1271
1277
|
*
|
|
1272
1278
|
* @type {number}
|
|
@@ -1318,10 +1324,10 @@ export interface CallPaging {
|
|
|
1318
1324
|
items: Array<Call>;
|
|
1319
1325
|
/**
|
|
1320
1326
|
* Timestamp to use as `afterCreated` for the next page
|
|
1321
|
-
* @type {
|
|
1327
|
+
* @type {number}
|
|
1322
1328
|
* @memberof CallPaging
|
|
1323
1329
|
*/
|
|
1324
|
-
nextTimestamp?:
|
|
1330
|
+
nextTimestamp?: number;
|
|
1325
1331
|
/**
|
|
1326
1332
|
* ID to use as `afterId` for the next page
|
|
1327
1333
|
* @type {string}
|