@ikas/api-client 1.0.40-alpha.13 → 1.0.40-alpha.15

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.
@@ -4820,7 +4820,7 @@ export declare type PublicTransaction = {
4820
4820
  error?: Maybe<TransactionError>;
4821
4821
  gatewayReferenceId?: Maybe<Scalars['String']>;
4822
4822
  id: Scalars['ID'];
4823
- lineItems?: Maybe<TransactionOrderLineItem>;
4823
+ lineItems?: Maybe<Array<TransactionOrderLineItem>>;
4824
4824
  orderId?: Maybe<Scalars['String']>;
4825
4825
  paymentGatewayCode?: Maybe<Scalars['String']>;
4826
4826
  paymentGatewayId: Scalars['String'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/api-client",
3
- "version": "1.0.40-alpha.13",
3
+ "version": "1.0.40-alpha.15",
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",