waldur-js-client 7.8.8-dev.5 → 7.8.8-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.
package/dist/sdk.gen.d.ts CHANGED
@@ -586,7 +586,7 @@ export declare const customersCount: <ThrowOnError extends boolean = false>(opti
586
586
  */
587
587
  export declare const customersCreate: <ThrowOnError extends boolean = false>(options: Options<CustomersCreateData, ThrowOnError>) => import("./client").RequestResult<CustomersCreateResponses, unknown, ThrowOnError, "fields">;
588
588
  /**
589
- * Get detailed project compliance information with database-level pagination.
589
+ * Get detailed project compliance information.
590
590
  */
591
591
  export declare const customersProjectMetadataComplianceDetailsList: <ThrowOnError extends boolean = false>(options: Options<CustomersProjectMetadataComplianceDetailsListData, ThrowOnError>) => import("./client").RequestResult<CustomersProjectMetadataComplianceDetailsListResponses, unknown, ThrowOnError, "fields">;
592
592
  /**
@@ -594,11 +594,11 @@ export declare const customersProjectMetadataComplianceDetailsList: <ThrowOnErro
594
594
  */
595
595
  export declare const customersProjectMetadataComplianceOverviewList: <ThrowOnError extends boolean = false>(options: Options<CustomersProjectMetadataComplianceOverviewListData, ThrowOnError>) => import("./client").RequestResult<CustomersProjectMetadataComplianceOverviewListResponses, unknown, ThrowOnError, "fields">;
596
596
  /**
597
- * List project checklist answer data with database-level pagination.
597
+ * List project checklist answer data.
598
598
  */
599
599
  export declare const customersProjectMetadataComplianceProjectsList: <ThrowOnError extends boolean = false>(options: Options<CustomersProjectMetadataComplianceProjectsListData, ThrowOnError>) => import("./client").RequestResult<CustomersProjectMetadataComplianceProjectsListResponses, unknown, ThrowOnError, "fields">;
600
600
  /**
601
- * List questions with project answers, paginated by question at database level.
601
+ * List questions with project answers
602
602
  */
603
603
  export declare const customersProjectMetadataQuestionAnswersList: <ThrowOnError extends boolean = false>(options: Options<CustomersProjectMetadataQuestionAnswersListData, ThrowOnError>) => import("./client").RequestResult<CustomersProjectMetadataQuestionAnswersListResponses, unknown, ThrowOnError, "fields">;
604
604
  /**
package/dist/sdk.gen.js CHANGED
@@ -4615,7 +4615,7 @@ export const customersCreate = (options) => {
4615
4615
  });
4616
4616
  };
4617
4617
  /**
4618
- * Get detailed project compliance information with database-level pagination.
4618
+ * Get detailed project compliance information.
4619
4619
  */
4620
4620
  export const customersProjectMetadataComplianceDetailsList = (options) => {
4621
4621
  return (options.client ?? _heyApiClient).get({
@@ -4653,7 +4653,7 @@ export const customersProjectMetadataComplianceOverviewList = (options) => {
4653
4653
  });
4654
4654
  };
4655
4655
  /**
4656
- * List project checklist answer data with database-level pagination.
4656
+ * List project checklist answer data.
4657
4657
  */
4658
4658
  export const customersProjectMetadataComplianceProjectsList = (options) => {
4659
4659
  return (options.client ?? _heyApiClient).get({
@@ -4672,7 +4672,7 @@ export const customersProjectMetadataComplianceProjectsList = (options) => {
4672
4672
  });
4673
4673
  };
4674
4674
  /**
4675
- * List questions with project answers, paginated by question at database level.
4675
+ * List questions with project answers
4676
4676
  */
4677
4677
  export const customersProjectMetadataQuestionAnswersList = (options) => {
4678
4678
  return (options.client ?? _heyApiClient).get({
@@ -30166,7 +30166,7 @@ export type MarketplaceProviderResourcesListData = {
30166
30166
  *
30167
30167
  *
30168
30168
  */
30169
- o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
30169
+ o?: Array<'-created' | '-end_date' | '-name' | '-project_name' | '-state' | 'created' | 'end_date' | 'name' | 'project_name' | 'state'>;
30170
30170
  offering?: string;
30171
30171
  offering_billable?: boolean;
30172
30172
  /**
@@ -30280,7 +30280,7 @@ export type MarketplaceProviderResourcesCountData = {
30280
30280
  *
30281
30281
  *
30282
30282
  */
30283
- o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
30283
+ o?: Array<'-created' | '-end_date' | '-name' | '-project_name' | '-state' | 'created' | 'end_date' | 'name' | 'project_name' | 'state'>;
30284
30284
  offering?: string;
30285
30285
  offering_billable?: boolean;
30286
30286
  /**
@@ -31271,7 +31271,7 @@ export type MarketplaceResourcesListData = {
31271
31271
  *
31272
31272
  *
31273
31273
  */
31274
- o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
31274
+ o?: Array<'-created' | '-end_date' | '-name' | '-project_name' | '-state' | 'created' | 'end_date' | 'name' | 'project_name' | 'state'>;
31275
31275
  offering?: string;
31276
31276
  offering_billable?: boolean;
31277
31277
  /**
@@ -31385,7 +31385,7 @@ export type MarketplaceResourcesCountData = {
31385
31385
  *
31386
31386
  *
31387
31387
  */
31388
- o?: Array<'-created' | '-name' | '-project_name' | '-state' | 'created' | 'name' | 'project_name' | 'state'>;
31388
+ o?: Array<'-created' | '-end_date' | '-name' | '-project_name' | '-state' | 'created' | 'end_date' | 'name' | 'project_name' | 'state'>;
31389
31389
  offering?: string;
31390
31390
  offering_billable?: boolean;
31391
31391
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waldur-js-client",
3
- "version": "7.8.8-dev.5",
3
+ "version": "7.8.8-dev.7",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",