@seamapi/types 1.728.0 → 1.729.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 +8 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +14 -0
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +12 -0
- package/lib/seam/connect/openapi.js +8 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +8 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
package/dist/connect.cjs
CHANGED
|
@@ -65141,6 +65141,7 @@ var openapi_default = {
|
|
|
65141
65141
|
type: "string"
|
|
65142
65142
|
},
|
|
65143
65143
|
guest_name: { nullable: true, type: "string" },
|
|
65144
|
+
is_resource_syncing: { type: "boolean" },
|
|
65144
65145
|
name: { nullable: true, type: "string" },
|
|
65145
65146
|
reservation_id: { format: "uuid", type: "string" },
|
|
65146
65147
|
reservation_key: { type: "string" },
|
|
@@ -65173,6 +65174,7 @@ var openapi_default = {
|
|
|
65173
65174
|
"starts_at",
|
|
65174
65175
|
"ends_at",
|
|
65175
65176
|
"created_at",
|
|
65177
|
+
"is_resource_syncing",
|
|
65176
65178
|
"guest_name",
|
|
65177
65179
|
"spaces",
|
|
65178
65180
|
"access_grant_id",
|
|
@@ -65275,6 +65277,7 @@ var openapi_default = {
|
|
|
65275
65277
|
type: "string"
|
|
65276
65278
|
},
|
|
65277
65279
|
guest_name: { nullable: true, type: "string" },
|
|
65280
|
+
is_resource_syncing: { type: "boolean" },
|
|
65278
65281
|
name: { nullable: true, type: "string" },
|
|
65279
65282
|
reservation_id: { format: "uuid", type: "string" },
|
|
65280
65283
|
reservation_key: { type: "string" },
|
|
@@ -65307,6 +65310,7 @@ var openapi_default = {
|
|
|
65307
65310
|
"starts_at",
|
|
65308
65311
|
"ends_at",
|
|
65309
65312
|
"created_at",
|
|
65313
|
+
"is_resource_syncing",
|
|
65310
65314
|
"guest_name",
|
|
65311
65315
|
"spaces",
|
|
65312
65316
|
"access_grant_id",
|
|
@@ -65474,6 +65478,7 @@ var openapi_default = {
|
|
|
65474
65478
|
type: "string"
|
|
65475
65479
|
},
|
|
65476
65480
|
guest_name: { nullable: true, type: "string" },
|
|
65481
|
+
is_resource_syncing: { type: "boolean" },
|
|
65477
65482
|
name: { nullable: true, type: "string" },
|
|
65478
65483
|
pending_mutations: {
|
|
65479
65484
|
items: {
|
|
@@ -65540,6 +65545,7 @@ var openapi_default = {
|
|
|
65540
65545
|
"starts_at",
|
|
65541
65546
|
"ends_at",
|
|
65542
65547
|
"created_at",
|
|
65548
|
+
"is_resource_syncing",
|
|
65543
65549
|
"guest_name",
|
|
65544
65550
|
"warnings",
|
|
65545
65551
|
"pending_mutations",
|
|
@@ -65693,6 +65699,7 @@ var openapi_default = {
|
|
|
65693
65699
|
type: "string"
|
|
65694
65700
|
},
|
|
65695
65701
|
guest_name: { nullable: true, type: "string" },
|
|
65702
|
+
is_resource_syncing: { type: "boolean" },
|
|
65696
65703
|
name: { nullable: true, type: "string" },
|
|
65697
65704
|
pending_mutations: {
|
|
65698
65705
|
items: {
|
|
@@ -65759,6 +65766,7 @@ var openapi_default = {
|
|
|
65759
65766
|
"starts_at",
|
|
65760
65767
|
"ends_at",
|
|
65761
65768
|
"created_at",
|
|
65769
|
+
"is_resource_syncing",
|
|
65762
65770
|
"guest_name",
|
|
65763
65771
|
"warnings",
|
|
65764
65772
|
"pending_mutations",
|