@seamapi/types 1.72.1 → 1.74.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
@@ -10997,9 +10997,12 @@ var openapi_default = {
10997
10997
  nullable: true,
10998
10998
  type: "string"
10999
10999
  },
11000
- first_name: { nullable: true, type: "string" },
11001
- last_name: { nullable: true, type: "string" },
11002
- user_identity_key: { nullable: true, type: "string" }
11000
+ full_name: { minLength: 1, nullable: true, type: "string" },
11001
+ user_identity_key: {
11002
+ minLength: 1,
11003
+ nullable: true,
11004
+ type: "string"
11005
+ }
11003
11006
  },
11004
11007
  type: "object"
11005
11008
  }
@@ -11016,19 +11019,31 @@ var openapi_default = {
11016
11019
  user_identity: {
11017
11020
  properties: {
11018
11021
  created_at: { format: "date-time", type: "string" },
11022
+ display_name: { minLength: 1, type: "string" },
11019
11023
  email_address: {
11020
11024
  format: "email",
11021
11025
  nullable: true,
11022
11026
  type: "string"
11023
11027
  },
11024
- first_name: { nullable: true, type: "string" },
11025
- last_name: { nullable: true, type: "string" },
11028
+ full_name: {
11029
+ minLength: 1,
11030
+ nullable: true,
11031
+ type: "string"
11032
+ },
11026
11033
  user_identity_id: { format: "uuid", type: "string" },
11027
- user_identity_key: { nullable: true, type: "string" },
11034
+ user_identity_key: {
11035
+ minLength: 1,
11036
+ nullable: true,
11037
+ type: "string"
11038
+ },
11028
11039
  workspace_id: { format: "uuid", type: "string" }
11029
11040
  },
11030
11041
  required: [
11031
11042
  "user_identity_id",
11043
+ "user_identity_key",
11044
+ "email_address",
11045
+ "display_name",
11046
+ "full_name",
11032
11047
  "created_at",
11033
11048
  "workspace_id"
11034
11049
  ],
@@ -11278,19 +11293,31 @@ var openapi_default = {
11278
11293
  user_identity: {
11279
11294
  properties: {
11280
11295
  created_at: { format: "date-time", type: "string" },
11296
+ display_name: { minLength: 1, type: "string" },
11281
11297
  email_address: {
11282
11298
  format: "email",
11283
11299
  nullable: true,
11284
11300
  type: "string"
11285
11301
  },
11286
- first_name: { nullable: true, type: "string" },
11287
- last_name: { nullable: true, type: "string" },
11302
+ full_name: {
11303
+ minLength: 1,
11304
+ nullable: true,
11305
+ type: "string"
11306
+ },
11288
11307
  user_identity_id: { format: "uuid", type: "string" },
11289
- user_identity_key: { nullable: true, type: "string" },
11308
+ user_identity_key: {
11309
+ minLength: 1,
11310
+ nullable: true,
11311
+ type: "string"
11312
+ },
11290
11313
  workspace_id: { format: "uuid", type: "string" }
11291
11314
  },
11292
11315
  required: [
11293
11316
  "user_identity_id",
11317
+ "user_identity_key",
11318
+ "email_address",
11319
+ "display_name",
11320
+ "full_name",
11294
11321
  "created_at",
11295
11322
  "workspace_id"
11296
11323
  ],
@@ -11417,19 +11444,31 @@ var openapi_default = {
11417
11444
  items: {
11418
11445
  properties: {
11419
11446
  created_at: { format: "date-time", type: "string" },
11447
+ display_name: { minLength: 1, type: "string" },
11420
11448
  email_address: {
11421
11449
  format: "email",
11422
11450
  nullable: true,
11423
11451
  type: "string"
11424
11452
  },
11425
- first_name: { nullable: true, type: "string" },
11426
- last_name: { nullable: true, type: "string" },
11453
+ full_name: {
11454
+ minLength: 1,
11455
+ nullable: true,
11456
+ type: "string"
11457
+ },
11427
11458
  user_identity_id: { format: "uuid", type: "string" },
11428
- user_identity_key: { nullable: true, type: "string" },
11459
+ user_identity_key: {
11460
+ minLength: 1,
11461
+ nullable: true,
11462
+ type: "string"
11463
+ },
11429
11464
  workspace_id: { format: "uuid", type: "string" }
11430
11465
  },
11431
11466
  required: [
11432
11467
  "user_identity_id",
11468
+ "user_identity_key",
11469
+ "email_address",
11470
+ "display_name",
11471
+ "full_name",
11433
11472
  "created_at",
11434
11473
  "workspace_id"
11435
11474
  ],
@@ -11471,19 +11510,31 @@ var openapi_default = {
11471
11510
  items: {
11472
11511
  properties: {
11473
11512
  created_at: { format: "date-time", type: "string" },
11513
+ display_name: { minLength: 1, type: "string" },
11474
11514
  email_address: {
11475
11515
  format: "email",
11476
11516
  nullable: true,
11477
11517
  type: "string"
11478
11518
  },
11479
- first_name: { nullable: true, type: "string" },
11480
- last_name: { nullable: true, type: "string" },
11519
+ full_name: {
11520
+ minLength: 1,
11521
+ nullable: true,
11522
+ type: "string"
11523
+ },
11481
11524
  user_identity_id: { format: "uuid", type: "string" },
11482
- user_identity_key: { nullable: true, type: "string" },
11525
+ user_identity_key: {
11526
+ minLength: 1,
11527
+ nullable: true,
11528
+ type: "string"
11529
+ },
11483
11530
  workspace_id: { format: "uuid", type: "string" }
11484
11531
  },
11485
11532
  required: [
11486
11533
  "user_identity_id",
11534
+ "user_identity_key",
11535
+ "email_address",
11536
+ "display_name",
11537
+ "full_name",
11487
11538
  "created_at",
11488
11539
  "workspace_id"
11489
11540
  ],