@seamapi/types 1.73.0 → 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.
@@ -14594,15 +14594,13 @@ declare const _default: {
14594
14594
  nullable: boolean;
14595
14595
  type: string;
14596
14596
  };
14597
- first_name: {
14598
- nullable: boolean;
14599
- type: string;
14600
- };
14601
- last_name: {
14597
+ full_name: {
14598
+ minLength: number;
14602
14599
  nullable: boolean;
14603
14600
  type: string;
14604
14601
  };
14605
14602
  user_identity_key: {
14603
+ minLength: number;
14606
14604
  nullable: boolean;
14607
14605
  type: string;
14608
14606
  };
@@ -14628,6 +14626,7 @@ declare const _default: {
14628
14626
  type: string;
14629
14627
  };
14630
14628
  display_name: {
14629
+ minLength: number;
14631
14630
  type: string;
14632
14631
  };
14633
14632
  email_address: {
@@ -14635,11 +14634,8 @@ declare const _default: {
14635
14634
  nullable: boolean;
14636
14635
  type: string;
14637
14636
  };
14638
- first_name: {
14639
- nullable: boolean;
14640
- type: string;
14641
- };
14642
- last_name: {
14637
+ full_name: {
14638
+ minLength: number;
14643
14639
  nullable: boolean;
14644
14640
  type: string;
14645
14641
  };
@@ -14648,6 +14644,7 @@ declare const _default: {
14648
14644
  type: string;
14649
14645
  };
14650
14646
  user_identity_key: {
14647
+ minLength: number;
14651
14648
  nullable: boolean;
14652
14649
  type: string;
14653
14650
  };
@@ -14999,6 +14996,7 @@ declare const _default: {
14999
14996
  type: string;
15000
14997
  };
15001
14998
  display_name: {
14999
+ minLength: number;
15002
15000
  type: string;
15003
15001
  };
15004
15002
  email_address: {
@@ -15006,11 +15004,8 @@ declare const _default: {
15006
15004
  nullable: boolean;
15007
15005
  type: string;
15008
15006
  };
15009
- first_name: {
15010
- nullable: boolean;
15011
- type: string;
15012
- };
15013
- last_name: {
15007
+ full_name: {
15008
+ minLength: number;
15014
15009
  nullable: boolean;
15015
15010
  type: string;
15016
15011
  };
@@ -15019,6 +15014,7 @@ declare const _default: {
15019
15014
  type: string;
15020
15015
  };
15021
15016
  user_identity_key: {
15017
+ minLength: number;
15022
15018
  nullable: boolean;
15023
15019
  type: string;
15024
15020
  };
@@ -15222,6 +15218,7 @@ declare const _default: {
15222
15218
  type: string;
15223
15219
  };
15224
15220
  display_name: {
15221
+ minLength: number;
15225
15222
  type: string;
15226
15223
  };
15227
15224
  email_address: {
@@ -15229,11 +15226,8 @@ declare const _default: {
15229
15226
  nullable: boolean;
15230
15227
  type: string;
15231
15228
  };
15232
- first_name: {
15233
- nullable: boolean;
15234
- type: string;
15235
- };
15236
- last_name: {
15229
+ full_name: {
15230
+ minLength: number;
15237
15231
  nullable: boolean;
15238
15232
  type: string;
15239
15233
  };
@@ -15242,6 +15236,7 @@ declare const _default: {
15242
15236
  type: string;
15243
15237
  };
15244
15238
  user_identity_key: {
15239
+ minLength: number;
15245
15240
  nullable: boolean;
15246
15241
  type: string;
15247
15242
  };
@@ -15314,6 +15309,7 @@ declare const _default: {
15314
15309
  type: string;
15315
15310
  };
15316
15311
  display_name: {
15312
+ minLength: number;
15317
15313
  type: string;
15318
15314
  };
15319
15315
  email_address: {
@@ -15321,11 +15317,8 @@ declare const _default: {
15321
15317
  nullable: boolean;
15322
15318
  type: string;
15323
15319
  };
15324
- first_name: {
15325
- nullable: boolean;
15326
- type: string;
15327
- };
15328
- last_name: {
15320
+ full_name: {
15321
+ minLength: number;
15329
15322
  nullable: boolean;
15330
15323
  type: string;
15331
15324
  };
@@ -15334,6 +15327,7 @@ declare const _default: {
15334
15327
  type: string;
15335
15328
  };
15336
15329
  user_identity_key: {
15330
+ minLength: number;
15337
15331
  nullable: boolean;
15338
15332
  type: string;
15339
15333
  };
@@ -23625,18 +23619,16 @@ interface Routes {
23625
23619
  commonParams: {
23626
23620
  user_identity_key?: (string | null) | undefined;
23627
23621
  email_address?: (string | null) | undefined;
23628
- first_name?: (string | null) | undefined;
23629
- last_name?: (string | null) | undefined;
23622
+ full_name?: (string | null) | undefined;
23630
23623
  };
23631
23624
  formData: {};
23632
23625
  jsonResponse: {
23633
23626
  user_identity: {
23634
23627
  user_identity_id: string;
23635
- user_identity_key?: (string | null) | undefined;
23636
- email_address?: (string | null) | undefined;
23637
- first_name?: (string | null) | undefined;
23638
- last_name?: (string | null) | undefined;
23628
+ user_identity_key: string | null;
23629
+ email_address: string | null;
23639
23630
  display_name: string;
23631
+ full_name: string | null;
23640
23632
  created_at: string;
23641
23633
  workspace_id: string;
23642
23634
  };
@@ -23718,11 +23710,10 @@ interface Routes {
23718
23710
  jsonResponse: {
23719
23711
  user_identity: {
23720
23712
  user_identity_id: string;
23721
- user_identity_key?: (string | null) | undefined;
23722
- email_address?: (string | null) | undefined;
23723
- first_name?: (string | null) | undefined;
23724
- last_name?: (string | null) | undefined;
23713
+ user_identity_key: string | null;
23714
+ email_address: string | null;
23725
23715
  display_name: string;
23716
+ full_name: string | null;
23726
23717
  created_at: string;
23727
23718
  workspace_id: string;
23728
23719
  };
@@ -23750,11 +23741,10 @@ interface Routes {
23750
23741
  jsonResponse: {
23751
23742
  user_identities: Array<{
23752
23743
  user_identity_id: string;
23753
- user_identity_key?: (string | null) | undefined;
23754
- email_address?: (string | null) | undefined;
23755
- first_name?: (string | null) | undefined;
23756
- last_name?: (string | null) | undefined;
23744
+ user_identity_key: string | null;
23745
+ email_address: string | null;
23757
23746
  display_name: string;
23747
+ full_name: string | null;
23758
23748
  created_at: string;
23759
23749
  workspace_id: string;
23760
23750
  }>;
@@ -14520,15 +14520,13 @@ declare const _default: {
14520
14520
  nullable: boolean;
14521
14521
  type: string;
14522
14522
  };
14523
- first_name: {
14524
- nullable: boolean;
14525
- type: string;
14526
- };
14527
- last_name: {
14523
+ full_name: {
14524
+ minLength: number;
14528
14525
  nullable: boolean;
14529
14526
  type: string;
14530
14527
  };
14531
14528
  user_identity_key: {
14529
+ minLength: number;
14532
14530
  nullable: boolean;
14533
14531
  type: string;
14534
14532
  };
@@ -14554,6 +14552,7 @@ declare const _default: {
14554
14552
  type: string;
14555
14553
  };
14556
14554
  display_name: {
14555
+ minLength: number;
14557
14556
  type: string;
14558
14557
  };
14559
14558
  email_address: {
@@ -14561,11 +14560,8 @@ declare const _default: {
14561
14560
  nullable: boolean;
14562
14561
  type: string;
14563
14562
  };
14564
- first_name: {
14565
- nullable: boolean;
14566
- type: string;
14567
- };
14568
- last_name: {
14563
+ full_name: {
14564
+ minLength: number;
14569
14565
  nullable: boolean;
14570
14566
  type: string;
14571
14567
  };
@@ -14574,6 +14570,7 @@ declare const _default: {
14574
14570
  type: string;
14575
14571
  };
14576
14572
  user_identity_key: {
14573
+ minLength: number;
14577
14574
  nullable: boolean;
14578
14575
  type: string;
14579
14576
  };
@@ -14925,6 +14922,7 @@ declare const _default: {
14925
14922
  type: string;
14926
14923
  };
14927
14924
  display_name: {
14925
+ minLength: number;
14928
14926
  type: string;
14929
14927
  };
14930
14928
  email_address: {
@@ -14932,11 +14930,8 @@ declare const _default: {
14932
14930
  nullable: boolean;
14933
14931
  type: string;
14934
14932
  };
14935
- first_name: {
14936
- nullable: boolean;
14937
- type: string;
14938
- };
14939
- last_name: {
14933
+ full_name: {
14934
+ minLength: number;
14940
14935
  nullable: boolean;
14941
14936
  type: string;
14942
14937
  };
@@ -14945,6 +14940,7 @@ declare const _default: {
14945
14940
  type: string;
14946
14941
  };
14947
14942
  user_identity_key: {
14943
+ minLength: number;
14948
14944
  nullable: boolean;
14949
14945
  type: string;
14950
14946
  };
@@ -15148,6 +15144,7 @@ declare const _default: {
15148
15144
  type: string;
15149
15145
  };
15150
15146
  display_name: {
15147
+ minLength: number;
15151
15148
  type: string;
15152
15149
  };
15153
15150
  email_address: {
@@ -15155,11 +15152,8 @@ declare const _default: {
15155
15152
  nullable: boolean;
15156
15153
  type: string;
15157
15154
  };
15158
- first_name: {
15159
- nullable: boolean;
15160
- type: string;
15161
- };
15162
- last_name: {
15155
+ full_name: {
15156
+ minLength: number;
15163
15157
  nullable: boolean;
15164
15158
  type: string;
15165
15159
  };
@@ -15168,6 +15162,7 @@ declare const _default: {
15168
15162
  type: string;
15169
15163
  };
15170
15164
  user_identity_key: {
15165
+ minLength: number;
15171
15166
  nullable: boolean;
15172
15167
  type: string;
15173
15168
  };
@@ -15240,6 +15235,7 @@ declare const _default: {
15240
15235
  type: string;
15241
15236
  };
15242
15237
  display_name: {
15238
+ minLength: number;
15243
15239
  type: string;
15244
15240
  };
15245
15241
  email_address: {
@@ -15247,11 +15243,8 @@ declare const _default: {
15247
15243
  nullable: boolean;
15248
15244
  type: string;
15249
15245
  };
15250
- first_name: {
15251
- nullable: boolean;
15252
- type: string;
15253
- };
15254
- last_name: {
15246
+ full_name: {
15247
+ minLength: number;
15255
15248
  nullable: boolean;
15256
15249
  type: string;
15257
15250
  };
@@ -15260,6 +15253,7 @@ declare const _default: {
15260
15253
  type: string;
15261
15254
  };
15262
15255
  user_identity_key: {
15256
+ minLength: number;
15263
15257
  nullable: boolean;
15264
15258
  type: string;
15265
15259
  };
@@ -10950,9 +10950,12 @@ export default {
10950
10950
  nullable: true,
10951
10951
  type: 'string',
10952
10952
  },
10953
- first_name: { nullable: true, type: 'string' },
10954
- last_name: { nullable: true, type: 'string' },
10955
- user_identity_key: { nullable: true, type: 'string' },
10953
+ full_name: { minLength: 1, nullable: true, type: 'string' },
10954
+ user_identity_key: {
10955
+ minLength: 1,
10956
+ nullable: true,
10957
+ type: 'string',
10958
+ },
10956
10959
  },
10957
10960
  type: 'object',
10958
10961
  },
@@ -10969,21 +10972,31 @@ export default {
10969
10972
  user_identity: {
10970
10973
  properties: {
10971
10974
  created_at: { format: 'date-time', type: 'string' },
10972
- display_name: { type: 'string' },
10975
+ display_name: { minLength: 1, type: 'string' },
10973
10976
  email_address: {
10974
10977
  format: 'email',
10975
10978
  nullable: true,
10976
10979
  type: 'string',
10977
10980
  },
10978
- first_name: { nullable: true, type: 'string' },
10979
- last_name: { nullable: true, type: 'string' },
10981
+ full_name: {
10982
+ minLength: 1,
10983
+ nullable: true,
10984
+ type: 'string',
10985
+ },
10980
10986
  user_identity_id: { format: 'uuid', type: 'string' },
10981
- user_identity_key: { nullable: true, type: 'string' },
10987
+ user_identity_key: {
10988
+ minLength: 1,
10989
+ nullable: true,
10990
+ type: 'string',
10991
+ },
10982
10992
  workspace_id: { format: 'uuid', type: 'string' },
10983
10993
  },
10984
10994
  required: [
10985
10995
  'user_identity_id',
10996
+ 'user_identity_key',
10997
+ 'email_address',
10986
10998
  'display_name',
10999
+ 'full_name',
10987
11000
  'created_at',
10988
11001
  'workspace_id',
10989
11002
  ],
@@ -11233,21 +11246,31 @@ export default {
11233
11246
  user_identity: {
11234
11247
  properties: {
11235
11248
  created_at: { format: 'date-time', type: 'string' },
11236
- display_name: { type: 'string' },
11249
+ display_name: { minLength: 1, type: 'string' },
11237
11250
  email_address: {
11238
11251
  format: 'email',
11239
11252
  nullable: true,
11240
11253
  type: 'string',
11241
11254
  },
11242
- first_name: { nullable: true, type: 'string' },
11243
- last_name: { nullable: true, type: 'string' },
11255
+ full_name: {
11256
+ minLength: 1,
11257
+ nullable: true,
11258
+ type: 'string',
11259
+ },
11244
11260
  user_identity_id: { format: 'uuid', type: 'string' },
11245
- user_identity_key: { nullable: true, type: 'string' },
11261
+ user_identity_key: {
11262
+ minLength: 1,
11263
+ nullable: true,
11264
+ type: 'string',
11265
+ },
11246
11266
  workspace_id: { format: 'uuid', type: 'string' },
11247
11267
  },
11248
11268
  required: [
11249
11269
  'user_identity_id',
11270
+ 'user_identity_key',
11271
+ 'email_address',
11250
11272
  'display_name',
11273
+ 'full_name',
11251
11274
  'created_at',
11252
11275
  'workspace_id',
11253
11276
  ],
@@ -11374,21 +11397,31 @@ export default {
11374
11397
  items: {
11375
11398
  properties: {
11376
11399
  created_at: { format: 'date-time', type: 'string' },
11377
- display_name: { type: 'string' },
11400
+ display_name: { minLength: 1, type: 'string' },
11378
11401
  email_address: {
11379
11402
  format: 'email',
11380
11403
  nullable: true,
11381
11404
  type: 'string',
11382
11405
  },
11383
- first_name: { nullable: true, type: 'string' },
11384
- last_name: { nullable: true, type: 'string' },
11406
+ full_name: {
11407
+ minLength: 1,
11408
+ nullable: true,
11409
+ type: 'string',
11410
+ },
11385
11411
  user_identity_id: { format: 'uuid', type: 'string' },
11386
- user_identity_key: { nullable: true, type: 'string' },
11412
+ user_identity_key: {
11413
+ minLength: 1,
11414
+ nullable: true,
11415
+ type: 'string',
11416
+ },
11387
11417
  workspace_id: { format: 'uuid', type: 'string' },
11388
11418
  },
11389
11419
  required: [
11390
11420
  'user_identity_id',
11421
+ 'user_identity_key',
11422
+ 'email_address',
11391
11423
  'display_name',
11424
+ 'full_name',
11392
11425
  'created_at',
11393
11426
  'workspace_id',
11394
11427
  ],
@@ -11430,21 +11463,31 @@ export default {
11430
11463
  items: {
11431
11464
  properties: {
11432
11465
  created_at: { format: 'date-time', type: 'string' },
11433
- display_name: { type: 'string' },
11466
+ display_name: { minLength: 1, type: 'string' },
11434
11467
  email_address: {
11435
11468
  format: 'email',
11436
11469
  nullable: true,
11437
11470
  type: 'string',
11438
11471
  },
11439
- first_name: { nullable: true, type: 'string' },
11440
- last_name: { nullable: true, type: 'string' },
11472
+ full_name: {
11473
+ minLength: 1,
11474
+ nullable: true,
11475
+ type: 'string',
11476
+ },
11441
11477
  user_identity_id: { format: 'uuid', type: 'string' },
11442
- user_identity_key: { nullable: true, type: 'string' },
11478
+ user_identity_key: {
11479
+ minLength: 1,
11480
+ nullable: true,
11481
+ type: 'string',
11482
+ },
11443
11483
  workspace_id: { format: 'uuid', type: 'string' },
11444
11484
  },
11445
11485
  required: [
11446
11486
  'user_identity_id',
11487
+ 'user_identity_key',
11488
+ 'email_address',
11447
11489
  'display_name',
11490
+ 'full_name',
11448
11491
  'created_at',
11449
11492
  'workspace_id',
11450
11493
  ],