@arrowsphere/api-client 3.171.0 → 3.171.1-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.
@@ -3,9 +3,16 @@ import { SubscriptionType } from './subscription';
3
3
  import { VendorsType } from './vendor';
4
4
  export declare type GraphqlApiProgramType = {
5
5
  id?: number;
6
+ bypassReport?: number;
6
7
  internalName?: string;
7
8
  name?: string;
8
9
  vendor?: VendorsType;
10
+ type?: GraphqlApiProgramTypeType;
11
+ };
12
+ export declare type GraphqlApiProgramTypeType = {
13
+ id?: number;
14
+ accronym?: string;
15
+ name?: string;
9
16
  };
10
17
  export declare type GraphqlApiProgramLevelType = {
11
18
  id?: number;
@@ -3,10 +3,16 @@ import { ContactsType } from './contact';
3
3
  import { GraphqlApiProgramLevelType, GraphqlApiProgramType } from './program';
4
4
  export declare type SubscriptionType = {
5
5
  id?: number;
6
+ autoReporting?: boolean;
6
7
  company?: PartnerType;
8
+ endedAt?: string;
7
9
  level?: GraphqlApiProgramLevelType;
8
10
  localContact?: ContactsType;
11
+ orderId?: string;
9
12
  partnerContact?: ContactsType;
10
13
  partnerId?: string;
11
14
  program?: GraphqlApiProgramType;
15
+ startedAt?: string;
16
+ userNote?: string;
17
+ validatedAt?: string;
12
18
  };
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.171.0",
7
+ "version": "3.171.1-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",