@seamapi/types 1.91.3 → 1.93.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 +190 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +273 -0
- package/lib/seam/connect/openapi.d.ts +222 -0
- package/lib/seam/connect/openapi.js +184 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +51 -0
- package/lib/seam/connect/unstable/models/acs/entrance.d.ts +39 -0
- package/lib/seam/connect/unstable/models/acs/entrance.js +15 -0
- package/lib/seam/connect/unstable/models/acs/entrance.js.map +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +184 -0
- package/src/lib/seam/connect/route-types.ts +64 -0
- package/src/lib/seam/connect/unstable/models/acs/entrance.ts +17 -0
package/dist/connect.d.cts
CHANGED
|
@@ -6498,6 +6498,32 @@ declare const _default: {
|
|
|
6498
6498
|
display_name: {
|
|
6499
6499
|
type: string;
|
|
6500
6500
|
};
|
|
6501
|
+
visionline_metadata: {
|
|
6502
|
+
nullable: boolean;
|
|
6503
|
+
properties: {
|
|
6504
|
+
door_name: {
|
|
6505
|
+
type: string;
|
|
6506
|
+
};
|
|
6507
|
+
profiles: {
|
|
6508
|
+
items: {
|
|
6509
|
+
properties: {
|
|
6510
|
+
visionline_door_profile_id: {
|
|
6511
|
+
type: string;
|
|
6512
|
+
};
|
|
6513
|
+
visionline_door_profile_type: {
|
|
6514
|
+
enum: string[];
|
|
6515
|
+
type: string;
|
|
6516
|
+
};
|
|
6517
|
+
};
|
|
6518
|
+
required: string[];
|
|
6519
|
+
type: string;
|
|
6520
|
+
};
|
|
6521
|
+
type: string;
|
|
6522
|
+
};
|
|
6523
|
+
};
|
|
6524
|
+
required: string[];
|
|
6525
|
+
type: string;
|
|
6526
|
+
};
|
|
6501
6527
|
};
|
|
6502
6528
|
required: string[];
|
|
6503
6529
|
type: string;
|
|
@@ -6667,6 +6693,32 @@ declare const _default: {
|
|
|
6667
6693
|
display_name: {
|
|
6668
6694
|
type: string;
|
|
6669
6695
|
};
|
|
6696
|
+
visionline_metadata: {
|
|
6697
|
+
nullable: boolean;
|
|
6698
|
+
properties: {
|
|
6699
|
+
door_name: {
|
|
6700
|
+
type: string;
|
|
6701
|
+
};
|
|
6702
|
+
profiles: {
|
|
6703
|
+
items: {
|
|
6704
|
+
properties: {
|
|
6705
|
+
visionline_door_profile_id: {
|
|
6706
|
+
type: string;
|
|
6707
|
+
};
|
|
6708
|
+
visionline_door_profile_type: {
|
|
6709
|
+
enum: string[];
|
|
6710
|
+
type: string;
|
|
6711
|
+
};
|
|
6712
|
+
};
|
|
6713
|
+
required: string[];
|
|
6714
|
+
type: string;
|
|
6715
|
+
};
|
|
6716
|
+
type: string;
|
|
6717
|
+
};
|
|
6718
|
+
};
|
|
6719
|
+
required: string[];
|
|
6720
|
+
type: string;
|
|
6721
|
+
};
|
|
6670
6722
|
};
|
|
6671
6723
|
required: string[];
|
|
6672
6724
|
type: string;
|
|
@@ -6718,6 +6770,150 @@ declare const _default: {
|
|
|
6718
6770
|
'x-fern-sdk-method-name': string;
|
|
6719
6771
|
};
|
|
6720
6772
|
};
|
|
6773
|
+
'/acs/entrances/list_credentials_with_access': {
|
|
6774
|
+
post: {
|
|
6775
|
+
operationId: string;
|
|
6776
|
+
requestBody: {
|
|
6777
|
+
content: {
|
|
6778
|
+
'application/json': {
|
|
6779
|
+
schema: {
|
|
6780
|
+
properties: {
|
|
6781
|
+
acs_entrance_id: {
|
|
6782
|
+
format: string;
|
|
6783
|
+
type: string;
|
|
6784
|
+
};
|
|
6785
|
+
acs_entrance_ids: {
|
|
6786
|
+
items: {
|
|
6787
|
+
format: string;
|
|
6788
|
+
type: string;
|
|
6789
|
+
};
|
|
6790
|
+
type: string;
|
|
6791
|
+
};
|
|
6792
|
+
include_if: {
|
|
6793
|
+
items: {
|
|
6794
|
+
enum: string[];
|
|
6795
|
+
type: string;
|
|
6796
|
+
};
|
|
6797
|
+
type: string;
|
|
6798
|
+
};
|
|
6799
|
+
};
|
|
6800
|
+
type: string;
|
|
6801
|
+
};
|
|
6802
|
+
};
|
|
6803
|
+
};
|
|
6804
|
+
};
|
|
6805
|
+
responses: {
|
|
6806
|
+
200: {
|
|
6807
|
+
content: {
|
|
6808
|
+
'application/json': {
|
|
6809
|
+
schema: {
|
|
6810
|
+
properties: {
|
|
6811
|
+
acs_credentials: {
|
|
6812
|
+
items: {
|
|
6813
|
+
properties: {
|
|
6814
|
+
access_method: {
|
|
6815
|
+
enum: string[];
|
|
6816
|
+
type: string;
|
|
6817
|
+
};
|
|
6818
|
+
acs_credential_id: {
|
|
6819
|
+
format: string;
|
|
6820
|
+
type: string;
|
|
6821
|
+
};
|
|
6822
|
+
acs_credential_pool_id: {
|
|
6823
|
+
format: string;
|
|
6824
|
+
type: string;
|
|
6825
|
+
};
|
|
6826
|
+
acs_system_id: {
|
|
6827
|
+
format: string;
|
|
6828
|
+
type: string;
|
|
6829
|
+
};
|
|
6830
|
+
acs_user_id: {
|
|
6831
|
+
format: string;
|
|
6832
|
+
type: string;
|
|
6833
|
+
};
|
|
6834
|
+
code: {
|
|
6835
|
+
nullable: boolean;
|
|
6836
|
+
type: string;
|
|
6837
|
+
};
|
|
6838
|
+
created_at: {
|
|
6839
|
+
format: string;
|
|
6840
|
+
type: string;
|
|
6841
|
+
};
|
|
6842
|
+
display_name: {
|
|
6843
|
+
minLength: number;
|
|
6844
|
+
type: string;
|
|
6845
|
+
};
|
|
6846
|
+
ends_at: {
|
|
6847
|
+
type: string;
|
|
6848
|
+
};
|
|
6849
|
+
external_type: {
|
|
6850
|
+
enum: string[];
|
|
6851
|
+
type: string;
|
|
6852
|
+
};
|
|
6853
|
+
external_type_display_name: {
|
|
6854
|
+
type: string;
|
|
6855
|
+
};
|
|
6856
|
+
is_multi_phone_sync_credential: {
|
|
6857
|
+
type: string;
|
|
6858
|
+
};
|
|
6859
|
+
starts_at: {
|
|
6860
|
+
type: string;
|
|
6861
|
+
};
|
|
6862
|
+
workspace_id: {
|
|
6863
|
+
format: string;
|
|
6864
|
+
type: string;
|
|
6865
|
+
};
|
|
6866
|
+
};
|
|
6867
|
+
required: string[];
|
|
6868
|
+
type: string;
|
|
6869
|
+
};
|
|
6870
|
+
type: string;
|
|
6871
|
+
};
|
|
6872
|
+
ok: {
|
|
6873
|
+
type: string;
|
|
6874
|
+
};
|
|
6875
|
+
};
|
|
6876
|
+
required: string[];
|
|
6877
|
+
type: string;
|
|
6878
|
+
};
|
|
6879
|
+
};
|
|
6880
|
+
};
|
|
6881
|
+
description: string;
|
|
6882
|
+
};
|
|
6883
|
+
400: {
|
|
6884
|
+
description: string;
|
|
6885
|
+
};
|
|
6886
|
+
401: {
|
|
6887
|
+
description: string;
|
|
6888
|
+
};
|
|
6889
|
+
};
|
|
6890
|
+
security: ({
|
|
6891
|
+
client_session: never[];
|
|
6892
|
+
pat_with_workspace?: never;
|
|
6893
|
+
console_session?: never;
|
|
6894
|
+
api_key?: never;
|
|
6895
|
+
} | {
|
|
6896
|
+
pat_with_workspace: never[];
|
|
6897
|
+
client_session?: never;
|
|
6898
|
+
console_session?: never;
|
|
6899
|
+
api_key?: never;
|
|
6900
|
+
} | {
|
|
6901
|
+
console_session: never[];
|
|
6902
|
+
client_session?: never;
|
|
6903
|
+
pat_with_workspace?: never;
|
|
6904
|
+
api_key?: never;
|
|
6905
|
+
} | {
|
|
6906
|
+
api_key: never[];
|
|
6907
|
+
client_session?: never;
|
|
6908
|
+
pat_with_workspace?: never;
|
|
6909
|
+
console_session?: never;
|
|
6910
|
+
})[];
|
|
6911
|
+
summary: string;
|
|
6912
|
+
tags: string[];
|
|
6913
|
+
'x-fern-sdk-group-name': string[];
|
|
6914
|
+
'x-fern-sdk-method-name': string;
|
|
6915
|
+
};
|
|
6916
|
+
};
|
|
6721
6917
|
'/acs/systems/get': {
|
|
6722
6918
|
post: {
|
|
6723
6919
|
operationId: string;
|
|
@@ -7324,6 +7520,32 @@ declare const _default: {
|
|
|
7324
7520
|
display_name: {
|
|
7325
7521
|
type: string;
|
|
7326
7522
|
};
|
|
7523
|
+
visionline_metadata: {
|
|
7524
|
+
nullable: boolean;
|
|
7525
|
+
properties: {
|
|
7526
|
+
door_name: {
|
|
7527
|
+
type: string;
|
|
7528
|
+
};
|
|
7529
|
+
profiles: {
|
|
7530
|
+
items: {
|
|
7531
|
+
properties: {
|
|
7532
|
+
visionline_door_profile_id: {
|
|
7533
|
+
type: string;
|
|
7534
|
+
};
|
|
7535
|
+
visionline_door_profile_type: {
|
|
7536
|
+
enum: string[];
|
|
7537
|
+
type: string;
|
|
7538
|
+
};
|
|
7539
|
+
};
|
|
7540
|
+
required: string[];
|
|
7541
|
+
type: string;
|
|
7542
|
+
};
|
|
7543
|
+
type: string;
|
|
7544
|
+
};
|
|
7545
|
+
};
|
|
7546
|
+
required: string[];
|
|
7547
|
+
type: string;
|
|
7548
|
+
};
|
|
7327
7549
|
};
|
|
7328
7550
|
required: string[];
|
|
7329
7551
|
type: string;
|
|
@@ -16624,6 +16846,13 @@ interface Routes {
|
|
|
16624
16846
|
display_name: string;
|
|
16625
16847
|
acs_system_id: string;
|
|
16626
16848
|
created_at: string;
|
|
16849
|
+
visionline_metadata: {
|
|
16850
|
+
door_name: string;
|
|
16851
|
+
profiles?: Array<{
|
|
16852
|
+
visionline_door_profile_id: string;
|
|
16853
|
+
visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
|
|
16854
|
+
}> | undefined;
|
|
16855
|
+
} | null;
|
|
16627
16856
|
};
|
|
16628
16857
|
};
|
|
16629
16858
|
};
|
|
@@ -16655,6 +16884,43 @@ interface Routes {
|
|
|
16655
16884
|
display_name: string;
|
|
16656
16885
|
acs_system_id: string;
|
|
16657
16886
|
created_at: string;
|
|
16887
|
+
visionline_metadata: {
|
|
16888
|
+
door_name: string;
|
|
16889
|
+
profiles?: Array<{
|
|
16890
|
+
visionline_door_profile_id: string;
|
|
16891
|
+
visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
|
|
16892
|
+
}> | undefined;
|
|
16893
|
+
} | null;
|
|
16894
|
+
}>;
|
|
16895
|
+
};
|
|
16896
|
+
};
|
|
16897
|
+
'/acs/entrances/list_credentials_with_access': {
|
|
16898
|
+
route: '/acs/entrances/list_credentials_with_access';
|
|
16899
|
+
method: 'GET' | 'POST';
|
|
16900
|
+
queryParams: {};
|
|
16901
|
+
jsonBody: {};
|
|
16902
|
+
commonParams: {
|
|
16903
|
+
acs_entrance_id?: string | undefined;
|
|
16904
|
+
acs_entrance_ids?: string[] | undefined;
|
|
16905
|
+
include_if?: Array<'visionline_metadata.is_valid'> | undefined;
|
|
16906
|
+
};
|
|
16907
|
+
formData: {};
|
|
16908
|
+
jsonResponse: {
|
|
16909
|
+
acs_credentials: Array<{
|
|
16910
|
+
acs_credential_id: string;
|
|
16911
|
+
acs_user_id?: string | undefined;
|
|
16912
|
+
acs_credential_pool_id?: string | undefined;
|
|
16913
|
+
acs_system_id: string;
|
|
16914
|
+
display_name: string;
|
|
16915
|
+
code?: (string | undefined) | null;
|
|
16916
|
+
access_method: 'code' | 'card' | 'mobile_key';
|
|
16917
|
+
external_type?: ('pti_card' | 'brivo_credential' | 'hid_credential' | 'visionline_card') | undefined;
|
|
16918
|
+
external_type_display_name?: string | undefined;
|
|
16919
|
+
created_at: string;
|
|
16920
|
+
workspace_id: string;
|
|
16921
|
+
starts_at?: string | undefined;
|
|
16922
|
+
ends_at?: string | undefined;
|
|
16923
|
+
is_multi_phone_sync_credential?: boolean | undefined;
|
|
16658
16924
|
}>;
|
|
16659
16925
|
};
|
|
16660
16926
|
};
|
|
@@ -16865,6 +17131,13 @@ interface Routes {
|
|
|
16865
17131
|
display_name: string;
|
|
16866
17132
|
acs_system_id: string;
|
|
16867
17133
|
created_at: string;
|
|
17134
|
+
visionline_metadata: {
|
|
17135
|
+
door_name: string;
|
|
17136
|
+
profiles?: Array<{
|
|
17137
|
+
visionline_door_profile_id: string;
|
|
17138
|
+
visionline_door_profile_type: 'BLE' | 'commonDoor' | 'touch';
|
|
17139
|
+
}> | undefined;
|
|
17140
|
+
} | null;
|
|
16868
17141
|
}>;
|
|
16869
17142
|
};
|
|
16870
17143
|
};
|
|
@@ -6424,6 +6424,32 @@ declare const _default: {
|
|
|
6424
6424
|
display_name: {
|
|
6425
6425
|
type: string;
|
|
6426
6426
|
};
|
|
6427
|
+
visionline_metadata: {
|
|
6428
|
+
nullable: boolean;
|
|
6429
|
+
properties: {
|
|
6430
|
+
door_name: {
|
|
6431
|
+
type: string;
|
|
6432
|
+
};
|
|
6433
|
+
profiles: {
|
|
6434
|
+
items: {
|
|
6435
|
+
properties: {
|
|
6436
|
+
visionline_door_profile_id: {
|
|
6437
|
+
type: string;
|
|
6438
|
+
};
|
|
6439
|
+
visionline_door_profile_type: {
|
|
6440
|
+
enum: string[];
|
|
6441
|
+
type: string;
|
|
6442
|
+
};
|
|
6443
|
+
};
|
|
6444
|
+
required: string[];
|
|
6445
|
+
type: string;
|
|
6446
|
+
};
|
|
6447
|
+
type: string;
|
|
6448
|
+
};
|
|
6449
|
+
};
|
|
6450
|
+
required: string[];
|
|
6451
|
+
type: string;
|
|
6452
|
+
};
|
|
6427
6453
|
};
|
|
6428
6454
|
required: string[];
|
|
6429
6455
|
type: string;
|
|
@@ -6593,6 +6619,32 @@ declare const _default: {
|
|
|
6593
6619
|
display_name: {
|
|
6594
6620
|
type: string;
|
|
6595
6621
|
};
|
|
6622
|
+
visionline_metadata: {
|
|
6623
|
+
nullable: boolean;
|
|
6624
|
+
properties: {
|
|
6625
|
+
door_name: {
|
|
6626
|
+
type: string;
|
|
6627
|
+
};
|
|
6628
|
+
profiles: {
|
|
6629
|
+
items: {
|
|
6630
|
+
properties: {
|
|
6631
|
+
visionline_door_profile_id: {
|
|
6632
|
+
type: string;
|
|
6633
|
+
};
|
|
6634
|
+
visionline_door_profile_type: {
|
|
6635
|
+
enum: string[];
|
|
6636
|
+
type: string;
|
|
6637
|
+
};
|
|
6638
|
+
};
|
|
6639
|
+
required: string[];
|
|
6640
|
+
type: string;
|
|
6641
|
+
};
|
|
6642
|
+
type: string;
|
|
6643
|
+
};
|
|
6644
|
+
};
|
|
6645
|
+
required: string[];
|
|
6646
|
+
type: string;
|
|
6647
|
+
};
|
|
6596
6648
|
};
|
|
6597
6649
|
required: string[];
|
|
6598
6650
|
type: string;
|
|
@@ -6644,6 +6696,150 @@ declare const _default: {
|
|
|
6644
6696
|
'x-fern-sdk-method-name': string;
|
|
6645
6697
|
};
|
|
6646
6698
|
};
|
|
6699
|
+
'/acs/entrances/list_credentials_with_access': {
|
|
6700
|
+
post: {
|
|
6701
|
+
operationId: string;
|
|
6702
|
+
requestBody: {
|
|
6703
|
+
content: {
|
|
6704
|
+
'application/json': {
|
|
6705
|
+
schema: {
|
|
6706
|
+
properties: {
|
|
6707
|
+
acs_entrance_id: {
|
|
6708
|
+
format: string;
|
|
6709
|
+
type: string;
|
|
6710
|
+
};
|
|
6711
|
+
acs_entrance_ids: {
|
|
6712
|
+
items: {
|
|
6713
|
+
format: string;
|
|
6714
|
+
type: string;
|
|
6715
|
+
};
|
|
6716
|
+
type: string;
|
|
6717
|
+
};
|
|
6718
|
+
include_if: {
|
|
6719
|
+
items: {
|
|
6720
|
+
enum: string[];
|
|
6721
|
+
type: string;
|
|
6722
|
+
};
|
|
6723
|
+
type: string;
|
|
6724
|
+
};
|
|
6725
|
+
};
|
|
6726
|
+
type: string;
|
|
6727
|
+
};
|
|
6728
|
+
};
|
|
6729
|
+
};
|
|
6730
|
+
};
|
|
6731
|
+
responses: {
|
|
6732
|
+
200: {
|
|
6733
|
+
content: {
|
|
6734
|
+
'application/json': {
|
|
6735
|
+
schema: {
|
|
6736
|
+
properties: {
|
|
6737
|
+
acs_credentials: {
|
|
6738
|
+
items: {
|
|
6739
|
+
properties: {
|
|
6740
|
+
access_method: {
|
|
6741
|
+
enum: string[];
|
|
6742
|
+
type: string;
|
|
6743
|
+
};
|
|
6744
|
+
acs_credential_id: {
|
|
6745
|
+
format: string;
|
|
6746
|
+
type: string;
|
|
6747
|
+
};
|
|
6748
|
+
acs_credential_pool_id: {
|
|
6749
|
+
format: string;
|
|
6750
|
+
type: string;
|
|
6751
|
+
};
|
|
6752
|
+
acs_system_id: {
|
|
6753
|
+
format: string;
|
|
6754
|
+
type: string;
|
|
6755
|
+
};
|
|
6756
|
+
acs_user_id: {
|
|
6757
|
+
format: string;
|
|
6758
|
+
type: string;
|
|
6759
|
+
};
|
|
6760
|
+
code: {
|
|
6761
|
+
nullable: boolean;
|
|
6762
|
+
type: string;
|
|
6763
|
+
};
|
|
6764
|
+
created_at: {
|
|
6765
|
+
format: string;
|
|
6766
|
+
type: string;
|
|
6767
|
+
};
|
|
6768
|
+
display_name: {
|
|
6769
|
+
minLength: number;
|
|
6770
|
+
type: string;
|
|
6771
|
+
};
|
|
6772
|
+
ends_at: {
|
|
6773
|
+
type: string;
|
|
6774
|
+
};
|
|
6775
|
+
external_type: {
|
|
6776
|
+
enum: string[];
|
|
6777
|
+
type: string;
|
|
6778
|
+
};
|
|
6779
|
+
external_type_display_name: {
|
|
6780
|
+
type: string;
|
|
6781
|
+
};
|
|
6782
|
+
is_multi_phone_sync_credential: {
|
|
6783
|
+
type: string;
|
|
6784
|
+
};
|
|
6785
|
+
starts_at: {
|
|
6786
|
+
type: string;
|
|
6787
|
+
};
|
|
6788
|
+
workspace_id: {
|
|
6789
|
+
format: string;
|
|
6790
|
+
type: string;
|
|
6791
|
+
};
|
|
6792
|
+
};
|
|
6793
|
+
required: string[];
|
|
6794
|
+
type: string;
|
|
6795
|
+
};
|
|
6796
|
+
type: string;
|
|
6797
|
+
};
|
|
6798
|
+
ok: {
|
|
6799
|
+
type: string;
|
|
6800
|
+
};
|
|
6801
|
+
};
|
|
6802
|
+
required: string[];
|
|
6803
|
+
type: string;
|
|
6804
|
+
};
|
|
6805
|
+
};
|
|
6806
|
+
};
|
|
6807
|
+
description: string;
|
|
6808
|
+
};
|
|
6809
|
+
400: {
|
|
6810
|
+
description: string;
|
|
6811
|
+
};
|
|
6812
|
+
401: {
|
|
6813
|
+
description: string;
|
|
6814
|
+
};
|
|
6815
|
+
};
|
|
6816
|
+
security: ({
|
|
6817
|
+
client_session: never[];
|
|
6818
|
+
pat_with_workspace?: never;
|
|
6819
|
+
console_session?: never;
|
|
6820
|
+
api_key?: never;
|
|
6821
|
+
} | {
|
|
6822
|
+
pat_with_workspace: never[];
|
|
6823
|
+
client_session?: never;
|
|
6824
|
+
console_session?: never;
|
|
6825
|
+
api_key?: never;
|
|
6826
|
+
} | {
|
|
6827
|
+
console_session: never[];
|
|
6828
|
+
client_session?: never;
|
|
6829
|
+
pat_with_workspace?: never;
|
|
6830
|
+
api_key?: never;
|
|
6831
|
+
} | {
|
|
6832
|
+
api_key: never[];
|
|
6833
|
+
client_session?: never;
|
|
6834
|
+
pat_with_workspace?: never;
|
|
6835
|
+
console_session?: never;
|
|
6836
|
+
})[];
|
|
6837
|
+
summary: string;
|
|
6838
|
+
tags: string[];
|
|
6839
|
+
'x-fern-sdk-group-name': string[];
|
|
6840
|
+
'x-fern-sdk-method-name': string;
|
|
6841
|
+
};
|
|
6842
|
+
};
|
|
6647
6843
|
'/acs/systems/get': {
|
|
6648
6844
|
post: {
|
|
6649
6845
|
operationId: string;
|
|
@@ -7250,6 +7446,32 @@ declare const _default: {
|
|
|
7250
7446
|
display_name: {
|
|
7251
7447
|
type: string;
|
|
7252
7448
|
};
|
|
7449
|
+
visionline_metadata: {
|
|
7450
|
+
nullable: boolean;
|
|
7451
|
+
properties: {
|
|
7452
|
+
door_name: {
|
|
7453
|
+
type: string;
|
|
7454
|
+
};
|
|
7455
|
+
profiles: {
|
|
7456
|
+
items: {
|
|
7457
|
+
properties: {
|
|
7458
|
+
visionline_door_profile_id: {
|
|
7459
|
+
type: string;
|
|
7460
|
+
};
|
|
7461
|
+
visionline_door_profile_type: {
|
|
7462
|
+
enum: string[];
|
|
7463
|
+
type: string;
|
|
7464
|
+
};
|
|
7465
|
+
};
|
|
7466
|
+
required: string[];
|
|
7467
|
+
type: string;
|
|
7468
|
+
};
|
|
7469
|
+
type: string;
|
|
7470
|
+
};
|
|
7471
|
+
};
|
|
7472
|
+
required: string[];
|
|
7473
|
+
type: string;
|
|
7474
|
+
};
|
|
7253
7475
|
};
|
|
7254
7476
|
required: string[];
|
|
7255
7477
|
type: string;
|