waldur-js-client 7.8.8-dev.5 → 7.8.8-dev.6

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({
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.6",
4
4
  "description": "JavaScript client for Waldur MasterMind generated from OpenAPI schema",
5
5
  "author": "Waldur Platform",
6
6
  "license": "MIT",