@arrowsphere/api-client 3.184.0-rc-bdj-2 → 3.184.0-rc-bdj-3
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.
|
@@ -127,7 +127,7 @@ export declare enum UpdateOrderInputFields {
|
|
|
127
127
|
}
|
|
128
128
|
export declare type UpdateOrderInputType = {
|
|
129
129
|
[UpdateOrderInputFields.COLUMN_PO_NUMBER]: string;
|
|
130
|
-
[UpdateOrderInputFields.COLUMN_END_CUSTOMER_PO_NUMBER]
|
|
130
|
+
[UpdateOrderInputFields.COLUMN_END_CUSTOMER_PO_NUMBER]?: string;
|
|
131
131
|
};
|
|
132
132
|
export declare enum UpdateContributorOrderInputFields {
|
|
133
133
|
COLUMN_TYPE = "type",
|
|
@@ -135,7 +135,7 @@ export declare enum UpdateContributorOrderInputFields {
|
|
|
135
135
|
}
|
|
136
136
|
export declare type UpdateContributorOrderInputType = {
|
|
137
137
|
[UpdateContributorOrderInputFields.COLUMN_TYPE]: string;
|
|
138
|
-
[UpdateContributorOrderInputFields.COLUMN_CONTRIBUTOR_ID]
|
|
138
|
+
[UpdateContributorOrderInputFields.COLUMN_CONTRIBUTOR_ID]: number;
|
|
139
139
|
};
|
|
140
140
|
export declare class OrdersClient extends AbstractRestfulClient {
|
|
141
141
|
/**
|
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
|
+
"version": "3.184.0-rc-bdj-3",
|
|
8
8
|
"description": "Node.js client for ArrowSphere's public API",
|
|
9
9
|
"main": "build/index.js",
|
|
10
10
|
"types": "build/index.d.ts",
|