@evoke-platform/context 1.0.0-dev.110 → 1.0.0-dev.112

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.
@@ -8,10 +8,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
- // Copyright (c) 2023 System Automation Corporation.
12
- // This file is licensed under the MIT License.
13
11
  import { createContext, useCallback, useContext } from 'react';
14
- import { useApiServices } from '../api';
12
+ import { useApiServices } from '../api/index.js';
15
13
  const defaultApp = {
16
14
  id: '_evoke',
17
15
  name: 'Evoke Platform',
@@ -184,7 +184,7 @@ export type FormEntry = InputParameterReference | Columns | Sections | Content;
184
184
  export type Form = {
185
185
  entries?: FormEntry[];
186
186
  };
187
- export type ActionInputType = 'button' | 'Section' | 'Columns' | 'Content' | 'Select' | 'TextField' | 'DateTime' | 'RepeatableField' | 'ManyToManyRepeatableField' | 'MultiSelect' | 'Decimal' | 'RichText' | 'Date' | 'Integer' | 'Image' | 'Object' | 'Time' | 'User';
187
+ export type ActionInputType = 'button' | 'Section' | 'Columns' | 'Content' | 'Select' | 'TextField' | 'DateTime' | 'Document' | 'RepeatableField' | 'ManyToManyRepeatableField' | 'MultiSelect' | 'Decimal' | 'RichText' | 'Date' | 'Integer' | 'Image' | 'Object' | 'Time' | 'User';
188
188
  /**
189
189
  * Represents an object action inputProperty object.
190
190
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evoke-platform/context",
3
- "version": "1.0.0-dev.110",
3
+ "version": "1.0.0-dev.112",
4
4
  "description": "Utilities that provide context to Evoke platform widgets",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",