@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
|
@@ -38007,6 +38007,7 @@ declare const _default: {
|
|
|
38007
38007
|
properties: {
|
|
38008
38008
|
automation_id: {
|
|
38009
38009
|
format: string;
|
|
38010
|
+
nullable: boolean;
|
|
38010
38011
|
type: string;
|
|
38011
38012
|
};
|
|
38012
38013
|
automation_result: {
|
|
@@ -38171,6 +38172,7 @@ declare const _default: {
|
|
|
38171
38172
|
properties: {
|
|
38172
38173
|
automation_id: {
|
|
38173
38174
|
format: string;
|
|
38175
|
+
nullable: boolean;
|
|
38174
38176
|
type: string;
|
|
38175
38177
|
};
|
|
38176
38178
|
automation_result: {
|
|
@@ -43890,7 +43890,11 @@ export default {
|
|
|
43890
43890
|
automation_runs: {
|
|
43891
43891
|
items: {
|
|
43892
43892
|
properties: {
|
|
43893
|
-
automation_id: {
|
|
43893
|
+
automation_id: {
|
|
43894
|
+
format: 'uuid',
|
|
43895
|
+
nullable: true,
|
|
43896
|
+
type: 'string',
|
|
43897
|
+
},
|
|
43894
43898
|
automation_result: {
|
|
43895
43899
|
properties: {
|
|
43896
43900
|
actions: {
|
|
@@ -44039,7 +44043,11 @@ export default {
|
|
|
44039
44043
|
automation_runs: {
|
|
44040
44044
|
items: {
|
|
44041
44045
|
properties: {
|
|
44042
|
-
automation_id: {
|
|
44046
|
+
automation_id: {
|
|
44047
|
+
format: 'uuid',
|
|
44048
|
+
nullable: true,
|
|
44049
|
+
type: 'string',
|
|
44050
|
+
},
|
|
44043
44051
|
automation_result: {
|
|
44044
44052
|
properties: {
|
|
44045
44053
|
actions: {
|