@seamapi/types 1.73.0 → 1.75.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 +65 -20
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +39 -39
- package/lib/seam/connect/openapi.d.ts +27 -25
- package/lib/seam/connect/openapi.js +64 -19
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -14
- package/lib/seam/connect/unstable/models/user-identity.d.ts +9 -12
- package/lib/seam/connect/unstable/models/user-identity.js +4 -5
- package/lib/seam/connect/unstable/models/user-identity.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +64 -19
- package/src/lib/seam/connect/route-types.ts +12 -14
- package/src/lib/seam/connect/unstable/models/user-identity.ts +4 -5
package/dist/connect.d.cts
CHANGED
|
@@ -6781,6 +6781,10 @@ declare const _default: {
|
|
|
6781
6781
|
pattern: string;
|
|
6782
6782
|
type: string;
|
|
6783
6783
|
};
|
|
6784
|
+
ends_at: {
|
|
6785
|
+
format: string;
|
|
6786
|
+
type: string;
|
|
6787
|
+
};
|
|
6784
6788
|
external_type: {
|
|
6785
6789
|
enum: string[];
|
|
6786
6790
|
type: string;
|
|
@@ -6791,6 +6795,10 @@ declare const _default: {
|
|
|
6791
6795
|
is_override_key: {
|
|
6792
6796
|
type: string;
|
|
6793
6797
|
};
|
|
6798
|
+
starts_at: {
|
|
6799
|
+
format: string;
|
|
6800
|
+
type: string;
|
|
6801
|
+
};
|
|
6794
6802
|
};
|
|
6795
6803
|
required: string[];
|
|
6796
6804
|
type: string;
|
|
@@ -14594,15 +14602,13 @@ declare const _default: {
|
|
|
14594
14602
|
nullable: boolean;
|
|
14595
14603
|
type: string;
|
|
14596
14604
|
};
|
|
14597
|
-
|
|
14598
|
-
|
|
14599
|
-
type: string;
|
|
14600
|
-
};
|
|
14601
|
-
last_name: {
|
|
14605
|
+
full_name: {
|
|
14606
|
+
minLength: number;
|
|
14602
14607
|
nullable: boolean;
|
|
14603
14608
|
type: string;
|
|
14604
14609
|
};
|
|
14605
14610
|
user_identity_key: {
|
|
14611
|
+
minLength: number;
|
|
14606
14612
|
nullable: boolean;
|
|
14607
14613
|
type: string;
|
|
14608
14614
|
};
|
|
@@ -14628,6 +14634,7 @@ declare const _default: {
|
|
|
14628
14634
|
type: string;
|
|
14629
14635
|
};
|
|
14630
14636
|
display_name: {
|
|
14637
|
+
minLength: number;
|
|
14631
14638
|
type: string;
|
|
14632
14639
|
};
|
|
14633
14640
|
email_address: {
|
|
@@ -14635,11 +14642,8 @@ declare const _default: {
|
|
|
14635
14642
|
nullable: boolean;
|
|
14636
14643
|
type: string;
|
|
14637
14644
|
};
|
|
14638
|
-
|
|
14639
|
-
|
|
14640
|
-
type: string;
|
|
14641
|
-
};
|
|
14642
|
-
last_name: {
|
|
14645
|
+
full_name: {
|
|
14646
|
+
minLength: number;
|
|
14643
14647
|
nullable: boolean;
|
|
14644
14648
|
type: string;
|
|
14645
14649
|
};
|
|
@@ -14648,6 +14652,7 @@ declare const _default: {
|
|
|
14648
14652
|
type: string;
|
|
14649
14653
|
};
|
|
14650
14654
|
user_identity_key: {
|
|
14655
|
+
minLength: number;
|
|
14651
14656
|
nullable: boolean;
|
|
14652
14657
|
type: string;
|
|
14653
14658
|
};
|
|
@@ -14999,6 +15004,7 @@ declare const _default: {
|
|
|
14999
15004
|
type: string;
|
|
15000
15005
|
};
|
|
15001
15006
|
display_name: {
|
|
15007
|
+
minLength: number;
|
|
15002
15008
|
type: string;
|
|
15003
15009
|
};
|
|
15004
15010
|
email_address: {
|
|
@@ -15006,11 +15012,8 @@ declare const _default: {
|
|
|
15006
15012
|
nullable: boolean;
|
|
15007
15013
|
type: string;
|
|
15008
15014
|
};
|
|
15009
|
-
|
|
15010
|
-
|
|
15011
|
-
type: string;
|
|
15012
|
-
};
|
|
15013
|
-
last_name: {
|
|
15015
|
+
full_name: {
|
|
15016
|
+
minLength: number;
|
|
15014
15017
|
nullable: boolean;
|
|
15015
15018
|
type: string;
|
|
15016
15019
|
};
|
|
@@ -15019,6 +15022,7 @@ declare const _default: {
|
|
|
15019
15022
|
type: string;
|
|
15020
15023
|
};
|
|
15021
15024
|
user_identity_key: {
|
|
15025
|
+
minLength: number;
|
|
15022
15026
|
nullable: boolean;
|
|
15023
15027
|
type: string;
|
|
15024
15028
|
};
|
|
@@ -15222,6 +15226,7 @@ declare const _default: {
|
|
|
15222
15226
|
type: string;
|
|
15223
15227
|
};
|
|
15224
15228
|
display_name: {
|
|
15229
|
+
minLength: number;
|
|
15225
15230
|
type: string;
|
|
15226
15231
|
};
|
|
15227
15232
|
email_address: {
|
|
@@ -15229,11 +15234,8 @@ declare const _default: {
|
|
|
15229
15234
|
nullable: boolean;
|
|
15230
15235
|
type: string;
|
|
15231
15236
|
};
|
|
15232
|
-
|
|
15233
|
-
|
|
15234
|
-
type: string;
|
|
15235
|
-
};
|
|
15236
|
-
last_name: {
|
|
15237
|
+
full_name: {
|
|
15238
|
+
minLength: number;
|
|
15237
15239
|
nullable: boolean;
|
|
15238
15240
|
type: string;
|
|
15239
15241
|
};
|
|
@@ -15242,6 +15244,7 @@ declare const _default: {
|
|
|
15242
15244
|
type: string;
|
|
15243
15245
|
};
|
|
15244
15246
|
user_identity_key: {
|
|
15247
|
+
minLength: number;
|
|
15245
15248
|
nullable: boolean;
|
|
15246
15249
|
type: string;
|
|
15247
15250
|
};
|
|
@@ -15314,6 +15317,7 @@ declare const _default: {
|
|
|
15314
15317
|
type: string;
|
|
15315
15318
|
};
|
|
15316
15319
|
display_name: {
|
|
15320
|
+
minLength: number;
|
|
15317
15321
|
type: string;
|
|
15318
15322
|
};
|
|
15319
15323
|
email_address: {
|
|
@@ -15321,11 +15325,8 @@ declare const _default: {
|
|
|
15321
15325
|
nullable: boolean;
|
|
15322
15326
|
type: string;
|
|
15323
15327
|
};
|
|
15324
|
-
|
|
15325
|
-
|
|
15326
|
-
type: string;
|
|
15327
|
-
};
|
|
15328
|
-
last_name: {
|
|
15328
|
+
full_name: {
|
|
15329
|
+
minLength: number;
|
|
15329
15330
|
nullable: boolean;
|
|
15330
15331
|
type: string;
|
|
15331
15332
|
};
|
|
@@ -15334,6 +15335,7 @@ declare const _default: {
|
|
|
15334
15335
|
type: string;
|
|
15335
15336
|
};
|
|
15336
15337
|
user_identity_key: {
|
|
15338
|
+
minLength: number;
|
|
15337
15339
|
nullable: boolean;
|
|
15338
15340
|
type: string;
|
|
15339
15341
|
};
|
|
@@ -17210,6 +17212,8 @@ interface Routes {
|
|
|
17210
17212
|
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
17211
17213
|
card_format?: ('TLCode' | 'rfid48') | undefined;
|
|
17212
17214
|
is_override_key?: boolean | undefined;
|
|
17215
|
+
starts_at?: string | undefined;
|
|
17216
|
+
ends_at?: string | undefined;
|
|
17213
17217
|
};
|
|
17214
17218
|
formData: {};
|
|
17215
17219
|
jsonResponse: {
|
|
@@ -23625,18 +23629,16 @@ interface Routes {
|
|
|
23625
23629
|
commonParams: {
|
|
23626
23630
|
user_identity_key?: (string | null) | undefined;
|
|
23627
23631
|
email_address?: (string | null) | undefined;
|
|
23628
|
-
|
|
23629
|
-
last_name?: (string | null) | undefined;
|
|
23632
|
+
full_name?: (string | null) | undefined;
|
|
23630
23633
|
};
|
|
23631
23634
|
formData: {};
|
|
23632
23635
|
jsonResponse: {
|
|
23633
23636
|
user_identity: {
|
|
23634
23637
|
user_identity_id: string;
|
|
23635
|
-
user_identity_key
|
|
23636
|
-
email_address
|
|
23637
|
-
first_name?: (string | null) | undefined;
|
|
23638
|
-
last_name?: (string | null) | undefined;
|
|
23638
|
+
user_identity_key: string | null;
|
|
23639
|
+
email_address: string | null;
|
|
23639
23640
|
display_name: string;
|
|
23641
|
+
full_name: string | null;
|
|
23640
23642
|
created_at: string;
|
|
23641
23643
|
workspace_id: string;
|
|
23642
23644
|
};
|
|
@@ -23718,11 +23720,10 @@ interface Routes {
|
|
|
23718
23720
|
jsonResponse: {
|
|
23719
23721
|
user_identity: {
|
|
23720
23722
|
user_identity_id: string;
|
|
23721
|
-
user_identity_key
|
|
23722
|
-
email_address
|
|
23723
|
-
first_name?: (string | null) | undefined;
|
|
23724
|
-
last_name?: (string | null) | undefined;
|
|
23723
|
+
user_identity_key: string | null;
|
|
23724
|
+
email_address: string | null;
|
|
23725
23725
|
display_name: string;
|
|
23726
|
+
full_name: string | null;
|
|
23726
23727
|
created_at: string;
|
|
23727
23728
|
workspace_id: string;
|
|
23728
23729
|
};
|
|
@@ -23750,11 +23751,10 @@ interface Routes {
|
|
|
23750
23751
|
jsonResponse: {
|
|
23751
23752
|
user_identities: Array<{
|
|
23752
23753
|
user_identity_id: string;
|
|
23753
|
-
user_identity_key
|
|
23754
|
-
email_address
|
|
23755
|
-
first_name?: (string | null) | undefined;
|
|
23756
|
-
last_name?: (string | null) | undefined;
|
|
23754
|
+
user_identity_key: string | null;
|
|
23755
|
+
email_address: string | null;
|
|
23757
23756
|
display_name: string;
|
|
23757
|
+
full_name: string | null;
|
|
23758
23758
|
created_at: string;
|
|
23759
23759
|
workspace_id: string;
|
|
23760
23760
|
}>;
|
|
@@ -6707,6 +6707,10 @@ declare const _default: {
|
|
|
6707
6707
|
pattern: string;
|
|
6708
6708
|
type: string;
|
|
6709
6709
|
};
|
|
6710
|
+
ends_at: {
|
|
6711
|
+
format: string;
|
|
6712
|
+
type: string;
|
|
6713
|
+
};
|
|
6710
6714
|
external_type: {
|
|
6711
6715
|
enum: string[];
|
|
6712
6716
|
type: string;
|
|
@@ -6717,6 +6721,10 @@ declare const _default: {
|
|
|
6717
6721
|
is_override_key: {
|
|
6718
6722
|
type: string;
|
|
6719
6723
|
};
|
|
6724
|
+
starts_at: {
|
|
6725
|
+
format: string;
|
|
6726
|
+
type: string;
|
|
6727
|
+
};
|
|
6720
6728
|
};
|
|
6721
6729
|
required: string[];
|
|
6722
6730
|
type: string;
|
|
@@ -14520,15 +14528,13 @@ declare const _default: {
|
|
|
14520
14528
|
nullable: boolean;
|
|
14521
14529
|
type: string;
|
|
14522
14530
|
};
|
|
14523
|
-
|
|
14524
|
-
|
|
14525
|
-
type: string;
|
|
14526
|
-
};
|
|
14527
|
-
last_name: {
|
|
14531
|
+
full_name: {
|
|
14532
|
+
minLength: number;
|
|
14528
14533
|
nullable: boolean;
|
|
14529
14534
|
type: string;
|
|
14530
14535
|
};
|
|
14531
14536
|
user_identity_key: {
|
|
14537
|
+
minLength: number;
|
|
14532
14538
|
nullable: boolean;
|
|
14533
14539
|
type: string;
|
|
14534
14540
|
};
|
|
@@ -14554,6 +14560,7 @@ declare const _default: {
|
|
|
14554
14560
|
type: string;
|
|
14555
14561
|
};
|
|
14556
14562
|
display_name: {
|
|
14563
|
+
minLength: number;
|
|
14557
14564
|
type: string;
|
|
14558
14565
|
};
|
|
14559
14566
|
email_address: {
|
|
@@ -14561,11 +14568,8 @@ declare const _default: {
|
|
|
14561
14568
|
nullable: boolean;
|
|
14562
14569
|
type: string;
|
|
14563
14570
|
};
|
|
14564
|
-
|
|
14565
|
-
|
|
14566
|
-
type: string;
|
|
14567
|
-
};
|
|
14568
|
-
last_name: {
|
|
14571
|
+
full_name: {
|
|
14572
|
+
minLength: number;
|
|
14569
14573
|
nullable: boolean;
|
|
14570
14574
|
type: string;
|
|
14571
14575
|
};
|
|
@@ -14574,6 +14578,7 @@ declare const _default: {
|
|
|
14574
14578
|
type: string;
|
|
14575
14579
|
};
|
|
14576
14580
|
user_identity_key: {
|
|
14581
|
+
minLength: number;
|
|
14577
14582
|
nullable: boolean;
|
|
14578
14583
|
type: string;
|
|
14579
14584
|
};
|
|
@@ -14925,6 +14930,7 @@ declare const _default: {
|
|
|
14925
14930
|
type: string;
|
|
14926
14931
|
};
|
|
14927
14932
|
display_name: {
|
|
14933
|
+
minLength: number;
|
|
14928
14934
|
type: string;
|
|
14929
14935
|
};
|
|
14930
14936
|
email_address: {
|
|
@@ -14932,11 +14938,8 @@ declare const _default: {
|
|
|
14932
14938
|
nullable: boolean;
|
|
14933
14939
|
type: string;
|
|
14934
14940
|
};
|
|
14935
|
-
|
|
14936
|
-
|
|
14937
|
-
type: string;
|
|
14938
|
-
};
|
|
14939
|
-
last_name: {
|
|
14941
|
+
full_name: {
|
|
14942
|
+
minLength: number;
|
|
14940
14943
|
nullable: boolean;
|
|
14941
14944
|
type: string;
|
|
14942
14945
|
};
|
|
@@ -14945,6 +14948,7 @@ declare const _default: {
|
|
|
14945
14948
|
type: string;
|
|
14946
14949
|
};
|
|
14947
14950
|
user_identity_key: {
|
|
14951
|
+
minLength: number;
|
|
14948
14952
|
nullable: boolean;
|
|
14949
14953
|
type: string;
|
|
14950
14954
|
};
|
|
@@ -15148,6 +15152,7 @@ declare const _default: {
|
|
|
15148
15152
|
type: string;
|
|
15149
15153
|
};
|
|
15150
15154
|
display_name: {
|
|
15155
|
+
minLength: number;
|
|
15151
15156
|
type: string;
|
|
15152
15157
|
};
|
|
15153
15158
|
email_address: {
|
|
@@ -15155,11 +15160,8 @@ declare const _default: {
|
|
|
15155
15160
|
nullable: boolean;
|
|
15156
15161
|
type: string;
|
|
15157
15162
|
};
|
|
15158
|
-
|
|
15159
|
-
|
|
15160
|
-
type: string;
|
|
15161
|
-
};
|
|
15162
|
-
last_name: {
|
|
15163
|
+
full_name: {
|
|
15164
|
+
minLength: number;
|
|
15163
15165
|
nullable: boolean;
|
|
15164
15166
|
type: string;
|
|
15165
15167
|
};
|
|
@@ -15168,6 +15170,7 @@ declare const _default: {
|
|
|
15168
15170
|
type: string;
|
|
15169
15171
|
};
|
|
15170
15172
|
user_identity_key: {
|
|
15173
|
+
minLength: number;
|
|
15171
15174
|
nullable: boolean;
|
|
15172
15175
|
type: string;
|
|
15173
15176
|
};
|
|
@@ -15240,6 +15243,7 @@ declare const _default: {
|
|
|
15240
15243
|
type: string;
|
|
15241
15244
|
};
|
|
15242
15245
|
display_name: {
|
|
15246
|
+
minLength: number;
|
|
15243
15247
|
type: string;
|
|
15244
15248
|
};
|
|
15245
15249
|
email_address: {
|
|
@@ -15247,11 +15251,8 @@ declare const _default: {
|
|
|
15247
15251
|
nullable: boolean;
|
|
15248
15252
|
type: string;
|
|
15249
15253
|
};
|
|
15250
|
-
|
|
15251
|
-
|
|
15252
|
-
type: string;
|
|
15253
|
-
};
|
|
15254
|
-
last_name: {
|
|
15254
|
+
full_name: {
|
|
15255
|
+
minLength: number;
|
|
15255
15256
|
nullable: boolean;
|
|
15256
15257
|
type: string;
|
|
15257
15258
|
};
|
|
@@ -15260,6 +15261,7 @@ declare const _default: {
|
|
|
15260
15261
|
type: string;
|
|
15261
15262
|
};
|
|
15262
15263
|
user_identity_key: {
|
|
15264
|
+
minLength: number;
|
|
15263
15265
|
nullable: boolean;
|
|
15264
15266
|
type: string;
|
|
15265
15267
|
};
|
|
@@ -5087,6 +5087,7 @@ export default {
|
|
|
5087
5087
|
},
|
|
5088
5088
|
card_format: { enum: ['TLCode', 'rfid48'], type: 'string' },
|
|
5089
5089
|
code: { pattern: '^\\d+$', type: 'string' },
|
|
5090
|
+
ends_at: { format: 'date-time', type: 'string' },
|
|
5090
5091
|
external_type: {
|
|
5091
5092
|
enum: [
|
|
5092
5093
|
'pti_card',
|
|
@@ -5098,6 +5099,7 @@ export default {
|
|
|
5098
5099
|
},
|
|
5099
5100
|
is_multi_phone_sync_credential: { type: 'boolean' },
|
|
5100
5101
|
is_override_key: { type: 'boolean' },
|
|
5102
|
+
starts_at: { format: 'date-time', type: 'string' },
|
|
5101
5103
|
},
|
|
5102
5104
|
required: ['acs_user_id', 'access_method'],
|
|
5103
5105
|
type: 'object',
|
|
@@ -10950,9 +10952,12 @@ export default {
|
|
|
10950
10952
|
nullable: true,
|
|
10951
10953
|
type: 'string',
|
|
10952
10954
|
},
|
|
10953
|
-
|
|
10954
|
-
|
|
10955
|
-
|
|
10955
|
+
full_name: { minLength: 1, nullable: true, type: 'string' },
|
|
10956
|
+
user_identity_key: {
|
|
10957
|
+
minLength: 1,
|
|
10958
|
+
nullable: true,
|
|
10959
|
+
type: 'string',
|
|
10960
|
+
},
|
|
10956
10961
|
},
|
|
10957
10962
|
type: 'object',
|
|
10958
10963
|
},
|
|
@@ -10969,21 +10974,31 @@ export default {
|
|
|
10969
10974
|
user_identity: {
|
|
10970
10975
|
properties: {
|
|
10971
10976
|
created_at: { format: 'date-time', type: 'string' },
|
|
10972
|
-
display_name: { type: 'string' },
|
|
10977
|
+
display_name: { minLength: 1, type: 'string' },
|
|
10973
10978
|
email_address: {
|
|
10974
10979
|
format: 'email',
|
|
10975
10980
|
nullable: true,
|
|
10976
10981
|
type: 'string',
|
|
10977
10982
|
},
|
|
10978
|
-
|
|
10979
|
-
|
|
10983
|
+
full_name: {
|
|
10984
|
+
minLength: 1,
|
|
10985
|
+
nullable: true,
|
|
10986
|
+
type: 'string',
|
|
10987
|
+
},
|
|
10980
10988
|
user_identity_id: { format: 'uuid', type: 'string' },
|
|
10981
|
-
user_identity_key: {
|
|
10989
|
+
user_identity_key: {
|
|
10990
|
+
minLength: 1,
|
|
10991
|
+
nullable: true,
|
|
10992
|
+
type: 'string',
|
|
10993
|
+
},
|
|
10982
10994
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
10983
10995
|
},
|
|
10984
10996
|
required: [
|
|
10985
10997
|
'user_identity_id',
|
|
10998
|
+
'user_identity_key',
|
|
10999
|
+
'email_address',
|
|
10986
11000
|
'display_name',
|
|
11001
|
+
'full_name',
|
|
10987
11002
|
'created_at',
|
|
10988
11003
|
'workspace_id',
|
|
10989
11004
|
],
|
|
@@ -11233,21 +11248,31 @@ export default {
|
|
|
11233
11248
|
user_identity: {
|
|
11234
11249
|
properties: {
|
|
11235
11250
|
created_at: { format: 'date-time', type: 'string' },
|
|
11236
|
-
display_name: { type: 'string' },
|
|
11251
|
+
display_name: { minLength: 1, type: 'string' },
|
|
11237
11252
|
email_address: {
|
|
11238
11253
|
format: 'email',
|
|
11239
11254
|
nullable: true,
|
|
11240
11255
|
type: 'string',
|
|
11241
11256
|
},
|
|
11242
|
-
|
|
11243
|
-
|
|
11257
|
+
full_name: {
|
|
11258
|
+
minLength: 1,
|
|
11259
|
+
nullable: true,
|
|
11260
|
+
type: 'string',
|
|
11261
|
+
},
|
|
11244
11262
|
user_identity_id: { format: 'uuid', type: 'string' },
|
|
11245
|
-
user_identity_key: {
|
|
11263
|
+
user_identity_key: {
|
|
11264
|
+
minLength: 1,
|
|
11265
|
+
nullable: true,
|
|
11266
|
+
type: 'string',
|
|
11267
|
+
},
|
|
11246
11268
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
11247
11269
|
},
|
|
11248
11270
|
required: [
|
|
11249
11271
|
'user_identity_id',
|
|
11272
|
+
'user_identity_key',
|
|
11273
|
+
'email_address',
|
|
11250
11274
|
'display_name',
|
|
11275
|
+
'full_name',
|
|
11251
11276
|
'created_at',
|
|
11252
11277
|
'workspace_id',
|
|
11253
11278
|
],
|
|
@@ -11374,21 +11399,31 @@ export default {
|
|
|
11374
11399
|
items: {
|
|
11375
11400
|
properties: {
|
|
11376
11401
|
created_at: { format: 'date-time', type: 'string' },
|
|
11377
|
-
display_name: { type: 'string' },
|
|
11402
|
+
display_name: { minLength: 1, type: 'string' },
|
|
11378
11403
|
email_address: {
|
|
11379
11404
|
format: 'email',
|
|
11380
11405
|
nullable: true,
|
|
11381
11406
|
type: 'string',
|
|
11382
11407
|
},
|
|
11383
|
-
|
|
11384
|
-
|
|
11408
|
+
full_name: {
|
|
11409
|
+
minLength: 1,
|
|
11410
|
+
nullable: true,
|
|
11411
|
+
type: 'string',
|
|
11412
|
+
},
|
|
11385
11413
|
user_identity_id: { format: 'uuid', type: 'string' },
|
|
11386
|
-
user_identity_key: {
|
|
11414
|
+
user_identity_key: {
|
|
11415
|
+
minLength: 1,
|
|
11416
|
+
nullable: true,
|
|
11417
|
+
type: 'string',
|
|
11418
|
+
},
|
|
11387
11419
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
11388
11420
|
},
|
|
11389
11421
|
required: [
|
|
11390
11422
|
'user_identity_id',
|
|
11423
|
+
'user_identity_key',
|
|
11424
|
+
'email_address',
|
|
11391
11425
|
'display_name',
|
|
11426
|
+
'full_name',
|
|
11392
11427
|
'created_at',
|
|
11393
11428
|
'workspace_id',
|
|
11394
11429
|
],
|
|
@@ -11430,21 +11465,31 @@ export default {
|
|
|
11430
11465
|
items: {
|
|
11431
11466
|
properties: {
|
|
11432
11467
|
created_at: { format: 'date-time', type: 'string' },
|
|
11433
|
-
display_name: { type: 'string' },
|
|
11468
|
+
display_name: { minLength: 1, type: 'string' },
|
|
11434
11469
|
email_address: {
|
|
11435
11470
|
format: 'email',
|
|
11436
11471
|
nullable: true,
|
|
11437
11472
|
type: 'string',
|
|
11438
11473
|
},
|
|
11439
|
-
|
|
11440
|
-
|
|
11474
|
+
full_name: {
|
|
11475
|
+
minLength: 1,
|
|
11476
|
+
nullable: true,
|
|
11477
|
+
type: 'string',
|
|
11478
|
+
},
|
|
11441
11479
|
user_identity_id: { format: 'uuid', type: 'string' },
|
|
11442
|
-
user_identity_key: {
|
|
11480
|
+
user_identity_key: {
|
|
11481
|
+
minLength: 1,
|
|
11482
|
+
nullable: true,
|
|
11483
|
+
type: 'string',
|
|
11484
|
+
},
|
|
11443
11485
|
workspace_id: { format: 'uuid', type: 'string' },
|
|
11444
11486
|
},
|
|
11445
11487
|
required: [
|
|
11446
11488
|
'user_identity_id',
|
|
11489
|
+
'user_identity_key',
|
|
11490
|
+
'email_address',
|
|
11447
11491
|
'display_name',
|
|
11492
|
+
'full_name',
|
|
11448
11493
|
'created_at',
|
|
11449
11494
|
'workspace_id',
|
|
11450
11495
|
],
|