diff --git a/clients/automation-client/package-lock.json b/clients/automation-client/package-lock.json index a605bb6..a76107b 100644 --- a/clients/automation-client/package-lock.json +++ b/clients/automation-client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@epilot/automation-client", - "version": "2.14.0", + "version": "2.14.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@epilot/automation-client", - "version": "2.14.0", + "version": "2.14.7", "license": "MIT", "dependencies": { "@dazn/lambda-powertools-correlation-ids": "^1.28.1", diff --git a/clients/document-client/package-lock.json b/clients/document-client/package-lock.json index 506edee..b630cd1 100644 --- a/clients/document-client/package-lock.json +++ b/clients/document-client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@epilot/document-client", - "version": "0.13.1", + "version": "0.14.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@epilot/document-client", - "version": "0.13.1", + "version": "0.14.0", "license": "UNLICENSED", "dependencies": { "buffer": "^6.0.3", diff --git a/clients/email-template-client/package-lock.json b/clients/email-template-client/package-lock.json index 485db44..fb7a2b0 100644 --- a/clients/email-template-client/package-lock.json +++ b/clients/email-template-client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@epilot/email-template-client", - "version": "1.8.1", + "version": "1.9.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@epilot/email-template-client", - "version": "1.8.1", + "version": "1.9.0", "license": "UNLICENSED", "dependencies": { "@dazn/lambda-powertools-correlation-ids": "^1.28.1", diff --git a/clients/entity-client/package-lock.json b/clients/entity-client/package-lock.json index 682b9cf..cab5d7d 100644 --- a/clients/entity-client/package-lock.json +++ b/clients/entity-client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@epilot/entity-client", - "version": "4.34.0", + "version": "4.34.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@epilot/entity-client", - "version": "4.34.0", + "version": "4.34.1", "license": "MIT", "dependencies": { "@dazn/lambda-powertools-correlation-ids": "^1.28.1", diff --git a/clients/entity-client/package.json b/clients/entity-client/package.json index 57b0e0f..e0803e1 100644 --- a/clients/entity-client/package.json +++ b/clients/entity-client/package.json @@ -1,6 +1,6 @@ { "name": "@epilot/entity-client", - "version": "4.34.0", + "version": "4.34.1", "description": "JavaScript client library for the epilot Core Entity API", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/clients/entity-client/src/openapi.d.ts b/clients/entity-client/src/openapi.d.ts index c79ab6b..94f4e98 100644 --- a/clients/entity-client/src/openapi.d.ts +++ b/clients/entity-client/src/openapi.d.ts @@ -377,7 +377,7 @@ declare namespace Components { /** * Default fields visible on addresses */ - default_address_fields?: ("postal_code" | "city" | "street" | "street_number" | "plot_area" | "plot_of_land" | "suburb" | "country" | "additional_info" | "coordinates" | "start_date" | "end_date")[]; + default_address_fields?: ("postal_code" | "city" | "street" | "street_number" | "plot_area" | "plot_of_land" | "suburb" | "country" | "additional_info" | "coordinates" | "start_date" | "end_date" | "salutation" | "title" | "first_name" | "last_name" | "company_name")[]; } /** * Reference to an address attribute of another entity @@ -908,6 +908,7 @@ declare namespace Components { _tags?: string[] | null; _created_at: string | null; // date-time _updated_at: string | null; // date-time + _deleted_at?: string | null; // date-time _acl?: /* Access control list (ACL) for an entity. Defines sharing access to external orgs or users. */ EntityAcl; _purpose?: string[] | null; /** @@ -1839,6 +1840,7 @@ declare namespace Components { _tags?: string[] | null; _created_at?: string | null; // date-time _updated_at?: string | null; // date-time + _deleted_at?: string | null; // date-time _acl?: /* Access control list (ACL) for an entity. Defines sharing access to external orgs or users. */ EntityAcl; _purpose?: string[] | null; /** @@ -2269,6 +2271,7 @@ declare namespace Components { _tags?: string[] | null; _created_at: string | null; // date-time _updated_at: string | null; // date-time + _deleted_at?: string | null; // date-time _acl?: /* Access control list (ACL) for an entity. Defines sharing access to external orgs or users. */ EntityAcl; _purpose?: string[] | null; /** @@ -2449,6 +2452,7 @@ declare namespace Components { _tags?: string[] | null; _created_at?: string | null; // date-time _updated_at?: string | null; // date-time + _deleted_at?: string | null; // date-time _acl?: /* Access control list (ACL) for an entity. Defines sharing access to external orgs or users. */ EntityAcl; _purpose?: string[] | null; /** @@ -4069,6 +4073,7 @@ declare namespace Components { _tags?: string[] | null; _created_at: string | null; // date-time _updated_at: string | null; // date-time + _deleted_at?: string | null; // date-time _acl?: /* Access control list (ACL) for an entity. Defines sharing access to external orgs or users. */ EntityAcl; _purpose?: string[] | null; /** @@ -5940,6 +5945,7 @@ declare namespace Components { _tags?: string[] | null; _created_at: string | null; // date-time _updated_at: string | null; // date-time + _deleted_at?: string | null; // date-time _acl?: /* Access control list (ACL) for an entity. Defines sharing access to external orgs or users. */ EntityAcl; _purpose?: string[] | null; /** @@ -6032,6 +6038,7 @@ declare namespace Components { _tags?: string[] | null; _created_at: string | null; // date-time _updated_at: string | null; // date-time + _deleted_at?: string | null; // date-time _acl?: /* Access control list (ACL) for an entity. Defines sharing access to external orgs or users. */ EntityAcl; _purpose?: string[] | null; /** diff --git a/clients/entity-client/src/openapi.json b/clients/entity-client/src/openapi.json index 3e5c122..8ed2f65 100644 --- a/clients/entity-client/src/openapi.json +++ b/clients/entity-client/src/openapi.json @@ -5184,7 +5184,12 @@ "additional_info", "coordinates", "start_date", - "end_date" + "end_date", + "salutation", + "title", + "first_name", + "last_name", + "company_name" ] } } @@ -6014,6 +6019,12 @@ "nullable": true, "readOnly": true }, + "_deleted_at": { + "type": "string", + "format": "date-time", + "nullable": true, + "readOnly": true + }, "_acl": { "readOnly": true, "$ref": "#/components/schemas/EntityAcl" diff --git a/clients/message-client/package-lock.json b/clients/message-client/package-lock.json index f44b620..57789e9 100644 --- a/clients/message-client/package-lock.json +++ b/clients/message-client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@epilot/message-client", - "version": "1.15.1", + "version": "1.15.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@epilot/message-client", - "version": "1.15.1", + "version": "1.15.2", "license": "UNLICENSED", "dependencies": { "@dazn/lambda-powertools-correlation-ids": "^1.28.1", diff --git a/clients/notes-api/package-lock.json b/clients/notes-api/package-lock.json index 596845c..8fd7e89 100644 --- a/clients/notes-api/package-lock.json +++ b/clients/notes-api/package-lock.json @@ -1,12 +1,12 @@ { "name": "@epilot/notes-client", - "version": "0.10.1", + "version": "0.16.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@epilot/notes-client", - "version": "0.10.1", + "version": "0.16.0", "license": "MIT", "dependencies": { "@dazn/lambda-powertools-correlation-ids": "^1.28.1", diff --git a/clients/workflow-client/package-lock.json b/clients/workflow-client/package-lock.json index a46a288..cec0a3a 100644 --- a/clients/workflow-client/package-lock.json +++ b/clients/workflow-client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@epilot/workflow-client", - "version": "1.6.1", + "version": "1.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@epilot/workflow-client", - "version": "1.6.1", + "version": "1.6.2", "license": "MIT", "dependencies": { "@dazn/lambda-powertools-correlation-ids": "^1.28.1", diff --git a/clients/workflow-definition-client/package-lock.json b/clients/workflow-definition-client/package-lock.json index 8cf877e..cc15c65 100644 --- a/clients/workflow-definition-client/package-lock.json +++ b/clients/workflow-definition-client/package-lock.json @@ -1,12 +1,12 @@ { "name": "@epilot/workflow-definition-client", - "version": "1.5.1", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@epilot/workflow-definition-client", - "version": "1.5.1", + "version": "1.6.0", "license": "MIT", "dependencies": { "@dazn/lambda-powertools-correlation-ids": "^1.28.1",