@anthor/entities-sdk
Advanced tools
Comparing version 1.110.0-alpha.1 to 1.110.0-alpha.2
@@ -6,82 +6,82 @@ import { Headers as HttpHeaders } from 'graphql-request/dist/src/types'; | ||
private static readonly ANTHOR_API_URIS; | ||
private _accountBalanceHistories; | ||
private _activities; | ||
private _activityBiometry; | ||
private _activityCheckIn; | ||
private _activityChecklist; | ||
private _activityChecklistOption; | ||
private _activityDynamicProducts; | ||
private _activityProductCounts; | ||
private _activityWarehouseChecks; | ||
private _addresses; | ||
private _badges; | ||
private _bankAccounts; | ||
private _certificationGroups; | ||
private _certifications; | ||
private _cities; | ||
private _cityGroupInvites; | ||
private _cityGroups; | ||
private _cityGroupWorkers; | ||
private _companies; | ||
private _companyBillingConfigs; | ||
private _companyConfigs; | ||
private _companyOrders; | ||
private _contracts; | ||
private _courseProgresses; | ||
private _courseQuestionOptions; | ||
private _courses; | ||
private _coursesModules; | ||
private _courseVideos; | ||
private _establishments; | ||
private _expiredProductChecks; | ||
private _expiredProducts; | ||
private _invoices; | ||
private _jobs; | ||
private _jobSectionInventoryChecked; | ||
private _jobSections; | ||
private _jobTypes; | ||
private _magicLinks; | ||
private _missions; | ||
private _payments; | ||
private _penaltyOccurrences; | ||
private _penaltyTypes; | ||
private _permissions; | ||
private _phones; | ||
private _pictures; | ||
private _planograms; | ||
private _pointsBalanceHistories; | ||
private _pointsTransfer; | ||
private _poolActivities; | ||
private _poolCompanyConfigs; | ||
private _poolJobs; | ||
private _poolProducts; | ||
private _productCategories; | ||
private _productCompetitorPrices; | ||
private _productCompetitors; | ||
private _productGroups; | ||
private _productPrices; | ||
private _products; | ||
private _ratingReasons; | ||
private _ratings; | ||
private _regions; | ||
private _reportActivityIssueService; | ||
private _resources; | ||
private _retailCheckInValidations; | ||
private _ruptureChecks; | ||
private _shelfShareConfigs; | ||
private _shelfShareGains; | ||
private _smartProducts; | ||
private _smartRecords; | ||
private _states; | ||
private _surveys; | ||
private _transactions; | ||
private _users; | ||
private _workerCertifications; | ||
private _workerIntegrations; | ||
private _workerLocationHistories; | ||
private _workerOrders; | ||
private _workers; | ||
private _workersBlockList; | ||
private _workerSchedules; | ||
private _zendeskTickets; | ||
private readonly _accountBalanceHistories; | ||
private readonly _activities; | ||
private readonly _activityBiometry; | ||
private readonly _activityCheckIn; | ||
private readonly _activityChecklist; | ||
private readonly _activityChecklistOption; | ||
private readonly _activityDynamicProducts; | ||
private readonly _activityProductCounts; | ||
private readonly _activityWarehouseChecks; | ||
private readonly _addresses; | ||
private readonly _badges; | ||
private readonly _bankAccounts; | ||
private readonly _certificationGroups; | ||
private readonly _certifications; | ||
private readonly _cities; | ||
private readonly _cityGroupInvites; | ||
private readonly _cityGroups; | ||
private readonly _cityGroupWorkers; | ||
private readonly _companies; | ||
private readonly _companyBillingConfigs; | ||
private readonly _companyConfigs; | ||
private readonly _companyOrders; | ||
private readonly _contracts; | ||
private readonly _courseProgresses; | ||
private readonly _courseQuestionOptions; | ||
private readonly _courses; | ||
private readonly _coursesModules; | ||
private readonly _courseVideos; | ||
private readonly _establishments; | ||
private readonly _expiredProductChecks; | ||
private readonly _expiredProducts; | ||
private readonly _invoices; | ||
private readonly _jobs; | ||
private readonly _jobSectionInventoryChecked; | ||
private readonly _jobSections; | ||
private readonly _jobTypes; | ||
private readonly _magicLinks; | ||
private readonly _missions; | ||
private readonly _payments; | ||
private readonly _penaltyOccurrences; | ||
private readonly _penaltyTypes; | ||
private readonly _permissions; | ||
private readonly _phones; | ||
private readonly _pictures; | ||
private readonly _planograms; | ||
private readonly _pointsBalanceHistories; | ||
private readonly _pointsTransfer; | ||
private readonly _poolActivities; | ||
private readonly _poolCompanyConfigs; | ||
private readonly _poolJobs; | ||
private readonly _poolProducts; | ||
private readonly _productCategories; | ||
private readonly _productCompetitorPrices; | ||
private readonly _productCompetitors; | ||
private readonly _productGroups; | ||
private readonly _productPrices; | ||
private readonly _products; | ||
private readonly _ratingReasons; | ||
private readonly _ratings; | ||
private readonly _regions; | ||
private readonly _reportActivityIssueService; | ||
private readonly _resources; | ||
private readonly _retailCheckInValidations; | ||
private readonly _ruptureChecks; | ||
private readonly _shelfShareConfigs; | ||
private readonly _shelfShareGains; | ||
private readonly _smartProducts; | ||
private readonly _smartRecords; | ||
private readonly _states; | ||
private readonly _surveys; | ||
private readonly _transactions; | ||
private readonly _users; | ||
private readonly _workerCertifications; | ||
private readonly _workerIntegrations; | ||
private readonly _workerLocationHistories; | ||
private readonly _workerOrders; | ||
private readonly _workers; | ||
private readonly _workersBlockList; | ||
private readonly _workerSchedules; | ||
private readonly _zendeskTickets; | ||
private readonly _anthorApi; | ||
@@ -88,0 +88,0 @@ constructor(config?: AnthorConfig); |
{ | ||
"name": "@anthor/entities-sdk", | ||
"version": "1.110.0-alpha.1", | ||
"version": "1.110.0-alpha.2", | ||
"main": "dist/index.js", | ||
@@ -32,3 +32,3 @@ "types": "dist/index.d.ts", | ||
"devDependencies": { | ||
"@anthor/entities-types": "^1.110.0-alpha.1", | ||
"@anthor/entities-types": "^1.110.0-alpha.2", | ||
"@types/jest": "^25.1.3", | ||
@@ -45,3 +45,3 @@ "@types/node": "^12.11.5", | ||
}, | ||
"gitHead": "2bd9994e9e3b35ad133e85e59dcb1dfb3743aed8" | ||
"gitHead": "505964914bc1ead246ace1198503a831714b048e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
225157