@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.
@@ -102013,6 +102013,10 @@ declare const _default: {
102013
102013
  access_methods: {
102014
102014
  items: {
102015
102015
  properties: {
102016
+ access_grant_id: {
102017
+ format: string;
102018
+ type: string;
102019
+ };
102016
102020
  access_method_id: {
102017
102021
  format: string;
102018
102022
  type: string;
@@ -102158,6 +102162,10 @@ declare const _default: {
102158
102162
  access_methods: {
102159
102163
  items: {
102160
102164
  properties: {
102165
+ access_grant_id: {
102166
+ format: string;
102167
+ type: string;
102168
+ };
102161
102169
  access_method_id: {
102162
102170
  format: string;
102163
102171
  type: string;
@@ -172786,6 +172794,7 @@ type Routes = {
172786
172794
  }[];
172787
172795
  access_methods: {
172788
172796
  access_method_id: string;
172797
+ access_grant_id: string;
172789
172798
  mode: string;
172790
172799
  is_issued: boolean;
172791
172800
  is_card_encoding_required?: boolean | undefined;
package/dist/index.cjs CHANGED
@@ -58769,6 +58769,10 @@ var openapi_default = {
58769
58769
  access_methods: {
58770
58770
  items: {
58771
58771
  properties: {
58772
+ access_grant_id: {
58773
+ format: "uuid",
58774
+ type: "string"
58775
+ },
58772
58776
  access_method_id: {
58773
58777
  format: "uuid",
58774
58778
  type: "string"
@@ -58782,7 +58786,12 @@ var openapi_default = {
58782
58786
  is_issued: { type: "boolean" },
58783
58787
  mode: { type: "string" }
58784
58788
  },
58785
- required: ["access_method_id", "mode", "is_issued"],
58789
+ required: [
58790
+ "access_method_id",
58791
+ "access_grant_id",
58792
+ "mode",
58793
+ "is_issued"
58794
+ ],
58786
58795
  type: "object"
58787
58796
  },
58788
58797
  type: "array"
@@ -58888,6 +58897,10 @@ var openapi_default = {
58888
58897
  access_methods: {
58889
58898
  items: {
58890
58899
  properties: {
58900
+ access_grant_id: {
58901
+ format: "uuid",
58902
+ type: "string"
58903
+ },
58891
58904
  access_method_id: {
58892
58905
  format: "uuid",
58893
58906
  type: "string"
@@ -58901,7 +58914,12 @@ var openapi_default = {
58901
58914
  is_issued: { type: "boolean" },
58902
58915
  mode: { type: "string" }
58903
58916
  },
58904
- required: ["access_method_id", "mode", "is_issued"],
58917
+ required: [
58918
+ "access_method_id",
58919
+ "access_grant_id",
58920
+ "mode",
58921
+ "is_issued"
58922
+ ],
58905
58923
  type: "object"
58906
58924
  },
58907
58925
  type: "array"