@seamapi/types 1.520.0 → 1.522.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.
@@ -20973,6 +20973,11 @@ declare const _default: {
20973
20973
  nullable: boolean;
20974
20974
  type: string;
20975
20975
  };
20976
+ search: {
20977
+ description: string;
20978
+ minLength: number;
20979
+ type: string;
20980
+ };
20976
20981
  };
20977
20982
  type: string;
20978
20983
  oneOf?: never;
@@ -22032,6 +22037,9 @@ declare const _default: {
22032
22037
  ok: {
22033
22038
  type: string;
22034
22039
  };
22040
+ pagination: {
22041
+ $ref: string;
22042
+ };
22035
22043
  };
22036
22044
  required: string[];
22037
22045
  type: string;
@@ -22075,66 +22083,68 @@ declare const _default: {
22075
22083
  content: {
22076
22084
  'application/json': {
22077
22085
  schema: {
22078
- oneOf: ({
22079
- properties: {
22080
- acs_system_id: {
22081
- description: string;
22082
- format: string;
22083
- type: string;
22084
- };
22085
- limit: {
22086
- default: number;
22087
- description: string;
22088
- format: string;
22089
- type: string;
22090
- };
22091
- acs_system_ids?: never;
22092
- acs_encoder_ids?: never;
22093
- };
22094
- required: string[];
22095
- type: string;
22096
- } | {
22097
- properties: {
22098
- acs_system_ids: {
22099
- description: string;
22100
- items: {
22086
+ allOf: ({
22087
+ oneOf: ({
22088
+ properties: {
22089
+ acs_system_id: {
22090
+ description: string;
22101
22091
  format: string;
22102
22092
  type: string;
22103
22093
  };
22104
- type: string;
22094
+ acs_system_ids?: never;
22095
+ acs_encoder_ids?: never;
22105
22096
  };
22106
- limit: {
22107
- default: number;
22108
- description: string;
22109
- format: string;
22110
- type: string;
22097
+ required: string[];
22098
+ type: string;
22099
+ } | {
22100
+ properties: {
22101
+ acs_system_ids: {
22102
+ description: string;
22103
+ items: {
22104
+ format: string;
22105
+ type: string;
22106
+ };
22107
+ type: string;
22108
+ };
22109
+ acs_system_id?: never;
22110
+ acs_encoder_ids?: never;
22111
22111
  };
22112
- acs_system_id?: never;
22113
- acs_encoder_ids?: never;
22114
- };
22115
- required: string[];
22116
- type: string;
22117
- } | {
22118
- properties: {
22119
- acs_encoder_ids: {
22120
- description: string;
22121
- items: {
22122
- format: string;
22112
+ required: string[];
22113
+ type: string;
22114
+ } | {
22115
+ properties: {
22116
+ acs_encoder_ids: {
22117
+ description: string;
22118
+ items: {
22119
+ format: string;
22120
+ type: string;
22121
+ };
22123
22122
  type: string;
22124
22123
  };
22125
- type: string;
22124
+ acs_system_id?: never;
22125
+ acs_system_ids?: never;
22126
22126
  };
22127
+ required: string[];
22128
+ type: string;
22129
+ })[];
22130
+ properties?: never;
22131
+ type?: never;
22132
+ } | {
22133
+ properties: {
22127
22134
  limit: {
22128
22135
  default: number;
22129
22136
  description: string;
22130
22137
  format: string;
22131
22138
  type: string;
22132
22139
  };
22133
- acs_system_id?: never;
22134
- acs_system_ids?: never;
22140
+ page_cursor: {
22141
+ description: string;
22142
+ nullable: boolean;
22143
+ type: string;
22144
+ };
22135
22145
  };
22136
- required: string[];
22137
22146
  type: string;
22147
+ oneOf?: never;
22138
22148
  })[];
22139
22149
  };
22140
22150
  };
@@ -22155,6 +22165,9 @@ declare const _default: {
22155
22165
  ok: {
22156
22166
  type: string;
22157
22167
  };
22168
+ pagination: {
22169
+ $ref: string;
22170
+ };
22158
22171
  };
22159
22172
  required: string[];
22160
22173
  type: string;
@@ -28657,6 +28657,11 @@ export default {
28657
28657
  nullable: true,
28658
28658
  type: 'string',
28659
28659
  },
28660
+ search: {
28661
+ description: 'String for which to search. Filters returned credentials to include all records that satisfy a partial match using `code`, `card_number`, `acs_user_id` or `acs_credential_id`.',
28662
+ minLength: 1,
28663
+ type: 'string',
28664
+ },
28660
28665
  },
28661
28666
  type: 'object',
28662
28667
  },
@@ -29501,8 +29506,9 @@ export default {
29501
29506
  type: 'array',
29502
29507
  },
29503
29508
  ok: { type: 'boolean' },
29509
+ pagination: { $ref: '#/components/schemas/pagination' },
29504
29510
  },
29505
- required: ['acs_encoders', 'ok'],
29511
+ required: ['acs_encoders', 'pagination', 'ok'],
29506
29512
  type: 'object',
29507
29513
  },
29508
29514
  },
@@ -29532,56 +29538,58 @@ export default {
29532
29538
  content: {
29533
29539
  'application/json': {
29534
29540
  schema: {
29535
- oneOf: [
29541
+ allOf: [
29536
29542
  {
29537
- properties: {
29538
- acs_system_id: {
29539
- description: 'ID of the access system for which you want to retrieve all encoders.',
29540
- format: 'uuid',
29541
- type: 'string',
29542
- },
29543
- limit: {
29544
- default: 500,
29545
- description: 'Number of encoders to return.',
29546
- format: 'float',
29547
- type: 'number',
29543
+ oneOf: [
29544
+ {
29545
+ properties: {
29546
+ acs_system_id: {
29547
+ description: 'ID of the access system for which you want to retrieve all encoders.',
29548
+ format: 'uuid',
29549
+ type: 'string',
29550
+ },
29551
+ },
29552
+ required: ['acs_system_id'],
29553
+ type: 'object',
29548
29554
  },
29549
- },
29550
- required: ['acs_system_id'],
29551
- type: 'object',
29552
- },
29553
- {
29554
- properties: {
29555
- acs_system_ids: {
29556
- description: 'IDs of the access systems for which you want to retrieve all encoders.',
29557
- items: { format: 'uuid', type: 'string' },
29558
- type: 'array',
29555
+ {
29556
+ properties: {
29557
+ acs_system_ids: {
29558
+ description: 'IDs of the access systems for which you want to retrieve all encoders.',
29559
+ items: { format: 'uuid', type: 'string' },
29560
+ type: 'array',
29561
+ },
29562
+ },
29563
+ required: ['acs_system_ids'],
29564
+ type: 'object',
29559
29565
  },
29560
- limit: {
29561
- default: 500,
29562
- description: 'Number of encoders to return.',
29563
- format: 'float',
29564
- type: 'number',
29566
+ {
29567
+ properties: {
29568
+ acs_encoder_ids: {
29569
+ description: 'IDs of the encoders that you want to retrieve.',
29570
+ items: { format: 'uuid', type: 'string' },
29571
+ type: 'array',
29572
+ },
29573
+ },
29574
+ required: ['acs_encoder_ids'],
29575
+ type: 'object',
29565
29576
  },
29566
- },
29567
- required: ['acs_system_ids'],
29568
- type: 'object',
29577
+ ],
29569
29578
  },
29570
29579
  {
29571
29580
  properties: {
29572
- acs_encoder_ids: {
29573
- description: 'IDs of the encoders that you want to retrieve.',
29574
- items: { format: 'uuid', type: 'string' },
29575
- type: 'array',
29576
- },
29577
29581
  limit: {
29578
29582
  default: 500,
29579
29583
  description: 'Number of encoders to return.',
29580
29584
  format: 'float',
29581
29585
  type: 'number',
29582
29586
  },
29587
+ page_cursor: {
29588
+ description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
29589
+ nullable: true,
29590
+ type: 'string',
29591
+ },
29583
29592
  },
29584
- required: ['acs_encoder_ids'],
29585
29593
  type: 'object',
29586
29594
  },
29587
29595
  ],
@@ -29600,8 +29608,9 @@ export default {
29600
29608
  type: 'array',
29601
29609
  },
29602
29610
  ok: { type: 'boolean' },
29611
+ pagination: { $ref: '#/components/schemas/pagination' },
29603
29612
  },
29604
- required: ['acs_encoders', 'ok'],
29613
+ required: ['acs_encoders', 'pagination', 'ok'],
29605
29614
  type: 'object',
29606
29615
  },
29607
29616
  },