@seamapi/types 1.705.0 → 1.707.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.
@@ -19655,9 +19655,9 @@ declare const _default: {
19655
19655
  name: string;
19656
19656
  schema: {
19657
19657
  description: string;
19658
+ format: string;
19658
19659
  type: string;
19659
19660
  default?: never;
19660
- format?: never;
19661
19661
  nullable?: never;
19662
19662
  deprecated?: never;
19663
19663
  'x-deprecated'?: never;
@@ -19666,10 +19666,10 @@ declare const _default: {
19666
19666
  in: string;
19667
19667
  name: string;
19668
19668
  schema: {
19669
- default: number;
19670
19669
  description: string;
19671
- format: string;
19672
19670
  type: string;
19671
+ format?: never;
19672
+ default?: never;
19673
19673
  nullable?: never;
19674
19674
  deprecated?: never;
19675
19675
  'x-deprecated'?: never;
@@ -19678,11 +19678,11 @@ declare const _default: {
19678
19678
  in: string;
19679
19679
  name: string;
19680
19680
  schema: {
19681
+ default: number;
19681
19682
  description: string;
19682
- nullable: boolean;
19683
+ format: string;
19683
19684
  type: string;
19684
- default?: never;
19685
- format?: never;
19685
+ nullable?: never;
19686
19686
  deprecated?: never;
19687
19687
  'x-deprecated'?: never;
19688
19688
  };
@@ -19691,10 +19691,10 @@ declare const _default: {
19691
19691
  name: string;
19692
19692
  schema: {
19693
19693
  description: string;
19694
- format: string;
19694
+ nullable: boolean;
19695
19695
  type: string;
19696
+ format?: never;
19696
19697
  default?: never;
19697
- nullable?: never;
19698
19698
  deprecated?: never;
19699
19699
  'x-deprecated'?: never;
19700
19700
  };
@@ -19782,6 +19782,11 @@ declare const _default: {
19782
19782
  'application/json': {
19783
19783
  schema: {
19784
19784
  properties: {
19785
+ access_grant_id: {
19786
+ description: string;
19787
+ format: string;
19788
+ type: string;
19789
+ };
19785
19790
  access_grant_key: {
19786
19791
  description: string;
19787
19792
  type: string;
@@ -47581,6 +47586,10 @@ declare const _default: {
47581
47586
  nullable: boolean;
47582
47587
  type: string;
47583
47588
  };
47589
+ instant_key_url: {
47590
+ format: string;
47591
+ type: string;
47592
+ };
47584
47593
  is_card_encoding_required: {
47585
47594
  type: string;
47586
47595
  };
@@ -47722,6 +47731,10 @@ declare const _default: {
47722
47731
  nullable: boolean;
47723
47732
  type: string;
47724
47733
  };
47734
+ instant_key_url: {
47735
+ format: string;
47736
+ type: string;
47737
+ };
47725
47738
  is_card_encoding_required: {
47726
47739
  type: string;
47727
47740
  };
@@ -26912,6 +26912,15 @@ export default {
26912
26912
  description: 'Gets an Access Grant.',
26913
26913
  operationId: 'accessGrantsListGet',
26914
26914
  parameters: [
26915
+ {
26916
+ in: 'query',
26917
+ name: 'access_grant_id',
26918
+ schema: {
26919
+ description: 'ID of the access grant to retrieve.',
26920
+ format: 'uuid',
26921
+ type: 'string',
26922
+ },
26923
+ },
26915
26924
  {
26916
26925
  in: 'query',
26917
26926
  name: 'customer_key',
@@ -27048,6 +27057,11 @@ export default {
27048
27057
  'application/json': {
27049
27058
  schema: {
27050
27059
  properties: {
27060
+ access_grant_id: {
27061
+ description: 'ID of the access grant to retrieve.',
27062
+ format: 'uuid',
27063
+ type: 'string',
27064
+ },
27051
27065
  access_grant_key: {
27052
27066
  description: 'Filter Access Grants by access_grant_key.',
27053
27067
  type: 'string',
@@ -52380,6 +52394,10 @@ export default {
52380
52394
  type: 'string',
52381
52395
  },
52382
52396
  code: { nullable: true, type: 'string' },
52397
+ instant_key_url: {
52398
+ format: 'uri',
52399
+ type: 'string',
52400
+ },
52383
52401
  is_card_encoding_required: { type: 'boolean' },
52384
52402
  is_issued: { type: 'boolean' },
52385
52403
  mode: { type: 'string' },
@@ -52495,6 +52513,10 @@ export default {
52495
52513
  type: 'string',
52496
52514
  },
52497
52515
  code: { nullable: true, type: 'string' },
52516
+ instant_key_url: {
52517
+ format: 'uri',
52518
+ type: 'string',
52519
+ },
52498
52520
  is_card_encoding_required: { type: 'boolean' },
52499
52521
  is_issued: { type: 'boolean' },
52500
52522
  mode: { type: 'string' },