@seamapi/types 1.364.0 → 1.365.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 +637 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1092 -119
- package/lib/seam/connect/internal/schemas.d.ts +1 -1
- package/lib/seam/connect/internal/schemas.js +1 -1
- package/lib/seam/connect/internal/schemas.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js +1 -2
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.js +1 -2
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +2 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.js +1 -2
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js +1 -2
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device.js +1 -2
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/index.d.ts +1 -0
- package/lib/seam/connect/models/index.js +1 -0
- package/lib/seam/connect/models/index.js.map +1 -1
- package/lib/seam/connect/models/locations/index.d.ts +1 -0
- package/lib/seam/connect/models/locations/index.js +2 -0
- package/lib/seam/connect/models/locations/index.js.map +1 -0
- package/lib/seam/connect/models/locations/location.d.ts +49 -0
- package/lib/seam/connect/models/locations/location.js +25 -0
- package/lib/seam/connect/models/locations/location.js.map +1 -0
- package/lib/seam/connect/openapi.d.ts +803 -0
- package/lib/seam/connect/openapi.js +635 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +170 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +2 -0
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +1 -2
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -2
- package/src/lib/seam/connect/models/acs/acs-system.ts +2 -2
- package/src/lib/seam/connect/models/acs/acs-user.ts +1 -2
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +1 -2
- package/src/lib/seam/connect/models/devices/device.ts +1 -2
- package/src/lib/seam/connect/models/index.ts +1 -0
- package/src/lib/seam/connect/models/locations/index.ts +1 -0
- package/src/lib/seam/connect/models/locations/location.ts +30 -0
- package/src/lib/seam/connect/openapi.ts +648 -0
- package/src/lib/seam/connect/route-types.ts +182 -0
|
@@ -17088,6 +17088,12 @@ declare const _default: {
|
|
|
17088
17088
|
enum: string[];
|
|
17089
17089
|
type: string;
|
|
17090
17090
|
};
|
|
17091
|
+
unstable_location_id: {
|
|
17092
|
+
format: string;
|
|
17093
|
+
nullable: boolean;
|
|
17094
|
+
type: string;
|
|
17095
|
+
'x-undocumented': string;
|
|
17096
|
+
};
|
|
17091
17097
|
user_identifier_key: {
|
|
17092
17098
|
description: string;
|
|
17093
17099
|
type: string;
|
|
@@ -17603,6 +17609,12 @@ declare const _default: {
|
|
|
17603
17609
|
enum: string[];
|
|
17604
17610
|
type: string;
|
|
17605
17611
|
};
|
|
17612
|
+
unstable_location_id: {
|
|
17613
|
+
format: string;
|
|
17614
|
+
nullable: boolean;
|
|
17615
|
+
type: string;
|
|
17616
|
+
'x-undocumented': string;
|
|
17617
|
+
};
|
|
17606
17618
|
user_identifier_key: {
|
|
17607
17619
|
description: string;
|
|
17608
17620
|
type: string;
|
|
@@ -18419,6 +18431,12 @@ declare const _default: {
|
|
|
18419
18431
|
enum: string[];
|
|
18420
18432
|
type: string;
|
|
18421
18433
|
};
|
|
18434
|
+
unstable_location_id: {
|
|
18435
|
+
format: string;
|
|
18436
|
+
nullable: boolean;
|
|
18437
|
+
type: string;
|
|
18438
|
+
'x-undocumented': string;
|
|
18439
|
+
};
|
|
18422
18440
|
user_identifier_key: {
|
|
18423
18441
|
description: string;
|
|
18424
18442
|
type: string;
|
|
@@ -18887,6 +18905,12 @@ declare const _default: {
|
|
|
18887
18905
|
enum: string[];
|
|
18888
18906
|
type: string;
|
|
18889
18907
|
};
|
|
18908
|
+
unstable_location_id: {
|
|
18909
|
+
format: string;
|
|
18910
|
+
nullable: boolean;
|
|
18911
|
+
type: string;
|
|
18912
|
+
'x-undocumented': string;
|
|
18913
|
+
};
|
|
18890
18914
|
user_identifier_key: {
|
|
18891
18915
|
description: string;
|
|
18892
18916
|
type: string;
|
|
@@ -21063,6 +21087,12 @@ declare const _default: {
|
|
|
21063
21087
|
enum: string[];
|
|
21064
21088
|
type: string;
|
|
21065
21089
|
};
|
|
21090
|
+
unstable_location_id: {
|
|
21091
|
+
format: string;
|
|
21092
|
+
nullable: boolean;
|
|
21093
|
+
type: string;
|
|
21094
|
+
'x-undocumented': string;
|
|
21095
|
+
};
|
|
21066
21096
|
user_identifier_key: {
|
|
21067
21097
|
description: string;
|
|
21068
21098
|
type: string;
|
|
@@ -22752,6 +22782,779 @@ declare const _default: {
|
|
|
22752
22782
|
'x-title': string;
|
|
22753
22783
|
};
|
|
22754
22784
|
};
|
|
22785
|
+
'/unstable_locations/add_devices': {
|
|
22786
|
+
post: {
|
|
22787
|
+
description: string;
|
|
22788
|
+
operationId: string;
|
|
22789
|
+
requestBody: {
|
|
22790
|
+
content: {
|
|
22791
|
+
'application/json': {
|
|
22792
|
+
schema: {
|
|
22793
|
+
properties: {
|
|
22794
|
+
device_ids: {
|
|
22795
|
+
items: {
|
|
22796
|
+
format: string;
|
|
22797
|
+
type: string;
|
|
22798
|
+
};
|
|
22799
|
+
type: string;
|
|
22800
|
+
};
|
|
22801
|
+
location_id: {
|
|
22802
|
+
format: string;
|
|
22803
|
+
type: string;
|
|
22804
|
+
};
|
|
22805
|
+
};
|
|
22806
|
+
required: string[];
|
|
22807
|
+
type: string;
|
|
22808
|
+
};
|
|
22809
|
+
};
|
|
22810
|
+
};
|
|
22811
|
+
};
|
|
22812
|
+
responses: {
|
|
22813
|
+
200: {
|
|
22814
|
+
content: {
|
|
22815
|
+
'application/json': {
|
|
22816
|
+
schema: {
|
|
22817
|
+
properties: {
|
|
22818
|
+
ok: {
|
|
22819
|
+
type: string;
|
|
22820
|
+
};
|
|
22821
|
+
};
|
|
22822
|
+
required: string[];
|
|
22823
|
+
type: string;
|
|
22824
|
+
};
|
|
22825
|
+
};
|
|
22826
|
+
};
|
|
22827
|
+
description: string;
|
|
22828
|
+
};
|
|
22829
|
+
400: {
|
|
22830
|
+
description: string;
|
|
22831
|
+
};
|
|
22832
|
+
401: {
|
|
22833
|
+
description: string;
|
|
22834
|
+
};
|
|
22835
|
+
};
|
|
22836
|
+
security: ({
|
|
22837
|
+
pat_with_workspace: never[];
|
|
22838
|
+
console_session_with_workspace?: never;
|
|
22839
|
+
api_key?: never;
|
|
22840
|
+
} | {
|
|
22841
|
+
console_session_with_workspace: never[];
|
|
22842
|
+
pat_with_workspace?: never;
|
|
22843
|
+
api_key?: never;
|
|
22844
|
+
} | {
|
|
22845
|
+
api_key: never[];
|
|
22846
|
+
pat_with_workspace?: never;
|
|
22847
|
+
console_session_with_workspace?: never;
|
|
22848
|
+
})[];
|
|
22849
|
+
summary: string;
|
|
22850
|
+
tags: never[];
|
|
22851
|
+
'x-fern-sdk-group-name': string[];
|
|
22852
|
+
'x-fern-sdk-method-name': string;
|
|
22853
|
+
'x-response-key': null;
|
|
22854
|
+
'x-title': string;
|
|
22855
|
+
'x-undocumented': string;
|
|
22856
|
+
};
|
|
22857
|
+
};
|
|
22858
|
+
'/unstable_locations/create': {
|
|
22859
|
+
post: {
|
|
22860
|
+
description: string;
|
|
22861
|
+
operationId: string;
|
|
22862
|
+
requestBody: {
|
|
22863
|
+
content: {
|
|
22864
|
+
'application/json': {
|
|
22865
|
+
schema: {
|
|
22866
|
+
properties: {
|
|
22867
|
+
geolocation: {
|
|
22868
|
+
properties: {
|
|
22869
|
+
latitude: {
|
|
22870
|
+
format: string;
|
|
22871
|
+
type: string;
|
|
22872
|
+
};
|
|
22873
|
+
longitude: {
|
|
22874
|
+
format: string;
|
|
22875
|
+
type: string;
|
|
22876
|
+
};
|
|
22877
|
+
};
|
|
22878
|
+
required: string[];
|
|
22879
|
+
type: string;
|
|
22880
|
+
};
|
|
22881
|
+
name: {
|
|
22882
|
+
type: string;
|
|
22883
|
+
};
|
|
22884
|
+
time_zone: {
|
|
22885
|
+
type: string;
|
|
22886
|
+
};
|
|
22887
|
+
};
|
|
22888
|
+
required: string[];
|
|
22889
|
+
type: string;
|
|
22890
|
+
};
|
|
22891
|
+
};
|
|
22892
|
+
};
|
|
22893
|
+
};
|
|
22894
|
+
responses: {
|
|
22895
|
+
200: {
|
|
22896
|
+
content: {
|
|
22897
|
+
'application/json': {
|
|
22898
|
+
schema: {
|
|
22899
|
+
properties: {
|
|
22900
|
+
location: {
|
|
22901
|
+
properties: {
|
|
22902
|
+
created_at: {
|
|
22903
|
+
description: string;
|
|
22904
|
+
format: string;
|
|
22905
|
+
type: string;
|
|
22906
|
+
};
|
|
22907
|
+
display_name: {
|
|
22908
|
+
description: string;
|
|
22909
|
+
type: string;
|
|
22910
|
+
};
|
|
22911
|
+
geolocation: {
|
|
22912
|
+
description: string;
|
|
22913
|
+
properties: {
|
|
22914
|
+
latitude: {
|
|
22915
|
+
format: string;
|
|
22916
|
+
type: string;
|
|
22917
|
+
};
|
|
22918
|
+
longitude: {
|
|
22919
|
+
format: string;
|
|
22920
|
+
type: string;
|
|
22921
|
+
};
|
|
22922
|
+
};
|
|
22923
|
+
required: string[];
|
|
22924
|
+
type: string;
|
|
22925
|
+
};
|
|
22926
|
+
location_id: {
|
|
22927
|
+
description: string;
|
|
22928
|
+
format: string;
|
|
22929
|
+
type: string;
|
|
22930
|
+
};
|
|
22931
|
+
time_zone: {
|
|
22932
|
+
description: string;
|
|
22933
|
+
type: string;
|
|
22934
|
+
};
|
|
22935
|
+
workspace_id: {
|
|
22936
|
+
description: string;
|
|
22937
|
+
format: string;
|
|
22938
|
+
type: string;
|
|
22939
|
+
};
|
|
22940
|
+
};
|
|
22941
|
+
required: string[];
|
|
22942
|
+
type: string;
|
|
22943
|
+
};
|
|
22944
|
+
ok: {
|
|
22945
|
+
type: string;
|
|
22946
|
+
};
|
|
22947
|
+
};
|
|
22948
|
+
required: string[];
|
|
22949
|
+
type: string;
|
|
22950
|
+
};
|
|
22951
|
+
};
|
|
22952
|
+
};
|
|
22953
|
+
description: string;
|
|
22954
|
+
};
|
|
22955
|
+
400: {
|
|
22956
|
+
description: string;
|
|
22957
|
+
};
|
|
22958
|
+
401: {
|
|
22959
|
+
description: string;
|
|
22960
|
+
};
|
|
22961
|
+
};
|
|
22962
|
+
security: ({
|
|
22963
|
+
pat_with_workspace: never[];
|
|
22964
|
+
console_session_with_workspace?: never;
|
|
22965
|
+
api_key?: never;
|
|
22966
|
+
} | {
|
|
22967
|
+
console_session_with_workspace: never[];
|
|
22968
|
+
pat_with_workspace?: never;
|
|
22969
|
+
api_key?: never;
|
|
22970
|
+
} | {
|
|
22971
|
+
api_key: never[];
|
|
22972
|
+
pat_with_workspace?: never;
|
|
22973
|
+
console_session_with_workspace?: never;
|
|
22974
|
+
})[];
|
|
22975
|
+
summary: string;
|
|
22976
|
+
tags: never[];
|
|
22977
|
+
'x-fern-sdk-group-name': string[];
|
|
22978
|
+
'x-fern-sdk-method-name': string;
|
|
22979
|
+
'x-fern-sdk-return-value': string;
|
|
22980
|
+
'x-response-key': string;
|
|
22981
|
+
'x-title': string;
|
|
22982
|
+
'x-undocumented': string;
|
|
22983
|
+
};
|
|
22984
|
+
};
|
|
22985
|
+
'/unstable_locations/delete': {
|
|
22986
|
+
post: {
|
|
22987
|
+
description: string;
|
|
22988
|
+
operationId: string;
|
|
22989
|
+
requestBody: {
|
|
22990
|
+
content: {
|
|
22991
|
+
'application/json': {
|
|
22992
|
+
schema: {
|
|
22993
|
+
properties: {
|
|
22994
|
+
location_id: {
|
|
22995
|
+
format: string;
|
|
22996
|
+
type: string;
|
|
22997
|
+
};
|
|
22998
|
+
};
|
|
22999
|
+
required: string[];
|
|
23000
|
+
type: string;
|
|
23001
|
+
};
|
|
23002
|
+
};
|
|
23003
|
+
};
|
|
23004
|
+
};
|
|
23005
|
+
responses: {
|
|
23006
|
+
200: {
|
|
23007
|
+
content: {
|
|
23008
|
+
'application/json': {
|
|
23009
|
+
schema: {
|
|
23010
|
+
properties: {
|
|
23011
|
+
ok: {
|
|
23012
|
+
type: string;
|
|
23013
|
+
};
|
|
23014
|
+
};
|
|
23015
|
+
required: string[];
|
|
23016
|
+
type: string;
|
|
23017
|
+
};
|
|
23018
|
+
};
|
|
23019
|
+
};
|
|
23020
|
+
description: string;
|
|
23021
|
+
};
|
|
23022
|
+
400: {
|
|
23023
|
+
description: string;
|
|
23024
|
+
};
|
|
23025
|
+
401: {
|
|
23026
|
+
description: string;
|
|
23027
|
+
};
|
|
23028
|
+
};
|
|
23029
|
+
security: ({
|
|
23030
|
+
pat_with_workspace: never[];
|
|
23031
|
+
console_session_with_workspace?: never;
|
|
23032
|
+
api_key?: never;
|
|
23033
|
+
} | {
|
|
23034
|
+
console_session_with_workspace: never[];
|
|
23035
|
+
pat_with_workspace?: never;
|
|
23036
|
+
api_key?: never;
|
|
23037
|
+
} | {
|
|
23038
|
+
api_key: never[];
|
|
23039
|
+
pat_with_workspace?: never;
|
|
23040
|
+
console_session_with_workspace?: never;
|
|
23041
|
+
})[];
|
|
23042
|
+
summary: string;
|
|
23043
|
+
tags: never[];
|
|
23044
|
+
'x-fern-sdk-group-name': string[];
|
|
23045
|
+
'x-fern-sdk-method-name': string;
|
|
23046
|
+
'x-response-key': null;
|
|
23047
|
+
'x-title': string;
|
|
23048
|
+
'x-undocumented': string;
|
|
23049
|
+
};
|
|
23050
|
+
};
|
|
23051
|
+
'/unstable_locations/get': {
|
|
23052
|
+
post: {
|
|
23053
|
+
description: string;
|
|
23054
|
+
operationId: string;
|
|
23055
|
+
requestBody: {
|
|
23056
|
+
content: {
|
|
23057
|
+
'application/json': {
|
|
23058
|
+
schema: {
|
|
23059
|
+
properties: {
|
|
23060
|
+
location_id: {
|
|
23061
|
+
format: string;
|
|
23062
|
+
type: string;
|
|
23063
|
+
};
|
|
23064
|
+
};
|
|
23065
|
+
required: string[];
|
|
23066
|
+
type: string;
|
|
23067
|
+
};
|
|
23068
|
+
};
|
|
23069
|
+
};
|
|
23070
|
+
};
|
|
23071
|
+
responses: {
|
|
23072
|
+
200: {
|
|
23073
|
+
content: {
|
|
23074
|
+
'application/json': {
|
|
23075
|
+
schema: {
|
|
23076
|
+
properties: {
|
|
23077
|
+
location: {
|
|
23078
|
+
properties: {
|
|
23079
|
+
created_at: {
|
|
23080
|
+
description: string;
|
|
23081
|
+
format: string;
|
|
23082
|
+
type: string;
|
|
23083
|
+
};
|
|
23084
|
+
display_name: {
|
|
23085
|
+
description: string;
|
|
23086
|
+
type: string;
|
|
23087
|
+
};
|
|
23088
|
+
geolocation: {
|
|
23089
|
+
description: string;
|
|
23090
|
+
properties: {
|
|
23091
|
+
latitude: {
|
|
23092
|
+
format: string;
|
|
23093
|
+
type: string;
|
|
23094
|
+
};
|
|
23095
|
+
longitude: {
|
|
23096
|
+
format: string;
|
|
23097
|
+
type: string;
|
|
23098
|
+
};
|
|
23099
|
+
};
|
|
23100
|
+
required: string[];
|
|
23101
|
+
type: string;
|
|
23102
|
+
};
|
|
23103
|
+
location_id: {
|
|
23104
|
+
description: string;
|
|
23105
|
+
format: string;
|
|
23106
|
+
type: string;
|
|
23107
|
+
};
|
|
23108
|
+
time_zone: {
|
|
23109
|
+
description: string;
|
|
23110
|
+
type: string;
|
|
23111
|
+
};
|
|
23112
|
+
workspace_id: {
|
|
23113
|
+
description: string;
|
|
23114
|
+
format: string;
|
|
23115
|
+
type: string;
|
|
23116
|
+
};
|
|
23117
|
+
};
|
|
23118
|
+
required: string[];
|
|
23119
|
+
type: string;
|
|
23120
|
+
};
|
|
23121
|
+
ok: {
|
|
23122
|
+
type: string;
|
|
23123
|
+
};
|
|
23124
|
+
};
|
|
23125
|
+
required: string[];
|
|
23126
|
+
type: string;
|
|
23127
|
+
};
|
|
23128
|
+
};
|
|
23129
|
+
};
|
|
23130
|
+
description: string;
|
|
23131
|
+
};
|
|
23132
|
+
400: {
|
|
23133
|
+
description: string;
|
|
23134
|
+
};
|
|
23135
|
+
401: {
|
|
23136
|
+
description: string;
|
|
23137
|
+
};
|
|
23138
|
+
};
|
|
23139
|
+
security: ({
|
|
23140
|
+
pat_with_workspace: never[];
|
|
23141
|
+
console_session_with_workspace?: never;
|
|
23142
|
+
api_key?: never;
|
|
23143
|
+
} | {
|
|
23144
|
+
console_session_with_workspace: never[];
|
|
23145
|
+
pat_with_workspace?: never;
|
|
23146
|
+
api_key?: never;
|
|
23147
|
+
} | {
|
|
23148
|
+
api_key: never[];
|
|
23149
|
+
pat_with_workspace?: never;
|
|
23150
|
+
console_session_with_workspace?: never;
|
|
23151
|
+
})[];
|
|
23152
|
+
summary: string;
|
|
23153
|
+
tags: never[];
|
|
23154
|
+
'x-fern-sdk-group-name': string[];
|
|
23155
|
+
'x-fern-sdk-method-name': string;
|
|
23156
|
+
'x-fern-sdk-return-value': string;
|
|
23157
|
+
'x-response-key': string;
|
|
23158
|
+
'x-title': string;
|
|
23159
|
+
'x-undocumented': string;
|
|
23160
|
+
};
|
|
23161
|
+
};
|
|
23162
|
+
'/unstable_locations/list': {
|
|
23163
|
+
get: {
|
|
23164
|
+
description: string;
|
|
23165
|
+
operationId: string;
|
|
23166
|
+
responses: {
|
|
23167
|
+
200: {
|
|
23168
|
+
content: {
|
|
23169
|
+
'application/json': {
|
|
23170
|
+
schema: {
|
|
23171
|
+
properties: {
|
|
23172
|
+
locations: {
|
|
23173
|
+
items: {
|
|
23174
|
+
properties: {
|
|
23175
|
+
created_at: {
|
|
23176
|
+
description: string;
|
|
23177
|
+
format: string;
|
|
23178
|
+
type: string;
|
|
23179
|
+
};
|
|
23180
|
+
display_name: {
|
|
23181
|
+
description: string;
|
|
23182
|
+
type: string;
|
|
23183
|
+
};
|
|
23184
|
+
geolocation: {
|
|
23185
|
+
description: string;
|
|
23186
|
+
properties: {
|
|
23187
|
+
latitude: {
|
|
23188
|
+
format: string;
|
|
23189
|
+
type: string;
|
|
23190
|
+
};
|
|
23191
|
+
longitude: {
|
|
23192
|
+
format: string;
|
|
23193
|
+
type: string;
|
|
23194
|
+
};
|
|
23195
|
+
};
|
|
23196
|
+
required: string[];
|
|
23197
|
+
type: string;
|
|
23198
|
+
};
|
|
23199
|
+
location_id: {
|
|
23200
|
+
description: string;
|
|
23201
|
+
format: string;
|
|
23202
|
+
type: string;
|
|
23203
|
+
};
|
|
23204
|
+
time_zone: {
|
|
23205
|
+
description: string;
|
|
23206
|
+
type: string;
|
|
23207
|
+
};
|
|
23208
|
+
workspace_id: {
|
|
23209
|
+
description: string;
|
|
23210
|
+
format: string;
|
|
23211
|
+
type: string;
|
|
23212
|
+
};
|
|
23213
|
+
};
|
|
23214
|
+
required: string[];
|
|
23215
|
+
type: string;
|
|
23216
|
+
};
|
|
23217
|
+
type: string;
|
|
23218
|
+
};
|
|
23219
|
+
ok: {
|
|
23220
|
+
type: string;
|
|
23221
|
+
};
|
|
23222
|
+
};
|
|
23223
|
+
required: string[];
|
|
23224
|
+
type: string;
|
|
23225
|
+
};
|
|
23226
|
+
};
|
|
23227
|
+
};
|
|
23228
|
+
description: string;
|
|
23229
|
+
};
|
|
23230
|
+
400: {
|
|
23231
|
+
description: string;
|
|
23232
|
+
};
|
|
23233
|
+
401: {
|
|
23234
|
+
description: string;
|
|
23235
|
+
};
|
|
23236
|
+
};
|
|
23237
|
+
security: ({
|
|
23238
|
+
pat_with_workspace: never[];
|
|
23239
|
+
console_session_with_workspace?: never;
|
|
23240
|
+
api_key?: never;
|
|
23241
|
+
} | {
|
|
23242
|
+
console_session_with_workspace: never[];
|
|
23243
|
+
pat_with_workspace?: never;
|
|
23244
|
+
api_key?: never;
|
|
23245
|
+
} | {
|
|
23246
|
+
api_key: never[];
|
|
23247
|
+
pat_with_workspace?: never;
|
|
23248
|
+
console_session_with_workspace?: never;
|
|
23249
|
+
})[];
|
|
23250
|
+
summary: string;
|
|
23251
|
+
tags: never[];
|
|
23252
|
+
'x-fern-ignore': boolean;
|
|
23253
|
+
'x-response-key': string;
|
|
23254
|
+
'x-title': string;
|
|
23255
|
+
'x-undocumented': string;
|
|
23256
|
+
};
|
|
23257
|
+
post: {
|
|
23258
|
+
description: string;
|
|
23259
|
+
operationId: string;
|
|
23260
|
+
responses: {
|
|
23261
|
+
200: {
|
|
23262
|
+
content: {
|
|
23263
|
+
'application/json': {
|
|
23264
|
+
schema: {
|
|
23265
|
+
properties: {
|
|
23266
|
+
locations: {
|
|
23267
|
+
items: {
|
|
23268
|
+
properties: {
|
|
23269
|
+
created_at: {
|
|
23270
|
+
description: string;
|
|
23271
|
+
format: string;
|
|
23272
|
+
type: string;
|
|
23273
|
+
};
|
|
23274
|
+
display_name: {
|
|
23275
|
+
description: string;
|
|
23276
|
+
type: string;
|
|
23277
|
+
};
|
|
23278
|
+
geolocation: {
|
|
23279
|
+
description: string;
|
|
23280
|
+
properties: {
|
|
23281
|
+
latitude: {
|
|
23282
|
+
format: string;
|
|
23283
|
+
type: string;
|
|
23284
|
+
};
|
|
23285
|
+
longitude: {
|
|
23286
|
+
format: string;
|
|
23287
|
+
type: string;
|
|
23288
|
+
};
|
|
23289
|
+
};
|
|
23290
|
+
required: string[];
|
|
23291
|
+
type: string;
|
|
23292
|
+
};
|
|
23293
|
+
location_id: {
|
|
23294
|
+
description: string;
|
|
23295
|
+
format: string;
|
|
23296
|
+
type: string;
|
|
23297
|
+
};
|
|
23298
|
+
time_zone: {
|
|
23299
|
+
description: string;
|
|
23300
|
+
type: string;
|
|
23301
|
+
};
|
|
23302
|
+
workspace_id: {
|
|
23303
|
+
description: string;
|
|
23304
|
+
format: string;
|
|
23305
|
+
type: string;
|
|
23306
|
+
};
|
|
23307
|
+
};
|
|
23308
|
+
required: string[];
|
|
23309
|
+
type: string;
|
|
23310
|
+
};
|
|
23311
|
+
type: string;
|
|
23312
|
+
};
|
|
23313
|
+
ok: {
|
|
23314
|
+
type: string;
|
|
23315
|
+
};
|
|
23316
|
+
};
|
|
23317
|
+
required: string[];
|
|
23318
|
+
type: string;
|
|
23319
|
+
};
|
|
23320
|
+
};
|
|
23321
|
+
};
|
|
23322
|
+
description: string;
|
|
23323
|
+
};
|
|
23324
|
+
400: {
|
|
23325
|
+
description: string;
|
|
23326
|
+
};
|
|
23327
|
+
401: {
|
|
23328
|
+
description: string;
|
|
23329
|
+
};
|
|
23330
|
+
};
|
|
23331
|
+
security: ({
|
|
23332
|
+
pat_with_workspace: never[];
|
|
23333
|
+
console_session_with_workspace?: never;
|
|
23334
|
+
api_key?: never;
|
|
23335
|
+
} | {
|
|
23336
|
+
console_session_with_workspace: never[];
|
|
23337
|
+
pat_with_workspace?: never;
|
|
23338
|
+
api_key?: never;
|
|
23339
|
+
} | {
|
|
23340
|
+
api_key: never[];
|
|
23341
|
+
pat_with_workspace?: never;
|
|
23342
|
+
console_session_with_workspace?: never;
|
|
23343
|
+
})[];
|
|
23344
|
+
summary: string;
|
|
23345
|
+
tags: never[];
|
|
23346
|
+
'x-fern-sdk-group-name': string[];
|
|
23347
|
+
'x-fern-sdk-method-name': string;
|
|
23348
|
+
'x-fern-sdk-return-value': string;
|
|
23349
|
+
'x-response-key': string;
|
|
23350
|
+
'x-title': string;
|
|
23351
|
+
'x-undocumented': string;
|
|
23352
|
+
};
|
|
23353
|
+
};
|
|
23354
|
+
'/unstable_locations/remove_devices': {
|
|
23355
|
+
post: {
|
|
23356
|
+
description: string;
|
|
23357
|
+
operationId: string;
|
|
23358
|
+
requestBody: {
|
|
23359
|
+
content: {
|
|
23360
|
+
'application/json': {
|
|
23361
|
+
schema: {
|
|
23362
|
+
properties: {
|
|
23363
|
+
device_ids: {
|
|
23364
|
+
items: {
|
|
23365
|
+
format: string;
|
|
23366
|
+
type: string;
|
|
23367
|
+
};
|
|
23368
|
+
type: string;
|
|
23369
|
+
};
|
|
23370
|
+
location_id: {
|
|
23371
|
+
format: string;
|
|
23372
|
+
type: string;
|
|
23373
|
+
};
|
|
23374
|
+
};
|
|
23375
|
+
required: string[];
|
|
23376
|
+
type: string;
|
|
23377
|
+
};
|
|
23378
|
+
};
|
|
23379
|
+
};
|
|
23380
|
+
};
|
|
23381
|
+
responses: {
|
|
23382
|
+
200: {
|
|
23383
|
+
content: {
|
|
23384
|
+
'application/json': {
|
|
23385
|
+
schema: {
|
|
23386
|
+
properties: {
|
|
23387
|
+
ok: {
|
|
23388
|
+
type: string;
|
|
23389
|
+
};
|
|
23390
|
+
};
|
|
23391
|
+
required: string[];
|
|
23392
|
+
type: string;
|
|
23393
|
+
};
|
|
23394
|
+
};
|
|
23395
|
+
};
|
|
23396
|
+
description: string;
|
|
23397
|
+
};
|
|
23398
|
+
400: {
|
|
23399
|
+
description: string;
|
|
23400
|
+
};
|
|
23401
|
+
401: {
|
|
23402
|
+
description: string;
|
|
23403
|
+
};
|
|
23404
|
+
};
|
|
23405
|
+
security: ({
|
|
23406
|
+
pat_with_workspace: never[];
|
|
23407
|
+
console_session_with_workspace?: never;
|
|
23408
|
+
api_key?: never;
|
|
23409
|
+
} | {
|
|
23410
|
+
console_session_with_workspace: never[];
|
|
23411
|
+
pat_with_workspace?: never;
|
|
23412
|
+
api_key?: never;
|
|
23413
|
+
} | {
|
|
23414
|
+
api_key: never[];
|
|
23415
|
+
pat_with_workspace?: never;
|
|
23416
|
+
console_session_with_workspace?: never;
|
|
23417
|
+
})[];
|
|
23418
|
+
summary: string;
|
|
23419
|
+
tags: never[];
|
|
23420
|
+
'x-fern-sdk-group-name': string[];
|
|
23421
|
+
'x-fern-sdk-method-name': string;
|
|
23422
|
+
'x-response-key': null;
|
|
23423
|
+
'x-title': string;
|
|
23424
|
+
'x-undocumented': string;
|
|
23425
|
+
};
|
|
23426
|
+
};
|
|
23427
|
+
'/unstable_locations/update': {
|
|
23428
|
+
post: {
|
|
23429
|
+
description: string;
|
|
23430
|
+
operationId: string;
|
|
23431
|
+
requestBody: {
|
|
23432
|
+
content: {
|
|
23433
|
+
'application/json': {
|
|
23434
|
+
schema: {
|
|
23435
|
+
properties: {
|
|
23436
|
+
geolocation: {
|
|
23437
|
+
properties: {
|
|
23438
|
+
latitude: {
|
|
23439
|
+
format: string;
|
|
23440
|
+
type: string;
|
|
23441
|
+
};
|
|
23442
|
+
longitude: {
|
|
23443
|
+
format: string;
|
|
23444
|
+
type: string;
|
|
23445
|
+
};
|
|
23446
|
+
};
|
|
23447
|
+
required: string[];
|
|
23448
|
+
type: string;
|
|
23449
|
+
};
|
|
23450
|
+
location_id: {
|
|
23451
|
+
format: string;
|
|
23452
|
+
type: string;
|
|
23453
|
+
};
|
|
23454
|
+
name: {
|
|
23455
|
+
type: string;
|
|
23456
|
+
};
|
|
23457
|
+
time_zone: {
|
|
23458
|
+
type: string;
|
|
23459
|
+
};
|
|
23460
|
+
};
|
|
23461
|
+
required: string[];
|
|
23462
|
+
type: string;
|
|
23463
|
+
};
|
|
23464
|
+
};
|
|
23465
|
+
};
|
|
23466
|
+
};
|
|
23467
|
+
responses: {
|
|
23468
|
+
200: {
|
|
23469
|
+
content: {
|
|
23470
|
+
'application/json': {
|
|
23471
|
+
schema: {
|
|
23472
|
+
properties: {
|
|
23473
|
+
location: {
|
|
23474
|
+
properties: {
|
|
23475
|
+
created_at: {
|
|
23476
|
+
description: string;
|
|
23477
|
+
format: string;
|
|
23478
|
+
type: string;
|
|
23479
|
+
};
|
|
23480
|
+
display_name: {
|
|
23481
|
+
description: string;
|
|
23482
|
+
type: string;
|
|
23483
|
+
};
|
|
23484
|
+
geolocation: {
|
|
23485
|
+
description: string;
|
|
23486
|
+
properties: {
|
|
23487
|
+
latitude: {
|
|
23488
|
+
format: string;
|
|
23489
|
+
type: string;
|
|
23490
|
+
};
|
|
23491
|
+
longitude: {
|
|
23492
|
+
format: string;
|
|
23493
|
+
type: string;
|
|
23494
|
+
};
|
|
23495
|
+
};
|
|
23496
|
+
required: string[];
|
|
23497
|
+
type: string;
|
|
23498
|
+
};
|
|
23499
|
+
location_id: {
|
|
23500
|
+
description: string;
|
|
23501
|
+
format: string;
|
|
23502
|
+
type: string;
|
|
23503
|
+
};
|
|
23504
|
+
time_zone: {
|
|
23505
|
+
description: string;
|
|
23506
|
+
type: string;
|
|
23507
|
+
};
|
|
23508
|
+
workspace_id: {
|
|
23509
|
+
description: string;
|
|
23510
|
+
format: string;
|
|
23511
|
+
type: string;
|
|
23512
|
+
};
|
|
23513
|
+
};
|
|
23514
|
+
required: string[];
|
|
23515
|
+
type: string;
|
|
23516
|
+
};
|
|
23517
|
+
ok: {
|
|
23518
|
+
type: string;
|
|
23519
|
+
};
|
|
23520
|
+
};
|
|
23521
|
+
required: string[];
|
|
23522
|
+
type: string;
|
|
23523
|
+
};
|
|
23524
|
+
};
|
|
23525
|
+
};
|
|
23526
|
+
description: string;
|
|
23527
|
+
};
|
|
23528
|
+
400: {
|
|
23529
|
+
description: string;
|
|
23530
|
+
};
|
|
23531
|
+
401: {
|
|
23532
|
+
description: string;
|
|
23533
|
+
};
|
|
23534
|
+
};
|
|
23535
|
+
security: ({
|
|
23536
|
+
pat_with_workspace: never[];
|
|
23537
|
+
console_session_with_workspace?: never;
|
|
23538
|
+
api_key?: never;
|
|
23539
|
+
} | {
|
|
23540
|
+
console_session_with_workspace: never[];
|
|
23541
|
+
pat_with_workspace?: never;
|
|
23542
|
+
api_key?: never;
|
|
23543
|
+
} | {
|
|
23544
|
+
api_key: never[];
|
|
23545
|
+
pat_with_workspace?: never;
|
|
23546
|
+
console_session_with_workspace?: never;
|
|
23547
|
+
})[];
|
|
23548
|
+
summary: string;
|
|
23549
|
+
tags: never[];
|
|
23550
|
+
'x-fern-sdk-group-name': string[];
|
|
23551
|
+
'x-fern-sdk-method-name': string;
|
|
23552
|
+
'x-fern-sdk-return-value': string;
|
|
23553
|
+
'x-response-key': string;
|
|
23554
|
+
'x-title': string;
|
|
23555
|
+
'x-undocumented': string;
|
|
23556
|
+
};
|
|
23557
|
+
};
|
|
22755
23558
|
'/user_identities/add_acs_user': {
|
|
22756
23559
|
post: {
|
|
22757
23560
|
description: string;
|