@zapier/zapier-sdk-cli 0.42.1 → 0.43.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/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @zapier/zapier-sdk-cli
2
2
 
3
+ ## 0.43.0
4
+
5
+ ### Minor Changes
6
+
7
+ - bd887ab: Rename the client credentials persistence seam from storage to cache and expose the CLI filesystem/keychain adapter as a best-effort cache.
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [bd887ab]
12
+ - @zapier/zapier-sdk@0.46.0
13
+ - @zapier/zapier-sdk-mcp@0.11.5
14
+
15
+ ## 0.42.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 783e180: Convert API query params from camelCase to snake_case (appKeys -> app_keys, pageSize -> page_size) to match the updated API contract. Also updated all `zapier-sdk-*` packages to Zod to 4.3.6
20
+ - Updated dependencies [783e180]
21
+ - @zapier/zapier-sdk-mcp@0.11.4
22
+ - @zapier/zapier-sdk@0.45.2
23
+
3
24
  ## 0.42.1
4
25
 
5
26
  ### Patch Changes
package/README.md CHANGED
@@ -606,10 +606,10 @@ Delete one or more fields from a table
606
606
 
607
607
  **Options:**
608
608
 
609
- | Option | Type | Required | Default | Possible Values | Description |
610
- | ---------- | -------- | -------- | ------- | --------------- | ---------------------------------- |
611
- | `<table>` | `string` | ✅ | — | — | The unique identifier of the table |
612
- | `<fields>` | `array` | ✅ | — | — | |
609
+ | Option | Type | Required | Default | Possible Values | Description |
610
+ | ---------- | -------- | -------- | ------- | --------------- | ----------------------------------------------------------------------------------------- |
611
+ | `<table>` | `string` | ✅ | — | — | The unique identifier of the table |
612
+ | `<fields>` | `array` | ✅ | — | — | Fields to operate on. Accepts field names (e.g., "Email") or IDs (e.g., "f6", "6", or 6). |
613
613
 
614
614
  **Usage:**
615
615