@lcdp/api-react-rest-client 2.14.7-LDS-5062-manage-when-offisante-uninstall.19494353275 → 2.14.7-LDS-5158-api-faire-en-sorte-que-le-front.19545047381

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-5062-manage-when-offisante-uninstall.19494353275",
3
+ "version": "2.14.7-LDS-5158-api-faire-en-sorte-que-le-front.19545047381",
4
4
  "scripts": {
5
5
  "build": "tsc"
6
6
  },
@@ -37,6 +37,7 @@ export declare const ThirdPartyLinkCreationParametersSlugEnum: {
37
37
  readonly SUBSCRIPTIONS_PHARMAIDE_USER_PRICING_PAGE: "SUBSCRIPTIONS_PHARMAIDE_USER_PRICING_PAGE";
38
38
  readonly SUBSCRIPTIONS_LOGISTIC_USER_PRICING_PAGE: "SUBSCRIPTIONS_LOGISTIC_USER_PRICING_PAGE";
39
39
  readonly SUBSCRIPTIONS_USER_PORTAL: "SUBSCRIPTIONS_USER_PORTAL";
40
+ readonly PAYMENT_SERVICE_PROVIDERS_PROXY_CONSENT_PAGE: "PAYMENT_SERVICE_PROVIDERS_PROXY_CONSENT_PAGE";
40
41
  };
41
42
  export declare type ThirdPartyLinkCreationParametersSlugEnum = typeof ThirdPartyLinkCreationParametersSlugEnum[keyof typeof ThirdPartyLinkCreationParametersSlugEnum];
42
43
  /**
@@ -22,7 +22,8 @@ exports.ThirdPartyLinkCreationParametersSlugEnum = {
22
22
  BADGES_LABORATORY_STATISTICS_DASHBOARD: 'BADGES_LABORATORY_STATISTICS_DASHBOARD',
23
23
  SUBSCRIPTIONS_PHARMAIDE_USER_PRICING_PAGE: 'SUBSCRIPTIONS_PHARMAIDE_USER_PRICING_PAGE',
24
24
  SUBSCRIPTIONS_LOGISTIC_USER_PRICING_PAGE: 'SUBSCRIPTIONS_LOGISTIC_USER_PRICING_PAGE',
25
- SUBSCRIPTIONS_USER_PORTAL: 'SUBSCRIPTIONS_USER_PORTAL'
25
+ SUBSCRIPTIONS_USER_PORTAL: 'SUBSCRIPTIONS_USER_PORTAL',
26
+ PAYMENT_SERVICE_PROVIDERS_PROXY_CONSENT_PAGE: 'PAYMENT_SERVICE_PROVIDERS_PROXY_CONSENT_PAGE'
26
27
  };
27
28
  /**
28
29
  * Check if a given object implements the ThirdPartyLinkCreationParameters interface.
@@ -10,12 +10,11 @@
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 about this resource
19
18
  *
20
19
  * @export
21
20
  */
@@ -24,7 +23,6 @@ export declare const OffisanteStatus: {
24
23
  readonly NOT_SET: "NOT_SET";
25
24
  readonly IN_PROGRESS: "IN_PROGRESS";
26
25
  readonly ACTIVE: "ACTIVE";
27
- readonly UNSET: "UNSET";
28
26
  };
29
27
  export declare type OffisanteStatus = typeof OffisanteStatus[keyof typeof OffisanteStatus];
30
28
  export declare function instanceOfOffisanteStatus(value: any): boolean;
@@ -15,12 +15,11 @@
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 about this resource
24
23
  *
25
24
  * @export
26
25
  */
@@ -28,8 +27,7 @@ exports.OffisanteStatus = {
28
27
  SET: 'SET',
29
28
  NOT_SET: 'NOT_SET',
30
29
  IN_PROGRESS: 'IN_PROGRESS',
31
- ACTIVE: 'ACTIVE',
32
- UNSET: 'UNSET'
30
+ ACTIVE: 'ACTIVE'
33
31
  };
34
32
  function instanceOfOffisanteStatus(value) {
35
33
  for (var key in exports.OffisanteStatus) {