@arrowsphere/api-client 3.184.0-rc-bdj-7 → 3.184.0-rc-bdj-8

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.
@@ -135,7 +135,7 @@ export declare enum UpdateContributorItemOrderInputFields {
135
135
  }
136
136
  export declare type UpdateContributorItemOrderInputType = {
137
137
  [UpdateContributorItemOrderInputFields.COLUMN_TYPE]: string;
138
- [UpdateContributorItemOrderInputFields.COLUMN_STAFF_ID]: number;
138
+ [UpdateContributorItemOrderInputFields.COLUMN_STAFF_ID]: number | null;
139
139
  };
140
140
  export declare enum UpdateContributorOrderInputFields {
141
141
  COLUMN_CONTRIBUTOR = "data"
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/ArrowSphere/nodejs-api-client.git"
6
6
  },
7
- "version": "3.184.0-rc-bdj-7",
7
+ "version": "3.184.0-rc-bdj-8",
8
8
  "description": "Node.js client for ArrowSphere's public API",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",