@bcfranchise/nexus-checkin-sdk (0.0.1-emergency-soci-integration-1438992f0c4fce0d1ebf3226affa7b21be1fd581)
Published 2026-07-23 18:29:15 +00:00 by dev-admin
Installation
@bcfranchise:registry=npm install @bcfranchise/nexus-checkin-sdk@0.0.1-emergency-soci-integration-1438992f0c4fce0d1ebf3226affa7b21be1fd581"@bcfranchise/nexus-checkin-sdk": "0.0.1-emergency-soci-integration-1438992f0c4fce0d1ebf3226affa7b21be1fd581"About this package
@bcfranchise/nexus-checkin-sdk@0.0.1-emergency-soci-integration-1438992f0c4fce0d1ebf3226affa7b21be1fd581
A TypeScript SDK client for the localhost API.
Usage
First, install the SDK from npm.
npm install @bcfranchise/nexus-checkin-sdk --save
Next, try it out.
import {
Configuration,
CheckinAppApi,
} from '@bcfranchise/nexus-checkin-sdk';
import type { CreateCustomerRequest } from '@bcfranchise/nexus-checkin-sdk';
async function example() {
console.log("🚀 Testing @bcfranchise/nexus-checkin-sdk SDK...");
const config = new Configuration({
// To configure API key authorization: CheckinKey
apiKey: "YOUR API KEY",
});
const api = new CheckinAppApi(config);
const body = {
// string
version: version_example,
// CreateCustomerDto
createCustomerDto: ...,
} satisfies CreateCustomerRequest;
try {
const data = await api.createCustomer(body);
console.log(data);
} catch (error) {
console.error(error);
}
}
// Run the test
example().catch(console.error);
Documentation
API Endpoints
All URIs are relative to http://localhost
| Class | Method | HTTP request | Description |
|---|---|---|---|
| CheckinAppApi | createCustomer | POST /v{version}/loyalty/checkin-app/customer | |
| CheckinAppApi | getCheckinClientStoreInfo | GET /v{version}/loyalty/checkin-app/store | |
| CheckinAppApi | getCustomerByPhoneNumber | GET /v{version}/loyalty/checkin-app/customer | |
| CheckinAppApi | getUpdateCustomerToken | GET /v{version}/loyalty/checkin-app/update-customer-token | |
| CheckinAppApi | startShopCheckin | POST /v{version}/loyalty/checkin-app/shop-checkin | |
| CheckinAppApi | startUpdateCustomerVerification | POST /v{version}/loyalty/checkin-app/start-update-customer-verification | |
| CheckinAppApi | startVendCheckin | POST /v{version}/loyalty/checkin-app/vend-checkin | |
| CheckinAppApi | updateCustomer | PUT /v{version}/loyalty/checkin-app/customer | |
| ClientAdoptionApi | adoptCheckinClient | POST /v{version}/loyalty/client-adoption | Use a Checkin adoption token to create a CheckinClient and return its authentication key. |
Models
- AccountType
- ActivatePriceSetsDto
- AdoptCheckinClientDto
- ApplicationRole
- BalenaFleet
- BalenaRelease
- BalenaTag
- BeginCreatePriceSetGroupDto
- BeginCreatePriceSetGroupResponseDto
- ConceptId
- ConnectStoreDto
- ConnectionEventType
- CreateCustomerDto
- CreateDeploymentDto
- CustomerFilter
- CustomerProfileDto
- CustomerResponseDto
- CustomerSortField
- CustomerStore
- Deployment
- DeploymentAttempt
- DeploymentStatus
- EnqueuePriceCalculationDto
- GoogleAuthPayload
- LineItemStatus
- ListPriceSetsDto
- LoyaltyRtmMethods
- PriceCalculation
- PriceCalculationAttempt
- PriceCalculationStatus
- PriceSet
- PriceSetCategoryDto
- PriceSetFilter
- PriceSetGroup
- PriceSetGroupStatus
- PriceSetPriceModifierDto
- PriceVariables
- PriceVariablesDto
- ProblemDetails
- QBAuthPayload
- QBCustomer
- QBItem
- QBOSettings
- QBSetting
- QBSettingDropdown
- RealTimeGroup
- RevCycle
- RevCycleConfig
- RevCycleDetails
- RevCycleDetailsListResponse
- RevCycleFee
- RevCycleFeeClass
- RevCycleInvoice
- RevCycleInvoiceLineItem
- RevCycleStoreFee
- SerializablePriceSetDto
- SerializablePriceSetDtoCategoriesInner
- SerializablePriceSetDtoPriceModifiersInner
- SociSettings
- SortDirection
- StartShopCheckinDto
- Store
- StoreConcept
- StoreConnectionEvent
- StoreConnectionResponseDto
- StoreSalesDto
- StoreSalesFilter
- StoreShopCheckinDto
- StoreStatus
- StoreSyncStateDto
- StoreVendCheckinDto
- SyncBaselineCustomerRequestDto
- SyncBaselineCustomerResponseDto
- Tag
- UpdateAccountingStoreDetailsDto
- UpdateAccountingStoreDetailsResponseDto
- UpdateCustomerDto
- UpdateUserRolesDto
- UpsertRevCycleDetails
- UpsertRevCycleDto
- UpsertRevCycleFeeClassDto
- UpsertRevCycleFeeDto
- UpsertRevCycleInvoiceDto
- UpsertRevCycleInvoiceLineItemDto
- UpsertRevCycleStoreFeeDto
- UpsertStoreAccountingDto
- UserDto
- WellsFargoExportResponseDto
Authorization
Authentication schemes defined for the API:
CheckinKey
- Type: API key
- API key parameter name:
X-CHECKIN-KEY - Location: HTTP header
About
This TypeScript SDK client supports the Fetch API and is automatically generated by the OpenAPI Generator project:
- API version:
1.0.0 - Package version:
0.0.1-emergency-soci-integration-1438992f0c4fce0d1ebf3226affa7b21be1fd581 - Generator version:
7.24.0 - Build package:
org.openapitools.codegen.languages.TypeScriptFetchClientCodegen
The generated npm module supports the following:
- Environments
- Node.js
- Webpack
- Browserify
- Language levels
- ES5 - you must have a Promises/A+ library installed
- ES6
- Module systems
- CommonJS
- ES6 module system
Development
Building
To build the TypeScript source code, you need to have Node.js and npm installed. After cloning the repository, navigate to the project directory and run:
npm install
npm run build
Publishing
Once you've built the package, you can publish it to npm:
npm publish
License
Dependencies
Development dependencies
| ID | Version |
|---|---|
| typescript | ^4.0 || ^5.0 |
Details
2026-07-23 18:29:15 +00:00
Assets (1)
Versions (68)
View all
npm
1
OpenAPI-Generator
latest
88 KiB