@arrowsphere/api-client 3.70.0-rc.bdj.1 → 3.70.0-rc.bdj.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.
@@ -12,7 +12,7 @@ declare type BaseCompanyType = {
12
12
  address2?: string;
13
13
  billingId?: string;
14
14
  city?: string;
15
- contact?: ContactsType[];
15
+ contacts?: ContactsType[];
16
16
  createdAt?: string;
17
17
  deletedAt?: string;
18
18
  enabled?: boolean;
@@ -7,17 +7,17 @@ import { ErrorsType, PageType, Queries, SelectDataField, SelectableField } from
7
7
  import { ContactsType } from './entities/contact';
8
8
  export declare type PartnertagSchema = Schema<PartnertagType, boolean>;
9
9
  declare type MissingFieldsOfCompanySchema = {
10
- contact?: ContactSchema;
10
+ contacts?: ContactsSchema;
11
11
  partnerTags?: PartnertagSchema;
12
12
  };
13
13
  declare type MissingFieldsOfEndCustomerSchema = {
14
- contact?: ContactSchema;
14
+ contacts?: ContactsSchema;
15
15
  partnerTags?: PartnertagSchema;
16
16
  partner?: PartnerSchema;
17
17
  };
18
18
  export declare type EndCustomerSchema = Merge<Schema<EndCustomerType, boolean>, MissingFieldsOfEndCustomerSchema>;
19
19
  export declare type PartnerSchema = Merge<Schema<PartnerType, boolean>, MissingFieldsOfCompanySchema>;
20
- export declare type ContactSchema = Schema<ContactsType, boolean>;
20
+ export declare type ContactsSchema = Schema<ContactsType, boolean>;
21
21
  export declare type ArrowCompanySchema = Schema<ArrowCompanyType, boolean>;
22
22
  export declare type ContinentSchema = Schema<ContinentType, boolean>;
23
23
  export declare type CountrySchema = Schema<CountryType, boolean>;
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.70.0-rc.bdj.1",
7
+ "version": "3.70.0-rc.bdj.2",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",