@zapier/zapier-sdk 0.40.1 → 0.40.2
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/CHANGELOG.md +6 -0
- package/README.md +1 -10
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
## Table of Contents
|
|
4
4
|
|
|
5
|
-
- [Closed Beta](#closed-beta)
|
|
6
5
|
- [Documentation](#documentation)
|
|
7
6
|
- [Quick Start](#quick-start)
|
|
8
7
|
- [Installation](#installation)
|
|
@@ -48,20 +47,12 @@
|
|
|
48
47
|
- [`listTables`](#listtables)
|
|
49
48
|
- [`updateTableRecords`](#updatetablerecords)
|
|
50
49
|
|
|
51
|
-
## Closed Beta
|
|
52
|
-
|
|
53
|
-
At the time of publishing this package, the Zapier SDK requires an invite for most features. If you want to try it out, let us know at the following page!
|
|
54
|
-
|
|
55
|
-
https://sdk-beta.zapier.app/signup
|
|
56
|
-
|
|
57
50
|
## Documentation
|
|
58
51
|
|
|
59
|
-
The official documentation
|
|
52
|
+
The official documentation is available at:
|
|
60
53
|
|
|
61
54
|
https://docs.zapier.com/sdk
|
|
62
55
|
|
|
63
|
-
While the dust settles, that documentation may be incomplete, and this README may have additional documentation.
|
|
64
|
-
|
|
65
56
|
Agents are sometimes blocked from viewing docs on npm, so you may want to provide them a link to the official docs or copy the docs here into a prompt.
|
|
66
57
|
|
|
67
58
|
## Quick Start
|
package/dist/index.cjs
CHANGED
package/dist/index.mjs
CHANGED