@tesouro/embedded-components-react 0.2.256 → 0.2.257
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/README.md +19 -0
- package/dist/index.d.ts +127 -111
- package/dist/index.js +42 -38
- package/dist/lib/CardsWidget.d.ts +4 -5
- package/dist/lib/CreateCardWidget.d.ts +686 -0
- package/dist/lib/CreateCardWidget.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/data-access/dist/index.js +5 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/data-access/dist/index2.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/data-access/dist/index3.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/data-access/dist/index4.js +29 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/data-access/dist/index5.js +22 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/feature/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/feature/dist/index2.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/feature/dist/index3.js +56 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/feature/dist/index4.js +31 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/feature/dist/index5.js +16 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/feature/dist/index6.js +52 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/feature/dist/index7.js +200 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/ui/dist/index.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/ui/dist/lib/CreateCardWidget/CardArt.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/ui/dist/lib/CreateCardWidget/CreateCardWidget.js +99 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/ui/dist/lib/CreateCardWidget/ManualAddressFields.js +67 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/ui/dist/lib/CreateCardWidget/PreparingView.js +31 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/ui/dist/lib/CreateCardWidget/SetupView.js +172 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/ui/dist/lib/CreateCardWidget/SuccessView.js +50 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/ui/dist/lib/CreateCardWidget/labels.js +103 -0
- package/dist/libs/tesouro-embedded-components-react/create-card-widget/ui/dist/lib/CreateCardWidget/types.js +11 -0
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/index.js +16 -16
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +169 -151
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +141 -113
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +1 -1
- package/dist/pending-feature-style-sources.d.ts +1 -2
- package/package.json +1 -1
package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js
CHANGED
|
@@ -234,7 +234,23 @@ var n = (e) => (e.client ?? t).post({
|
|
|
234
234
|
}],
|
|
235
235
|
url: "/embedded-banking/v1/debit-cards",
|
|
236
236
|
...e
|
|
237
|
-
}), x = (e) => (e.client ?? t).
|
|
237
|
+
}), x = (e) => (e.client ?? t).post({
|
|
238
|
+
security: [{
|
|
239
|
+
key: "APPToken",
|
|
240
|
+
scheme: "bearer",
|
|
241
|
+
type: "http"
|
|
242
|
+
}, {
|
|
243
|
+
key: "USERToken",
|
|
244
|
+
scheme: "bearer",
|
|
245
|
+
type: "http"
|
|
246
|
+
}],
|
|
247
|
+
url: "/embedded-banking/v1/debit-cards",
|
|
248
|
+
...e,
|
|
249
|
+
headers: {
|
|
250
|
+
"Content-Type": "application/json",
|
|
251
|
+
...e.headers
|
|
252
|
+
}
|
|
253
|
+
}), S = (e) => (e.client ?? t).get({
|
|
238
254
|
security: [{
|
|
239
255
|
key: "APPToken",
|
|
240
256
|
scheme: "bearer",
|
|
@@ -246,7 +262,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
246
262
|
}],
|
|
247
263
|
url: "/embedded-banking/v1/debit-cards/{cardId}",
|
|
248
264
|
...e
|
|
249
|
-
}),
|
|
265
|
+
}), C = (e) => (e?.client ?? t).get({
|
|
250
266
|
security: [{
|
|
251
267
|
key: "APPToken",
|
|
252
268
|
scheme: "bearer",
|
|
@@ -258,7 +274,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
258
274
|
}],
|
|
259
275
|
url: "/embedded-banking/v1/external-bank-accounts",
|
|
260
276
|
...e
|
|
261
|
-
}),
|
|
277
|
+
}), w = (e) => (e.client ?? t).post({
|
|
262
278
|
security: [{
|
|
263
279
|
key: "APPToken",
|
|
264
280
|
scheme: "bearer",
|
|
@@ -274,7 +290,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
274
290
|
"Content-Type": "application/json",
|
|
275
291
|
...e.headers
|
|
276
292
|
}
|
|
277
|
-
}),
|
|
293
|
+
}), T = (e) => (e.client ?? t).delete({
|
|
278
294
|
security: [{
|
|
279
295
|
key: "APPToken",
|
|
280
296
|
scheme: "bearer",
|
|
@@ -286,7 +302,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
286
302
|
}],
|
|
287
303
|
url: "/embedded-banking/v1/external-bank-accounts/{id}",
|
|
288
304
|
...e
|
|
289
|
-
}),
|
|
305
|
+
}), E = (e) => (e.client ?? t).patch({
|
|
290
306
|
security: [{
|
|
291
307
|
key: "APPToken",
|
|
292
308
|
scheme: "bearer",
|
|
@@ -302,7 +318,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
302
318
|
"Content-Type": "application/json",
|
|
303
319
|
...e.headers
|
|
304
320
|
}
|
|
305
|
-
}),
|
|
321
|
+
}), D = (e) => (e.client ?? t).get({
|
|
306
322
|
security: [{
|
|
307
323
|
key: "APPToken",
|
|
308
324
|
scheme: "bearer",
|
|
@@ -314,7 +330,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
314
330
|
}],
|
|
315
331
|
url: "/embedded-banking/v1/external-bank-accounts/{id}/access",
|
|
316
332
|
...e
|
|
317
|
-
}),
|
|
333
|
+
}), O = (e) => (e.client ?? t).post({
|
|
318
334
|
security: [{
|
|
319
335
|
key: "APPToken",
|
|
320
336
|
scheme: "bearer",
|
|
@@ -330,7 +346,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
330
346
|
"Content-Type": "application/json",
|
|
331
347
|
...e.headers
|
|
332
348
|
}
|
|
333
|
-
}),
|
|
349
|
+
}), k = (e) => (e.client ?? t).post({
|
|
334
350
|
security: [{
|
|
335
351
|
key: "APPToken",
|
|
336
352
|
scheme: "bearer",
|
|
@@ -342,7 +358,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
342
358
|
}],
|
|
343
359
|
url: "/embedded-banking/v1/external-bank-accounts/{id}/link",
|
|
344
360
|
...e
|
|
345
|
-
}),
|
|
361
|
+
}), A = (e) => (e.client ?? t).post({
|
|
346
362
|
security: [{
|
|
347
363
|
key: "APPToken",
|
|
348
364
|
scheme: "bearer",
|
|
@@ -358,7 +374,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
358
374
|
"Content-Type": "application/json",
|
|
359
375
|
...e.headers
|
|
360
376
|
}
|
|
361
|
-
}),
|
|
377
|
+
}), j = (e) => (e.client ?? t).post({
|
|
362
378
|
security: [{
|
|
363
379
|
key: "APPToken",
|
|
364
380
|
scheme: "bearer",
|
|
@@ -374,7 +390,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
374
390
|
"Content-Type": "application/json",
|
|
375
391
|
...e.headers
|
|
376
392
|
}
|
|
377
|
-
}),
|
|
393
|
+
}), M = (e) => (e.client ?? t).post({
|
|
378
394
|
security: [{
|
|
379
395
|
key: "APPToken",
|
|
380
396
|
scheme: "bearer",
|
|
@@ -390,7 +406,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
390
406
|
"Content-Type": "application/json",
|
|
391
407
|
...e.headers
|
|
392
408
|
}
|
|
393
|
-
}),
|
|
409
|
+
}), N = (e) => (e.client ?? t).get({
|
|
394
410
|
security: [{
|
|
395
411
|
key: "HTTPBearer",
|
|
396
412
|
scheme: "bearer",
|
|
@@ -398,7 +414,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
398
414
|
}],
|
|
399
415
|
url: "/finops/v1/analytics/payables",
|
|
400
416
|
...e
|
|
401
|
-
}),
|
|
417
|
+
}), P = (e) => (e.client ?? t).get({
|
|
402
418
|
security: [{
|
|
403
419
|
key: "HTTPBearer",
|
|
404
420
|
scheme: "bearer",
|
|
@@ -406,7 +422,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
406
422
|
}],
|
|
407
423
|
url: "/finops/v1/analytics/receivables",
|
|
408
424
|
...e
|
|
409
|
-
}),
|
|
425
|
+
}), F = (e) => (e.client ?? t).get({
|
|
410
426
|
security: [{
|
|
411
427
|
key: "HTTPBearer",
|
|
412
428
|
scheme: "bearer",
|
|
@@ -414,7 +430,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
414
430
|
}],
|
|
415
431
|
url: "/finops/v1/approval-policies",
|
|
416
432
|
...e
|
|
417
|
-
}),
|
|
433
|
+
}), I = (e) => (e.client ?? t).post({
|
|
418
434
|
security: [{
|
|
419
435
|
key: "HTTPBearer",
|
|
420
436
|
scheme: "bearer",
|
|
@@ -426,7 +442,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
426
442
|
"Content-Type": "application/json",
|
|
427
443
|
...e.headers
|
|
428
444
|
}
|
|
429
|
-
}),
|
|
445
|
+
}), L = (e) => (e.client ?? t).delete({
|
|
430
446
|
security: [{
|
|
431
447
|
key: "HTTPBearer",
|
|
432
448
|
scheme: "bearer",
|
|
@@ -434,7 +450,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
434
450
|
}],
|
|
435
451
|
url: "/finops/v1/approval-policies/{approval_policy_id}",
|
|
436
452
|
...e
|
|
437
|
-
}),
|
|
453
|
+
}), R = (e) => (e.client ?? t).patch({
|
|
438
454
|
security: [{
|
|
439
455
|
key: "HTTPBearer",
|
|
440
456
|
scheme: "bearer",
|
|
@@ -446,7 +462,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
446
462
|
"Content-Type": "application/json",
|
|
447
463
|
...e.headers
|
|
448
464
|
}
|
|
449
|
-
}),
|
|
465
|
+
}), z = (e) => (e.client ?? t).get({
|
|
450
466
|
security: [{
|
|
451
467
|
key: "HTTPBearer",
|
|
452
468
|
scheme: "bearer",
|
|
@@ -454,7 +470,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
454
470
|
}],
|
|
455
471
|
url: "/finops/v1/counterparts",
|
|
456
472
|
...e
|
|
457
|
-
}),
|
|
473
|
+
}), B = (e) => (e.client ?? t).post({
|
|
458
474
|
security: [{
|
|
459
475
|
key: "HTTPBearer",
|
|
460
476
|
scheme: "bearer",
|
|
@@ -466,7 +482,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
466
482
|
"Content-Type": "application/json",
|
|
467
483
|
...e.headers
|
|
468
484
|
}
|
|
469
|
-
}),
|
|
485
|
+
}), V = (e) => (e.client ?? t).delete({
|
|
470
486
|
security: [{
|
|
471
487
|
key: "HTTPBearer",
|
|
472
488
|
scheme: "bearer",
|
|
@@ -474,7 +490,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
474
490
|
}],
|
|
475
491
|
url: "/finops/v1/counterparts/{counterpart_id}",
|
|
476
492
|
...e
|
|
477
|
-
}),
|
|
493
|
+
}), H = (e) => (e.client ?? t).get({
|
|
478
494
|
security: [{
|
|
479
495
|
key: "HTTPBearer",
|
|
480
496
|
scheme: "bearer",
|
|
@@ -482,7 +498,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
482
498
|
}],
|
|
483
499
|
url: "/finops/v1/counterparts/{counterpart_id}",
|
|
484
500
|
...e
|
|
485
|
-
}),
|
|
501
|
+
}), U = (e) => (e.client ?? t).patch({
|
|
486
502
|
security: [{
|
|
487
503
|
key: "HTTPBearer",
|
|
488
504
|
scheme: "bearer",
|
|
@@ -494,7 +510,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
494
510
|
"Content-Type": "application/json",
|
|
495
511
|
...e.headers
|
|
496
512
|
}
|
|
497
|
-
}),
|
|
513
|
+
}), W = (e) => (e.client ?? t).get({
|
|
498
514
|
security: [{
|
|
499
515
|
key: "HTTPBearer",
|
|
500
516
|
scheme: "bearer",
|
|
@@ -502,7 +518,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
502
518
|
}],
|
|
503
519
|
url: "/finops/v1/counterparts/{counterpart_id}/addresses",
|
|
504
520
|
...e
|
|
505
|
-
}),
|
|
521
|
+
}), G = (e) => (e.client ?? t).post({
|
|
506
522
|
security: [{
|
|
507
523
|
key: "HTTPBearer",
|
|
508
524
|
scheme: "bearer",
|
|
@@ -514,7 +530,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
514
530
|
"Content-Type": "application/json",
|
|
515
531
|
...e.headers
|
|
516
532
|
}
|
|
517
|
-
}),
|
|
533
|
+
}), K = (e) => (e.client ?? t).patch({
|
|
518
534
|
security: [{
|
|
519
535
|
key: "HTTPBearer",
|
|
520
536
|
scheme: "bearer",
|
|
@@ -526,7 +542,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
526
542
|
"Content-Type": "application/json",
|
|
527
543
|
...e.headers
|
|
528
544
|
}
|
|
529
|
-
}),
|
|
545
|
+
}), q = (e) => (e.client ?? t).get({
|
|
530
546
|
security: [{
|
|
531
547
|
key: "HTTPBearer",
|
|
532
548
|
scheme: "bearer",
|
|
@@ -534,7 +550,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
534
550
|
}],
|
|
535
551
|
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts",
|
|
536
552
|
...e
|
|
537
|
-
}),
|
|
553
|
+
}), J = (e) => (e.client ?? t).post({
|
|
538
554
|
security: [{
|
|
539
555
|
key: "HTTPBearer",
|
|
540
556
|
scheme: "bearer",
|
|
@@ -546,7 +562,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
546
562
|
"Content-Type": "application/json",
|
|
547
563
|
...e.headers
|
|
548
564
|
}
|
|
549
|
-
}),
|
|
565
|
+
}), Y = (e) => (e.client ?? t).delete({
|
|
550
566
|
security: [{
|
|
551
567
|
key: "HTTPBearer",
|
|
552
568
|
scheme: "bearer",
|
|
@@ -554,7 +570,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
554
570
|
}],
|
|
555
571
|
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}",
|
|
556
572
|
...e
|
|
557
|
-
}),
|
|
573
|
+
}), X = (e) => (e.client ?? t).patch({
|
|
558
574
|
security: [{
|
|
559
575
|
key: "HTTPBearer",
|
|
560
576
|
scheme: "bearer",
|
|
@@ -566,7 +582,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
566
582
|
"Content-Type": "application/json",
|
|
567
583
|
...e.headers
|
|
568
584
|
}
|
|
569
|
-
}),
|
|
585
|
+
}), Z = (e) => (e.client ?? t).post({
|
|
570
586
|
security: [{
|
|
571
587
|
key: "HTTPBearer",
|
|
572
588
|
scheme: "bearer",
|
|
@@ -574,7 +590,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
574
590
|
}],
|
|
575
591
|
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}/make-default",
|
|
576
592
|
...e
|
|
577
|
-
}),
|
|
593
|
+
}), Q = (e) => (e?.client ?? t).get({
|
|
578
594
|
security: [{
|
|
579
595
|
key: "HTTPBearer",
|
|
580
596
|
scheme: "bearer",
|
|
@@ -582,7 +598,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
582
598
|
}],
|
|
583
599
|
url: "/finops/v1/entities/me",
|
|
584
600
|
...e
|
|
585
|
-
}),
|
|
601
|
+
}), $ = (e) => (e.client ?? t).get({
|
|
586
602
|
security: [{
|
|
587
603
|
key: "HTTPBearer",
|
|
588
604
|
scheme: "bearer",
|
|
@@ -590,7 +606,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
590
606
|
}],
|
|
591
607
|
url: "/finops/v1/entities/{entity_id}/settings",
|
|
592
608
|
...e
|
|
593
|
-
}),
|
|
609
|
+
}), ee = (e) => (e.client ?? t).patch({
|
|
594
610
|
security: [{
|
|
595
611
|
key: "HTTPBearer",
|
|
596
612
|
scheme: "bearer",
|
|
@@ -602,7 +618,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
602
618
|
"Content-Type": "application/json",
|
|
603
619
|
...e.headers
|
|
604
620
|
}
|
|
605
|
-
}),
|
|
621
|
+
}), te = (e) => (e.client ?? t).get({
|
|
606
622
|
security: [{
|
|
607
623
|
key: "HTTPBearer",
|
|
608
624
|
scheme: "bearer",
|
|
@@ -610,7 +626,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
610
626
|
}],
|
|
611
627
|
url: "/finops/v1/entity-users",
|
|
612
628
|
...e
|
|
613
|
-
}),
|
|
629
|
+
}), ne = (e) => (e?.client ?? t).get({
|
|
614
630
|
security: [{
|
|
615
631
|
key: "HTTPBearer",
|
|
616
632
|
scheme: "bearer",
|
|
@@ -618,7 +634,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
618
634
|
}],
|
|
619
635
|
url: "/finops/v1/entity-users/me",
|
|
620
636
|
...e
|
|
621
|
-
}),
|
|
637
|
+
}), re = (e) => (e?.client ?? t).get({
|
|
622
638
|
security: [{
|
|
623
639
|
key: "HTTPBearer",
|
|
624
640
|
scheme: "bearer",
|
|
@@ -626,7 +642,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
626
642
|
}],
|
|
627
643
|
url: "/finops/v1/entity-users/my-entity",
|
|
628
644
|
...e
|
|
629
|
-
}),
|
|
645
|
+
}), ie = (e) => (e.client ?? t).delete({
|
|
630
646
|
security: [{
|
|
631
647
|
key: "HTTPBearer",
|
|
632
648
|
scheme: "bearer",
|
|
@@ -634,7 +650,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
634
650
|
}],
|
|
635
651
|
url: "/finops/v1/files/{file_id}",
|
|
636
652
|
...e
|
|
637
|
-
}),
|
|
653
|
+
}), ae = (e) => (e.client ?? t).get({
|
|
638
654
|
security: [{
|
|
639
655
|
key: "HTTPBearer",
|
|
640
656
|
scheme: "bearer",
|
|
@@ -642,7 +658,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
642
658
|
}],
|
|
643
659
|
url: "/finops/v1/ledger-accounts",
|
|
644
660
|
...e
|
|
645
|
-
}),
|
|
661
|
+
}), oe = (e) => (e.client ?? t).post({
|
|
646
662
|
security: [{
|
|
647
663
|
key: "HTTPBearer",
|
|
648
664
|
scheme: "bearer",
|
|
@@ -654,7 +670,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
654
670
|
"Content-Type": "application/json",
|
|
655
671
|
...e.headers
|
|
656
672
|
}
|
|
657
|
-
}),
|
|
673
|
+
}), se = (e) => (e.client ?? t).delete({
|
|
658
674
|
security: [{
|
|
659
675
|
key: "HTTPBearer",
|
|
660
676
|
scheme: "bearer",
|
|
@@ -662,7 +678,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
662
678
|
}],
|
|
663
679
|
url: "/finops/v1/ledger-accounts/{ledger_account_id}",
|
|
664
680
|
...e
|
|
665
|
-
}),
|
|
681
|
+
}), ce = (e) => (e.client ?? t).patch({
|
|
666
682
|
security: [{
|
|
667
683
|
key: "HTTPBearer",
|
|
668
684
|
scheme: "bearer",
|
|
@@ -674,7 +690,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
674
690
|
"Content-Type": "application/json",
|
|
675
691
|
...e.headers
|
|
676
692
|
}
|
|
677
|
-
}),
|
|
693
|
+
}), le = (e) => (e.client ?? t).get({
|
|
678
694
|
security: [{
|
|
679
695
|
key: "HTTPBearer",
|
|
680
696
|
scheme: "bearer",
|
|
@@ -682,7 +698,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
682
698
|
}],
|
|
683
699
|
url: "/finops/v1/measure-units",
|
|
684
700
|
...e
|
|
685
|
-
}),
|
|
701
|
+
}), ue = (e) => (e.client ?? t).post({
|
|
686
702
|
security: [{
|
|
687
703
|
key: "HTTPBearer",
|
|
688
704
|
scheme: "bearer",
|
|
@@ -694,7 +710,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
694
710
|
"Content-Type": "application/json",
|
|
695
711
|
...e.headers
|
|
696
712
|
}
|
|
697
|
-
}),
|
|
713
|
+
}), de = (e) => (e.client ?? t).delete({
|
|
698
714
|
security: [{
|
|
699
715
|
key: "HTTPBearer",
|
|
700
716
|
scheme: "bearer",
|
|
@@ -702,7 +718,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
702
718
|
}],
|
|
703
719
|
url: "/finops/v1/measure-units/{unit_id}",
|
|
704
720
|
...e
|
|
705
|
-
}),
|
|
721
|
+
}), fe = (e) => (e.client ?? t).patch({
|
|
706
722
|
security: [{
|
|
707
723
|
key: "HTTPBearer",
|
|
708
724
|
scheme: "bearer",
|
|
@@ -714,7 +730,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
714
730
|
"Content-Type": "application/json",
|
|
715
731
|
...e.headers
|
|
716
732
|
}
|
|
717
|
-
}),
|
|
733
|
+
}), pe = (e) => (e.client ?? t).get({
|
|
718
734
|
security: [{
|
|
719
735
|
key: "HTTPBearer",
|
|
720
736
|
scheme: "bearer",
|
|
@@ -722,7 +738,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
722
738
|
}],
|
|
723
739
|
url: "/finops/v1/payables",
|
|
724
740
|
...e
|
|
725
|
-
}),
|
|
741
|
+
}), me = (e) => (e.client ?? t).post({
|
|
726
742
|
security: [{
|
|
727
743
|
key: "HTTPBearer",
|
|
728
744
|
scheme: "bearer",
|
|
@@ -734,7 +750,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
734
750
|
"Content-Type": "application/json",
|
|
735
751
|
...e.headers
|
|
736
752
|
}
|
|
737
|
-
}),
|
|
753
|
+
}), he = (n) => (n.client ?? t).post({
|
|
738
754
|
...e,
|
|
739
755
|
security: [{
|
|
740
756
|
key: "HTTPBearer",
|
|
@@ -747,7 +763,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
747
763
|
"Content-Type": null,
|
|
748
764
|
...n.headers
|
|
749
765
|
}
|
|
750
|
-
}),
|
|
766
|
+
}), ge = (e) => (e.client ?? t).get({
|
|
751
767
|
security: [{
|
|
752
768
|
key: "HTTPBearer",
|
|
753
769
|
scheme: "bearer",
|
|
@@ -755,7 +771,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
755
771
|
}],
|
|
756
772
|
url: "/finops/v1/payables/{payable_id}",
|
|
757
773
|
...e
|
|
758
|
-
}),
|
|
774
|
+
}), _e = (e) => (e.client ?? t).patch({
|
|
759
775
|
security: [{
|
|
760
776
|
key: "HTTPBearer",
|
|
761
777
|
scheme: "bearer",
|
|
@@ -767,7 +783,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
767
783
|
"Content-Type": "application/json",
|
|
768
784
|
...e.headers
|
|
769
785
|
}
|
|
770
|
-
}),
|
|
786
|
+
}), ve = (n) => (n.client ?? t).post({
|
|
771
787
|
...e,
|
|
772
788
|
security: [{
|
|
773
789
|
key: "HTTPBearer",
|
|
@@ -780,7 +796,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
780
796
|
"Content-Type": null,
|
|
781
797
|
...n.headers
|
|
782
798
|
}
|
|
783
|
-
}),
|
|
799
|
+
}), ye = (e) => (e.client ?? t).get({
|
|
784
800
|
security: [{
|
|
785
801
|
key: "HTTPBearer",
|
|
786
802
|
scheme: "bearer",
|
|
@@ -788,7 +804,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
788
804
|
}],
|
|
789
805
|
url: "/finops/v1/payables/{payable_id}/line-items",
|
|
790
806
|
...e
|
|
791
|
-
}),
|
|
807
|
+
}), be = (e) => (e.client ?? t).put({
|
|
792
808
|
security: [{
|
|
793
809
|
key: "HTTPBearer",
|
|
794
810
|
scheme: "bearer",
|
|
@@ -800,7 +816,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
800
816
|
"Content-Type": "application/json",
|
|
801
817
|
...e.headers
|
|
802
818
|
}
|
|
803
|
-
}),
|
|
819
|
+
}), xe = (e) => (e.client ?? t).post({
|
|
804
820
|
security: [{
|
|
805
821
|
key: "HTTPBearer",
|
|
806
822
|
scheme: "bearer",
|
|
@@ -808,7 +824,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
808
824
|
}],
|
|
809
825
|
url: "/finops/v1/payables/{payable_id}/submit-for-approval",
|
|
810
826
|
...e
|
|
811
|
-
}),
|
|
827
|
+
}), Se = (e) => (e.client ?? t).get({
|
|
812
828
|
security: [{
|
|
813
829
|
key: "HTTPBearer",
|
|
814
830
|
scheme: "bearer",
|
|
@@ -816,7 +832,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
816
832
|
}],
|
|
817
833
|
url: "/finops/v1/payables/{payable_id}/suggestions",
|
|
818
834
|
...e
|
|
819
|
-
}),
|
|
835
|
+
}), Ce = (e) => (e.client ?? t).post({
|
|
820
836
|
security: [{
|
|
821
837
|
key: "HTTPBearer",
|
|
822
838
|
scheme: "bearer",
|
|
@@ -824,7 +840,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
824
840
|
}],
|
|
825
841
|
url: "/finops/v1/payables/{payable_id}/validate",
|
|
826
842
|
...e
|
|
827
|
-
}),
|
|
843
|
+
}), we = (e) => (e.client ?? t).get({
|
|
828
844
|
security: [{
|
|
829
845
|
key: "HTTPBearer",
|
|
830
846
|
scheme: "bearer",
|
|
@@ -832,7 +848,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
832
848
|
}],
|
|
833
849
|
url: "/finops/v1/payment-terms",
|
|
834
850
|
...e
|
|
835
|
-
}),
|
|
851
|
+
}), Te = (e) => (e.client ?? t).get({
|
|
836
852
|
security: [{
|
|
837
853
|
key: "HTTPBearer",
|
|
838
854
|
scheme: "bearer",
|
|
@@ -840,7 +856,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
840
856
|
}],
|
|
841
857
|
url: "/finops/v1/products",
|
|
842
858
|
...e
|
|
843
|
-
}),
|
|
859
|
+
}), Ee = (e) => (e.client ?? t).post({
|
|
844
860
|
security: [{
|
|
845
861
|
key: "HTTPBearer",
|
|
846
862
|
scheme: "bearer",
|
|
@@ -852,7 +868,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
852
868
|
"Content-Type": "application/json",
|
|
853
869
|
...e.headers
|
|
854
870
|
}
|
|
855
|
-
}),
|
|
871
|
+
}), De = (e) => (e.client ?? t).delete({
|
|
856
872
|
security: [{
|
|
857
873
|
key: "HTTPBearer",
|
|
858
874
|
scheme: "bearer",
|
|
@@ -860,7 +876,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
860
876
|
}],
|
|
861
877
|
url: "/finops/v1/products/{product_id}",
|
|
862
878
|
...e
|
|
863
|
-
}),
|
|
879
|
+
}), Oe = (e) => (e.client ?? t).get({
|
|
864
880
|
security: [{
|
|
865
881
|
key: "HTTPBearer",
|
|
866
882
|
scheme: "bearer",
|
|
@@ -868,7 +884,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
868
884
|
}],
|
|
869
885
|
url: "/finops/v1/products/{product_id}",
|
|
870
886
|
...e
|
|
871
|
-
}),
|
|
887
|
+
}), ke = (e) => (e.client ?? t).patch({
|
|
872
888
|
security: [{
|
|
873
889
|
key: "HTTPBearer",
|
|
874
890
|
scheme: "bearer",
|
|
@@ -880,7 +896,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
880
896
|
"Content-Type": "application/json",
|
|
881
897
|
...e.headers
|
|
882
898
|
}
|
|
883
|
-
}),
|
|
899
|
+
}), Ae = (e) => (e.client ?? t).get({
|
|
884
900
|
security: [{
|
|
885
901
|
key: "HTTPBearer",
|
|
886
902
|
scheme: "bearer",
|
|
@@ -888,7 +904,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
888
904
|
}],
|
|
889
905
|
url: "/finops/v1/receipts",
|
|
890
906
|
...e
|
|
891
|
-
}),
|
|
907
|
+
}), je = (e) => (e.client ?? t).delete({
|
|
892
908
|
security: [{
|
|
893
909
|
key: "HTTPBearer",
|
|
894
910
|
scheme: "bearer",
|
|
@@ -896,7 +912,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
896
912
|
}],
|
|
897
913
|
url: "/finops/v1/receipts/{receipt_id}",
|
|
898
914
|
...e
|
|
899
|
-
}),
|
|
915
|
+
}), Me = (e) => (e.client ?? t).patch({
|
|
900
916
|
security: [{
|
|
901
917
|
key: "HTTPBearer",
|
|
902
918
|
scheme: "bearer",
|
|
@@ -908,7 +924,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
908
924
|
"Content-Type": "application/json",
|
|
909
925
|
...e.headers
|
|
910
926
|
}
|
|
911
|
-
}),
|
|
927
|
+
}), Ne = (e) => (e.client ?? t).get({
|
|
912
928
|
security: [{
|
|
913
929
|
key: "HTTPBearer",
|
|
914
930
|
scheme: "bearer",
|
|
@@ -916,7 +932,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
916
932
|
}],
|
|
917
933
|
url: "/finops/v1/receivables",
|
|
918
934
|
...e
|
|
919
|
-
}),
|
|
935
|
+
}), Pe = (e) => (e.client ?? t).post({
|
|
920
936
|
security: [{
|
|
921
937
|
key: "HTTPBearer",
|
|
922
938
|
scheme: "bearer",
|
|
@@ -928,7 +944,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
928
944
|
"Content-Type": "application/json",
|
|
929
945
|
...e.headers
|
|
930
946
|
}
|
|
931
|
-
}),
|
|
947
|
+
}), Fe = (e) => (e.client ?? t).delete({
|
|
932
948
|
security: [{
|
|
933
949
|
key: "HTTPBearer",
|
|
934
950
|
scheme: "bearer",
|
|
@@ -936,7 +952,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
936
952
|
}],
|
|
937
953
|
url: "/finops/v1/receivables/{receivable_id}",
|
|
938
954
|
...e
|
|
939
|
-
}),
|
|
955
|
+
}), Ie = (e) => (e.client ?? t).get({
|
|
940
956
|
security: [{
|
|
941
957
|
key: "HTTPBearer",
|
|
942
958
|
scheme: "bearer",
|
|
@@ -944,7 +960,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
944
960
|
}],
|
|
945
961
|
url: "/finops/v1/receivables/{receivable_id}",
|
|
946
962
|
...e
|
|
947
|
-
}),
|
|
963
|
+
}), Le = (e) => (e.client ?? t).patch({
|
|
948
964
|
security: [{
|
|
949
965
|
key: "HTTPBearer",
|
|
950
966
|
scheme: "bearer",
|
|
@@ -956,7 +972,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
956
972
|
"Content-Type": "application/json",
|
|
957
973
|
...e.headers
|
|
958
974
|
}
|
|
959
|
-
}),
|
|
975
|
+
}), Re = (e) => (e.client ?? t).post({
|
|
960
976
|
security: [{
|
|
961
977
|
key: "HTTPBearer",
|
|
962
978
|
scheme: "bearer",
|
|
@@ -968,7 +984,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
968
984
|
"Content-Type": "application/json",
|
|
969
985
|
...e.headers
|
|
970
986
|
}
|
|
971
|
-
}),
|
|
987
|
+
}), ze = (e) => (e.client ?? t).post({
|
|
972
988
|
security: [{
|
|
973
989
|
key: "HTTPBearer",
|
|
974
990
|
scheme: "bearer",
|
|
@@ -976,7 +992,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
976
992
|
}],
|
|
977
993
|
url: "/finops/v1/receivables/{receivable_id}/cancel",
|
|
978
994
|
...e
|
|
979
|
-
}),
|
|
995
|
+
}), Be = (e) => (e.client ?? t).post({
|
|
980
996
|
security: [{
|
|
981
997
|
key: "HTTPBearer",
|
|
982
998
|
scheme: "bearer",
|
|
@@ -984,7 +1000,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
984
1000
|
}],
|
|
985
1001
|
url: "/finops/v1/receivables/{receivable_id}/clone",
|
|
986
1002
|
...e
|
|
987
|
-
}),
|
|
1003
|
+
}), Ve = (e) => (e.client ?? t).post({
|
|
988
1004
|
security: [{
|
|
989
1005
|
key: "HTTPBearer",
|
|
990
1006
|
scheme: "bearer",
|
|
@@ -996,7 +1012,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
996
1012
|
"Content-Type": "application/json",
|
|
997
1013
|
...e.headers
|
|
998
1014
|
}
|
|
999
|
-
}),
|
|
1015
|
+
}), He = (e) => (e.client ?? t).get({
|
|
1000
1016
|
security: [{
|
|
1001
1017
|
key: "HTTPBearer",
|
|
1002
1018
|
scheme: "bearer",
|
|
@@ -1004,7 +1020,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1004
1020
|
}],
|
|
1005
1021
|
url: "/finops/v1/receivables/{receivable_id}/history",
|
|
1006
1022
|
...e
|
|
1007
|
-
}),
|
|
1023
|
+
}), Ue = (e) => (e.client ?? t).post({
|
|
1008
1024
|
security: [{
|
|
1009
1025
|
key: "HTTPBearer",
|
|
1010
1026
|
scheme: "bearer",
|
|
@@ -1012,7 +1028,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1012
1028
|
}],
|
|
1013
1029
|
url: "/finops/v1/receivables/{receivable_id}/issue",
|
|
1014
1030
|
...e
|
|
1015
|
-
}),
|
|
1031
|
+
}), We = (e) => (e.client ?? t).put({
|
|
1016
1032
|
security: [{
|
|
1017
1033
|
key: "HTTPBearer",
|
|
1018
1034
|
scheme: "bearer",
|
|
@@ -1024,7 +1040,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1024
1040
|
"Content-Type": "application/json",
|
|
1025
1041
|
...e.headers
|
|
1026
1042
|
}
|
|
1027
|
-
}),
|
|
1043
|
+
}), Ge = (e) => (e.client ?? t).get({
|
|
1028
1044
|
security: [{
|
|
1029
1045
|
key: "HTTPBearer",
|
|
1030
1046
|
scheme: "bearer",
|
|
@@ -1032,7 +1048,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1032
1048
|
}],
|
|
1033
1049
|
url: "/finops/v1/receivables/{receivable_id}/mails",
|
|
1034
1050
|
...e
|
|
1035
|
-
}),
|
|
1051
|
+
}), Ke = (e) => (e.client ?? t).post({
|
|
1036
1052
|
security: [{
|
|
1037
1053
|
key: "HTTPBearer",
|
|
1038
1054
|
scheme: "bearer",
|
|
@@ -1044,7 +1060,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1044
1060
|
"Content-Type": "application/json",
|
|
1045
1061
|
...e.headers
|
|
1046
1062
|
}
|
|
1047
|
-
}),
|
|
1063
|
+
}), qe = (e) => (e.client ?? t).post({
|
|
1048
1064
|
security: [{
|
|
1049
1065
|
key: "HTTPBearer",
|
|
1050
1066
|
scheme: "bearer",
|
|
@@ -1056,7 +1072,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1056
1072
|
"Content-Type": "application/json",
|
|
1057
1073
|
...e.headers
|
|
1058
1074
|
}
|
|
1059
|
-
}),
|
|
1075
|
+
}), Je = (e) => (e.client ?? t).post({
|
|
1060
1076
|
security: [{
|
|
1061
1077
|
key: "HTTPBearer",
|
|
1062
1078
|
scheme: "bearer",
|
|
@@ -1068,7 +1084,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1068
1084
|
"Content-Type": "application/json",
|
|
1069
1085
|
...e.headers
|
|
1070
1086
|
}
|
|
1071
|
-
}),
|
|
1087
|
+
}), Ye = (e) => (e.client ?? t).get({
|
|
1072
1088
|
security: [{
|
|
1073
1089
|
key: "HTTPBearer",
|
|
1074
1090
|
scheme: "bearer",
|
|
@@ -1076,7 +1092,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1076
1092
|
}],
|
|
1077
1093
|
url: "/finops/v1/receivables/{receivable_id}/pdf-link",
|
|
1078
1094
|
...e
|
|
1079
|
-
}),
|
|
1095
|
+
}), Xe = (e) => (e.client ?? t).post({
|
|
1080
1096
|
security: [{
|
|
1081
1097
|
key: "HTTPBearer",
|
|
1082
1098
|
scheme: "bearer",
|
|
@@ -1088,7 +1104,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1088
1104
|
"Content-Type": "application/json",
|
|
1089
1105
|
...e.headers
|
|
1090
1106
|
}
|
|
1091
|
-
}),
|
|
1107
|
+
}), Ze = (e) => (e.client ?? t).get({
|
|
1092
1108
|
security: [{
|
|
1093
1109
|
key: "HTTPBearer",
|
|
1094
1110
|
scheme: "bearer",
|
|
@@ -1096,7 +1112,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1096
1112
|
}],
|
|
1097
1113
|
url: "/finops/v1/tags",
|
|
1098
1114
|
...e
|
|
1099
|
-
}),
|
|
1115
|
+
}), Qe = (e) => (e.client ?? t).post({
|
|
1100
1116
|
security: [{
|
|
1101
1117
|
key: "HTTPBearer",
|
|
1102
1118
|
scheme: "bearer",
|
|
@@ -1108,7 +1124,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1108
1124
|
"Content-Type": "application/json",
|
|
1109
1125
|
...e.headers
|
|
1110
1126
|
}
|
|
1111
|
-
}),
|
|
1127
|
+
}), $e = (e) => (e.client ?? t).delete({
|
|
1112
1128
|
security: [{
|
|
1113
1129
|
key: "HTTPBearer",
|
|
1114
1130
|
scheme: "bearer",
|
|
@@ -1116,7 +1132,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1116
1132
|
}],
|
|
1117
1133
|
url: "/finops/v1/tags/{tag_id}",
|
|
1118
1134
|
...e
|
|
1119
|
-
}),
|
|
1135
|
+
}), et = (e) => (e.client ?? t).patch({
|
|
1120
1136
|
security: [{
|
|
1121
1137
|
key: "HTTPBearer",
|
|
1122
1138
|
scheme: "bearer",
|
|
@@ -1128,7 +1144,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1128
1144
|
"Content-Type": "application/json",
|
|
1129
1145
|
...e.headers
|
|
1130
1146
|
}
|
|
1131
|
-
}),
|
|
1147
|
+
}), tt = (e) => (e.client ?? t).get({
|
|
1132
1148
|
security: [{
|
|
1133
1149
|
key: "HTTPBearer",
|
|
1134
1150
|
scheme: "bearer",
|
|
@@ -1136,7 +1152,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1136
1152
|
}],
|
|
1137
1153
|
url: "/finops/v1/transactions",
|
|
1138
1154
|
...e
|
|
1139
|
-
}),
|
|
1155
|
+
}), nt = (e) => (e.client ?? t).get({
|
|
1140
1156
|
security: [{
|
|
1141
1157
|
key: "HTTPBearer",
|
|
1142
1158
|
scheme: "bearer",
|
|
@@ -1144,7 +1160,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1144
1160
|
}],
|
|
1145
1161
|
url: "/finops/v1/transactions/validations",
|
|
1146
1162
|
...e
|
|
1147
|
-
}),
|
|
1163
|
+
}), rt = (e) => (e.client ?? t).put({
|
|
1148
1164
|
security: [{
|
|
1149
1165
|
key: "HTTPBearer",
|
|
1150
1166
|
scheme: "bearer",
|
|
@@ -1156,7 +1172,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1156
1172
|
"Content-Type": "application/json",
|
|
1157
1173
|
...e.headers
|
|
1158
1174
|
}
|
|
1159
|
-
}),
|
|
1175
|
+
}), it = (e) => (e?.client ?? t).get({
|
|
1160
1176
|
security: [{
|
|
1161
1177
|
key: "APPToken",
|
|
1162
1178
|
scheme: "bearer",
|
|
@@ -1168,7 +1184,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1168
1184
|
}],
|
|
1169
1185
|
url: "/identity/v1/departments",
|
|
1170
1186
|
...e
|
|
1171
|
-
}),
|
|
1187
|
+
}), at = (e) => (e.client ?? t).post({
|
|
1172
1188
|
security: [{
|
|
1173
1189
|
key: "APPToken",
|
|
1174
1190
|
scheme: "bearer",
|
|
@@ -1184,7 +1200,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1184
1200
|
"Content-Type": "application/json",
|
|
1185
1201
|
...e.headers
|
|
1186
1202
|
}
|
|
1187
|
-
}),
|
|
1203
|
+
}), ot = (e) => (e.client ?? t).delete({
|
|
1188
1204
|
security: [{
|
|
1189
1205
|
key: "APPToken",
|
|
1190
1206
|
scheme: "bearer",
|
|
@@ -1196,7 +1212,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1196
1212
|
}],
|
|
1197
1213
|
url: "/identity/v1/departments/{departmentId}",
|
|
1198
1214
|
...e
|
|
1199
|
-
}),
|
|
1215
|
+
}), st = (e) => (e.client ?? t).get({
|
|
1200
1216
|
security: [{
|
|
1201
1217
|
key: "APPToken",
|
|
1202
1218
|
scheme: "bearer",
|
|
@@ -1208,7 +1224,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1208
1224
|
}],
|
|
1209
1225
|
url: "/identity/v1/departments/{departmentId}",
|
|
1210
1226
|
...e
|
|
1211
|
-
}),
|
|
1227
|
+
}), ct = (e) => (e.client ?? t).put({
|
|
1212
1228
|
security: [{
|
|
1213
1229
|
key: "APPToken",
|
|
1214
1230
|
scheme: "bearer",
|
|
@@ -1224,7 +1240,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1224
1240
|
"Content-Type": "application/json",
|
|
1225
1241
|
...e.headers
|
|
1226
1242
|
}
|
|
1227
|
-
}),
|
|
1243
|
+
}), lt = (e) => (e.client ?? t).post({
|
|
1228
1244
|
security: [{
|
|
1229
1245
|
key: "APPToken",
|
|
1230
1246
|
scheme: "bearer",
|
|
@@ -1240,7 +1256,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1240
1256
|
"Content-Type": "application/json",
|
|
1241
1257
|
...e.headers
|
|
1242
1258
|
}
|
|
1243
|
-
}),
|
|
1259
|
+
}), ut = (e) => (e?.client ?? t).get({
|
|
1244
1260
|
security: [{
|
|
1245
1261
|
key: "HTTPBearer",
|
|
1246
1262
|
scheme: "bearer",
|
|
@@ -1248,7 +1264,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1248
1264
|
}],
|
|
1249
1265
|
url: "/identity/v1/disclosures",
|
|
1250
1266
|
...e
|
|
1251
|
-
}),
|
|
1267
|
+
}), dt = (e) => (e?.client ?? t).get({
|
|
1252
1268
|
security: [{
|
|
1253
1269
|
key: "APPToken",
|
|
1254
1270
|
scheme: "bearer",
|
|
@@ -1260,7 +1276,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1260
1276
|
}],
|
|
1261
1277
|
url: "/identity/v1/locations",
|
|
1262
1278
|
...e
|
|
1263
|
-
}),
|
|
1279
|
+
}), ft = (e) => (e.client ?? t).post({
|
|
1264
1280
|
security: [{
|
|
1265
1281
|
key: "APPToken",
|
|
1266
1282
|
scheme: "bearer",
|
|
@@ -1276,7 +1292,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1276
1292
|
"Content-Type": "application/json",
|
|
1277
1293
|
...e.headers
|
|
1278
1294
|
}
|
|
1279
|
-
}),
|
|
1295
|
+
}), pt = (e) => (e.client ?? t).delete({
|
|
1280
1296
|
security: [{
|
|
1281
1297
|
key: "APPToken",
|
|
1282
1298
|
scheme: "bearer",
|
|
@@ -1288,7 +1304,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1288
1304
|
}],
|
|
1289
1305
|
url: "/identity/v1/locations/{locationId}",
|
|
1290
1306
|
...e
|
|
1291
|
-
}),
|
|
1307
|
+
}), mt = (e) => (e.client ?? t).get({
|
|
1292
1308
|
security: [{
|
|
1293
1309
|
key: "APPToken",
|
|
1294
1310
|
scheme: "bearer",
|
|
@@ -1300,7 +1316,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1300
1316
|
}],
|
|
1301
1317
|
url: "/identity/v1/locations/{locationId}",
|
|
1302
1318
|
...e
|
|
1303
|
-
}),
|
|
1319
|
+
}), ht = (e) => (e.client ?? t).put({
|
|
1304
1320
|
security: [{
|
|
1305
1321
|
key: "APPToken",
|
|
1306
1322
|
scheme: "bearer",
|
|
@@ -1316,7 +1332,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1316
1332
|
"Content-Type": "application/json",
|
|
1317
1333
|
...e.headers
|
|
1318
1334
|
}
|
|
1319
|
-
}),
|
|
1335
|
+
}), gt = (e) => (e.client ?? t).post({
|
|
1320
1336
|
security: [{
|
|
1321
1337
|
key: "APPToken",
|
|
1322
1338
|
scheme: "bearer",
|
|
@@ -1332,7 +1348,19 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1332
1348
|
"Content-Type": "application/json",
|
|
1333
1349
|
...e.headers
|
|
1334
1350
|
}
|
|
1335
|
-
}),
|
|
1351
|
+
}), _t = (e) => (e.client ?? t).get({
|
|
1352
|
+
security: [{
|
|
1353
|
+
key: "APPToken",
|
|
1354
|
+
scheme: "bearer",
|
|
1355
|
+
type: "http"
|
|
1356
|
+
}, {
|
|
1357
|
+
key: "USERToken",
|
|
1358
|
+
scheme: "bearer",
|
|
1359
|
+
type: "http"
|
|
1360
|
+
}],
|
|
1361
|
+
url: "/identity/v1/organizations/{organizationId}",
|
|
1362
|
+
...e
|
|
1363
|
+
}), vt = (e) => (e?.client ?? t).get({
|
|
1336
1364
|
security: [{
|
|
1337
1365
|
key: "APPToken",
|
|
1338
1366
|
scheme: "bearer",
|
|
@@ -1344,7 +1372,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1344
1372
|
}],
|
|
1345
1373
|
url: "/identity/v1/roles",
|
|
1346
1374
|
...e
|
|
1347
|
-
}),
|
|
1375
|
+
}), yt = (e) => (e.client ?? t).post({
|
|
1348
1376
|
security: [{
|
|
1349
1377
|
key: "APPToken",
|
|
1350
1378
|
scheme: "bearer",
|
|
@@ -1360,7 +1388,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1360
1388
|
"Content-Type": "application/json",
|
|
1361
1389
|
...e.headers
|
|
1362
1390
|
}
|
|
1363
|
-
}),
|
|
1391
|
+
}), bt = (e) => (e.client ?? t).get({
|
|
1364
1392
|
security: [{
|
|
1365
1393
|
key: "APPToken",
|
|
1366
1394
|
scheme: "bearer",
|
|
@@ -1372,7 +1400,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1372
1400
|
}],
|
|
1373
1401
|
url: "/identity/v1/roles/{roleId}/permissions",
|
|
1374
1402
|
...e
|
|
1375
|
-
}),
|
|
1403
|
+
}), xt = (e) => (e.client ?? t).get({
|
|
1376
1404
|
security: [{
|
|
1377
1405
|
key: "HTTPBearer",
|
|
1378
1406
|
scheme: "bearer",
|
|
@@ -1380,7 +1408,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1380
1408
|
}],
|
|
1381
1409
|
url: "/identity/v1/user-data/{key}",
|
|
1382
1410
|
...e
|
|
1383
|
-
}),
|
|
1411
|
+
}), St = (e) => (e.client ?? t).put({
|
|
1384
1412
|
security: [{
|
|
1385
1413
|
key: "HTTPBearer",
|
|
1386
1414
|
scheme: "bearer",
|
|
@@ -1392,7 +1420,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1392
1420
|
"Content-Type": "application/json",
|
|
1393
1421
|
...e.headers
|
|
1394
1422
|
}
|
|
1395
|
-
}),
|
|
1423
|
+
}), Ct = (e) => (e?.client ?? t).get({
|
|
1396
1424
|
security: [{
|
|
1397
1425
|
key: "APPToken",
|
|
1398
1426
|
scheme: "bearer",
|
|
@@ -1404,7 +1432,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1404
1432
|
}],
|
|
1405
1433
|
url: "/identity/v1/users",
|
|
1406
1434
|
...e
|
|
1407
|
-
}),
|
|
1435
|
+
}), wt = (e) => (e.client ?? t).post({
|
|
1408
1436
|
security: [{
|
|
1409
1437
|
key: "APPToken",
|
|
1410
1438
|
scheme: "bearer",
|
|
@@ -1420,7 +1448,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1420
1448
|
"Content-Type": "application/json",
|
|
1421
1449
|
...e.headers
|
|
1422
1450
|
}
|
|
1423
|
-
}),
|
|
1451
|
+
}), Tt = (e) => (e.client ?? t).patch({
|
|
1424
1452
|
security: [{
|
|
1425
1453
|
key: "APPToken",
|
|
1426
1454
|
scheme: "bearer",
|
|
@@ -1436,7 +1464,7 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1436
1464
|
"Content-Type": "application/json",
|
|
1437
1465
|
...e.headers
|
|
1438
1466
|
}
|
|
1439
|
-
}),
|
|
1467
|
+
}), Et = (e) => (e.client ?? t).post({
|
|
1440
1468
|
security: [{
|
|
1441
1469
|
key: "APPToken",
|
|
1442
1470
|
scheme: "bearer",
|
|
@@ -1450,4 +1478,4 @@ var n = (e) => (e.client ?? t).post({
|
|
|
1450
1478
|
...e
|
|
1451
1479
|
});
|
|
1452
1480
|
//#endregion
|
|
1453
|
-
export {
|
|
1481
|
+
export { lt as bulkUpdateDepartmentMembers, gt as bulkUpdateLocationMembers, yt as bulkUpdateRoleMembers, w as connectExternalBankAccount, j as createAchMoneyMovement, a as createApplication, l as createBankAccount, M as createBookTransfer, x as createDebitCard, at as createDepartment, ft as createLocation, wt as createUser, ot as deactivateDepartment, pt as deactivateLocation, L as deleteApprovalPoliciesId, V as deleteCounterpartsId, Y as deleteCounterpartsIdBankAccountsId, ie as deleteFilesId, se as deleteLedgerAccountsId, de as deleteMeasureUnitsId, De as deleteProductsId, je as deleteReceiptsId, Fe as deleteReceivablesId, $e as deleteTagsId, Et as disableUser, g as downloadBankAccountTransactions, N as getAnalyticsPayables, P as getAnalyticsReceivables, r as getApiWidgetGatewayInit, i as getApplicationStatus, F as getApprovalPolicies, d as getBankAccount, p as getBankAccountAccess, h as getBankAccountTransactions, _ as getBankAccountTransfers, c as getBankAccounts, z as getCounterparts, H as getCounterpartsId, W as getCounterpartsIdAddresses, q as getCounterpartsIdBankAccounts, y as getCreditCardById, v as getCreditCards, S as getDebitCardById, b as getDebitCards, st as getDepartment, ut as getDisclosures, $ as getEntitiesIdSettings, Q as getEntitiesMe, te as getEntityUsers, ne as getEntityUsersMe, re as getEntityUsersMyEntity, D as getExternalBankAccountAccess, C as getExternalBankAccounts, ae as getLedgerAccounts, mt as getLocation, le as getMeasureUnits, _t as getOrganization, pe as getPayables, ge as getPayablesId, ye as getPayablesIdLineItems, Se as getPayablesIdSuggestions, we as getPaymentTerms, Te as getProducts, Oe as getProductsId, Ae as getReceipts, Ne as getReceivables, Ie as getReceivablesId, He as getReceivablesIdHistory, Ge as getReceivablesIdMails, Ye as getReceivablesIdPdfLink, Ze as getTags, tt as getTransactions, nt as getTransactionsValidations, xt as getUserData, Ct as getUsers, m as grantBankAccountAccess, O as grantExternalBankAccountAccess, k as linkExternalBankAccount, it as listDepartments, dt as listLocations, bt as listRolePermissions, vt as listRoles, u as manageBankAccountAccess, R as patchApprovalPoliciesId, U as patchCounterpartsId, K as patchCounterpartsIdAddressesId, X as patchCounterpartsIdBankAccountsId, ee as patchEntitiesIdSettings, ce as patchLedgerAccountsId, fe as patchMeasureUnitsId, _e as patchPayablesId, ke as patchProductsId, Me as patchReceiptsId, Le as patchReceivablesId, et as patchTagsId, n as postApiWidgetGatewayDisclosureAcceptance, I as postApprovalPolicies, B as postCounterparts, G as postCounterpartsIdAddresses, J as postCounterpartsIdBankAccounts, Z as postCounterpartsIdBankAccountsIdMakeDefault, oe as postLedgerAccounts, ue as postMeasureUnits, me as postPayables, ve as postPayablesIdAttachFile, xe as postPayablesIdSubmitForApproval, Ce as postPayablesIdValidate, he as postPayablesUploadFromFile, Ee as postProducts, Pe as postReceivables, Re as postReceivablesIdAccept, ze as postReceivablesIdCancel, Be as postReceivablesIdClone, Ve as postReceivablesIdDecline, Ue as postReceivablesIdIssue, Ke as postReceivablesIdMarkAsPaid, qe as postReceivablesIdMarkAsPartiallyPaid, Je as postReceivablesIdMarkAsUncollectible, Xe as postReceivablesIdSend, Qe as postTags, be as putPayablesIdLineItems, We as putReceivablesIdLineItems, rt as putTransactionsValidations, s as submitApplication, T as unlinkExternalBankAccount, o as updateApplication, f as updateBankAccount, ct as updateDepartment, E as updateExternalBankAccount, ht as updateLocation, Tt as updateUser, St as upsertUserData, A as validateExternalBankAccount };
|