@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.
@@ -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: { format: 'uuid', type: 'string' },
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: { format: 'uuid', type: 'string' },
44046
+ automation_id: {
44047
+ format: 'uuid',
44048
+ nullable: true,
44049
+ type: 'string',
44050
+ },
44043
44051
  automation_result: {
44044
44052
  properties: {
44045
44053
  actions: {