waldur-js-client 7.8.2-dev.1 → 7.8.2-dev.2

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.
@@ -4885,9 +4885,6 @@ export type Offering = {
4885
4885
  readonly parent_name?: string | null;
4886
4886
  backend_metadata?: unknown;
4887
4887
  readonly has_compliance_requirements?: boolean;
4888
- /**
4889
- * Checklist that offering users must complete for compliance
4890
- */
4891
4888
  compliance_checklist?: string | null;
4892
4889
  readonly user_has_consent?: boolean;
4893
4890
  googlecalendar?: GoogleCalendar;
@@ -5062,9 +5059,6 @@ export type OfferingCreate = {
5062
5059
  readonly parent_name: string | null;
5063
5060
  backend_metadata?: unknown;
5064
5061
  readonly has_compliance_requirements: boolean;
5065
- /**
5066
- * Checklist that offering users must complete for compliance
5067
- */
5068
5062
  compliance_checklist?: string | null;
5069
5063
  };
5070
5064
  export type OfferingCreateRequest = {
@@ -5104,9 +5098,6 @@ export type OfferingCreateRequest = {
5104
5098
  backend_id?: string;
5105
5099
  image?: (Blob | File) | null;
5106
5100
  backend_metadata?: unknown;
5107
- /**
5108
- * Checklist that offering users must complete for compliance
5109
- */
5110
5101
  compliance_checklist?: string | null;
5111
5102
  limits?: {
5112
5103
  [key: string]: OfferingComponentLimitRequest;
@@ -9150,9 +9141,6 @@ export type ProviderOfferingDetails = {
9150
9141
  readonly parent_name?: string | null;
9151
9142
  backend_metadata?: unknown;
9152
9143
  readonly has_compliance_requirements?: boolean;
9153
- /**
9154
- * Checklist that offering users must complete for compliance
9155
- */
9156
9144
  compliance_checklist?: string | null;
9157
9145
  readonly integration_status?: Array<IntegrationStatus> | null;
9158
9146
  readonly google_calendar_is_public?: boolean | null;
@@ -9412,9 +9400,6 @@ export type PublicOfferingDetails = {
9412
9400
  readonly parent_name?: string | null;
9413
9401
  backend_metadata?: unknown;
9414
9402
  readonly has_compliance_requirements?: boolean;
9415
- /**
9416
- * Checklist that offering users must complete for compliance
9417
- */
9418
9403
  compliance_checklist?: string | null;
9419
9404
  readonly user_has_consent?: boolean;
9420
9405
  readonly google_calendar_is_public?: boolean | null;
@@ -12648,9 +12633,6 @@ export type OfferingCreateRequestForm = {
12648
12633
  backend_id?: string;
12649
12634
  image?: (Blob | File) | null;
12650
12635
  backend_metadata?: unknown;
12651
- /**
12652
- * Checklist that offering users must complete for compliance
12653
- */
12654
12636
  compliance_checklist?: string | null;
12655
12637
  limits?: {
12656
12638
  [key: string]: OfferingComponentLimitRequest;
@@ -12693,9 +12675,6 @@ export type OfferingCreateRequestMultipart = {
12693
12675
  backend_id?: string;
12694
12676
  image?: (Blob | File) | null;
12695
12677
  backend_metadata?: unknown;
12696
- /**
12697
- * Checklist that offering users must complete for compliance
12698
- */
12699
12678
  compliance_checklist?: string | null;
12700
12679
  limits?: {
12701
12680
  [key: string]: OfferingComponentLimitRequest;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.2-dev.1",
3
+ "version": "7.8.2-dev.2",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",