@kamino-finance/kamino-db 8.0.26 → 8.0.27

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.
@@ -1,4 +1,4 @@
1
- export interface KSwapInstruction {
1
+ export interface KSwapInstructionEntity {
2
2
  id: bigint;
3
3
  in_amount: string;
4
4
  out_amount: string;
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=KSwapInstruction.js.map
3
+ //# sourceMappingURL=KSwapInstructionEntity.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"KSwapInstructionEntity.js","sourceRoot":"","sources":["../../../src/models/kswap/KSwapInstructionEntity.ts"],"names":[],"mappings":"","sourcesContent":["export interface KSwapInstructionEntity {\n id: bigint;\n in_amount: string;\n out_amount: string;\n in_token_mint_id: number;\n out_token_mint_id: number;\n volume_usd: string;\n sol_price: string;\n owner_id: number;\n searcher_owner_id: number | null;\n raw_instruction_id: string;\n referral_code_id: string;\n swap_program_account_id: number;\n}\n"]}
@@ -1,2 +1,2 @@
1
1
  export * from './KswapTokenEntity';
2
- export * from './KSwapInstruction';
2
+ export * from './KSwapInstructionEntity';
@@ -15,5 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./KswapTokenEntity"), exports);
18
- __exportStar(require("./KSwapInstruction"), exports);
18
+ __exportStar(require("./KSwapInstructionEntity"), exports);
19
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/kswap/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,qDAAmC","sourcesContent":["export * from './KswapTokenEntity';\nexport * from './KSwapInstruction';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/models/kswap/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,qDAAmC;AACnC,2DAAyC","sourcesContent":["export * from './KswapTokenEntity';\nexport * from './KSwapInstructionEntity';\n"]}
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Kamino database models",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
- "version": "8.0.26",
6
+ "version": "8.0.27",
7
7
  "scripts": {
8
8
  "prepublish": "yarn build",
9
9
  "build": "rm -rf dist/; tsc",
@@ -1,4 +1,4 @@
1
- export interface KSwapInstruction {
1
+ export interface KSwapInstructionEntity {
2
2
  id: bigint;
3
3
  in_amount: string;
4
4
  out_amount: string;
@@ -1,2 +1,2 @@
1
1
  export * from './KswapTokenEntity';
2
- export * from './KSwapInstruction';
2
+ export * from './KSwapInstructionEntity';
@@ -1 +0,0 @@
1
- {"version":3,"file":"KSwapInstruction.js","sourceRoot":"","sources":["../../../src/models/kswap/KSwapInstruction.ts"],"names":[],"mappings":"","sourcesContent":["export interface KSwapInstruction {\n id: bigint;\n in_amount: string;\n out_amount: string;\n in_token_mint_id: number;\n out_token_mint_id: number;\n volume_usd: string;\n sol_price: string;\n owner_id: number;\n searcher_owner_id: number | null;\n raw_instruction_id: string;\n referral_code_id: string;\n swap_program_account_id: number;\n}\n"]}