@seamapi/types 1.604.0 → 1.606.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 +424 -17
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +626 -95
- package/dist/index.cjs +424 -17
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +19 -19
- package/lib/seam/connect/models/acs/metadata/hotek.d.ts +9 -9
- package/lib/seam/connect/models/acs/metadata/hotek.js +3 -2
- package/lib/seam/connect/models/acs/metadata/hotek.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/visionline.d.ts +2 -2
- package/lib/seam/connect/models/batch.d.ts +135 -135
- package/lib/seam/connect/models/customer/customer-data.d.ts +34 -0
- package/lib/seam/connect/models/customer/customer-data.js +5 -1
- package/lib/seam/connect/models/customer/customer-data.js.map +1 -1
- package/lib/seam/connect/models/customer/user-identity-resources.d.ts +39 -0
- package/lib/seam/connect/models/customer/user-identity-resources.js +15 -0
- package/lib/seam/connect/models/customer/user-identity-resources.js.map +1 -1
- package/lib/seam/connect/models/phones/phone-session.d.ts +78 -78
- package/lib/seam/connect/openapi.d.ts +415 -8
- package/lib/seam/connect/openapi.js +374 -14
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +142 -40
- package/lib/seam/connect/schemas.d.ts +1 -1
- package/lib/seam/connect/schemas.js +1 -1
- package/lib/seam/connect/schemas.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +1 -0
- package/src/lib/seam/connect/models/acs/metadata/hotek.ts +3 -2
- package/src/lib/seam/connect/models/customer/customer-data.ts +5 -0
- package/src/lib/seam/connect/models/customer/user-identity-resources.ts +18 -0
- package/src/lib/seam/connect/openapi.ts +396 -14
- package/src/lib/seam/connect/route-types.ts +150 -40
- package/src/lib/seam/connect/schemas.ts +1 -0
|
@@ -1226,13 +1226,12 @@ declare const _default: {
|
|
|
1226
1226
|
hotek_metadata: {
|
|
1227
1227
|
description: string;
|
|
1228
1228
|
properties: {
|
|
1229
|
-
|
|
1229
|
+
common_area_name: {
|
|
1230
1230
|
description: string;
|
|
1231
1231
|
type: string;
|
|
1232
1232
|
};
|
|
1233
|
-
|
|
1233
|
+
common_area_number: {
|
|
1234
1234
|
description: string;
|
|
1235
|
-
enum: string[];
|
|
1236
1235
|
type: string;
|
|
1237
1236
|
};
|
|
1238
1237
|
room_number: {
|
|
@@ -1240,7 +1239,6 @@ declare const _default: {
|
|
|
1240
1239
|
type: string;
|
|
1241
1240
|
};
|
|
1242
1241
|
};
|
|
1243
|
-
required: string[];
|
|
1244
1242
|
type: string;
|
|
1245
1243
|
};
|
|
1246
1244
|
latch_metadata: {
|
|
@@ -11588,13 +11586,12 @@ declare const _default: {
|
|
|
11588
11586
|
hotek_metadata: {
|
|
11589
11587
|
description: string;
|
|
11590
11588
|
properties: {
|
|
11591
|
-
|
|
11589
|
+
common_area_name: {
|
|
11592
11590
|
description: string;
|
|
11593
11591
|
type: string;
|
|
11594
11592
|
};
|
|
11595
|
-
|
|
11593
|
+
common_area_number: {
|
|
11596
11594
|
description: string;
|
|
11597
|
-
enum: string[];
|
|
11598
11595
|
type: string;
|
|
11599
11596
|
};
|
|
11600
11597
|
room_number: {
|
|
@@ -11602,7 +11599,6 @@ declare const _default: {
|
|
|
11602
11599
|
type: string;
|
|
11603
11600
|
};
|
|
11604
11601
|
};
|
|
11605
|
-
required: string[];
|
|
11606
11602
|
type: string;
|
|
11607
11603
|
};
|
|
11608
11604
|
latch_metadata: {
|
|
@@ -12214,6 +12210,37 @@ declare const _default: {
|
|
|
12214
12210
|
'x-draft': string;
|
|
12215
12211
|
'x-route-path': string;
|
|
12216
12212
|
};
|
|
12213
|
+
staff_member: {
|
|
12214
|
+
description: string;
|
|
12215
|
+
properties: {
|
|
12216
|
+
email_address: {
|
|
12217
|
+
description: string;
|
|
12218
|
+
type: string;
|
|
12219
|
+
};
|
|
12220
|
+
name: {
|
|
12221
|
+
description: string;
|
|
12222
|
+
type: string;
|
|
12223
|
+
};
|
|
12224
|
+
phone_number: {
|
|
12225
|
+
description: string;
|
|
12226
|
+
type: string;
|
|
12227
|
+
};
|
|
12228
|
+
site_keys: {
|
|
12229
|
+
description: string;
|
|
12230
|
+
items: {
|
|
12231
|
+
type: string;
|
|
12232
|
+
};
|
|
12233
|
+
type: string;
|
|
12234
|
+
};
|
|
12235
|
+
staff_member_key: {
|
|
12236
|
+
description: string;
|
|
12237
|
+
type: string;
|
|
12238
|
+
};
|
|
12239
|
+
};
|
|
12240
|
+
required: string[];
|
|
12241
|
+
type: string;
|
|
12242
|
+
'x-route-path': string;
|
|
12243
|
+
};
|
|
12217
12244
|
thermostat_daily_program: {
|
|
12218
12245
|
description: string;
|
|
12219
12246
|
properties: {
|
|
@@ -26534,6 +26561,132 @@ declare const _default: {
|
|
|
26534
26561
|
'x-title': string;
|
|
26535
26562
|
};
|
|
26536
26563
|
};
|
|
26564
|
+
'/acs/systems/report_devices': {
|
|
26565
|
+
post: {
|
|
26566
|
+
description: string;
|
|
26567
|
+
operationId: string;
|
|
26568
|
+
requestBody: {
|
|
26569
|
+
content: {
|
|
26570
|
+
'application/json': {
|
|
26571
|
+
schema: {
|
|
26572
|
+
properties: {
|
|
26573
|
+
acs_encoders: {
|
|
26574
|
+
default: never[];
|
|
26575
|
+
description: string;
|
|
26576
|
+
items: {
|
|
26577
|
+
properties: {
|
|
26578
|
+
hotek_metadata: {
|
|
26579
|
+
properties: {
|
|
26580
|
+
encoder_number: {
|
|
26581
|
+
description: string;
|
|
26582
|
+
type: string;
|
|
26583
|
+
};
|
|
26584
|
+
};
|
|
26585
|
+
required: string[];
|
|
26586
|
+
type: string;
|
|
26587
|
+
};
|
|
26588
|
+
is_removed: {
|
|
26589
|
+
default: boolean;
|
|
26590
|
+
description: string;
|
|
26591
|
+
type: string;
|
|
26592
|
+
};
|
|
26593
|
+
};
|
|
26594
|
+
required: string[];
|
|
26595
|
+
type: string;
|
|
26596
|
+
};
|
|
26597
|
+
type: string;
|
|
26598
|
+
};
|
|
26599
|
+
acs_entrances: {
|
|
26600
|
+
default: never[];
|
|
26601
|
+
description: string;
|
|
26602
|
+
items: {
|
|
26603
|
+
properties: {
|
|
26604
|
+
hotek_metadata: {
|
|
26605
|
+
description: string;
|
|
26606
|
+
properties: {
|
|
26607
|
+
common_area_name: {
|
|
26608
|
+
description: string;
|
|
26609
|
+
type: string;
|
|
26610
|
+
};
|
|
26611
|
+
common_area_number: {
|
|
26612
|
+
description: string;
|
|
26613
|
+
type: string;
|
|
26614
|
+
};
|
|
26615
|
+
room_number: {
|
|
26616
|
+
description: string;
|
|
26617
|
+
type: string;
|
|
26618
|
+
};
|
|
26619
|
+
};
|
|
26620
|
+
type: string;
|
|
26621
|
+
};
|
|
26622
|
+
is_removed: {
|
|
26623
|
+
default: boolean;
|
|
26624
|
+
description: string;
|
|
26625
|
+
type: string;
|
|
26626
|
+
};
|
|
26627
|
+
};
|
|
26628
|
+
required: string[];
|
|
26629
|
+
type: string;
|
|
26630
|
+
};
|
|
26631
|
+
type: string;
|
|
26632
|
+
};
|
|
26633
|
+
acs_system_id: {
|
|
26634
|
+
description: string;
|
|
26635
|
+
format: string;
|
|
26636
|
+
type: string;
|
|
26637
|
+
};
|
|
26638
|
+
};
|
|
26639
|
+
required: string[];
|
|
26640
|
+
type: string;
|
|
26641
|
+
};
|
|
26642
|
+
};
|
|
26643
|
+
};
|
|
26644
|
+
};
|
|
26645
|
+
responses: {
|
|
26646
|
+
200: {
|
|
26647
|
+
content: {
|
|
26648
|
+
'application/json': {
|
|
26649
|
+
schema: {
|
|
26650
|
+
properties: {
|
|
26651
|
+
ok: {
|
|
26652
|
+
type: string;
|
|
26653
|
+
};
|
|
26654
|
+
};
|
|
26655
|
+
required: string[];
|
|
26656
|
+
type: string;
|
|
26657
|
+
};
|
|
26658
|
+
};
|
|
26659
|
+
};
|
|
26660
|
+
description: string;
|
|
26661
|
+
};
|
|
26662
|
+
400: {
|
|
26663
|
+
description: string;
|
|
26664
|
+
};
|
|
26665
|
+
401: {
|
|
26666
|
+
description: string;
|
|
26667
|
+
};
|
|
26668
|
+
};
|
|
26669
|
+
security: ({
|
|
26670
|
+
pat_with_workspace: never[];
|
|
26671
|
+
console_session_with_workspace?: never;
|
|
26672
|
+
api_key?: never;
|
|
26673
|
+
} | {
|
|
26674
|
+
console_session_with_workspace: never[];
|
|
26675
|
+
pat_with_workspace?: never;
|
|
26676
|
+
api_key?: never;
|
|
26677
|
+
} | {
|
|
26678
|
+
api_key: never[];
|
|
26679
|
+
pat_with_workspace?: never;
|
|
26680
|
+
console_session_with_workspace?: never;
|
|
26681
|
+
})[];
|
|
26682
|
+
summary: string;
|
|
26683
|
+
tags: string[];
|
|
26684
|
+
'x-fern-sdk-group-name': string[];
|
|
26685
|
+
'x-fern-sdk-method-name': string;
|
|
26686
|
+
'x-response-key': null;
|
|
26687
|
+
'x-title': string;
|
|
26688
|
+
};
|
|
26689
|
+
};
|
|
26537
26690
|
'/acs/users/add_to_access_group': {
|
|
26538
26691
|
post: {
|
|
26539
26692
|
description: string;
|
|
@@ -32475,6 +32628,41 @@ declare const _default: {
|
|
|
32475
32628
|
};
|
|
32476
32629
|
type: string;
|
|
32477
32630
|
};
|
|
32631
|
+
staff_members: {
|
|
32632
|
+
description: string;
|
|
32633
|
+
items: {
|
|
32634
|
+
description: string;
|
|
32635
|
+
properties: {
|
|
32636
|
+
email_address: {
|
|
32637
|
+
description: string;
|
|
32638
|
+
type: string;
|
|
32639
|
+
};
|
|
32640
|
+
name: {
|
|
32641
|
+
description: string;
|
|
32642
|
+
type: string;
|
|
32643
|
+
};
|
|
32644
|
+
phone_number: {
|
|
32645
|
+
description: string;
|
|
32646
|
+
type: string;
|
|
32647
|
+
};
|
|
32648
|
+
site_keys: {
|
|
32649
|
+
description: string;
|
|
32650
|
+
items: {
|
|
32651
|
+
type: string;
|
|
32652
|
+
};
|
|
32653
|
+
type: string;
|
|
32654
|
+
};
|
|
32655
|
+
staff_member_key: {
|
|
32656
|
+
description: string;
|
|
32657
|
+
type: string;
|
|
32658
|
+
};
|
|
32659
|
+
};
|
|
32660
|
+
required: string[];
|
|
32661
|
+
type: string;
|
|
32662
|
+
'x-route-path': string;
|
|
32663
|
+
};
|
|
32664
|
+
type: string;
|
|
32665
|
+
};
|
|
32478
32666
|
tenants: {
|
|
32479
32667
|
description: string;
|
|
32480
32668
|
items: {
|
|
@@ -33437,6 +33625,41 @@ declare const _default: {
|
|
|
33437
33625
|
};
|
|
33438
33626
|
type: string;
|
|
33439
33627
|
};
|
|
33628
|
+
staff_members: {
|
|
33629
|
+
description: string;
|
|
33630
|
+
items: {
|
|
33631
|
+
description: string;
|
|
33632
|
+
properties: {
|
|
33633
|
+
email_address: {
|
|
33634
|
+
description: string;
|
|
33635
|
+
type: string;
|
|
33636
|
+
};
|
|
33637
|
+
name: {
|
|
33638
|
+
description: string;
|
|
33639
|
+
type: string;
|
|
33640
|
+
};
|
|
33641
|
+
phone_number: {
|
|
33642
|
+
description: string;
|
|
33643
|
+
type: string;
|
|
33644
|
+
};
|
|
33645
|
+
site_keys: {
|
|
33646
|
+
description: string;
|
|
33647
|
+
items: {
|
|
33648
|
+
type: string;
|
|
33649
|
+
};
|
|
33650
|
+
type: string;
|
|
33651
|
+
};
|
|
33652
|
+
staff_member_key: {
|
|
33653
|
+
description: string;
|
|
33654
|
+
type: string;
|
|
33655
|
+
};
|
|
33656
|
+
};
|
|
33657
|
+
required: string[];
|
|
33658
|
+
type: string;
|
|
33659
|
+
'x-route-path': string;
|
|
33660
|
+
};
|
|
33661
|
+
type: string;
|
|
33662
|
+
};
|
|
33440
33663
|
tenants: {
|
|
33441
33664
|
description: string;
|
|
33442
33665
|
items: {
|
|
@@ -44402,6 +44625,190 @@ declare const _default: {
|
|
|
44402
44625
|
'x-title': string;
|
|
44403
44626
|
};
|
|
44404
44627
|
};
|
|
44628
|
+
'/seam/customer/v1/staff_members/list': {
|
|
44629
|
+
get: {
|
|
44630
|
+
description: string;
|
|
44631
|
+
operationId: string;
|
|
44632
|
+
parameters: ({
|
|
44633
|
+
in: string;
|
|
44634
|
+
name: string;
|
|
44635
|
+
schema: {
|
|
44636
|
+
description: string;
|
|
44637
|
+
type: string;
|
|
44638
|
+
format?: never;
|
|
44639
|
+
default?: never;
|
|
44640
|
+
exclusiveMinimum?: never;
|
|
44641
|
+
minimum?: never;
|
|
44642
|
+
nullable?: never;
|
|
44643
|
+
};
|
|
44644
|
+
} | {
|
|
44645
|
+
in: string;
|
|
44646
|
+
name: string;
|
|
44647
|
+
schema: {
|
|
44648
|
+
description: string;
|
|
44649
|
+
format: string;
|
|
44650
|
+
type: string;
|
|
44651
|
+
default?: never;
|
|
44652
|
+
exclusiveMinimum?: never;
|
|
44653
|
+
minimum?: never;
|
|
44654
|
+
nullable?: never;
|
|
44655
|
+
};
|
|
44656
|
+
} | {
|
|
44657
|
+
in: string;
|
|
44658
|
+
name: string;
|
|
44659
|
+
schema: {
|
|
44660
|
+
default: number;
|
|
44661
|
+
description: string;
|
|
44662
|
+
exclusiveMinimum: boolean;
|
|
44663
|
+
minimum: number;
|
|
44664
|
+
type: string;
|
|
44665
|
+
format?: never;
|
|
44666
|
+
nullable?: never;
|
|
44667
|
+
};
|
|
44668
|
+
} | {
|
|
44669
|
+
in: string;
|
|
44670
|
+
name: string;
|
|
44671
|
+
schema: {
|
|
44672
|
+
description: string;
|
|
44673
|
+
nullable: boolean;
|
|
44674
|
+
type: string;
|
|
44675
|
+
format?: never;
|
|
44676
|
+
default?: never;
|
|
44677
|
+
exclusiveMinimum?: never;
|
|
44678
|
+
minimum?: never;
|
|
44679
|
+
};
|
|
44680
|
+
})[];
|
|
44681
|
+
responses: {
|
|
44682
|
+
200: {
|
|
44683
|
+
content: {
|
|
44684
|
+
'application/json': {
|
|
44685
|
+
schema: {
|
|
44686
|
+
properties: {
|
|
44687
|
+
ok: {
|
|
44688
|
+
type: string;
|
|
44689
|
+
};
|
|
44690
|
+
pagination: {
|
|
44691
|
+
$ref: string;
|
|
44692
|
+
};
|
|
44693
|
+
staff_members: {
|
|
44694
|
+
items: {
|
|
44695
|
+
$ref: string;
|
|
44696
|
+
};
|
|
44697
|
+
type: string;
|
|
44698
|
+
};
|
|
44699
|
+
};
|
|
44700
|
+
required: string[];
|
|
44701
|
+
type: string;
|
|
44702
|
+
};
|
|
44703
|
+
};
|
|
44704
|
+
};
|
|
44705
|
+
description: string;
|
|
44706
|
+
};
|
|
44707
|
+
400: {
|
|
44708
|
+
description: string;
|
|
44709
|
+
};
|
|
44710
|
+
401: {
|
|
44711
|
+
description: string;
|
|
44712
|
+
};
|
|
44713
|
+
};
|
|
44714
|
+
security: {
|
|
44715
|
+
client_session_with_customer: never[];
|
|
44716
|
+
}[];
|
|
44717
|
+
summary: string;
|
|
44718
|
+
tags: never[];
|
|
44719
|
+
'x-fern-sdk-group-name': string[];
|
|
44720
|
+
'x-fern-sdk-method-name': string;
|
|
44721
|
+
'x-fern-sdk-return-value': string;
|
|
44722
|
+
'x-response-key': string;
|
|
44723
|
+
'x-title': string;
|
|
44724
|
+
'x-undocumented': string;
|
|
44725
|
+
};
|
|
44726
|
+
post: {
|
|
44727
|
+
description: string;
|
|
44728
|
+
operationId: string;
|
|
44729
|
+
requestBody: {
|
|
44730
|
+
content: {
|
|
44731
|
+
'application/json': {
|
|
44732
|
+
schema: {
|
|
44733
|
+
properties: {
|
|
44734
|
+
created_before: {
|
|
44735
|
+
description: string;
|
|
44736
|
+
format: string;
|
|
44737
|
+
type: string;
|
|
44738
|
+
};
|
|
44739
|
+
limit: {
|
|
44740
|
+
default: number;
|
|
44741
|
+
description: string;
|
|
44742
|
+
exclusiveMinimum: boolean;
|
|
44743
|
+
minimum: number;
|
|
44744
|
+
type: string;
|
|
44745
|
+
};
|
|
44746
|
+
page_cursor: {
|
|
44747
|
+
description: string;
|
|
44748
|
+
nullable: boolean;
|
|
44749
|
+
type: string;
|
|
44750
|
+
};
|
|
44751
|
+
space_id: {
|
|
44752
|
+
description: string;
|
|
44753
|
+
format: string;
|
|
44754
|
+
type: string;
|
|
44755
|
+
};
|
|
44756
|
+
space_key: {
|
|
44757
|
+
description: string;
|
|
44758
|
+
type: string;
|
|
44759
|
+
};
|
|
44760
|
+
};
|
|
44761
|
+
type: string;
|
|
44762
|
+
};
|
|
44763
|
+
};
|
|
44764
|
+
};
|
|
44765
|
+
};
|
|
44766
|
+
responses: {
|
|
44767
|
+
200: {
|
|
44768
|
+
content: {
|
|
44769
|
+
'application/json': {
|
|
44770
|
+
schema: {
|
|
44771
|
+
properties: {
|
|
44772
|
+
ok: {
|
|
44773
|
+
type: string;
|
|
44774
|
+
};
|
|
44775
|
+
pagination: {
|
|
44776
|
+
$ref: string;
|
|
44777
|
+
};
|
|
44778
|
+
staff_members: {
|
|
44779
|
+
items: {
|
|
44780
|
+
$ref: string;
|
|
44781
|
+
};
|
|
44782
|
+
type: string;
|
|
44783
|
+
};
|
|
44784
|
+
};
|
|
44785
|
+
required: string[];
|
|
44786
|
+
type: string;
|
|
44787
|
+
};
|
|
44788
|
+
};
|
|
44789
|
+
};
|
|
44790
|
+
description: string;
|
|
44791
|
+
};
|
|
44792
|
+
400: {
|
|
44793
|
+
description: string;
|
|
44794
|
+
};
|
|
44795
|
+
401: {
|
|
44796
|
+
description: string;
|
|
44797
|
+
};
|
|
44798
|
+
};
|
|
44799
|
+
security: {
|
|
44800
|
+
client_session_with_customer: never[];
|
|
44801
|
+
}[];
|
|
44802
|
+
summary: string;
|
|
44803
|
+
tags: never[];
|
|
44804
|
+
'x-fern-sdk-group-name': string[];
|
|
44805
|
+
'x-fern-sdk-method-name': string;
|
|
44806
|
+
'x-fern-sdk-return-value': string;
|
|
44807
|
+
'x-response-key': string;
|
|
44808
|
+
'x-title': string;
|
|
44809
|
+
'x-undocumented': string;
|
|
44810
|
+
};
|
|
44811
|
+
};
|
|
44405
44812
|
'/seam/customer/v1/webhooks/connectors/[workspace_id]/[connector_id]': {
|
|
44406
44813
|
post: {
|
|
44407
44814
|
description: string;
|