@hyperline/cli 0.1.0-build.1.8592615 → 0.1.0-build.1.9762bd1

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.
@@ -28366,7 +28366,7 @@ Examples:
28366
28366
  if (opts.rules !== void 0)
28367
28367
  args.rules = opts.rules;
28368
28368
  await ctx.execute({
28369
- method: "PUT",
28369
+ method: "PATCH",
28370
28370
  path: "/v1/customers/segments/{id}",
28371
28371
  args,
28372
28372
  queryParamKeys: []
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyperline/cli",
3
- "version": "0.1.0-build.1.8592615",
3
+ "version": "0.1.0-build.1.9762bd1",
4
4
  "description": "Agent-first CLI for Hyperline API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",