@arrowsphere/api-client 3.185.0-rc-bdj-1 → 3.185.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.
|
@@ -107,10 +107,10 @@ export declare type PostPartnerPayload = {
|
|
|
107
107
|
[PartnerFields.COLUMN_RECAPTCHA_TOKEN]: string;
|
|
108
108
|
};
|
|
109
109
|
export declare enum PartnerAnonymizeContactsPayloadFields {
|
|
110
|
-
|
|
110
|
+
COLUMN_CONTACTS = "contacts"
|
|
111
111
|
}
|
|
112
112
|
export declare type PartnerAnonymizeContactsPayload = {
|
|
113
|
-
[PartnerAnonymizeContactsPayloadFields.
|
|
113
|
+
[PartnerAnonymizeContactsPayloadFields.COLUMN_CONTACTS]: number[];
|
|
114
114
|
};
|
|
115
115
|
export declare class PartnerClient extends AbstractRestfulClient {
|
|
116
116
|
protected basePath: string;
|
|
@@ -66,7 +66,7 @@ var PartnerCompanyPayloadFields;
|
|
|
66
66
|
})(PartnerCompanyPayloadFields = exports.PartnerCompanyPayloadFields || (exports.PartnerCompanyPayloadFields = {}));
|
|
67
67
|
var PartnerAnonymizeContactsPayloadFields;
|
|
68
68
|
(function (PartnerAnonymizeContactsPayloadFields) {
|
|
69
|
-
PartnerAnonymizeContactsPayloadFields["
|
|
69
|
+
PartnerAnonymizeContactsPayloadFields["COLUMN_CONTACTS"] = "contacts";
|
|
70
70
|
})(PartnerAnonymizeContactsPayloadFields = exports.PartnerAnonymizeContactsPayloadFields || (exports.PartnerAnonymizeContactsPayloadFields = {}));
|
|
71
71
|
class PartnerClient extends abstractRestfulClient_1.AbstractRestfulClient {
|
|
72
72
|
constructor() {
|
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.185.0-rc-bdj-
|
|
7
|
+
"version": "3.185.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",
|