@seamapi/types 1.564.0 → 1.565.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 +90 -4
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +136 -2
- package/dist/index.cjs +90 -4
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +124 -2
- package/lib/seam/connect/openapi.js +88 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +12 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +88 -2
- package/src/lib/seam/connect/route-types.ts +12 -0
package/dist/connect.cjs
CHANGED
|
@@ -51769,7 +51769,20 @@ var openapi_default = {
|
|
|
51769
51769
|
reservation: {
|
|
51770
51770
|
properties: {
|
|
51771
51771
|
access_methods: {
|
|
51772
|
-
items: {
|
|
51772
|
+
items: {
|
|
51773
|
+
properties: {
|
|
51774
|
+
access_method_id: {
|
|
51775
|
+
format: "uuid",
|
|
51776
|
+
type: "string"
|
|
51777
|
+
},
|
|
51778
|
+
code: { nullable: true, type: "string" },
|
|
51779
|
+
is_card_encoding_required: { type: "boolean" },
|
|
51780
|
+
is_issued: { type: "boolean" },
|
|
51781
|
+
mode: { type: "string" }
|
|
51782
|
+
},
|
|
51783
|
+
required: ["access_method_id", "mode", "is_issued"],
|
|
51784
|
+
type: "object"
|
|
51785
|
+
},
|
|
51773
51786
|
type: "array"
|
|
51774
51787
|
},
|
|
51775
51788
|
created_at: { format: "date-time", type: "string" },
|
|
@@ -51782,6 +51795,22 @@ var openapi_default = {
|
|
|
51782
51795
|
name: { nullable: true, type: "string" },
|
|
51783
51796
|
reservation_id: { format: "uuid", type: "string" },
|
|
51784
51797
|
reservation_key: { type: "string" },
|
|
51798
|
+
spaces: {
|
|
51799
|
+
items: {
|
|
51800
|
+
properties: {
|
|
51801
|
+
name: { nullable: true, type: "string" },
|
|
51802
|
+
space_id: {
|
|
51803
|
+
format: "uuid",
|
|
51804
|
+
nullable: true,
|
|
51805
|
+
type: "string"
|
|
51806
|
+
},
|
|
51807
|
+
space_key: { type: "string" }
|
|
51808
|
+
},
|
|
51809
|
+
required: ["space_id", "space_key", "name"],
|
|
51810
|
+
type: "object"
|
|
51811
|
+
},
|
|
51812
|
+
type: "array"
|
|
51813
|
+
},
|
|
51785
51814
|
starts_at: {
|
|
51786
51815
|
format: "date-time",
|
|
51787
51816
|
nullable: true,
|
|
@@ -51796,6 +51825,7 @@ var openapi_default = {
|
|
|
51796
51825
|
"ends_at",
|
|
51797
51826
|
"created_at",
|
|
51798
51827
|
"guest_name",
|
|
51828
|
+
"spaces",
|
|
51799
51829
|
"access_methods"
|
|
51800
51830
|
],
|
|
51801
51831
|
type: "object"
|
|
@@ -51854,7 +51884,20 @@ var openapi_default = {
|
|
|
51854
51884
|
reservation: {
|
|
51855
51885
|
properties: {
|
|
51856
51886
|
access_methods: {
|
|
51857
|
-
items: {
|
|
51887
|
+
items: {
|
|
51888
|
+
properties: {
|
|
51889
|
+
access_method_id: {
|
|
51890
|
+
format: "uuid",
|
|
51891
|
+
type: "string"
|
|
51892
|
+
},
|
|
51893
|
+
code: { nullable: true, type: "string" },
|
|
51894
|
+
is_card_encoding_required: { type: "boolean" },
|
|
51895
|
+
is_issued: { type: "boolean" },
|
|
51896
|
+
mode: { type: "string" }
|
|
51897
|
+
},
|
|
51898
|
+
required: ["access_method_id", "mode", "is_issued"],
|
|
51899
|
+
type: "object"
|
|
51900
|
+
},
|
|
51858
51901
|
type: "array"
|
|
51859
51902
|
},
|
|
51860
51903
|
created_at: { format: "date-time", type: "string" },
|
|
@@ -51867,6 +51910,22 @@ var openapi_default = {
|
|
|
51867
51910
|
name: { nullable: true, type: "string" },
|
|
51868
51911
|
reservation_id: { format: "uuid", type: "string" },
|
|
51869
51912
|
reservation_key: { type: "string" },
|
|
51913
|
+
spaces: {
|
|
51914
|
+
items: {
|
|
51915
|
+
properties: {
|
|
51916
|
+
name: { nullable: true, type: "string" },
|
|
51917
|
+
space_id: {
|
|
51918
|
+
format: "uuid",
|
|
51919
|
+
nullable: true,
|
|
51920
|
+
type: "string"
|
|
51921
|
+
},
|
|
51922
|
+
space_key: { type: "string" }
|
|
51923
|
+
},
|
|
51924
|
+
required: ["space_id", "space_key", "name"],
|
|
51925
|
+
type: "object"
|
|
51926
|
+
},
|
|
51927
|
+
type: "array"
|
|
51928
|
+
},
|
|
51870
51929
|
starts_at: {
|
|
51871
51930
|
format: "date-time",
|
|
51872
51931
|
nullable: true,
|
|
@@ -51881,6 +51940,7 @@ var openapi_default = {
|
|
|
51881
51940
|
"ends_at",
|
|
51882
51941
|
"created_at",
|
|
51883
51942
|
"guest_name",
|
|
51943
|
+
"spaces",
|
|
51884
51944
|
"access_methods"
|
|
51885
51945
|
],
|
|
51886
51946
|
type: "object"
|
|
@@ -51986,6 +52046,18 @@ var openapi_default = {
|
|
|
51986
52046
|
name: { nullable: true, type: "string" },
|
|
51987
52047
|
reservation_id: { format: "uuid", type: "string" },
|
|
51988
52048
|
reservation_key: { type: "string" },
|
|
52049
|
+
spaces: {
|
|
52050
|
+
items: {
|
|
52051
|
+
properties: {
|
|
52052
|
+
name: { nullable: true, type: "string" },
|
|
52053
|
+
space_id: { nullable: true, type: "string" },
|
|
52054
|
+
space_key: { type: "string" }
|
|
52055
|
+
},
|
|
52056
|
+
required: ["space_id", "space_key", "name"],
|
|
52057
|
+
type: "object"
|
|
52058
|
+
},
|
|
52059
|
+
type: "array"
|
|
52060
|
+
},
|
|
51989
52061
|
starts_at: {
|
|
51990
52062
|
format: "date-time",
|
|
51991
52063
|
nullable: true,
|
|
@@ -52000,7 +52072,8 @@ var openapi_default = {
|
|
|
52000
52072
|
"ends_at",
|
|
52001
52073
|
"created_at",
|
|
52002
52074
|
"guest_name",
|
|
52003
|
-
"access_methods"
|
|
52075
|
+
"access_methods",
|
|
52076
|
+
"spaces"
|
|
52004
52077
|
],
|
|
52005
52078
|
type: "object"
|
|
52006
52079
|
},
|
|
@@ -52094,6 +52167,18 @@ var openapi_default = {
|
|
|
52094
52167
|
name: { nullable: true, type: "string" },
|
|
52095
52168
|
reservation_id: { format: "uuid", type: "string" },
|
|
52096
52169
|
reservation_key: { type: "string" },
|
|
52170
|
+
spaces: {
|
|
52171
|
+
items: {
|
|
52172
|
+
properties: {
|
|
52173
|
+
name: { nullable: true, type: "string" },
|
|
52174
|
+
space_id: { nullable: true, type: "string" },
|
|
52175
|
+
space_key: { type: "string" }
|
|
52176
|
+
},
|
|
52177
|
+
required: ["space_id", "space_key", "name"],
|
|
52178
|
+
type: "object"
|
|
52179
|
+
},
|
|
52180
|
+
type: "array"
|
|
52181
|
+
},
|
|
52097
52182
|
starts_at: {
|
|
52098
52183
|
format: "date-time",
|
|
52099
52184
|
nullable: true,
|
|
@@ -52108,7 +52193,8 @@ var openapi_default = {
|
|
|
52108
52193
|
"ends_at",
|
|
52109
52194
|
"created_at",
|
|
52110
52195
|
"guest_name",
|
|
52111
|
-
"access_methods"
|
|
52196
|
+
"access_methods",
|
|
52197
|
+
"spaces"
|
|
52112
52198
|
],
|
|
52113
52199
|
type: "object"
|
|
52114
52200
|
},
|