Handle input transpilation morph relation v2 (#14124)
# Introduction From `morphRelationCreationPayload` to `flatFieldMetadatas` close https://github.com/twentyhq/core-team-issues/issues/1406 ## Unit testing I'm not a fan of covering things this way, where we could have some strong integration testing tests in the first place But I wanted to freeze the optimistic path computation, also covered the exception because it was cheap, doesn't mean I won't cover them through integration tests later anw
This commit is contained in:
+85
-85
@@ -40,7 +40,7 @@ exports[`Workspace migration builder field actions test suite It should build an
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "TEXT",
|
||||
"uniqueIdentifier": "field-metadata-unique-identifier-1",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -79,7 +79,7 @@ exports[`Workspace migration builder field actions test suite It should build an
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "field-metadata-unique-identifier-2",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -107,7 +107,7 @@ exports[`Workspace migration builder field actions test suite It should build an
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"targetTableName": "DEPRECATED",
|
||||
"uniqueIdentifier": "d78ec657-74a4-4652-a350-1f44ff62970a",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -130,7 +130,7 @@ exports[`Workspace migration builder field actions test suite It should build an
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "field-metadata-unique-identifier-1",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -168,7 +168,7 @@ exports[`Workspace migration builder field actions test suite It should build an
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "field-metadata-unique-identifier-2",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -196,7 +196,7 @@ exports[`Workspace migration builder field actions test suite It should build an
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"targetTableName": "DEPRECATED",
|
||||
"uniqueIdentifier": "d78ec657-74a4-4652-a350-1f44ff62970a",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -219,7 +219,7 @@ exports[`Workspace migration builder field actions test suite It should build an
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "field-metadata-unique-identifier-1",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -247,7 +247,7 @@ exports[`Workspace migration builder field actions test suite It should build an
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"targetTableName": "DEPRECATED",
|
||||
"uniqueIdentifier": "d34e0f07-1b8c-4de0-938e-599cf05e1f7f",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -270,7 +270,7 @@ exports[`Workspace migration builder field actions test suite It should build an
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "field-metadata-unique-identifier-2",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -370,7 +370,7 @@ exports[`Workspace migration builder index actions test suite It should build an
|
||||
"isUnique": false,
|
||||
"name": "defaultFlatIndexMetadataName",
|
||||
"objectMetadataId": Any<String>,
|
||||
"uniqueIdentifier": "field-metadata-unique-identifier-1",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<ClockDate>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -396,7 +396,7 @@ exports[`Workspace migration builder index actions test suite It should build an
|
||||
"isUnique": false,
|
||||
"name": "new index name",
|
||||
"objectMetadataId": Any<String>,
|
||||
"uniqueIdentifier": "field-metadata-unique-identifier-1",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<ClockDate>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -437,7 +437,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "UUID",
|
||||
"uniqueIdentifier": "20202020-eda0-4cee-9577-3eb357e3c22b",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -469,7 +469,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "TEXT",
|
||||
"uniqueIdentifier": "20202020-ba07-4ffd-ba63-009491f5749c",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -501,7 +501,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "DATE_TIME",
|
||||
"uniqueIdentifier": "20202020-66ac-4502-9975-e4d959c50311",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -533,7 +533,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "DATE_TIME",
|
||||
"uniqueIdentifier": "20202020-d767-4622-bdcf-d8a084834d86",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -565,7 +565,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "DATE_TIME",
|
||||
"uniqueIdentifier": "20202020-b9a7-48d8-8387-b9a3090a50ec",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -600,7 +600,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "ACTOR",
|
||||
"uniqueIdentifier": "20202020-be0e-4971-865b-32ca87cbb315",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -632,7 +632,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "POSITION",
|
||||
"uniqueIdentifier": "20202020-c2bd-4e16-bb9a-c8b0411bf49d",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -672,7 +672,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-0be6-444e-88f0-12e0c64ac27d",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -698,7 +698,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-f1ef-4ba4-8f33-1a4577afa477",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -738,7 +738,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-78f7-4d7d-86e9-7562ced0b381",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -764,7 +764,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-a4a7-4686-b296-1c6c3482ee21",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -804,7 +804,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-ca2d-47c0-8253-9d0b662fb01a",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -830,7 +830,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-8d59-46ca-b7b2-73d167712134",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -870,7 +870,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-52b6-4d5e-8f21-ed8b7c09c4a9",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -896,7 +896,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-01fd-4f37-99dc-9427a444018a",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -936,7 +936,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-b98f-473d-85fb-8cebc40b9a50",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -962,7 +962,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-0860-4566-b865-bff3c626c303",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -994,7 +994,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "TS_VECTOR",
|
||||
"uniqueIdentifier": "70e56537-18ef-4811-b1c7-0a444006b815",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1025,7 +1025,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"targetTableName": "DEPRECATED",
|
||||
"uniqueIdentifier": "d78ec657-74a4-4652-a350-1f44ff62970a",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1151,7 +1151,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-c54e-4804-8b0d-8795e5166432",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1177,7 +1177,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-01fd-4f37-99dc-9427a444018a",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1209,7 +1209,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "UUID",
|
||||
"uniqueIdentifier": "20202020-eda0-4cee-9577-3eb357e3c22b",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1241,7 +1241,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "TEXT",
|
||||
"uniqueIdentifier": "20202020-ba07-4ffd-ba63-009491f5749c",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1273,7 +1273,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "DATE_TIME",
|
||||
"uniqueIdentifier": "20202020-66ac-4502-9975-e4d959c50311",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1305,7 +1305,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "DATE_TIME",
|
||||
"uniqueIdentifier": "20202020-d767-4622-bdcf-d8a084834d86",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1337,7 +1337,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "DATE_TIME",
|
||||
"uniqueIdentifier": "20202020-b9a7-48d8-8387-b9a3090a50ec",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1372,7 +1372,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "ACTOR",
|
||||
"uniqueIdentifier": "20202020-be0e-4971-865b-32ca87cbb315",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1404,7 +1404,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "POSITION",
|
||||
"uniqueIdentifier": "20202020-c2bd-4e16-bb9a-c8b0411bf49d",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1444,7 +1444,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-d88f-4020-8c85-d6c600903762",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1470,7 +1470,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-f1ef-4ba4-8f33-1a4577afa477",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1510,7 +1510,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-1bd7-4d10-80dc-968b9f5d1a8a",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1536,7 +1536,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-a4a7-4686-b296-1c6c3482ee21",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1576,7 +1576,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-b715-4658-8b6a-5359824dbddd",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1602,7 +1602,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-8d59-46ca-b7b2-73d167712134",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1642,7 +1642,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-07d9-4d04-8b73-a39ab65943f1",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1668,7 +1668,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-0860-4566-b865-bff3c626c303",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1700,7 +1700,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "TS_VECTOR",
|
||||
"uniqueIdentifier": "70e56537-18ef-4811-b1c7-0a444006b815",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1775,7 +1775,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "SELECT",
|
||||
"uniqueIdentifier": "0292cc51-246f-40b8-99e8-3345dac0e688",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1850,7 +1850,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "MULTI_SELECT",
|
||||
"uniqueIdentifier": "5aaf6be0-b9f5-4222-9810-941d5ab58527",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1882,7 +1882,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "TEXT",
|
||||
"uniqueIdentifier": "2e726631-d80a-4594-9a5a-3cca0c2a50a9",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1914,7 +1914,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "NUMBER",
|
||||
"uniqueIdentifier": "ed1573cf-b29e-4d4f-a8e3-19d472d28c0d",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1955,7 +1955,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "ADDRESS",
|
||||
"uniqueIdentifier": "7b05e127-d0ea-422a-8f98-ef48f41d4388",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -1992,7 +1992,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "PHONES",
|
||||
"uniqueIdentifier": "92c856ef-5b4b-4202-8c23-b2f22f959eda",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2027,7 +2027,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "EMAILS",
|
||||
"uniqueIdentifier": "2c89697d-925a-485c-a0ed-adf2f1228e0f",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2059,7 +2059,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "DATE",
|
||||
"uniqueIdentifier": "13c5b4ed-5746-494f-856b-081bdbb4a8ec",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2091,7 +2091,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "BOOLEAN",
|
||||
"uniqueIdentifier": "ec3bf27e-70e6-4d4a-932e-6ef026013603",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2127,7 +2127,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "LINKS",
|
||||
"uniqueIdentifier": "8aa0a700-c308-4d8b-8fbd-f545daa8980a",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2162,7 +2162,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "CURRENCY",
|
||||
"uniqueIdentifier": "37421848-b64d-4827-be33-da4e337acbb6",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2197,7 +2197,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "FULL_NAME",
|
||||
"uniqueIdentifier": "84b874dc-983d-47eb-9c67-54f557a99f60",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2260,7 +2260,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "RATING",
|
||||
"uniqueIdentifier": "42e6c0d2-6d00-4c77-b179-890af8c56236",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2292,7 +2292,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "RICH_TEXT",
|
||||
"uniqueIdentifier": "fa0ec409-0f29-4b19-b304-31d1018a2344",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2324,7 +2324,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "ARRAY",
|
||||
"uniqueIdentifier": "2b806a74-e7a5-4ec7-b902-67cf811e8bda",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2356,7 +2356,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"type": "RAW_JSON",
|
||||
"uniqueIdentifier": "a79bd7c8-c7ce-416a-9d12-a05335c9c596",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2387,7 +2387,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"targetTableName": "DEPRECATED",
|
||||
"uniqueIdentifier": "d34e0f07-1b8c-4de0-938e-599cf05e1f7f",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2601,7 +2601,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "UUID",
|
||||
"uniqueIdentifier": "20202020-eda0-4cee-9577-3eb357e3c22b",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2633,7 +2633,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "TEXT",
|
||||
"uniqueIdentifier": "20202020-ba07-4ffd-ba63-009491f5749c",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2665,7 +2665,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "DATE_TIME",
|
||||
"uniqueIdentifier": "20202020-66ac-4502-9975-e4d959c50311",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2697,7 +2697,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "DATE_TIME",
|
||||
"uniqueIdentifier": "20202020-d767-4622-bdcf-d8a084834d86",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2729,7 +2729,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "DATE_TIME",
|
||||
"uniqueIdentifier": "20202020-b9a7-48d8-8387-b9a3090a50ec",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2764,7 +2764,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "ACTOR",
|
||||
"uniqueIdentifier": "20202020-be0e-4971-865b-32ca87cbb315",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2796,7 +2796,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "POSITION",
|
||||
"uniqueIdentifier": "20202020-c2bd-4e16-bb9a-c8b0411bf49d",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2836,7 +2836,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-0be6-444e-88f0-12e0c64ac27d",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2862,7 +2862,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-f1ef-4ba4-8f33-1a4577afa477",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2902,7 +2902,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-78f7-4d7d-86e9-7562ced0b381",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2928,7 +2928,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-a4a7-4686-b296-1c6c3482ee21",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2968,7 +2968,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-ca2d-47c0-8253-9d0b662fb01a",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -2994,7 +2994,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-8d59-46ca-b7b2-73d167712134",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -3034,7 +3034,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-52b6-4d5e-8f21-ed8b7c09c4a9",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -3060,7 +3060,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-01fd-4f37-99dc-9427a444018a",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -3100,7 +3100,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-b98f-473d-85fb-8cebc40b9a50",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -3126,7 +3126,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "RELATION",
|
||||
"uniqueIdentifier": "20202020-0860-4566-b865-bff3c626c303",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -3158,7 +3158,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": Any<String>,
|
||||
"standardOverrides": null,
|
||||
"type": "TS_VECTOR",
|
||||
"uniqueIdentifier": "70e56537-18ef-4811-b1c7-0a444006b815",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -3189,7 +3189,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"standardId": null,
|
||||
"standardOverrides": null,
|
||||
"targetTableName": "DEPRECATED",
|
||||
"uniqueIdentifier": "d78ec657-74a4-4652-a350-1f44ff62970a",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<String>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
@@ -3206,7 +3206,7 @@ exports[`Workspace migration builder object actions test suite It should build a
|
||||
"isUnique": false,
|
||||
"name": "defaultFlatIndexMetadataName",
|
||||
"objectMetadataId": Any<String>,
|
||||
"uniqueIdentifier": "field-metadata-unique-identifier-1",
|
||||
"uniqueIdentifier": Any<String>,
|
||||
"updatedAt": Any<ClockDate>,
|
||||
"workspaceId": Any<String>,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user