@seamapi/types 1.517.0 → 1.518.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.
@@ -17404,8 +17404,8 @@ declare const _default: {
17404
17404
  name: string;
17405
17405
  schema: {
17406
17406
  description: string;
17407
- format: string;
17408
17407
  type: string;
17408
+ format?: never;
17409
17409
  deprecated?: never;
17410
17410
  'x-deprecated'?: never;
17411
17411
  };
@@ -17413,21 +17413,21 @@ declare const _default: {
17413
17413
  in: string;
17414
17414
  name: string;
17415
17415
  schema: {
17416
- deprecated: boolean;
17416
+ description: string;
17417
17417
  format: string;
17418
17418
  type: string;
17419
- 'x-deprecated': string;
17420
- description?: never;
17419
+ deprecated?: never;
17420
+ 'x-deprecated'?: never;
17421
17421
  };
17422
17422
  } | {
17423
17423
  in: string;
17424
17424
  name: string;
17425
17425
  schema: {
17426
- description: string;
17426
+ deprecated: boolean;
17427
+ format: string;
17427
17428
  type: string;
17428
- format?: never;
17429
- deprecated?: never;
17430
- 'x-deprecated'?: never;
17429
+ 'x-deprecated': string;
17430
+ description?: never;
17431
17431
  };
17432
17432
  })[];
