@trinsic/api 0.6.2 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@ applications written in server-side JavaScript/TypeScript.
8
8
 
9
9
  ## Documentation
10
10
 
11
- See the [Trinsic docs](https://connect.docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.
11
+ See the [Trinsic docs](https://docs.trinsic.id/docs/) for more detailed information on how to start integrating with our identity acceptance network.
12
12
 
13
13
  ## Installation
14
14
 
@@ -29,7 +29,7 @@ import { AttachmentsApi, Configuration, NetworkApi, SessionsApi } from "@trinsic
29
29
 
30
30
  const config = new Configuration({ accessToken: "your-access-token" });
31
31
 
32
- const attachments = new NetworkApi(config);
32
+ const attachments = new AttachmentsApi(config);
33
33
  const network = new NetworkApi(config);
34
34
  const sessions = new SessionsApi(config);
35
35
 
@@ -44,13 +44,13 @@ Trinsic follows a Semantic Versioning (SemVer) process where all releases will h
44
44
 
45
45
  ## Support
46
46
 
47
- New features and bug fixes are released on the latest major version of the `@trinsic/api` package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
47
+ New features and bug fixes are released on the latest major version of the package. If you are on an older major version, we recommend that you upgrade to the latest in order to use the new features and bug fixes including those for security vulnerabilities. Older major versions of the package will continue to be available for use, but will not be receiving any updates.
48
48
 
49
49
  Any issues, inquiries, and feature requests can be sent to [support@trinsic.id](mailto:support@trinsic.id), or feel free to open a GitHub issue [here](https://github.com/trinsic-id/sdk/issues).
50
50
 
51
51
  ## More Information
52
52
 
53
- - [API Reference](https://connect.docs.trinsic.id/reference)
53
+ - [API Reference](https://docs.trinsic.id/reference)
54
54
  - [Developer Guide](https://github.com/stripe/stripe-node/wiki/Passing-Options)
55
55
  - [Our Blog](https://trinsic.id/blog/)
56
56
  - [Schedule a demo](https://trinsic.id/contact/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trinsic/api",
3
- "version": "0.6.2",
3
+ "version": "1.0.0",
4
4
  "description": "Trinsic API TypeScript library.",
5
5
  "author": "Trinsic",
6
6
  "repository": {