@zernio/node 0.2.799 → 0.2.800
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.d.mts +229 -10
- package/dist/index.d.ts +229 -10
- package/dist/index.js +27 -1
- package/dist/index.mjs +27 -1
- package/package.json +1 -1
- package/src/client.ts +12 -0
- package/src/generated/sdk.gen.ts +72 -6
- package/src/generated/types.gen.ts +233 -9
package/README.md
CHANGED
|
@@ -895,6 +895,13 @@ try {
|
|
|
895
895
|
| `phoneNumbers.validatePhoneNumberKycAddress()` | Pre-validate KYC address |
|
|
896
896
|
| `phoneNumbers.viewPhoneNumberKycDocument()` | View a KYC document on file |
|
|
897
897
|
|
|
898
|
+
### Products
|
|
899
|
+
| Method | Description |
|
|
900
|
+
|--------|-------------|
|
|
901
|
+
| `products.listProducts()` | List products |
|
|
902
|
+
| `products.getProduct()` | Get a product |
|
|
903
|
+
| `products.updateProduct()` | Update a product |
|
|
904
|
+
|
|
898
905
|
### Reach and Frequency
|
|
899
906
|
| Method | Description |
|
|
900
907
|
|--------|-------------|
|