@erp-galoper/types 1.0.1504 → 1.0.1506

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 +3 -23
  2. package/package.json +1 -1
package/openapi.ts CHANGED
@@ -29287,28 +29287,8 @@ export interface components {
29287
29287
  name: string;
29288
29288
  /** Ispos */
29289
29289
  isPos: boolean;
29290
- /** Paymentproviders */
29291
- paymentProviders: components["schemas"]["PaymentProvider"][];
29292
- };
29293
- /** PaymentProvider */
29294
- PaymentProvider: {
29295
- /**
29296
- * Datecreated
29297
- * Format: date-time
29298
- */
29299
- dateCreated: string;
29300
- /** Datemodified */
29301
- dateModified: string | null;
29302
- createdBy: components["schemas"]["RecordUserSchema"];
29303
- modifiedBy: components["schemas"]["RecordUserSchema"] | null;
29304
- /** Id */
29305
- id: number;
29306
- /** Providername */
29307
- providerName: string;
29308
- feeType: components["schemas"]["PaymentProviderFeeTypeEnum"];
29309
- /** Feepercentage */
29310
- feePercentage: number;
29311
- account: components["schemas"]["AccountSummaryInfo"];
29290
+ /** Isprovidersupported */
29291
+ isProviderSupported: boolean;
29312
29292
  };
29313
29293
  /**
29314
29294
  * PaymentProviderFeeTypeEnum
@@ -55899,7 +55879,7 @@ export interface components {
55899
55879
  defaultWarehouse?: number;
55900
55880
  /**
55901
55881
  * Defaulttax
55902
- * @description Default tax ID for online store orders, required when use_online_shop is true
55882
+ * @description Default tax ID for online store orders
55903
55883
  */
55904
55884
  defaultTax?: number | null;
55905
55885
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@erp-galoper/types",
3
- "version": "1.0.1504",
3
+ "version": "1.0.1506",
4
4
  "main": "openapi.ts",
5
5
  "types": "openapi.ts",
6
6
  "files": ["openapi.ts"],