@cloudcommerce/types 0.10.0 → 0.12.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.
Files changed (2) hide show
  1. package/index.ts +2 -2
  2. package/package.json +2 -2
package/index.ts CHANGED
@@ -79,7 +79,7 @@ type AppModuleBody = {
79
79
  application: Applications,
80
80
  };
81
81
 
82
- type CmsSettings = {
82
+ type SettingsContent = {
83
83
  domain: string,
84
84
  name: string,
85
85
  description: string,
@@ -169,5 +169,5 @@ export type {
169
169
  CreateTransactionParams,
170
170
  CreateTransactionResponse,
171
171
  CheckoutBody,
172
- CmsSettings,
172
+ SettingsContent,
173
173
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cloudcommerce/types",
3
3
  "type": "module",
4
- "version": "0.10.0",
4
+ "version": "0.12.0",
5
5
  "description": "E-Com Plus Cloud Commerce reusable type definitions",
6
6
  "main": "index.ts",
7
7
  "repository": {
@@ -16,6 +16,6 @@
16
16
  },
17
17
  "homepage": "https://github.com/ecomplus/cloud-commerce/tree/main/packages/types#readme",
18
18
  "dependencies": {
19
- "@cloudcommerce/api": "0.10.0"
19
+ "@cloudcommerce/api": "0.12.0"
20
20
  }
21
21
  }