@arrowsphere/api-client 3.47.0-rc.bdj.3 → 3.47.0-rc.bdj.4
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.
|
@@ -2,7 +2,7 @@ import { ArrowCompanyType, EndCustomerType, PartnerType } from './entities/compa
|
|
|
2
2
|
import { ContinentType, CountryType } from './entities/country';
|
|
3
3
|
import { PartnertagType } from './entities/partnertag';
|
|
4
4
|
import { WorkgroupType } from './entities/workgroup';
|
|
5
|
-
import {
|
|
5
|
+
import { ErrorsSchema, PageSchema, SelectAllResponseDataSchema } from './graphqlApiSchemas';
|
|
6
6
|
/**
|
|
7
7
|
* For field __args
|
|
8
8
|
*/
|
|
@@ -187,30 +187,14 @@ export declare enum Queries {
|
|
|
187
187
|
export declare type SelectOneQueryType = {
|
|
188
188
|
[Queries.SELECT_ONE]: {
|
|
189
189
|
__args?: Omit<QueryVariablesType, QueryVariablesField.PAGINATION>;
|
|
190
|
-
[SelectableField.DATA]:
|
|
191
|
-
[SelectDataField.ARROW_COMPANY]?: ArrowCompanySchema;
|
|
192
|
-
[SelectDataField.CONTINENT]?: ContinentSchema;
|
|
193
|
-
[SelectDataField.COUNTRY]?: CountrySchema;
|
|
194
|
-
[SelectDataField.END_CUSTOMER]?: EndCustomerSchema;
|
|
195
|
-
[SelectDataField.PARTNER]?: PartnerSchema;
|
|
196
|
-
[SelectDataField.PARTNERTAG]?: PartnertagSchema;
|
|
197
|
-
[SelectDataField.WORKGROUP]?: WorkgroupSchema;
|
|
198
|
-
};
|
|
190
|
+
[SelectableField.DATA]: SelectAllResponseDataSchema;
|
|
199
191
|
[SelectableField.ERRORS]?: ErrorsSchema;
|
|
200
192
|
};
|
|
201
193
|
};
|
|
202
194
|
export declare type SelectAllQueryType = {
|
|
203
195
|
[Queries.SELECT_ALL]: {
|
|
204
196
|
__args?: QueryVariablesType;
|
|
205
|
-
[SelectableField.DATA]:
|
|
206
|
-
[SelectDataField.ARROW_COMPANY]?: ArrowCompanySchema;
|
|
207
|
-
[SelectDataField.CONTINENT]?: ContinentSchema;
|
|
208
|
-
[SelectDataField.COUNTRY]?: CountrySchema;
|
|
209
|
-
[SelectDataField.END_CUSTOMER]?: EndCustomerSchema;
|
|
210
|
-
[SelectDataField.PARTNER]?: PartnerSchema;
|
|
211
|
-
[SelectDataField.PARTNERTAG]?: PartnertagSchema;
|
|
212
|
-
[SelectDataField.WORKGROUP]?: WorkgroupSchema;
|
|
213
|
-
};
|
|
197
|
+
[SelectableField.DATA]: SelectAllResponseDataSchema;
|
|
214
198
|
[SelectableField.ERRORS]?: ErrorsSchema;
|
|
215
199
|
[SelectableField.PAGINATION]?: PageSchema;
|
|
216
200
|
};
|
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.47.0-rc.bdj.
|
|
7
|
+
"version": "3.47.0-rc.bdj.4",
|
|
8
8
|
"description": "Node.js client for ArrowSphere's public API",
|
|
9
9
|
"main": "build/index.js",
|
|
10
10
|
"types": "build/index.d.ts",
|