@erp-galoper/types 1.0.1150 → 1.0.1152
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/openapi.ts +6 -5
- package/package.json +1 -1
package/openapi.ts
CHANGED
|
@@ -19382,7 +19382,7 @@ export interface paths {
|
|
|
19382
19382
|
patch?: never;
|
|
19383
19383
|
trace?: never;
|
|
19384
19384
|
};
|
|
19385
|
-
"/api/v1/integrations/settings/": {
|
|
19385
|
+
"/api/v1/integrations/settings/online-store/": {
|
|
19386
19386
|
parameters: {
|
|
19387
19387
|
query?: never;
|
|
19388
19388
|
header?: never;
|
|
@@ -19397,7 +19397,7 @@ export interface paths {
|
|
|
19397
19397
|
* - 403: permissionDenied
|
|
19398
19398
|
* - 404: settingDoesNotExist
|
|
19399
19399
|
*
|
|
19400
|
-
* permission key:
|
|
19400
|
+
* permission key: onlinestoresetting: ["view"]
|
|
19401
19401
|
*/
|
|
19402
19402
|
get: operations["integration_settings_views_get_online_store_setting"];
|
|
19403
19403
|
/**
|
|
@@ -19409,7 +19409,7 @@ export interface paths {
|
|
|
19409
19409
|
* - 403: permissionDenied
|
|
19410
19410
|
* - 404: settingDoesNotExist
|
|
19411
19411
|
*
|
|
19412
|
-
* permission key:
|
|
19412
|
+
* permission key: onlinestoresetting: ["change"]
|
|
19413
19413
|
*/
|
|
19414
19414
|
put: operations["integration_settings_views_update_online_store_setting"];
|
|
19415
19415
|
/**
|
|
@@ -19419,7 +19419,7 @@ export interface paths {
|
|
|
19419
19419
|
* - 201: onlineStoreSettingCreated
|
|
19420
19420
|
* - 400: settingAlreadyExists, validationFailed
|
|
19421
19421
|
*
|
|
19422
|
-
* permission key:
|
|
19422
|
+
* permission key: onlinestoresetting: ["add"]
|
|
19423
19423
|
*/
|
|
19424
19424
|
post: operations["integration_settings_views_create_online_store_setting"];
|
|
19425
19425
|
delete?: never;
|
|
@@ -23310,7 +23310,7 @@ export interface components {
|
|
|
23310
23310
|
trackInventoryBy?: components["schemas"]["TrackInventoryBy"] | null;
|
|
23311
23311
|
/**
|
|
23312
23312
|
* Hasexpirydate
|
|
23313
|
-
* @description if
|
|
23313
|
+
* @description expiry date should be false if item is a service, or if it is a product that is tracked by quantity.
|
|
23314
23314
|
* @default false
|
|
23315
23315
|
*/
|
|
23316
23316
|
hasExpiryDate: boolean | null;
|
|
@@ -23611,6 +23611,7 @@ export interface components {
|
|
|
23611
23611
|
trackInventoryBy?: components["schemas"]["TrackInventoryBy"] | null;
|
|
23612
23612
|
/**
|
|
23613
23613
|
* Hasexpirydate
|
|
23614
|
+
* @description expiry date should be false if item is a service, or if it is a product that is tracked by quantity.
|
|
23614
23615
|
* @default false
|
|
23615
23616
|
*/
|
|
23616
23617
|
hasExpiryDate: boolean | null;
|