@seamapi/types 1.520.0 → 1.521.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 CHANGED
@@ -35045,9 +35045,10 @@ var openapi_default = {
35045
35045
  items: { $ref: "#/components/schemas/acs_encoder" },
35046
35046
  type: "array"
35047
35047
  },
35048
- ok: { type: "boolean" }
35048
+ ok: { type: "boolean" },
35049
+ pagination: { $ref: "#/components/schemas/pagination" }
35049
35050
  },
35050
- required: ["acs_encoders", "ok"],
35051
+ required: ["acs_encoders", "pagination", "ok"],
35051
35052
  type: "object"
35052
35053
  }
35053
35054
  }
@@ -35077,56 +35078,58 @@ var openapi_default = {
35077
35078
  content: {
35078
35079
  "application/json": {
35079
35080
  schema: {
35080
- oneOf: [
35081
+ allOf: [
35081
35082
  {
35082
- properties: {
35083
- acs_system_id: {
35084
- description: "ID of the access system for which you want to retrieve all encoders.",
35085
- format: "uuid",
35086
- type: "string"
35083
+ oneOf: [
35084
+ {
35085
+ properties: {
35086
+ acs_system_id: {
35087
+ description: "ID of the access system for which you want to retrieve all encoders.",
35088
+ format: "uuid",
35089
+ type: "string"
35090
+ }
35091
+ },
35092
+ required: ["acs_system_id"],
35093
+ type: "object"
35087
35094
  },
35088
- limit: {
35089
- default: 500,
35090
- description: "Number of encoders to return.",
35091
- format: "float",
35092
- type: "number"
35093
- }
35094
- },
35095
- required: ["acs_system_id"],
35096
- type: "object"
35097
- },
35098
- {
35099
- properties: {
35100
- acs_system_ids: {
35101
- description: "IDs of the access systems for which you want to retrieve all encoders.",
35102
- items: { format: "uuid", type: "string" },
35103
- type: "array"
35095
+ {
35096
+ properties: {
35097
+ acs_system_ids: {
35098
+ description: "IDs of the access systems for which you want to retrieve all encoders.",
35099
+ items: { format: "uuid", type: "string" },
35100
+ type: "array"
35101
+ }
35102
+ },
35103
+ required: ["acs_system_ids"],
35104
+ type: "object"
35104
35105
  },
35105
- limit: {
35106
- default: 500,
35107
- description: "Number of encoders to return.",
35108
- format: "float",
35109
- type: "number"
35106
+ {
35107
+ properties: {
35108
+ acs_encoder_ids: {
35109
+ description: "IDs of the encoders that you want to retrieve.",
35110
+ items: { format: "uuid", type: "string" },
35111
+ type: "array"
35112
+ }
35113
+ },
35114
+ required: ["acs_encoder_ids"],
35115
+ type: "object"
35110
35116
  }
35111
- },
35112
- required: ["acs_system_ids"],
35113
- type: "object"
35117
+ ]
35114
35118
  },
35115
35119
  {
35116
35120
  properties: {
35117
- acs_encoder_ids: {
35118
- description: "IDs of the encoders that you want to retrieve.",
35119
- items: { format: "uuid", type: "string" },
35120
- type: "array"
35121
- },
35122
35121
  limit: {
35123
35122
  default: 500,
35124
35123
  description: "Number of encoders to return.",
35125
35124
  format: "float",
35126
35125
  type: "number"
35126
+ },
35127
+ page_cursor: {
35128
+ description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
35129
+ nullable: true,
35130
+ type: "string"
35127
35131
  }
35128
35132
  },
35129
- required: ["acs_encoder_ids"],
35130
35133
  type: "object"
35131
35134
  }
35132
35135
  ]
@@ -35144,9 +35147,10 @@ var openapi_default = {
35144
35147
  items: { $ref: "#/components/schemas/acs_encoder" },
35145
35148
  type: "array"
35146
35149
  },
35147
- ok: { type: "boolean" }
35150
+ ok: { type: "boolean" },
35151
+ pagination: { $ref: "#/components/schemas/pagination" }
35148
35152
  },
35149
- required: ["acs_encoders", "ok"],
35153
+ required: ["acs_encoders", "pagination", "ok"],
35150
35154
  type: "object"
35151
35155
  }
35152
35156
  }