attio 0.0.1-experimental.20250901 → 0.0.1-experimental.20250902

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.
@@ -3,7 +3,7 @@ import {showDialog} from "attio/client"
3
3
 
4
4
  import {HelloWorldDialog} from "./hello-world-dialog"
5
5
 
6
- export const helloWorldAction: RecordAction = {
6
+ export const recordAction: RecordAction = {
7
7
  id: "slug-to-be-replaced",
8
8
  label: "title-to-be-replaced",
9
9
  onTrigger: async ({recordId}) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "attio",
3
- "version": "0.0.1-experimental.20250901",
3
+ "version": "0.0.1-experimental.20250902",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "lib",
package/schema.graphql CHANGED
@@ -51,9 +51,9 @@ enum AttributeType {
51
51
  DATE
52
52
  TIMESTAMP
53
53
  RATING
54
- PIPELINE
54
+ STATUS
55
55
  SELECT
56
- ENTITY_REFERENCE
56
+ RECORD_REFERENCE
57
57
  ACTOR_REFERENCE
58
58
  LOCATION
59
59
  DOMAIN