@lcdp/api-react-rest-client 2.14.7-LDS-5154-api-ajout-nouveu-status-offisan.19469953333 → 2.14.7-LDS-5154-api-ajout-nouveu-status-offisan.19494370624

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lcdp/api-react-rest-client",
3
- "version": "2.14.7-LDS-5154-api-ajout-nouveu-status-offisan.19469953333",
3
+ "version": "2.14.7-LDS-5154-api-ajout-nouveu-status-offisan.19494370624",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },
@@ -10,12 +10,12 @@
10
10
  * Do not edit the class manually.
11
11
  */
12
12
  /**
13
- * Status of company in our system against Offisante system.
13
+ * Status of company in our system against Offisante system
14
14
  * SET : Offisante know this resource but not yet its stock
15
15
  * NOT_SET : Offisante do not know this resource
16
16
  * IN_PROGRESS : Offisante is going to know this resource in the future
17
17
  * ACTIVE : Offisante know this resource and its stock
18
- * UNSET : Offisante no longer knows of this resource
18
+ * UNSET : Offisante no longer knows about this resource
19
19
  *
20
20
  * @export
21
21
  */
@@ -15,12 +15,12 @@
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.OffisanteStatusToJSON = exports.OffisanteStatusFromJSONTyped = exports.OffisanteStatusFromJSON = exports.instanceOfOffisanteStatus = exports.OffisanteStatus = void 0;
17
17
  /**
18
- * Status of company in our system against Offisante system.
18
+ * Status of company in our system against Offisante system
19
19
  * SET : Offisante know this resource but not yet its stock
20
20
  * NOT_SET : Offisante do not know this resource
21
21
  * IN_PROGRESS : Offisante is going to know this resource in the future
22
22
  * ACTIVE : Offisante know this resource and its stock
23
- * UNSET : Offisante no longer knows of this resource
23
+ * UNSET : Offisante no longer knows about this resource
24
24
  *
25
25
  * @export
26
26
  */