@seamapi/types 1.271.0 → 1.271.1
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 +12 -46
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +20 -68
- package/lib/seam/connect/openapi.d.ts +20 -60
- package/lib/seam/connect/openapi.js +12 -46
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -8
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +12 -46
- package/src/lib/seam/connect/route-types.ts +8 -20
package/dist/connect.d.cts
CHANGED
|
@@ -19847,42 +19847,18 @@ declare const _default: {
|
|
|
19847
19847
|
content: {
|
|
19848
19848
|
'application/json': {
|
|
19849
19849
|
schema: {
|
|
19850
|
-
|
|
19851
|
-
|
|
19852
|
-
|
|
19853
|
-
|
|
19854
|
-
type: string;
|
|
19855
|
-
};
|
|
19856
|
-
acs_system_id: {
|
|
19857
|
-
format: string;
|
|
19858
|
-
type: string;
|
|
19859
|
-
};
|
|
19860
|
-
device_name: {
|
|
19861
|
-
type: string;
|
|
19862
|
-
};
|
|
19863
|
-
device_id?: never;
|
|
19850
|
+
properties: {
|
|
19851
|
+
acs_credential_id: {
|
|
19852
|
+
format: string;
|
|
19853
|
+
type: string;
|
|
19864
19854
|
};
|
|
19865
|
-
|
|
19866
|
-
|
|
19867
|
-
|
|
19868
|
-
properties: {
|
|
19869
|
-
acs_credential_id: {
|
|
19870
|
-
format: string;
|
|
19871
|
-
type: string;
|
|
19872
|
-
};
|
|
19873
|
-
acs_system_id: {
|
|
19874
|
-
format: string;
|
|
19875
|
-
type: string;
|
|
19876
|
-
};
|
|
19877
|
-
device_id: {
|
|
19878
|
-
format: string;
|
|
19879
|
-
type: string;
|
|
19880
|
-
};
|
|
19881
|
-
device_name?: never;
|
|
19855
|
+
device_id: {
|
|
19856
|
+
format: string;
|
|
19857
|
+
type: string;
|
|
19882
19858
|
};
|
|
19883
|
-
|
|
19884
|
-
|
|
19885
|
-
|
|
19859
|
+
};
|
|
19860
|
+
required: string[];
|
|
19861
|
+
type: string;
|
|
19886
19862
|
};
|
|
19887
19863
|
};
|
|
19888
19864
|
};
|
|
@@ -20067,34 +20043,18 @@ declare const _default: {
|
|
|
20067
20043
|
content: {
|
|
20068
20044
|
'application/json': {
|
|
20069
20045
|
schema: {
|
|
20070
|
-
|
|
20071
|
-
|
|
20072
|
-
|
|
20073
|
-
|
|
20074
|
-
type: string;
|
|
20075
|
-
};
|
|
20076
|
-
device_name: {
|
|
20077
|
-
type: string;
|
|
20078
|
-
};
|
|
20079
|
-
device_id?: never;
|
|
20046
|
+
properties: {
|
|
20047
|
+
acs_system_id: {
|
|
20048
|
+
format: string;
|
|
20049
|
+
type: string;
|
|
20080
20050
|
};
|
|
20081
|
-
|
|
20082
|
-
|
|
20083
|
-
|
|
20084
|
-
properties: {
|
|
20085
|
-
acs_system_id: {
|
|
20086
|
-
format: string;
|
|
20087
|
-
type: string;
|
|
20088
|
-
};
|
|
20089
|
-
device_id: {
|
|
20090
|
-
format: string;
|
|
20091
|
-
type: string;
|
|
20092
|
-
};
|
|
20093
|
-
device_name?: never;
|
|
20051
|
+
device_id: {
|
|
20052
|
+
format: string;
|
|
20053
|
+
type: string;
|
|
20094
20054
|
};
|
|
20095
|
-
|
|
20096
|
-
|
|
20097
|
-
|
|
20055
|
+
};
|
|
20056
|
+
required: string[];
|
|
20057
|
+
type: string;
|
|
20098
20058
|
};
|
|
20099
20059
|
};
|
|
20100
20060
|
};
|
|
@@ -34637,11 +34597,6 @@ interface Routes {
|
|
|
34637
34597
|
queryParams: {};
|
|
34638
34598
|
jsonBody: {};
|
|
34639
34599
|
commonParams: {
|
|
34640
|
-
acs_system_id: string;
|
|
34641
|
-
device_name: string;
|
|
34642
|
-
acs_credential_id: string;
|
|
34643
|
-
} | {
|
|
34644
|
-
acs_system_id: string;
|
|
34645
34600
|
device_id: string;
|
|
34646
34601
|
acs_credential_id: string;
|
|
34647
34602
|
};
|
|
@@ -35745,9 +35700,6 @@ interface Routes {
|
|
|
35745
35700
|
queryParams: {};
|
|
35746
35701
|
jsonBody: {};
|
|
35747
35702
|
commonParams: {
|
|
35748
|
-
acs_system_id: string;
|
|
35749
|
-
device_name: string;
|
|
35750
|
-
} | {
|
|
35751
35703
|
acs_system_id: string;
|
|
35752
35704
|
device_id: string;
|
|
35753
35705
|
};
|
|
@@ -8722,42 +8722,18 @@ declare const _default: {
|
|
|
8722
8722
|
content: {
|
|
8723
8723
|
'application/json': {
|
|
8724
8724
|
schema: {
|
|
8725
|
-
|
|
8726
|
-
|
|
8727
|
-
|
|
8728
|
-
|
|
8729
|
-
type: string;
|
|
8730
|
-
};
|
|
8731
|
-
acs_system_id: {
|
|
8732
|
-
format: string;
|
|
8733
|
-
type: string;
|
|
8734
|
-
};
|
|
8735
|
-
device_name: {
|
|
8736
|
-
type: string;
|
|
8737
|
-
};
|
|
8738
|
-
device_id?: never;
|
|
8725
|
+
properties: {
|
|
8726
|
+
acs_credential_id: {
|
|
8727
|
+
format: string;
|
|
8728
|
+
type: string;
|
|
8739
8729
|
};
|
|
8740
|
-
|
|
8741
|
-
|
|
8742
|
-
|
|
8743
|
-
properties: {
|
|
8744
|
-
acs_credential_id: {
|
|
8745
|
-
format: string;
|
|
8746
|
-
type: string;
|
|
8747
|
-
};
|
|
8748
|
-
acs_system_id: {
|
|
8749
|
-
format: string;
|
|
8750
|
-
type: string;
|
|
8751
|
-
};
|
|
8752
|
-
device_id: {
|
|
8753
|
-
format: string;
|
|
8754
|
-
type: string;
|
|
8755
|
-
};
|
|
8756
|
-
device_name?: never;
|
|
8730
|
+
device_id: {
|
|
8731
|
+
format: string;
|
|
8732
|
+
type: string;
|
|
8757
8733
|
};
|
|
8758
|
-
|
|
8759
|
-
|
|
8760
|
-
|
|
8734
|
+
};
|
|
8735
|
+
required: string[];
|
|
8736
|
+
type: string;
|
|
8761
8737
|
};
|
|
8762
8738
|
};
|
|
8763
8739
|
};
|
|
@@ -8942,34 +8918,18 @@ declare const _default: {
|
|
|
8942
8918
|
content: {
|
|
8943
8919
|
'application/json': {
|
|
8944
8920
|
schema: {
|
|
8945
|
-
|
|
8946
|
-
|
|
8947
|
-
|
|
8948
|
-
|
|
8949
|
-
type: string;
|
|
8950
|
-
};
|
|
8951
|
-
device_name: {
|
|
8952
|
-
type: string;
|
|
8953
|
-
};
|
|
8954
|
-
device_id?: never;
|
|
8921
|
+
properties: {
|
|
8922
|
+
acs_system_id: {
|
|
8923
|
+
format: string;
|
|
8924
|
+
type: string;
|
|
8955
8925
|
};
|
|
8956
|
-
|
|
8957
|
-
|
|
8958
|
-
|
|
8959
|
-
properties: {
|
|
8960
|
-
acs_system_id: {
|
|
8961
|
-
format: string;
|
|
8962
|
-
type: string;
|
|
8963
|
-
};
|
|
8964
|
-
device_id: {
|
|
8965
|
-
format: string;
|
|
8966
|
-
type: string;
|
|
8967
|
-
};
|
|
8968
|
-
device_name?: never;
|
|
8926
|
+
device_id: {
|
|
8927
|
+
format: string;
|
|
8928
|
+
type: string;
|
|
8969
8929
|
};
|
|
8970
|
-
|
|
8971
|
-
|
|
8972
|
-
|
|
8930
|
+
};
|
|
8931
|
+
required: string[];
|
|
8932
|
+
type: string;
|
|
8973
8933
|
};
|
|
8974
8934
|
};
|
|
8975
8935
|
};
|
|
@@ -8063,34 +8063,12 @@ export default {
|
|
|
8063
8063
|
content: {
|
|
8064
8064
|
'application/json': {
|
|
8065
8065
|
schema: {
|
|
8066
|
-
|
|
8067
|
-
{
|
|
8068
|
-
|
|
8069
|
-
|
|
8070
|
-
|
|
8071
|
-
|
|
8072
|
-
},
|
|
8073
|
-
required: [
|
|
8074
|
-
'acs_system_id',
|
|
8075
|
-
'device_name',
|
|
8076
|
-
'acs_credential_id',
|
|
8077
|
-
],
|
|
8078
|
-
type: 'object',
|
|
8079
|
-
},
|
|
8080
|
-
{
|
|
8081
|
-
properties: {
|
|
8082
|
-
acs_credential_id: { format: 'uuid', type: 'string' },
|
|
8083
|
-
acs_system_id: { format: 'uuid', type: 'string' },
|
|
8084
|
-
device_id: { format: 'uuid', type: 'string' },
|
|
8085
|
-
},
|
|
8086
|
-
required: [
|
|
8087
|
-
'acs_system_id',
|
|
8088
|
-
'device_id',
|
|
8089
|
-
'acs_credential_id',
|
|
8090
|
-
],
|
|
8091
|
-
type: 'object',
|
|
8092
|
-
},
|
|
8093
|
-
],
|
|
8066
|
+
properties: {
|
|
8067
|
+
acs_credential_id: { format: 'uuid', type: 'string' },
|
|
8068
|
+
device_id: { format: 'uuid', type: 'string' },
|
|
8069
|
+
},
|
|
8070
|
+
required: ['device_id', 'acs_credential_id'],
|
|
8071
|
+
type: 'object',
|
|
8094
8072
|
},
|
|
8095
8073
|
},
|
|
8096
8074
|
},
|
|
@@ -8223,24 +8201,12 @@ export default {
|
|
|
8223
8201
|
content: {
|
|
8224
8202
|
'application/json': {
|
|
8225
8203
|
schema: {
|
|
8226
|
-
|
|
8227
|
-
{
|
|
8228
|
-
|
|
8229
|
-
|
|
8230
|
-
|
|
8231
|
-
|
|
8232
|
-
required: ['acs_system_id', 'device_name'],
|
|
8233
|
-
type: 'object',
|
|
8234
|
-
},
|
|
8235
|
-
{
|
|
8236
|
-
properties: {
|
|
8237
|
-
acs_system_id: { format: 'uuid', type: 'string' },
|
|
8238
|
-
device_id: { format: 'uuid', type: 'string' },
|
|
8239
|
-
},
|
|
8240
|
-
required: ['acs_system_id', 'device_id'],
|
|
8241
|
-
type: 'object',
|
|
8242
|
-
},
|
|
8243
|
-
],
|
|
8204
|
+
properties: {
|
|
8205
|
+
acs_system_id: { format: 'uuid', type: 'string' },
|
|
8206
|
+
device_id: { format: 'uuid', type: 'string' },
|
|
8207
|
+
},
|
|
8208
|
+
required: ['acs_system_id', 'device_id'],
|
|
8209
|
+
type: 'object',
|
|
8244
8210
|
},
|
|
8245
8211
|
},
|
|
8246
8212
|
},
|