@partium/js-sdk 14.0.0-alpha1 → 14.0.0-alpha2

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.
Files changed (2) hide show
  1. package/README.md +5 -14
  2. package/package.json +3 -7
package/README.md CHANGED
@@ -1,18 +1,9 @@
1
- # JavaScript Partium SDK
1
+ # Partium Find SDK for JavaScript
2
2
 
3
- The JavaScript Partium SDK can be integrated in JavaScript based applications to connect them to the Partium system. It is designed in a generic way so that it can be used on different platforms.
3
+ The *Partium Find SDK* enables seamless integration of Partium’s parts and materials search capabilities into JavaScript-based applications. It supports multiple search modalities, including text, image, and multi-modal search, and offers advanced features like hierarchy navigation (Bill of Materials) and attribute-based filtering.
4
4
 
5
- It provides all relevant functions to create Partium searches and receive the results.
5
+ The Find SDK enables efficient spare part search, retrieval of relevant results, and seamless integration of those results into applications through an intuitive interface. Additional information about material and part search with Partium, along with user interface examples and usage guidelines, is available in the [Partium Help Center](https://www.partium.io/help-center/material-and-part-search).
6
6
 
7
- (The Partium-SDK is not meant for creating or managing the Data that lies behind the searches)
7
+ # Installation & Usage
8
8
 
9
- ## Licence
10
- (c) Partium Inc. 2020-2025. All rights reserved.
11
-
12
- Confidential and Proprietary
13
-
14
- Restricted Distribution: Not to be used, copied, reproduced in whole or in part, nor its contents revealed in any manner to others without the express written permission of Partium.
15
-
16
- ## Installation and usage
17
-
18
- For further details on how to install and use the Partium-SDK, have a look at the [Partium Developer-Center](https://developer.partium.io/). Ask your Partium contact for credentials to access it. If you don't yet have a contact at Partium, please get in touch at [Partium.io](https://partium.io/)
9
+ For complete installation instructions and code samples, please visit the Partium [Developer Center](https://developer.partium.io/). Access requires credentials; please contact your Partium representative for access. If you don’t yet have a contact, reach out to us via [Partium.io](https://www.partium.io/contact).
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@partium/js-sdk",
3
- "version": "14.0.0-alpha1",
3
+ "version": "14.0.0-alpha2",
4
4
  "author": "Partium Inc.",
5
- "license": "(c) Partium Inc. 2020-2025. All rights reserved.",
6
- "description": "SDK to provide Partium-Search features to JavaScript based applications.",
5
+ "license": "See LICENSE.txt",
6
+ "description": "The Partium Find SDK enables integration of Partium’s parts and materials search capabilities into JavaScript-based applications.",
7
7
  "typings": "index.d.ts",
8
8
  "directories": {
9
9
  "doc": "docs"
@@ -13,10 +13,6 @@
13
13
  "test": "jest",
14
14
  "test-compact": "jest 2>&1 | grep -E 'FAIL|●|Tests:|Test Suites:' | grep -v '● Console'"
15
15
  },
16
- "repository": {
17
- "type": "git",
18
- "url": "git@gitlab.int.partium.io:partium/js-partium-sdk.git"
19
- },
20
16
  "dependencies": {
21
17
  "@ua-parser-js/pro-enterprise": "~2.0.0-beta.3",
22
18
  "axios": "~1.7.7",