@otim/utils 0.0.4 → 0.0.5

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.
@@ -1103,6 +1103,7 @@ var buildInstructionResponseSchema = z16.object({
1103
1103
  salt: hexStringSchema,
1104
1104
  maxExecutions: hexStringSchema,
1105
1105
  action: hexStringSchema,
1106
+ actionName: z16.string().optional(),
1106
1107
  arguments: hexStringSchema
1107
1108
  });
1108
1109
  var paymentRequestBuildResponseSchema = z16.object({
@@ -1115,6 +1116,7 @@ var paymentRequestBuildResponseSchema = z16.object({
1115
1116
  });
1116
1117
  var newInstructionRequestSchema = z16.object({
1117
1118
  nickname: z16.string().optional(),
1119
+ actionName: z16.string().optional(),
1118
1120
  address: hexStringSchema,
1119
1121
  chainId: z16.number(),
1120
1122
  salt: hexStringSchema,