@lcdp/api-react-rest-client 2.13.3-LDS-4522-allow-to-retrigger-offer-planif.15880860281 → 2.13.3-LDS-4630-retirer-statut-test-des-clients.15897876986
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
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
export declare const UserRole: {
|
|
17
17
|
readonly SUBSCRIPTION_IN_PROGRESS: "SUBSCRIPTION_IN_PROGRESS";
|
|
18
18
|
readonly WAITING: "WAITING";
|
|
19
|
-
readonly TEST: "TEST";
|
|
20
19
|
readonly SELLER_BUYER: "SELLER_BUYER";
|
|
21
20
|
readonly ARCHIVED: "ARCHIVED";
|
|
22
21
|
readonly BLOCKED: "BLOCKED";
|
|
@@ -21,7 +21,6 @@ exports.UserRoleToJSON = exports.UserRoleFromJSONTyped = exports.UserRoleFromJSO
|
|
|
21
21
|
exports.UserRole = {
|
|
22
22
|
SUBSCRIPTION_IN_PROGRESS: 'SUBSCRIPTION_IN_PROGRESS',
|
|
23
23
|
WAITING: 'WAITING',
|
|
24
|
-
TEST: 'TEST',
|
|
25
24
|
SELLER_BUYER: 'SELLER_BUYER',
|
|
26
25
|
ARCHIVED: 'ARCHIVED',
|
|
27
26
|
BLOCKED: 'BLOCKED',
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
export declare const UserRole: {
|
|
17
17
|
readonly SUBSCRIPTION_IN_PROGRESS: "SUBSCRIPTION_IN_PROGRESS";
|
|
18
18
|
readonly WAITING: "WAITING";
|
|
19
|
-
readonly TEST: "TEST";
|
|
20
19
|
readonly SELLER_BUYER: "SELLER_BUYER";
|
|
21
20
|
readonly ARCHIVED: "ARCHIVED";
|
|
22
21
|
readonly BLOCKED: "BLOCKED";
|
|
@@ -21,7 +21,6 @@ exports.UserRoleToJSON = exports.UserRoleFromJSONTyped = exports.UserRoleFromJSO
|
|
|
21
21
|
exports.UserRole = {
|
|
22
22
|
SUBSCRIPTION_IN_PROGRESS: 'SUBSCRIPTION_IN_PROGRESS',
|
|
23
23
|
WAITING: 'WAITING',
|
|
24
|
-
TEST: 'TEST',
|
|
25
24
|
SELLER_BUYER: 'SELLER_BUYER',
|
|
26
25
|
ARCHIVED: 'ARCHIVED',
|
|
27
26
|
BLOCKED: 'BLOCKED',
|