@arrowsphere/api-client 3.32.0-rc-jpb.1 → 3.32.0

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.
@@ -1,5 +1,5 @@
1
1
  import { AbstractEntity } from '../../abstractEntity';
2
- import { AccountsAggType, FilterType, ScoreResultType, MonthlyTrendAggType, SeveritiesAggType, PaginationsType, PeriodsType, StandardType, ChecksAggType, ScoresAggType } from '../types/securityScoreGraphQLTypes';
2
+ import { AccountsAggType, FilterType, ScoreResultType, MonthlyTrendAggType, SeveritiesAggType, PaginationsType, PeriodsType, ChecksAggType, ScoresAggType, StandardWithCheckType } from '../types/securityScoreGraphQLTypes';
3
3
  import { SecurityScoreQueries } from '../types/queryArguments';
4
4
  export declare enum GetCustomerDataFields {
5
5
  COLUMN_ACCOUNTS_AGG = "accountsAgg",
@@ -26,7 +26,7 @@ export declare type GetCustomerDataType = {
26
26
  [GetCustomerDataFields.COLUMN_RESULTS]?: ScoreResultType[];
27
27
  [GetCustomerDataFields.COLUMN_SCORES_AGG]?: ScoresAggType;
28
28
  [GetCustomerDataFields.COLUMN_SEVERITIES_AGG]?: SeveritiesAggType;
29
- [GetCustomerDataFields.COLUMN_STANDARDS]?: StandardType[];
29
+ [GetCustomerDataFields.COLUMN_STANDARDS]?: StandardWithCheckType[];
30
30
  [GetCustomerDataFields.COLUMN_SUBSCRIPTION_REFERENCES]?: number;
31
31
  };
32
32
  export declare type GetCustomerDataGraphQLResultType = {
@@ -45,7 +45,7 @@ export declare class GetCustomerData extends AbstractEntity<GetCustomerDataType>
45
45
  get results(): ScoreResultType[] | undefined;
46
46
  get scoresAgg(): ScoresAggType | undefined;
47
47
  get severitiesAgg(): SeveritiesAggType | undefined;
48
- get standards(): StandardType[] | undefined;
48
+ get standards(): StandardWithCheckType[] | undefined;
49
49
  get subscriptionReferences(): number | undefined;
50
50
  toJSON(): GetCustomerDataType;
51
51
  }
@@ -1,5 +1,5 @@
1
1
  import { SearchBodyArgument, PaginateArgument, SecurityScoreQueries } from './queryArguments';
2
- import { AccountsAggSchema, ChecksAggSchema, EndCustomersAggSchema, FilterSchema, MonthlyTrendAggSchema, PaginationSchema, PeriodsSchema, ScoreResultSchema, ScoresAggSchema, SeveritiesAggSchema, StandardsAggSchema, StandardSchema, StandardWithCheckSchema, MarketplacesAggSchema } from './securityScoreGraphQLSchemas';
2
+ import { AccountsAggSchema, ChecksAggSchema, EndCustomersAggSchema, FilterSchema, MonthlyTrendAggSchema, PaginationSchema, PeriodsSchema, ScoreResultSchema, ScoresAggSchema, SeveritiesAggSchema, StandardsAggSchema, StandardWithCheckSchema, MarketplacesAggSchema } from './securityScoreGraphQLSchemas';
3
3
  import { GetPartnerDataFields } from '../entities/getPartnerData';
4
4
  import { GetCustomerDataFields } from '../entities/getCustomerData';
5
5
  import { GetCustomerAccountDataFields } from '../entities/getCustomerAccountData';
@@ -38,7 +38,7 @@ export declare type GetCustomerDataQuery = {
38
38
  [GetCustomerDataFields.COLUMN_RESULTS]?: ScoreResultSchema;
39
39
  [GetCustomerDataFields.COLUMN_SCORES_AGG]?: ScoresAggSchema;
40
40
  [GetCustomerDataFields.COLUMN_SEVERITIES_AGG]?: SeveritiesAggSchema;
41
- [GetCustomerDataFields.COLUMN_STANDARDS]?: StandardSchema;
41
+ [GetCustomerDataFields.COLUMN_STANDARDS]?: StandardWithCheckSchema;
42
42
  [GetCustomerDataFields.COLUMN_SUBSCRIPTION_REFERENCES]?: boolean;
43
43
  };
44
44
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/ArrowSphere/nodejs-api-client.git"
6
6
  },
7
- "version": "3.32.0-rc-jpb.1",
7
+ "version": "3.32.0",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",