@seamapi/types 1.538.0 → 1.540.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.
@@ -14722,13 +14722,10 @@ declare const _default: {
14722
14722
  in: string;
14723
14723
  name: string;
14724
14724
  schema: {
14725
- items: {
14726
- format: string;
14727
- type: string;
14728
- };
14725
+ description: string;
14729
14726
  type: string;
14730
- description?: never;
14731
14727
  format?: never;
14728
+ items?: never;
14732
14729
  default?: never;
14733
14730
  nullable?: never;
14734
14731
  };
@@ -14757,17 +14754,6 @@ declare const _default: {
14757
14754
  default?: never;
14758
14755
  nullable?: never;
14759
14756
  };
14760
- } | {
14761
- in: string;
14762
- name: string;
14763
- schema: {
14764
- description: string;
14765
- type: string;
14766
- items?: never;
14767
- format?: never;
14768
- default?: never;
14769
- nullable?: never;
14770
- };
14771
14757
  } | {
14772
14758
  in: string;
14773
14759
  name: string;
@@ -14786,8 +14772,8 @@ declare const _default: {
14786
14772
  description: string;
14787
14773
  nullable: boolean;
14788
14774
  type: string;
14789
- items?: never;
14790
14775
  format?: never;
14776
+ items?: never;
14791
14777
  default?: never;
14792
14778
  };
14793
14779
  })[];
@@ -14879,11 +14865,8 @@ declare const _default: {
14879
14865
  };
14880
14866
  type: string;
14881
14867
  };
14882
- customer_ids: {
14883
- items: {
14884
- format: string;
14885
- type: string;
14886
- };
14868
+ customer_key: {
14869
+ description: string;
14887
14870
  type: string;
14888
14871
  };
14889
14872
  device_id: {
@@ -41643,14 +41626,22 @@ declare const _default: {
41643
41626
  pat_with_workspace: never[];
41644
41627
  console_session_with_workspace?: never;
41645
41628
  api_key?: never;
41629
+ client_session_with_customer?: never;
41646
41630
  } | {
41647
41631
  console_session_with_workspace: never[];
41648
41632
  pat_with_workspace?: never;
41649
41633
  api_key?: never;
41634
+ client_session_with_customer?: never;
41650
41635
  } | {
41651
41636
  api_key: never[];
41652
41637
  pat_with_workspace?: never;
41653
41638
  console_session_with_workspace?: never;
41639
+ client_session_with_customer?: never;
41640
+ } | {
41641
+ client_session_with_customer: never[];
41642
+ pat_with_workspace?: never;
41643
+ console_session_with_workspace?: never;
41644
+ api_key?: never;
41654
41645
  })[];
41655
41646
  summary: string;
41656
41647
  tags: never[];
@@ -41725,14 +41716,22 @@ declare const _default: {
41725
41716
  pat_with_workspace: never[];
41726
41717
  console_session_with_workspace?: never;
41727
41718
  api_key?: never;
41719
+ client_session_with_customer?: never;
41728
41720
  } | {
41729
41721
  console_session_with_workspace: never[];
41730
41722
  pat_with_workspace?: never;
41731
41723
  api_key?: never;
41724
+ client_session_with_customer?: never;
41732
41725
  } | {
41733
41726
  api_key: never[];
41734
41727
  pat_with_workspace?: never;
41735
41728
  console_session_with_workspace?: never;
41729
+ client_session_with_customer?: never;
41730
+ } | {
41731
+ client_session_with_customer: never[];
41732
+ pat_with_workspace?: never;
41733
+ console_session_with_workspace?: never;
41734
+ api_key?: never;
41736
41735
  })[];
41737
41736
  summary: string;
41738
41737
  tags: never[];
@@ -23522,10 +23522,10 @@ export default {
23522
23522
  parameters: [
23523
23523
  {
23524
23524
  in: 'query',
23525
- name: 'customer_ids',
23525
+ name: 'customer_key',
23526
23526
  schema: {
23527
- items: { format: 'uuid', type: 'string' },
23528
- type: 'array',
23527
+ description: 'Customer key for which you want to list access codes.',
23528
+ type: 'string',
23529
23529
  },
23530
23530
  },
23531
23531
  {
@@ -23625,9 +23625,9 @@ export default {
23625
23625
  items: { format: 'uuid', type: 'string' },
23626
23626
  type: 'array',
23627
23627
  },
23628
- customer_ids: {
23629
- items: { format: 'uuid', type: 'string' },
23630
- type: 'array',
23628
+ customer_key: {
23629
+ description: 'Customer key for which you want to list access codes.',
23630
+ type: 'string',
23631
23631
  },
23632
23632
  device_id: {
23633
23633
  description: 'ID of the device for which you want to list access codes. Specify either `device_id` or `access_code_ids`.',
@@ -46924,6 +46924,7 @@ export default {
46924
46924
  { pat_with_workspace: [] },
46925
46925
  { console_session_with_workspace: [] },
46926
46926
  { api_key: [] },
46927
+ { client_session_with_customer: [] },
46927
46928
  ],
46928
46929
  summary: '/spaces/get',
46929
46930
  tags: [],
@@ -46991,6 +46992,7 @@ export default {
46991
46992
  { pat_with_workspace: [] },
46992
46993
  { console_session_with_workspace: [] },
46993
46994
  { api_key: [] },
46995
+ { client_session_with_customer: [] },
46994
46996
  ],
46995
46997
  summary: '/spaces/get',
46996
46998
  tags: [],