@seamapi/types 1.39.0 → 1.41.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.
@@ -228,6 +228,11 @@ declare const _default: {
228
228
  type: string;
229
229
  };
230
230
  email: {
231
+ description: string;
232
+ format: string;
233
+ type: string;
234
+ };
235
+ email_address: {
231
236
  format: string;
232
237
  type: string;
233
238
  };
@@ -387,6 +392,13 @@ declare const _default: {
387
392
  nullable: boolean;
388
393
  type: string;
389
394
  };
395
+ user_identity_ids: {
396
+ items: {
397
+ format: string;
398
+ type: string;
399
+ };
400
+ type: string;
401
+ };
390
402
  workspace_id: {
391
403
  format: string;
392
404
  type: string;
@@ -5261,6 +5273,7 @@ declare const _default: {
5261
5273
  type: string;
5262
5274
  };
5263
5275
  email: {
5276
+ description: string;
5264
5277
  format: string;
5265
5278
  type: string;
5266
5279
  };
@@ -5730,6 +5743,7 @@ declare const _default: {
5730
5743
  type: string;
5731
5744
  };
5732
5745
  email: {
5746
+ description: string;
5733
5747
  format: string;
5734
5748
  type: string;
5735
5749
  };
@@ -5803,6 +5817,7 @@ declare const _default: {
5803
5817
  type: string;
5804
5818
  };
5805
5819
  email: {
5820
+ description: string;
5806
5821
  format: string;
5807
5822
  type: string;
5808
5823
  };
@@ -6039,6 +6054,12 @@ declare const _default: {
6039
6054
  minLength: number;
6040
6055
  type: string;
6041
6056
  };
6057
+ user_identity_ids: {
6058
+ items: {
6059
+ type: string;
6060
+ };
6061
+ type: string;
6062
+ };
6042
6063
  };
6043
6064
  type: string;
6044
6065
  };
@@ -6106,6 +6127,12 @@ declare const _default: {
6106
6127
  minLength: number;
6107
6128
  type: string;
6108
6129
  };
6130
+ user_identity_ids: {
6131
+ items: {
6132
+ type: string;
6133
+ };
6134
+ type: string;
6135
+ };
6109
6136
  };
6110
6137
  type: string;
6111
6138
  };
@@ -6308,6 +6335,12 @@ declare const _default: {
6308
6335
  minLength: number;
6309
6336
  type: string;
6310
6337
  };
6338
+ user_identity_ids: {
6339
+ items: {
6340
+ type: string;
6341
+ };
6342
+ type: string;
6343
+ };
6311
6344
  };
6312
6345
  type: string;
6313
6346
  };
@@ -6375,6 +6408,12 @@ declare const _default: {
6375
6408
  minLength: number;
6376
6409
  type: string;
6377
6410
  };
6411
+ user_identity_ids: {
6412
+ items: {
6413
+ type: string;
6414
+ };
6415
+ type: string;
6416
+ };
6378
6417
  };
6379
6418
  type: string;
6380
6419
  };
@@ -6439,6 +6478,12 @@ declare const _default: {
6439
6478
  user_identifier_key: {
6440
6479
  type: string;
6441
6480
  };
6481
+ user_identity_ids: {
6482
+ items: {
6483
+ type: string;
6484
+ };
6485
+ type: string;
6486
+ };
6442
6487
  };
6443
6488
  type: string;
6444
6489
  };
@@ -6517,6 +6562,12 @@ declare const _default: {
6517
6562
  user_identifier_key: {
6518
6563
  type: string;
6519
6564
  };
6565
+ user_identity_ids: {
6566
+ items: {
6567
+ type: string;
6568
+ };
6569
+ type: string;
6570
+ };
6520
6571
  };
6521
6572
  type: string;
6522
6573
  };
@@ -12937,7 +12988,9 @@ interface Routes {
12937
12988
  external_type_display_name: string;
12938
12989
  is_suspended: boolean;
12939
12990
  full_name?: string | undefined;
12991
+ /** Deprecated: use email_address. */
12940
12992
  email?: string | undefined;
12993
+ email_address?: string | undefined;
12941
12994
  phone_number?: string | undefined;
12942
12995
  }>;
12943
12996
  };
@@ -13118,6 +13171,7 @@ interface Routes {
13118
13171
  acs_system_id: string;
13119
13172
  acs_access_group_ids?: string[];
13120
13173
  full_name?: string | undefined;
13174
+ /** Deprecated: use email_address. */
13121
13175
  email?: string | undefined;
13122
13176
  phone_number?: string | undefined;
13123
13177
  };
