@seamapi/types 1.1021.0 → 1.1022.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.
@@ -43568,7 +43568,8 @@ const openapi = {
43568
43568
  in: 'query',
43569
43569
  name: 'user_identity_phone_number',
43570
43570
  schema: {
43571
- description: 'Phone number of the user identity for which you want to retrieve all access system users, in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, `+15555550100`).',
43571
+ description: 'Phone number of the user identity for which you want to retrieve all access system users, in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, `+15555550100`). Specify `null` to retrieve access system users whose user identity has no phone number.',
43572
+ nullable: true,
43572
43573
  type: 'string',
43573
43574
  },
43574
43575
  },
@@ -43576,7 +43577,8 @@ const openapi = {
43576
43577
  in: 'query',
43577
43578
  name: 'user_identity_email_address',
43578
43579
  schema: {
43579
- description: 'Email address of the user identity for which you want to retrieve all access system users.',
43580
+ description: 'Email address of the user identity for which you want to retrieve all access system users. Specify `null` to retrieve access system users whose user identity has no email address.',
43581
+ nullable: true,
43580
43582
  type: 'string',
43581
43583
  },
43582
43584
  },
@@ -43702,7 +43704,8 @@ const openapi = {
43702
43704
  type: 'string',
43703
43705
  },
43704
43706
  user_identity_email_address: {
43705
- description: 'Email address of the user identity for which you want to retrieve all access system users.',
43707
+ description: 'Email address of the user identity for which you want to retrieve all access system users. Specify `null` to retrieve access system users whose user identity has no email address.',
43708
+ nullable: true,
43706
43709
  type: 'string',
43707
43710
  },
43708
43711
  user_identity_id: {
@@ -43711,7 +43714,8 @@ const openapi = {
43711
43714
  type: 'string',
43712
43715
  },
43713
43716
  user_identity_phone_number: {
43714
- description: 'Phone number of the user identity for which you want to retrieve all access system users, in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, `+15555550100`).',
43717
+ description: 'Phone number of the user identity for which you want to retrieve all access system users, in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, `+15555550100`). Specify `null` to retrieve access system users whose user identity has no phone number.',
43718
+ nullable: true,
43715
43719
  type: 'string',
43716
43720
  },
43717
43721
  },
@@ -44266,7 +44270,8 @@ const openapi = {
44266
44270
  in: 'query',
44267
44271
  name: 'user_identity_phone_number',
44268
44272
  schema: {
44269
- description: 'Phone number of the user identity for which you want to retrieve all unmanaged access system users.',
44273
+ description: 'Phone number of the user identity for which you want to retrieve all unmanaged access system users. Specify `null` to retrieve unmanaged access system users whose user identity has no phone number.',
44274
+ nullable: true,
44270
44275
  type: 'string',
44271
44276
  },
44272
44277
  },
@@ -44274,7 +44279,8 @@ const openapi = {
44274
44279
  in: 'query',
44275
44280
  name: 'user_identity_email_address',
44276
44281
  schema: {
44277
- description: 'Email address of the user identity for which you want to retrieve all unmanaged access system users.',
44282
+ description: 'Email address of the user identity for which you want to retrieve all unmanaged access system users. Specify `null` to retrieve unmanaged access system users whose user identity has no email address.',
44283
+ nullable: true,
44278
44284
  type: 'string',
44279
44285
  },
44280
44286
  },
@@ -44370,7 +44376,8 @@ const openapi = {
44370
44376
  type: 'string',
44371
44377
  },
44372
44378
  user_identity_email_address: {
44373
- description: 'Email address of the user identity for which you want to retrieve all unmanaged access system users.',
44379
+ description: 'Email address of the user identity for which you want to retrieve all unmanaged access system users. Specify `null` to retrieve unmanaged access system users whose user identity has no email address.',
44380
+ nullable: true,
44374
44381
  type: 'string',
44375
44382
  },
44376
44383
  user_identity_id: {
@@ -44379,7 +44386,8 @@ const openapi = {
44379
44386
  type: 'string',
44380
44387
  },
44381
44388
  user_identity_phone_number: {
44382
- description: 'Phone number of the user identity for which you want to retrieve all unmanaged access system users.',
44389
+ description: 'Phone number of the user identity for which you want to retrieve all unmanaged access system users. Specify `null` to retrieve unmanaged access system users whose user identity has no phone number.',
44390
+ nullable: true,
44383
44391
  type: 'string',
44384
44392
  },
44385
44393
  },
@@ -45911,7 +45919,8 @@ const openapi = {
45911
45919
  in: 'query',
45912
45920
  name: 'connect_webview_id',
45913
45921
  schema: {
45914
- description: 'ID of the [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) for which you want to retrieve client sessions.',
45922
+ description: 'ID of the [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) for which you want to retrieve client sessions. Specify `null` to retrieve client sessions that are not associated with a Connect Webview.',
45923
+ nullable: true,
45915
45924
  type: 'string',
45916
45925
  },
45917
45926
  },
@@ -45927,7 +45936,8 @@ const openapi = {
45927
45936
  in: 'query',
45928
45937
  name: 'user_identity_id',
45929
45938
  schema: {
45930
- description: 'ID of the [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) for which you want to retrieve client sessions.',
45939
+ description: 'ID of the [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) for which you want to retrieve client sessions. Specify `null` to retrieve client sessions that are not associated with a user identity.',
45940
+ nullable: true,
45931
45941
  type: 'string',
45932
45942
  },
45933
45943
  },
@@ -45980,7 +45990,8 @@ const openapi = {
45980
45990
  type: 'string',
45981
45991
  },
45982
45992
  connect_webview_id: {
45983
- description: 'ID of the [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) for which you want to retrieve client sessions.',
45993
+ description: 'ID of the [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) for which you want to retrieve client sessions. Specify `null` to retrieve client sessions that are not associated with a Connect Webview.',
45994
+ nullable: true,
45984
45995
  type: 'string',
45985
45996
  },
45986
45997
  user_identifier_key: {
@@ -45989,7 +46000,8 @@ const openapi = {
45989
46000
  type: 'string',
45990
46001
  },
45991
46002
  user_identity_id: {
45992
- description: 'ID of the [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) for which you want to retrieve client sessions.',
46003
+ description: 'ID of the [user identity](https://docs.seam.co/capability-guides/mobile-access/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) for which you want to retrieve client sessions. Specify `null` to retrieve client sessions that are not associated with a user identity.',
46004
+ nullable: true,
45993
46005
  type: 'string',
45994
46006
  },
45995
46007
  without_user_identifier_key: {
@@ -61204,7 +61216,9 @@ const openapi = {
61204
61216
  name: 'page_cursor',
61205
61217
  required: false,
61206
61218
  schema: {
61207
- description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
61219
+ description: 'Identifies the specific page of results to return. Specify `null` or omit this parameter to return the first page.',
61220
+ minLength: 1,
61221
+ nullable: true,
61208
61222
  type: 'string',
61209
61223
  },
61210
61224
  },
@@ -61589,7 +61603,9 @@ const openapi = {
61589
61603
  type: 'integer',
61590
61604
  },
61591
61605
  page_cursor: {
61592
- description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
61606
+ description: 'Identifies the specific page of results to return. Specify `null` or omit this parameter to return the first page.',
61607
+ minLength: 1,
61608
+ nullable: true,
61593
61609
  type: 'string',
61594
61610
  },
61595
61611
  resource_id: {