@seamapi/types 1.597.0 → 1.598.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 +221 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +266 -12
- package/dist/index.cjs +221 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +436 -0
- package/lib/seam/connect/models/customer/customer-portal.js +22 -6
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +211 -0
- package/lib/seam/connect/openapi.js +221 -10
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +55 -12
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +38 -19
- package/src/lib/seam/connect/openapi.ts +267 -10
- package/src/lib/seam/connect/route-types.ts +61 -30
package/dist/connect.d.cts
CHANGED
|
@@ -82961,6 +82961,9 @@ declare const _default: {
|
|
|
82961
82961
|
manage_devices: {
|
|
82962
82962
|
exclude: boolean;
|
|
82963
82963
|
};
|
|
82964
|
+
manage_reservations: {
|
|
82965
|
+
exclude: boolean;
|
|
82966
|
+
};
|
|
82964
82967
|
organize: {
|
|
82965
82968
|
exclude: boolean;
|
|
82966
82969
|
};
|
|
@@ -83024,11 +83027,51 @@ declare const _default: {
|
|
|
83024
83027
|
default: {};
|
|
83025
83028
|
description: string;
|
|
83026
83029
|
properties: {
|
|
83030
|
+
accepted_providers: {
|
|
83031
|
+
description: string;
|
|
83032
|
+
items: {
|
|
83033
|
+
type: string;
|
|
83034
|
+
};
|
|
83035
|
+
type: string;
|
|
83036
|
+
};
|
|
83027
83037
|
exclude: {
|
|
83028
83038
|
default: boolean;
|
|
83029
83039
|
description: string;
|
|
83030
83040
|
type: string;
|
|
83031
83041
|
};
|
|
83042
|
+
excluded_providers: {
|
|
83043
|
+
description: string;
|
|
83044
|
+
items: {
|
|
83045
|
+
type: string;
|
|
83046
|
+
};
|
|
83047
|
+
type: string;
|
|
83048
|
+
};
|
|
83049
|
+
};
|
|
83050
|
+
type: string;
|
|
83051
|
+
};
|
|
83052
|
+
manage_reservations: {
|
|
83053
|
+
default: {};
|
|
83054
|
+
description: string;
|
|
83055
|
+
properties: {
|
|
83056
|
+
exclude: {
|
|
83057
|
+
default: boolean;
|
|
83058
|
+
description: string;
|
|
83059
|
+
type: string;
|
|
83060
|
+
};
|
|
83061
|
+
reservations: {
|
|
83062
|
+
default: {
|
|
83063
|
+
exclude: boolean;
|
|
83064
|
+
};
|
|
83065
|
+
description: string;
|
|
83066
|
+
properties: {
|
|
83067
|
+
exclude: {
|
|
83068
|
+
default: boolean;
|
|
83069
|
+
description: string;
|
|
83070
|
+
type: string;
|
|
83071
|
+
};
|
|
83072
|
+
};
|
|
83073
|
+
type: string;
|
|
83074
|
+
};
|
|
83032
83075
|
};
|
|
83033
83076
|
type: string;
|
|
83034
83077
|
};
|
|
@@ -93744,27 +93787,54 @@ declare const _default: {
|
|
|
93744
93787
|
type: string;
|
|
93745
93788
|
};
|
|
93746
93789
|
features: {
|
|
93790
|
+
default: {
|
|
93791
|
+
$ref: string;
|
|
93792
|
+
};
|
|
93747
93793
|
properties: {
|
|
93748
93794
|
configure: {
|
|
93795
|
+
default: {
|
|
93796
|
+
$ref: string;
|
|
93797
|
+
};
|
|
93798
|
+
description: string;
|
|
93749
93799
|
properties: {
|
|
93750
93800
|
allow_access_automation_rule_customization: {
|
|
93801
|
+
default: boolean;
|
|
93802
|
+
description: string;
|
|
93751
93803
|
type: string;
|
|
93752
93804
|
};
|
|
93753
93805
|
allow_instant_key_customization: {
|
|
93806
|
+
default: boolean;
|
|
93807
|
+
description: string;
|
|
93754
93808
|
type: string;
|
|
93755
93809
|
};
|
|
93756
93810
|
exclude: {
|
|
93811
|
+
default: boolean;
|
|
93812
|
+
description: string;
|
|
93757
93813
|
type: string;
|
|
93758
93814
|
};
|
|
93759
93815
|
};
|
|
93760
93816
|
type: string;
|
|
93761
93817
|
};
|
|
93762
93818
|
connect: {
|
|
93819
|
+
default: {
|
|
93820
|
+
$ref: string;
|
|
93821
|
+
};
|
|
93822
|
+
description: string;
|
|
93763
93823
|
properties: {
|
|
93824
|
+
accepted_providers: {
|
|
93825
|
+
description: string;
|
|
93826
|
+
items: {
|
|
93827
|
+
type: string;
|
|
93828
|
+
};
|
|
93829
|
+
type: string;
|
|
93830
|
+
};
|
|
93764
93831
|
exclude: {
|
|
93832
|
+
default: boolean;
|
|
93833
|
+
description: string;
|
|
93765
93834
|
type: string;
|
|
93766
93835
|
};
|
|
93767
93836
|
excluded_providers: {
|
|
93837
|
+
description: string;
|
|
93768
93838
|
items: {
|
|
93769
93839
|
type: string;
|
|
93770
93840
|
};
|
|
@@ -93774,16 +93844,70 @@ declare const _default: {
|
|
|
93774
93844
|
type: string;
|
|
93775
93845
|
};
|
|
93776
93846
|
manage_devices: {
|
|
93847
|
+
default: {
|
|
93848
|
+
$ref: string;
|
|
93849
|
+
};
|
|
93850
|
+
description: string;
|
|
93851
|
+
properties: {
|
|
93852
|
+
accepted_providers: {
|
|
93853
|
+
description: string;
|
|
93854
|
+
items: {
|
|
93855
|
+
type: string;
|
|
93856
|
+
};
|
|
93857
|
+
type: string;
|
|
93858
|
+
};
|
|
93859
|
+
exclude: {
|
|
93860
|
+
default: boolean;
|
|
93861
|
+
description: string;
|
|
93862
|
+
type: string;
|
|
93863
|
+
};
|
|
93864
|
+
excluded_providers: {
|
|
93865
|
+
description: string;
|
|
93866
|
+
items: {
|
|
93867
|
+
type: string;
|
|
93868
|
+
};
|
|
93869
|
+
type: string;
|
|
93870
|
+
};
|
|
93871
|
+
};
|
|
93872
|
+
type: string;
|
|
93873
|
+
};
|
|
93874
|
+
manage_reservations: {
|
|
93875
|
+
default: {
|
|
93876
|
+
$ref: string;
|
|
93877
|
+
};
|
|
93878
|
+
description: string;
|
|
93777
93879
|
properties: {
|
|
93778
93880
|
exclude: {
|
|
93881
|
+
default: boolean;
|
|
93882
|
+
description: string;
|
|
93883
|
+
type: string;
|
|
93884
|
+
};
|
|
93885
|
+
reservations: {
|
|
93886
|
+
default: {
|
|
93887
|
+
exclude: boolean;
|
|
93888
|
+
};
|
|
93889
|
+
description: string;
|
|
93890
|
+
properties: {
|
|
93891
|
+
exclude: {
|
|
93892
|
+
default: boolean;
|
|
93893
|
+
description: string;
|
|
93894
|
+
type: string;
|
|
93895
|
+
};
|
|
93896
|
+
};
|
|
93779
93897
|
type: string;
|
|
93780
93898
|
};
|
|
93781
93899
|
};
|
|
93782
93900
|
type: string;
|
|
93783
93901
|
};
|
|
93784
93902
|
organize: {
|
|
93903
|
+
default: {
|
|
93904
|
+
$ref: string;
|
|
93905
|
+
};
|
|
93906
|
+
description: string;
|
|
93785
93907
|
properties: {
|
|
93786
93908
|
exclude: {
|
|
93909
|
+
default: boolean;
|
|
93910
|
+
description: string;
|
|
93787
93911
|
type: string;
|
|
93788
93912
|
};
|
|
93789
93913
|
};
|
|
@@ -93793,9 +93917,12 @@ declare const _default: {
|
|
|
93793
93917
|
type: string;
|
|
93794
93918
|
};
|
|
93795
93919
|
is_embedded: {
|
|
93920
|
+
default: boolean;
|
|
93921
|
+
description: string;
|
|
93796
93922
|
type: string;
|
|
93797
93923
|
};
|
|
93798
93924
|
landing_page: {
|
|
93925
|
+
description: string;
|
|
93799
93926
|
properties: {
|
|
93800
93927
|
manage: {
|
|
93801
93928
|
oneOf: ({
|
|
@@ -94074,27 +94201,54 @@ declare const _default: {
|
|
|
94074
94201
|
type: string;
|
|
94075
94202
|
};
|
|
94076
94203
|
features: {
|
|
94204
|
+
default: {
|
|
94205
|
+
$ref: string;
|
|
94206
|
+
};
|
|
94077
94207
|
properties: {
|
|
94078
94208
|
configure: {
|
|
94209
|
+
default: {
|
|
94210
|
+
$ref: string;
|
|
94211
|
+
};
|
|
94212
|
+
description: string;
|
|
94079
94213
|
properties: {
|
|
94080
94214
|
allow_access_automation_rule_customization: {
|
|
94215
|
+
default: boolean;
|
|
94216
|
+
description: string;
|
|
94081
94217
|
type: string;
|
|
94082
94218
|
};
|
|
94083
94219
|
allow_instant_key_customization: {
|
|
94220
|
+
default: boolean;
|
|
94221
|
+
description: string;
|
|
94084
94222
|
type: string;
|
|
94085
94223
|
};
|
|
94086
94224
|
exclude: {
|
|
94225
|
+
default: boolean;
|
|
94226
|
+
description: string;
|
|
94087
94227
|
type: string;
|
|
94088
94228
|
};
|
|
94089
94229
|
};
|
|
94090
94230
|
type: string;
|
|
94091
94231
|
};
|
|
94092
94232
|
connect: {
|
|
94233
|
+
default: {
|
|
94234
|
+
$ref: string;
|
|
94235
|
+
};
|
|
94236
|
+
description: string;
|
|
94093
94237
|
properties: {
|
|
94238
|
+
accepted_providers: {
|
|
94239
|
+
description: string;
|
|
94240
|
+
items: {
|
|
94241
|
+
type: string;
|
|
94242
|
+
};
|
|
94243
|
+
type: string;
|
|
94244
|
+
};
|
|
94094
94245
|
exclude: {
|
|
94246
|
+
default: boolean;
|
|
94247
|
+
description: string;
|
|
94095
94248
|
type: string;
|
|
94096
94249
|
};
|
|
94097
94250
|
excluded_providers: {
|
|
94251
|
+
description: string;
|
|
94098
94252
|
items: {
|
|
94099
94253
|
type: string;
|
|
94100
94254
|
};
|
|
@@ -94104,16 +94258,70 @@ declare const _default: {
|
|
|
94104
94258
|
type: string;
|
|
94105
94259
|
};
|
|
94106
94260
|
manage_devices: {
|
|
94261
|
+
default: {
|
|
94262
|
+
$ref: string;
|
|
94263
|
+
};
|
|
94264
|
+
description: string;
|
|
94107
94265
|
properties: {
|
|
94266
|
+
accepted_providers: {
|
|
94267
|
+
description: string;
|
|
94268
|
+
items: {
|
|
94269
|
+
type: string;
|
|
94270
|
+
};
|
|
94271
|
+
type: string;
|
|
94272
|
+
};
|
|
94108
94273
|
exclude: {
|
|
94274
|
+
default: boolean;
|
|
94275
|
+
description: string;
|
|
94276
|
+
type: string;
|
|
94277
|
+
};
|
|
94278
|
+
excluded_providers: {
|
|
94279
|
+
description: string;
|
|
94280
|
+
items: {
|
|
94281
|
+
type: string;
|
|
94282
|
+
};
|
|
94283
|
+
type: string;
|
|
94284
|
+
};
|
|
94285
|
+
};
|
|
94286
|
+
type: string;
|
|
94287
|
+
};
|
|
94288
|
+
manage_reservations: {
|
|
94289
|
+
default: {
|
|
94290
|
+
$ref: string;
|
|
94291
|
+
};
|
|
94292
|
+
description: string;
|
|
94293
|
+
properties: {
|
|
94294
|
+
exclude: {
|
|
94295
|
+
default: boolean;
|
|
94296
|
+
description: string;
|
|
94297
|
+
type: string;
|
|
94298
|
+
};
|
|
94299
|
+
reservations: {
|
|
94300
|
+
default: {
|
|
94301
|
+
exclude: boolean;
|
|
94302
|
+
};
|
|
94303
|
+
description: string;
|
|
94304
|
+
properties: {
|
|
94305
|
+
exclude: {
|
|
94306
|
+
default: boolean;
|
|
94307
|
+
description: string;
|
|
94308
|
+
type: string;
|
|
94309
|
+
};
|
|
94310
|
+
};
|
|
94109
94311
|
type: string;
|
|
94110
94312
|
};
|
|
94111
94313
|
};
|
|
94112
94314
|
type: string;
|
|
94113
94315
|
};
|
|
94114
94316
|
organize: {
|
|
94317
|
+
default: {
|
|
94318
|
+
$ref: string;
|
|
94319
|
+
};
|
|
94320
|
+
description: string;
|
|
94115
94321
|
properties: {
|
|
94116
94322
|
exclude: {
|
|
94323
|
+
default: boolean;
|
|
94324
|
+
description: string;
|
|
94117
94325
|
type: string;
|
|
94118
94326
|
};
|
|
94119
94327
|
};
|
|
@@ -94123,9 +94331,12 @@ declare const _default: {
|
|
|
94123
94331
|
type: string;
|
|
94124
94332
|
};
|
|
94125
94333
|
is_embedded: {
|
|
94334
|
+
default: boolean;
|
|
94335
|
+
description: string;
|
|
94126
94336
|
type: string;
|
|
94127
94337
|
};
|
|
94128
94338
|
landing_page: {
|
|
94339
|
+
description: string;
|
|
94129
94340
|
properties: {
|
|
94130
94341
|
manage: {
|
|
94131
94342
|
oneOf: ({
|
|
@@ -139145,10 +139356,24 @@ type Routes = {
|
|
|
139145
139356
|
/** List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account. */
|
|
139146
139357
|
excluded_providers?: string[] | undefined;
|
|
139147
139358
|
};
|
|
139359
|
+
/** Configuration for the manage reservations feature. */
|
|
139360
|
+
manage_reservations?: {
|
|
139361
|
+
/** Whether to exclude this feature from the portal. */
|
|
139362
|
+
exclude?: boolean;
|
|
139363
|
+
/** Configuration for the reservations feature. */
|
|
139364
|
+
reservations?: {
|
|
139365
|
+
/** Indicates whether the customer can view reservations for their properties. */
|
|
139366
|
+
exclude?: boolean;
|
|
139367
|
+
};
|
|
139368
|
+
};
|
|
139148
139369
|
/** Configuration for the manage devices feature. */
|
|
139149
139370
|
manage_devices?: {
|
|
139150
139371
|
/** Whether to exclude this feature from the portal. */
|
|
139151
139372
|
exclude?: boolean;
|
|
139373
|
+
/** List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account. */
|
|
139374
|
+
accepted_providers?: string[] | undefined;
|
|
139375
|
+
/** List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account. */
|
|
139376
|
+
excluded_providers?: string[] | undefined;
|
|
139152
139377
|
};
|
|
139153
139378
|
/** Configuration for the organize feature. */
|
|
139154
139379
|
organize?: {
|
|
@@ -166274,23 +166499,52 @@ type Routes = {
|
|
|
166274
166499
|
jsonResponse: {
|
|
166275
166500
|
customer_portal: {
|
|
166276
166501
|
features?: {
|
|
166502
|
+
/** Configuration for the connect accounts feature. */
|
|
166277
166503
|
connect?: {
|
|
166278
|
-
exclude
|
|
166504
|
+
/** Whether to exclude this feature from the portal. */
|
|
166505
|
+
exclude?: boolean;
|
|
166506
|
+
/** List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account. */
|
|
166507
|
+
accepted_providers?: string[] | undefined;
|
|
166508
|
+
/** List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account. */
|
|
166279
166509
|
excluded_providers?: string[] | undefined;
|
|
166280
|
-
}
|
|
166510
|
+
};
|
|
166511
|
+
/** Configuration for the manage reservations feature. */
|
|
166512
|
+
manage_reservations?: {
|
|
166513
|
+
/** Whether to exclude this feature from the portal. */
|
|
166514
|
+
exclude?: boolean;
|
|
166515
|
+
/** Configuration for the reservations feature. */
|
|
166516
|
+
reservations?: {
|
|
166517
|
+
/** Indicates whether the customer can view reservations for their properties. */
|
|
166518
|
+
exclude?: boolean;
|
|
166519
|
+
};
|
|
166520
|
+
};
|
|
166521
|
+
/** Configuration for the manage devices feature. */
|
|
166281
166522
|
manage_devices?: {
|
|
166282
|
-
exclude
|
|
166283
|
-
|
|
166523
|
+
/** Whether to exclude this feature from the portal. */
|
|
166524
|
+
exclude?: boolean;
|
|
166525
|
+
/** List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account. */
|
|
166526
|
+
accepted_providers?: string[] | undefined;
|
|
166527
|
+
/** List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account. */
|
|
166528
|
+
excluded_providers?: string[] | undefined;
|
|
166529
|
+
};
|
|
166530
|
+
/** Configuration for the organize feature. */
|
|
166284
166531
|
organize?: {
|
|
166285
|
-
exclude
|
|
166286
|
-
|
|
166532
|
+
/** Whether to exclude this feature from the portal. */
|
|
166533
|
+
exclude?: boolean;
|
|
166534
|
+
};
|
|
166535
|
+
/** Configuration for the configure feature. */
|
|
166287
166536
|
configure?: {
|
|
166288
|
-
exclude
|
|
166289
|
-
|
|
166290
|
-
|
|
166291
|
-
|
|
166292
|
-
|
|
166293
|
-
|
|
166537
|
+
/** Whether to exclude this feature from the portal. */
|
|
166538
|
+
exclude?: boolean;
|
|
166539
|
+
/** Indicates whether the customer can customize the access automation rules for their properties. */
|
|
166540
|
+
allow_access_automation_rule_customization?: boolean;
|
|
166541
|
+
/** Indicates whether the customer can customize the Instant Key profile for their properties. */
|
|
166542
|
+
allow_instant_key_customization?: boolean;
|
|
166543
|
+
};
|
|
166544
|
+
};
|
|
166545
|
+
/** Whether the portal is embedded in another application. */
|
|
166546
|
+
is_embedded?: boolean;
|
|
166547
|
+
/** Configuration for the landing page when the portal loads. */
|
|
166294
166548
|
landing_page?: {
|
|
166295
166549
|
manage?: (({
|
|
166296
166550
|
space_key: string;
|