@seamapi/types 1.517.0 → 1.519.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: {
@@ -37938,6 +37938,7 @@ declare const _default: {
37938
37938
  };
37939
37939
  partner_resource_id: {
37940
37940
  format: string;
37941
+ nullable: boolean;
37941
37942
  type: string;
37942
37943
  };
37943
37944
  workspace_id: {
@@ -38101,6 +38102,7 @@ declare const _default: {
38101
38102
  };
38102
38103
  partner_resource_id: {
38103
38104
  format: string;
38105
+ nullable: boolean;
38104
38106
  type: string;
38105
38107
  };
38106
38108
  workspace_id: {
@@ -40860,8 +40862,8 @@ declare const _default: {
40860
40862
  name: string;
40861
40863
  schema: {
40862
40864
  description: string;
40863
- minLength: number;
40864
40865
  type: string;
40866
+ minLength?: never;
40865
40867
  format?: never;
40866
40868
  'x-draft'?: never;
40867
40869
  'x-undocumented'?: never;
@@ -40871,22 +40873,22 @@ declare const _default: {
40871
40873
  name: string;
40872
40874
  schema: {
40873
40875
  description: string;
40874
- format: string;
40876
+ minLength: number;
40875
40877
  type: string;
40876
- 'x-draft': string;
40877
- 'x-undocumented': string;
40878
- minLength?: never;
40878
+ format?: never;
40879
+ 'x-draft'?: never;
40880
+ 'x-undocumented'?: never;
40879
40881
  };
40880
40882
  } | {
40881
40883
  in: string;
40882
40884
  name: string;
40883
40885
  schema: {
40884
40886
  description: string;
40887
+ format: string;
40885
40888
  type: string;
40889
+ 'x-draft': string;
40890
+ 'x-undocumented': string;
40886
40891
  minLength?: never;
40887
- format?: never;
40888
- 'x-draft'?: never;
40889
- 'x-undocumented'?: never;
40890
40892
  };
40891
40893
  })[];
40892
40894
  responses: {
@@ -40964,6 +40966,10 @@ declare const _default: {
40964
40966
  'x-draft': string;
40965
40967
  'x-undocumented': string;
40966
40968
  };
40969
+ customer_key: {
40970
+ description: string;
40971
+ type: string;
40972
+ };
40967
40973
  search: {
40968
40974
  description: string;
40969
40975
  minLength: number;
@@ -48970,6 +48976,14 @@ declare const _default: {
48970
48976
  get: {
48971
48977
  description: string;
48972
48978
  operationId: string;
48979
+ parameters: {
48980
+ in: string;
48981
+ name: string;
48982
+ schema: {
48983
+ description: string;
48984
+ type: string;
48985
+ };
48986
+ }[];
48973
48987
  responses: {
48974
48988
  200: {
48975
48989
  content: {
@@ -49033,6 +49047,21 @@ declare const _default: {
49033
49047
  post: {
49034
49048
  description: string;
49035
49049
  operationId: string;
49050
+ requestBody: {
49051
+ content: {
49052
+ 'application/json': {
49053
+ schema: {
49054
+ properties: {
49055
+ customer_key: {
49056
+ description: string;
49057
+ type: string;
49058
+ };
49059
+ };
49060
+ type: string;
49061
+ };
49062
+ };
49063
+ };
49064
+ };
49036
49065
  responses: {
49037
49066
  200: {
49038
49067
  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.',
@@ -43835,6 +43845,7 @@ export default {
43835
43845
  created_at: { type: 'string' },
43836
43846
  partner_resource_id: {
43837
43847
  format: 'uuid',
43848
+ nullable: true,
43838
43849
  type: 'string',
43839
43850
  },
43840
43851
  workspace_id: { format: 'uuid', type: 'string' },
@@ -43983,6 +43994,7 @@ export default {
43983
43994
  created_at: { type: 'string' },
43984
43995
  partner_resource_id: {
43985
43996
  format: 'uuid',
43997
+ nullable: true,
43986
43998
  type: 'string',
43987
43999
  },
43988
44000
  workspace_id: { format: 'uuid', type: 'string' },
@@ -46600,6 +46612,14 @@ export default {
46600
46612
  description: 'Returns a list of all spaces.',
46601
46613
  operationId: 'spacesListGet',
46602
46614
  parameters: [
46615
+ {
46616
+ in: 'query',
46617
+ name: 'customer_key',
46618
+ schema: {
46619
+ description: 'Customer key for which you want to list spaces.',
46620
+ type: 'string',
46621
+ },
46622
+ },
46603
46623
  {
46604
46624
  in: 'query',
46605
46625
  name: 'search',
@@ -46681,6 +46701,10 @@ export default {
46681
46701
  'x-draft': 'Needs review.',
46682
46702
  'x-undocumented': 'Only used internally.',
46683
46703
  },
46704
+ customer_key: {
46705
+ description: 'Customer key for which you want to list spaces.',
46706
+ type: 'string',
46707
+ },
46684
46708
  search: {
46685
46709
  description: 'String for which to search. Filters returned spaces to include all records that satisfy a partial match using `name`.',
46686
46710
  minLength: 1,
@@ -53033,6 +53057,16 @@ export default {
53033
53057
  get: {
53034
53058
  description: 'Retrieves the customization profile for the workspace.',
53035
53059
  operationId: 'workspacesCustomizationProfilesListGet',
53060
+ parameters: [
53061
+ {
53062
+ in: 'query',
53063
+ name: 'customer_key',
53064
+ schema: {
53065
+ description: 'Customer key for which you want to list customization profiles.',
53066
+ type: 'string',
53067
+ },
53068
+ },
53069
+ ],
53036
53070
  responses: {
53037
53071
  200: {
53038
53072
  content: {
@@ -53075,6 +53109,21 @@ export default {
53075
53109
  post: {
53076
53110
  description: 'Retrieves the customization profile for the workspace.',
53077
53111
  operationId: 'workspacesCustomizationProfilesListPost',
53112
+ requestBody: {
53113
+ content: {
53114
+ 'application/json': {
53115
+ schema: {
53116
+ properties: {
53117
+ customer_key: {
53118
+ description: 'Customer key for which you want to list customization profiles.',
53119
+ type: 'string',
53120
+ },
53121
+ },
53122
+ type: 'object',
53123
+ },
53124
+ },
53125
+ },
53126
+ },
53078
53127
  responses: {
53079
53128
  200: {
53080
53129
  content: {