@seamapi/types 1.722.0 → 1.723.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.
- package/dist/connect.cjs +12 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +11 -0
- package/dist/index.cjs +12 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +10 -0
- package/lib/seam/connect/openapi.js +12 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +12 -0
- package/src/lib/seam/connect/route-types.ts +1 -0
|
@@ -48075,6 +48075,11 @@ declare const _default: {
|
|
|
48075
48075
|
};
|
|
48076
48076
|
reservation: {
|
|
48077
48077
|
properties: {
|
|
48078
|
+
access_grant_id: {
|
|
48079
|
+
format: string;
|
|
48080
|
+
nullable: boolean;
|
|
48081
|
+
type: string;
|
|
48082
|
+
};
|
|
48078
48083
|
access_methods: {
|
|
48079
48084
|
items: {
|
|
48080
48085
|
properties: {
|
|
@@ -48224,6 +48229,11 @@ declare const _default: {
|
|
|
48224
48229
|
};
|
|
48225
48230
|
reservation: {
|
|
48226
48231
|
properties: {
|
|
48232
|
+
access_grant_id: {
|
|
48233
|
+
format: string;
|
|
48234
|
+
nullable: boolean;
|
|
48235
|
+
type: string;
|
|
48236
|
+
};
|
|
48227
48237
|
access_methods: {
|
|
48228
48238
|
items: {
|
|
48229
48239
|
properties: {
|
|
@@ -52743,6 +52743,11 @@ export default {
|
|
|
52743
52743
|
ok: { type: 'boolean' },
|
|
52744
52744
|
reservation: {
|
|
52745
52745
|
properties: {
|
|
52746
|
+
access_grant_id: {
|
|
52747
|
+
format: 'uuid',
|
|
52748
|
+
nullable: true,
|
|
52749
|
+
type: 'string',
|
|
52750
|
+
},
|
|
52746
52751
|
access_methods: {
|
|
52747
52752
|
items: {
|
|
52748
52753
|
properties: {
|
|
@@ -52814,6 +52819,7 @@ export default {
|
|
|
52814
52819
|
'created_at',
|
|
52815
52820
|
'guest_name',
|
|
52816
52821
|
'spaces',
|
|
52822
|
+
'access_grant_id',
|
|
52817
52823
|
'access_methods',
|
|
52818
52824
|
],
|
|
52819
52825
|
type: 'object',
|
|
@@ -52871,6 +52877,11 @@ export default {
|
|
|
52871
52877
|
ok: { type: 'boolean' },
|
|
52872
52878
|
reservation: {
|
|
52873
52879
|
properties: {
|
|
52880
|
+
access_grant_id: {
|
|
52881
|
+
format: 'uuid',
|
|
52882
|
+
nullable: true,
|
|
52883
|
+
type: 'string',
|
|
52884
|
+
},
|
|
52874
52885
|
access_methods: {
|
|
52875
52886
|
items: {
|
|
52876
52887
|
properties: {
|
|
@@ -52942,6 +52953,7 @@ export default {
|
|
|
52942
52953
|
'created_at',
|
|
52943
52954
|
'guest_name',
|
|
52944
52955
|
'spaces',
|
|
52956
|
+
'access_grant_id',
|
|
52945
52957
|
'access_methods',
|
|
52946
52958
|
],
|
|
52947
52959
|
type: 'object',
|