@icure/api 5.2.32 → 5.2.33

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.
@@ -26,4 +26,5 @@ export declare class AuthenticationToken {
26
26
  * Token validity in seconds
27
27
  */
28
28
  validity?: number;
29
+ deletionDate?: number;
29
30
  }
@@ -1 +1 @@
1
- {"version":3,"file":"AuthenticationToken.js","sourceRoot":"","sources":["../../../icc-api/model/AuthenticationToken.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH;;GAEG;AACH,MAAa,mBAAmB;IAC9B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA2B,EAAE,IAAI,CAAC,CAAA;IAClD,CAAC;CAcF;AAjBD,kDAiBC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\n\n/**\n * Encrypted and time-limited Authentication tokens used for inter-applications authentication\n */\nexport class AuthenticationToken {\n constructor(json: JSON | any) {\n Object.assign(this as AuthenticationToken, json)\n }\n\n /**\n * Encrypted token\n */\n token?: string\n /**\n * Validity starting time of the token\n */\n creationTime?: number\n /**\n * Token validity in seconds\n */\n validity?: number\n}\n"]}
1
+ {"version":3,"file":"AuthenticationToken.js","sourceRoot":"","sources":["../../../icc-api/model/AuthenticationToken.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;GAUG;;;AAEH;;GAEG;AACH,MAAa,mBAAmB;IAC9B,YAAY,IAAgB;QAC1B,MAAM,CAAC,MAAM,CAAC,IAA2B,EAAE,IAAI,CAAC,CAAA;IAClD,CAAC;CAgBF;AAnBD,kDAmBC","sourcesContent":["/**\n * iCure Data Stack API Documentation\n * The iCure Data Stack Application API is the native interface to iCure. This version is obsolete, please use v2.\n *\n * OpenAPI spec version: v1\n *\n *\n * NOTE: This class is auto generated by the swagger code generator program.\n * https://github.com/swagger-api/swagger-codegen.git\n * Do not edit the class manually.\n */\n\n/**\n * Encrypted and time-limited Authentication tokens used for inter-applications authentication\n */\nexport class AuthenticationToken {\n constructor(json: JSON | any) {\n Object.assign(this as AuthenticationToken, json)\n }\n\n /**\n * Encrypted token\n */\n token?: string\n /**\n * Validity starting time of the token\n */\n creationTime?: number\n /**\n * Token validity in seconds\n */\n validity?: number\n\n deletionDate?: number\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icure/api",
3
- "version": "5.2.32",
3
+ "version": "5.2.33",
4
4
  "description": "Typescript version of iCure standalone API client",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",