nordlet 0.2.1 → 0.2.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.
- package/dist/Client.d.ts +3 -0
- package/dist/Client.js +28 -24
- package/dist/api/resources/account/client/Client.d.ts +155 -0
- package/dist/api/resources/account/client/Client.js +587 -0
- package/dist/api/resources/account/client/requests/PostV1AccountConsentAcceptRequest.d.ts +11 -0
- package/dist/api/resources/account/client/requests/PostV1AccountConsentAcceptRequest.js +3 -0
- package/dist/api/resources/account/client/requests/PostV1AccountDeleteRequest.d.ts +9 -0
- package/dist/api/resources/account/client/requests/PostV1AccountDeleteRequest.js +3 -0
- package/dist/api/resources/account/client/requests/PostV1AccountEmailChangeRequestRequest.d.ts +18 -0
- package/dist/api/resources/account/client/requests/PostV1AccountEmailChangeRequestRequest.js +12 -0
- package/dist/api/resources/account/client/requests/PostV1AccountExportRequest.d.ts +5 -0
- package/dist/api/resources/account/client/requests/PostV1AccountExportRequest.js +3 -0
- package/dist/api/resources/account/client/requests/PostV1AccountInvitesAcceptRequest.d.ts +2 -0
- package/dist/api/resources/account/client/requests/PostV1AccountLoginLinkRequestRequest.d.ts +2 -0
- package/dist/api/resources/account/client/requests/PostV1AccountProfileUpdateRequest.d.ts +7 -0
- package/dist/api/resources/account/client/requests/PostV1AccountProfileUpdateRequest.js +3 -0
- package/dist/api/resources/account/client/requests/PostV1AccountSessionsListRequest.d.ts +5 -0
- package/dist/api/resources/account/client/requests/PostV1AccountSessionsListRequest.js +3 -0
- package/dist/api/resources/account/client/requests/PostV1AccountSessionsRevokeOthersRequest.d.ts +5 -0
- package/dist/api/resources/account/client/requests/PostV1AccountSessionsRevokeOthersRequest.js +3 -0
- package/dist/api/resources/account/client/requests/PostV1AccountSessionsRevokeRequest.d.ts +9 -0
- package/dist/api/resources/account/client/requests/PostV1AccountSessionsRevokeRequest.js +3 -0
- package/dist/api/resources/account/client/requests/index.d.ts +8 -0
- package/dist/api/resources/account/client/requests/index.js +3 -1
- package/dist/api/resources/account/types/PostV1AccountConsentAcceptResponse.d.ts +9 -0
- package/dist/api/resources/account/types/PostV1AccountConsentAcceptResponse.js +3 -0
- package/dist/api/resources/account/types/PostV1AccountDeleteResponse.d.ts +3 -0
- package/dist/api/resources/account/types/PostV1AccountDeleteResponse.js +3 -0
- package/dist/api/resources/account/types/PostV1AccountEmailChangeRequestResponse.d.ts +3 -0
- package/dist/api/resources/account/types/PostV1AccountEmailChangeRequestResponse.js +3 -0
- package/dist/api/resources/account/types/PostV1AccountExportResponse.d.ts +77 -0
- package/dist/api/resources/account/types/PostV1AccountExportResponse.js +3 -0
- package/dist/api/resources/account/types/PostV1AccountMeResponse.d.ts +10 -0
- package/dist/api/resources/account/types/PostV1AccountProfileUpdateResponse.d.ts +5 -0
- package/dist/api/resources/account/types/PostV1AccountProfileUpdateResponse.js +3 -0
- package/dist/api/resources/account/types/PostV1AccountSessionsListResponse.d.ts +15 -0
- package/dist/api/resources/account/types/PostV1AccountSessionsListResponse.js +3 -0
- package/dist/api/resources/account/types/PostV1AccountSessionsRevokeOthersResponse.d.ts +3 -0
- package/dist/api/resources/account/types/PostV1AccountSessionsRevokeOthersResponse.js +3 -0
- package/dist/api/resources/account/types/PostV1AccountSessionsRevokeResponse.d.ts +3 -0
- package/dist/api/resources/account/types/PostV1AccountSessionsRevokeResponse.js +3 -0
- package/dist/api/resources/account/types/index.d.ts +8 -0
- package/dist/api/resources/account/types/index.js +8 -0
- package/dist/api/resources/hr/client/Client.d.ts +42 -0
- package/dist/api/resources/hr/client/Client.js +150 -0
- package/dist/api/resources/hr/client/requests/PostV1HrEmployeesAnonymizeRequest.d.ts +9 -0
- package/dist/api/resources/hr/client/requests/PostV1HrEmployeesAnonymizeRequest.js +3 -0
- package/dist/api/resources/hr/client/requests/PostV1HrEmployeesDeleteRequest.d.ts +9 -0
- package/dist/api/resources/hr/client/requests/PostV1HrEmployeesDeleteRequest.js +3 -0
- package/dist/api/resources/hr/client/requests/index.d.ts +2 -0
- package/dist/api/resources/hr/types/PostV1HrEmployeesAnonymizeResponse.d.ts +35 -0
- package/dist/api/resources/hr/types/PostV1HrEmployeesAnonymizeResponse.js +11 -0
- package/dist/api/resources/hr/types/PostV1HrEmployeesDeleteResponse.d.ts +3 -0
- package/dist/api/resources/hr/types/PostV1HrEmployeesDeleteResponse.js +3 -0
- package/dist/api/resources/hr/types/index.d.ts +2 -0
- package/dist/api/resources/hr/types/index.js +2 -0
- package/dist/api/resources/index.d.ts +3 -0
- package/dist/api/resources/index.js +4 -1
- package/dist/api/resources/migration/client/Client.d.ts +57 -0
- package/dist/api/resources/migration/client/Client.js +203 -0
- package/dist/api/resources/migration/client/index.d.ts +1 -0
- package/dist/api/resources/migration/client/index.js +17 -0
- package/dist/api/resources/migration/client/requests/PostV1MigrationBooksImportRequest.d.ts +196 -0
- package/dist/api/resources/migration/client/requests/PostV1MigrationBooksImportRequest.js +40 -0
- package/dist/api/resources/migration/client/requests/PostV1MigrationBooksValidateRequest.d.ts +196 -0
- package/dist/api/resources/migration/client/requests/PostV1MigrationBooksValidateRequest.js +40 -0
- package/dist/api/resources/migration/client/requests/index.d.ts +2 -0
- package/dist/api/resources/migration/client/requests/index.js +7 -0
- package/dist/api/resources/migration/exports.d.ts +2 -0
- package/dist/api/resources/migration/exports.js +21 -0
- package/dist/api/resources/migration/index.d.ts +2 -0
- package/dist/api/resources/migration/index.js +18 -0
- package/dist/api/resources/migration/types/PostV1MigrationBooksImportResponse.d.ts +71 -0
- package/dist/api/resources/migration/types/PostV1MigrationBooksImportResponse.js +3 -0
- package/dist/api/resources/migration/types/PostV1MigrationBooksValidateResponse.d.ts +71 -0
- package/dist/api/resources/migration/types/PostV1MigrationBooksValidateResponse.js +3 -0
- package/dist/api/resources/migration/types/index.d.ts +2 -0
- package/dist/api/resources/migration/types/index.js +18 -0
- package/dist/api/resources/partners/client/Client.d.ts +22 -0
- package/dist/api/resources/partners/client/Client.js +76 -0
- package/dist/api/resources/partners/client/requests/PostV1PartnersAnonymizeRequest.d.ts +9 -0
- package/dist/api/resources/partners/client/requests/PostV1PartnersAnonymizeRequest.js +3 -0
- package/dist/api/resources/partners/client/requests/index.d.ts +1 -0
- package/dist/api/resources/partners/types/PostV1PartnersAnonymizeResponse.d.ts +4 -0
- package/dist/api/resources/partners/types/PostV1PartnersAnonymizeResponse.js +3 -0
- package/dist/api/resources/partners/types/index.d.ts +1 -0
- package/dist/api/resources/partners/types/index.js +1 -0
- package/package.json +1 -1
package/dist/Client.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ import { FleetClient } from "./api/resources/fleet/client/Client.js";
|
|
|
15
15
|
import { HrClient } from "./api/resources/hr/client/Client.js";
|
|
16
16
|
import { InventoryClient } from "./api/resources/inventory/client/Client.js";
|
|
17
17
|
import { LedgerClient } from "./api/resources/ledger/client/Client.js";
|
|
18
|
+
import { MigrationClient } from "./api/resources/migration/client/Client.js";
|
|
18
19
|
import { PartnersClient } from "./api/resources/partners/client/Client.js";
|
|
19
20
|
import { PayrollClient } from "./api/resources/payroll/client/Client.js";
|
|
20
21
|
import { PosClient } from "./api/resources/pos/client/Client.js";
|
|
@@ -45,6 +46,7 @@ export declare class NordletApiClient {
|
|
|
45
46
|
protected _capture: CaptureClient | undefined;
|
|
46
47
|
protected _declarations: DeclarationsClient | undefined;
|
|
47
48
|
protected _ledger: LedgerClient | undefined;
|
|
49
|
+
protected _migration: MigrationClient | undefined;
|
|
48
50
|
protected _assets: AssetsClient | undefined;
|
|
49
51
|
protected _hr: HrClient | undefined;
|
|
50
52
|
protected _fleet: FleetClient | undefined;
|
|
@@ -75,6 +77,7 @@ export declare class NordletApiClient {
|
|
|
75
77
|
get capture(): CaptureClient;
|
|
76
78
|
get declarations(): DeclarationsClient;
|
|
77
79
|
get ledger(): LedgerClient;
|
|
80
|
+
get migration(): MigrationClient;
|
|
78
81
|
get assets(): AssetsClient;
|
|
79
82
|
get hr(): HrClient;
|
|
80
83
|
get fleet(): FleetClient;
|
package/dist/Client.js
CHANGED
|
@@ -52,18 +52,19 @@ const Client_js_14 = require("./api/resources/fleet/client/Client.js");
|
|
|
52
52
|
const Client_js_15 = require("./api/resources/hr/client/Client.js");
|
|
53
53
|
const Client_js_16 = require("./api/resources/inventory/client/Client.js");
|
|
54
54
|
const Client_js_17 = require("./api/resources/ledger/client/Client.js");
|
|
55
|
-
const Client_js_18 = require("./api/resources/
|
|
56
|
-
const Client_js_19 = require("./api/resources/
|
|
57
|
-
const Client_js_20 = require("./api/resources/
|
|
58
|
-
const Client_js_21 = require("./api/resources/
|
|
59
|
-
const Client_js_22 = require("./api/resources/
|
|
60
|
-
const Client_js_23 = require("./api/resources/
|
|
61
|
-
const Client_js_24 = require("./api/resources/
|
|
62
|
-
const Client_js_25 = require("./api/resources/
|
|
63
|
-
const Client_js_26 = require("./api/resources/
|
|
64
|
-
const Client_js_27 = require("./api/resources/
|
|
65
|
-
const Client_js_28 = require("./api/resources/
|
|
66
|
-
const Client_js_29 = require("./api/resources/
|
|
55
|
+
const Client_js_18 = require("./api/resources/migration/client/Client.js");
|
|
56
|
+
const Client_js_19 = require("./api/resources/partners/client/Client.js");
|
|
57
|
+
const Client_js_20 = require("./api/resources/payroll/client/Client.js");
|
|
58
|
+
const Client_js_21 = require("./api/resources/pos/client/Client.js");
|
|
59
|
+
const Client_js_22 = require("./api/resources/production/client/Client.js");
|
|
60
|
+
const Client_js_23 = require("./api/resources/projects/client/Client.js");
|
|
61
|
+
const Client_js_24 = require("./api/resources/public/client/Client.js");
|
|
62
|
+
const Client_js_25 = require("./api/resources/purchases/client/Client.js");
|
|
63
|
+
const Client_js_26 = require("./api/resources/reference/client/Client.js");
|
|
64
|
+
const Client_js_27 = require("./api/resources/reports/client/Client.js");
|
|
65
|
+
const Client_js_28 = require("./api/resources/sales/client/Client.js");
|
|
66
|
+
const Client_js_29 = require("./api/resources/transport/client/Client.js");
|
|
67
|
+
const Client_js_30 = require("./api/resources/webhooks/client/Client.js");
|
|
67
68
|
const BaseClient_js_1 = require("./BaseClient.js");
|
|
68
69
|
const core = __importStar(require("./core/index.js"));
|
|
69
70
|
class NordletApiClient {
|
|
@@ -71,19 +72,19 @@ class NordletApiClient {
|
|
|
71
72
|
this._options = (0, BaseClient_js_1.normalizeClientOptionsWithAuth)(options);
|
|
72
73
|
}
|
|
73
74
|
get reference() {
|
|
74
|
-
return (this._reference ?? (this._reference = new
|
|
75
|
+
return (this._reference ?? (this._reference = new Client_js_26.ReferenceClient(this._options)));
|
|
75
76
|
}
|
|
76
77
|
get partners() {
|
|
77
|
-
return (this._partners ?? (this._partners = new
|
|
78
|
+
return (this._partners ?? (this._partners = new Client_js_19.PartnersClient(this._options)));
|
|
78
79
|
}
|
|
79
80
|
get catalog() {
|
|
80
81
|
return (this._catalog ?? (this._catalog = new Client_js_9.CatalogClient(this._options)));
|
|
81
82
|
}
|
|
82
83
|
get sales() {
|
|
83
|
-
return (this._sales ?? (this._sales = new
|
|
84
|
+
return (this._sales ?? (this._sales = new Client_js_28.SalesClient(this._options)));
|
|
84
85
|
}
|
|
85
86
|
get purchases() {
|
|
86
|
-
return (this._purchases ?? (this._purchases = new
|
|
87
|
+
return (this._purchases ?? (this._purchases = new Client_js_25.PurchasesClient(this._options)));
|
|
87
88
|
}
|
|
88
89
|
get capture() {
|
|
89
90
|
return (this._capture ?? (this._capture = new Client_js_7.CaptureClient(this._options)));
|
|
@@ -94,6 +95,9 @@ class NordletApiClient {
|
|
|
94
95
|
get ledger() {
|
|
95
96
|
return (this._ledger ?? (this._ledger = new Client_js_17.LedgerClient(this._options)));
|
|
96
97
|
}
|
|
98
|
+
get migration() {
|
|
99
|
+
return (this._migration ?? (this._migration = new Client_js_18.MigrationClient(this._options)));
|
|
100
|
+
}
|
|
97
101
|
get assets() {
|
|
98
102
|
return (this._assets ?? (this._assets = new Client_js_3.AssetsClient(this._options)));
|
|
99
103
|
}
|
|
@@ -104,7 +108,7 @@ class NordletApiClient {
|
|
|
104
108
|
return (this._fleet ?? (this._fleet = new Client_js_14.FleetClient(this._options)));
|
|
105
109
|
}
|
|
106
110
|
get payroll() {
|
|
107
|
-
return (this._payroll ?? (this._payroll = new
|
|
111
|
+
return (this._payroll ?? (this._payroll = new Client_js_20.PayrollClient(this._options)));
|
|
108
112
|
}
|
|
109
113
|
get agreements() {
|
|
110
114
|
return (this._agreements ?? (this._agreements = new Client_js_2.AgreementsClient(this._options)));
|
|
@@ -113,7 +117,7 @@ class NordletApiClient {
|
|
|
113
117
|
return (this._inventory ?? (this._inventory = new Client_js_16.InventoryClient(this._options)));
|
|
114
118
|
}
|
|
115
119
|
get production() {
|
|
116
|
-
return (this._production ?? (this._production = new
|
|
120
|
+
return (this._production ?? (this._production = new Client_js_22.ProductionClient(this._options)));
|
|
117
121
|
}
|
|
118
122
|
get ecommerce() {
|
|
119
123
|
return (this._ecommerce ?? (this._ecommerce = new Client_js_12.EcommerceClient(this._options)));
|
|
@@ -122,19 +126,19 @@ class NordletApiClient {
|
|
|
122
126
|
return (this._cash ?? (this._cash = new Client_js_8.CashClient(this._options)));
|
|
123
127
|
}
|
|
124
128
|
get projects() {
|
|
125
|
-
return (this._projects ?? (this._projects = new
|
|
129
|
+
return (this._projects ?? (this._projects = new Client_js_23.ProjectsClient(this._options)));
|
|
126
130
|
}
|
|
127
131
|
get transport() {
|
|
128
|
-
return (this._transport ?? (this._transport = new
|
|
132
|
+
return (this._transport ?? (this._transport = new Client_js_29.TransportClient(this._options)));
|
|
129
133
|
}
|
|
130
134
|
get pos() {
|
|
131
|
-
return (this._pos ?? (this._pos = new
|
|
135
|
+
return (this._pos ?? (this._pos = new Client_js_21.PosClient(this._options)));
|
|
132
136
|
}
|
|
133
137
|
get audit() {
|
|
134
138
|
return (this._audit ?? (this._audit = new Client_js_4.AuditClient(this._options)));
|
|
135
139
|
}
|
|
136
140
|
get webhooks() {
|
|
137
|
-
return (this._webhooks ?? (this._webhooks = new
|
|
141
|
+
return (this._webhooks ?? (this._webhooks = new Client_js_30.WebhooksClient(this._options)));
|
|
138
142
|
}
|
|
139
143
|
get bank() {
|
|
140
144
|
return (this._bank ?? (this._bank = new Client_js_5.BankClient(this._options)));
|
|
@@ -143,13 +147,13 @@ class NordletApiClient {
|
|
|
143
147
|
return (this._files ?? (this._files = new Client_js_13.FilesClient(this._options)));
|
|
144
148
|
}
|
|
145
149
|
get reports() {
|
|
146
|
-
return (this._reports ?? (this._reports = new
|
|
150
|
+
return (this._reports ?? (this._reports = new Client_js_27.ReportsClient(this._options)));
|
|
147
151
|
}
|
|
148
152
|
get consolidation() {
|
|
149
153
|
return (this._consolidation ?? (this._consolidation = new Client_js_10.ConsolidationClient(this._options)));
|
|
150
154
|
}
|
|
151
155
|
get public() {
|
|
152
|
-
return (this._public ?? (this._public = new
|
|
156
|
+
return (this._public ?? (this._public = new Client_js_24.PublicClient(this._options)));
|
|
153
157
|
}
|
|
154
158
|
get billing() {
|
|
155
159
|
return (this._billing ?? (this._billing = new Client_js_6.BillingClient(this._options)));
|
|
@@ -458,4 +458,159 @@ export declare class AccountClient {
|
|
|
458
458
|
*/
|
|
459
459
|
postV1AccountApiKeysRevoke(request: NordletApi.PostV1AccountApiKeysRevokeRequest, requestOptions?: AccountClient.RequestOptions): core.HttpResponsePromise<NordletApi.PostV1AccountApiKeysRevokeResponse>;
|
|
460
460
|
private __postV1AccountApiKeysRevoke;
|
|
461
|
+
/**
|
|
462
|
+
* @param {NordletApi.PostV1AccountConsentAcceptRequest} request
|
|
463
|
+
* @param {AccountClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
464
|
+
*
|
|
465
|
+
* @throws {@link NordletApi.BadRequestError}
|
|
466
|
+
* @throws {@link NordletApi.UnauthorizedError}
|
|
467
|
+
* @throws {@link NordletApi.ForbiddenError}
|
|
468
|
+
* @throws {@link NordletApi.NotFoundError}
|
|
469
|
+
* @throws {@link NordletApi.ConflictError}
|
|
470
|
+
* @throws {@link NordletApi.UnprocessableEntityError}
|
|
471
|
+
* @throws {@link NordletApi.TooManyRequestsError}
|
|
472
|
+
* @throws {@link NordletApi.InternalServerError}
|
|
473
|
+
*
|
|
474
|
+
* @example
|
|
475
|
+
* await client.account.postV1AccountConsentAccept({
|
|
476
|
+
* acceptTerms: true,
|
|
477
|
+
* acceptDpa: true
|
|
478
|
+
* })
|
|
479
|
+
*/
|
|
480
|
+
postV1AccountConsentAccept(request: NordletApi.PostV1AccountConsentAcceptRequest, requestOptions?: AccountClient.RequestOptions): core.HttpResponsePromise<NordletApi.PostV1AccountConsentAcceptResponse>;
|
|
481
|
+
private __postV1AccountConsentAccept;
|
|
482
|
+
/**
|
|
483
|
+
* @param {NordletApi.PostV1AccountProfileUpdateRequest} request
|
|
484
|
+
* @param {AccountClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
485
|
+
*
|
|
486
|
+
* @throws {@link NordletApi.BadRequestError}
|
|
487
|
+
* @throws {@link NordletApi.UnauthorizedError}
|
|
488
|
+
* @throws {@link NordletApi.ForbiddenError}
|
|
489
|
+
* @throws {@link NordletApi.NotFoundError}
|
|
490
|
+
* @throws {@link NordletApi.ConflictError}
|
|
491
|
+
* @throws {@link NordletApi.UnprocessableEntityError}
|
|
492
|
+
* @throws {@link NordletApi.TooManyRequestsError}
|
|
493
|
+
* @throws {@link NordletApi.InternalServerError}
|
|
494
|
+
*
|
|
495
|
+
* @example
|
|
496
|
+
* await client.account.postV1AccountProfileUpdate({})
|
|
497
|
+
*/
|
|
498
|
+
postV1AccountProfileUpdate(request: NordletApi.PostV1AccountProfileUpdateRequest, requestOptions?: AccountClient.RequestOptions): core.HttpResponsePromise<NordletApi.PostV1AccountProfileUpdateResponse>;
|
|
499
|
+
private __postV1AccountProfileUpdate;
|
|
500
|
+
/**
|
|
501
|
+
* @param {NordletApi.PostV1AccountEmailChangeRequestRequest} request
|
|
502
|
+
* @param {AccountClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
503
|
+
*
|
|
504
|
+
* @throws {@link NordletApi.BadRequestError}
|
|
505
|
+
* @throws {@link NordletApi.UnauthorizedError}
|
|
506
|
+
* @throws {@link NordletApi.ForbiddenError}
|
|
507
|
+
* @throws {@link NordletApi.NotFoundError}
|
|
508
|
+
* @throws {@link NordletApi.ConflictError}
|
|
509
|
+
* @throws {@link NordletApi.UnprocessableEntityError}
|
|
510
|
+
* @throws {@link NordletApi.TooManyRequestsError}
|
|
511
|
+
* @throws {@link NordletApi.InternalServerError}
|
|
512
|
+
*
|
|
513
|
+
* @example
|
|
514
|
+
* await client.account.postV1AccountEmailChangeRequest({
|
|
515
|
+
* newEmail: "newEmail"
|
|
516
|
+
* })
|
|
517
|
+
*/
|
|
518
|
+
postV1AccountEmailChangeRequest(request: NordletApi.PostV1AccountEmailChangeRequestRequest, requestOptions?: AccountClient.RequestOptions): core.HttpResponsePromise<NordletApi.PostV1AccountEmailChangeRequestResponse>;
|
|
519
|
+
private __postV1AccountEmailChangeRequest;
|
|
520
|
+
/**
|
|
521
|
+
* @param {NordletApi.PostV1AccountSessionsListRequest} request
|
|
522
|
+
* @param {AccountClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
523
|
+
*
|
|
524
|
+
* @throws {@link NordletApi.BadRequestError}
|
|
525
|
+
* @throws {@link NordletApi.UnauthorizedError}
|
|
526
|
+
* @throws {@link NordletApi.ForbiddenError}
|
|
527
|
+
* @throws {@link NordletApi.NotFoundError}
|
|
528
|
+
* @throws {@link NordletApi.ConflictError}
|
|
529
|
+
* @throws {@link NordletApi.UnprocessableEntityError}
|
|
530
|
+
* @throws {@link NordletApi.TooManyRequestsError}
|
|
531
|
+
* @throws {@link NordletApi.InternalServerError}
|
|
532
|
+
*
|
|
533
|
+
* @example
|
|
534
|
+
* await client.account.postV1AccountSessionsList()
|
|
535
|
+
*/
|
|
536
|
+
postV1AccountSessionsList(request?: NordletApi.PostV1AccountSessionsListRequest, requestOptions?: AccountClient.RequestOptions): core.HttpResponsePromise<NordletApi.PostV1AccountSessionsListResponse>;
|
|
537
|
+
private __postV1AccountSessionsList;
|
|
538
|
+
/**
|
|
539
|
+
* @param {NordletApi.PostV1AccountSessionsRevokeRequest} request
|
|
540
|
+
* @param {AccountClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
541
|
+
*
|
|
542
|
+
* @throws {@link NordletApi.BadRequestError}
|
|
543
|
+
* @throws {@link NordletApi.UnauthorizedError}
|
|
544
|
+
* @throws {@link NordletApi.ForbiddenError}
|
|
545
|
+
* @throws {@link NordletApi.NotFoundError}
|
|
546
|
+
* @throws {@link NordletApi.ConflictError}
|
|
547
|
+
* @throws {@link NordletApi.UnprocessableEntityError}
|
|
548
|
+
* @throws {@link NordletApi.TooManyRequestsError}
|
|
549
|
+
* @throws {@link NordletApi.InternalServerError}
|
|
550
|
+
*
|
|
551
|
+
* @example
|
|
552
|
+
* await client.account.postV1AccountSessionsRevoke({
|
|
553
|
+
* id: "id"
|
|
554
|
+
* })
|
|
555
|
+
*/
|
|
556
|
+
postV1AccountSessionsRevoke(request: NordletApi.PostV1AccountSessionsRevokeRequest, requestOptions?: AccountClient.RequestOptions): core.HttpResponsePromise<NordletApi.PostV1AccountSessionsRevokeResponse>;
|
|
557
|
+
private __postV1AccountSessionsRevoke;
|
|
558
|
+
/**
|
|
559
|
+
* @param {NordletApi.PostV1AccountSessionsRevokeOthersRequest} request
|
|
560
|
+
* @param {AccountClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
561
|
+
*
|
|
562
|
+
* @throws {@link NordletApi.BadRequestError}
|
|
563
|
+
* @throws {@link NordletApi.UnauthorizedError}
|
|
564
|
+
* @throws {@link NordletApi.ForbiddenError}
|
|
565
|
+
* @throws {@link NordletApi.NotFoundError}
|
|
566
|
+
* @throws {@link NordletApi.ConflictError}
|
|
567
|
+
* @throws {@link NordletApi.UnprocessableEntityError}
|
|
568
|
+
* @throws {@link NordletApi.TooManyRequestsError}
|
|
569
|
+
* @throws {@link NordletApi.InternalServerError}
|
|
570
|
+
*
|
|
571
|
+
* @example
|
|
572
|
+
* await client.account.postV1AccountSessionsRevokeOthers()
|
|
573
|
+
*/
|
|
574
|
+
postV1AccountSessionsRevokeOthers(request?: NordletApi.PostV1AccountSessionsRevokeOthersRequest, requestOptions?: AccountClient.RequestOptions): core.HttpResponsePromise<NordletApi.PostV1AccountSessionsRevokeOthersResponse>;
|
|
575
|
+
private __postV1AccountSessionsRevokeOthers;
|
|
576
|
+
/**
|
|
577
|
+
* @param {NordletApi.PostV1AccountExportRequest} request
|
|
578
|
+
* @param {AccountClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
579
|
+
*
|
|
580
|
+
* @throws {@link NordletApi.BadRequestError}
|
|
581
|
+
* @throws {@link NordletApi.UnauthorizedError}
|
|
582
|
+
* @throws {@link NordletApi.ForbiddenError}
|
|
583
|
+
* @throws {@link NordletApi.NotFoundError}
|
|
584
|
+
* @throws {@link NordletApi.ConflictError}
|
|
585
|
+
* @throws {@link NordletApi.UnprocessableEntityError}
|
|
586
|
+
* @throws {@link NordletApi.TooManyRequestsError}
|
|
587
|
+
* @throws {@link NordletApi.InternalServerError}
|
|
588
|
+
*
|
|
589
|
+
* @example
|
|
590
|
+
* await client.account.downloadEverythingNordletStoresAboutTheSignedInUser()
|
|
591
|
+
*/
|
|
592
|
+
downloadEverythingNordletStoresAboutTheSignedInUser(request?: NordletApi.PostV1AccountExportRequest, requestOptions?: AccountClient.RequestOptions): core.HttpResponsePromise<NordletApi.PostV1AccountExportResponse>;
|
|
593
|
+
private __downloadEverythingNordletStoresAboutTheSignedInUser;
|
|
594
|
+
/**
|
|
595
|
+
* Removes the user: sessions, sign-in links, memberships and pending invitations are deleted at once; the email and name are replaced by an anonymous placeholder immediately and the remaining row is removed after 30 days. Refused while the user still owns or pays for a company that is not deleted.
|
|
596
|
+
*
|
|
597
|
+
* @param {NordletApi.PostV1AccountDeleteRequest} request
|
|
598
|
+
* @param {AccountClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
599
|
+
*
|
|
600
|
+
* @throws {@link NordletApi.BadRequestError}
|
|
601
|
+
* @throws {@link NordletApi.UnauthorizedError}
|
|
602
|
+
* @throws {@link NordletApi.ForbiddenError}
|
|
603
|
+
* @throws {@link NordletApi.NotFoundError}
|
|
604
|
+
* @throws {@link NordletApi.ConflictError}
|
|
605
|
+
* @throws {@link NordletApi.UnprocessableEntityError}
|
|
606
|
+
* @throws {@link NordletApi.TooManyRequestsError}
|
|
607
|
+
* @throws {@link NordletApi.InternalServerError}
|
|
608
|
+
*
|
|
609
|
+
* @example
|
|
610
|
+
* await client.account.deleteTheSignedInUserAccount({
|
|
611
|
+
* confirmEmail: "confirmEmail"
|
|
612
|
+
* })
|
|
613
|
+
*/
|
|
614
|
+
deleteTheSignedInUserAccount(request: NordletApi.PostV1AccountDeleteRequest, requestOptions?: AccountClient.RequestOptions): core.HttpResponsePromise<NordletApi.PostV1AccountDeleteResponse>;
|
|
615
|
+
private __deleteTheSignedInUserAccount;
|
|
461
616
|
}
|