@seamapi/types 1.598.0 → 1.599.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 +28 -76
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +31 -107
- package/dist/index.cjs +28 -76
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +26 -92
- package/lib/seam/connect/models/customer/customer-portal.js +15 -16
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +15 -83
- package/lib/seam/connect/openapi.js +28 -76
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +16 -24
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +19 -18
- package/src/lib/seam/connect/openapi.ts +28 -85
- package/src/lib/seam/connect/route-types.ts +16 -24
package/dist/connect.d.cts
CHANGED
|
@@ -82958,10 +82958,11 @@ declare const _default: {
|
|
|
82958
82958
|
connect: {
|
|
82959
82959
|
exclude: boolean;
|
|
82960
82960
|
};
|
|
82961
|
-
|
|
82961
|
+
manage: {
|
|
82962
82962
|
exclude: boolean;
|
|
82963
|
+
exclude_reservation_management: boolean;
|
|
82963
82964
|
};
|
|
82964
|
-
|
|
82965
|
+
manage_devices: {
|
|
82965
82966
|
exclude: boolean;
|
|
82966
82967
|
};
|
|
82967
82968
|
organize: {
|
|
@@ -83023,33 +83024,24 @@ declare const _default: {
|
|
|
83023
83024
|
};
|
|
83024
83025
|
type: string;
|
|
83025
83026
|
};
|
|
83026
|
-
|
|
83027
|
+
manage: {
|
|
83027
83028
|
default: {};
|
|
83028
83029
|
description: string;
|
|
83029
83030
|
properties: {
|
|
83030
|
-
accepted_providers: {
|
|
83031
|
-
description: string;
|
|
83032
|
-
items: {
|
|
83033
|
-
type: string;
|
|
83034
|
-
};
|
|
83035
|
-
type: string;
|
|
83036
|
-
};
|
|
83037
83031
|
exclude: {
|
|
83038
83032
|
default: boolean;
|
|
83039
83033
|
description: string;
|
|
83040
83034
|
type: string;
|
|
83041
83035
|
};
|
|
83042
|
-
|
|
83036
|
+
exclude_reservation_management: {
|
|
83037
|
+
default: boolean;
|
|
83043
83038
|
description: string;
|
|
83044
|
-
items: {
|
|
83045
|
-
type: string;
|
|
83046
|
-
};
|
|
83047
83039
|
type: string;
|
|
83048
83040
|
};
|
|
83049
83041
|
};
|
|
83050
83042
|
type: string;
|
|
83051
83043
|
};
|
|
83052
|
-
|
|
83044
|
+
manage_devices: {
|
|
83053
83045
|
default: {};
|
|
83054
83046
|
description: string;
|
|
83055
83047
|
properties: {
|
|
@@ -83058,20 +83050,6 @@ declare const _default: {
|
|
|
83058
83050
|
description: string;
|
|
83059
83051
|
type: string;
|
|
83060
83052
|
};
|
|
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
|
-
};
|
|
83075
83053
|
};
|
|
83076
83054
|
type: string;
|
|
83077
83055
|
};
|
|
@@ -93843,35 +93821,26 @@ declare const _default: {
|
|
|
93843
93821
|
};
|
|
93844
93822
|
type: string;
|
|
93845
93823
|
};
|
|
93846
|
-
|
|
93824
|
+
manage: {
|
|
93847
93825
|
default: {
|
|
93848
93826
|
$ref: string;
|
|
93849
93827
|
};
|
|
93850
93828
|
description: string;
|
|
93851
93829
|
properties: {
|
|
93852
|
-
accepted_providers: {
|
|
93853
|
-
description: string;
|
|
93854
|
-
items: {
|
|
93855
|
-
type: string;
|
|
93856
|
-
};
|
|
93857
|
-
type: string;
|
|
93858
|
-
};
|
|
93859
93830
|
exclude: {
|
|
93860
93831
|
default: boolean;
|
|
93861
93832
|
description: string;
|
|
93862
93833
|
type: string;
|
|
93863
93834
|
};
|
|
93864
|
-
|
|
93835
|
+
exclude_reservation_management: {
|
|
93836
|
+
default: boolean;
|
|
93865
93837
|
description: string;
|
|
93866
|
-
items: {
|
|
93867
|
-
type: string;
|
|
93868
|
-
};
|
|
93869
93838
|
type: string;
|
|
93870
93839
|
};
|
|
93871
93840
|
};
|
|
93872
93841
|
type: string;
|
|
93873
93842
|
};
|
|
93874
|
-
|
|
93843
|
+
manage_devices: {
|
|
93875
93844
|
default: {
|
|
93876
93845
|
$ref: string;
|
|
93877
93846
|
};
|
|
@@ -93882,20 +93851,6 @@ declare const _default: {
|
|
|
93882
93851
|
description: string;
|
|
93883
93852
|
type: string;
|
|
93884
93853
|
};
|
|
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
|
-
};
|
|
93897
|
-
type: string;
|
|
93898
|
-
};
|
|
93899
93854
|
};
|
|
93900
93855
|
type: string;
|
|
93901
93856
|
};
|
|
@@ -94257,35 +94212,26 @@ declare const _default: {
|
|
|
94257
94212
|
};
|
|
94258
94213
|
type: string;
|
|
94259
94214
|
};
|
|
94260
|
-
|
|
94215
|
+
manage: {
|
|
94261
94216
|
default: {
|
|
94262
94217
|
$ref: string;
|
|
94263
94218
|
};
|
|
94264
94219
|
description: string;
|
|
94265
94220
|
properties: {
|
|
94266
|
-
accepted_providers: {
|
|
94267
|
-
description: string;
|
|
94268
|
-
items: {
|
|
94269
|
-
type: string;
|
|
94270
|
-
};
|
|
94271
|
-
type: string;
|
|
94272
|
-
};
|
|
94273
94221
|
exclude: {
|
|
94274
94222
|
default: boolean;
|
|
94275
94223
|
description: string;
|
|
94276
94224
|
type: string;
|
|
94277
94225
|
};
|
|
94278
|
-
|
|
94226
|
+
exclude_reservation_management: {
|
|
94227
|
+
default: boolean;
|
|
94279
94228
|
description: string;
|
|
94280
|
-
items: {
|
|
94281
|
-
type: string;
|
|
94282
|
-
};
|
|
94283
94229
|
type: string;
|
|
94284
94230
|
};
|
|
94285
94231
|
};
|
|
94286
94232
|
type: string;
|
|
94287
94233
|
};
|
|
94288
|
-
|
|
94234
|
+
manage_devices: {
|
|
94289
94235
|
default: {
|
|
94290
94236
|
$ref: string;
|
|
94291
94237
|
};
|
|
@@ -94296,20 +94242,6 @@ declare const _default: {
|
|
|
94296
94242
|
description: string;
|
|
94297
94243
|
type: string;
|
|
94298
94244
|
};
|
|
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
|
-
};
|
|
94311
|
-
type: string;
|
|
94312
|
-
};
|
|
94313
94245
|
};
|
|
94314
94246
|
type: string;
|
|
94315
94247
|
};
|
|
@@ -139356,24 +139288,20 @@ type Routes = {
|
|
|
139356
139288
|
/** List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account. */
|
|
139357
139289
|
excluded_providers?: string[] | undefined;
|
|
139358
139290
|
};
|
|
139359
|
-
/** Configuration for the manage
|
|
139360
|
-
|
|
139291
|
+
/** Configuration for the manage feature. */
|
|
139292
|
+
manage?: {
|
|
139361
139293
|
/** Whether to exclude this feature from the portal. */
|
|
139362
139294
|
exclude?: boolean;
|
|
139363
|
-
/**
|
|
139364
|
-
|
|
139365
|
-
/** Indicates whether the customer can view reservations for their properties. */
|
|
139366
|
-
exclude?: boolean;
|
|
139367
|
-
};
|
|
139295
|
+
/** Indicates whether the customer can manage reservations for their properties. */
|
|
139296
|
+
exclude_reservation_management?: boolean;
|
|
139368
139297
|
};
|
|
139369
|
-
/** Configuration for the manage devices feature.
|
|
139298
|
+
/** Configuration for the manage devices feature.
|
|
139299
|
+
---
|
|
139300
|
+
deprecated: Use `manage` instead.
|
|
139301
|
+
--- */
|
|
139370
139302
|
manage_devices?: {
|
|
139371
139303
|
/** Whether to exclude this feature from the portal. */
|
|
139372
139304
|
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;
|
|
139377
139305
|
};
|
|
139378
139306
|
/** Configuration for the organize feature. */
|
|
139379
139307
|
organize?: {
|
|
@@ -166508,24 +166436,20 @@ type Routes = {
|
|
|
166508
166436
|
/** List of provider keys to exclude from the connect feature. These providers will not be shown when the customer tries to connect an account. */
|
|
166509
166437
|
excluded_providers?: string[] | undefined;
|
|
166510
166438
|
};
|
|
166511
|
-
/** Configuration for the manage
|
|
166512
|
-
|
|
166439
|
+
/** Configuration for the manage feature. */
|
|
166440
|
+
manage?: {
|
|
166513
166441
|
/** Whether to exclude this feature from the portal. */
|
|
166514
166442
|
exclude?: boolean;
|
|
166515
|
-
/**
|
|
166516
|
-
|
|
166517
|
-
/** Indicates whether the customer can view reservations for their properties. */
|
|
166518
|
-
exclude?: boolean;
|
|
166519
|
-
};
|
|
166443
|
+
/** Indicates whether the customer can manage reservations for their properties. */
|
|
166444
|
+
exclude_reservation_management?: boolean;
|
|
166520
166445
|
};
|
|
166521
|
-
/** Configuration for the manage devices feature.
|
|
166446
|
+
/** Configuration for the manage devices feature.
|
|
166447
|
+
---
|
|
166448
|
+
deprecated: Use `manage` instead.
|
|
166449
|
+
--- */
|
|
166522
166450
|
manage_devices?: {
|
|
166523
166451
|
/** Whether to exclude this feature from the portal. */
|
|
166524
166452
|
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
166453
|
};
|
|
166530
166454
|
/** Configuration for the organize feature. */
|
|
166531
166455
|
organize?: {
|
package/dist/index.cjs
CHANGED
|
@@ -42830,8 +42830,11 @@ var openapi_default = {
|
|
|
42830
42830
|
exclude: false
|
|
42831
42831
|
},
|
|
42832
42832
|
connect: { exclude: false },
|
|
42833
|
+
manage: {
|
|
42834
|
+
exclude: false,
|
|
42835
|
+
exclude_reservation_management: false
|
|
42836
|
+
},
|
|
42833
42837
|
manage_devices: { exclude: false },
|
|
42834
|
-
manage_reservations: { exclude: false },
|
|
42835
42838
|
organize: { exclude: false }
|
|
42836
42839
|
},
|
|
42837
42840
|
is_embedded: false
|
|
@@ -42885,48 +42888,31 @@ var openapi_default = {
|
|
|
42885
42888
|
},
|
|
42886
42889
|
type: "object"
|
|
42887
42890
|
},
|
|
42888
|
-
|
|
42891
|
+
manage: {
|
|
42889
42892
|
default: {},
|
|
42890
|
-
description: "Configuration for the manage
|
|
42893
|
+
description: "Configuration for the manage feature.",
|
|
42891
42894
|
properties: {
|
|
42892
|
-
accepted_providers: {
|
|
42893
|
-
description: "List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.",
|
|
42894
|
-
items: { type: "string" },
|
|
42895
|
-
type: "array"
|
|
42896
|
-
},
|
|
42897
42895
|
exclude: {
|
|
42898
42896
|
default: false,
|
|
42899
42897
|
description: "Whether to exclude this feature from the portal.",
|
|
42900
42898
|
type: "boolean"
|
|
42901
42899
|
},
|
|
42902
|
-
|
|
42903
|
-
|
|
42904
|
-
|
|
42905
|
-
type: "
|
|
42900
|
+
exclude_reservation_management: {
|
|
42901
|
+
default: false,
|
|
42902
|
+
description: "Indicates whether the customer can manage reservations for their properties.",
|
|
42903
|
+
type: "boolean"
|
|
42906
42904
|
}
|
|
42907
42905
|
},
|
|
42908
42906
|
type: "object"
|
|
42909
42907
|
},
|
|
42910
|
-
|
|
42908
|
+
manage_devices: {
|
|
42911
42909
|
default: {},
|
|
42912
|
-
description: "Configuration for the manage
|
|
42910
|
+
description: "Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---",
|
|
42913
42911
|
properties: {
|
|
42914
42912
|
exclude: {
|
|
42915
42913
|
default: false,
|
|
42916
42914
|
description: "Whether to exclude this feature from the portal.",
|
|
42917
42915
|
type: "boolean"
|
|
42918
|
-
},
|
|
42919
|
-
reservations: {
|
|
42920
|
-
default: { exclude: false },
|
|
42921
|
-
description: "Configuration for the reservations feature.",
|
|
42922
|
-
properties: {
|
|
42923
|
-
exclude: {
|
|
42924
|
-
default: false,
|
|
42925
|
-
description: "Indicates whether the customer can view reservations for their properties.",
|
|
42926
|
-
type: "boolean"
|
|
42927
|
-
}
|
|
42928
|
-
},
|
|
42929
|
-
type: "object"
|
|
42930
42916
|
}
|
|
42931
42917
|
},
|
|
42932
42918
|
type: "object"
|
|
@@ -53656,52 +53642,35 @@ var openapi_default = {
|
|
|
53656
53642
|
},
|
|
53657
53643
|
type: "object"
|
|
53658
53644
|
},
|
|
53659
|
-
|
|
53645
|
+
manage: {
|
|
53660
53646
|
default: {
|
|
53661
53647
|
$ref: "#/components/schemas/access_code"
|
|
53662
53648
|
},
|
|
53663
|
-
description: "Configuration for the manage
|
|
53649
|
+
description: "Configuration for the manage feature.",
|
|
53664
53650
|
properties: {
|
|
53665
|
-
accepted_providers: {
|
|
53666
|
-
description: "List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.",
|
|
53667
|
-
items: { type: "string" },
|
|
53668
|
-
type: "array"
|
|
53669
|
-
},
|
|
53670
53651
|
exclude: {
|
|
53671
53652
|
default: false,
|
|
53672
53653
|
description: "Whether to exclude this feature from the portal.",
|
|
53673
53654
|
type: "boolean"
|
|
53674
53655
|
},
|
|
53675
|
-
|
|
53676
|
-
|
|
53677
|
-
|
|
53678
|
-
type: "
|
|
53656
|
+
exclude_reservation_management: {
|
|
53657
|
+
default: false,
|
|
53658
|
+
description: "Indicates whether the customer can manage reservations for their properties.",
|
|
53659
|
+
type: "boolean"
|
|
53679
53660
|
}
|
|
53680
53661
|
},
|
|
53681
53662
|
type: "object"
|
|
53682
53663
|
},
|
|
53683
|
-
|
|
53664
|
+
manage_devices: {
|
|
53684
53665
|
default: {
|
|
53685
53666
|
$ref: "#/components/schemas/access_code"
|
|
53686
53667
|
},
|
|
53687
|
-
description: "Configuration for the manage
|
|
53668
|
+
description: "Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---",
|
|
53688
53669
|
properties: {
|
|
53689
53670
|
exclude: {
|
|
53690
53671
|
default: false,
|
|
53691
53672
|
description: "Whether to exclude this feature from the portal.",
|
|
53692
53673
|
type: "boolean"
|
|
53693
|
-
},
|
|
53694
|
-
reservations: {
|
|
53695
|
-
default: { exclude: false },
|
|
53696
|
-
description: "Configuration for the reservations feature.",
|
|
53697
|
-
properties: {
|
|
53698
|
-
exclude: {
|
|
53699
|
-
default: false,
|
|
53700
|
-
description: "Indicates whether the customer can view reservations for their properties.",
|
|
53701
|
-
type: "boolean"
|
|
53702
|
-
}
|
|
53703
|
-
},
|
|
53704
|
-
type: "object"
|
|
53705
53674
|
}
|
|
53706
53675
|
},
|
|
53707
53676
|
type: "object"
|
|
@@ -53954,52 +53923,35 @@ var openapi_default = {
|
|
|
53954
53923
|
},
|
|
53955
53924
|
type: "object"
|
|
53956
53925
|
},
|
|
53957
|
-
|
|
53926
|
+
manage: {
|
|
53958
53927
|
default: {
|
|
53959
53928
|
$ref: "#/components/schemas/access_code"
|
|
53960
53929
|
},
|
|
53961
|
-
description: "Configuration for the manage
|
|
53930
|
+
description: "Configuration for the manage feature.",
|
|
53962
53931
|
properties: {
|
|
53963
|
-
accepted_providers: {
|
|
53964
|
-
description: "List of provider keys to allow for the connect feature. These providers will be shown when the customer tries to connect an account.",
|
|
53965
|
-
items: { type: "string" },
|
|
53966
|
-
type: "array"
|
|
53967
|
-
},
|
|
53968
53932
|
exclude: {
|
|
53969
53933
|
default: false,
|
|
53970
53934
|
description: "Whether to exclude this feature from the portal.",
|
|
53971
53935
|
type: "boolean"
|
|
53972
53936
|
},
|
|
53973
|
-
|
|
53974
|
-
|
|
53975
|
-
|
|
53976
|
-
type: "
|
|
53937
|
+
exclude_reservation_management: {
|
|
53938
|
+
default: false,
|
|
53939
|
+
description: "Indicates whether the customer can manage reservations for their properties.",
|
|
53940
|
+
type: "boolean"
|
|
53977
53941
|
}
|
|
53978
53942
|
},
|
|
53979
53943
|
type: "object"
|
|
53980
53944
|
},
|
|
53981
|
-
|
|
53945
|
+
manage_devices: {
|
|
53982
53946
|
default: {
|
|
53983
53947
|
$ref: "#/components/schemas/access_code"
|
|
53984
53948
|
},
|
|
53985
|
-
description: "Configuration for the manage
|
|
53949
|
+
description: "Configuration for the manage devices feature.\n---\ndeprecated: Use `manage` instead.\n---",
|
|
53986
53950
|
properties: {
|
|
53987
53951
|
exclude: {
|
|
53988
53952
|
default: false,
|
|
53989
53953
|
description: "Whether to exclude this feature from the portal.",
|
|
53990
53954
|
type: "boolean"
|
|
53991
|
-
},
|
|
53992
|
-
reservations: {
|
|
53993
|
-
default: { exclude: false },
|
|
53994
|
-
description: "Configuration for the reservations feature.",
|
|
53995
|
-
properties: {
|
|
53996
|
-
exclude: {
|
|
53997
|
-
default: false,
|
|
53998
|
-
description: "Indicates whether the customer can view reservations for their properties.",
|
|
53999
|
-
type: "boolean"
|
|
54000
|
-
}
|
|
54001
|
-
},
|
|
54002
|
-
type: "object"
|
|
54003
53955
|
}
|
|
54004
53956
|
},
|
|
54005
53957
|
type: "object"
|