@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.
- package/dist/connect.cjs +2 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -1
- package/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +2 -0
- package/lib/seam/connect/openapi.js +2 -0
- 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 +2 -0
- package/src/lib/seam/connect/route-types.ts +1 -1
|
@@ -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' },
|