@seamapi/types 1.518.0 → 1.519.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.
@@ -37938,6 +37938,7 @@ declare const _default: {
37938
37938
  };
37939
37939
  partner_resource_id: {
37940
37940
  format: string;
37941
+ nullable: boolean;
37941
37942
  type: string;
37942
37943
  };
37943
37944
  workspace_id: {
@@ -38101,6 +38102,7 @@ declare const _default: {
38101
38102
  };
38102
38103
  partner_resource_id: {
38103
38104
  format: string;
38105
+ nullable: boolean;
38104
38106
  type: string;
38105
38107
  };
38106
38108
  workspace_id: {
@@ -43845,6 +43845,7 @@ export default {
43845
43845
  created_at: { type: 'string' },
43846
43846
  partner_resource_id: {
43847
43847
  format: 'uuid',
43848
+ nullable: true,
43848
43849
  type: 'string',
43849
43850
  },
43850
43851
  workspace_id: { format: 'uuid', type: 'string' },
@@ -43993,6 +43994,7 @@ export default {
43993
43994
  created_at: { type: 'string' },
43994
43995
  partner_resource_id: {
43995
43996
  format: 'uuid',
43997
+ nullable: true,
43996
43998
  type: 'string',
43997
43999
  },
43998
44000
  workspace_id: { format: 'uuid', type: 'string' },