@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.d.cts
CHANGED
|
@@ -112448,6 +112448,9 @@ declare const _default: {
|
|
|
112448
112448
|
nullable: boolean;
|
|
112449
112449
|
type: string;
|
|
112450
112450
|
};
|
|
112451
|
+
is_resource_syncing: {
|
|
112452
|
+
type: string;
|
|
112453
|
+
};
|
|
112451
112454
|
name: {
|
|
112452
112455
|
nullable: boolean;
|
|
112453
112456
|
type: string;
|
|
@@ -112602,6 +112605,9 @@ declare const _default: {
|
|
|
112602
112605
|
nullable: boolean;
|
|
112603
112606
|
type: string;
|
|
112604
112607
|
};
|
|
112608
|
+
is_resource_syncing: {
|
|
112609
|
+
type: string;
|
|
112610
|
+
};
|
|
112605
112611
|
name: {
|
|
112606
112612
|
nullable: boolean;
|
|
112607
112613
|
type: string;
|
|
@@ -112826,6 +112832,9 @@ declare const _default: {
|
|
|
112826
112832
|
nullable: boolean;
|
|
112827
112833
|
type: string;
|
|
112828
112834
|
};
|
|
112835
|
+
is_resource_syncing: {
|
|
112836
|
+
type: string;
|
|
112837
|
+
};
|
|
112829
112838
|
name: {
|
|
112830
112839
|
nullable: boolean;
|
|
112831
112840
|
type: string;
|
|
@@ -113063,6 +113072,9 @@ declare const _default: {
|
|
|
113063
113072
|
nullable: boolean;
|
|
113064
113073
|
type: string;
|
|
113065
113074
|
};
|
|
113075
|
+
is_resource_syncing: {
|
|
113076
|
+
type: string;
|
|
113077
|
+
};
|
|
113066
113078
|
name: {
|
|
113067
113079
|
nullable: boolean;
|
|
113068
113080
|
type: string;
|
|
@@ -188256,6 +188268,7 @@ type Routes = {
|
|
|
188256
188268
|
starts_at: string | null;
|
|
188257
188269
|
ends_at: string | null;
|
|
188258
188270
|
created_at: string;
|
|
188271
|
+
is_resource_syncing: boolean;
|
|
188259
188272
|
guest_name: string | null;
|
|
188260
188273
|
spaces: {
|
|
188261
188274
|
space_id: string | null;
|
|
@@ -188304,6 +188317,7 @@ type Routes = {
|
|
|
188304
188317
|
starts_at: string | null;
|
|
188305
188318
|
ends_at: string | null;
|
|
188306
188319
|
created_at: string;
|
|
188320
|
+
is_resource_syncing: boolean;
|
|
188307
188321
|
guest_name: string | null;
|
|
188308
188322
|
warnings: {
|
|
188309
188323
|
warning_code: string;
|
package/dist/index.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",
|