@partium/js-sdk 14.14.2 → 14.15.0
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.
|
@@ -8,4 +8,16 @@ export interface GetEnrichmentJobPartsRequest extends BasePaginatedRequest {
|
|
|
8
8
|
* The id of the enrichment job.
|
|
9
9
|
*/
|
|
10
10
|
jobId: string;
|
|
11
|
+
/**
|
|
12
|
+
* Sort by field (default 'filePosition')
|
|
13
|
+
*/
|
|
14
|
+
sortBy?: 'filePosition' | 'id' | 'name' | 'status';
|
|
15
|
+
/**
|
|
16
|
+
* Sort order (default 'asc')
|
|
17
|
+
*/
|
|
18
|
+
sortDirection?: 'asc' | 'desc';
|
|
19
|
+
/**
|
|
20
|
+
* If set to true, also load invalid parts (default false)
|
|
21
|
+
*/
|
|
22
|
+
includeInvalid?: boolean;
|
|
11
23
|
}
|
package/gen/sdk-version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Copyright © 2022-2025 Partium, Inc. DBA Partium
|
|
2
|
-
export declare const SDK_VERSION_NUMBER = "14.
|
|
2
|
+
export declare const SDK_VERSION_NUMBER = "14.15.0";
|
package/gen/sdk-version.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Copyright © 2022-2025 Partium, Inc. DBA Partium
|
|
2
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.SDK_VERSION_NUMBER=void 0,exports.SDK_VERSION_NUMBER="14.
|
|
2
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.SDK_VERSION_NUMBER=void 0,exports.SDK_VERSION_NUMBER="14.15.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@partium/js-sdk",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.15.0",
|
|
4
4
|
"author": "Partium Inc.",
|
|
5
5
|
"license": "See LICENSE.txt",
|
|
6
6
|
"description": "The Partium Find SDK enables integration of Partium’s parts and materials search capabilities into JavaScript-based applications.",
|