@connectreport/connectreport-js 2.78.6 → 2.79.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.
- package/README.md +1 -37
- package/api.ts +1 -1
- package/base.ts +1 -1
- package/common.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/index.cjs +2286 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.cts +1530 -0
- package/dist/index.d.ts +1518 -4
- package/dist/index.js +2271 -57
- package/dist/index.js.map +1 -0
- package/index.ts +1 -1
- package/package.json +8 -3
- package/tsconfig.json +2 -1
- package/tsup.config.ts +14 -0
- package/dist/api.d.ts +0 -2787
- package/dist/api.js +0 -3953
- package/dist/base.d.ts +0 -55
- package/dist/base.js +0 -82
- package/dist/common.d.ts +0 -65
- package/dist/common.js +0 -235
- package/dist/configuration.d.ts +0 -85
- package/dist/configuration.js +0 -45
package/README.md
CHANGED
|
@@ -1,17 +1,7 @@
|
|
|
1
|
-
## @connectreport/connectreport-js@2.
|
|
1
|
+
## @connectreport/connectreport-js@2.79.0
|
|
2
2
|
|
|
3
3
|
- View the [Library Docs](https://connectreport.com/docs/classes/_index_.connectreport.html)
|
|
4
4
|
- View the [ConnectReport HTTP API Reference](https://connectreport.com/api-reference.html)
|
|
5
|
-
- [Download bundle](https://connectreport.com/docs/assets/2.78.6/connectreport.js) for use in client side applications
|
|
6
|
-
|
|
7
|
-
Environment
|
|
8
|
-
* Node.js
|
|
9
|
-
* Webpack
|
|
10
|
-
* Browserify
|
|
11
|
-
|
|
12
|
-
Language level
|
|
13
|
-
* ES5 - you must have a Promises/A+ library installed
|
|
14
|
-
* ES6
|
|
15
5
|
|
|
16
6
|
Module system
|
|
17
7
|
* CommonJS
|
|
@@ -19,29 +9,3 @@ Module system
|
|
|
19
9
|
|
|
20
10
|
It can be used in both TypeScript and JavaScript. In TypeScript, the definition should be automatically resolved via `package.json`. ([Reference](http://www.typescriptlang.org/docs/handbook/typings-for-npm-packages.html))
|
|
21
11
|
|
|
22
|
-
### Building
|
|
23
|
-
|
|
24
|
-
To build and compile the typescript sources to javascript use:
|
|
25
|
-
```
|
|
26
|
-
npm install
|
|
27
|
-
npm run build
|
|
28
|
-
```
|
|
29
|
-
|
|
30
|
-
### Publishing
|
|
31
|
-
|
|
32
|
-
First build the package then run ```npm publish```
|
|
33
|
-
|
|
34
|
-
### Consuming
|
|
35
|
-
|
|
36
|
-
navigate to the folder of your consuming project and run one of the following commands.
|
|
37
|
-
|
|
38
|
-
_published:_
|
|
39
|
-
|
|
40
|
-
```
|
|
41
|
-
npm install @connectreport/connectreport-js@2.78.6 --save
|
|
42
|
-
```
|
|
43
|
-
|
|
44
|
-
_unPublished (not recommended):_
|
|
45
|
-
|
|
46
|
-
```
|
|
47
|
-
npm install PATH_TO_GENERATED_PACKAGE --save
|
package/api.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ConnectReport Core API
|
|
5
5
|
* Leverage core reporting, templating, and document automation capabilities of ConnectReport Server.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 2.
|
|
7
|
+
* The version of the OpenAPI document: 2.79.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/base.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ConnectReport Core API
|
|
5
5
|
* Leverage core reporting, templating, and document automation capabilities of ConnectReport Server.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 2.
|
|
7
|
+
* The version of the OpenAPI document: 2.79.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/common.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ConnectReport Core API
|
|
5
5
|
* Leverage core reporting, templating, and document automation capabilities of ConnectReport Server.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 2.
|
|
7
|
+
* The version of the OpenAPI document: 2.79.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
package/configuration.ts
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* ConnectReport Core API
|
|
5
5
|
* Leverage core reporting, templating, and document automation capabilities of ConnectReport Server.
|
|
6
6
|
*
|
|
7
|
-
* The version of the OpenAPI document: 2.
|
|
7
|
+
* The version of the OpenAPI document: 2.79.0
|
|
8
8
|
*
|
|
9
9
|
*
|
|
10
10
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|