@syncmatters/script-api 1.0.3 → 1.0.4
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/package.json +2 -2
- package/sdk-test/sdk-test.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncmatters/script-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "TypeScript type definitions for the SyncMatters script API (types only - scripts execute on the SyncMatters platform)",
|
|
5
5
|
"types": "./index.d.ts",
|
|
6
6
|
"exports": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"author": "SyncMatters",
|
|
18
18
|
"homepage": "https://syncmatters.com",
|
|
19
|
-
"typesContentHash": "
|
|
19
|
+
"typesContentHash": "ed924bcb7bf03a6b4a1769beacbdf45f9887b21cb6a20f2a434b9fbe1813b4b8",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@types/node": "*"
|
|
22
22
|
}
|
package/sdk-test/sdk-test.d.ts
CHANGED
|
@@ -401,7 +401,7 @@ export interface ListCleanupOptions {
|
|
|
401
401
|
}
|
|
402
402
|
/** Data returned when requesting data that will be used for an list test. */
|
|
403
403
|
export interface ListData {
|
|
404
|
-
/** number of rows included in each page of data returned via a list query,
|
|
404
|
+
/** number of rows included in each page of data returned via a list query, used to test pagination */
|
|
405
405
|
pageSize: number;
|
|
406
406
|
/** optionally specify the fields to include in the list query */
|
|
407
407
|
fields?: Array<API.JsonValuePath>;
|