@ikas/api-client 1.0.40-alpha.28 → 1.0.40-alpha.29

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.
@@ -1276,7 +1276,7 @@ export declare type CreateWalletTransactionInput = {
1276
1276
  name: Scalars['String'];
1277
1277
  orderDetail?: InputMaybe<CreateSaleWithWalletOrderDetailInput>;
1278
1278
  price: Scalars['Float'];
1279
- sourceTransactionId?: InputMaybe<Array<Scalars['String']>>;
1279
+ sourceTransactionId?: InputMaybe<Scalars['String']>;
1280
1280
  transactionCategory: IkasWalletTransactionCategoryEnum;
1281
1281
  transactionId: Scalars['String'];
1282
1282
  type: CreateWalletTransactionTypeEnum;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/api-client",
3
- "version": "1.0.40-alpha.28",
3
+ "version": "1.0.40-alpha.29",
4
4
  "description": "ikas public node api client for store apps and private apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",