@super-protocol/sdk-js 2.1.1-beta.4 → 2.1.1-beta.5

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.
@@ -144,7 +144,7 @@ declare class Orders implements StaticModel {
144
144
  }
145
145
  export type onOrderStartedCallback = (orderId: BlockchainId, consumer: string, block?: BlockInfo) => void;
146
146
  export type onOrdersStatusUpdatedCallback = (orderId: BlockchainId, status: OrderStatus, block?: BlockInfo) => void;
147
- export type onOrderCreatedCallback = (consumer: string, externalId: string, offerId: BlockchainId, parentOrderId: BlockchainId, orderId: BlockchainId, deposit: TokenAmount, OrderStatus: OrderStatus, block?: BlockInfo) => void;
147
+ export type onOrderCreatedCallback = (consumer: string, externalId: string, offerId: BlockchainId, parentOrderId: BlockchainId, orderId: BlockchainId, deposit: TokenAmount, orderStatus: OrderStatus, block?: BlockInfo) => void;
148
148
  export type onOrderDepositRefilledCallback = (orderId: BlockchainId, consumer: string, amount: TokenAmount, block?: BlockInfo) => void;
149
149
  export type onOrderChangeWithdrawnCallback = (orderId: BlockchainId, consumer: string, change: TokenAmount, block?: BlockInfo) => void;
150
150
  export type onOrderProfitWithdrawnCallback = (orderId: BlockchainId, tokenReceiver: string, profit: TokenAmount, block?: BlockInfo) => void;
@@ -12,7 +12,7 @@ export type OrderCreatedEvent = {
12
12
  parentOrderId: BlockchainId;
13
13
  orderId: BlockchainId;
14
14
  deposit: TokenAmount;
15
- OrderStatus: OrderStatus;
15
+ orderStatus: OrderStatus;
16
16
  };
17
17
  export type TeeSlotAddedEvent = {
18
18
  creator: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-protocol/sdk-js",
3
- "version": "2.1.1-beta.4",
3
+ "version": "2.1.1-beta.5",
4
4
  "main": "build/index.js",
5
5
  "license": "MIT",
6
6
  "files": [