@awsless/awsless 0.0.637 → 0.0.638

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/dist/bin.js CHANGED
@@ -1666,7 +1666,7 @@ var RpcSchema = z24.record(
1666
1666
  lock: false
1667
1667
  })),
1668
1668
  z24.object({
1669
- function: FunctionSchema,
1669
+ function: FunctionSchema.describe("The RPC function to execute."),
1670
1670
  lock: z24.boolean().describe(
1671
1671
  [
1672
1672
  "Specify if the function should be locked on the `lockKey` returned from the auth function.",
@@ -728,7 +728,7 @@ var RpcSchema = z20.record(
728
728
  lock: false
729
729
  })),
730
730
  z20.object({
731
- function: FunctionSchema,
731
+ function: FunctionSchema.describe("The RPC function to execute."),
732
732
  lock: z20.boolean().describe(
733
733
  [
734
734
  "Specify if the function should be locked on the `lockKey` returned from the auth function.",
Binary file
Binary file
@@ -1 +1 @@
1
- 6fed4f7f5bc384717991b23b9380720e9807a367
1
+ e88dbfaefba22668be356305b684c743e037b04a
Binary file