@ember-home/unbound-ts-client 0.0.19 → 0.0.20
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1644,13 +1644,13 @@ interface PaginatedResponseContacts {
|
|
|
1644
1644
|
* @type {string}
|
|
1645
1645
|
* @memberof PaginatedResponseContacts
|
|
1646
1646
|
*/
|
|
1647
|
-
'
|
|
1647
|
+
'prevPageCursor'?: string | null;
|
|
1648
1648
|
/**
|
|
1649
1649
|
*
|
|
1650
1650
|
* @type {string}
|
|
1651
1651
|
* @memberof PaginatedResponseContacts
|
|
1652
1652
|
*/
|
|
1653
|
-
'
|
|
1653
|
+
'nextPageCursor'?: string | null;
|
|
1654
1654
|
/**
|
|
1655
1655
|
*
|
|
1656
1656
|
* @type {number}
|
package/dist/index.d.ts
CHANGED
|
@@ -1644,13 +1644,13 @@ interface PaginatedResponseContacts {
|
|
|
1644
1644
|
* @type {string}
|
|
1645
1645
|
* @memberof PaginatedResponseContacts
|
|
1646
1646
|
*/
|
|
1647
|
-
'
|
|
1647
|
+
'prevPageCursor'?: string | null;
|
|
1648
1648
|
/**
|
|
1649
1649
|
*
|
|
1650
1650
|
* @type {string}
|
|
1651
1651
|
* @memberof PaginatedResponseContacts
|
|
1652
1652
|
*/
|
|
1653
|
-
'
|
|
1653
|
+
'nextPageCursor'?: string | null;
|
|
1654
1654
|
/**
|
|
1655
1655
|
*
|
|
1656
1656
|
* @type {number}
|