@seamapi/http 2.13.0 → 2.14.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.
@@ -197,17 +197,17 @@ export type AcsUsersListParameters = {
197
197
  */
198
198
  search?: string | undefined;
199
199
  /**
200
- * Email address of the user identity for which you want to retrieve all access system users.
200
+ * 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.
201
201
  */
202
- user_identity_email_address?: string | undefined;
202
+ user_identity_email_address?: string | null | undefined;
203
203
  /**
204
204
  * ID of the user identity for which you want to retrieve all access system users.
205
205
  */
206
206
  user_identity_id?: string | undefined;
207
207
  /**
208
- * 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`).
208
+ * 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.
209
209
  */
210
- user_identity_phone_number?: string | undefined;
210
+ user_identity_phone_number?: string | null | undefined;
211
211
  };
212
212
  /**
213
213
  * @deprecated Use AcsUsersListRequest instead.
@@ -199,17 +199,17 @@ export type ClientSessionsListParameters = {
199
199
  */
200
200
  client_session_id?: string | undefined;
201
201
  /**
202
- * ID of the [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) for which you want to retrieve client sessions.
202
+ * 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.
203
203
  */
204
- connect_webview_id?: string | undefined;
204
+ connect_webview_id?: string | null | undefined;
205
205
  /**
206
206
  * Your user ID for the user by which you want to filter client sessions.
207
207
  */
208
208
  user_identifier_key?: string | undefined;
209
209
  /**
210
- * 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.
210
+ * 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.
211
211
  */
212
- user_identity_id?: string | undefined;
212
+ user_identity_id?: string | null | undefined;
213
213
  /**
214
214
  * Indicates whether to retrieve only client sessions without associated user identifier keys.
215
215
  */
package/lib/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const seamapiJavascriptHttpVersion = "2.13.0";
1
+ declare const seamapiJavascriptHttpVersion = "2.14.0";
2
2
  export default seamapiJavascriptHttpVersion;
package/lib/version.js CHANGED
@@ -1,3 +1,3 @@
1
- const seamapiJavascriptHttpVersion = '2.13.0';
1
+ const seamapiJavascriptHttpVersion = '2.14.0';
2
2
  export default seamapiJavascriptHttpVersion;
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/http",
3
- "version": "2.13.0",
3
+ "version": "2.14.0",
4
4
  "description": "JavaScript HTTP client for the Seam API written in TypeScript.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -87,7 +87,7 @@
87
87
  "@seamapi/blueprint": "^1.7.0",
88
88
  "@seamapi/fake-seam-connect": "^2.0.4",
89
89
  "@seamapi/smith": "^1.1.0",
90
- "@seamapi/types": "1.1019.0",
90
+ "@seamapi/types": "1.1022.0",
91
91
  "@types/jsonwebtoken": "^9.0.6",
92
92
  "@types/node": "^24.10.9",
93
93
  "ava": "^8.0.1",
@@ -524,17 +524,17 @@ export type AcsUsersListParameters = {
524
524
  */
525
525
  search?: string | undefined
526
526
  /**
527
- * Email address of the user identity for which you want to retrieve all access system users.
527
+ * 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.
528
528
  */
529
- user_identity_email_address?: string | undefined
529
+ user_identity_email_address?: string | null | undefined
530
530
  /**
531
531
  * ID of the user identity for which you want to retrieve all access system users.
532
532
  */
533
533
  user_identity_id?: string | undefined
534
534
  /**
535
- * 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`).
535
+ * 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.
536
536
  */
537
- user_identity_phone_number?: string | undefined
537
+ user_identity_phone_number?: string | null | undefined
538
538
  }
539
539
 
540
540
  /**
@@ -466,17 +466,17 @@ export type ClientSessionsListParameters = {
466
466
  */
467
467
  client_session_id?: string | undefined
468
468
  /**
469
- * ID of the [Connect Webview](https://docs.seam.co/core-concepts/connect-webviews) for which you want to retrieve client sessions.
469
+ * 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.
470
470
  */
471
- connect_webview_id?: string | undefined
471
+ connect_webview_id?: string | null | undefined
472
472
  /**
473
473
  * Your user ID for the user by which you want to filter client sessions.
474
474
  */
475
475
  user_identifier_key?: string | undefined
476
476
  /**
477
- * 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.
477
+ * 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.
478
478
  */
479
- user_identity_id?: string | undefined
479
+ user_identity_id?: string | null | undefined
480
480
  /**
481
481
  * Indicates whether to retrieve only client sessions without associated user identifier keys.
482
482
  */
@@ -1,3 +1,3 @@
1
- const seamapiJavascriptHttpVersion = '2.13.0'
1
+ const seamapiJavascriptHttpVersion = '2.14.0'
2
2
 
3
3
  export default seamapiJavascriptHttpVersion