@bprotsyk/aso-core 1.2.216 → 1.2.218

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.
@@ -66,7 +66,7 @@ export interface NamecheapBuyResult {
66
66
  failed: {
67
67
  [key: string]: string;
68
68
  };
69
- paidTotal: string;
69
+ paidTotal: number;
70
70
  }
71
71
  export declare const NamecheapBuyRequestSchema: Schema<any, import("mongoose").Model<any, any, any, any, any>, {}, {}, {}, {}, import("mongoose").DefaultSchemaOptions, {
72
72
  domains: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bprotsyk/aso-core",
3
- "version": "1.2.216",
3
+ "version": "1.2.218",
4
4
  "main": "lib/index.js",
5
5
  "types": "lib/index.d.ts",
6
6
  "scripts": {
@@ -41,7 +41,7 @@ export interface INamecheapBuyRequest extends Document {
41
41
  export interface NamecheapBuyResult {
42
42
  succeed: { [key: string]: string },
43
43
  failed: { [key: string]: string },
44
- paidTotal: string
44
+ paidTotal: number
45
45
  }
46
46
 
47
47
  export const NamecheapBuyRequestSchema = new Schema({