@propper-ai/cli 0.3.3 → 0.4.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 CHANGED
@@ -37,6 +37,7 @@ propper sign agreements create --name "NDA" --input-json @nda.json
37
37
  propper sign audit certificate --agreement-id ag_123 --output-file audit.pdf
38
38
  propper docgen batches list
39
39
  propper locker risks list
40
+ propper click templates list
40
41
  ```
41
42
 
42
43
  ## Authentication
@@ -136,6 +137,10 @@ propper docgen approvals | batches | delivery-configs | documents | templates ..
136
137
 
137
138
  # locker (Propper Locker API, /v1/locker)
138
139
  propper locker chat | documents | risks | settings ...
140
+
141
+ # click (Propper Click API — consent / clickwrap)
142
+ propper click templates | deployments | acceptances | analytics | render |
143
+ users | identity | verification | validation ...
139
144
  ```
140
145
 
141
146
  Run any group bare (`propper`, `propper sign`, `propper sign agreements`) to see
@@ -5,7 +5,7 @@ import {
5
5
  UsageError,
6
6
  callOperation,
7
7
  manifest
8
- } from "../chunk-CBIH6V3I.js";
8
+ } from "../chunk-XSRXBEWN.js";
9
9
 
10
10
  // src/bin/propper.ts
11
11
  import { CommanderError } from "commander";
@@ -235,7 +235,7 @@ import { Command } from "commander";
235
235
  // package.json
236
236
  var package_default = {
237
237
  name: "@propper-ai/cli",
238
- version: "0.3.3",
238
+ version: "0.4.0",
239
239
  description: "Propper CLI \u2014 an AWS-style, OpenAPI-generated command-line interface for the Propper Sign + Auth APIs",
240
240
  type: "module",
241
241
  license: "MIT",