@partium/ionic-sdk 14.0.0-alpha1
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/LICENSE.txt +100 -0
- package/README.md +20 -0
- package/core/index.d.ts +2 -0
- package/core/index.js +2 -0
- package/index.d.ts +10 -0
- package/index.js +2 -0
- package/package.json +18 -0
package/LICENSE.txt
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
Copyright © 2022-2025 Partium, Inc. DBA Partium
|
|
2
|
+
|
|
3
|
+
Partium Source Code License, by Partium, Inc. DBA Partium ("Licensor")
|
|
4
|
+
|
|
5
|
+
License. Licensor hereby grants the person ("You" or "Licensee") accessing or
|
|
6
|
+
using the Partium software and associated documentation files to which this
|
|
7
|
+
license is attached (the "Software", being the Partium App or SDK), a limited,
|
|
8
|
+
royalty-free, non-transferable and non-sublicensable right (a) to install and
|
|
9
|
+
use the Software in order to develop, test and prototype Your applications as
|
|
10
|
+
a Partium Integration Project ("Partium Project"), including non-transferable
|
|
11
|
+
rights to use, copy and modify the Software as necessary to integrate the
|
|
12
|
+
Software into the Your own applications and (b) to distribute and sublicense
|
|
13
|
+
the use of the Software, with or without modifications, to Your clients only
|
|
14
|
+
as part of Your applications for a Partium Project. Distribution and/or public
|
|
15
|
+
communication of the Software to Your clients are permitted only if the
|
|
16
|
+
Software is embedded in the Licensee's own applications as part of a Partium
|
|
17
|
+
Project. As an exception to the above license, you may not extract, reproduce
|
|
18
|
+
modify or use except as part of this Software the UAPARSER.JS which is part of
|
|
19
|
+
and/or downloaded and installed as the Software.
|
|
20
|
+
|
|
21
|
+
Licensee undertakings. Licensee agrees that (a) it will not remove any
|
|
22
|
+
proprietary notices on the Software; (b) it will maintain the confidentiality
|
|
23
|
+
of the Software, (c) it will only use the Software as part of a Partium
|
|
24
|
+
Project and shall not distribute the Software in any form or under any
|
|
25
|
+
agreement that allows it to be reused by any application other than Licensee's
|
|
26
|
+
applications in a Partium Project; and (d) it will not use the Software to
|
|
27
|
+
build or form part of any product that competes with the Partium product or
|
|
28
|
+
technologies as described in the associated documentation or at
|
|
29
|
+
https://partium.io.
|
|
30
|
+
|
|
31
|
+
Reservation of rights. Except as expressly licensed hereunder, Licensor and
|
|
32
|
+
its own licensors retain all ownership and intellectual property rights to the
|
|
33
|
+
Software.
|
|
34
|
+
|
|
35
|
+
Disclaimer. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, (A) THE
|
|
36
|
+
SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
37
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF SATISFACTORY QUALITY,
|
|
38
|
+
OR FITNESS FOR A PARTICULAR PURPOSE; AND (B) IN NO EVENT SHALL THE LICENSOR BE
|
|
39
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
|
40
|
+
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
41
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
42
|
+
|
|
43
|
+
Data collection: The Software contains certain features that trigger tracking
|
|
44
|
+
events in the Partium cloud-service. These events are used for understanding
|
|
45
|
+
usage, improve technology, but also to provide to customer statistics (as
|
|
46
|
+
requested by them in product configuration). As delivered by Licensor, the
|
|
47
|
+
Software does not collect any personal data.
|
|
48
|
+
|
|
49
|
+
Export Controls. Export laws and regulations of the United States and any
|
|
50
|
+
other relevant local export laws and regulations apply to the Software. You
|
|
51
|
+
agree that such export control laws govern Your use of the Software (including
|
|
52
|
+
technical data) and any services deliverables provided under this agreement,
|
|
53
|
+
and You agree to comply with all such export laws and regulations (including
|
|
54
|
+
"deemed export" and "deemed re-export" regulations). You agree that no data,
|
|
55
|
+
information, program and/or materials resulting from Software or services (or
|
|
56
|
+
direct products thereof) will be exported, directly or indirectly, in
|
|
57
|
+
violation of these laws, or will be used for any purpose prohibited by these
|
|
58
|
+
laws including, without limitation, nuclear, chemical, or biological weapons
|
|
59
|
+
proliferation, or development of missile technology. Accordingly, You confirm:
|
|
60
|
+
- You will not download, provide, make available or otherwise export or
|
|
61
|
+
re-export the Software, directly or indirectly, to countries prohibited by
|
|
62
|
+
applicable laws and regulations nor to citizens, nationals, or residents of
|
|
63
|
+
those countries.
|
|
64
|
+
- You are not listed on the United States Department of Treasury lists of
|
|
65
|
+
Specially Designated Nationals and Blocked Persons, Specially Designated
|
|
66
|
+
Terrorists, and Specially Designated Narcotic Traffickers, nor are You listed
|
|
67
|
+
on the United States Department of Commerce Table of Denial Orders.
|
|
68
|
+
- You will not download or otherwise export or re-export the Software,
|
|
69
|
+
directly or indirectly, to persons on the above mentioned lists.
|
|
70
|
+
|
|
71
|
+
No support. The Licensor does not provide any support under this license.
|
|
72
|
+
Support may be provided under a separate service agreement with Licensor.
|
|
73
|
+
Updates may be provided at Licensor's discretion.
|
|
74
|
+
|
|
75
|
+
Term and Termination. This license is for the term of Your service agreement
|
|
76
|
+
with Licensor and shall automatically terminate without notice if You fail to
|
|
77
|
+
comply with any of the terms of this license or the service agreement with
|
|
78
|
+
Licensor, in which case You shall promptly stop using and destroy all copies
|
|
79
|
+
of the Software.
|
|
80
|
+
|
|
81
|
+
Third-Party components (including open source). The Software requires the use
|
|
82
|
+
of third-party software (open source or other) that is not provided with the
|
|
83
|
+
Software (as indicated in the Software documentation or listed dependencies).
|
|
84
|
+
Licensor may provide certain notices to Licensee in the Software documentation,
|
|
85
|
+
readmes or notice files in connection with such third-party software.
|
|
86
|
+
Third-party software is licensed to Licensee under the terms of the corresponding
|
|
87
|
+
software license indicated in the documentation or the repository of the listed
|
|
88
|
+
dependencies (provided to Licensee and downloaded with the dependency software
|
|
89
|
+
code). Licensee's rights to use such software are not restricted in any way by
|
|
90
|
+
this license.
|
|
91
|
+
|
|
92
|
+
Applicable Law and Jurisdiction. This Agreement is governed by the substantive
|
|
93
|
+
and procedural laws of Delaware (US), and Licensee and Licensor, agree to
|
|
94
|
+
submit to the exclusive jurisdiction of, and venue in, the courts of Delaware
|
|
95
|
+
in any dispute arising out of or relating to this Agreement.
|
|
96
|
+
|
|
97
|
+
Notices. For any questions concerning this license, or to contact the Licensor
|
|
98
|
+
for any reason, please write to support@partium.io
|
|
99
|
+
|
|
100
|
+
Version 4: 15 July 2024
|
package/README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Ionic Partium SDK
|
|
2
|
+
|
|
3
|
+
The Ionic Partium SDK is a wrapper around the js-sdk.
|
|
4
|
+
|
|
5
|
+
It's main responsibility is to provide the necessary Platform-Adapters for including the js-sdk into an Ionic app.
|
|
6
|
+
|
|
7
|
+
Additional features, such as extra services or UI-components could be added to this package.
|
|
8
|
+
|
|
9
|
+
For further details, read the documentation of the js-sdk.
|
|
10
|
+
|
|
11
|
+
## Licence
|
|
12
|
+
(c) Partium Inc. 2020-2025. All rights reserved.
|
|
13
|
+
|
|
14
|
+
Confidential and Proprietary
|
|
15
|
+
|
|
16
|
+
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.
|
|
17
|
+
|
|
18
|
+
## Installation and usage
|
|
19
|
+
|
|
20
|
+
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/)
|
package/core/index.d.ts
ADDED
package/core/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
// Copyright © 2022-2025 Partium, Inc. DBA Partium
|
|
2
|
+
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(e,i,r,t){void 0===t&&(t=r);var c=Object.getOwnPropertyDescriptor(i,r);c&&!("get"in c?!i.__esModule:c.writable||c.configurable)||(c={enumerable:!0,get:function(){return i[r]}}),Object.defineProperty(e,t,c)}:function(e,i,r,t){void 0===t&&(t=r),e[t]=i[r]}),__exportStar=this&&this.__exportStar||function(e,i){for(var r in e)"default"===r||Object.prototype.hasOwnProperty.call(i,r)||__createBinding(i,e,r)};Object.defineProperty(exports,"__esModule",{value:!0}),__exportStar(require("@partium/js-sdk/core"),exports);const js_sdk_1=require("@partium/js-sdk"),core_1=require("@partium/js-sdk/core"),origInit=js_sdk_1.Partium.init;js_sdk_1.Partium.init=function(e){return console.log("Initializing Partium..."),origInit(Object.assign(e,{authenticationConfig:e.authenticationConfig,httpsClientService:e.httpsClientService||core_1.AxiosHttpsClientService,fileTransferService:e.fileTransferService||core_1.AxiosFileTransferService,localStorageService:e.localStorageService||core_1.WebLocalStorageService,deviceStatusService:e.deviceStatusService||core_1.WebDeviceStatusService,fileService:e.fileService||core_1.WebFileService}))};
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// Copyright © 2022-2025 Partium, Inc. DBA Partium
|
|
2
|
+
export * from './core';
|
|
3
|
+
export * from '@partium/js-sdk/core';
|
|
4
|
+
export * from '@partium/js-sdk/find';
|
|
5
|
+
export * from '@partium/js-sdk/data';
|
|
6
|
+
export * from '@partium/js-sdk/user-data';
|
|
7
|
+
export * from '@partium/js-sdk/ocr';
|
|
8
|
+
export * from '@partium/js-sdk/management';
|
|
9
|
+
export * from '@partium/js-sdk/catalog';
|
|
10
|
+
export { Partium, INITIALIZATION_STATUS } from '@partium/js-sdk';
|
package/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
// Copyright © 2022-2025 Partium, Inc. DBA Partium
|
|
2
|
+
"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(e,r,t,i){void 0===i&&(i=t);var o=Object.getOwnPropertyDescriptor(r,t);o&&!("get"in o?!r.__esModule:o.writable||o.configurable)||(o={enumerable:!0,get:function(){return r[t]}}),Object.defineProperty(e,i,o)}:function(e,r,t,i){void 0===i&&(i=t),e[i]=r[t]}),__exportStar=this&&this.__exportStar||function(e,r){for(var t in e)"default"===t||Object.prototype.hasOwnProperty.call(r,t)||__createBinding(r,e,t)};Object.defineProperty(exports,"__esModule",{value:!0}),exports.INITIALIZATION_STATUS=exports.Partium=void 0,__exportStar(require("./core"),exports),__exportStar(require("@partium/js-sdk/core"),exports),__exportStar(require("@partium/js-sdk/find"),exports),__exportStar(require("@partium/js-sdk/data"),exports),__exportStar(require("@partium/js-sdk/user-data"),exports),__exportStar(require("@partium/js-sdk/ocr"),exports),__exportStar(require("@partium/js-sdk/management"),exports),__exportStar(require("@partium/js-sdk/catalog"),exports);var js_sdk_1=require("@partium/js-sdk");Object.defineProperty(exports,"Partium",{enumerable:!0,get:function(){return js_sdk_1.Partium}}),Object.defineProperty(exports,"INITIALIZATION_STATUS",{enumerable:!0,get:function(){return js_sdk_1.INITIALIZATION_STATUS}});
|
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@partium/ionic-sdk",
|
|
3
|
+
"version": "14.0.0-alpha1",
|
|
4
|
+
"description": "ionic specific integration of the partium-sdk",
|
|
5
|
+
"author": "Partium Inc.",
|
|
6
|
+
"license": "(c) Partium Inc. 2020-2025. All rights reserved.",
|
|
7
|
+
"typings": "index.d.ts",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"clean": "npx rimraf -- node_modules package-lock.json && npm i"
|
|
10
|
+
},
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@partium/js-sdk": "14.0.0-alpha1",
|
|
13
|
+
"rxjs": "~7.8.1"
|
|
14
|
+
},
|
|
15
|
+
"devDependencies": {
|
|
16
|
+
"typescript": "~5.5.4"
|
|
17
|
+
}
|
|
18
|
+
}
|