@@ -13133,7 +13187,9 @@ interface Routes {
13133
13187
  external_type_display_name: string;
13134
13188
  is_suspended: boolean;
13135
13189
  full_name?: string | undefined;
13190
+ /** Deprecated: use email_address. */
13136
13191
  email?: string | undefined;
13192
+ email_address?: string | undefined;
13137
13193
  phone_number?: string | undefined;
13138
13194
  };
13139
13195
  };
@@ -13169,7 +13225,9 @@ interface Routes {
13169
13225
  external_type_display_name: string;
13170
13226
  is_suspended: boolean;
13171
13227
  full_name?: string | undefined;
13228
+ /** Deprecated: use email_address. */
13172
13229
  email?: string | undefined;
13230
+ email_address?: string | undefined;
13173
13231
  phone_number?: string | undefined;
13174
13232
  };
13175
13233
  };
@@ -13194,7 +13252,9 @@ interface Routes {
13194
13252
  external_type_display_name: string;
13195
13253
  is_suspended: boolean;
13196
13254
  full_name?: string | undefined;
13255
+ /** Deprecated: use email_address. */
13197
13256
  email?: string | undefined;
13257
+ email_address?: string | undefined;
13198
13258
  phone_number?: string | undefined;
13199
13259
  }>;
13200
13260
  };
@@ -13241,6 +13301,7 @@ interface Routes {
13241
13301
  commonParams: {
13242
13302
  acs_user_id: string;
13243
13303
  full_name?: string | undefined;
13304
+ /** Deprecated: use email_address. */
13244
13305
  email?: string | undefined;
13245
13306
  phone_number?: string | undefined;
13246
13307
  };
@@ -13323,6 +13384,7 @@ interface Routes {
13323
13384
  user_identifier_key?: string | undefined;
13324
13385
  connect_webview_ids?: string[] | undefined;
13325
13386
  connected_account_ids?: string[] | undefined;
13387
+ user_identity_ids?: string[] | undefined;
13326
13388
  expires_at?: Date | undefined;
13327
13389
  };
13328
13390
  commonParams: {};
@@ -13367,6 +13429,7 @@ interface Routes {
13367
13429
  device_count: number;
13368
13430
  connected_account_ids: string[];
13369
13431
  connect_webview_ids: string[];
13432
+ user_identity_ids: string[];
13370
13433
  workspace_id: string;
13371
13434
  };
13372
13435
  };
@@ -13379,6 +13442,7 @@ interface Routes {
13379
13442
  user_identifier_key?: string | undefined;
13380
13443
  connect_webview_ids?: string[] | undefined;
13381
13444
  connected_account_ids?: string[] | undefined;
13445
+ user_identity_ids?: string[] | undefined;
13382
13446
  expires_at?: Date | undefined;
13383
13447
  };
13384
13448
  commonParams: {};
@@ -13403,6 +13467,7 @@ interface Routes {
13403
13467
  user_identifier_key?: string | undefined;
13404
13468
  connected_account_ids?: string[] | undefined;
13405
13469
  connect_webview_ids?: string[] | undefined;
13470
+ user_identity_ids?: string[] | undefined;
13406
13471
  };
13407
13472
  formData: {};
13408
13473
  jsonResponse: {
@@ -13414,6 +13479,7 @@ interface Routes {
13414
13479
  device_count: number;
13415
13480
  connected_account_ids: string[];
13416
13481
  connect_webview_ids: string[];
13482
+ user_identity_ids: string[];
13417
13483
  workspace_id: string;
13418
13484
  };
13419
13485
  };
@@ -13438,6 +13504,7 @@ interface Routes {
13438
13504
  device_count: number;
13439
13505
  connected_account_ids: string[];
13440
13506
  connect_webview_ids: string[];
13507
+ user_identity_ids: string[];
13441
13508
  workspace_id: string;
13442
13509
  }>;
13443
13510
  };
@@ -16534,7 +16601,9 @@ interface Routes {
16534
16601
  external_type_display_name: string;
16535
16602
  is_suspended: boolean;
16536
16603
  full_name?: string | undefined;
16604
+ /** Deprecated: use email_address. */
16537
16605
  email?: string | undefined;
16606
+ email_address?: string | undefined;
16538
16607
  phone_number?: string | undefined;
16539
16608
  }>;
16540
16609
  };
@@ -177,6 +177,11 @@ declare const _default: {
177
177
  type: string;
178
178
  };
