diff --git a/clients/journey-client/package.json b/clients/journey-client/package.json index 537dfcba..cb01075a 100644 --- a/clients/journey-client/package.json +++ b/clients/journey-client/package.json @@ -1,6 +1,6 @@ { "name": "@epilot/journey-client", - "version": "0.5.0", + "version": "0.5.1", "description": "API Client for epilot Journey API", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -51,6 +51,7 @@ "copy-webpack-plugin": "^7.0.0", "json-loader": "^0.5.7", "openapi-client-axios-typegen": "^7.5.1", + "openapicmd": "^2.7.0", "ts-loader": "^8.3.0", "typescript": "^5.4.5", "vitest": "^1.6.0", diff --git a/clients/journey-client/src/openapi.d.ts b/clients/journey-client/src/openapi.d.ts index 7f09f31b..85bbea70 100644 --- a/clients/journey-client/src/openapi.d.ts +++ b/clients/journey-client/src/openapi.d.ts @@ -346,6 +346,7 @@ declare namespace Components { */ ValidationRuleRef; createdBy?: string; + updatedBy?: string | null; /** * If passed with value of null, the API won't modify the lastModifiedAt field on updating the journey */ @@ -573,6 +574,7 @@ declare namespace Components { */ ValidationRuleRef; createdBy?: string; + updatedBy?: string | null; /** * If passed with value of null, the API won't modify the lastModifiedAt field on updating the journey */ diff --git a/clients/journey-client/src/openapi.json b/clients/journey-client/src/openapi.json index e91fc122..04cb7e37 100644 --- a/clients/journey-client/src/openapi.json +++ b/clients/journey-client/src/openapi.json @@ -1405,6 +1405,10 @@ "createdBy": { "type": "string" }, + "updatedBy": { + "type": "string", + "nullable": true + }, "__lastModifiedAt": { "type": "string", "description": "If passed with value of null, the API won't modify the lastModifiedAt field on updating the journey",