@tesouro/embedded-components-react 0.2.206 → 0.2.208
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 +40 -0
- package/dist/index.d.ts +455 -310
- package/dist/index.js +111 -107
- package/dist/lib/CardDetailsWidget.d.ts +750 -0
- package/dist/lib/CardDetailsWidget.js +20 -0
- package/dist/lib/CardsWidget.d.ts +1006 -0
- package/dist/lib/CardsWidget.js +20 -0
- package/dist/lib/ReceivablesWidget.js +25 -25
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +25 -25
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index3.js +31 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index4.js +31 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index5.js +18 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index2.js +141 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index3.js +53 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index4.js +20 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index5.js +82 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index6.js +18 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardDetailsHeader.js +56 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardDetailsPanel.js +156 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardFace.js +49 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/DetailCopyRow.js +38 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/labels.js +43 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/statusBadge.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/testIds.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/data-access/dist/index2.js +27 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/data-access/dist/index3.js +27 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index2.js +117 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index3.js +42 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index4.js +46 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index5.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index6.js +260 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index7.js +34 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index8.js +91 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardFaceSwatch.js +15 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsList.js +138 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsListDetailsSheet.js +43 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsListRow.js +60 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/labels.js +77 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/statusBadge.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/types.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index10.js +6 -17
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index6.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index7.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index9.js +17 -6
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +22 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index101.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index107.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index108.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index111.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index113.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +23 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +2 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +7 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +9 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +33 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +35 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +4 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +2 -1271
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +25 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +1270 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +79 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +6 -398
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +9 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +33 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +31 -406
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +11 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +12 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +26 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +14 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +12 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +121 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +7 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +217 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +9 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +47 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +47 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +12 -119
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +45 -217
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +15 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +11 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +149 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +23 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +55 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +70 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +29 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +3 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +56 -144
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +37 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +79 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +5 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +99 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +57 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +9 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +44 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +75 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +55 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +14 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +23 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +76 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +29 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +41 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +7 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +226 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +468 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +101 -108
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +531 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +24 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +27 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +11 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +18 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +18 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +2 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +20 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +19 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +27 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +117 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +67 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +13 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index19.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index190.js +12 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +26 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +92 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +95 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +17 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +13 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +14 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +58 -226
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +396 -468
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +68 -109
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +2 -539
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +406 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +7 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +35 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +100 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +25 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +4 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +12 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +7 -214
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +214 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +9 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +12 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +12 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +2 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +146 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +83 -488
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +21 -164
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +183 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +23 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +34 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +52 -118
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +28 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +5 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +73 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +32 -146
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +20 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +36 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +51 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +82 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +34 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +66 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +359 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +2 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +117 -63
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +6 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +18 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +12 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +13 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +13 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +14 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +21 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +19 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +54 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +27 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +32 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +37 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +15 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +30 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +16 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +103 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +10 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +18 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +24 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +37 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +57 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +45 -164
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +28 -132
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +98 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +41 -156
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +145 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +108 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +62 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +26 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +127 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +44 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +73 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +17 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +28 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +39 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +63 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +91 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +112 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +85 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +39 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +340 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +301 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +103 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +161 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +267 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +24 -360
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +20 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +5 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +42 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +59 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +30 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +118 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +22 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +41 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +53 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +2 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +94 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +96 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +211 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +21 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +17 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +17 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +171 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +130 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +161 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +12 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +18 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +60 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +64 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +56 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +8 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +10 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +54 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +21 -144
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +58 -104
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +14 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +8 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +19 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +8 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +156 -124
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +28 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +26 -116
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +78 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +25 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +114 -191
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +47 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +114 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +93 -329
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +47 -300
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +193 -91
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +68 -160
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +21 -264
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +32 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +31 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +4 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +20 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +32 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +22 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +30 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +19 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +12 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +65 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +14 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +74 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +75 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +44 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +488 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +167 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +22 -213
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +52 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +29 -127
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +54 -154
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +20 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +19 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +43 -78
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +11 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +255 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +32 -255
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +13 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +24 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +50 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +11 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +10 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +34 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +16 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +48 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +9 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +46 -70
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +46 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +35 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +28 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +43 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +25 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +72 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index37.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index370.js +94 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +35 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +10 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +11 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +53 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +34 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +22 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +6 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +21 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +6 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +66 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +20 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +114 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +80 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +2 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +11 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +8 -115
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +95 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +38 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +31 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +120 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +18 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +16 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +16 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +16 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +16 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +71 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +16 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +16 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +3 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +11 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +32 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +4 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +124 -266
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +20 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +25 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +38 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +5 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +78 -135
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +17 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +84 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +268 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +39 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +62 -282
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +44 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +25 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +137 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +92 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +10 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +2 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +284 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +48 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +15 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +69 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +45 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +26 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +8 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +7 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +51 -124
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +15 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +18 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +28 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +64 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +52 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +37 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +41 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +35 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +15 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +17 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +49 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +55 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +33 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +54 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +33 -82
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +15 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +94 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +15 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +73 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +20 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +9 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +56 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +67 -100
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +21 -112
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +37 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +30 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +12 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +29 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +23 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +38 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +50 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +34 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +47 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +81 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +72 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +84 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +53 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +51 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +55 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +32 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +85 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +23 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +105 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +108 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +75 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +66 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +37 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index484.js +47 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index485.js +36 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +50 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +54 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index488.js +43 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index489.js +19 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index490.js +7 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index5.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index50.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index53.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index58.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index78.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index86.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index87.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index94.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +338 -286
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +266 -202
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/scopes.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/card/cardPresentation.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/card/cardProgram.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +25 -25
- package/dist/pending-feature-style-sources.d.ts +1 -3
- package/package.json +1 -1
package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { client as t } from "./client.gen.js";
|
|
2
|
-
const
|
|
2
|
+
const a = (e) => (e?.client ?? t).get({
|
|
3
3
|
security: [
|
|
4
4
|
{
|
|
5
5
|
key: "HTTPBearer",
|
|
@@ -9,7 +9,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
9
9
|
],
|
|
10
10
|
url: "/api/widget-gateway/init",
|
|
11
11
|
...e
|
|
12
|
-
}),
|
|
12
|
+
}), s = (e) => (e?.client ?? t).get({
|
|
13
13
|
security: [
|
|
14
14
|
{
|
|
15
15
|
key: "APPToken",
|
|
@@ -47,7 +47,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
47
47
|
"Content-Type": "application/json",
|
|
48
48
|
...e.headers
|
|
49
49
|
}
|
|
50
|
-
}),
|
|
50
|
+
}), i = (e) => (e.client ?? t).post({
|
|
51
51
|
security: [
|
|
52
52
|
{
|
|
53
53
|
key: "APPToken",
|
|
@@ -57,7 +57,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
57
57
|
],
|
|
58
58
|
url: "/embedded-banking/v1/bank-account-applications/{id}/submission",
|
|
59
59
|
...e
|
|
60
|
-
}),
|
|
60
|
+
}), p = (e) => (e?.client ?? t).get({
|
|
61
61
|
security: [
|
|
62
62
|
{
|
|
63
63
|
key: "APPToken",
|
|
@@ -223,7 +223,67 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
223
223
|
],
|
|
224
224
|
url: "/embedded-banking/v1/bank-accounts/{id}/transfers",
|
|
225
225
|
...e
|
|
226
|
-
}), m = (e) => (e?.client ?? t).
|
|
226
|
+
}), m = (e) => (e?.client ?? t).get({
|
|
227
|
+
security: [
|
|
228
|
+
{
|
|
229
|
+
key: "APPToken",
|
|
230
|
+
scheme: "bearer",
|
|
231
|
+
type: "http"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
key: "USERToken",
|
|
235
|
+
scheme: "bearer",
|
|
236
|
+
type: "http"
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
url: "/embedded-banking/v1/credit-cards",
|
|
240
|
+
...e
|
|
241
|
+
}), v = (e) => (e.client ?? t).get({
|
|
242
|
+
security: [
|
|
243
|
+
{
|
|
244
|
+
key: "APPToken",
|
|
245
|
+
scheme: "bearer",
|
|
246
|
+
type: "http"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
key: "USERToken",
|
|
250
|
+
scheme: "bearer",
|
|
251
|
+
type: "http"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
url: "/embedded-banking/v1/credit-cards/{cardId}",
|
|
255
|
+
...e
|
|
256
|
+
}), P = (e) => (e?.client ?? t).get({
|
|
257
|
+
security: [
|
|
258
|
+
{
|
|
259
|
+
key: "APPToken",
|
|
260
|
+
scheme: "bearer",
|
|
261
|
+
type: "http"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
key: "USERToken",
|
|
265
|
+
scheme: "bearer",
|
|
266
|
+
type: "http"
|
|
267
|
+
}
|
|
268
|
+
],
|
|
269
|
+
url: "/embedded-banking/v1/debit-cards",
|
|
270
|
+
...e
|
|
271
|
+
}), g = (e) => (e.client ?? t).get({
|
|
272
|
+
security: [
|
|
273
|
+
{
|
|
274
|
+
key: "APPToken",
|
|
275
|
+
scheme: "bearer",
|
|
276
|
+
type: "http"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
key: "USERToken",
|
|
280
|
+
scheme: "bearer",
|
|
281
|
+
type: "http"
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
url: "/embedded-banking/v1/debit-cards/{cardId}",
|
|
285
|
+
...e
|
|
286
|
+
}), B = (e) => (e?.client ?? t).post({
|
|
227
287
|
security: [
|
|
228
288
|
{
|
|
229
289
|
key: "HTTPBearer",
|
|
@@ -233,7 +293,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
233
293
|
],
|
|
234
294
|
url: "/embedded-banking/v1/disclosures/accept",
|
|
235
295
|
...e
|
|
236
|
-
}),
|
|
296
|
+
}), A = (e) => (e?.client ?? t).get({
|
|
237
297
|
security: [
|
|
238
298
|
{
|
|
239
299
|
key: "APPToken",
|
|
@@ -248,7 +308,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
248
308
|
],
|
|
249
309
|
url: "/embedded-banking/v1/external-bank-accounts",
|
|
250
310
|
...e
|
|
251
|
-
}),
|
|
311
|
+
}), f = (e) => (e.client ?? t).post({
|
|
252
312
|
security: [
|
|
253
313
|
{
|
|
254
314
|
key: "APPToken",
|
|
@@ -267,7 +327,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
267
327
|
"Content-Type": "application/json",
|
|
268
328
|
...e.headers
|
|
269
329
|
}
|
|
270
|
-
}),
|
|
330
|
+
}), H = (e) => (e.client ?? t).delete({
|
|
271
331
|
security: [
|
|
272
332
|
{
|
|
273
333
|
key: "APPToken",
|
|
@@ -282,7 +342,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
282
342
|
],
|
|
283
343
|
url: "/embedded-banking/v1/external-bank-accounts/{id}",
|
|
284
344
|
...e
|
|
285
|
-
}),
|
|
345
|
+
}), C = (e) => (e.client ?? t).patch({
|
|
286
346
|
security: [
|
|
287
347
|
{
|
|
288
348
|
key: "APPToken",
|
|
@@ -301,7 +361,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
301
361
|
"Content-Type": "application/json",
|
|
302
362
|
...e.headers
|
|
303
363
|
}
|
|
304
|
-
}),
|
|
364
|
+
}), R = (e) => (e.client ?? t).get({
|
|
305
365
|
security: [
|
|
306
366
|
{
|
|
307
367
|
key: "APPToken",
|
|
@@ -316,7 +376,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
316
376
|
],
|
|
317
377
|
url: "/embedded-banking/v1/external-bank-accounts/{id}/access",
|
|
318
378
|
...e
|
|
319
|
-
}),
|
|
379
|
+
}), U = (e) => (e.client ?? t).post({
|
|
320
380
|
security: [
|
|
321
381
|
{
|
|
322
382
|
key: "APPToken",
|
|
@@ -335,7 +395,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
335
395
|
"Content-Type": "application/json",
|
|
336
396
|
...e.headers
|
|
337
397
|
}
|
|
338
|
-
}),
|
|
398
|
+
}), I = (e) => (e.client ?? t).post({
|
|
339
399
|
security: [
|
|
340
400
|
{
|
|
341
401
|
key: "APPToken",
|
|
@@ -350,7 +410,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
350
410
|
],
|
|
351
411
|
url: "/embedded-banking/v1/external-bank-accounts/{id}/link",
|
|
352
412
|
...e
|
|
353
|
-
}),
|
|
413
|
+
}), E = (e) => (e.client ?? t).post({
|
|
354
414
|
security: [
|
|
355
415
|
{
|
|
356
416
|
key: "APPToken",
|
|
@@ -369,7 +429,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
369
429
|
"Content-Type": "application/json",
|
|
370
430
|
...e.headers
|
|
371
431
|
}
|
|
372
|
-
}),
|
|
432
|
+
}), j = (e) => (e.client ?? t).post({
|
|
373
433
|
security: [
|
|
374
434
|
{
|
|
375
435
|
key: "APPToken",
|
|
@@ -388,7 +448,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
388
448
|
"Content-Type": "application/json",
|
|
389
449
|
...e.headers
|
|
390
450
|
}
|
|
391
|
-
}),
|
|
451
|
+
}), S = (e) => (e.client ?? t).post({
|
|
392
452
|
security: [
|
|
393
453
|
{
|
|
394
454
|
key: "APPToken",
|
|
@@ -407,7 +467,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
407
467
|
"Content-Type": "application/json",
|
|
408
468
|
...e.headers
|
|
409
469
|
}
|
|
410
|
-
}),
|
|
470
|
+
}), _ = (e) => (e.client ?? t).get({
|
|
411
471
|
security: [
|
|
412
472
|
{
|
|
413
473
|
key: "HTTPBearer",
|
|
@@ -417,7 +477,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
417
477
|
],
|
|
418
478
|
url: "/finops/v1/analytics/payables",
|
|
419
479
|
...e
|
|
420
|
-
}),
|
|
480
|
+
}), x = (e) => (e.client ?? t).get({
|
|
421
481
|
security: [
|
|
422
482
|
{
|
|
423
483
|
key: "HTTPBearer",
|
|
@@ -427,7 +487,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
427
487
|
],
|
|
428
488
|
url: "/finops/v1/analytics/receivables",
|
|
429
489
|
...e
|
|
430
|
-
}),
|
|
490
|
+
}), M = (e) => (e.client ?? t).get({
|
|
431
491
|
security: [
|
|
432
492
|
{
|
|
433
493
|
key: "HTTPBearer",
|
|
@@ -437,7 +497,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
437
497
|
],
|
|
438
498
|
url: "/finops/v1/approval-policies",
|
|
439
499
|
...e
|
|
440
|
-
}),
|
|
500
|
+
}), D = (e) => (e.client ?? t).post({
|
|
441
501
|
security: [
|
|
442
502
|
{
|
|
443
503
|
key: "HTTPBearer",
|
|
@@ -451,7 +511,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
451
511
|
"Content-Type": "application/json",
|
|
452
512
|
...e.headers
|
|
453
513
|
}
|
|
454
|
-
}),
|
|
514
|
+
}), L = (e) => (e.client ?? t).delete({
|
|
455
515
|
security: [
|
|
456
516
|
{
|
|
457
517
|
key: "HTTPBearer",
|
|
@@ -461,7 +521,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
461
521
|
],
|
|
462
522
|
url: "/finops/v1/approval-policies/{approval_policy_id}",
|
|
463
523
|
...e
|
|
464
|
-
}),
|
|
524
|
+
}), w = (e) => (e.client ?? t).patch({
|
|
465
525
|
security: [
|
|
466
526
|
{
|
|
467
527
|
key: "HTTPBearer",
|
|
@@ -475,7 +535,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
475
535
|
"Content-Type": "application/json",
|
|
476
536
|
...e.headers
|
|
477
537
|
}
|
|
478
|
-
}),
|
|
538
|
+
}), V = (e) => (e.client ?? t).get({
|
|
479
539
|
security: [
|
|
480
540
|
{
|
|
481
541
|
key: "HTTPBearer",
|
|
@@ -485,7 +545,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
485
545
|
],
|
|
486
546
|
url: "/finops/v1/counterparts",
|
|
487
547
|
...e
|
|
488
|
-
}),
|
|
548
|
+
}), G = (e) => (e.client ?? t).post({
|
|
489
549
|
security: [
|
|
490
550
|
{
|
|
491
551
|
key: "HTTPBearer",
|
|
@@ -499,7 +559,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
499
559
|
"Content-Type": "application/json",
|
|
500
560
|
...e.headers
|
|
501
561
|
}
|
|
502
|
-
}),
|
|
562
|
+
}), W = (e) => (e.client ?? t).delete({
|
|
503
563
|
security: [
|
|
504
564
|
{
|
|
505
565
|
key: "HTTPBearer",
|
|
@@ -509,7 +569,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
509
569
|
],
|
|
510
570
|
url: "/finops/v1/counterparts/{counterpart_id}",
|
|
511
571
|
...e
|
|
512
|
-
}),
|
|
572
|
+
}), $ = (e) => (e.client ?? t).get({
|
|
513
573
|
security: [
|
|
514
574
|
{
|
|
515
575
|
key: "HTTPBearer",
|
|
@@ -519,7 +579,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
519
579
|
],
|
|
520
580
|
url: "/finops/v1/counterparts/{counterpart_id}",
|
|
521
581
|
...e
|
|
522
|
-
}),
|
|
582
|
+
}), z = (e) => (e.client ?? t).patch({
|
|
523
583
|
security: [
|
|
524
584
|
{
|
|
525
585
|
key: "HTTPBearer",
|
|
@@ -533,7 +593,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
533
593
|
"Content-Type": "application/json",
|
|
534
594
|
...e.headers
|
|
535
595
|
}
|
|
536
|
-
}),
|
|
596
|
+
}), O = (e) => (e.client ?? t).get({
|
|
537
597
|
security: [
|
|
538
598
|
{
|
|
539
599
|
key: "HTTPBearer",
|
|
@@ -543,7 +603,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
543
603
|
],
|
|
544
604
|
url: "/finops/v1/counterparts/{counterpart_id}/addresses",
|
|
545
605
|
...e
|
|
546
|
-
}),
|
|
606
|
+
}), X = (e) => (e.client ?? t).post({
|
|
547
607
|
security: [
|
|
548
608
|
{
|
|
549
609
|
key: "HTTPBearer",
|
|
@@ -557,7 +617,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
557
617
|
"Content-Type": "application/json",
|
|
558
618
|
...e.headers
|
|
559
619
|
}
|
|
560
|
-
}),
|
|
620
|
+
}), F = (e) => (e.client ?? t).patch({
|
|
561
621
|
security: [
|
|
562
622
|
{
|
|
563
623
|
key: "HTTPBearer",
|
|
@@ -571,7 +631,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
571
631
|
"Content-Type": "application/json",
|
|
572
632
|
...e.headers
|
|
573
633
|
}
|
|
574
|
-
}),
|
|
634
|
+
}), J = (e) => (e.client ?? t).get({
|
|
575
635
|
security: [
|
|
576
636
|
{
|
|
577
637
|
key: "HTTPBearer",
|
|
@@ -581,7 +641,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
581
641
|
],
|
|
582
642
|
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts",
|
|
583
643
|
...e
|
|
584
|
-
}),
|
|
644
|
+
}), K = (e) => (e.client ?? t).post({
|
|
585
645
|
security: [
|
|
586
646
|
{
|
|
587
647
|
key: "HTTPBearer",
|
|
@@ -595,7 +655,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
595
655
|
"Content-Type": "application/json",
|
|
596
656
|
...e.headers
|
|
597
657
|
}
|
|
598
|
-
}),
|
|
658
|
+
}), N = (e) => (e.client ?? t).delete({
|
|
599
659
|
security: [
|
|
600
660
|
{
|
|
601
661
|
key: "HTTPBearer",
|
|
@@ -605,7 +665,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
605
665
|
],
|
|
606
666
|
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}",
|
|
607
667
|
...e
|
|
608
|
-
}),
|
|
668
|
+
}), Q = (e) => (e.client ?? t).patch({
|
|
609
669
|
security: [
|
|
610
670
|
{
|
|
611
671
|
key: "HTTPBearer",
|
|
@@ -619,7 +679,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
619
679
|
"Content-Type": "application/json",
|
|
620
680
|
...e.headers
|
|
621
681
|
}
|
|
622
|
-
}),
|
|
682
|
+
}), Y = (e) => (e.client ?? t).post({
|
|
623
683
|
security: [
|
|
624
684
|
{
|
|
625
685
|
key: "HTTPBearer",
|
|
@@ -629,7 +689,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
629
689
|
],
|
|
630
690
|
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}/make-default",
|
|
631
691
|
...e
|
|
632
|
-
}),
|
|
692
|
+
}), q = (e) => (e?.client ?? t).get({
|
|
633
693
|
security: [
|
|
634
694
|
{
|
|
635
695
|
key: "HTTPBearer",
|
|
@@ -639,7 +699,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
639
699
|
],
|
|
640
700
|
url: "/finops/v1/entities/me",
|
|
641
701
|
...e
|
|
642
|
-
}),
|
|
702
|
+
}), Z = (e) => (e.client ?? t).get({
|
|
643
703
|
security: [
|
|
644
704
|
{
|
|
645
705
|
key: "HTTPBearer",
|
|
@@ -649,7 +709,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
649
709
|
],
|
|
650
710
|
url: "/finops/v1/entities/{entity_id}/settings",
|
|
651
711
|
...e
|
|
652
|
-
}),
|
|
712
|
+
}), ee = (e) => (e.client ?? t).patch({
|
|
653
713
|
security: [
|
|
654
714
|
{
|
|
655
715
|
key: "HTTPBearer",
|
|
@@ -663,7 +723,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
663
723
|
"Content-Type": "application/json",
|
|
664
724
|
...e.headers
|
|
665
725
|
}
|
|
666
|
-
}),
|
|
726
|
+
}), te = (e) => (e.client ?? t).get({
|
|
667
727
|
security: [
|
|
668
728
|
{
|
|
669
729
|
key: "HTTPBearer",
|
|
@@ -673,7 +733,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
673
733
|
],
|
|
674
734
|
url: "/finops/v1/entity-users",
|
|
675
735
|
...e
|
|
676
|
-
}),
|
|
736
|
+
}), re = (e) => (e?.client ?? t).get({
|
|
677
737
|
security: [
|
|
678
738
|
{
|
|
679
739
|
key: "HTTPBearer",
|
|
@@ -683,7 +743,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
683
743
|
],
|
|
684
744
|
url: "/finops/v1/entity-users/me",
|
|
685
745
|
...e
|
|
686
|
-
}),
|
|
746
|
+
}), ae = (e) => (e?.client ?? t).get({
|
|
687
747
|
security: [
|
|
688
748
|
{
|
|
689
749
|
key: "HTTPBearer",
|
|
@@ -693,7 +753,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
693
753
|
],
|
|
694
754
|
url: "/finops/v1/entity-users/my-entity",
|
|
695
755
|
...e
|
|
696
|
-
}),
|
|
756
|
+
}), se = (e) => (e.client ?? t).get({
|
|
697
757
|
security: [
|
|
698
758
|
{
|
|
699
759
|
key: "HTTPBearer",
|
|
@@ -703,7 +763,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
703
763
|
],
|
|
704
764
|
url: "/finops/v1/ledger-accounts",
|
|
705
765
|
...e
|
|
706
|
-
}),
|
|
766
|
+
}), ne = (e) => (e.client ?? t).get({
|
|
707
767
|
security: [
|
|
708
768
|
{
|
|
709
769
|
key: "HTTPBearer",
|
|
@@ -713,7 +773,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
713
773
|
],
|
|
714
774
|
url: "/finops/v1/measure-units",
|
|
715
775
|
...e
|
|
716
|
-
}),
|
|
776
|
+
}), ce = (e) => (e.client ?? t).post({
|
|
717
777
|
security: [
|
|
718
778
|
{
|
|
719
779
|
key: "HTTPBearer",
|
|
@@ -727,7 +787,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
727
787
|
"Content-Type": "application/json",
|
|
728
788
|
...e.headers
|
|
729
789
|
}
|
|
730
|
-
}),
|
|
790
|
+
}), ie = (e) => (e.client ?? t).delete({
|
|
731
791
|
security: [
|
|
732
792
|
{
|
|
733
793
|
key: "HTTPBearer",
|
|
@@ -737,7 +797,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
737
797
|
],
|
|
738
798
|
url: "/finops/v1/measure-units/{unit_id}",
|
|
739
799
|
...e
|
|
740
|
-
}),
|
|
800
|
+
}), pe = (e) => (e.client ?? t).patch({
|
|
741
801
|
security: [
|
|
742
802
|
{
|
|
743
803
|
key: "HTTPBearer",
|
|
@@ -751,7 +811,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
751
811
|
"Content-Type": "application/json",
|
|
752
812
|
...e.headers
|
|
753
813
|
}
|
|
754
|
-
}),
|
|
814
|
+
}), oe = (e) => (e.client ?? t).get({
|
|
755
815
|
security: [
|
|
756
816
|
{
|
|
757
817
|
key: "HTTPBearer",
|
|
@@ -761,7 +821,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
761
821
|
],
|
|
762
822
|
url: "/finops/v1/payables",
|
|
763
823
|
...e
|
|
764
|
-
}),
|
|
824
|
+
}), ye = (e) => (e.client ?? t).get({
|
|
765
825
|
security: [
|
|
766
826
|
{
|
|
767
827
|
key: "HTTPBearer",
|
|
@@ -771,7 +831,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
771
831
|
],
|
|
772
832
|
url: "/finops/v1/payment-terms",
|
|
773
833
|
...e
|
|
774
|
-
}),
|
|
834
|
+
}), le = (e) => (e.client ?? t).get({
|
|
775
835
|
security: [
|
|
776
836
|
{
|
|
777
837
|
key: "HTTPBearer",
|
|
@@ -781,7 +841,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
781
841
|
],
|
|
782
842
|
url: "/finops/v1/products",
|
|
783
843
|
...e
|
|
784
|
-
}),
|
|
844
|
+
}), he = (e) => (e.client ?? t).post({
|
|
785
845
|
security: [
|
|
786
846
|
{
|
|
787
847
|
key: "HTTPBearer",
|
|
@@ -795,7 +855,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
795
855
|
"Content-Type": "application/json",
|
|
796
856
|
...e.headers
|
|
797
857
|
}
|
|
798
|
-
}),
|
|
858
|
+
}), de = (e) => (e.client ?? t).delete({
|
|
799
859
|
security: [
|
|
800
860
|
{
|
|
801
861
|
key: "HTTPBearer",
|
|
@@ -805,7 +865,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
805
865
|
],
|
|
806
866
|
url: "/finops/v1/products/{product_id}",
|
|
807
867
|
...e
|
|
808
|
-
}),
|
|
868
|
+
}), ue = (e) => (e.client ?? t).get({
|
|
809
869
|
security: [
|
|
810
870
|
{
|
|
811
871
|
key: "HTTPBearer",
|
|
@@ -815,7 +875,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
815
875
|
],
|
|
816
876
|
url: "/finops/v1/products/{product_id}",
|
|
817
877
|
...e
|
|
818
|
-
}),
|
|
878
|
+
}), ke = (e) => (e.client ?? t).patch({
|
|
819
879
|
security: [
|
|
820
880
|
{
|
|
821
881
|
key: "HTTPBearer",
|
|
@@ -829,7 +889,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
829
889
|
"Content-Type": "application/json",
|
|
830
890
|
...e.headers
|
|
831
891
|
}
|
|
832
|
-
}),
|
|
892
|
+
}), be = (e) => (e.client ?? t).get({
|
|
833
893
|
security: [
|
|
834
894
|
{
|
|
835
895
|
key: "HTTPBearer",
|
|
@@ -839,7 +899,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
839
899
|
],
|
|
840
900
|
url: "/finops/v1/receipts",
|
|
841
901
|
...e
|
|
842
|
-
}),
|
|
902
|
+
}), Te = (e) => (e.client ?? t).delete({
|
|
843
903
|
security: [
|
|
844
904
|
{
|
|
845
905
|
key: "HTTPBearer",
|
|
@@ -849,7 +909,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
849
909
|
],
|
|
850
910
|
url: "/finops/v1/receipts/{receipt_id}",
|
|
851
911
|
...e
|
|
852
|
-
}),
|
|
912
|
+
}), me = (e) => (e.client ?? t).patch({
|
|
853
913
|
security: [
|
|
854
914
|
{
|
|
855
915
|
key: "HTTPBearer",
|
|
@@ -863,7 +923,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
863
923
|
"Content-Type": "application/json",
|
|
864
924
|
...e.headers
|
|
865
925
|
}
|
|
866
|
-
}),
|
|
926
|
+
}), ve = (e) => (e.client ?? t).get({
|
|
867
927
|
security: [
|
|
868
928
|
{
|
|
869
929
|
key: "HTTPBearer",
|
|
@@ -873,7 +933,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
873
933
|
],
|
|
874
934
|
url: "/finops/v1/receivables",
|
|
875
935
|
...e
|
|
876
|
-
}),
|
|
936
|
+
}), Pe = (e) => (e.client ?? t).post({
|
|
877
937
|
security: [
|
|
878
938
|
{
|
|
879
939
|
key: "HTTPBearer",
|
|
@@ -887,7 +947,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
887
947
|
"Content-Type": "application/json",
|
|
888
948
|
...e.headers
|
|
889
949
|
}
|
|
890
|
-
}),
|
|
950
|
+
}), ge = (e) => (e.client ?? t).delete({
|
|
891
951
|
security: [
|
|
892
952
|
{
|
|
893
953
|
key: "HTTPBearer",
|
|
@@ -897,7 +957,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
897
957
|
],
|
|
898
958
|
url: "/finops/v1/receivables/{receivable_id}",
|
|
899
959
|
...e
|
|
900
|
-
}),
|
|
960
|
+
}), Be = (e) => (e.client ?? t).get({
|
|
901
961
|
security: [
|
|
902
962
|
{
|
|
903
963
|
key: "HTTPBearer",
|
|
@@ -907,7 +967,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
907
967
|
],
|
|
908
968
|
url: "/finops/v1/receivables/{receivable_id}",
|
|
909
969
|
...e
|
|
910
|
-
}),
|
|
970
|
+
}), Ae = (e) => (e.client ?? t).patch({
|
|
911
971
|
security: [
|
|
912
972
|
{
|
|
913
973
|
key: "HTTPBearer",
|
|
@@ -921,7 +981,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
921
981
|
"Content-Type": "application/json",
|
|
922
982
|
...e.headers
|
|
923
983
|
}
|
|
924
|
-
}),
|
|
984
|
+
}), fe = (e) => (e.client ?? t).post({
|
|
925
985
|
security: [
|
|
926
986
|
{
|
|
927
987
|
key: "HTTPBearer",
|
|
@@ -935,7 +995,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
935
995
|
"Content-Type": "application/json",
|
|
936
996
|
...e.headers
|
|
937
997
|
}
|
|
938
|
-
}),
|
|
998
|
+
}), He = (e) => (e.client ?? t).post({
|
|
939
999
|
security: [
|
|
940
1000
|
{
|
|
941
1001
|
key: "HTTPBearer",
|
|
@@ -945,7 +1005,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
945
1005
|
],
|
|
946
1006
|
url: "/finops/v1/receivables/{receivable_id}/cancel",
|
|
947
1007
|
...e
|
|
948
|
-
}),
|
|
1008
|
+
}), Ce = (e) => (e.client ?? t).post({
|
|
949
1009
|
security: [
|
|
950
1010
|
{
|
|
951
1011
|
key: "HTTPBearer",
|
|
@@ -955,7 +1015,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
955
1015
|
],
|
|
956
1016
|
url: "/finops/v1/receivables/{receivable_id}/clone",
|
|
957
1017
|
...e
|
|
958
|
-
}),
|
|
1018
|
+
}), Re = (e) => (e.client ?? t).post({
|
|
959
1019
|
security: [
|
|
960
1020
|
{
|
|
961
1021
|
key: "HTTPBearer",
|
|
@@ -969,7 +1029,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
969
1029
|
"Content-Type": "application/json",
|
|
970
1030
|
...e.headers
|
|
971
1031
|
}
|
|
972
|
-
}),
|
|
1032
|
+
}), Ue = (e) => (e.client ?? t).get({
|
|
973
1033
|
security: [
|
|
974
1034
|
{
|
|
975
1035
|
key: "HTTPBearer",
|
|
@@ -979,7 +1039,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
979
1039
|
],
|
|
980
1040
|
url: "/finops/v1/receivables/{receivable_id}/history",
|
|
981
1041
|
...e
|
|
982
|
-
}),
|
|
1042
|
+
}), Ie = (e) => (e.client ?? t).post({
|
|
983
1043
|
security: [
|
|
984
1044
|
{
|
|
985
1045
|
key: "HTTPBearer",
|
|
@@ -989,7 +1049,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
989
1049
|
],
|
|
990
1050
|
url: "/finops/v1/receivables/{receivable_id}/issue",
|
|
991
1051
|
...e
|
|
992
|
-
}),
|
|
1052
|
+
}), Ee = (e) => (e.client ?? t).put({
|
|
993
1053
|
security: [
|
|
994
1054
|
{
|
|
995
1055
|
key: "HTTPBearer",
|
|
@@ -1003,7 +1063,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1003
1063
|
"Content-Type": "application/json",
|
|
1004
1064
|
...e.headers
|
|
1005
1065
|
}
|
|
1006
|
-
}),
|
|
1066
|
+
}), je = (e) => (e.client ?? t).get({
|
|
1007
1067
|
security: [
|
|
1008
1068
|
{
|
|
1009
1069
|
key: "HTTPBearer",
|
|
@@ -1013,7 +1073,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1013
1073
|
],
|
|
1014
1074
|
url: "/finops/v1/receivables/{receivable_id}/mails",
|
|
1015
1075
|
...e
|
|
1016
|
-
}),
|
|
1076
|
+
}), Se = (e) => (e.client ?? t).post({
|
|
1017
1077
|
security: [
|
|
1018
1078
|
{
|
|
1019
1079
|
key: "HTTPBearer",
|
|
@@ -1027,7 +1087,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1027
1087
|
"Content-Type": "application/json",
|
|
1028
1088
|
...e.headers
|
|
1029
1089
|
}
|
|
1030
|
-
}),
|
|
1090
|
+
}), _e = (e) => (e.client ?? t).post({
|
|
1031
1091
|
security: [
|
|
1032
1092
|
{
|
|
1033
1093
|
key: "HTTPBearer",
|
|
@@ -1041,7 +1101,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1041
1101
|
"Content-Type": "application/json",
|
|
1042
1102
|
...e.headers
|
|
1043
1103
|
}
|
|
1044
|
-
}),
|
|
1104
|
+
}), xe = (e) => (e.client ?? t).post({
|
|
1045
1105
|
security: [
|
|
1046
1106
|
{
|
|
1047
1107
|
key: "HTTPBearer",
|
|
@@ -1055,7 +1115,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1055
1115
|
"Content-Type": "application/json",
|
|
1056
1116
|
...e.headers
|
|
1057
1117
|
}
|
|
1058
|
-
}),
|
|
1118
|
+
}), Me = (e) => (e.client ?? t).get({
|
|
1059
1119
|
security: [
|
|
1060
1120
|
{
|
|
1061
1121
|
key: "HTTPBearer",
|
|
@@ -1065,7 +1125,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1065
1125
|
],
|
|
1066
1126
|
url: "/finops/v1/receivables/{receivable_id}/pdf-link",
|
|
1067
1127
|
...e
|
|
1068
|
-
}),
|
|
1128
|
+
}), De = (e) => (e.client ?? t).post({
|
|
1069
1129
|
security: [
|
|
1070
1130
|
{
|
|
1071
1131
|
key: "HTTPBearer",
|
|
@@ -1079,7 +1139,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1079
1139
|
"Content-Type": "application/json",
|
|
1080
1140
|
...e.headers
|
|
1081
1141
|
}
|
|
1082
|
-
}),
|
|
1142
|
+
}), Le = (e) => (e.client ?? t).get(
|
|
1083
1143
|
{
|
|
1084
1144
|
security: [
|
|
1085
1145
|
{
|
|
@@ -1091,7 +1151,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1091
1151
|
url: "/finops/v1/tags",
|
|
1092
1152
|
...e
|
|
1093
1153
|
}
|
|
1094
|
-
),
|
|
1154
|
+
), we = (e) => (e.client ?? t).post({
|
|
1095
1155
|
security: [
|
|
1096
1156
|
{
|
|
1097
1157
|
key: "HTTPBearer",
|
|
@@ -1105,7 +1165,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1105
1165
|
"Content-Type": "application/json",
|
|
1106
1166
|
...e.headers
|
|
1107
1167
|
}
|
|
1108
|
-
}),
|
|
1168
|
+
}), Ve = (e) => (e.client ?? t).delete({
|
|
1109
1169
|
security: [
|
|
1110
1170
|
{
|
|
1111
1171
|
key: "HTTPBearer",
|
|
@@ -1115,7 +1175,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1115
1175
|
],
|
|
1116
1176
|
url: "/finops/v1/tags/{tag_id}",
|
|
1117
1177
|
...e
|
|
1118
|
-
}),
|
|
1178
|
+
}), Ge = (e) => (e.client ?? t).patch({
|
|
1119
1179
|
security: [
|
|
1120
1180
|
{
|
|
1121
1181
|
key: "HTTPBearer",
|
|
@@ -1129,7 +1189,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1129
1189
|
"Content-Type": "application/json",
|
|
1130
1190
|
...e.headers
|
|
1131
1191
|
}
|
|
1132
|
-
}),
|
|
1192
|
+
}), We = (e) => (e.client ?? t).get({
|
|
1133
1193
|
security: [
|
|
1134
1194
|
{
|
|
1135
1195
|
key: "HTTPBearer",
|
|
@@ -1139,7 +1199,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1139
1199
|
],
|
|
1140
1200
|
url: "/finops/v1/transactions",
|
|
1141
1201
|
...e
|
|
1142
|
-
}),
|
|
1202
|
+
}), $e = (e) => (e.client ?? t).get({
|
|
1143
1203
|
security: [
|
|
1144
1204
|
{
|
|
1145
1205
|
key: "HTTPBearer",
|
|
@@ -1149,7 +1209,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1149
1209
|
],
|
|
1150
1210
|
url: "/finops/v1/transactions/validations",
|
|
1151
1211
|
...e
|
|
1152
|
-
}),
|
|
1212
|
+
}), ze = (e) => (e.client ?? t).put({
|
|
1153
1213
|
security: [
|
|
1154
1214
|
{
|
|
1155
1215
|
key: "HTTPBearer",
|
|
@@ -1163,7 +1223,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1163
1223
|
"Content-Type": "application/json",
|
|
1164
1224
|
...e.headers
|
|
1165
1225
|
}
|
|
1166
|
-
}),
|
|
1226
|
+
}), Oe = (e) => (e?.client ?? t).get({
|
|
1167
1227
|
security: [
|
|
1168
1228
|
{
|
|
1169
1229
|
key: "APPToken",
|
|
@@ -1178,7 +1238,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1178
1238
|
],
|
|
1179
1239
|
url: "/identity/v1/departments",
|
|
1180
1240
|
...e
|
|
1181
|
-
}),
|
|
1241
|
+
}), Xe = (e) => (e.client ?? t).post({
|
|
1182
1242
|
security: [
|
|
1183
1243
|
{
|
|
1184
1244
|
key: "APPToken",
|
|
@@ -1197,7 +1257,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1197
1257
|
"Content-Type": "application/json",
|
|
1198
1258
|
...e.headers
|
|
1199
1259
|
}
|
|
1200
|
-
}),
|
|
1260
|
+
}), Fe = (e) => (e.client ?? t).delete({
|
|
1201
1261
|
security: [
|
|
1202
1262
|
{
|
|
1203
1263
|
key: "APPToken",
|
|
@@ -1212,7 +1272,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1212
1272
|
],
|
|
1213
1273
|
url: "/identity/v1/departments/{departmentId}",
|
|
1214
1274
|
...e
|
|
1215
|
-
}),
|
|
1275
|
+
}), Je = (e) => (e.client ?? t).get({
|
|
1216
1276
|
security: [
|
|
1217
1277
|
{
|
|
1218
1278
|
key: "APPToken",
|
|
@@ -1227,7 +1287,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1227
1287
|
],
|
|
1228
1288
|
url: "/identity/v1/departments/{departmentId}",
|
|
1229
1289
|
...e
|
|
1230
|
-
}),
|
|
1290
|
+
}), Ke = (e) => (e.client ?? t).put({
|
|
1231
1291
|
security: [
|
|
1232
1292
|
{
|
|
1233
1293
|
key: "APPToken",
|
|
@@ -1246,7 +1306,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1246
1306
|
"Content-Type": "application/json",
|
|
1247
1307
|
...e.headers
|
|
1248
1308
|
}
|
|
1249
|
-
}),
|
|
1309
|
+
}), Ne = (e) => (e.client ?? t).post({
|
|
1250
1310
|
security: [
|
|
1251
1311
|
{
|
|
1252
1312
|
key: "APPToken",
|
|
@@ -1265,7 +1325,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1265
1325
|
"Content-Type": "application/json",
|
|
1266
1326
|
...e.headers
|
|
1267
1327
|
}
|
|
1268
|
-
}),
|
|
1328
|
+
}), Qe = (e) => (e?.client ?? t).get({
|
|
1269
1329
|
security: [
|
|
1270
1330
|
{
|
|
1271
1331
|
key: "APPToken",
|
|
@@ -1280,7 +1340,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1280
1340
|
],
|
|
1281
1341
|
url: "/identity/v1/locations",
|
|
1282
1342
|
...e
|
|
1283
|
-
}),
|
|
1343
|
+
}), Ye = (e) => (e.client ?? t).post({
|
|
1284
1344
|
security: [
|
|
1285
1345
|
{
|
|
1286
1346
|
key: "APPToken",
|
|
@@ -1299,7 +1359,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1299
1359
|
"Content-Type": "application/json",
|
|
1300
1360
|
...e.headers
|
|
1301
1361
|
}
|
|
1302
|
-
}),
|
|
1362
|
+
}), qe = (e) => (e.client ?? t).delete({
|
|
1303
1363
|
security: [
|
|
1304
1364
|
{
|
|
1305
1365
|
key: "APPToken",
|
|
@@ -1314,7 +1374,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1314
1374
|
],
|
|
1315
1375
|
url: "/identity/v1/locations/{locationId}",
|
|
1316
1376
|
...e
|
|
1317
|
-
}),
|
|
1377
|
+
}), Ze = (e) => (e.client ?? t).get({
|
|
1318
1378
|
security: [
|
|
1319
1379
|
{
|
|
1320
1380
|
key: "APPToken",
|
|
@@ -1329,7 +1389,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1329
1389
|
],
|
|
1330
1390
|
url: "/identity/v1/locations/{locationId}",
|
|
1331
1391
|
...e
|
|
1332
|
-
}),
|
|
1392
|
+
}), et = (e) => (e.client ?? t).put({
|
|
1333
1393
|
security: [
|
|
1334
1394
|
{
|
|
1335
1395
|
key: "APPToken",
|
|
@@ -1348,7 +1408,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1348
1408
|
"Content-Type": "application/json",
|
|
1349
1409
|
...e.headers
|
|
1350
1410
|
}
|
|
1351
|
-
}),
|
|
1411
|
+
}), tt = (e) => (e.client ?? t).post({
|
|
1352
1412
|
security: [
|
|
1353
1413
|
{
|
|
1354
1414
|
key: "APPToken",
|
|
@@ -1367,7 +1427,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1367
1427
|
"Content-Type": "application/json",
|
|
1368
1428
|
...e.headers
|
|
1369
1429
|
}
|
|
1370
|
-
}),
|
|
1430
|
+
}), rt = (e) => (e?.client ?? t).get({
|
|
1371
1431
|
security: [
|
|
1372
1432
|
{
|
|
1373
1433
|
key: "APPToken",
|
|
@@ -1382,7 +1442,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1382
1442
|
],
|
|
1383
1443
|
url: "/identity/v1/roles",
|
|
1384
1444
|
...e
|
|
1385
|
-
}),
|
|
1445
|
+
}), at = (e) => (e.client ?? t).post({
|
|
1386
1446
|
security: [
|
|
1387
1447
|
{
|
|
1388
1448
|
key: "APPToken",
|
|
@@ -1401,7 +1461,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1401
1461
|
"Content-Type": "application/json",
|
|
1402
1462
|
...e.headers
|
|
1403
1463
|
}
|
|
1404
|
-
}),
|
|
1464
|
+
}), st = (e) => (e.client ?? t).get({
|
|
1405
1465
|
security: [
|
|
1406
1466
|
{
|
|
1407
1467
|
key: "APPToken",
|
|
@@ -1416,7 +1476,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1416
1476
|
],
|
|
1417
1477
|
url: "/identity/v1/roles/{roleId}/permissions",
|
|
1418
1478
|
...e
|
|
1419
|
-
}),
|
|
1479
|
+
}), nt = (e) => (e.client ?? t).get({
|
|
1420
1480
|
security: [
|
|
1421
1481
|
{
|
|
1422
1482
|
key: "HTTPBearer",
|
|
@@ -1426,7 +1486,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1426
1486
|
],
|
|
1427
1487
|
url: "/identity/v1/user-data/{key}",
|
|
1428
1488
|
...e
|
|
1429
|
-
}),
|
|
1489
|
+
}), ct = (e) => (e.client ?? t).put({
|
|
1430
1490
|
security: [
|
|
1431
1491
|
{
|
|
1432
1492
|
key: "HTTPBearer",
|
|
@@ -1440,7 +1500,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1440
1500
|
"Content-Type": "application/json",
|
|
1441
1501
|
...e.headers
|
|
1442
1502
|
}
|
|
1443
|
-
}),
|
|
1503
|
+
}), it = (e) => (e?.client ?? t).get({
|
|
1444
1504
|
security: [
|
|
1445
1505
|
{
|
|
1446
1506
|
key: "APPToken",
|
|
@@ -1455,7 +1515,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1455
1515
|
],
|
|
1456
1516
|
url: "/identity/v1/users",
|
|
1457
1517
|
...e
|
|
1458
|
-
}),
|
|
1518
|
+
}), pt = (e) => (e.client ?? t).post({
|
|
1459
1519
|
security: [
|
|
1460
1520
|
{
|
|
1461
1521
|
key: "APPToken",
|
|
@@ -1474,7 +1534,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1474
1534
|
"Content-Type": "application/json",
|
|
1475
1535
|
...e.headers
|
|
1476
1536
|
}
|
|
1477
|
-
}),
|
|
1537
|
+
}), ot = (e) => (e.client ?? t).patch({
|
|
1478
1538
|
security: [
|
|
1479
1539
|
{
|
|
1480
1540
|
key: "APPToken",
|
|
@@ -1493,7 +1553,7 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1493
1553
|
"Content-Type": "application/json",
|
|
1494
1554
|
...e.headers
|
|
1495
1555
|
}
|
|
1496
|
-
}),
|
|
1556
|
+
}), yt = (e) => (e.client ?? t).post({
|
|
1497
1557
|
security: [
|
|
1498
1558
|
{
|
|
1499
1559
|
key: "APPToken",
|
|
@@ -1510,116 +1570,120 @@ const s = (e) => (e?.client ?? t).get({
|
|
|
1510
1570
|
...e
|
|
1511
1571
|
});
|
|
1512
1572
|
export {
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1573
|
+
B as acceptDisclosures,
|
|
1574
|
+
Ne as bulkUpdateDepartmentMembers,
|
|
1575
|
+
tt as bulkUpdateLocationMembers,
|
|
1576
|
+
at as bulkUpdateRoleMembers,
|
|
1577
|
+
f as connectExternalBankAccount,
|
|
1578
|
+
j as createAchMoneyMovement,
|
|
1519
1579
|
n as createApplication,
|
|
1520
1580
|
o as createBankAccount,
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1581
|
+
S as createBookTransfer,
|
|
1582
|
+
Xe as createDepartment,
|
|
1583
|
+
Ye as createLocation,
|
|
1584
|
+
pt as createUser,
|
|
1585
|
+
Fe as deactivateDepartment,
|
|
1586
|
+
qe as deactivateLocation,
|
|
1587
|
+
L as deleteApprovalPoliciesId,
|
|
1588
|
+
W as deleteCounterpartsId,
|
|
1589
|
+
N as deleteCounterpartsIdBankAccountsId,
|
|
1590
|
+
ie as deleteMeasureUnitsId,
|
|
1591
|
+
de as deleteProductsId,
|
|
1592
|
+
Te as deleteReceiptsId,
|
|
1593
|
+
ge as deleteReceivablesId,
|
|
1594
|
+
Ve as deleteTagsId,
|
|
1595
|
+
yt as disableUser,
|
|
1536
1596
|
b as downloadBankAccountTransactions,
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1597
|
+
_ as getAnalyticsPayables,
|
|
1598
|
+
x as getAnalyticsReceivables,
|
|
1599
|
+
a as getApiWidgetGatewayInit,
|
|
1600
|
+
s as getApplicationStatus,
|
|
1601
|
+
M as getApprovalPolicies,
|
|
1542
1602
|
l as getBankAccount,
|
|
1543
1603
|
d as getBankAccountAccess,
|
|
1544
1604
|
k as getBankAccountTransactions,
|
|
1545
1605
|
T as getBankAccountTransfers,
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
Z as
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1606
|
+
p as getBankAccounts,
|
|
1607
|
+
V as getCounterparts,
|
|
1608
|
+
$ as getCounterpartsId,
|
|
1609
|
+
O as getCounterpartsIdAddresses,
|
|
1610
|
+
J as getCounterpartsIdBankAccounts,
|
|
1611
|
+
v as getCreditCardById,
|
|
1612
|
+
m as getCreditCards,
|
|
1613
|
+
g as getDebitCardById,
|
|
1614
|
+
P as getDebitCards,
|
|
1615
|
+
Je as getDepartment,
|
|
1616
|
+
Z as getEntitiesIdSettings,
|
|
1617
|
+
q as getEntitiesMe,
|
|
1618
|
+
te as getEntityUsers,
|
|
1619
|
+
re as getEntityUsersMe,
|
|
1620
|
+
ae as getEntityUsersMyEntity,
|
|
1621
|
+
R as getExternalBankAccountAccess,
|
|
1622
|
+
A as getExternalBankAccounts,
|
|
1623
|
+
se as getLedgerAccounts,
|
|
1624
|
+
Ze as getLocation,
|
|
1625
|
+
ne as getMeasureUnits,
|
|
1626
|
+
oe as getPayables,
|
|
1627
|
+
ye as getPaymentTerms,
|
|
1628
|
+
le as getProducts,
|
|
1629
|
+
ue as getProductsId,
|
|
1630
|
+
be as getReceipts,
|
|
1631
|
+
ve as getReceivables,
|
|
1632
|
+
Be as getReceivablesId,
|
|
1633
|
+
Ue as getReceivablesIdHistory,
|
|
1634
|
+
je as getReceivablesIdMails,
|
|
1635
|
+
Me as getReceivablesIdPdfLink,
|
|
1636
|
+
Le as getTags,
|
|
1637
|
+
We as getTransactions,
|
|
1638
|
+
$e as getTransactionsValidations,
|
|
1639
|
+
nt as getUserData,
|
|
1640
|
+
it as getUsers,
|
|
1577
1641
|
u as grantBankAccountAccess,
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1642
|
+
U as grantExternalBankAccountAccess,
|
|
1643
|
+
I as linkExternalBankAccount,
|
|
1644
|
+
Oe as listDepartments,
|
|
1645
|
+
Qe as listLocations,
|
|
1646
|
+
st as listRolePermissions,
|
|
1647
|
+
rt as listRoles,
|
|
1584
1648
|
y as manageBankAccountAccess,
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1649
|
+
w as patchApprovalPoliciesId,
|
|
1650
|
+
z as patchCounterpartsId,
|
|
1651
|
+
F as patchCounterpartsIdAddressesId,
|
|
1652
|
+
Q as patchCounterpartsIdBankAccountsId,
|
|
1653
|
+
ee as patchEntitiesIdSettings,
|
|
1654
|
+
pe as patchMeasureUnitsId,
|
|
1655
|
+
ke as patchProductsId,
|
|
1656
|
+
me as patchReceiptsId,
|
|
1657
|
+
Ae as patchReceivablesId,
|
|
1658
|
+
Ge as patchTagsId,
|
|
1659
|
+
D as postApprovalPolicies,
|
|
1660
|
+
G as postCounterparts,
|
|
1661
|
+
X as postCounterpartsIdAddresses,
|
|
1662
|
+
K as postCounterpartsIdBankAccounts,
|
|
1663
|
+
Y as postCounterpartsIdBankAccountsIdMakeDefault,
|
|
1664
|
+
ce as postMeasureUnits,
|
|
1665
|
+
he as postProducts,
|
|
1666
|
+
Pe as postReceivables,
|
|
1667
|
+
fe as postReceivablesIdAccept,
|
|
1668
|
+
He as postReceivablesIdCancel,
|
|
1669
|
+
Ce as postReceivablesIdClone,
|
|
1670
|
+
Re as postReceivablesIdDecline,
|
|
1671
|
+
Ie as postReceivablesIdIssue,
|
|
1672
|
+
Se as postReceivablesIdMarkAsPaid,
|
|
1673
|
+
_e as postReceivablesIdMarkAsPartiallyPaid,
|
|
1674
|
+
xe as postReceivablesIdMarkAsUncollectible,
|
|
1675
|
+
De as postReceivablesIdSend,
|
|
1676
|
+
we as postTags,
|
|
1677
|
+
Ee as putReceivablesIdLineItems,
|
|
1678
|
+
ze as putTransactionsValidations,
|
|
1679
|
+
i as submitApplication,
|
|
1680
|
+
H as unlinkExternalBankAccount,
|
|
1617
1681
|
c as updateApplication,
|
|
1618
1682
|
h as updateBankAccount,
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1683
|
+
Ke as updateDepartment,
|
|
1684
|
+
C as updateExternalBankAccount,
|
|
1685
|
+
et as updateLocation,
|
|
1686
|
+
ot as updateUser,
|
|
1687
|
+
ct as upsertUserData,
|
|
1688
|
+
E as validateExternalBankAccount
|
|
1625
1689
|
};
|