@erp-galoper/types 1.0.1258 → 1.0.1259

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.
Files changed (2) hide show
  1. package/openapi.ts +26 -0
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -23961,6 +23961,18 @@ export interface components {
23961
23961
  * @default []
23962
23962
  */
23963
23963
  onlinestore: components["schemas"]["BasePermissionsSchema_Settings_Integrations_OnlinestoreEnum"][];
23964
+ /**
23965
+ * Whatsappintegration
23966
+ * @description whatsappintegration actions
23967
+ * @default []
23968
+ */
23969
+ whatsappintegration: components["schemas"]["BasePermissionsSchema_Settings_Integrations_WhatsappintegrationEnum"][];
23970
+ /**
23971
+ * Whatsapptemplate
23972
+ * @description whatsapptemplate actions
23973
+ * @default []
23974
+ */
23975
+ whatsapptemplate: components["schemas"]["BasePermissionsSchema_Settings_Integrations_WhatsapptemplateEnum"][];
23964
23976
  };
23965
23977
  /**
23966
23978
  * BasePermissionsSchema_Settings_Integrations_EmailsettingEnum
@@ -23982,6 +23994,16 @@ export interface components {
23982
23994
  * @enum {string}
23983
23995
  */
23984
23996
  BasePermissionsSchema_Settings_Integrations_OnlinestoresettingEnum: "add" | "change" | "view";
23997
+ /**
23998
+ * BasePermissionsSchema_Settings_Integrations_WhatsappintegrationEnum
23999
+ * @enum {string}
24000
+ */
24001
+ BasePermissionsSchema_Settings_Integrations_WhatsappintegrationEnum: "add" | "change" | "delete" | "view";
24002
+ /**
24003
+ * BasePermissionsSchema_Settings_Integrations_WhatsapptemplateEnum
24004
+ * @enum {string}
24005
+ */
24006
+ BasePermissionsSchema_Settings_Integrations_WhatsapptemplateEnum: "add" | "change" | "delete" | "view";
23985
24007
  /** BasePermissionsSchema_Settings_Inventory */
23986
24008
  BasePermissionsSchema_Settings_Inventory: {
23987
24009
  /**
@@ -26498,6 +26520,10 @@ export interface components {
26498
26520
  packages: components["schemas"]["CreateOrUpdatePackageItemSchema"][];
26499
26521
  /**
26500
26522
  * Children
26523
+ * @description List of variant items to create under this item template.
26524
+ * Fields that are filled in the item template will be automatically inherited by the variants.
26525
+ * The inherited values should be pre-populated in the variant form for the user to view.
26526
+ * based on fields to inherit from item variant settings (/api/v1/settings/inventory/item-variant-settings/)
26501
26527
  * @default []
26502
26528
  */
26503
26529
  children: components["schemas"]["CreateChildItemSchema"][];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1258",
3
+ "version": "1.0.1259",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],