@seamapi/types 1.705.0 → 1.706.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/dist/connect.cjs CHANGED
@@ -58389,6 +58389,10 @@ var openapi_default = {
58389
58389
  type: "string"
58390
58390
  },
58391
58391
  code: { nullable: true, type: "string" },
58392
+ instant_key_url: {
58393
+ format: "uri",
58394
+ type: "string"
58395
+ },
58392
58396
  is_card_encoding_required: { type: "boolean" },
58393
58397
  is_issued: { type: "boolean" },
58394
58398
  mode: { type: "string" }
@@ -58504,6 +58508,10 @@ var openapi_default = {
58504
58508
  type: "string"
58505
58509
  },
58506
58510
  code: { nullable: true, type: "string" },
58511
+ instant_key_url: {
58512
+ format: "uri",
58513
+ type: "string"
58514
+ },
58507
58515
  is_card_encoding_required: { type: "boolean" },
58508
58516
  is_issued: { type: "boolean" },
58509
58517
  mode: { type: "string" }