@seamapi/types 1.524.0 → 1.525.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 +10 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -1
- package/dist/index.cjs +10 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +2 -0
- package/lib/seam/connect/openapi.js +10 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +10 -2
- package/src/lib/seam/connect/route-types.ts +1 -1
package/dist/connect.cjs
CHANGED
|
@@ -49441,7 +49441,11 @@ var openapi_default = {
|
|
|
49441
49441
|
automation_runs: {
|
|
49442
49442
|
items: {
|
|
49443
49443
|
properties: {
|
|
49444
|
-
automation_id: {
|
|
49444
|
+
automation_id: {
|
|
49445
|
+
format: "uuid",
|
|
49446
|
+
nullable: true,
|
|
49447
|
+
type: "string"
|
|
49448
|
+
},
|
|
49445
49449
|
automation_result: {
|
|
49446
49450
|
properties: {
|
|
49447
49451
|
actions: {
|
|
@@ -49590,7 +49594,11 @@ var openapi_default = {
|
|
|
49590
49594
|
automation_runs: {
|
|
49591
49595
|
items: {
|
|
49592
49596
|
properties: {
|
|
49593
|
-
automation_id: {
|
|
49597
|
+
automation_id: {
|
|
49598
|
+
format: "uuid",
|
|
49599
|
+
nullable: true,
|
|
49600
|
+
type: "string"
|
|
49601
|
+
},
|
|
49594
49602
|
automation_result: {
|
|
49595
49603
|
properties: {
|
|
49596
49604
|
actions: {
|