@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 +1 -1
- package/dist/api/admin/generated/index.d.ts +1 -1
- package/package.json +1 -1
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
|
|
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. */
|