nordlet 0.2.2 → 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.
- checksums.yaml +4 -4
- data/lib/nordlet/account/client.rb +260 -0
- data/lib/nordlet/account/types/post_v1account_consent_accept_request.rb +13 -0
- data/lib/nordlet/account/types/post_v1account_consent_accept_response.rb +23 -0
- data/lib/nordlet/account/types/post_v1account_delete_request.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_delete_response.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_email_change_request_request.rb +13 -0
- data/lib/nordlet/account/types/post_v1account_email_change_request_request_locale.rb +15 -0
- data/lib/nordlet/account/types/post_v1account_email_change_request_response.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_export_request.rb +9 -0
- data/lib/nordlet/account/types/post_v1account_export_response.rb +25 -0
- data/lib/nordlet/account/types/post_v1account_export_response_audit_entries_item.rb +21 -0
- data/lib/nordlet/account/types/post_v1account_export_response_billing.rb +19 -0
- data/lib/nordlet/account/types/post_v1account_export_response_consent.rb +23 -0
- data/lib/nordlet/account/types/post_v1account_export_response_credit_transactions_item.rb +21 -0
- data/lib/nordlet/account/types/post_v1account_export_response_memberships_item.rb +17 -0
- data/lib/nordlet/account/types/post_v1account_export_response_sessions_item.rb +19 -0
- data/lib/nordlet/account/types/post_v1account_export_response_user.rb +21 -0
- data/lib/nordlet/account/types/post_v1account_invites_accept_request.rb +4 -0
- data/lib/nordlet/account/types/post_v1account_login_link_request_request.rb +4 -0
- data/lib/nordlet/account/types/post_v1account_me_response.rb +2 -0
- data/lib/nordlet/account/types/post_v1account_me_response_consent.rb +23 -0
- data/lib/nordlet/account/types/post_v1account_profile_update_request.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_profile_update_response.rb +15 -0
- data/lib/nordlet/account/types/post_v1account_sessions_list_request.rb +9 -0
- data/lib/nordlet/account/types/post_v1account_sessions_list_response.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_sessions_list_response_rows_item.rb +19 -0
- data/lib/nordlet/account/types/post_v1account_sessions_revoke_others_request.rb +9 -0
- data/lib/nordlet/account/types/post_v1account_sessions_revoke_others_response.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_sessions_revoke_request.rb +11 -0
- data/lib/nordlet/account/types/post_v1account_sessions_revoke_response.rb +11 -0
- data/lib/nordlet/hr/client.rb +68 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_anonymize_request.rb +11 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_anonymize_response.rb +49 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_anonymize_response_address.rb +17 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_anonymize_response_status.rb +14 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_delete_request.rb +11 -0
- data/lib/nordlet/hr/types/post_v1hr_employees_delete_response.rb +11 -0
- data/lib/nordlet/partners/client.rb +36 -0
- data/lib/nordlet/partners/types/post_v1partners_anonymize_request.rb +11 -0
- data/lib/nordlet/partners/types/post_v1partners_anonymize_response.rb +13 -0
- data/lib/nordlet/version.rb +1 -1
- data/lib/nordlet.rb +34 -0
- data/reference.md +597 -0
- metadata +35 -1
data/reference.md
CHANGED
|
@@ -3320,6 +3320,68 @@ client.partners.post_v1partners_delete(id: "id")
|
|
|
3320
3320
|
</dl>
|
|
3321
3321
|
|
|
3322
3322
|
|
|
3323
|
+
</dd>
|
|
3324
|
+
</dl>
|
|
3325
|
+
</details>
|
|
3326
|
+
|
|
3327
|
+
<details><summary><code>client.partners.<a href="/lib/nordlet/partners/client.rb">blank_a_partners_personal_data_and_hide_the_record</a>(request) -> Nordlet::Partners::Types::PostV1PartnersAnonymizeResponse</code></summary>
|
|
3328
|
+
<dl>
|
|
3329
|
+
<dd>
|
|
3330
|
+
|
|
3331
|
+
#### 📝 Description
|
|
3332
|
+
|
|
3333
|
+
<dl>
|
|
3334
|
+
<dd>
|
|
3335
|
+
|
|
3336
|
+
<dl>
|
|
3337
|
+
<dd>
|
|
3338
|
+
|
|
3339
|
+
Removes birth date, self-employment certificate number, email, phone, address, notes, contacts, addresses and bank accounts, then hides the partner. The name, code and VAT number stay because issued invoices must keep identifying the counterparty for the statutory retention period.
|
|
3340
|
+
</dd>
|
|
3341
|
+
</dl>
|
|
3342
|
+
</dd>
|
|
3343
|
+
</dl>
|
|
3344
|
+
|
|
3345
|
+
#### 🔌 Usage
|
|
3346
|
+
|
|
3347
|
+
<dl>
|
|
3348
|
+
<dd>
|
|
3349
|
+
|
|
3350
|
+
<dl>
|
|
3351
|
+
<dd>
|
|
3352
|
+
|
|
3353
|
+
```ruby
|
|
3354
|
+
client.partners.blank_a_partners_personal_data_and_hide_the_record(id: "id")
|
|
3355
|
+
```
|
|
3356
|
+
</dd>
|
|
3357
|
+
</dl>
|
|
3358
|
+
</dd>
|
|
3359
|
+
</dl>
|
|
3360
|
+
|
|
3361
|
+
#### ⚙️ Parameters
|
|
3362
|
+
|
|
3363
|
+
<dl>
|
|
3364
|
+
<dd>
|
|
3365
|
+
|
|
3366
|
+
<dl>
|
|
3367
|
+
<dd>
|
|
3368
|
+
|
|
3369
|
+
**id:** `String`
|
|
3370
|
+
|
|
3371
|
+
</dd>
|
|
3372
|
+
</dl>
|
|
3373
|
+
|
|
3374
|
+
<dl>
|
|
3375
|
+
<dd>
|
|
3376
|
+
|
|
3377
|
+
**request_options:** `Nordlet::Partners::RequestOptions`
|
|
3378
|
+
|
|
3379
|
+
</dd>
|
|
3380
|
+
</dl>
|
|
3381
|
+
</dd>
|
|
3382
|
+
</dl>
|
|
3383
|
+
|
|
3384
|
+
|
|
3323
3385
|
</dd>
|
|
3324
3386
|
</dl>
|
|
3325
3387
|
</details>
|
|
@@ -14073,6 +14135,116 @@ client.hr.post_v1hr_employees_list
|
|
|
14073
14135
|
</dl>
|
|
14074
14136
|
|
|
14075
14137
|
|
|
14138
|
+
</dd>
|
|
14139
|
+
</dl>
|
|
14140
|
+
</details>
|
|
14141
|
+
|
|
14142
|
+
<details><summary><code>client.hr.<a href="/lib/nordlet/hr/client.rb">post_v1hr_employees_delete</a>(request) -> Nordlet::Hr::Types::PostV1HrEmployeesDeleteResponse</code></summary>
|
|
14143
|
+
<dl>
|
|
14144
|
+
<dd>
|
|
14145
|
+
|
|
14146
|
+
#### 🔌 Usage
|
|
14147
|
+
|
|
14148
|
+
<dl>
|
|
14149
|
+
<dd>
|
|
14150
|
+
|
|
14151
|
+
<dl>
|
|
14152
|
+
<dd>
|
|
14153
|
+
|
|
14154
|
+
```ruby
|
|
14155
|
+
client.hr.post_v1hr_employees_delete(id: "id")
|
|
14156
|
+
```
|
|
14157
|
+
</dd>
|
|
14158
|
+
</dl>
|
|
14159
|
+
</dd>
|
|
14160
|
+
</dl>
|
|
14161
|
+
|
|
14162
|
+
#### ⚙️ Parameters
|
|
14163
|
+
|
|
14164
|
+
<dl>
|
|
14165
|
+
<dd>
|
|
14166
|
+
|
|
14167
|
+
<dl>
|
|
14168
|
+
<dd>
|
|
14169
|
+
|
|
14170
|
+
**id:** `String`
|
|
14171
|
+
|
|
14172
|
+
</dd>
|
|
14173
|
+
</dl>
|
|
14174
|
+
|
|
14175
|
+
<dl>
|
|
14176
|
+
<dd>
|
|
14177
|
+
|
|
14178
|
+
**request_options:** `Nordlet::Hr::RequestOptions`
|
|
14179
|
+
|
|
14180
|
+
</dd>
|
|
14181
|
+
</dl>
|
|
14182
|
+
</dd>
|
|
14183
|
+
</dl>
|
|
14184
|
+
|
|
14185
|
+
|
|
14186
|
+
</dd>
|
|
14187
|
+
</dl>
|
|
14188
|
+
</details>
|
|
14189
|
+
|
|
14190
|
+
<details><summary><code>client.hr.<a href="/lib/nordlet/hr/client.rb">blank_an_employees_personal_data_and_hide_the_record</a>(request) -> Nordlet::Hr::Types::PostV1HrEmployeesAnonymizeResponse</code></summary>
|
|
14191
|
+
<dl>
|
|
14192
|
+
<dd>
|
|
14193
|
+
|
|
14194
|
+
#### 📝 Description
|
|
14195
|
+
|
|
14196
|
+
<dl>
|
|
14197
|
+
<dd>
|
|
14198
|
+
|
|
14199
|
+
<dl>
|
|
14200
|
+
<dd>
|
|
14201
|
+
|
|
14202
|
+
Replaces the name with a placeholder and removes personal code, birth date, contact details, address, bank account, social-insurance number, notes and sick-leave reasons. Payroll and contract rows stay linked to the record for the statutory retention period.
|
|
14203
|
+
</dd>
|
|
14204
|
+
</dl>
|
|
14205
|
+
</dd>
|
|
14206
|
+
</dl>
|
|
14207
|
+
|
|
14208
|
+
#### 🔌 Usage
|
|
14209
|
+
|
|
14210
|
+
<dl>
|
|
14211
|
+
<dd>
|
|
14212
|
+
|
|
14213
|
+
<dl>
|
|
14214
|
+
<dd>
|
|
14215
|
+
|
|
14216
|
+
```ruby
|
|
14217
|
+
client.hr.blank_an_employees_personal_data_and_hide_the_record(id: "id")
|
|
14218
|
+
```
|
|
14219
|
+
</dd>
|
|
14220
|
+
</dl>
|
|
14221
|
+
</dd>
|
|
14222
|
+
</dl>
|
|
14223
|
+
|
|
14224
|
+
#### ⚙️ Parameters
|
|
14225
|
+
|
|
14226
|
+
<dl>
|
|
14227
|
+
<dd>
|
|
14228
|
+
|
|
14229
|
+
<dl>
|
|
14230
|
+
<dd>
|
|
14231
|
+
|
|
14232
|
+
**id:** `String`
|
|
14233
|
+
|
|
14234
|
+
</dd>
|
|
14235
|
+
</dl>
|
|
14236
|
+
|
|
14237
|
+
<dl>
|
|
14238
|
+
<dd>
|
|
14239
|
+
|
|
14240
|
+
**request_options:** `Nordlet::Hr::RequestOptions`
|
|
14241
|
+
|
|
14242
|
+
</dd>
|
|
14243
|
+
</dl>
|
|
14244
|
+
</dd>
|
|
14245
|
+
</dl>
|
|
14246
|
+
|
|
14247
|
+
|
|
14076
14248
|
</dd>
|
|
14077
14249
|
</dl>
|
|
14078
14250
|
</details>
|
|
@@ -28890,6 +29062,22 @@ client.account.post_v1account_login_link_request(email: "email")
|
|
|
28890
29062
|
<dl>
|
|
28891
29063
|
<dd>
|
|
28892
29064
|
|
|
29065
|
+
**accept_terms:** `Internal::Types::Boolean`
|
|
29066
|
+
|
|
29067
|
+
</dd>
|
|
29068
|
+
</dl>
|
|
29069
|
+
|
|
29070
|
+
<dl>
|
|
29071
|
+
<dd>
|
|
29072
|
+
|
|
29073
|
+
**accept_dpa:** `Internal::Types::Boolean`
|
|
29074
|
+
|
|
29075
|
+
</dd>
|
|
29076
|
+
</dl>
|
|
29077
|
+
|
|
29078
|
+
<dl>
|
|
29079
|
+
<dd>
|
|
29080
|
+
|
|
28893
29081
|
**request_options:** `Nordlet::Account::RequestOptions`
|
|
28894
29082
|
|
|
28895
29083
|
</dd>
|
|
@@ -29432,6 +29620,22 @@ client.account.post_v1account_invites_accept(token: "token")
|
|
|
29432
29620
|
<dl>
|
|
29433
29621
|
<dd>
|
|
29434
29622
|
|
|
29623
|
+
**accept_terms:** `Internal::Types::Boolean`
|
|
29624
|
+
|
|
29625
|
+
</dd>
|
|
29626
|
+
</dl>
|
|
29627
|
+
|
|
29628
|
+
<dl>
|
|
29629
|
+
<dd>
|
|
29630
|
+
|
|
29631
|
+
**accept_dpa:** `Internal::Types::Boolean`
|
|
29632
|
+
|
|
29633
|
+
</dd>
|
|
29634
|
+
</dl>
|
|
29635
|
+
|
|
29636
|
+
<dl>
|
|
29637
|
+
<dd>
|
|
29638
|
+
|
|
29435
29639
|
**request_options:** `Nordlet::Account::RequestOptions`
|
|
29436
29640
|
|
|
29437
29641
|
</dd>
|
|
@@ -30180,3 +30384,396 @@ client.account.post_v1account_api_keys_revoke(id: "id")
|
|
|
30180
30384
|
</dl>
|
|
30181
30385
|
</details>
|
|
30182
30386
|
|
|
30387
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_consent_accept</a>(request) -> Nordlet::Account::Types::PostV1AccountConsentAcceptResponse</code></summary>
|
|
30388
|
+
<dl>
|
|
30389
|
+
<dd>
|
|
30390
|
+
|
|
30391
|
+
#### 🔌 Usage
|
|
30392
|
+
|
|
30393
|
+
<dl>
|
|
30394
|
+
<dd>
|
|
30395
|
+
|
|
30396
|
+
<dl>
|
|
30397
|
+
<dd>
|
|
30398
|
+
|
|
30399
|
+
```ruby
|
|
30400
|
+
client.account.post_v1account_consent_accept(
|
|
30401
|
+
accept_terms: true,
|
|
30402
|
+
accept_dpa: true
|
|
30403
|
+
)
|
|
30404
|
+
```
|
|
30405
|
+
</dd>
|
|
30406
|
+
</dl>
|
|
30407
|
+
</dd>
|
|
30408
|
+
</dl>
|
|
30409
|
+
|
|
30410
|
+
#### ⚙️ Parameters
|
|
30411
|
+
|
|
30412
|
+
<dl>
|
|
30413
|
+
<dd>
|
|
30414
|
+
|
|
30415
|
+
<dl>
|
|
30416
|
+
<dd>
|
|
30417
|
+
|
|
30418
|
+
**accept_terms:** `Internal::Types::Boolean`
|
|
30419
|
+
|
|
30420
|
+
</dd>
|
|
30421
|
+
</dl>
|
|
30422
|
+
|
|
30423
|
+
<dl>
|
|
30424
|
+
<dd>
|
|
30425
|
+
|
|
30426
|
+
**accept_dpa:** `Internal::Types::Boolean`
|
|
30427
|
+
|
|
30428
|
+
</dd>
|
|
30429
|
+
</dl>
|
|
30430
|
+
|
|
30431
|
+
<dl>
|
|
30432
|
+
<dd>
|
|
30433
|
+
|
|
30434
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
30435
|
+
|
|
30436
|
+
</dd>
|
|
30437
|
+
</dl>
|
|
30438
|
+
</dd>
|
|
30439
|
+
</dl>
|
|
30440
|
+
|
|
30441
|
+
|
|
30442
|
+
</dd>
|
|
30443
|
+
</dl>
|
|
30444
|
+
</details>
|
|
30445
|
+
|
|
30446
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_profile_update</a>(request) -> Nordlet::Account::Types::PostV1AccountProfileUpdateResponse</code></summary>
|
|
30447
|
+
<dl>
|
|
30448
|
+
<dd>
|
|
30449
|
+
|
|
30450
|
+
#### 🔌 Usage
|
|
30451
|
+
|
|
30452
|
+
<dl>
|
|
30453
|
+
<dd>
|
|
30454
|
+
|
|
30455
|
+
<dl>
|
|
30456
|
+
<dd>
|
|
30457
|
+
|
|
30458
|
+
```ruby
|
|
30459
|
+
client.account.post_v1account_profile_update
|
|
30460
|
+
```
|
|
30461
|
+
</dd>
|
|
30462
|
+
</dl>
|
|
30463
|
+
</dd>
|
|
30464
|
+
</dl>
|
|
30465
|
+
|
|
30466
|
+
#### ⚙️ Parameters
|
|
30467
|
+
|
|
30468
|
+
<dl>
|
|
30469
|
+
<dd>
|
|
30470
|
+
|
|
30471
|
+
<dl>
|
|
30472
|
+
<dd>
|
|
30473
|
+
|
|
30474
|
+
**name:** `String`
|
|
30475
|
+
|
|
30476
|
+
</dd>
|
|
30477
|
+
</dl>
|
|
30478
|
+
|
|
30479
|
+
<dl>
|
|
30480
|
+
<dd>
|
|
30481
|
+
|
|
30482
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
30483
|
+
|
|
30484
|
+
</dd>
|
|
30485
|
+
</dl>
|
|
30486
|
+
</dd>
|
|
30487
|
+
</dl>
|
|
30488
|
+
|
|
30489
|
+
|
|
30490
|
+
</dd>
|
|
30491
|
+
</dl>
|
|
30492
|
+
</details>
|
|
30493
|
+
|
|
30494
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_email_change_request</a>(request) -> Nordlet::Account::Types::PostV1AccountEmailChangeRequestResponse</code></summary>
|
|
30495
|
+
<dl>
|
|
30496
|
+
<dd>
|
|
30497
|
+
|
|
30498
|
+
#### 🔌 Usage
|
|
30499
|
+
|
|
30500
|
+
<dl>
|
|
30501
|
+
<dd>
|
|
30502
|
+
|
|
30503
|
+
<dl>
|
|
30504
|
+
<dd>
|
|
30505
|
+
|
|
30506
|
+
```ruby
|
|
30507
|
+
client.account.post_v1account_email_change_request(new_email: "newEmail")
|
|
30508
|
+
```
|
|
30509
|
+
</dd>
|
|
30510
|
+
</dl>
|
|
30511
|
+
</dd>
|
|
30512
|
+
</dl>
|
|
30513
|
+
|
|
30514
|
+
#### ⚙️ Parameters
|
|
30515
|
+
|
|
30516
|
+
<dl>
|
|
30517
|
+
<dd>
|
|
30518
|
+
|
|
30519
|
+
<dl>
|
|
30520
|
+
<dd>
|
|
30521
|
+
|
|
30522
|
+
**new_email:** `String`
|
|
30523
|
+
|
|
30524
|
+
</dd>
|
|
30525
|
+
</dl>
|
|
30526
|
+
|
|
30527
|
+
<dl>
|
|
30528
|
+
<dd>
|
|
30529
|
+
|
|
30530
|
+
**locale:** `Nordlet::Account::Types::PostV1AccountEmailChangeRequestRequestLocale`
|
|
30531
|
+
|
|
30532
|
+
</dd>
|
|
30533
|
+
</dl>
|
|
30534
|
+
|
|
30535
|
+
<dl>
|
|
30536
|
+
<dd>
|
|
30537
|
+
|
|
30538
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
30539
|
+
|
|
30540
|
+
</dd>
|
|
30541
|
+
</dl>
|
|
30542
|
+
</dd>
|
|
30543
|
+
</dl>
|
|
30544
|
+
|
|
30545
|
+
|
|
30546
|
+
</dd>
|
|
30547
|
+
</dl>
|
|
30548
|
+
</details>
|
|
30549
|
+
|
|
30550
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_sessions_list</a>(request) -> Nordlet::Account::Types::PostV1AccountSessionsListResponse</code></summary>
|
|
30551
|
+
<dl>
|
|
30552
|
+
<dd>
|
|
30553
|
+
|
|
30554
|
+
#### 🔌 Usage
|
|
30555
|
+
|
|
30556
|
+
<dl>
|
|
30557
|
+
<dd>
|
|
30558
|
+
|
|
30559
|
+
<dl>
|
|
30560
|
+
<dd>
|
|
30561
|
+
|
|
30562
|
+
```ruby
|
|
30563
|
+
client.account.post_v1account_sessions_list
|
|
30564
|
+
```
|
|
30565
|
+
</dd>
|
|
30566
|
+
</dl>
|
|
30567
|
+
</dd>
|
|
30568
|
+
</dl>
|
|
30569
|
+
|
|
30570
|
+
#### ⚙️ Parameters
|
|
30571
|
+
|
|
30572
|
+
<dl>
|
|
30573
|
+
<dd>
|
|
30574
|
+
|
|
30575
|
+
<dl>
|
|
30576
|
+
<dd>
|
|
30577
|
+
|
|
30578
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
30579
|
+
|
|
30580
|
+
</dd>
|
|
30581
|
+
</dl>
|
|
30582
|
+
</dd>
|
|
30583
|
+
</dl>
|
|
30584
|
+
|
|
30585
|
+
|
|
30586
|
+
</dd>
|
|
30587
|
+
</dl>
|
|
30588
|
+
</details>
|
|
30589
|
+
|
|
30590
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_sessions_revoke</a>(request) -> Nordlet::Account::Types::PostV1AccountSessionsRevokeResponse</code></summary>
|
|
30591
|
+
<dl>
|
|
30592
|
+
<dd>
|
|
30593
|
+
|
|
30594
|
+
#### 🔌 Usage
|
|
30595
|
+
|
|
30596
|
+
<dl>
|
|
30597
|
+
<dd>
|
|
30598
|
+
|
|
30599
|
+
<dl>
|
|
30600
|
+
<dd>
|
|
30601
|
+
|
|
30602
|
+
```ruby
|
|
30603
|
+
client.account.post_v1account_sessions_revoke(id: "id")
|
|
30604
|
+
```
|
|
30605
|
+
</dd>
|
|
30606
|
+
</dl>
|
|
30607
|
+
</dd>
|
|
30608
|
+
</dl>
|
|
30609
|
+
|
|
30610
|
+
#### ⚙️ Parameters
|
|
30611
|
+
|
|
30612
|
+
<dl>
|
|
30613
|
+
<dd>
|
|
30614
|
+
|
|
30615
|
+
<dl>
|
|
30616
|
+
<dd>
|
|
30617
|
+
|
|
30618
|
+
**id:** `String`
|
|
30619
|
+
|
|
30620
|
+
</dd>
|
|
30621
|
+
</dl>
|
|
30622
|
+
|
|
30623
|
+
<dl>
|
|
30624
|
+
<dd>
|
|
30625
|
+
|
|
30626
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
30627
|
+
|
|
30628
|
+
</dd>
|
|
30629
|
+
</dl>
|
|
30630
|
+
</dd>
|
|
30631
|
+
</dl>
|
|
30632
|
+
|
|
30633
|
+
|
|
30634
|
+
</dd>
|
|
30635
|
+
</dl>
|
|
30636
|
+
</details>
|
|
30637
|
+
|
|
30638
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">post_v1account_sessions_revoke_others</a>(request) -> Nordlet::Account::Types::PostV1AccountSessionsRevokeOthersResponse</code></summary>
|
|
30639
|
+
<dl>
|
|
30640
|
+
<dd>
|
|
30641
|
+
|
|
30642
|
+
#### 🔌 Usage
|
|
30643
|
+
|
|
30644
|
+
<dl>
|
|
30645
|
+
<dd>
|
|
30646
|
+
|
|
30647
|
+
<dl>
|
|
30648
|
+
<dd>
|
|
30649
|
+
|
|
30650
|
+
```ruby
|
|
30651
|
+
client.account.post_v1account_sessions_revoke_others
|
|
30652
|
+
```
|
|
30653
|
+
</dd>
|
|
30654
|
+
</dl>
|
|
30655
|
+
</dd>
|
|
30656
|
+
</dl>
|
|
30657
|
+
|
|
30658
|
+
#### ⚙️ Parameters
|
|
30659
|
+
|
|
30660
|
+
<dl>
|
|
30661
|
+
<dd>
|
|
30662
|
+
|
|
30663
|
+
<dl>
|
|
30664
|
+
<dd>
|
|
30665
|
+
|
|
30666
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
30667
|
+
|
|
30668
|
+
</dd>
|
|
30669
|
+
</dl>
|
|
30670
|
+
</dd>
|
|
30671
|
+
</dl>
|
|
30672
|
+
|
|
30673
|
+
|
|
30674
|
+
</dd>
|
|
30675
|
+
</dl>
|
|
30676
|
+
</details>
|
|
30677
|
+
|
|
30678
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">download_everything_nordlet_stores_about_the_signed_in_user</a>(request) -> Nordlet::Account::Types::PostV1AccountExportResponse</code></summary>
|
|
30679
|
+
<dl>
|
|
30680
|
+
<dd>
|
|
30681
|
+
|
|
30682
|
+
#### 🔌 Usage
|
|
30683
|
+
|
|
30684
|
+
<dl>
|
|
30685
|
+
<dd>
|
|
30686
|
+
|
|
30687
|
+
<dl>
|
|
30688
|
+
<dd>
|
|
30689
|
+
|
|
30690
|
+
```ruby
|
|
30691
|
+
client.account.download_everything_nordlet_stores_about_the_signed_in_user
|
|
30692
|
+
```
|
|
30693
|
+
</dd>
|
|
30694
|
+
</dl>
|
|
30695
|
+
</dd>
|
|
30696
|
+
</dl>
|
|
30697
|
+
|
|
30698
|
+
#### ⚙️ Parameters
|
|
30699
|
+
|
|
30700
|
+
<dl>
|
|
30701
|
+
<dd>
|
|
30702
|
+
|
|
30703
|
+
<dl>
|
|
30704
|
+
<dd>
|
|
30705
|
+
|
|
30706
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
30707
|
+
|
|
30708
|
+
</dd>
|
|
30709
|
+
</dl>
|
|
30710
|
+
</dd>
|
|
30711
|
+
</dl>
|
|
30712
|
+
|
|
30713
|
+
|
|
30714
|
+
</dd>
|
|
30715
|
+
</dl>
|
|
30716
|
+
</details>
|
|
30717
|
+
|
|
30718
|
+
<details><summary><code>client.account.<a href="/lib/nordlet/account/client.rb">delete_the_signed_in_user_account</a>(request) -> Nordlet::Account::Types::PostV1AccountDeleteResponse</code></summary>
|
|
30719
|
+
<dl>
|
|
30720
|
+
<dd>
|
|
30721
|
+
|
|
30722
|
+
#### 📝 Description
|
|
30723
|
+
|
|
30724
|
+
<dl>
|
|
30725
|
+
<dd>
|
|
30726
|
+
|
|
30727
|
+
<dl>
|
|
30728
|
+
<dd>
|
|
30729
|
+
|
|
30730
|
+
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.
|
|
30731
|
+
</dd>
|
|
30732
|
+
</dl>
|
|
30733
|
+
</dd>
|
|
30734
|
+
</dl>
|
|
30735
|
+
|
|
30736
|
+
#### 🔌 Usage
|
|
30737
|
+
|
|
30738
|
+
<dl>
|
|
30739
|
+
<dd>
|
|
30740
|
+
|
|
30741
|
+
<dl>
|
|
30742
|
+
<dd>
|
|
30743
|
+
|
|
30744
|
+
```ruby
|
|
30745
|
+
client.account.delete_the_signed_in_user_account(confirm_email: "confirmEmail")
|
|
30746
|
+
```
|
|
30747
|
+
</dd>
|
|
30748
|
+
</dl>
|
|
30749
|
+
</dd>
|
|
30750
|
+
</dl>
|
|
30751
|
+
|
|
30752
|
+
#### ⚙️ Parameters
|
|
30753
|
+
|
|
30754
|
+
<dl>
|
|
30755
|
+
<dd>
|
|
30756
|
+
|
|
30757
|
+
<dl>
|
|
30758
|
+
<dd>
|
|
30759
|
+
|
|
30760
|
+
**confirm_email:** `String`
|
|
30761
|
+
|
|
30762
|
+
</dd>
|
|
30763
|
+
</dl>
|
|
30764
|
+
|
|
30765
|
+
<dl>
|
|
30766
|
+
<dd>
|
|
30767
|
+
|
|
30768
|
+
**request_options:** `Nordlet::Account::RequestOptions`
|
|
30769
|
+
|
|
30770
|
+
</dd>
|
|
30771
|
+
</dl>
|
|
30772
|
+
</dd>
|
|
30773
|
+
</dl>
|
|
30774
|
+
|
|
30775
|
+
|
|
30776
|
+
</dd>
|
|
30777
|
+
</dl>
|
|
30778
|
+
</details>
|
|
30779
|
+
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nordlet
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nordlet
|
|
@@ -49,6 +49,22 @@ files:
|
|
|
49
49
|
- lib/nordlet/account/types/post_v1account_companies_update_response.rb
|
|
50
50
|
- lib/nordlet/account/types/post_v1account_companies_update_response_address.rb
|
|
51
51
|
- lib/nordlet/account/types/post_v1account_companies_update_response_status.rb
|
|
52
|
+
- lib/nordlet/account/types/post_v1account_consent_accept_request.rb
|
|
53
|
+
- lib/nordlet/account/types/post_v1account_consent_accept_response.rb
|
|
54
|
+
- lib/nordlet/account/types/post_v1account_delete_request.rb
|
|
55
|
+
- lib/nordlet/account/types/post_v1account_delete_response.rb
|
|
56
|
+
- lib/nordlet/account/types/post_v1account_email_change_request_request.rb
|
|
57
|
+
- lib/nordlet/account/types/post_v1account_email_change_request_request_locale.rb
|
|
58
|
+
- lib/nordlet/account/types/post_v1account_email_change_request_response.rb
|
|
59
|
+
- lib/nordlet/account/types/post_v1account_export_request.rb
|
|
60
|
+
- lib/nordlet/account/types/post_v1account_export_response.rb
|
|
61
|
+
- lib/nordlet/account/types/post_v1account_export_response_audit_entries_item.rb
|
|
62
|
+
- lib/nordlet/account/types/post_v1account_export_response_billing.rb
|
|
63
|
+
- lib/nordlet/account/types/post_v1account_export_response_consent.rb
|
|
64
|
+
- lib/nordlet/account/types/post_v1account_export_response_credit_transactions_item.rb
|
|
65
|
+
- lib/nordlet/account/types/post_v1account_export_response_memberships_item.rb
|
|
66
|
+
- lib/nordlet/account/types/post_v1account_export_response_sessions_item.rb
|
|
67
|
+
- lib/nordlet/account/types/post_v1account_export_response_user.rb
|
|
52
68
|
- lib/nordlet/account/types/post_v1account_invites_accept_request.rb
|
|
53
69
|
- lib/nordlet/account/types/post_v1account_invites_accept_request_locale.rb
|
|
54
70
|
- lib/nordlet/account/types/post_v1account_invites_accept_response.rb
|
|
@@ -82,6 +98,7 @@ files:
|
|
|
82
98
|
- lib/nordlet/account/types/post_v1account_me_response_billing_status.rb
|
|
83
99
|
- lib/nordlet/account/types/post_v1account_me_response_companies_item.rb
|
|
84
100
|
- lib/nordlet/account/types/post_v1account_me_response_companies_item_status.rb
|
|
101
|
+
- lib/nordlet/account/types/post_v1account_me_response_consent.rb
|
|
85
102
|
- lib/nordlet/account/types/post_v1account_me_response_user.rb
|
|
86
103
|
- lib/nordlet/account/types/post_v1account_members_list_request.rb
|
|
87
104
|
- lib/nordlet/account/types/post_v1account_members_list_response.rb
|
|
@@ -91,6 +108,15 @@ files:
|
|
|
91
108
|
- lib/nordlet/account/types/post_v1account_members_set_role_request.rb
|
|
92
109
|
- lib/nordlet/account/types/post_v1account_members_set_role_request_role.rb
|
|
93
110
|
- lib/nordlet/account/types/post_v1account_members_set_role_response.rb
|
|
111
|
+
- lib/nordlet/account/types/post_v1account_profile_update_request.rb
|
|
112
|
+
- lib/nordlet/account/types/post_v1account_profile_update_response.rb
|
|
113
|
+
- lib/nordlet/account/types/post_v1account_sessions_list_request.rb
|
|
114
|
+
- lib/nordlet/account/types/post_v1account_sessions_list_response.rb
|
|
115
|
+
- lib/nordlet/account/types/post_v1account_sessions_list_response_rows_item.rb
|
|
116
|
+
- lib/nordlet/account/types/post_v1account_sessions_revoke_others_request.rb
|
|
117
|
+
- lib/nordlet/account/types/post_v1account_sessions_revoke_others_response.rb
|
|
118
|
+
- lib/nordlet/account/types/post_v1account_sessions_revoke_request.rb
|
|
119
|
+
- lib/nordlet/account/types/post_v1account_sessions_revoke_response.rb
|
|
94
120
|
- lib/nordlet/agreements/client.rb
|
|
95
121
|
- lib/nordlet/agreements/types/post_v1agreements_agreements_billing_run_request.rb
|
|
96
122
|
- lib/nordlet/agreements/types/post_v1agreements_agreements_billing_run_response.rb
|
|
@@ -852,6 +878,10 @@ files:
|
|
|
852
878
|
- lib/nordlet/hr/types/post_v1hr_contracts_list_response_rows_item_salary_type.rb
|
|
853
879
|
- lib/nordlet/hr/types/post_v1hr_contracts_list_response_rows_item_status.rb
|
|
854
880
|
- lib/nordlet/hr/types/post_v1hr_contracts_list_response_rows_item_type.rb
|
|
881
|
+
- lib/nordlet/hr/types/post_v1hr_employees_anonymize_request.rb
|
|
882
|
+
- lib/nordlet/hr/types/post_v1hr_employees_anonymize_response.rb
|
|
883
|
+
- lib/nordlet/hr/types/post_v1hr_employees_anonymize_response_address.rb
|
|
884
|
+
- lib/nordlet/hr/types/post_v1hr_employees_anonymize_response_status.rb
|
|
855
885
|
- lib/nordlet/hr/types/post_v1hr_employees_attachments_list_request.rb
|
|
856
886
|
- lib/nordlet/hr/types/post_v1hr_employees_attachments_list_response.rb
|
|
857
887
|
- lib/nordlet/hr/types/post_v1hr_employees_attachments_list_response_rows_item.rb
|
|
@@ -860,6 +890,8 @@ files:
|
|
|
860
890
|
- lib/nordlet/hr/types/post_v1hr_employees_create_response.rb
|
|
861
891
|
- lib/nordlet/hr/types/post_v1hr_employees_create_response_address.rb
|
|
862
892
|
- lib/nordlet/hr/types/post_v1hr_employees_create_response_status.rb
|
|
893
|
+
- lib/nordlet/hr/types/post_v1hr_employees_delete_request.rb
|
|
894
|
+
- lib/nordlet/hr/types/post_v1hr_employees_delete_response.rb
|
|
863
895
|
- lib/nordlet/hr/types/post_v1hr_employees_get_request.rb
|
|
864
896
|
- lib/nordlet/hr/types/post_v1hr_employees_get_response.rb
|
|
865
897
|
- lib/nordlet/hr/types/post_v1hr_employees_get_response_address.rb
|
|
@@ -1263,6 +1295,8 @@ files:
|
|
|
1263
1295
|
- lib/nordlet/partners/types/post_v1partners_addresses_update_request.rb
|
|
1264
1296
|
- lib/nordlet/partners/types/post_v1partners_addresses_update_request_type.rb
|
|
1265
1297
|
- lib/nordlet/partners/types/post_v1partners_addresses_update_response.rb
|
|
1298
|
+
- lib/nordlet/partners/types/post_v1partners_anonymize_request.rb
|
|
1299
|
+
- lib/nordlet/partners/types/post_v1partners_anonymize_response.rb
|
|
1266
1300
|
- lib/nordlet/partners/types/post_v1partners_bank_accounts_create_request.rb
|
|
1267
1301
|
- lib/nordlet/partners/types/post_v1partners_bank_accounts_create_response.rb
|
|
1268
1302
|
- lib/nordlet/partners/types/post_v1partners_bank_accounts_delete_request.rb
|