waldur-js-client 8.0.3-dev.5 → 8.0.3-dev.7

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.
@@ -4212,6 +4212,7 @@ export type ConstanceSettings = {
4212
4212
  FEDERATED_IDENTITY_SYNC_ENABLED?: boolean;
4213
4213
  FEDERATED_IDENTITY_SYNC_ALLOWED_ATTRIBUTES?: Array<string>;
4214
4214
  FEDERATED_IDENTITY_DEACTIVATION_POLICY?: string;
4215
+ ENABLE_PROJECT_DIGEST?: boolean;
4215
4216
  };
4216
4217
  export type ConstanceSettingsRequest = {
4217
4218
  SITE_NAME?: string;
@@ -4444,6 +4445,7 @@ export type ConstanceSettingsRequest = {
4444
4445
  FEDERATED_IDENTITY_SYNC_ENABLED?: boolean;
4445
4446
  FEDERATED_IDENTITY_SYNC_ALLOWED_ATTRIBUTES?: Array<string>;
4446
4447
  FEDERATED_IDENTITY_DEACTIVATION_POLICY?: string;
4448
+ ENABLE_PROJECT_DIGEST?: boolean;
4447
4449
  };
4448
4450
  export type ConsumptionStatisticsResponse = {
4449
4451
  total_records: number;
@@ -4907,9 +4909,7 @@ export type CustomerContactUpdate = {
4907
4909
  */
4908
4910
  email?: string;
4909
4911
  phone_number?: string;
4910
- address?: string;
4911
- postal?: string;
4912
- country?: string;
4912
+ homepage?: string;
4913
4913
  /**
4914
4914
  * Comma-separated list of notification email addresses
4915
4915
  */
@@ -4922,9 +4922,7 @@ export type CustomerContactUpdateRequest = {
4922
4922
  */
4923
4923
  email?: string;
4924
4924
  phone_number?: string;
4925
- address?: string;
4926
- postal?: string;
4927
- country?: string;
4925
+ homepage?: string;
4928
4926
  /**
4929
4927
  * Comma-separated list of notification email addresses
4930
4928
  */
@@ -24711,6 +24709,7 @@ export type ConstanceSettingsRequestForm = {
24711
24709
  FEDERATED_IDENTITY_SYNC_ENABLED?: boolean;
24712
24710
  FEDERATED_IDENTITY_SYNC_ALLOWED_ATTRIBUTES?: Array<string>;
24713
24711
  FEDERATED_IDENTITY_DEACTIVATION_POLICY?: string;
24712
+ ENABLE_PROJECT_DIGEST?: boolean;
24714
24713
  };
24715
24714
  export type ConstanceSettingsRequestMultipart = {
24716
24715
  SITE_NAME?: string;
@@ -24943,6 +24942,7 @@ export type ConstanceSettingsRequestMultipart = {
24943
24942
  FEDERATED_IDENTITY_SYNC_ENABLED?: boolean;
24944
24943
  FEDERATED_IDENTITY_SYNC_ALLOWED_ATTRIBUTES?: Array<string>;
24945
24944
  FEDERATED_IDENTITY_DEACTIVATION_POLICY?: string;
24945
+ ENABLE_PROJECT_DIGEST?: boolean;
24946
24946
  };
24947
24947
  export type PaymentRequestForm = {
24948
24948
  profile: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "8.0.3-dev.5",
3
+ "version": "8.0.3-dev.7",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",