waldur-js-client 1.0.4-dev.55 → 1.0.4-dev.56
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 +0 -2
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -1374,7 +1374,6 @@ export type ConstanceSettings = {
|
|
|
1374
1374
|
DISABLE_SENDING_NOTIFICATIONS_ABOUT_RESOURCE_UPDATE?: boolean;
|
|
1375
1375
|
MARKETPLACE_LANDING_PAGE?: string;
|
|
1376
1376
|
ENABLE_STALE_RESOURCE_NOTIFICATIONS?: boolean;
|
|
1377
|
-
ENABLE_RESOURCE_END_DATE?: boolean;
|
|
1378
1377
|
TELEMETRY_URL?: string;
|
|
1379
1378
|
TELEMETRY_VERSION?: number;
|
|
1380
1379
|
SCRIPT_RUN_MODE?: string;
|
|
@@ -1496,7 +1495,6 @@ export type ConstanceSettingsRequest = {
|
|
|
1496
1495
|
DISABLE_SENDING_NOTIFICATIONS_ABOUT_RESOURCE_UPDATE?: boolean;
|
|
1497
1496
|
MARKETPLACE_LANDING_PAGE?: string;
|
|
1498
1497
|
ENABLE_STALE_RESOURCE_NOTIFICATIONS?: boolean;
|
|
1499
|
-
ENABLE_RESOURCE_END_DATE?: boolean;
|
|
1500
1498
|
TELEMETRY_URL?: string;
|
|
1501
1499
|
TELEMETRY_VERSION?: number;
|
|
1502
1500
|
SCRIPT_RUN_MODE?: string;
|