@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.d.cts
CHANGED
|
@@ -92019,7 +92019,27 @@ declare const _default: {
|
|
|
92019
92019
|
properties: {
|
|
92020
92020
|
access_methods: {
|
|
92021
92021
|
items: {
|
|
92022
|
-
|
|
92022
|
+
properties: {
|
|
92023
|
+
access_method_id: {
|
|
92024
|
+
format: string;
|
|
92025
|
+
type: string;
|
|
92026
|
+
};
|
|
92027
|
+
code: {
|
|
92028
|
+
nullable: boolean;
|
|
92029
|
+
type: string;
|
|
92030
|
+
};
|
|
92031
|
+
is_card_encoding_required: {
|
|
92032
|
+
type: string;
|
|
92033
|
+
};
|
|
92034
|
+
is_issued: {
|
|
92035
|
+
type: string;
|
|
92036
|
+
};
|
|
92037
|
+
mode: {
|
|
92038
|
+
type: string;
|
|
92039
|
+
};
|
|
92040
|
+
};
|
|
92041
|
+
required: string[];
|
|
92042
|
+
type: string;
|
|
92023
92043
|
};
|
|
92024
92044
|
type: string;
|
|
92025
92045
|
};
|
|
@@ -92047,6 +92067,27 @@ declare const _default: {
|
|
|
92047
92067
|
reservation_key: {
|
|
92048
92068
|
type: string;
|
|
92049
92069
|
};
|
|
92070
|
+
spaces: {
|
|
92071
|
+
items: {
|
|
92072
|
+
properties: {
|
|
92073
|
+
name: {
|
|
92074
|
+
nullable: boolean;
|
|
92075
|
+
type: string;
|
|
92076
|
+
};
|
|
92077
|
+
space_id: {
|
|
92078
|
+
format: string;
|
|
92079
|
+
nullable: boolean;
|
|
92080
|
+
type: string;
|
|
92081
|
+
};
|
|
92082
|
+
space_key: {
|
|
92083
|
+
type: string;
|
|
92084
|
+
};
|
|
92085
|
+
};
|
|
92086
|
+
required: string[];
|
|
92087
|
+
type: string;
|
|
92088
|
+
};
|
|
92089
|
+
type: string;
|
|
92090
|
+
};
|
|
92050
92091
|
starts_at: {
|
|
92051
92092
|
format: string;
|
|
92052
92093
|
nullable: boolean;
|
|
@@ -92119,7 +92160,27 @@ declare const _default: {
|
|
|
92119
92160
|
properties: {
|
|
92120
92161
|
access_methods: {
|
|
92121
92162
|
items: {
|
|
92122
|
-
|
|
92163
|
+
properties: {
|
|
92164
|
+
access_method_id: {
|
|
92165
|
+
format: string;
|
|
92166
|
+
type: string;
|
|
92167
|
+
};
|
|
92168
|
+
code: {
|
|
92169
|
+
nullable: boolean;
|
|
92170
|
+
type: string;
|
|
92171
|
+
};
|
|
92172
|
+
is_card_encoding_required: {
|
|
92173
|
+
type: string;
|
|
92174
|
+
};
|
|
92175
|
+
is_issued: {
|
|
92176
|
+
type: string;
|
|
92177
|
+
};
|
|
92178
|
+
mode: {
|
|
92179
|
+
type: string;
|
|
92180
|
+
};
|
|
92181
|
+
};
|
|
92182
|
+
required: string[];
|
|
92183
|
+
type: string;
|
|
92123
92184
|
};
|
|
92124
92185
|
type: string;
|
|
92125
92186
|
};
|
|
@@ -92147,6 +92208,27 @@ declare const _default: {
|
|
|
92147
92208
|
reservation_key: {
|
|
92148
92209
|
type: string;
|
|
92149
92210
|
};
|
|
92211
|
+
spaces: {
|
|
92212
|
+
items: {
|
|
92213
|
+
properties: {
|
|
92214
|
+
name: {
|
|
92215
|
+
nullable: boolean;
|
|
92216
|
+
type: string;
|
|
92217
|
+
};
|
|
92218
|
+
space_id: {
|
|
92219
|
+
format: string;
|
|
92220
|
+
nullable: boolean;
|
|
92221
|
+
type: string;
|
|
92222
|
+
};
|
|
92223
|
+
space_key: {
|
|
92224
|
+
type: string;
|
|
92225
|
+
};
|
|
92226
|
+
};
|
|
92227
|
+
required: string[];
|
|
92228
|
+
type: string;
|
|
92229
|
+
};
|
|
92230
|
+
type: string;
|
|
92231
|
+
};
|
|
92150
92232
|
starts_at: {
|
|
92151
92233
|
format: string;
|
|
92152
92234
|
nullable: boolean;
|
|
@@ -92282,6 +92364,26 @@ declare const _default: {
|
|
|
92282
92364
|
reservation_key: {
|
|
92283
92365
|
type: string;
|
|
92284
92366
|
};
|
|
92367
|
+
spaces: {
|
|
92368
|
+
items: {
|
|
92369
|
+
properties: {
|
|
92370
|
+
name: {
|
|
92371
|
+
nullable: boolean;
|
|
92372
|
+
type: string;
|
|
92373
|
+
};
|
|
92374
|
+
space_id: {
|
|
92375
|
+
nullable: boolean;
|
|
92376
|
+
type: string;
|
|
92377
|
+
};
|
|
92378
|
+
space_key: {
|
|
92379
|
+
type: string;
|
|
92380
|
+
};
|
|
92381
|
+
};
|
|
92382
|
+
required: string[];
|
|
92383
|
+
type: string;
|
|
92384
|
+
};
|
|
92385
|
+
type: string;
|
|
92386
|
+
};
|
|
92285
92387
|
starts_at: {
|
|
92286
92388
|
format: string;
|
|
92287
92389
|
nullable: boolean;
|
|
@@ -92405,6 +92507,26 @@ declare const _default: {
|
|
|
92405
92507
|
reservation_key: {
|
|
92406
92508
|
type: string;
|
|
92407
92509
|
};
|
|
92510
|
+
spaces: {
|
|
92511
|
+
items: {
|
|
92512
|
+
properties: {
|
|
92513
|
+
name: {
|
|
92514
|
+
nullable: boolean;
|
|
92515
|
+
type: string;
|
|
92516
|
+
};
|
|
92517
|
+
space_id: {
|
|
92518
|
+
nullable: boolean;
|
|
92519
|
+
type: string;
|
|
92520
|
+
};
|
|
92521
|
+
space_key: {
|
|
92522
|
+
type: string;
|
|
92523
|
+
};
|
|
92524
|
+
};
|
|
92525
|
+
required: string[];
|
|
92526
|
+
type: string;
|
|
92527
|
+
};
|
|
92528
|
+
type: string;
|
|
92529
|
+
};
|
|
92408
92530
|
starts_at: {
|
|
92409
92531
|
format: string;
|
|
92410
92532
|
nullable: boolean;
|
|
@@ -167780,10 +167902,17 @@ type Routes = {
|
|
|
167780
167902
|
ends_at: string | null;
|
|
167781
167903
|
created_at: string;
|
|
167782
167904
|
guest_name: string | null;
|
|
167905
|
+
spaces: {
|
|
167906
|
+
space_id: string | null;
|
|
167907
|
+
space_key: string;
|
|
167908
|
+
name: string | null;
|
|
167909
|
+
}[];
|
|
167783
167910
|
access_methods: {
|
|
167784
167911
|
access_method_id: string;
|
|
167785
167912
|
mode: string;
|
|
167786
167913
|
is_issued: boolean;
|
|
167914
|
+
is_card_encoding_required?: boolean | undefined;
|
|
167915
|
+
code?: (string | null) | undefined;
|
|
167787
167916
|
}[];
|
|
167788
167917
|
};
|
|
167789
167918
|
};
|
|
@@ -167820,6 +167949,11 @@ type Routes = {
|
|
|
167820
167949
|
mode: string;
|
|
167821
167950
|
is_issued: boolean;
|
|
167822
167951
|
}[];
|
|
167952
|
+
spaces: {
|
|
167953
|
+
space_id: string | null;
|
|
167954
|
+
space_key: string;
|
|
167955
|
+
name: string | null;
|
|
167956
|
+
}[];
|
|
167823
167957
|
}[];
|
|
167824
167958
|
/** Information about the current page of results. */
|
|
167825
167959
|
pagination: {
|
package/dist/index.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
|
},
|