@unisphere/genie-types 1.13.0 → 1.13.1

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.esm.js +0 -23
  2. package/package.json +1 -1
package/index.esm.js CHANGED
@@ -3,29 +3,6 @@ const widgetName = 'unisphere.widget.genie';
3
3
  const integrationsSchema = {
4
4
  type: 'object',
5
5
  properties: {
6
- marketo: {
7
- type: 'object',
8
- properties: {
9
- type: {
10
- type: 'primitive',
11
- value: 'string'
12
- },
13
- quota: {
14
- type: 'primitive',
15
- value: 'number'
16
- },
17
- formId: {
18
- type: 'primitive',
19
- value: 'string'
20
- },
21
- blocker: {
22
- type: 'primitive',
23
- value: 'boolean'
24
- }
25
- },
26
- deprecationMessage: 'Marketo integration is no longer supported and this field will be ignored if provided',
27
- optional: true
28
- },
29
6
  avatar: {
30
7
  type: 'orByType',
31
8
  schemas: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/genie-types",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "author": "kaltura",
5
5
  "license": "AGPL-3.0",
6
6
  "repository": {