@arrowsphere/api-client 3.135.0-rc.bdj.2 → 3.135.0-rc.bdj.3
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.
|
@@ -5,12 +5,11 @@ import { ContinentType, CountryType } from './entities/country';
|
|
|
5
5
|
import { WorkgroupType } from './entities/workgroup';
|
|
6
6
|
import { ErrorsType, PageType, Queries, SelectDataField, SelectableField } from './graphqlApiQueries';
|
|
7
7
|
import { ContactsType } from './entities/contact';
|
|
8
|
-
import { ProgramType } from '../../catalog';
|
|
9
8
|
import { SubscriptionType } from './entities/subscription';
|
|
10
9
|
import { SpecialPriceRateType } from './entities/specialPriceRate';
|
|
11
10
|
import { OrderItemsType, OrdersType } from './entities/order';
|
|
12
11
|
import { VendorsType } from './entities/vendor';
|
|
13
|
-
import { SubscribedProgramType } from './entities/program';
|
|
12
|
+
import { GraphqlApiProgramType, SubscribedProgramType } from './entities/program';
|
|
14
13
|
import { LicenseBudgetNotificationType, LicenseBudgetType } from './entities/licenseBudget';
|
|
15
14
|
import { UserHistoryType, UserType } from './entities/user';
|
|
16
15
|
import { OrganizationUnitsType } from './entities/organizationUnit';
|
|
@@ -65,7 +64,7 @@ declare type MissingFieldsOfQuoteSchema = {
|
|
|
65
64
|
lastVersion?: QuoteVersionSchema;
|
|
66
65
|
};
|
|
67
66
|
declare type MissingFieldsOfQuoteItemSchema = {
|
|
68
|
-
program?:
|
|
67
|
+
program?: GraphqlApiProgramSchema;
|
|
69
68
|
itemData?: ItemDataSchema;
|
|
70
69
|
};
|
|
71
70
|
export declare type QuoteItemSchema = Merge<Schema<QuoteItemType, boolean>, MissingFieldsOfQuoteItemSchema>;
|
|
@@ -94,7 +93,7 @@ export declare type ErrorsSchema = Schema<ErrorsType, boolean>;
|
|
|
94
93
|
export declare type LicenseBudgetNotificationSchema = Schema<LicenseBudgetNotificationType, boolean>;
|
|
95
94
|
export declare type OrganizationUnitSchema = Schema<OrganizationUnitsType, boolean>;
|
|
96
95
|
export declare type PageSchema = Schema<PageType, boolean>;
|
|
97
|
-
export declare type
|
|
96
|
+
export declare type GraphqlApiProgramSchema = Schema<GraphqlApiProgramType, boolean>;
|
|
98
97
|
export declare type SpecialPriceRateSchema = Schema<SpecialPriceRateType, boolean>;
|
|
99
98
|
export declare type SubscribedProgramSchema = Schema<SubscribedProgramType, boolean>;
|
|
100
99
|
export declare type SubscriptionSchema = Schema<SubscriptionType, 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.135.0-rc.bdj.
|
|
7
|
+
"version": "3.135.0-rc.bdj.3",
|
|
8
8
|
"description": "Node.js client for ArrowSphere's public API",
|
|
9
9
|
"main": "build/index.js",
|
|
10
10
|
"types": "build/index.d.ts",
|