17433
17433
  responses: {
@@ -17512,6 +17512,10 @@ declare const _default: {
17512
17512
  format: string;
17513
17513
  type: string;
17514
17514
  };
17515
+ customer_key: {
17516
+ description: string;
17517
+ type: string;
17518
+ };
17515
17519
  location_id: {
17516
17520
  deprecated: boolean;
17517
17521
  format: string;
@@ -33008,8 +33012,8 @@ declare const _default: {
33008
33012
  name: string;
33009
33013
  schema: {
33010
33014
  description: string;
33011
- format: string;
33012
33015
  type: string;
33016
+ format?: never;
33013
33017
  items?: never;
33014
33018
  maxItems?: never;
33015
33019
  minItems?: never;
@@ -33021,8 +33025,8 @@ declare const _default: {
33021
33025
  name: string;
33022
33026
  schema: {
33023
33027
  description: string;
33028
+ format: string;
33024
33029
  type: string;
33025
- format?: never;
33026
33030
  items?: never;
33027
33031
  maxItems?: never;
33028
33032
  minItems?: never;
@@ -33244,12 +33248,8 @@ declare const _default: {
33244
33248
  format: string;
33245
33249
  type: string;
33246
33250
  };
33247
- customer_ids: {
33251
+ customer_key: {
33248
33252
  description: string;
33249
- items: {
33250
- format: string;
33251
- type: string;
33252
- };
33253
33253
  type: string;
33254
33254
  };
33255
33255
  device_id: {
@@ -40860,8 +40860,8 @@ declare const _default: {
40860
40860
  name: string;
40861
40861
  schema: {
40862
40862
  description: string;
40863
- minLength: number;
40864
40863
  type: string;
40864
+ minLength?: never;
40865
40865
  format?: never;
40866
40866
  'x-draft'?: never;
40867
40867
  'x-undocumented'?: never;
@@ -40871,22 +40871,22 @@ declare const _default: {
40871
40871
  name: string;
40872
40872
  schema: {
40873
40873
  description: string;
40874
- format: string;
40874
+ minLength: number;
40875
40875
  type: string;
40876
- 'x-draft': string;
40877
- 'x-undocumented': string;
40878
- minLength?: never;
40876
+ format?: never;
40877
+ 'x-draft'?: never;
40878
+ 'x-undocumented'?: never;
40879
40879
  };
40880
40880
  } | {
40881
40881
  in: string;
40882
40882
  name: string;
40883
40883
  schema: {
40884
40884
  description: string;
40885
+ format: string;
40885
40886
  type: string;
40887
+ 'x-draft': string;
40888
+ 'x-undocumented': string;
40886
40889
  minLength?: never;
40887
- format?: never;
40888
- 'x-draft'?: never;
40889
- 'x-undocumented'?: never;
40890
40890
  };
40891
40891
  })[];
40892
40892
  responses: {
@@ -40964,6 +40964,10 @@ declare const _default: {
40964
40964
  'x-draft': string;
40965
40965
  'x-undocumented': string;
40966
40966
  };
40967
+ customer_key: {
40968
+ description: string;
40969
+ type: string;
40970
+ };
40967
40971
  search: {
40968
40972
  description: string;
40969
40973
  minLength: number;
@@ -48970,6 +48974,14 @@ declare const _default: {
48970
48974
  get: {
48971
48975
  description: string;
48972
48976
  operationId: string;
48977
+ parameters: {
48978
+ in: string;
48979
+ name: string;
48980
+ schema: {
48981
+ description: string;
48982
+ type: string;
48983
+ };
48984
+ }[];
48973
48985
  responses: {
48974
48986
  200: {
48975
48987
  content: {
@@ -49033,6 +49045,21 @@ declare const _default: {
49033
49045
  post: {
49034
49046
  description: string;
49035
49047
  operationId: string;
49048
+ requestBody: {
49049
+ content: {
49050
+ 'application/json': {
49051
+ schema: {
49052
+ properties: {
49053
+ customer_key: {
49054
+ description: string;
49055
+ type: string;
49056
+ };
49057
+ };
49058
+ type: string;
49059
+ };
49060
+ };
49061
+ };
49062
+ };
49036
49063
  responses: {
49037
49064
  200: {
49038
49065
  content: {
@@ -25662,6 +25662,14 @@ export default {
25662
25662
  description: 'Gets an Access Grant.',
25663
25663
  operationId: 'accessGrantsListGet',
25664
25664
  parameters: [
25665
+ {
25666
+ in: 'query',
25667
+ name: 'customer_key',
25668
+ schema: {
25669
+ description: 'Customer key for which you want to list access grants.',
25670
+ type: 'string',
25671
+ },
25672
+ },
25665
25673
  {
25666
25674
  in: 'query',
25667
25675
  name: 'user_identity_id',
@@ -25776,6 +25784,10 @@ export default {
25776
25784
  format: 'uuid',
25777
25785
  type: 'string',
25778
25786
  },
25787
+ customer_key: {
25788
+ description: 'Customer key for which you want to list access grants.',
25789
+ type: 'string',
25790
+ },
25779
25791
  location_id: {
25780
25792
  deprecated: true,
25781
25793
  format: 'uuid',
@@ -39093,6 +39105,14 @@ export default {
39093
39105
  description: 'Returns a list of all events. This endpoint returns the same events that would be sent to a [webhook](https://docs.seam.co/latest/developer-tools/webhooks), but it enables you to filter or see events that already took place.',
39094
39106
  operationId: 'eventsListGet',
39095
39107
  parameters: [
39108
+ {
39109
+ in: 'query',
39110
+ name: 'customer_key',
39111
+ schema: {
39112
+ description: 'Customer key for which you want to list events.',
39113
+ type: 'string',
39114
+ },
39115
+ },
39096
39116
  {
39097
39117
  in: 'query',
39098
39118
  name: 'unstable_offset',
@@ -39420,15 +39440,6 @@ export default {
39420
39440
  type: 'array',
39421
39441
  },
39422
39442
  },
39423
- {
39424
- in: 'query',
39425
- name: 'customer_ids',
39426
- schema: {
39427
- description: 'IDs of the customers for which you want to list events.',
39428
- items: { format: 'uuid', type: 'string' },
39429
- type: 'array',
39430
- },
39431
- },
39432
39443
  ],
39433
39444
  responses: {
39434
39445
  200: {
@@ -39517,10 +39528,9 @@ export default {
39517
39528
  format: 'uuid',
39518
39529
  type: 'string',
39519
39530
  },
39520
- customer_ids: {
39521
- description: 'IDs of the customers for which you want to list events.',
39522
- items: { format: 'uuid', type: 'string' },
39523
- type: 'array',
39531
+ customer_key: {
39532
+ description: 'Customer key for which you want to list events.',
39533
+ type: 'string',
39524
39534
  },
39525
39535
  device_id: {
39526
39536
  description: 'ID of the device for which you want to list events.',
@@ -46600,6 +46610,14 @@ export default {
46600
46610
  description: 'Returns a list of all spaces.',
46601
46611
  operationId: 'spacesListGet',
46602
46612
  parameters: [
46613
+ {
46614
+ in: 'query',
46615
+ name: 'customer_key',
46616
+ schema: {
46617
+ description: 'Customer key for which you want to list spaces.',
46618
+ type: 'string',
46619
+ },
46620
+ },
46603
46621
  {
46604
46622
  in: 'query',
46605
46623
  name: 'search',
@@ -46681,6 +46699,10 @@ export default {
46681
46699
  'x-draft': 'Needs review.',
46682
46700
  'x-undocumented': 'Only used internally.',
46683
46701
  },
46702
+ customer_key: {
46703
+ description: 'Customer key for which you want to list spaces.',
46704
+ type: 'string',
46705
+ },
46684
46706
  search: {
46685
46707
  description: 'String for which to search. Filters returned spaces to include all records that satisfy a partial match using `name`.',
46686
46708
  minLength: 1,
@@ -53033,6 +53055,16 @@ export default {
53033
53055
  get: {
53034
53056
  description: 'Retrieves the customization profile for the workspace.',
53035
53057
  operationId: 'workspacesCustomizationProfilesListGet',
53058
+ parameters: [
53059
+ {
53060
+ in: 'query',
53061
+ name: 'customer_key',
53062
+ schema: {
53063
+ description: 'Customer key for which you want to list customization profiles.',
53064
+ type: 'string',
53065
+ },
53066
+ },
53067
+ ],
53036
53068
  responses: {
53037
53069
  200: {
53038
53070
  content: {
@@ -53075,6 +53107,21 @@ export default {
53075
53107
  post: {
53076
53108
  description: 'Retrieves the customization profile for the workspace.',
53077
53109
  operationId: 'workspacesCustomizationProfilesListPost',
53110
+ requestBody: {
53111
+ content: {
53112
+ 'application/json': {
53113
+ schema: {
53114
+ properties: {
53115
+ customer_key: {
53116
+ description: 'Customer key for which you want to list customization profiles.',
53117
+ type: 'string',
53118
+ },
53119
+ },
53120
+ type: 'object',
53121
+ },
53122
+ },
53123
+ },
53124
+ },
53078
53125
  responses: {
53079
53126
  200: {
53080
53127
  content: {