@seamapi/types 1.312.0 → 1.312.2

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.
@@ -7070,8 +7070,6 @@ export interface Routes {
7070
7070
  queryParams: {}
7071
7071
  jsonBody: {}
7072
7072
  commonParams: {
7073
- /** ID of the acs_system the encoder belongs to. */
7074
- acs_system_id: string
7075
7073
  /** ID of the acs_encoder to use for the scan. */
7076
7074
  acs_encoder_id: string
7077
7075
  }
@@ -8812,6 +8810,8 @@ export interface Routes {
8812
8810
  method: 'POST'
8813
8811
  queryParams: {}
8814
8812
  jsonBody: {
8813
+ /** Full name of the new `acs_user`. */
8814
+ full_name: string
8815
8815
  /** ID of the `acs_system` to which to add the new `acs_user`. */
8816
8816
  acs_system_id: string
8817
8817
  /** Array of `access_group_id`s to indicate the access groups to which to add the new `acs_user`. */
@@ -8825,8 +8825,6 @@ export interface Routes {
8825
8825
  ends_at?: (string | undefined) | null
8826
8826
  }
8827
8827
  | undefined
8828
- /** Full name of the `acs_user`. */
8829
- full_name?: string | undefined
8830
8828
  /**
8831
8829
  * @deprecated use email_address. */
8832
8830
  email?: string | undefined