pollination-react-io 1.72.1 → 1.73.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.
- package/README.md +0 -1
- package/build/SendModel/SendModel.types.d.ts +2 -1
- package/build/hooks/types.d.ts +1 -1
- package/build/index.esm.js +200 -152
- package/build/index.esm.js.map +1 -1
- package/build/index.js +200 -152
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
package/build/hooks/types.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
export declare type GeometryAction = 'AddGeometry' | 'PreviewGeometry' | 'DeleteGeometry' | 'ClearGeometry' | 'SubscribePreviewGeometry';
|
2
|
-
export declare type ModelAction = 'AddHBJSON' | 'PreviewHBJSON' | 'DeleteHBJSON' | 'ClearHBJSON' | 'SubscribePreviewHBJSON';
|
2
|
+
export declare type ModelAction = 'AddHBJSON' | 'PreviewHBJSON' | 'DeleteHBJSON' | 'ClearHBJSON' | 'SubscribePreviewHBJSON' | 'ReplaceHBJSON';
|
3
3
|
export declare type SettingsAction = 'AddSettings';
|
4
4
|
export declare type CommandAction = 'AddCommand';
|
5
5
|
export declare type ResultsAction = 'AddResults' | 'PreviewResults' | 'DeleteResults' | 'ClearResults' | 'SubscribePreviewResults';
|