179
179
  email: {
180
+ description: string;
181
+ format: string;
182
+ type: string;
183
+ };
184
+ email_address: {
180
185
  format: string;
181
186
  type: string;
182
187
  };
@@ -336,6 +341,13 @@ declare const _default: {
336
341
  nullable: boolean;
337
342
  type: string;
338
343
  };
344
+ user_identity_ids: {
345
+ items: {
346
+ format: string;
347
+ type: string;
348
+ };
349
+ type: string;
350
+ };
339
351
  workspace_id: {
340
352
  format: string;
341
353
  type: string;
@@ -5210,6 +5222,7 @@ declare const _default: {
5210
5222
  type: string;
5211
5223
  };
5212
5224
  email: {
5225
+ description: string;
5213
5226
  format: string;
5214
5227
  type: string;
5215
5228
  };
@@ -5679,6 +5692,7 @@ declare const _default: {
5679
5692
  type: string;
5680
5693
  };
5681
5694
  email: {
5695
+ description: string;
5682
5696
  format: string;
5683
5697
  type: string;
5684
5698
  };
@@ -5752,6 +5766,7 @@ declare const _default: {
5752
5766
  type: string;
5753
5767
  };
5754
5768
  email: {
5769
+ description: string;
5755
5770
  format: string;
5756
5771
  type: string;
5757
5772
  };
@@ -5988,6 +6003,12 @@ declare const _default: {
5988
6003
  minLength: number;
5989
6004
  type: string;
5990
6005
  };
6006
+ user_identity_ids: {
6007
+ items: {
6008
+ type: string;
6009
+ };
6010
+ type: string;
6011
+ };
5991
6012
  };
5992
6013
  type: string;
5993
6014
  };
@@ -6055,6 +6076,12 @@ declare const _default: {
6055
6076
  minLength: number;
6056
6077
  type: string;
6057
6078
  };
6079
+ user_identity_ids: {
6080
+ items: {
6081
+ type: string;
6082
+ };
6083
+ type: string;
6084
+ };
6058
6085
  };
6059
6086
  type: string;
6060
6087
  };
@@ -6257,6 +6284,12 @@ declare const _default: {
6257
6284
  minLength: number;
6258
6285
  type: string;
6259
6286
  };
6287
+ user_identity_ids: {
6288
+ items: {
6289
+ type: string;
6290
+ };
6291
+ type: string;
6292
+ };
6260
6293
  };
6261
6294
  type: string;
6262
6295
  };
@@ -6324,6 +6357,12 @@ declare const _default: {
6324
6357
  minLength: number;
6325
6358
  type: string;
6326
6359
  };
6360
+ user_identity_ids: {
6361
+ items: {
6362
+ type: string;
6363
+ };
6364
+ type: string;
6365
+ };
6327
6366
  };
6328
6367
  type: string;
6329
6368
  };
@@ -6388,6 +6427,12 @@ declare const _default: {
6388
6427
  user_identifier_key: {
6389
6428
  type: string;
6390
6429
  };
6430
+ user_identity_ids: {
6431
+ items: {
6432
+ type: string;
6433
+ };
6434
+ type: string;
6435
+ };
6391
6436
  };
6392
6437
  type: string;
6393
6438
  };
@@ -6466,6 +6511,12 @@ declare const _default: {
6466
6511
  user_identifier_key: {
6467
6512
  type: string;
6468
6513
  };
6514
+ user_identity_ids: {
6515
+ items: {
6516
+ type: string;
6517
+ };
6518
+ type: string;
6519
+ };
6469
6520
  };
6470
6521
  type: string;
6471
6522
  };
