@seamapi/types 1.640.0 → 1.642.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 +81 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +229 -19
- package/dist/index.cjs +81 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +106 -26
- package/lib/seam/connect/models/customer/access-grant-resources.js +2 -0
- package/lib/seam/connect/models/customer/access-grant-resources.js.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +14 -0
- package/lib/seam/connect/models/customer/customer-portal.js +5 -0
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/models/customization-profiles/customization-profile.d.ts +46 -2
- package/lib/seam/connect/models/customization-profiles/customization-profile.js +8 -0
- package/lib/seam/connect/models/customization-profiles/customization-profile.js.map +1 -1
- package/lib/seam/connect/models/instant-keys/instant-key.d.ts +4 -4
- package/lib/seam/connect/openapi.d.ts +97 -1
- package/lib/seam/connect/openapi.js +65 -1
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +48 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +1 -0
- package/src/lib/seam/connect/models/customer/access-grant-resources.ts +2 -0
- package/src/lib/seam/connect/models/customer/customer-portal.ts +5 -0
- package/src/lib/seam/connect/models/customization-profiles/customization-profile.ts +10 -0
- package/src/lib/seam/connect/openapi.ts +68 -1
- package/src/lib/seam/connect/route-types.ts +65 -2
|
@@ -4415,6 +4415,23 @@ declare const _default: {
|
|
|
4415
4415
|
format: string;
|
|
4416
4416
|
type: string;
|
|
4417
4417
|
};
|
|
4418
|
+
customer_portal_theme: {
|
|
4419
|
+
properties: {
|
|
4420
|
+
primary_color: {
|
|
4421
|
+
type: string;
|
|
4422
|
+
};
|
|
4423
|
+
primary_foreground_color: {
|
|
4424
|
+
type: string;
|
|
4425
|
+
};
|
|
4426
|
+
secondary_color: {
|
|
4427
|
+
type: string;
|
|
4428
|
+
};
|
|
4429
|
+
secondary_foreground_color: {
|
|
4430
|
+
type: string;
|
|
4431
|
+
};
|
|
4432
|
+
};
|
|
4433
|
+
type: string;
|
|
4434
|
+
};
|
|
4418
4435
|
customization_profile_id: {
|
|
4419
4436
|
format: string;
|
|
4420
4437
|
type: string;
|
|
@@ -32315,6 +32332,11 @@ declare const _default: {
|
|
|
32315
32332
|
description: string;
|
|
32316
32333
|
type: string;
|
|
32317
32334
|
};
|
|
32335
|
+
customization_profile_id: {
|
|
32336
|
+
description: string;
|
|
32337
|
+
format: string;
|
|
32338
|
+
type: string;
|
|
32339
|
+
};
|
|
32318
32340
|
exclude: {
|
|
32319
32341
|
default: boolean;
|
|
32320
32342
|
description: string;
|
|
@@ -32648,6 +32670,7 @@ declare const _default: {
|
|
|
32648
32670
|
};
|
|
32649
32671
|
ends_at: {
|
|
32650
32672
|
description: string;
|
|
32673
|
+
format: string;
|
|
32651
32674
|
type: string;
|
|
32652
32675
|
};
|
|
32653
32676
|
facility_keys: {
|
|
@@ -32703,6 +32726,7 @@ declare const _default: {
|
|
|
32703
32726
|
};
|
|
32704
32727
|
starts_at: {
|
|
32705
32728
|
description: string;
|
|
32729
|
+
format: string;
|
|
32706
32730
|
type: string;
|
|
32707
32731
|
};
|
|
32708
32732
|
tenant_key: {
|
|
@@ -32755,6 +32779,7 @@ declare const _default: {
|
|
|
32755
32779
|
};
|
|
32756
32780
|
ends_at: {
|
|
32757
32781
|
description: string;
|
|
32782
|
+
format: string;
|
|
32758
32783
|
type: string;
|
|
32759
32784
|
};
|
|
32760
32785
|
facility_keys: {
|
|
@@ -32810,6 +32835,7 @@ declare const _default: {
|
|
|
32810
32835
|
};
|
|
32811
32836
|
starts_at: {
|
|
32812
32837
|
description: string;
|
|
32838
|
+
format: string;
|
|
32813
32839
|
type: string;
|
|
32814
32840
|
};
|
|
32815
32841
|
tenant_key: {
|
|
@@ -33008,6 +33034,7 @@ declare const _default: {
|
|
|
33008
33034
|
};
|
|
33009
33035
|
ends_at: {
|
|
33010
33036
|
description: string;
|
|
33037
|
+
format: string;
|
|
33011
33038
|
type: string;
|
|
33012
33039
|
};
|
|
33013
33040
|
facility_keys: {
|
|
@@ -33068,6 +33095,7 @@ declare const _default: {
|
|
|
33068
33095
|
};
|
|
33069
33096
|
starts_at: {
|
|
33070
33097
|
description: string;
|
|
33098
|
+
format: string;
|
|
33071
33099
|
type: string;
|
|
33072
33100
|
};
|
|
33073
33101
|
tenant_key: {
|
|
@@ -33737,6 +33765,7 @@ declare const _default: {
|
|
|
33737
33765
|
};
|
|
33738
33766
|
ends_at: {
|
|
33739
33767
|
description: string;
|
|
33768
|
+
format: string;
|
|
33740
33769
|
type: string;
|
|
33741
33770
|
};
|
|
33742
33771
|
facility_keys: {
|
|
@@ -33792,6 +33821,7 @@ declare const _default: {
|
|
|
33792
33821
|
};
|
|
33793
33822
|
starts_at: {
|
|
33794
33823
|
description: string;
|
|
33824
|
+
format: string;
|
|
33795
33825
|
type: string;
|
|
33796
33826
|
};
|
|
33797
33827
|
tenant_key: {
|
|
@@ -33844,6 +33874,7 @@ declare const _default: {
|
|
|
33844
33874
|
};
|
|
33845
33875
|
ends_at: {
|
|
33846
33876
|
description: string;
|
|
33877
|
+
format: string;
|
|
33847
33878
|
type: string;
|
|
33848
33879
|
};
|
|
33849
33880
|
facility_keys: {
|
|
@@ -33899,6 +33930,7 @@ declare const _default: {
|
|
|
33899
33930
|
};
|
|
33900
33931
|
starts_at: {
|
|
33901
33932
|
description: string;
|
|
33933
|
+
format: string;
|
|
33902
33934
|
type: string;
|
|
33903
33935
|
};
|
|
33904
33936
|
tenant_key: {
|
|
@@ -34097,6 +34129,7 @@ declare const _default: {
|
|
|
34097
34129
|
};
|
|
34098
34130
|
ends_at: {
|
|
34099
34131
|
description: string;
|
|
34132
|
+
format: string;
|
|
34100
34133
|
type: string;
|
|
34101
34134
|
};
|
|
34102
34135
|
facility_keys: {
|
|
@@ -34157,6 +34190,7 @@ declare const _default: {
|
|
|
34157
34190
|
};
|
|
34158
34191
|
starts_at: {
|
|
34159
34192
|
description: string;
|
|
34193
|
+
format: string;
|
|
34160
34194
|
type: string;
|
|
34161
34195
|
};
|
|
34162
34196
|
tenant_key: {
|
|
@@ -44618,6 +44652,11 @@ declare const _default: {
|
|
|
44618
44652
|
description: string;
|
|
44619
44653
|
type: string;
|
|
44620
44654
|
};
|
|
44655
|
+
customization_profile_id: {
|
|
44656
|
+
description: string;
|
|
44657
|
+
format: string;
|
|
44658
|
+
type: string;
|
|
44659
|
+
};
|
|
44621
44660
|
exclude: {
|
|
44622
44661
|
default: boolean;
|
|
44623
44662
|
description: string;
|
|
@@ -45014,6 +45053,11 @@ declare const _default: {
|
|
|
45014
45053
|
description: string;
|
|
45015
45054
|
type: string;
|
|
45016
45055
|
};
|
|
45056
|
+
customization_profile_id: {
|
|
45057
|
+
description: string;
|
|
45058
|
+
format: string;
|
|
45059
|
+
type: string;
|
|
45060
|
+
};
|
|
45017
45061
|
exclude: {
|
|
45018
45062
|
default: boolean;
|
|
45019
45063
|
description: string;
|
|
@@ -57689,6 +57733,23 @@ declare const _default: {
|
|
|
57689
57733
|
'application/json': {
|
|
57690
57734
|
schema: {
|
|
57691
57735
|
properties: {
|
|
57736
|
+
customer_portal_theme: {
|
|
57737
|
+
properties: {
|
|
57738
|
+
primary_color: {
|
|
57739
|
+
type: string;
|
|
57740
|
+
};
|
|
57741
|
+
primary_foreground_color: {
|
|
57742
|
+
type: string;
|
|
57743
|
+
};
|
|
57744
|
+
secondary_color: {
|
|
57745
|
+
type: string;
|
|
57746
|
+
};
|
|
57747
|
+
secondary_foreground_color: {
|
|
57748
|
+
type: string;
|
|
57749
|
+
};
|
|
57750
|
+
};
|
|
57751
|
+
type: string;
|
|
57752
|
+
};
|
|
57692
57753
|
name: {
|
|
57693
57754
|
default: null;
|
|
57694
57755
|
nullable: boolean;
|
|
@@ -57701,7 +57762,6 @@ declare const _default: {
|
|
|
57701
57762
|
type: string;
|
|
57702
57763
|
};
|
|
57703
57764
|
};
|
|
57704
|
-
required: string[];
|
|
57705
57765
|
type: string;
|
|
57706
57766
|
};
|
|
57707
57767
|
};
|
|
@@ -58072,6 +58132,24 @@ declare const _default: {
|
|
|
58072
58132
|
'application/json': {
|
|
58073
58133
|
schema: {
|
|
58074
58134
|
properties: {
|
|
58135
|
+
customer_portal_theme: {
|
|
58136
|
+
nullable: boolean;
|
|
58137
|
+
properties: {
|
|
58138
|
+
primary_color: {
|
|
58139
|
+
type: string;
|
|
58140
|
+
};
|
|
58141
|
+
primary_foreground_color: {
|
|
58142
|
+
type: string;
|
|
58143
|
+
};
|
|
58144
|
+
secondary_color: {
|
|
58145
|
+
type: string;
|
|
58146
|
+
};
|
|
58147
|
+
secondary_foreground_color: {
|
|
58148
|
+
type: string;
|
|
58149
|
+
};
|
|
58150
|
+
};
|
|
58151
|
+
type: string;
|
|
58152
|
+
};
|
|
58075
58153
|
customization_profile_id: {
|
|
58076
58154
|
format: string;
|
|
58077
58155
|
type: string;
|
|
@@ -58154,6 +58232,24 @@ declare const _default: {
|
|
|
58154
58232
|
'application/json': {
|
|
58155
58233
|
schema: {
|
|
58156
58234
|
properties: {
|
|
58235
|
+
customer_portal_theme: {
|
|
58236
|
+
nullable: boolean;
|
|
58237
|
+
properties: {
|
|
58238
|
+
primary_color: {
|
|
58239
|
+
type: string;
|
|
58240
|
+
};
|
|
58241
|
+
primary_foreground_color: {
|
|
58242
|
+
type: string;
|
|
58243
|
+
};
|
|
58244
|
+
secondary_color: {
|
|
58245
|
+
type: string;
|
|
58246
|
+
};
|
|
58247
|
+
secondary_foreground_color: {
|
|
58248
|
+
type: string;
|
|
58249
|
+
};
|
|
58250
|
+
};
|
|
58251
|
+
type: string;
|
|
58252
|
+
};
|
|
58157
58253
|
customization_profile_id: {
|
|
58158
58254
|
format: string;
|
|
58159
58255
|
type: string;
|
|
@@ -8307,6 +8307,15 @@ export default {
|
|
|
8307
8307
|
description: 'A customization profile.',
|
|
8308
8308
|
properties: {
|
|
8309
8309
|
created_at: { format: 'date-time', type: 'string' },
|
|
8310
|
+
customer_portal_theme: {
|
|
8311
|
+
properties: {
|
|
8312
|
+
primary_color: { type: 'string' },
|
|
8313
|
+
primary_foreground_color: { type: 'string' },
|
|
8314
|
+
secondary_color: { type: 'string' },
|
|
8315
|
+
secondary_foreground_color: { type: 'string' },
|
|
8316
|
+
},
|
|
8317
|
+
type: 'object',
|
|
8318
|
+
},
|
|
8310
8319
|
customization_profile_id: { format: 'uuid', type: 'string' },
|
|
8311
8320
|
logo_url: { format: 'uri', type: 'string' },
|
|
8312
8321
|
name: { nullable: true, type: 'string' },
|
|
@@ -37603,6 +37612,11 @@ export default {
|
|
|
37603
37612
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|
|
37604
37613
|
type: 'boolean',
|
|
37605
37614
|
},
|
|
37615
|
+
customization_profile_id: {
|
|
37616
|
+
description: 'The ID of the customization profile to use for the portal.',
|
|
37617
|
+
format: 'uuid',
|
|
37618
|
+
type: 'string',
|
|
37619
|
+
},
|
|
37606
37620
|
exclude: {
|
|
37607
37621
|
default: false,
|
|
37608
37622
|
description: 'Whether to exclude this feature from the portal.',
|
|
@@ -37824,6 +37838,7 @@ export default {
|
|
|
37824
37838
|
},
|
|
37825
37839
|
ends_at: {
|
|
37826
37840
|
description: 'Ending date and time for the access grant.',
|
|
37841
|
+
format: 'date-time',
|
|
37827
37842
|
type: 'string',
|
|
37828
37843
|
},
|
|
37829
37844
|
facility_keys: {
|
|
@@ -37869,6 +37884,7 @@ export default {
|
|
|
37869
37884
|
},
|
|
37870
37885
|
starts_at: {
|
|
37871
37886
|
description: 'Starting date and time for the access grant.',
|
|
37887
|
+
format: 'date-time',
|
|
37872
37888
|
type: 'string',
|
|
37873
37889
|
},
|
|
37874
37890
|
tenant_key: {
|
|
@@ -37915,6 +37931,7 @@ export default {
|
|
|
37915
37931
|
},
|
|
37916
37932
|
ends_at: {
|
|
37917
37933
|
description: 'Ending date and time for the access grant.',
|
|
37934
|
+
format: 'date-time',
|
|
37918
37935
|
type: 'string',
|
|
37919
37936
|
},
|
|
37920
37937
|
facility_keys: {
|
|
@@ -37960,6 +37977,7 @@ export default {
|
|
|
37960
37977
|
},
|
|
37961
37978
|
starts_at: {
|
|
37962
37979
|
description: 'Starting date and time for the access grant.',
|
|
37980
|
+
format: 'date-time',
|
|
37963
37981
|
type: 'string',
|
|
37964
37982
|
},
|
|
37965
37983
|
tenant_key: {
|
|
@@ -38152,6 +38170,7 @@ export default {
|
|
|
38152
38170
|
},
|
|
38153
38171
|
ends_at: {
|
|
38154
38172
|
description: 'Ending date and time for the access grant.',
|
|
38173
|
+
format: 'date-time',
|
|
38155
38174
|
type: 'string',
|
|
38156
38175
|
},
|
|
38157
38176
|
facility_keys: {
|
|
@@ -38202,6 +38221,7 @@ export default {
|
|
|
38202
38221
|
},
|
|
38203
38222
|
starts_at: {
|
|
38204
38223
|
description: 'Starting date and time for the access grant.',
|
|
38224
|
+
format: 'date-time',
|
|
38205
38225
|
type: 'string',
|
|
38206
38226
|
},
|
|
38207
38227
|
tenant_key: {
|
|
@@ -38917,6 +38937,7 @@ export default {
|
|
|
38917
38937
|
},
|
|
38918
38938
|
ends_at: {
|
|
38919
38939
|
description: 'Ending date and time for the access grant.',
|
|
38940
|
+
format: 'date-time',
|
|
38920
38941
|
type: 'string',
|
|
38921
38942
|
},
|
|
38922
38943
|
facility_keys: {
|
|
@@ -38962,6 +38983,7 @@ export default {
|
|
|
38962
38983
|
},
|
|
38963
38984
|
starts_at: {
|
|
38964
38985
|
description: 'Starting date and time for the access grant.',
|
|
38986
|
+
format: 'date-time',
|
|
38965
38987
|
type: 'string',
|
|
38966
38988
|
},
|
|
38967
38989
|
tenant_key: {
|
|
@@ -39008,6 +39030,7 @@ export default {
|
|
|
39008
39030
|
},
|
|
39009
39031
|
ends_at: {
|
|
39010
39032
|
description: 'Ending date and time for the access grant.',
|
|
39033
|
+
format: 'date-time',
|
|
39011
39034
|
type: 'string',
|
|
39012
39035
|
},
|
|
39013
39036
|
facility_keys: {
|
|
@@ -39053,6 +39076,7 @@ export default {
|
|
|
39053
39076
|
},
|
|
39054
39077
|
starts_at: {
|
|
39055
39078
|
description: 'Starting date and time for the access grant.',
|
|
39079
|
+
format: 'date-time',
|
|
39056
39080
|
type: 'string',
|
|
39057
39081
|
},
|
|
39058
39082
|
tenant_key: {
|
|
@@ -39245,6 +39269,7 @@ export default {
|
|
|
39245
39269
|
},
|
|
39246
39270
|
ends_at: {
|
|
39247
39271
|
description: 'Ending date and time for the access grant.',
|
|
39272
|
+
format: 'date-time',
|
|
39248
39273
|
type: 'string',
|
|
39249
39274
|
},
|
|
39250
39275
|
facility_keys: {
|
|
@@ -39295,6 +39320,7 @@ export default {
|
|
|
39295
39320
|
},
|
|
39296
39321
|
starts_at: {
|
|
39297
39322
|
description: 'Starting date and time for the access grant.',
|
|
39323
|
+
format: 'date-time',
|
|
39298
39324
|
type: 'string',
|
|
39299
39325
|
},
|
|
39300
39326
|
tenant_key: {
|
|
@@ -49674,6 +49700,11 @@ export default {
|
|
|
49674
49700
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|
|
49675
49701
|
type: 'boolean',
|
|
49676
49702
|
},
|
|
49703
|
+
customization_profile_id: {
|
|
49704
|
+
description: 'The ID of the customization profile to use for the portal.',
|
|
49705
|
+
format: 'uuid',
|
|
49706
|
+
type: 'string',
|
|
49707
|
+
},
|
|
49677
49708
|
exclude: {
|
|
49678
49709
|
default: false,
|
|
49679
49710
|
description: 'Whether to exclude this feature from the portal.',
|
|
@@ -49960,6 +49991,11 @@ export default {
|
|
|
49960
49991
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|
|
49961
49992
|
type: 'boolean',
|
|
49962
49993
|
},
|
|
49994
|
+
customization_profile_id: {
|
|
49995
|
+
description: 'The ID of the customization profile to use for the portal.',
|
|
49996
|
+
format: 'uuid',
|
|
49997
|
+
type: 'string',
|
|
49998
|
+
},
|
|
49963
49999
|
exclude: {
|
|
49964
50000
|
default: false,
|
|
49965
50001
|
description: 'Whether to exclude this feature from the portal.',
|
|
@@ -60310,11 +60346,19 @@ export default {
|
|
|
60310
60346
|
'application/json': {
|
|
60311
60347
|
schema: {
|
|
60312
60348
|
properties: {
|
|
60349
|
+
customer_portal_theme: {
|
|
60350
|
+
properties: {
|
|
60351
|
+
primary_color: { type: 'string' },
|
|
60352
|
+
primary_foreground_color: { type: 'string' },
|
|
60353
|
+
secondary_color: { type: 'string' },
|
|
60354
|
+
secondary_foreground_color: { type: 'string' },
|
|
60355
|
+
},
|
|
60356
|
+
type: 'object',
|
|
60357
|
+
},
|
|
60313
60358
|
name: { default: null, nullable: true, type: 'string' },
|
|
60314
60359
|
primary_color: { type: 'string' },
|
|
60315
60360
|
secondary_color: { type: 'string' },
|
|
60316
60361
|
},
|
|
60317
|
-
required: ['primary_color', 'secondary_color'],
|
|
60318
60362
|
type: 'object',
|
|
60319
60363
|
},
|
|
60320
60364
|
},
|
|
@@ -60578,6 +60622,16 @@ export default {
|
|
|
60578
60622
|
'application/json': {
|
|
60579
60623
|
schema: {
|
|
60580
60624
|
properties: {
|
|
60625
|
+
customer_portal_theme: {
|
|
60626
|
+
nullable: true,
|
|
60627
|
+
properties: {
|
|
60628
|
+
primary_color: { type: 'string' },
|
|
60629
|
+
primary_foreground_color: { type: 'string' },
|
|
60630
|
+
secondary_color: { type: 'string' },
|
|
60631
|
+
secondary_foreground_color: { type: 'string' },
|
|
60632
|
+
},
|
|
60633
|
+
type: 'object',
|
|
60634
|
+
},
|
|
60581
60635
|
customization_profile_id: { format: 'uuid', type: 'string' },
|
|
60582
60636
|
name: { nullable: true, type: 'string' },
|
|
60583
60637
|
primary_color: { type: 'string' },
|
|
@@ -60627,6 +60681,16 @@ export default {
|
|
|
60627
60681
|
'application/json': {
|
|
60628
60682
|
schema: {
|
|
60629
60683
|
properties: {
|
|
60684
|
+
customer_portal_theme: {
|
|
60685
|
+
nullable: true,
|
|
60686
|
+
properties: {
|
|
60687
|
+
primary_color: { type: 'string' },
|
|
60688
|
+
primary_foreground_color: { type: 'string' },
|
|
60689
|
+
secondary_color: { type: 'string' },
|
|
60690
|
+
secondary_foreground_color: { type: 'string' },
|
|
60691
|
+
},
|
|
60692
|
+
type: 'object',
|
|
60693
|
+
},
|
|
60630
60694
|
customization_profile_id: { format: 'uuid', type: 'string' },
|
|
60631
60695
|
name: { nullable: true, type: 'string' },
|
|
60632
60696
|
primary_color: { type: 'string' },
|