@seamapi/types 1.519.0 → 1.521.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 +68 -40
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +101 -49
- package/dist/index.cjs +68 -40
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/access-grant-resources.d.ts +18 -0
- package/lib/seam/connect/models/customer/access-grant-resources.js +4 -0
- package/lib/seam/connect/models/customer/access-grant-resources.js.map +1 -1
- package/lib/seam/connect/models/customer/customer-data.d.ts +15 -0
- package/lib/seam/connect/openapi.d.ts +76 -44
- package/lib/seam/connect/openapi.js +66 -38
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +25 -5
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/access-grant-resources.ts +6 -0
- package/src/lib/seam/connect/openapi.ts +75 -40
- package/src/lib/seam/connect/route-types.ts +28 -7
package/dist/connect.cjs
CHANGED
|
@@ -35045,9 +35045,10 @@ var openapi_default = {
|
|
|
35045
35045
|
items: { $ref: "#/components/schemas/acs_encoder" },
|
|
35046
35046
|
type: "array"
|
|
35047
35047
|
},
|
|
35048
|
-
ok: { type: "boolean" }
|
|
35048
|
+
ok: { type: "boolean" },
|
|
35049
|
+
pagination: { $ref: "#/components/schemas/pagination" }
|
|
35049
35050
|
},
|
|
35050
|
-
required: ["acs_encoders", "ok"],
|
|
35051
|
+
required: ["acs_encoders", "pagination", "ok"],
|
|
35051
35052
|
type: "object"
|
|
35052
35053
|
}
|
|
35053
35054
|
}
|
|
@@ -35077,56 +35078,58 @@ var openapi_default = {
|
|
|
35077
35078
|
content: {
|
|
35078
35079
|
"application/json": {
|
|
35079
35080
|
schema: {
|
|
35080
|
-
|
|
35081
|
+
allOf: [
|
|
35081
35082
|
{
|
|
35082
|
-
|
|
35083
|
-
|
|
35084
|
-
|
|
35085
|
-
|
|
35086
|
-
|
|
35083
|
+
oneOf: [
|
|
35084
|
+
{
|
|
35085
|
+
properties: {
|
|
35086
|
+
acs_system_id: {
|
|
35087
|
+
description: "ID of the access system for which you want to retrieve all encoders.",
|
|
35088
|
+
format: "uuid",
|
|
35089
|
+
type: "string"
|
|
35090
|
+
}
|
|
35091
|
+
},
|
|
35092
|
+
required: ["acs_system_id"],
|
|
35093
|
+
type: "object"
|
|
35087
35094
|
},
|
|
35088
|
-
|
|
35089
|
-
|
|
35090
|
-
|
|
35091
|
-
|
|
35092
|
-
|
|
35093
|
-
|
|
35094
|
-
|
|
35095
|
-
|
|
35096
|
-
|
|
35097
|
-
|
|
35098
|
-
{
|
|
35099
|
-
properties: {
|
|
35100
|
-
acs_system_ids: {
|
|
35101
|
-
description: "IDs of the access systems for which you want to retrieve all encoders.",
|
|
35102
|
-
items: { format: "uuid", type: "string" },
|
|
35103
|
-
type: "array"
|
|
35095
|
+
{
|
|
35096
|
+
properties: {
|
|
35097
|
+
acs_system_ids: {
|
|
35098
|
+
description: "IDs of the access systems for which you want to retrieve all encoders.",
|
|
35099
|
+
items: { format: "uuid", type: "string" },
|
|
35100
|
+
type: "array"
|
|
35101
|
+
}
|
|
35102
|
+
},
|
|
35103
|
+
required: ["acs_system_ids"],
|
|
35104
|
+
type: "object"
|
|
35104
35105
|
},
|
|
35105
|
-
|
|
35106
|
-
|
|
35107
|
-
|
|
35108
|
-
|
|
35109
|
-
|
|
35106
|
+
{
|
|
35107
|
+
properties: {
|
|
35108
|
+
acs_encoder_ids: {
|
|
35109
|
+
description: "IDs of the encoders that you want to retrieve.",
|
|
35110
|
+
items: { format: "uuid", type: "string" },
|
|
35111
|
+
type: "array"
|
|
35112
|
+
}
|
|
35113
|
+
},
|
|
35114
|
+
required: ["acs_encoder_ids"],
|
|
35115
|
+
type: "object"
|
|
35110
35116
|
}
|
|
35111
|
-
|
|
35112
|
-
required: ["acs_system_ids"],
|
|
35113
|
-
type: "object"
|
|
35117
|
+
]
|
|
35114
35118
|
},
|
|
35115
35119
|
{
|
|
35116
35120
|
properties: {
|
|
35117
|
-
acs_encoder_ids: {
|
|
35118
|
-
description: "IDs of the encoders that you want to retrieve.",
|
|
35119
|
-
items: { format: "uuid", type: "string" },
|
|
35120
|
-
type: "array"
|
|
35121
|
-
},
|
|
35122
35121
|
limit: {
|
|
35123
35122
|
default: 500,
|
|
35124
35123
|
description: "Number of encoders to return.",
|
|
35125
35124
|
format: "float",
|
|
35126
35125
|
type: "number"
|
|
35126
|
+
},
|
|
35127
|
+
page_cursor: {
|
|
35128
|
+
description: "Identifies the specific page of results to return, obtained from the previous page's `next_page_cursor`.",
|
|
35129
|
+
nullable: true,
|
|
35130
|
+
type: "string"
|
|
35127
35131
|
}
|
|
35128
35132
|
},
|
|
35129
|
-
required: ["acs_encoder_ids"],
|
|
35130
35133
|
type: "object"
|
|
35131
35134
|
}
|
|
35132
35135
|
]
|
|
@@ -35144,9 +35147,10 @@ var openapi_default = {
|
|
|
35144
35147
|
items: { $ref: "#/components/schemas/acs_encoder" },
|
|
35145
35148
|
type: "array"
|
|
35146
35149
|
},
|
|
35147
|
-
ok: { type: "boolean" }
|
|
35150
|
+
ok: { type: "boolean" },
|
|
35151
|
+
pagination: { $ref: "#/components/schemas/pagination" }
|
|
35148
35152
|
},
|
|
35149
|
-
required: ["acs_encoders", "ok"],
|
|
35153
|
+
required: ["acs_encoders", "pagination", "ok"],
|
|
35150
35154
|
type: "object"
|
|
35151
35155
|
}
|
|
35152
35156
|
}
|
|
@@ -40570,6 +40574,10 @@ var openapi_default = {
|
|
|
40570
40574
|
description: "Your name for this access grant resource.",
|
|
40571
40575
|
type: "string"
|
|
40572
40576
|
},
|
|
40577
|
+
preferred_code: {
|
|
40578
|
+
description: "Preferred PIN code to use when creating access for this reservation.",
|
|
40579
|
+
type: "string"
|
|
40580
|
+
},
|
|
40573
40581
|
property_keys: {
|
|
40574
40582
|
description: "Property keys associated with the access grant.",
|
|
40575
40583
|
items: { type: "string" },
|
|
@@ -40656,6 +40664,10 @@ var openapi_default = {
|
|
|
40656
40664
|
description: "Your name for this access grant resource.",
|
|
40657
40665
|
type: "string"
|
|
40658
40666
|
},
|
|
40667
|
+
preferred_code: {
|
|
40668
|
+
description: "Preferred PIN code to use when creating access for this reservation.",
|
|
40669
|
+
type: "string"
|
|
40670
|
+
},
|
|
40659
40671
|
property_keys: {
|
|
40660
40672
|
description: "Property keys associated with the access grant.",
|
|
40661
40673
|
items: { type: "string" },
|
|
@@ -40876,6 +40888,10 @@ var openapi_default = {
|
|
|
40876
40888
|
description: "Your name for this access grant resource.",
|
|
40877
40889
|
type: "string"
|
|
40878
40890
|
},
|
|
40891
|
+
preferred_code: {
|
|
40892
|
+
description: "Preferred PIN code to use when creating access for this reservation.",
|
|
40893
|
+
type: "string"
|
|
40894
|
+
},
|
|
40879
40895
|
property_keys: {
|
|
40880
40896
|
description: "Property keys associated with the access grant.",
|
|
40881
40897
|
items: { type: "string" },
|
|
@@ -41493,6 +41509,10 @@ var openapi_default = {
|
|
|
41493
41509
|
description: "Your name for this access grant resource.",
|
|
41494
41510
|
type: "string"
|
|
41495
41511
|
},
|
|
41512
|
+
preferred_code: {
|
|
41513
|
+
description: "Preferred PIN code to use when creating access for this reservation.",
|
|
41514
|
+
type: "string"
|
|
41515
|
+
},
|
|
41496
41516
|
property_keys: {
|
|
41497
41517
|
description: "Property keys associated with the access grant.",
|
|
41498
41518
|
items: { type: "string" },
|
|
@@ -41579,6 +41599,10 @@ var openapi_default = {
|
|
|
41579
41599
|
description: "Your name for this access grant resource.",
|
|
41580
41600
|
type: "string"
|
|
41581
41601
|
},
|
|
41602
|
+
preferred_code: {
|
|
41603
|
+
description: "Preferred PIN code to use when creating access for this reservation.",
|
|
41604
|
+
type: "string"
|
|
41605
|
+
},
|
|
41582
41606
|
property_keys: {
|
|
41583
41607
|
description: "Property keys associated with the access grant.",
|
|
41584
41608
|
items: { type: "string" },
|
|
@@ -41799,6 +41823,10 @@ var openapi_default = {
|
|
|
41799
41823
|
description: "Your name for this access grant resource.",
|
|
41800
41824
|
type: "string"
|
|
41801
41825
|
},
|
|
41826
|
+
preferred_code: {
|
|
41827
|
+
description: "Preferred PIN code to use when creating access for this reservation.",
|
|
41828
|
+
type: "string"
|
|
41829
|
+
},
|
|
41802
41830
|
property_keys: {
|
|
41803
41831
|
description: "Property keys associated with the access grant.",
|
|
41804
41832
|
items: { type: "string" },
|