@seamapi/types 1.640.0 → 1.641.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 +69 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +217 -19
- package/dist/index.cjs +69 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +106 -26
- 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 +85 -1
- package/lib/seam/connect/openapi.js +53 -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/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 +56 -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;
|
|
@@ -44618,6 +44640,11 @@ declare const _default: {
|
|
|
44618
44640
|
description: string;
|
|
44619
44641
|
type: string;
|
|
44620
44642
|
};
|
|
44643
|
+
customization_profile_id: {
|
|
44644
|
+
description: string;
|
|
44645
|
+
format: string;
|
|
44646
|
+
type: string;
|
|
44647
|
+
};
|
|
44621
44648
|
exclude: {
|
|
44622
44649
|
default: boolean;
|
|
44623
44650
|
description: string;
|
|
@@ -45014,6 +45041,11 @@ declare const _default: {
|
|
|
45014
45041
|
description: string;
|
|
45015
45042
|
type: string;
|
|
45016
45043
|
};
|
|
45044
|
+
customization_profile_id: {
|
|
45045
|
+
description: string;
|
|
45046
|
+
format: string;
|
|
45047
|
+
type: string;
|
|
45048
|
+
};
|
|
45017
45049
|
exclude: {
|
|
45018
45050
|
default: boolean;
|
|
45019
45051
|
description: string;
|
|
@@ -57689,6 +57721,23 @@ declare const _default: {
|
|
|
57689
57721
|
'application/json': {
|
|
57690
57722
|
schema: {
|
|
57691
57723
|
properties: {
|
|
57724
|
+
customer_portal_theme: {
|
|
57725
|
+
properties: {
|
|
57726
|
+
primary_color: {
|
|
57727
|
+
type: string;
|
|
57728
|
+
};
|
|
57729
|
+
primary_foreground_color: {
|
|
57730
|
+
type: string;
|
|
57731
|
+
};
|
|
57732
|
+
secondary_color: {
|
|
57733
|
+
type: string;
|
|
57734
|
+
};
|
|
57735
|
+
secondary_foreground_color: {
|
|
57736
|
+
type: string;
|
|
57737
|
+
};
|
|
57738
|
+
};
|
|
57739
|
+
type: string;
|
|
57740
|
+
};
|
|
57692
57741
|
name: {
|
|
57693
57742
|
default: null;
|
|
57694
57743
|
nullable: boolean;
|
|
@@ -57701,7 +57750,6 @@ declare const _default: {
|
|
|
57701
57750
|
type: string;
|
|
57702
57751
|
};
|
|
57703
57752
|
};
|
|
57704
|
-
required: string[];
|
|
57705
57753
|
type: string;
|
|
57706
57754
|
};
|
|
57707
57755
|
};
|
|
@@ -58072,6 +58120,24 @@ declare const _default: {
|
|
|
58072
58120
|
'application/json': {
|
|
58073
58121
|
schema: {
|
|
58074
58122
|
properties: {
|
|
58123
|
+
customer_portal_theme: {
|
|
58124
|
+
nullable: boolean;
|
|
58125
|
+
properties: {
|
|
58126
|
+
primary_color: {
|
|
58127
|
+
type: string;
|
|
58128
|
+
};
|
|
58129
|
+
primary_foreground_color: {
|
|
58130
|
+
type: string;
|
|
58131
|
+
};
|
|
58132
|
+
secondary_color: {
|
|
58133
|
+
type: string;
|
|
58134
|
+
};
|
|
58135
|
+
secondary_foreground_color: {
|
|
58136
|
+
type: string;
|
|
58137
|
+
};
|
|
58138
|
+
};
|
|
58139
|
+
type: string;
|
|
58140
|
+
};
|
|
58075
58141
|
customization_profile_id: {
|
|
58076
58142
|
format: string;
|
|
58077
58143
|
type: string;
|
|
@@ -58154,6 +58220,24 @@ declare const _default: {
|
|
|
58154
58220
|
'application/json': {
|
|
58155
58221
|
schema: {
|
|
58156
58222
|
properties: {
|
|
58223
|
+
customer_portal_theme: {
|
|
58224
|
+
nullable: boolean;
|
|
58225
|
+
properties: {
|
|
58226
|
+
primary_color: {
|
|
58227
|
+
type: string;
|
|
58228
|
+
};
|
|
58229
|
+
primary_foreground_color: {
|
|
58230
|
+
type: string;
|
|
58231
|
+
};
|
|
58232
|
+
secondary_color: {
|
|
58233
|
+
type: string;
|
|
58234
|
+
};
|
|
58235
|
+
secondary_foreground_color: {
|
|
58236
|
+
type: string;
|
|
58237
|
+
};
|
|
58238
|
+
};
|
|
58239
|
+
type: string;
|
|
58240
|
+
};
|
|
58157
58241
|
customization_profile_id: {
|
|
58158
58242
|
format: string;
|
|
58159
58243
|
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.',
|
|
@@ -49674,6 +49688,11 @@ export default {
|
|
|
49674
49688
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|
|
49675
49689
|
type: 'boolean',
|
|
49676
49690
|
},
|
|
49691
|
+
customization_profile_id: {
|
|
49692
|
+
description: 'The ID of the customization profile to use for the portal.',
|
|
49693
|
+
format: 'uuid',
|
|
49694
|
+
type: 'string',
|
|
49695
|
+
},
|
|
49677
49696
|
exclude: {
|
|
49678
49697
|
default: false,
|
|
49679
49698
|
description: 'Whether to exclude this feature from the portal.',
|
|
@@ -49960,6 +49979,11 @@ export default {
|
|
|
49960
49979
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|
|
49961
49980
|
type: 'boolean',
|
|
49962
49981
|
},
|
|
49982
|
+
customization_profile_id: {
|
|
49983
|
+
description: 'The ID of the customization profile to use for the portal.',
|
|
49984
|
+
format: 'uuid',
|
|
49985
|
+
type: 'string',
|
|
49986
|
+
},
|
|
49963
49987
|
exclude: {
|
|
49964
49988
|
default: false,
|
|
49965
49989
|
description: 'Whether to exclude this feature from the portal.',
|
|
@@ -60310,11 +60334,19 @@ export default {
|
|
|
60310
60334
|
'application/json': {
|
|
60311
60335
|
schema: {
|
|
60312
60336
|
properties: {
|
|
60337
|
+
customer_portal_theme: {
|
|
60338
|
+
properties: {
|
|
60339
|
+
primary_color: { type: 'string' },
|
|
60340
|
+
primary_foreground_color: { type: 'string' },
|
|
60341
|
+
secondary_color: { type: 'string' },
|
|
60342
|
+
secondary_foreground_color: { type: 'string' },
|
|
60343
|
+
},
|
|
60344
|
+
type: 'object',
|
|
60345
|
+
},
|
|
60313
60346
|
name: { default: null, nullable: true, type: 'string' },
|
|
60314
60347
|
primary_color: { type: 'string' },
|
|
60315
60348
|
secondary_color: { type: 'string' },
|
|
60316
60349
|
},
|
|
60317
|
-
required: ['primary_color', 'secondary_color'],
|
|
60318
60350
|
type: 'object',
|
|
60319
60351
|
},
|
|
60320
60352
|
},
|
|
@@ -60578,6 +60610,16 @@ export default {
|
|
|
60578
60610
|
'application/json': {
|
|
60579
60611
|
schema: {
|
|
60580
60612
|
properties: {
|
|
60613
|
+
customer_portal_theme: {
|
|
60614
|
+
nullable: true,
|
|
60615
|
+
properties: {
|
|
60616
|
+
primary_color: { type: 'string' },
|
|
60617
|
+
primary_foreground_color: { type: 'string' },
|
|
60618
|
+
secondary_color: { type: 'string' },
|
|
60619
|
+
secondary_foreground_color: { type: 'string' },
|
|
60620
|
+
},
|
|
60621
|
+
type: 'object',
|
|
60622
|
+
},
|
|
60581
60623
|
customization_profile_id: { format: 'uuid', type: 'string' },
|
|
60582
60624
|
name: { nullable: true, type: 'string' },
|
|
60583
60625
|
primary_color: { type: 'string' },
|
|
@@ -60627,6 +60669,16 @@ export default {
|
|
|
60627
60669
|
'application/json': {
|
|
60628
60670
|
schema: {
|
|
60629
60671
|
properties: {
|
|
60672
|
+
customer_portal_theme: {
|
|
60673
|
+
nullable: true,
|
|
60674
|
+
properties: {
|
|
60675
|
+
primary_color: { type: 'string' },
|
|
60676
|
+
primary_foreground_color: { type: 'string' },
|
|
60677
|
+
secondary_color: { type: 'string' },
|
|
60678
|
+
secondary_foreground_color: { type: 'string' },
|
|
60679
|
+
},
|
|
60680
|
+
type: 'object',
|
|
60681
|
+
},
|
|
60630
60682
|
customization_profile_id: { format: 'uuid', type: 'string' },
|
|
60631
60683
|
name: { nullable: true, type: 'string' },
|
|
60632
60684
|
primary_color: { type: 'string' },
|