@seamapi/types 1.300.1 → 1.300.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.
@@ -21770,18 +21770,8 @@ declare const _default: {
21770
21770
  schema: {
21771
21771
  oneOf: ({
21772
21772
  properties: {
21773
- acs_encoder_ids: {
21774
- items: {
21775
- format: string;
21776
- type: string;
21777
- };
21778
- type: string;
21779
- };
21780
- acs_system_ids: {
21781
- items: {
21782
- format: string;
21783
- type: string;
21784
- };
21773
+ acs_system_id: {
21774
+ format: string;
21785
21775
  type: string;
21786
21776
  };
21787
21777
  limit: {
@@ -21789,12 +21779,14 @@ declare const _default: {
21789
21779
  format: string;
21790
21780
  type: string;
21791
21781
  };
21782
+ acs_system_ids?: never;
21783
+ acs_encoder_ids?: never;
21792
21784
  };
21793
21785
  required: string[];
21794
21786
  type: string;
21795
21787
  } | {
21796
21788
  properties: {
21797
- acs_encoder_ids: {
21789
+ acs_system_ids: {
21798
21790
  items: {
21799
21791
  format: string;
21800
21792
  type: string;
@@ -21806,13 +21798,14 @@ declare const _default: {
21806
21798
  format: string;
21807
21799
  type: string;
21808
21800
  };
21809
- acs_system_ids?: never;
21801
+ acs_system_id?: never;
21802
+ acs_encoder_ids?: never;
21810
21803
  };
21811
21804
  required: string[];
21812
21805
  type: string;
21813
21806
  } | {
21814
21807
  properties: {
21815
- acs_system_ids: {
21808
+ acs_encoder_ids: {
21816
21809
  items: {
21817
21810
  format: string;
21818
21811
  type: string;
@@ -21824,7 +21817,8 @@ declare const _default: {
21824
21817
  format: string;
21825
21818
  type: string;
21826
21819
  };
21827
- acs_encoder_ids?: never;
21820
+ acs_system_id?: never;
21821
+ acs_system_ids?: never;
21828
21822
  };
21829
21823
  required: string[];
21830
21824
  type: string;
@@ -39257,14 +39251,13 @@ interface Routes {
39257
39251
  queryParams: {};
39258
39252
  jsonBody: {};
39259
39253
  commonParams: {
39260
- acs_system_ids: string[];
39261
- acs_encoder_ids: string[];
39254
+ acs_system_id: string;
39262
39255
  limit?: number;
39263
39256
  } | {
39264
- acs_encoder_ids: string[];
39257
+ acs_system_ids: string[];
39265
39258
  limit?: number;
39266
39259
  } | {
39267
- acs_system_ids: string[];
39260
+ acs_encoder_ids: string[];
39268
39261
  limit?: number;
39269
39262
  };
39270
39263
  formData: {};
@@ -9314,18 +9314,8 @@ declare const _default: {
9314
9314
  schema: {
9315
9315
  oneOf: ({
9316
9316
  properties: {
9317
- acs_encoder_ids: {
9318
- items: {
9319
- format: string;
9320
- type: string;
9321
- };
9322
- type: string;
9323
- };
9324
- acs_system_ids: {
9325
- items: {
9326
- format: string;
9327
- type: string;
9328
- };
9317
+ acs_system_id: {
9318
+ format: string;
9329
9319
  type: string;
9330
9320
  };
9331
9321
  limit: {
@@ -9333,12 +9323,14 @@ declare const _default: {
9333
9323
  format: string;
9334
9324
  type: string;
9335
9325
  };
9326
+ acs_system_ids?: never;
9327
+ acs_encoder_ids?: never;
9336
9328
  };
9337
9329
  required: string[];
9338
9330
  type: string;
9339
9331
  } | {
9340
9332
  properties: {
9341
- acs_encoder_ids: {
9333
+ acs_system_ids: {
9342
9334
  items: {
9343
9335
  format: string;
9344
9336
  type: string;
@@ -9350,13 +9342,14 @@ declare const _default: {
9350
9342
  format: string;
9351
9343
  type: string;
9352
9344
  };
9353
- acs_system_ids?: never;
9345
+ acs_system_id?: never;
9346
+ acs_encoder_ids?: never;
9354
9347
  };
9355
9348
  required: string[];
9356
9349
  type: string;
9357
9350
  } | {
9358
9351
  properties: {
9359
- acs_system_ids: {
9352
+ acs_encoder_ids: {
9360
9353
  items: {
9361
9354
  format: string;
9362
9355
  type: string;
@@ -9368,7 +9361,8 @@ declare const _default: {
9368
9361
  format: string;
9369
9362
  type: string;
9370
9363
  };
9371
- acs_encoder_ids?: never;
9364
+ acs_system_id?: never;
9365
+ acs_system_ids?: never;
9372
9366
  };
9373
9367
  required: string[];
9374
9368
  type: string;
@@ -9831,39 +9831,32 @@ export default {
9831
9831
  oneOf: [
9832
9832
  {
9833
9833
  properties: {
9834
- acs_encoder_ids: {
9835
- items: { format: 'uuid', type: 'string' },
9836
- type: 'array',
9837
- },
9838
- acs_system_ids: {
9839
- items: { format: 'uuid', type: 'string' },
9840
- type: 'array',
9841
- },
9834
+ acs_system_id: { format: 'uuid', type: 'string' },
9842
9835
  limit: { default: 500, format: 'float', type: 'number' },
9843
9836
  },
9844
- required: ['acs_system_ids', 'acs_encoder_ids'],
9837
+ required: ['acs_system_id'],
9845
9838
  type: 'object',
9846
9839
  },
9847
9840
  {
9848
9841
  properties: {
9849
- acs_encoder_ids: {
9842
+ acs_system_ids: {
9850
9843
  items: { format: 'uuid', type: 'string' },
9851
9844
  type: 'array',
9852
9845
  },
9853
9846
  limit: { default: 500, format: 'float', type: 'number' },
9854
9847
  },
9855
- required: ['acs_encoder_ids'],
9848
+ required: ['acs_system_ids'],
9856
9849
  type: 'object',
9857
9850
  },
9858
9851
  {
9859
9852
  properties: {
9860
- acs_system_ids: {
9853
+ acs_encoder_ids: {
9861
9854
  items: { format: 'uuid', type: 'string' },
9862
9855
  type: 'array',
9863
9856
  },
9864
9857
  limit: { default: 500, format: 'float', type: 'number' },
9865
9858
  },
9866
- required: ['acs_system_ids'],
9859
+ required: ['acs_encoder_ids'],
9867
9860
  type: 'object',
9868
9861
  },
9869
9862
  ],