@seamapi/types 1.721.2 → 1.722.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.
@@ -48078,6 +48078,10 @@ declare const _default: {
48078
48078
  access_methods: {
48079
48079
  items: {
48080
48080
  properties: {
48081
+ access_grant_id: {
48082
+ format: string;
48083
+ type: string;
48084
+ };
48081
48085
  access_method_id: {
48082
48086
  format: string;
48083
48087
  type: string;
@@ -48223,6 +48227,10 @@ declare const _default: {
48223
48227
  access_methods: {
48224
48228
  items: {
48225
48229
  properties: {
48230
+ access_grant_id: {
48231
+ format: string;
48232
+ type: string;
48233
+ };
48226
48234
  access_method_id: {
48227
48235
  format: string;
48228
48236
  type: string;
@@ -52746,6 +52746,10 @@ export default {
52746
52746
  access_methods: {
52747
52747
  items: {
52748
52748
  properties: {
52749
+ access_grant_id: {
52750
+ format: 'uuid',
52751
+ type: 'string',
52752
+ },
52749
52753
  access_method_id: {
52750
52754
  format: 'uuid',
52751
52755
  type: 'string',
@@ -52759,7 +52763,12 @@ export default {
52759
52763
  is_issued: { type: 'boolean' },
52760
52764
  mode: { type: 'string' },
52761
52765
  },
52762
- required: ['access_method_id', 'mode', 'is_issued'],
52766
+ required: [
52767
+ 'access_method_id',
52768
+ 'access_grant_id',
52769
+ 'mode',
52770
+ 'is_issued',
52771
+ ],
52763
52772
  type: 'object',
52764
52773
  },
52765
52774
  type: 'array',
@@ -52865,6 +52874,10 @@ export default {
52865
52874
  access_methods: {
52866
52875
  items: {
52867
52876
  properties: {
52877
+ access_grant_id: {
52878
+ format: 'uuid',
52879
+ type: 'string',
52880
+ },
52868
52881
  access_method_id: {
52869
52882
  format: 'uuid',
52870
52883
  type: 'string',
@@ -52878,7 +52891,12 @@ export default {
52878
52891
  is_issued: { type: 'boolean' },
52879
52892
  mode: { type: 'string' },
52880
52893
  },
52881
- required: ['access_method_id', 'mode', 'is_issued'],
52894
+ required: [
52895
+ 'access_method_id',
52896
+ 'access_grant_id',
52897
+ 'mode',
52898
+ 'is_issued',
52899
+ ],
52882
52900
  type: 'object',
52883
52901
  },
52884
52902
  type: 'array',