@arrowsphere/api-client 3.90.0-rc.bdj.1 → 3.90.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.
@@ -3,7 +3,6 @@ import { ContinentType, CountryType } from './entities/country';
3
3
  import { PartnertagType } from './entities/partnertag';
4
4
  import { SubscribedProgramType } from './entities/program';
5
5
  import { SubscriptionType } from './entities/subscription';
6
- import { VendorsType } from './entities/vendor';
7
6
  import { WorkgroupType } from './entities/workgroup';
8
7
  import { ErrorsSchema, PageSchema, SelectAllResponseDataSchema, SelectOneResponseDataSchema } from './graphqlApiSchemas';
9
8
  /**
@@ -137,7 +136,6 @@ export declare type SelectAllResponseDataType = {
137
136
  [SelectDataField.PARTNERTAG]?: PartnertagType[];
138
137
  [SelectDataField.SUBSCRIBED_PROGRAM]?: SubscribedProgramType[];
139
138
  [SelectDataField.SUBSCRIPTION]?: SubscriptionType[];
140
- [SelectDataField.VENDOR]?: VendorsType[];
141
139
  [SelectDataField.WORKGROUP]?: WorkgroupType[];
142
140
  };
143
141
  export declare enum ErrorsField {
@@ -182,7 +180,6 @@ export declare type SelectOneResponseDataType = {
182
180
  [SelectDataField.PARTNERTAG]?: PartnertagType;
183
181
  [SelectDataField.SUBSCRIBED_PROGRAM]?: SubscribedProgramType;
184
182
  [SelectDataField.SUBSCRIPTION]?: SubscriptionType;
185
- [SelectDataField.VENDOR]?: VendorsType;
186
183
  [SelectDataField.WORKGROUP]?: WorkgroupType;
187
184
  };
188
185
  export declare enum QueryVariablesField {
@@ -69,7 +69,6 @@ export declare type SelectAllResponseDataSchema = {
69
69
  [SelectDataField.PARTNERTAG]?: PartnertagSchema;
70
70
  [SelectDataField.SUBSCRIBED_PROGRAM]?: SubscribedProgramSchema;
71
71
  [SelectDataField.SUBSCRIPTION]?: SubscriptionSchema;
72
- [SelectDataField.VENDOR]?: VendorSchema;
73
72
  [SelectDataField.WORKGROUP]?: WorkgroupSchema;
74
73
  };
75
74
  export declare type SelectOneResultSchema = {
@@ -85,7 +84,6 @@ export declare type SelectOneResponseDataSchema = {
85
84
  [SelectDataField.PARTNERTAG]?: PartnertagSchema;
86
85
  [SelectDataField.SUBSCRIBED_PROGRAM]?: SubscribedProgramSchema;
87
86
  [SelectDataField.SUBSCRIPTION]?: SubscriptionSchema;
88
- [SelectDataField.VENDOR]?: VendorSchema;
89
87
  [SelectDataField.WORKGROUP]?: WorkgroupSchema;
90
88
  };
91
89
  export declare type SelectAllQuerySchema = {
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.90.0-rc.bdj.1",
7
+ "version": "3.90.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",