@automate.ax/integration-contracts 0.150.2 → 0.151.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.
|
@@ -1929,8 +1929,15 @@
|
|
|
1929
1929
|
"example": "lorem ipsum"
|
|
1930
1930
|
},
|
|
1931
1931
|
"userId": {
|
|
1932
|
-
"
|
|
1933
|
-
|
|
1932
|
+
"anyOf": [
|
|
1933
|
+
{
|
|
1934
|
+
"type": "string",
|
|
1935
|
+
"example": "TUcmRxWrjqzJS8EjkxNK"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"type": "null"
|
|
1939
|
+
}
|
|
1940
|
+
]
|
|
1934
1941
|
},
|
|
1935
1942
|
"dateAdded": {
|
|
1936
1943
|
"type": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automate.ax/integration-contracts",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.151.0",
|
|
4
4
|
"description": "Shared integration payload contracts and provider primitives for Automate.ax.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@anthropic-ai/sdk": "0.123.0",
|
|
74
|
-
"@automate.ax/codec": "0.
|
|
74
|
+
"@automate.ax/codec": "0.151.0",
|
|
75
75
|
"@cfworker/json-schema": "^4.1.1",
|
|
76
76
|
"@googleapis/calendar": "^16.0.0",
|
|
77
77
|
"@googleapis/forms": "^6.0.1",
|
|
@@ -1929,8 +1929,15 @@
|
|
|
1929
1929
|
"example": "lorem ipsum"
|
|
1930
1930
|
},
|
|
1931
1931
|
"userId": {
|
|
1932
|
-
"
|
|
1933
|
-
|
|
1932
|
+
"anyOf": [
|
|
1933
|
+
{
|
|
1934
|
+
"type": "string",
|
|
1935
|
+
"example": "TUcmRxWrjqzJS8EjkxNK"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"type": "null"
|
|
1939
|
+
}
|
|
1940
|
+
]
|
|
1934
1941
|
},
|
|
1935
1942
|
"dateAdded": {
|
|
1936
1943
|
"type": "string",
|