@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
- "type": "string",
1933
- "example": "TUcmRxWrjqzJS8EjkxNK"
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",
@@ -3742,7 +3742,7 @@ export declare namespace HighLevelContacts {
3742
3742
  * @example
3743
3743
  * TUcmRxWrjqzJS8EjkxNK
3744
3744
  */
3745
- userId?: string;
3745
+ userId?: string | null;
3746
3746
  /**
3747
3747
  * @example
3748
3748
  * 2021-07-08T12:02:11.285Z
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automate.ax/integration-contracts",
3
- "version": "0.150.2",
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.150.2",
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
- "type": "string",
1933
- "example": "TUcmRxWrjqzJS8EjkxNK"
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",
@@ -3843,7 +3843,7 @@ export namespace HighLevelContacts {
3843
3843
  * @example
3844
3844
  * TUcmRxWrjqzJS8EjkxNK
3845
3845
  */
3846
- userId?: string
3846
+ userId?: string | null
3847
3847
  /**
3848
3848
  * @example
3849
3849
  * 2021-07-08T12:02:11.285Z