@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @zapier/zapier-sdk
2
2
 
3
+ ## 0.40.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 362bc56: Make sure CLI only shows non-deprecated positional parameters.
8
+
3
9
  ## 0.40.1
4
10
 
5
11
  ### Patch Changes
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 will soon be available at:
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
@@ -7922,7 +7922,7 @@ function getCpuTime() {
7922
7922
  }
7923
7923
 
7924
7924
  // src/plugins/eventEmission/builders.ts
7925
- var SDK_VERSION = "0.40.1";
7925
+ var SDK_VERSION = "0.40.2";
7926
7926
  function createBaseEvent(context = {}) {
7927
7927
  return {
7928
7928
  event_id: generateEventId(),
package/dist/index.mjs CHANGED
@@ -7900,7 +7900,7 @@ function getCpuTime() {
7900
7900
  }
7901
7901
 
7902
7902
  // src/plugins/eventEmission/builders.ts
7903
- var SDK_VERSION = "0.40.1";
7903
+ var SDK_VERSION = "0.40.2";
7904
7904
  function createBaseEvent(context = {}) {
7905
7905
  return {
7906
7906
  event_id: generateEventId(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zapier/zapier-sdk",
3
- "version": "0.40.1",
3
+ "version": "0.40.2",
4
4
  "description": "Complete Zapier SDK - combines all Zapier SDK packages",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",