@seamapi/types 1.649.0 → 1.651.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 +57 -54
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +55 -56
- package/dist/index.cjs +57 -54
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +0 -14
- package/lib/seam/connect/models/customer/customer-portal.js +0 -5
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +47 -46
- package/lib/seam/connect/openapi.js +55 -52
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +8 -10
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +0 -7
- package/src/lib/seam/connect/openapi.ts +55 -55
- package/src/lib/seam/connect/route-types.ts +8 -10
|
@@ -47,19 +47,16 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
47
47
|
exclude: z.ZodDefault<z.ZodBoolean>;
|
|
48
48
|
} & {
|
|
49
49
|
customization_profile_id: z.ZodOptional<z.ZodString>;
|
|
50
|
-
allow_automatic_management_of_new_devices: z.ZodDefault<z.ZodBoolean>;
|
|
51
50
|
allow_access_automation_rule_customization: z.ZodDefault<z.ZodBoolean>;
|
|
52
51
|
allow_instant_key_customization: z.ZodDefault<z.ZodBoolean>;
|
|
53
52
|
}, "strip", z.ZodTypeAny, {
|
|
54
53
|
exclude: boolean;
|
|
55
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
56
54
|
allow_access_automation_rule_customization: boolean;
|
|
57
55
|
allow_instant_key_customization: boolean;
|
|
58
56
|
customization_profile_id?: string | undefined;
|
|
59
57
|
}, {
|
|
60
58
|
customization_profile_id?: string | undefined;
|
|
61
59
|
exclude?: boolean | undefined;
|
|
62
|
-
allow_automatic_management_of_new_devices?: boolean | undefined;
|
|
63
60
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
64
61
|
allow_instant_key_customization?: boolean | undefined;
|
|
65
62
|
}>>;
|
|
@@ -82,7 +79,6 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
82
79
|
};
|
|
83
80
|
configure: {
|
|
84
81
|
exclude: boolean;
|
|
85
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
86
82
|
allow_access_automation_rule_customization: boolean;
|
|
87
83
|
allow_instant_key_customization: boolean;
|
|
88
84
|
customization_profile_id?: string | undefined;
|
|
@@ -107,7 +103,6 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
107
103
|
configure?: {
|
|
108
104
|
customization_profile_id?: string | undefined;
|
|
109
105
|
exclude?: boolean | undefined;
|
|
110
|
-
allow_automatic_management_of_new_devices?: boolean | undefined;
|
|
111
106
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
112
107
|
allow_instant_key_customization?: boolean | undefined;
|
|
113
108
|
} | undefined;
|
|
@@ -270,7 +265,6 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
270
265
|
};
|
|
271
266
|
configure: {
|
|
272
267
|
exclude: boolean;
|
|
273
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
274
268
|
allow_access_automation_rule_customization: boolean;
|
|
275
269
|
allow_instant_key_customization: boolean;
|
|
276
270
|
customization_profile_id?: string | undefined;
|
|
@@ -327,7 +321,6 @@ export declare const portal_configuration_base: z.ZodObject<{
|
|
|
327
321
|
configure?: {
|
|
328
322
|
customization_profile_id?: string | undefined;
|
|
329
323
|
exclude?: boolean | undefined;
|
|
330
|
-
allow_automatic_management_of_new_devices?: boolean | undefined;
|
|
331
324
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
332
325
|
allow_instant_key_customization?: boolean | undefined;
|
|
333
326
|
} | undefined;
|
|
@@ -411,19 +404,16 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
411
404
|
exclude: z.ZodDefault<z.ZodBoolean>;
|
|
412
405
|
} & {
|
|
413
406
|
customization_profile_id: z.ZodOptional<z.ZodString>;
|
|
414
|
-
allow_automatic_management_of_new_devices: z.ZodDefault<z.ZodBoolean>;
|
|
415
407
|
allow_access_automation_rule_customization: z.ZodDefault<z.ZodBoolean>;
|
|
416
408
|
allow_instant_key_customization: z.ZodDefault<z.ZodBoolean>;
|
|
417
409
|
}, "strip", z.ZodTypeAny, {
|
|
418
410
|
exclude: boolean;
|
|
419
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
420
411
|
allow_access_automation_rule_customization: boolean;
|
|
421
412
|
allow_instant_key_customization: boolean;
|
|
422
413
|
customization_profile_id?: string | undefined;
|
|
423
414
|
}, {
|
|
424
415
|
customization_profile_id?: string | undefined;
|
|
425
416
|
exclude?: boolean | undefined;
|
|
426
|
-
allow_automatic_management_of_new_devices?: boolean | undefined;
|
|
427
417
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
428
418
|
allow_instant_key_customization?: boolean | undefined;
|
|
429
419
|
}>>;
|
|
@@ -446,7 +436,6 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
446
436
|
};
|
|
447
437
|
configure: {
|
|
448
438
|
exclude: boolean;
|
|
449
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
450
439
|
allow_access_automation_rule_customization: boolean;
|
|
451
440
|
allow_instant_key_customization: boolean;
|
|
452
441
|
customization_profile_id?: string | undefined;
|
|
@@ -471,7 +460,6 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
471
460
|
configure?: {
|
|
472
461
|
customization_profile_id?: string | undefined;
|
|
473
462
|
exclude?: boolean | undefined;
|
|
474
|
-
allow_automatic_management_of_new_devices?: boolean | undefined;
|
|
475
463
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
476
464
|
allow_instant_key_customization?: boolean | undefined;
|
|
477
465
|
} | undefined;
|
|
@@ -634,7 +622,6 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
634
622
|
};
|
|
635
623
|
configure: {
|
|
636
624
|
exclude: boolean;
|
|
637
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
638
625
|
allow_access_automation_rule_customization: boolean;
|
|
639
626
|
allow_instant_key_customization: boolean;
|
|
640
627
|
customization_profile_id?: string | undefined;
|
|
@@ -691,7 +678,6 @@ export declare const portal_configuration: z.ZodDefault<z.ZodObject<{
|
|
|
691
678
|
configure?: {
|
|
692
679
|
customization_profile_id?: string | undefined;
|
|
693
680
|
exclude?: boolean | undefined;
|
|
694
|
-
allow_automatic_management_of_new_devices?: boolean | undefined;
|
|
695
681
|
allow_access_automation_rule_customization?: boolean | undefined;
|
|
696
682
|
allow_instant_key_customization?: boolean | undefined;
|
|
697
683
|
} | undefined;
|
|
@@ -35,10 +35,6 @@ const base_configure_feature = base_feature.extend({
|
|
|
35
35
|
.uuid()
|
|
36
36
|
.optional()
|
|
37
37
|
.describe('The ID of the customization profile to use for the portal.'),
|
|
38
|
-
allow_automatic_management_of_new_devices: z
|
|
39
|
-
.boolean()
|
|
40
|
-
.default(false)
|
|
41
|
-
.describe('Indicates whether the customer can automatically manage new devices for their properties.'),
|
|
42
38
|
allow_access_automation_rule_customization: z
|
|
43
39
|
.boolean()
|
|
44
40
|
.default(false)
|
|
@@ -100,7 +96,6 @@ export const portal_configuration = portal_configuration_base
|
|
|
100
96
|
exclude: false,
|
|
101
97
|
allow_instant_key_customization: false, // default
|
|
102
98
|
allow_access_automation_rule_customization: false, // default
|
|
103
|
-
allow_automatic_management_of_new_devices: false, // default
|
|
104
99
|
},
|
|
105
100
|
},
|
|
106
101
|
is_embedded: false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customer-portal.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customer/customer-portal.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,wBAAwB,EAAE,MAAM,6BAA6B,CAAA;AACtE,OAAO,EAAE,oBAAoB,EAAE,MAAM,yBAAyB,CAAA;AAE9D,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5B,OAAO,EAAE,CAAC;SACP,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CAAC,kDAAkD,CAAC;CAChE,CAAC,CAAA;AAEF,MAAM,oBAAoB,GAAG,YAAY,CAAC,MAAM,CAAC;IAC/C,kBAAkB,EAAE,CAAC;SAClB,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;SACjB,QAAQ,EAAE;SACV,QAAQ,CACP,sIAAsI,CACvI;IACH,kBAAkB,EAAE,CAAC;SAClB,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;SACjB,QAAQ,EAAE;SACV,QAAQ,CACP,6IAA6I,CAC9I;CACJ,CAAC,CAAA;AACF,MAAM,2BAA2B,GAAG,YAAY,CAAA;AAEhD,MAAM,mBAAmB,GAAG,YAAY,CAAC,MAAM,CAAC;IAC9C,8BAA8B,EAAE,CAAC;SAC9B,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CACP,8EAA8E,CAC/E;IACH,wBAAwB,EAAE,CAAC;SACxB,OAAO,EAAE;SACT,OAAO,CAAC,KAAK,CAAC;SACd,QAAQ,CACP,uEAAuE,CACxE;CACJ,CAAC,CAAA;AAEF,MAAM,qBAAqB,GAAG,YAAY,CAAA;AAE1C,MAAM,sBAAsB,GAAG,YAAY,CAAC,MAAM,CAAC;IACjD,wBAAwB,EAAE,CAAC;SACxB,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,EAAE;SACV,QAAQ,CAAC,4DAA4D,CAAC;IACzE,
|
|
1
|
+
{"version":3,"file":"customer-portal.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/customer/customer-portal.ts"],"names":[],"mappings":"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"}
|
|
@@ -32111,7 +32111,6 @@ declare const _default: {
|
|
|
32111
32111
|
features: {
|
|
32112
32112
|
configure: {
|
|
32113
32113
|
allow_access_automation_rule_customization: boolean;
|
|
32114
|
-
allow_automatic_management_of_new_devices: boolean;
|
|
32115
32114
|
allow_instant_key_customization: boolean;
|
|
32116
32115
|
exclude: boolean;
|
|
32117
32116
|
};
|
|
@@ -32146,11 +32145,6 @@ declare const _default: {
|
|
|
32146
32145
|
description: string;
|
|
32147
32146
|
type: string;
|
|
32148
32147
|
};
|
|
32149
|
-
allow_automatic_management_of_new_devices: {
|
|
32150
|
-
default: boolean;
|
|
32151
|
-
description: string;
|
|
32152
|
-
type: string;
|
|
32153
|
-
};
|
|
32154
32148
|
allow_instant_key_customization: {
|
|
32155
32149
|
default: boolean;
|
|
32156
32150
|
description: string;
|
|
@@ -43587,23 +43581,29 @@ declare const _default: {
|
|
|
43587
43581
|
display_name: {
|
|
43588
43582
|
type: string;
|
|
43589
43583
|
};
|
|
43590
|
-
|
|
43591
|
-
|
|
43592
|
-
|
|
43593
|
-
|
|
43594
|
-
|
|
43595
|
-
|
|
43596
|
-
|
|
43597
|
-
|
|
43598
|
-
|
|
43599
|
-
|
|
43600
|
-
|
|
43601
|
-
|
|
43602
|
-
|
|
43603
|
-
|
|
43584
|
+
editable_fields: {
|
|
43585
|
+
items: {
|
|
43586
|
+
properties: {
|
|
43587
|
+
description: {
|
|
43588
|
+
type: string;
|
|
43589
|
+
};
|
|
43590
|
+
display_name: {
|
|
43591
|
+
type: string;
|
|
43592
|
+
};
|
|
43593
|
+
name: {
|
|
43594
|
+
type: string;
|
|
43595
|
+
};
|
|
43596
|
+
required: {
|
|
43597
|
+
type: string;
|
|
43598
|
+
};
|
|
43599
|
+
type: {
|
|
43600
|
+
enum: string[];
|
|
43601
|
+
type: string;
|
|
43602
|
+
};
|
|
43604
43603
|
};
|
|
43604
|
+
required: string[];
|
|
43605
|
+
type: string;
|
|
43605
43606
|
};
|
|
43606
|
-
required: string[];
|
|
43607
43607
|
type: string;
|
|
43608
43608
|
};
|
|
43609
43609
|
};
|
|
@@ -43673,23 +43673,29 @@ declare const _default: {
|
|
|
43673
43673
|
display_name: {
|
|
43674
43674
|
type: string;
|
|
43675
43675
|
};
|
|
43676
|
-
|
|
43677
|
-
|
|
43678
|
-
|
|
43679
|
-
|
|
43680
|
-
|
|
43681
|
-
|
|
43682
|
-
|
|
43683
|
-
|
|
43684
|
-
|
|
43685
|
-
|
|
43686
|
-
|
|
43687
|
-
|
|
43688
|
-
|
|
43689
|
-
|
|
43676
|
+
editable_fields: {
|
|
43677
|
+
items: {
|
|
43678
|
+
properties: {
|
|
43679
|
+
description: {
|
|
43680
|
+
type: string;
|
|
43681
|
+
};
|
|
43682
|
+
display_name: {
|
|
43683
|
+
type: string;
|
|
43684
|
+
};
|
|
43685
|
+
name: {
|
|
43686
|
+
type: string;
|
|
43687
|
+
};
|
|
43688
|
+
required: {
|
|
43689
|
+
type: string;
|
|
43690
|
+
};
|
|
43691
|
+
type: {
|
|
43692
|
+
enum: string[];
|
|
43693
|
+
type: string;
|
|
43694
|
+
};
|
|
43690
43695
|
};
|
|
43696
|
+
required: string[];
|
|
43697
|
+
type: string;
|
|
43691
43698
|
};
|
|
43692
|
-
required: string[];
|
|
43693
43699
|
type: string;
|
|
43694
43700
|
};
|
|
43695
43701
|
};
|
|
@@ -44199,6 +44205,7 @@ declare const _default: {
|
|
|
44199
44205
|
client_token?: never;
|
|
44200
44206
|
enterprise_id?: never;
|
|
44201
44207
|
enterprise_ids?: never;
|
|
44208
|
+
auth_token?: never;
|
|
44202
44209
|
client_id?: never;
|
|
44203
44210
|
client_password?: never;
|
|
44204
44211
|
property_id?: never;
|
|
@@ -44229,6 +44236,7 @@ declare const _default: {
|
|
|
44229
44236
|
};
|
|
44230
44237
|
type: string;
|
|
44231
44238
|
};
|
|
44239
|
+
auth_token?: never;
|
|
44232
44240
|
client_id?: never;
|
|
44233
44241
|
client_password?: never;
|
|
44234
44242
|
property_id?: never;
|
|
@@ -44237,6 +44245,9 @@ declare const _default: {
|
|
|
44237
44245
|
required?: never;
|
|
44238
44246
|
} | {
|
|
44239
44247
|
properties: {
|
|
44248
|
+
auth_token: {
|
|
44249
|
+
type: string;
|
|
44250
|
+
};
|
|
44240
44251
|
client_id: {
|
|
44241
44252
|
description: string;
|
|
44242
44253
|
minLength: number;
|
|
@@ -44661,11 +44672,6 @@ declare const _default: {
|
|
|
44661
44672
|
description: string;
|
|
44662
44673
|
type: string;
|
|
44663
44674
|
};
|
|
44664
|
-
allow_automatic_management_of_new_devices: {
|
|
44665
|
-
default: boolean;
|
|
44666
|
-
description: string;
|
|
44667
|
-
type: string;
|
|
44668
|
-
};
|
|
44669
44675
|
allow_instant_key_customization: {
|
|
44670
44676
|
default: boolean;
|
|
44671
44677
|
description: string;
|
|
@@ -45067,11 +45073,6 @@ declare const _default: {
|
|
|
45067
45073
|
description: string;
|
|
45068
45074
|
type: string;
|
|
45069
45075
|
};
|
|
45070
|
-
allow_automatic_management_of_new_devices: {
|
|
45071
|
-
default: boolean;
|
|
45072
|
-
description: string;
|
|
45073
|
-
type: string;
|
|
45074
|
-
};
|
|
45075
45076
|
allow_instant_key_customization: {
|
|
45076
45077
|
default: boolean;
|
|
45077
45078
|
description: string;
|
|
@@ -37436,7 +37436,6 @@ export default {
|
|
|
37436
37436
|
features: {
|
|
37437
37437
|
configure: {
|
|
37438
37438
|
allow_access_automation_rule_customization: false,
|
|
37439
|
-
allow_automatic_management_of_new_devices: false,
|
|
37440
37439
|
allow_instant_key_customization: false,
|
|
37441
37440
|
exclude: false,
|
|
37442
37441
|
},
|
|
@@ -37465,11 +37464,6 @@ export default {
|
|
|
37465
37464
|
description: 'Indicates whether the customer can customize the access automation rules for their properties.',
|
|
37466
37465
|
type: 'boolean',
|
|
37467
37466
|
},
|
|
37468
|
-
allow_automatic_management_of_new_devices: {
|
|
37469
|
-
default: false,
|
|
37470
|
-
description: 'Indicates whether the customer can automatically manage new devices for their properties.',
|
|
37471
|
-
type: 'boolean',
|
|
37472
|
-
},
|
|
37473
37467
|
allow_instant_key_customization: {
|
|
37474
37468
|
default: false,
|
|
37475
37469
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|
|
@@ -48455,7 +48449,7 @@ export default {
|
|
|
48455
48449
|
},
|
|
48456
48450
|
'/seam/customer/v1/connectors/connector_types': {
|
|
48457
48451
|
get: {
|
|
48458
|
-
description: 'Lists all available connector types and their
|
|
48452
|
+
description: 'Lists all available connector types and their editable fields for UI input.',
|
|
48459
48453
|
operationId: 'seamCustomerV1ConnectorsConnectorTypesGet',
|
|
48460
48454
|
responses: {
|
|
48461
48455
|
200: {
|
|
@@ -48469,30 +48463,39 @@ export default {
|
|
|
48469
48463
|
connector_type: { type: 'string' },
|
|
48470
48464
|
description: { type: 'string' },
|
|
48471
48465
|
display_name: { type: 'string' },
|
|
48472
|
-
|
|
48473
|
-
|
|
48474
|
-
|
|
48475
|
-
|
|
48476
|
-
|
|
48477
|
-
|
|
48478
|
-
|
|
48479
|
-
|
|
48480
|
-
|
|
48481
|
-
|
|
48466
|
+
editable_fields: {
|
|
48467
|
+
items: {
|
|
48468
|
+
properties: {
|
|
48469
|
+
description: { type: 'string' },
|
|
48470
|
+
display_name: { type: 'string' },
|
|
48471
|
+
name: { type: 'string' },
|
|
48472
|
+
required: { type: 'boolean' },
|
|
48473
|
+
type: {
|
|
48474
|
+
enum: [
|
|
48475
|
+
'string',
|
|
48476
|
+
'string[]',
|
|
48477
|
+
'number',
|
|
48478
|
+
'boolean',
|
|
48479
|
+
],
|
|
48480
|
+
type: 'string',
|
|
48481
|
+
},
|
|
48482
48482
|
},
|
|
48483
|
+
required: [
|
|
48484
|
+
'name',
|
|
48485
|
+
'display_name',
|
|
48486
|
+
'description',
|
|
48487
|
+
'type',
|
|
48488
|
+
'required',
|
|
48489
|
+
],
|
|
48490
|
+
type: 'object',
|
|
48483
48491
|
},
|
|
48484
|
-
|
|
48485
|
-
'base_api_url',
|
|
48486
|
-
'polling_enabled',
|
|
48487
|
-
'polling_frequency_minutes',
|
|
48488
|
-
],
|
|
48489
|
-
type: 'object',
|
|
48492
|
+
type: 'array',
|
|
48490
48493
|
},
|
|
48491
48494
|
},
|
|
48492
48495
|
required: [
|
|
48493
48496
|
'connector_type',
|
|
48494
48497
|
'display_name',
|
|
48495
|
-
'
|
|
48498
|
+
'editable_fields',
|
|
48496
48499
|
],
|
|
48497
48500
|
type: 'object',
|
|
48498
48501
|
},
|
|
@@ -48525,7 +48528,7 @@ export default {
|
|
|
48525
48528
|
'x-undocumented': 'Internal endpoint for Console.',
|
|
48526
48529
|
},
|
|
48527
48530
|
post: {
|
|
48528
|
-
description: 'Lists all available connector types and their
|
|
48531
|
+
description: 'Lists all available connector types and their editable fields for UI input.',
|
|
48529
48532
|
operationId: 'seamCustomerV1ConnectorsConnectorTypesPost',
|
|
48530
48533
|
responses: {
|
|
48531
48534
|
200: {
|
|
@@ -48539,30 +48542,39 @@ export default {
|
|
|
48539
48542
|
connector_type: { type: 'string' },
|
|
48540
48543
|
description: { type: 'string' },
|
|
48541
48544
|
display_name: { type: 'string' },
|
|
48542
|
-
|
|
48543
|
-
|
|
48544
|
-
|
|
48545
|
-
|
|
48546
|
-
|
|
48547
|
-
|
|
48548
|
-
|
|
48549
|
-
|
|
48550
|
-
|
|
48551
|
-
|
|
48545
|
+
editable_fields: {
|
|
48546
|
+
items: {
|
|
48547
|
+
properties: {
|
|
48548
|
+
description: { type: 'string' },
|
|
48549
|
+
display_name: { type: 'string' },
|
|
48550
|
+
name: { type: 'string' },
|
|
48551
|
+
required: { type: 'boolean' },
|
|
48552
|
+
type: {
|
|
48553
|
+
enum: [
|
|
48554
|
+
'string',
|
|
48555
|
+
'string[]',
|
|
48556
|
+
'number',
|
|
48557
|
+
'boolean',
|
|
48558
|
+
],
|
|
48559
|
+
type: 'string',
|
|
48560
|
+
},
|
|
48552
48561
|
},
|
|
48562
|
+
required: [
|
|
48563
|
+
'name',
|
|
48564
|
+
'display_name',
|
|
48565
|
+
'description',
|
|
48566
|
+
'type',
|
|
48567
|
+
'required',
|
|
48568
|
+
],
|
|
48569
|
+
type: 'object',
|
|
48553
48570
|
},
|
|
48554
|
-
|
|
48555
|
-
'base_api_url',
|
|
48556
|
-
'polling_enabled',
|
|
48557
|
-
'polling_frequency_minutes',
|
|
48558
|
-
],
|
|
48559
|
-
type: 'object',
|
|
48571
|
+
type: 'array',
|
|
48560
48572
|
},
|
|
48561
48573
|
},
|
|
48562
48574
|
required: [
|
|
48563
48575
|
'connector_type',
|
|
48564
48576
|
'display_name',
|
|
48565
|
-
'
|
|
48577
|
+
'editable_fields',
|
|
48566
48578
|
],
|
|
48567
48579
|
type: 'object',
|
|
48568
48580
|
},
|
|
@@ -48979,6 +48991,7 @@ export default {
|
|
|
48979
48991
|
},
|
|
48980
48992
|
{
|
|
48981
48993
|
properties: {
|
|
48994
|
+
auth_token: { type: 'string' },
|
|
48982
48995
|
client_id: {
|
|
48983
48996
|
description: 'RMS client ID for authentication',
|
|
48984
48997
|
minLength: 1,
|
|
@@ -49707,11 +49720,6 @@ export default {
|
|
|
49707
49720
|
description: 'Indicates whether the customer can customize the access automation rules for their properties.',
|
|
49708
49721
|
type: 'boolean',
|
|
49709
49722
|
},
|
|
49710
|
-
allow_automatic_management_of_new_devices: {
|
|
49711
|
-
default: false,
|
|
49712
|
-
description: 'Indicates whether the customer can automatically manage new devices for their properties.',
|
|
49713
|
-
type: 'boolean',
|
|
49714
|
-
},
|
|
49715
49723
|
allow_instant_key_customization: {
|
|
49716
49724
|
default: false,
|
|
49717
49725
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|
|
@@ -50003,11 +50011,6 @@ export default {
|
|
|
50003
50011
|
description: 'Indicates whether the customer can customize the access automation rules for their properties.',
|
|
50004
50012
|
type: 'boolean',
|
|
50005
50013
|
},
|
|
50006
|
-
allow_automatic_management_of_new_devices: {
|
|
50007
|
-
default: false,
|
|
50008
|
-
description: 'Indicates whether the customer can automatically manage new devices for their properties.',
|
|
50009
|
-
type: 'boolean',
|
|
50010
|
-
},
|
|
50011
50014
|
allow_instant_key_customization: {
|
|
50012
50015
|
default: false,
|
|
50013
50016
|
description: 'Indicates whether the customer can customize the Instant Key profile for their properties.',
|