@spytecgps/nova-orm 1.3.72 → 1.3.74
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.
package/dist/types/billing.d.ts
CHANGED
|
@@ -265,7 +265,6 @@ export interface UpsertBillingDeviceTypePlanParams {
|
|
|
265
265
|
deviceType?: string | null;
|
|
266
266
|
createdAt?: Date;
|
|
267
267
|
status: UpsertBillingPlanParamsStatus;
|
|
268
|
-
asinAssigned?: string | null;
|
|
269
268
|
}
|
|
270
269
|
export interface GetBillingDeviceTypePlansParams extends BaseSelectQueryParams {
|
|
271
270
|
planId: string;
|
|
@@ -283,7 +282,6 @@ export interface GetBillingPlanResult {
|
|
|
283
282
|
planId: string;
|
|
284
283
|
deviceType: string;
|
|
285
284
|
deviceTypeModel: string;
|
|
286
|
-
asinAssigned: string | null;
|
|
287
285
|
targetCustomer: 'consumer' | 'enterprise' | 'any';
|
|
288
286
|
plan: string;
|
|
289
287
|
platform: string;
|