@ikas/api-client 1.0.12-alpha.7 → 1.0.13-alpha.0

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.
package/README.md CHANGED
@@ -1,2 +1,2 @@
1
1
  # ikas-api-client-node
2
- Beta Version of ikas public api client
2
+ Beta Version of ikas public api client
@@ -190,7 +190,7 @@ export declare type BulkUpdateProductVariantInput = {
190
190
  deleted: Scalars['Boolean'];
191
191
  /** Source id for variant. */
192
192
  hsCode?: InputMaybe<Scalars['String']>;
193
- id: Scalars['String'];
193
+ id?: InputMaybe<Scalars['String']>;
194
194
  /** List of images for variant. */
195
195
  images?: InputMaybe<Array<BulkUpdateProductImageInput>>;
196
196
  /** Whether the variant is active or not. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/api-client",
3
- "version": "1.0.12-alpha.7",
3
+ "version": "1.0.13-alpha.0",
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",