waldur-js-client 1.0.4-dev.84 → 1.0.4-dev.85
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/dist/types.gen.d.ts +2 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1479,6 +1479,7 @@ export type ConstanceSettings = {
|
|
|
1479
1479
|
SMAX_CREATION_SOURCE_NAME?: string;
|
|
1480
1480
|
SMAX_REQUESTS_OFFERING?: string;
|
|
1481
1481
|
SMAX_VERIFY_SSL?: boolean;
|
|
1482
|
+
ENABLE_MOCK_SERVICE_ACCOUNT_BACKEND?: boolean;
|
|
1482
1483
|
PROPOSAL_REVIEW_DURATION?: number;
|
|
1483
1484
|
USER_TABLE_COLUMNS?: string;
|
|
1484
1485
|
AUTO_APPROVE_USER_TOS?: boolean;
|
|
@@ -1603,6 +1604,7 @@ export type ConstanceSettingsRequest = {
|
|
|
1603
1604
|
SMAX_CREATION_SOURCE_NAME?: string;
|
|
1604
1605
|
SMAX_REQUESTS_OFFERING?: string;
|
|
1605
1606
|
SMAX_VERIFY_SSL?: boolean;
|
|
1607
|
+
ENABLE_MOCK_SERVICE_ACCOUNT_BACKEND?: boolean;
|
|
1606
1608
|
PROPOSAL_REVIEW_DURATION?: number;
|
|
1607
1609
|
USER_TABLE_COLUMNS?: string;
|
|
1608
1610
|
AUTO_APPROVE_USER_TOS?: boolean;
|