@deliverart/sdk-js-integration-types 2.20.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 +7 -0
- package/dist/index.cjs +14892 -0
- package/dist/index.d.cts +1102 -0
- package/dist/index.d.ts +1102 -0
- package/dist/index.js +14685 -0
- package/package.json +31 -0
package/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# @deliverart/sdk-js-integration-types
|
|
2
|
+
|
|
3
|
+
Shared integration type and Zod schema package for the DeliverArt JavaScript SDK.
|
|
4
|
+
|
|
5
|
+
Use this package when another SDK package needs integration enum values, IRI schemas,
|
|
6
|
+
activatable integration schemas, or service-specific integration data schemas without
|
|
7
|
+
depending on `@deliverart/sdk-js-integration`.
|