@erp-galoper/types 1.0.1559 → 1.0.1560

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 +25 -25
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -26152,28 +26152,28 @@ export interface components {
26152
26152
  isExchangeable: boolean | null;
26153
26153
  /**
26154
26154
  * Availableinonlinestore
26155
- * @description this field only appears if online store is enabled in integration settings and use_online_shop is true
26155
+ * @description this field only appears if online store is enabled in galoper settings
26156
26156
  * @default false
26157
26157
  */
26158
26158
  availableInOnlineStore: boolean;
26159
26159
  /**
26160
26160
  * Onlineprice
26161
- * @description Price for online store sales - only visible when available_in_online_store is true
26161
+ * @description Price for online store sales - could be set even if available_in_online_store is false
26162
26162
  */
26163
26163
  onlinePrice?: number | null;
26164
26164
  /**
26165
26165
  * Onlinepricebeforediscount
26166
- * @description Original price before discount for online store - only visible when available_in_online_store is true
26166
+ * @description Original price before discount for online store - could be set even if available_in_online_store is false
26167
26167
  */
26168
26168
  onlinePriceBeforeDiscount?: number | null;
26169
26169
  /**
26170
26170
  * Seotitle
26171
- * @description SEO page title for search engines (70 characters recommended) - only visible when available_in_online_store is true
26171
+ * @description SEO page title for search engines (70 characters recommended) - could be set even if available_in_online_store is false
26172
26172
  */
26173
26173
  seoTitle?: string | null;
26174
26174
  /**
26175
26175
  * Seodescription
26176
- * @description SEO meta description for search engines (160 characters recommended) - only visible when available_in_online_store is true
26176
+ * @description SEO meta description for search engines (160 characters recommended) - could be set even if available_in_online_store is false
26177
26177
  */
26178
26178
  seoDescription?: string | null;
26179
26179
  /**
@@ -26401,28 +26401,28 @@ export interface components {
26401
26401
  isExchangeable: boolean | null;
26402
26402
  /**
26403
26403
  * Availableinonlinestore
26404
- * @description this field only appears if online store is enabled in integration settings and use_online_shop is true
26404
+ * @description this field only appears if online store is enabled in galoper settings
26405
26405
  * @default false
26406
26406
  */
26407
26407
  availableInOnlineStore: boolean;
26408
26408
  /**
26409
26409
  * Onlineprice
26410
- * @description Price for online store sales - only visible when available_in_online_store is true
26410
+ * @description Price for online store sales - could be set even if available_in_online_store is false
26411
26411
  */
26412
26412
  onlinePrice?: number | null;
26413
26413
  /**
26414
26414
  * Onlinepricebeforediscount
26415
- * @description Original price before discount for online store - only visible when available_in_online_store is true
26415
+ * @description Original price before discount for online store - could be set even if available_in_online_store is false
26416
26416
  */
26417
26417
  onlinePriceBeforeDiscount?: number | null;
26418
26418
  /**
26419
26419
  * Seotitle
26420
- * @description SEO page title for search engines (70 characters recommended) - only visible when available_in_online_store is true
26420
+ * @description SEO page title for search engines (70 characters recommended) - could be set even if available_in_online_store is false
26421
26421
  */
26422
26422
  seoTitle?: string | null;
26423
26423
  /**
26424
26424
  * Seodescription
26425
- * @description SEO meta description for search engines (160 characters recommended) - only visible when available_in_online_store is true
26425
+ * @description SEO meta description for search engines (160 characters recommended) - could be set even if available_in_online_store is false
26426
26426
  */
26427
26427
  seoDescription?: string | null;
26428
26428
  /**
@@ -26963,28 +26963,28 @@ export interface components {
26963
26963
  isExchangeable: boolean | null;
26964
26964
  /**
26965
26965
  * Availableinonlinestore
26966
- * @description this field only appears if online store is enabled in integration settings and use_online_shop is true
26966
+ * @description this field only appears if online store is enabled in galoper settings
26967
26967
  * @default false
26968
26968
  */
26969
26969
  availableInOnlineStore: boolean | null;
26970
26970
  /**
26971
26971
  * Onlineprice
26972
- * @description Price for online store sales - only visible when available_in_online_store is true
26972
+ * @description Price for online store sales - could be set even if available_in_online_store is false
26973
26973
  */
26974
26974
  onlinePrice?: number | null;
26975
26975
  /**
26976
26976
  * Onlinepricebeforediscount
26977
- * @description Original price before discount for online store - only visible when available_in_online_store is true
26977
+ * @description Original price before discount for online store - could be set even if available_in_online_store is false
26978
26978
  */
26979
26979
  onlinePriceBeforeDiscount?: number | null;
26980
26980
  /**
26981
26981
  * Seotitle
26982
- * @description SEO page title for search engines (70 characters recommended) - only visible when available_in_online_store is true
26982
+ * @description SEO page title for search engines (70 characters recommended) - could be set even if available_in_online_store is false
26983
26983
  */
26984
26984
  seoTitle?: string | null;
26985
26985
  /**
26986
26986
  * Seodescription
26987
- * @description SEO meta description for search engines (160 characters recommended) - only visible when available_in_online_store is true
26987
+ * @description SEO meta description for search engines (160 characters recommended) - could be set even if available_in_online_store is false
26988
26988
  */
26989
26989
  seoDescription?: string | null;
26990
26990
  /**
@@ -27238,28 +27238,28 @@ export interface components {
27238
27238
  isExchangeable: boolean | null;
27239
27239
  /**
27240
27240
  * Availableinonlinestore
27241
- * @description this field only appears if online store is enabled in integration settings and use_online_shop is true
27241
+ * @description this field only appears if online store is enabled in galoper settings
27242
27242
  * @default false
27243
27243
  */
27244
27244
  availableInOnlineStore: boolean;
27245
27245
  /**
27246
27246
  * Onlineprice
27247
- * @description Price for online store sales - only visible when available_in_online_store is true
27247
+ * @description Price for online store sales - could be set even if available_in_online_store is false
27248
27248
  */
27249
27249
  onlinePrice?: number | null;
27250
27250
  /**
27251
27251
  * Onlinepricebeforediscount
27252
- * @description Original price before discount for online store - only visible when available_in_online_store is true
27252
+ * @description Original price before discount for online store - could be set even if available_in_online_store is false
27253
27253
  */
27254
27254
  onlinePriceBeforeDiscount?: number | null;
27255
27255
  /**
27256
27256
  * Seotitle
27257
- * @description SEO page title for search engines (70 characters recommended) - only visible when available_in_online_store is true
27257
+ * @description SEO page title for search engines (70 characters recommended) - could be set even if available_in_online_store is false
27258
27258
  */
27259
27259
  seoTitle?: string | null;
27260
27260
  /**
27261
27261
  * Seodescription
27262
- * @description SEO meta description for search engines (160 characters recommended) - only visible when available_in_online_store is true
27262
+ * @description SEO meta description for search engines (160 characters recommended) - could be set even if available_in_online_store is false
27263
27263
  */
27264
27264
  seoDescription?: string | null;
27265
27265
  /**
@@ -27586,27 +27586,27 @@ export interface components {
27586
27586
  isExchangeable: boolean | null;
27587
27587
  /**
27588
27588
  * Availableinonlinestore
27589
- * @description this field only appears if online store is enabled in integration settings and use_online_shop is true
27589
+ * @description this field only appears if online store is enabled in galoper settings
27590
27590
  */
27591
27591
  availableInOnlineStore?: boolean | null;
27592
27592
  /**
27593
27593
  * Onlineprice
27594
- * @description Price for online store sales - only visible when available_in_online_store is true
27594
+ * @description Price for online store sales - could be set even if available_in_online_store is false
27595
27595
  */
27596
27596
  onlinePrice?: number | null;
27597
27597
  /**
27598
27598
  * Onlinepricebeforediscount
27599
- * @description Original price before discount for online store - only visible when available_in_online_store is true
27599
+ * @description Original price before discount for online store - could be set even if available_in_online_store is false
27600
27600
  */
27601
27601
  onlinePriceBeforeDiscount?: number | null;
27602
27602
  /**
27603
27603
  * Seotitle
27604
- * @description SEO page title for search engines (70 characters recommended) - only visible when available_in_online_store is true
27604
+ * @description SEO page title for search engines (70 characters recommended) - could be set even if available_in_online_store is false
27605
27605
  */
27606
27606
  seoTitle?: string | null;
27607
27607
  /**
27608
27608
  * Seodescription
27609
- * @description SEO meta description for search engines (160 characters recommended) - only visible when available_in_online_store is true
27609
+ * @description SEO meta description for search engines (160 characters recommended) - could be set even if available_in_online_store is false
27610
27610
  */
27611
27611
  seoDescription?: string | null;
27612
27612
  /** Allowsales */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1559",
3
+ "version": "1.0.1560",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],