@@ -129,7 +129,12 @@ export default {
129
129
  acs_user_id: { format: 'uuid', type: 'string' },
130
130
  created_at: { format: 'date-time', type: 'string' },
131
131
  display_name: { type: 'string' },
132
- email: { format: 'email', type: 'string' },
132
+ email: {
133
+ description: 'Deprecated: use email_address.',
134
+ format: 'email',
135
+ type: 'string',
136
+ },
137
+ email_address: { format: 'email', type: 'string' },
133
138
  external_type: { enum: ['pti_user'], type: 'string' },
134
139
  external_type_display_name: { type: 'string' },
135
140
  full_name: { type: 'string' },
@@ -221,6 +226,10 @@ export default {
221
226
  device_count: { type: 'number' },
222
227
  token: { type: 'string' },
223
228
  user_identifier_key: { nullable: true, type: 'string' },
229
+ user_identity_ids: {
230
+ items: { format: 'uuid', type: 'string' },
231
+ type: 'array',
232
+ },
224
233
  workspace_id: { format: 'uuid', type: 'string' },
225
234
  },
226
235
  required: [
@@ -231,6 +240,7 @@ export default {
231
240
  'device_count',
232
241
  'connected_account_ids',
233
242
  'connect_webview_ids',
243
+ 'user_identity_ids',
234
244
  'workspace_id',
235
245
  ],
236
246
  type: 'object',
@@ -3524,7 +3534,11 @@ export default {
3524
3534
  type: 'array',
3525
3535
  },
3526
3536
  acs_system_id: { format: 'uuid', type: 'string' },
3527
- email: { format: 'email', type: 'string' },
3537
+ email: {
3538
+ description: 'Deprecated: use email_address.',
3539
+ format: 'email',
3540
+ type: 'string',
3541
+ },
3528
3542
  full_name: { type: 'string' },
3529
3543
  phone_number: { nullable: true, type: 'string' },
3530
3544
  },
@@ -3822,7 +3836,11 @@ export default {
3822
3836
  schema: {
3823
3837
  properties: {
3824
3838
  acs_user_id: { format: 'uuid', type: 'string' },
3825
- email: { format: 'email', type: 'string' },
3839
+ email: {
3840
+ description: 'Deprecated: use email_address.',
3841
+ format: 'email',
3842
+ type: 'string',
3843
+ },
3826
3844
  full_name: { type: 'string' },
3827
3845
  phone_number: { nullable: true, type: 'string' },
3828
3846
  },
@@ -3865,7 +3883,11 @@ export default {
3865
3883
  schema: {
3866
3884
  properties: {
3867
3885
  acs_user_id: { format: 'uuid', type: 'string' },
3868
- email: { format: 'email', type: 'string' },
3886
+ email: {
3887
+ description: 'Deprecated: use email_address.',
3888
+ format: 'email',
3889
+ type: 'string',
3890
+ },
3869
3891
  full_name: { type: 'string' },
3870
3892
  phone_number: { nullable: true, type: 'string' },
3871
3893
  },
@@ -4026,6 +4048,10 @@ export default {
4026
4048
  type: 'string',
4027
4049
  },
4028
4050
  user_identifier_key: { minLength: 1, type: 'string' },
4051
+ user_identity_ids: {
4052
+ items: { type: 'string' },
4053
+ type: 'array',
4054
+ },
4029
4055
  },
4030
4056
  type: 'object',
4031
4057
  },
@@ -4080,6 +4106,10 @@ export default {
4080
4106
  type: 'string',
4081
4107
  },
4082
4108
  user_identifier_key: { minLength: 1, type: 'string' },
4109
+ user_identity_ids: {
4110
+ items: { type: 'string' },
4111
+ type: 'array',
4112
+ },
4083
4113
  },
4084
4114
  type: 'object',
4085
4115
  },
@@ -4226,6 +4256,10 @@ export default {
4226
4256
  type: 'string',
4227
4257
  },
4228
4258
  user_identifier_key: { minLength: 1, type: 'string' },
4259
+ user_identity_ids: {
4260
+ items: { type: 'string' },
4261
+ type: 'array',
4262
+ },
4229
4263
  },
4230
4264
  type: 'object',
4231
4265
  },
@@ -4280,6 +4314,10 @@ export default {
4280
4314
  type: 'string',
4281
4315
  },
4282
4316
  user_identifier_key: { minLength: 1, type: 'string' },
4317
+ user_identity_ids: {
4318
+ items: { type: 'string' },
4319
+ type: 'array',
4320
+ },
4283
4321
  },
4284
4322
  type: 'object',
4285
4323
  },
@@ -4330,6 +4368,10 @@ export default {
4330
4368
  type: 'array',
4331
4369
  },
4332
4370
  user_identifier_key: { type: 'string' },
4371
+ user_identity_ids: {
4372
+ items: { type: 'string' },
4373
+ type: 'array',
4374
+ },
4333
4375
  },
4334
4376
  type: 'object',
4335
4377
  },
@@ -4383,6 +4425,10 @@ export default {
4383
4425
  type: 'array',
4384
4426
  },
4385
4427
  user_identifier_key: { type: 'string' },
4428
+ user_identity_ids: {
4429
+ items: { type: 'string' },
4430
+ type: 'array',
4431
+ },
4386
4432
  },
4387
4433
  type: 'object',
4388
4434
  },