@seamapi/types 1.626.0 → 1.628.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 +26 -44
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +42 -96
- package/dist/index.cjs +26 -44
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +38 -82
- package/lib/seam/connect/openapi.js +24 -42
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +4 -14
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +24 -42
- package/src/lib/seam/connect/route-types.ts +4 -22
package/dist/connect.cjs
CHANGED
|
@@ -34429,7 +34429,8 @@ var openapi_default = {
|
|
|
34429
34429
|
security: [
|
|
34430
34430
|
{ pat_with_workspace: [] },
|
|
34431
34431
|
{ console_session_with_workspace: [] },
|
|
34432
|
-
{ api_key: [] }
|
|
34432
|
+
{ api_key: [] },
|
|
34433
|
+
{ client_session_with_customer: [] }
|
|
34433
34434
|
],
|
|
34434
34435
|
summary: "/access_methods/list",
|
|
34435
34436
|
tags: [],
|
|
@@ -34500,7 +34501,8 @@ var openapi_default = {
|
|
|
34500
34501
|
security: [
|
|
34501
34502
|
{ pat_with_workspace: [] },
|
|
34502
34503
|
{ console_session_with_workspace: [] },
|
|
34503
|
-
{ api_key: [] }
|
|
34504
|
+
{ api_key: [] },
|
|
34505
|
+
{ client_session_with_customer: [] }
|
|
34504
34506
|
],
|
|
34505
34507
|
summary: "/access_methods/list",
|
|
34506
34508
|
tags: [],
|
|
@@ -53421,14 +53423,8 @@ var openapi_default = {
|
|
|
53421
53423
|
properties: {
|
|
53422
53424
|
rules: {
|
|
53423
53425
|
properties: {
|
|
53424
|
-
delete_on_reservation_end: {
|
|
53425
|
-
properties: { enabled: { type: "boolean" } },
|
|
53426
|
-
required: ["enabled"],
|
|
53427
|
-
type: "object"
|
|
53428
|
-
},
|
|
53429
53426
|
reservation_created: {
|
|
53430
53427
|
properties: {
|
|
53431
|
-
enabled: { type: "boolean" },
|
|
53432
53428
|
fallback_preset: {
|
|
53433
53429
|
properties: {
|
|
53434
53430
|
fan_mode: {
|
|
@@ -53465,13 +53461,13 @@ var openapi_default = {
|
|
|
53465
53461
|
},
|
|
53466
53462
|
occupied_preset_key: { type: "string" }
|
|
53467
53463
|
},
|
|
53468
|
-
required: ["enabled"],
|
|
53469
53464
|
type: "object"
|
|
53470
53465
|
},
|
|
53471
|
-
|
|
53472
|
-
|
|
53473
|
-
|
|
53474
|
-
|
|
53466
|
+
reservation_deleted: {
|
|
53467
|
+
$ref: "#/components/schemas/access_code"
|
|
53468
|
+
},
|
|
53469
|
+
reservation_time_updated: {
|
|
53470
|
+
$ref: "#/components/schemas/access_code"
|
|
53475
53471
|
}
|
|
53476
53472
|
},
|
|
53477
53473
|
type: "object"
|
|
@@ -53636,14 +53632,8 @@ var openapi_default = {
|
|
|
53636
53632
|
properties: {
|
|
53637
53633
|
rules: {
|
|
53638
53634
|
properties: {
|
|
53639
|
-
delete_on_reservation_end: {
|
|
53640
|
-
properties: { enabled: { type: "boolean" } },
|
|
53641
|
-
required: ["enabled"],
|
|
53642
|
-
type: "object"
|
|
53643
|
-
},
|
|
53644
53635
|
reservation_created: {
|
|
53645
53636
|
properties: {
|
|
53646
|
-
enabled: { type: "boolean" },
|
|
53647
53637
|
fallback_preset: {
|
|
53648
53638
|
properties: {
|
|
53649
53639
|
fan_mode: {
|
|
@@ -53680,13 +53670,13 @@ var openapi_default = {
|
|
|
53680
53670
|
},
|
|
53681
53671
|
occupied_preset_key: { type: "string" }
|
|
53682
53672
|
},
|
|
53683
|
-
required: ["enabled"],
|
|
53684
53673
|
type: "object"
|
|
53685
53674
|
},
|
|
53686
|
-
|
|
53687
|
-
|
|
53688
|
-
|
|
53689
|
-
|
|
53675
|
+
reservation_deleted: {
|
|
53676
|
+
$ref: "#/components/schemas/access_code"
|
|
53677
|
+
},
|
|
53678
|
+
reservation_time_updated: {
|
|
53679
|
+
$ref: "#/components/schemas/access_code"
|
|
53690
53680
|
}
|
|
53691
53681
|
},
|
|
53692
53682
|
type: "object"
|
|
@@ -53842,14 +53832,8 @@ var openapi_default = {
|
|
|
53842
53832
|
properties: {
|
|
53843
53833
|
rules: {
|
|
53844
53834
|
properties: {
|
|
53845
|
-
delete_on_reservation_end: {
|
|
53846
|
-
properties: { enabled: { type: "boolean" } },
|
|
53847
|
-
required: ["enabled"],
|
|
53848
|
-
type: "object"
|
|
53849
|
-
},
|
|
53850
53835
|
reservation_created: {
|
|
53851
53836
|
properties: {
|
|
53852
|
-
enabled: { type: "boolean" },
|
|
53853
53837
|
fallback_preset: {
|
|
53854
53838
|
properties: {
|
|
53855
53839
|
fan_mode: {
|
|
@@ -53886,12 +53870,14 @@ var openapi_default = {
|
|
|
53886
53870
|
},
|
|
53887
53871
|
occupied_preset_key: { type: "string" }
|
|
53888
53872
|
},
|
|
53889
|
-
required: ["enabled"],
|
|
53890
53873
|
type: "object"
|
|
53891
53874
|
},
|
|
53892
|
-
|
|
53893
|
-
properties: {
|
|
53894
|
-
|
|
53875
|
+
reservation_deleted: {
|
|
53876
|
+
properties: {},
|
|
53877
|
+
type: "object"
|
|
53878
|
+
},
|
|
53879
|
+
reservation_time_updated: {
|
|
53880
|
+
properties: {},
|
|
53895
53881
|
type: "object"
|
|
53896
53882
|
}
|
|
53897
53883
|
},
|
|
@@ -54055,14 +54041,8 @@ var openapi_default = {
|
|
|
54055
54041
|
properties: {
|
|
54056
54042
|
rules: {
|
|
54057
54043
|
properties: {
|
|
54058
|
-
delete_on_reservation_end: {
|
|
54059
|
-
properties: { enabled: { type: "boolean" } },
|
|
54060
|
-
required: ["enabled"],
|
|
54061
|
-
type: "object"
|
|
54062
|
-
},
|
|
54063
54044
|
reservation_created: {
|
|
54064
54045
|
properties: {
|
|
54065
|
-
enabled: { type: "boolean" },
|
|
54066
54046
|
fallback_preset: {
|
|
54067
54047
|
properties: {
|
|
54068
54048
|
fan_mode: {
|
|
@@ -54099,12 +54079,14 @@ var openapi_default = {
|
|
|
54099
54079
|
},
|
|
54100
54080
|
occupied_preset_key: { type: "string" }
|
|
54101
54081
|
},
|
|
54102
|
-
required: ["enabled"],
|
|
54103
54082
|
type: "object"
|
|
54104
54083
|
},
|
|
54105
|
-
|
|
54106
|
-
properties: {
|
|
54107
|
-
|
|
54084
|
+
reservation_deleted: {
|
|
54085
|
+
properties: {},
|
|
54086
|
+
type: "object"
|
|
54087
|
+
},
|
|
54088
|
+
reservation_time_updated: {
|
|
54089
|
+
properties: {},
|
|
54108
54090
|
type: "object"
|
|
54109
54091
|
}
|
|
54110
54092
|
},
|