@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.cjs
CHANGED
|
@@ -10607,34 +10607,12 @@ var openapi_default = {
|
|
|
10607
10607
|
content: {
|
|
10608
10608
|
"application/json": {
|
|
10609
10609
|
schema: {
|
|
10610
|
-
|
|
10611
|
-
{
|
|
10612
|
-
|
|
10613
|
-
|
|
10614
|
-
|
|
10615
|
-
|
|
10616
|
-
},
|
|
10617
|
-
required: [
|
|
10618
|
-
"acs_system_id",
|
|
10619
|
-
"device_name",
|
|
10620
|
-
"acs_credential_id"
|
|
10621
|
-
],
|
|
10622
|
-
type: "object"
|
|
10623
|
-
},
|
|
10624
|
-
{
|
|
10625
|
-
properties: {
|
|
10626
|
-
acs_credential_id: { format: "uuid", type: "string" },
|
|
10627
|
-
acs_system_id: { format: "uuid", type: "string" },
|
|
10628
|
-
device_id: { format: "uuid", type: "string" }
|
|
10629
|
-
},
|
|
10630
|
-
required: [
|
|
10631
|
-
"acs_system_id",
|
|
10632
|
-
"device_id",
|
|
10633
|
-
"acs_credential_id"
|
|
10634
|
-
],
|
|
10635
|
-
type: "object"
|
|
10636
|
-
}
|
|
10637
|
-
]
|
|
10610
|
+
properties: {
|
|
10611
|
+
acs_credential_id: { format: "uuid", type: "string" },
|
|
10612
|
+
device_id: { format: "uuid", type: "string" }
|
|
10613
|
+
},
|
|
10614
|
+
required: ["device_id", "acs_credential_id"],
|
|
10615
|
+
type: "object"
|
|
10638
10616
|
}
|
|
10639
10617
|
}
|
|
10640
10618
|
}
|
|
@@ -10767,24 +10745,12 @@ var openapi_default = {
|
|
|
10767
10745
|
content: {
|
|
10768
10746
|
"application/json": {
|
|
10769
10747
|
schema: {
|
|
10770
|
-
|
|
10771
|
-
{
|
|
10772
|
-
|
|
10773
|
-
|
|
10774
|
-
|
|
10775
|
-
|
|
10776
|
-
required: ["acs_system_id", "device_name"],
|
|
10777
|
-
type: "object"
|
|
10778
|
-
},
|
|
10779
|
-
{
|
|
10780
|
-
properties: {
|
|
10781
|
-
acs_system_id: { format: "uuid", type: "string" },
|
|
10782
|
-
device_id: { format: "uuid", type: "string" }
|
|
10783
|
-
},
|
|
10784
|
-
required: ["acs_system_id", "device_id"],
|
|
10785
|
-
type: "object"
|
|
10786
|
-
}
|
|
10787
|
-
]
|
|
10748
|
+
properties: {
|
|
10749
|
+
acs_system_id: { format: "uuid", type: "string" },
|
|
10750
|
+
device_id: { format: "uuid", type: "string" }
|
|
10751
|
+
},
|
|
10752
|
+
required: ["acs_system_id", "device_id"],
|
|
10753
|
+
type: "object"
|
|
10788
10754
|
}
|
|
10789
10755
|
}
|
|
10790
10756
|
}
|