@tesouro/embedded-components-react 0.2.32 → 0.2.33
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 +13 -9
- package/dist/index.css +75 -8
- package/dist/index.d.ts +80 -67
- package/dist/lib/BankAccountsWidget.d.ts +80 -67
- package/dist/lib/ReceivablesWidget.js +24 -24
- package/dist/libs/embedded-banking/shared/util/dist/index10.js +4 -0
- package/dist/libs/embedded-banking/shared/util/dist/index11.js +4 -0
- package/dist/libs/embedded-banking/shared/util/dist/index2.js +4 -0
- package/dist/libs/embedded-banking/shared/util/dist/index3.js +323 -0
- package/dist/libs/embedded-banking/shared/util/dist/index8.js +145 -0
- package/dist/libs/embedded-banking/shared/util/dist/index9.js +4 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index4.js +22 -20
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index10.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index11.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index2.js +166 -135
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index4.js +2 -1
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index5.js +58 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index6.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index7.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index8.js +9 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index9.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index2.js +189 -166
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index3.js +40 -23
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index4.js +201 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index5.js +92 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index6.js +8 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/ui/dist/index7.js +28 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index4.js +22 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index5.js +98 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index10.js +85 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index2.js +70 -146
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index3.js +244 -9
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index5.js +44 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index6.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index7.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index8.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/feature/dist/index9.js +13 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index2.js +87 -152
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index3.js +34 -20
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index4.js +95 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index5.js +54 -0
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/ui/dist/index6.js +168 -0
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index3.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +23 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index105.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index109.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/index110.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/index115.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +13 -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 +24 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index121.js +2 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +2 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +22 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +35 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +4 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +2 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +25 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +1271 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +33 -2
- 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 +9 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +8 -1270
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +60 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +397 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +69 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +2 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +407 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +64 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +6 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +5 -8
- 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 +33 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +29 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +12 -14
- 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 +22 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +10 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +118 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +7 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +10 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +49 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +49 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +12 -150
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +43 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +15 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +11 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +152 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +23 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +54 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +68 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +29 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +3 -99
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +64 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +36 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +78 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +5 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +96 -194
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +57 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +24 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +10 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +19 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +20 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +2 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +10 -248
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +19 -180
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +18 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +27 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +105 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +61 -100
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +11 -107
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +12 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +24 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +94 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +100 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +14 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +11 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +13 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +45 -185
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +74 -29
- 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 +54 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +193 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +14 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +22 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +78 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +25 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +41 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +7 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +250 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +183 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +20 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +12 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +111 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +76 -359
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +107 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +107 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +56 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +58 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +88 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +48 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +34 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +113 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +68 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +185 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +31 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index214.js +122 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +56 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +21 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +29 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +18 -114
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +12 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +22 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +4 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +5 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +7 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +46 -397
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +366 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +22 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +21 -406
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +19 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +11 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +12 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +88 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +100 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +26 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +5 -100
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +11 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +5 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +10 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +214 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index24.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +12 -214
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +11 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +7 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +35 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +146 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +86 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +21 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +183 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index25.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +24 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +32 -141
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +47 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +25 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +5 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +74 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +32 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +20 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +491 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +168 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index26.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +35 -344
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +51 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +34 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +54 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +344 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +2 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +15 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +7 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +21 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +33 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index27.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +37 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +35 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +15 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +17 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +9 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +23 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +34 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +52 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +30 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +98 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index28.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +47 -192
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +72 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +44 -345
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +61 -297
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +149 -103
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +10 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +19 -267
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +22 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +33 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +20 -489
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index29.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +15 -165
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +17 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +168 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +132 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +157 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +10 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +18 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +60 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +68 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +58 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index30.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +6 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +8 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +62 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +21 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +62 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +14 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +22 -128
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +57 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +29 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +56 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index31.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +19 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +2 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +96 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +94 -156
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +191 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +12 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +59 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +25 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +126 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +37 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index32.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +45 -113
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +39 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +31 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +6 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +104 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +21 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +28 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +54 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +39 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +17 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index33.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +56 -107
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +12 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +94 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +128 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +16 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +39 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +40 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +18 -187
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +38 -105
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +343 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index34.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +296 -283
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +96 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +162 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +260 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +23 -223
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +42 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +60 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +29 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +113 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +21 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +43 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index351.js +57 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index352.js +15 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +41 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +14 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +74 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +75 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +41 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +157 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +27 -23
- 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 +26 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +78 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +62 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +44 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +24 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +182 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +106 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +81 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +288 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +40 -162
- 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 +15 -134
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +81 -157
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +223 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +49 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +48 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +106 -63
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +18 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +28 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +37 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +59 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index38.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index380.js +94 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +108 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +88 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +11 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +255 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +20 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +28 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +38 -255
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +12 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +15 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index39.js +17 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index390.js +48 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +11 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +32 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +18 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +24 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +73 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +96 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +35 -125
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +9 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +66 -35
- 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 +19 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +45 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +25 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +32 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +32 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +4 -104
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +127 -112
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +61 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +12 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +16 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +17 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +14 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +14 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +17 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +8 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +35 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +10 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +66 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +20 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +2 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +7 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index42.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index420.js +54 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +15 -120
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +105 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +112 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +10 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +59 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +17 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +92 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +38 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +35 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index43.js +8 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index430.js +12 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +33 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +85 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +24 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +70 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +67 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +39 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +29 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +37 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +5 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +119 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +18 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +16 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +16 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +16 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +16 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +69 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +16 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +16 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +16 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +11 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +25 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +21 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +53 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +33 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +19 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +14 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +96 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +16 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +75 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +22 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +9 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +33 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index48.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index480.js +41 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +36 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +14 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +51 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index484.js +17 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index485.js +48 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +58 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +33 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index488.js +15 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index489.js +80 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index49.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index490.js +39 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index491.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index492.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index496.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index498.js +1 -1
- 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 +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index52.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index54.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index55.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index56.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index57.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index6.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index60.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index8.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index80.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index81.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index88.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index89.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index9.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index90.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index91.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index96.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index2.js +23 -23
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +269 -259
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +216 -196
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +24 -24
- package/package.json +1 -1
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/data-access/dist/index5.js +0 -31
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/account-details/feature/dist/index3.js +0 -13
- package/dist/libs/tesouro-embedded-components-react/bank-accounts-widget/data-access/dist/index2.js +0 -27
package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js
CHANGED
|
@@ -33,7 +33,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
33
33
|
"Content-Type": "application/json",
|
|
34
34
|
...e.headers
|
|
35
35
|
}
|
|
36
|
-
}),
|
|
36
|
+
}), c = (e) => (e.client ?? t).patch({
|
|
37
37
|
security: [
|
|
38
38
|
{
|
|
39
39
|
key: "APPToken",
|
|
@@ -47,7 +47,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
47
47
|
"Content-Type": "application/json",
|
|
48
48
|
...e.headers
|
|
49
49
|
}
|
|
50
|
-
}),
|
|
50
|
+
}), p = (e) => (e.client ?? t).post({
|
|
51
51
|
security: [
|
|
52
52
|
{
|
|
53
53
|
key: "APPToken",
|
|
@@ -159,7 +159,26 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
159
159
|
],
|
|
160
160
|
url: "/embedded-banking/v1/bank-accounts/{id}/access",
|
|
161
161
|
...e
|
|
162
|
-
}), u = (e) => (e.client ?? t).
|
|
162
|
+
}), u = (e) => (e.client ?? t).post({
|
|
163
|
+
security: [
|
|
164
|
+
{
|
|
165
|
+
key: "APPToken",
|
|
166
|
+
scheme: "bearer",
|
|
167
|
+
type: "http"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
key: "USERToken",
|
|
171
|
+
scheme: "bearer",
|
|
172
|
+
type: "http"
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
url: "/embedded-banking/v1/bank-accounts/{id}/access",
|
|
176
|
+
...e,
|
|
177
|
+
headers: {
|
|
178
|
+
"Content-Type": "application/json",
|
|
179
|
+
...e.headers
|
|
180
|
+
}
|
|
181
|
+
}), k = (e) => (e.client ?? t).get({
|
|
163
182
|
security: [
|
|
164
183
|
{
|
|
165
184
|
key: "APPToken",
|
|
@@ -174,7 +193,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
174
193
|
],
|
|
175
194
|
url: "/embedded-banking/v1/bank-accounts/{id}/transactions",
|
|
176
195
|
...e
|
|
177
|
-
}),
|
|
196
|
+
}), b = (e) => (e.client ?? t).get({
|
|
178
197
|
security: [
|
|
179
198
|
{
|
|
180
199
|
key: "APPToken",
|
|
@@ -189,7 +208,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
189
208
|
],
|
|
190
209
|
url: "/embedded-banking/v1/bank-accounts/{id}/transfers",
|
|
191
210
|
...e
|
|
192
|
-
}),
|
|
211
|
+
}), T = (e) => (e?.client ?? t).get({
|
|
193
212
|
security: [
|
|
194
213
|
{
|
|
195
214
|
key: "APPToken",
|
|
@@ -204,7 +223,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
204
223
|
],
|
|
205
224
|
url: "/embedded-banking/v1/external-bank-accounts",
|
|
206
225
|
...e
|
|
207
|
-
}),
|
|
226
|
+
}), m = (e) => (e.client ?? t).post({
|
|
208
227
|
security: [
|
|
209
228
|
{
|
|
210
229
|
key: "APPToken",
|
|
@@ -223,7 +242,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
223
242
|
"Content-Type": "application/json",
|
|
224
243
|
...e.headers
|
|
225
244
|
}
|
|
226
|
-
}),
|
|
245
|
+
}), v = (e) => (e.client ?? t).delete({
|
|
227
246
|
security: [
|
|
228
247
|
{
|
|
229
248
|
key: "APPToken",
|
|
@@ -238,7 +257,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
238
257
|
],
|
|
239
258
|
url: "/embedded-banking/v1/external-bank-accounts/{id}",
|
|
240
259
|
...e
|
|
241
|
-
}),
|
|
260
|
+
}), P = (e) => (e.client ?? t).patch({
|
|
242
261
|
security: [
|
|
243
262
|
{
|
|
244
263
|
key: "APPToken",
|
|
@@ -257,7 +276,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
257
276
|
"Content-Type": "application/json",
|
|
258
277
|
...e.headers
|
|
259
278
|
}
|
|
260
|
-
}),
|
|
279
|
+
}), g = (e) => (e.client ?? t).get({
|
|
261
280
|
security: [
|
|
262
281
|
{
|
|
263
282
|
key: "APPToken",
|
|
@@ -272,7 +291,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
272
291
|
],
|
|
273
292
|
url: "/embedded-banking/v1/external-bank-accounts/{id}/access",
|
|
274
293
|
...e
|
|
275
|
-
}),
|
|
294
|
+
}), B = (e) => (e.client ?? t).post({
|
|
276
295
|
security: [
|
|
277
296
|
{
|
|
278
297
|
key: "APPToken",
|
|
@@ -291,7 +310,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
291
310
|
"Content-Type": "application/json",
|
|
292
311
|
...e.headers
|
|
293
312
|
}
|
|
294
|
-
}),
|
|
313
|
+
}), A = (e) => (e.client ?? t).post({
|
|
295
314
|
security: [
|
|
296
315
|
{
|
|
297
316
|
key: "APPToken",
|
|
@@ -306,7 +325,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
306
325
|
],
|
|
307
326
|
url: "/embedded-banking/v1/external-bank-accounts/{id}/link",
|
|
308
327
|
...e
|
|
309
|
-
}),
|
|
328
|
+
}), f = (e) => (e.client ?? t).post({
|
|
310
329
|
security: [
|
|
311
330
|
{
|
|
312
331
|
key: "APPToken",
|
|
@@ -325,7 +344,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
325
344
|
"Content-Type": "application/json",
|
|
326
345
|
...e.headers
|
|
327
346
|
}
|
|
328
|
-
}),
|
|
347
|
+
}), H = (e) => (e.client ?? t).post({
|
|
329
348
|
security: [
|
|
330
349
|
{
|
|
331
350
|
key: "APPToken",
|
|
@@ -344,7 +363,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
344
363
|
"Content-Type": "application/json",
|
|
345
364
|
...e.headers
|
|
346
365
|
}
|
|
347
|
-
}),
|
|
366
|
+
}), C = (e) => (e.client ?? t).post({
|
|
348
367
|
security: [
|
|
349
368
|
{
|
|
350
369
|
key: "APPToken",
|
|
@@ -363,7 +382,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
363
382
|
"Content-Type": "application/json",
|
|
364
383
|
...e.headers
|
|
365
384
|
}
|
|
366
|
-
}),
|
|
385
|
+
}), R = (e) => (e.client ?? t).get({
|
|
367
386
|
security: [
|
|
368
387
|
{
|
|
369
388
|
key: "HTTPBearer",
|
|
@@ -373,7 +392,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
373
392
|
],
|
|
374
393
|
url: "/finops/v1/analytics/payables",
|
|
375
394
|
...e
|
|
376
|
-
}),
|
|
395
|
+
}), I = (e) => (e.client ?? t).get({
|
|
377
396
|
security: [
|
|
378
397
|
{
|
|
379
398
|
key: "HTTPBearer",
|
|
@@ -383,7 +402,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
383
402
|
],
|
|
384
403
|
url: "/finops/v1/analytics/receivables",
|
|
385
404
|
...e
|
|
386
|
-
}),
|
|
405
|
+
}), U = (e) => (e.client ?? t).get({
|
|
387
406
|
security: [
|
|
388
407
|
{
|
|
389
408
|
key: "HTTPBearer",
|
|
@@ -393,7 +412,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
393
412
|
],
|
|
394
413
|
url: "/finops/v1/approval-policies",
|
|
395
414
|
...e
|
|
396
|
-
}),
|
|
415
|
+
}), E = (e) => (e.client ?? t).post({
|
|
397
416
|
security: [
|
|
398
417
|
{
|
|
399
418
|
key: "HTTPBearer",
|
|
@@ -407,7 +426,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
407
426
|
"Content-Type": "application/json",
|
|
408
427
|
...e.headers
|
|
409
428
|
}
|
|
410
|
-
}),
|
|
429
|
+
}), _ = (e) => (e.client ?? t).delete({
|
|
411
430
|
security: [
|
|
412
431
|
{
|
|
413
432
|
key: "HTTPBearer",
|
|
@@ -417,7 +436,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
417
436
|
],
|
|
418
437
|
url: "/finops/v1/approval-policies/{approval_policy_id}",
|
|
419
438
|
...e
|
|
420
|
-
}),
|
|
439
|
+
}), j = (e) => (e.client ?? t).patch({
|
|
421
440
|
security: [
|
|
422
441
|
{
|
|
423
442
|
key: "HTTPBearer",
|
|
@@ -431,7 +450,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
431
450
|
"Content-Type": "application/json",
|
|
432
451
|
...e.headers
|
|
433
452
|
}
|
|
434
|
-
}),
|
|
453
|
+
}), S = (e) => (e.client ?? t).get({
|
|
435
454
|
security: [
|
|
436
455
|
{
|
|
437
456
|
key: "HTTPBearer",
|
|
@@ -441,7 +460,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
441
460
|
],
|
|
442
461
|
url: "/finops/v1/counterparts",
|
|
443
462
|
...e
|
|
444
|
-
}),
|
|
463
|
+
}), x = (e) => (e.client ?? t).post({
|
|
445
464
|
security: [
|
|
446
465
|
{
|
|
447
466
|
key: "HTTPBearer",
|
|
@@ -455,7 +474,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
455
474
|
"Content-Type": "application/json",
|
|
456
475
|
...e.headers
|
|
457
476
|
}
|
|
458
|
-
}),
|
|
477
|
+
}), M = (e) => (e.client ?? t).delete({
|
|
459
478
|
security: [
|
|
460
479
|
{
|
|
461
480
|
key: "HTTPBearer",
|
|
@@ -465,7 +484,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
465
484
|
],
|
|
466
485
|
url: "/finops/v1/counterparts/{counterpart_id}",
|
|
467
486
|
...e
|
|
468
|
-
}),
|
|
487
|
+
}), D = (e) => (e.client ?? t).get({
|
|
469
488
|
security: [
|
|
470
489
|
{
|
|
471
490
|
key: "HTTPBearer",
|
|
@@ -475,7 +494,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
475
494
|
],
|
|
476
495
|
url: "/finops/v1/counterparts/{counterpart_id}",
|
|
477
496
|
...e
|
|
478
|
-
}),
|
|
497
|
+
}), L = (e) => (e.client ?? t).patch({
|
|
479
498
|
security: [
|
|
480
499
|
{
|
|
481
500
|
key: "HTTPBearer",
|
|
@@ -489,7 +508,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
489
508
|
"Content-Type": "application/json",
|
|
490
509
|
...e.headers
|
|
491
510
|
}
|
|
492
|
-
}),
|
|
511
|
+
}), w = (e) => (e.client ?? t).get({
|
|
493
512
|
security: [
|
|
494
513
|
{
|
|
495
514
|
key: "HTTPBearer",
|
|
@@ -499,7 +518,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
499
518
|
],
|
|
500
519
|
url: "/finops/v1/counterparts/{counterpart_id}/addresses",
|
|
501
520
|
...e
|
|
502
|
-
}),
|
|
521
|
+
}), V = (e) => (e.client ?? t).post({
|
|
503
522
|
security: [
|
|
504
523
|
{
|
|
505
524
|
key: "HTTPBearer",
|
|
@@ -513,7 +532,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
513
532
|
"Content-Type": "application/json",
|
|
514
533
|
...e.headers
|
|
515
534
|
}
|
|
516
|
-
}),
|
|
535
|
+
}), W = (e) => (e.client ?? t).patch({
|
|
517
536
|
security: [
|
|
518
537
|
{
|
|
519
538
|
key: "HTTPBearer",
|
|
@@ -527,7 +546,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
527
546
|
"Content-Type": "application/json",
|
|
528
547
|
...e.headers
|
|
529
548
|
}
|
|
530
|
-
}),
|
|
549
|
+
}), q = (e) => (e.client ?? t).get({
|
|
531
550
|
security: [
|
|
532
551
|
{
|
|
533
552
|
key: "HTTPBearer",
|
|
@@ -537,7 +556,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
537
556
|
],
|
|
538
557
|
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts",
|
|
539
558
|
...e
|
|
540
|
-
}),
|
|
559
|
+
}), G = (e) => (e.client ?? t).post({
|
|
541
560
|
security: [
|
|
542
561
|
{
|
|
543
562
|
key: "HTTPBearer",
|
|
@@ -551,7 +570,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
551
570
|
"Content-Type": "application/json",
|
|
552
571
|
...e.headers
|
|
553
572
|
}
|
|
554
|
-
}),
|
|
573
|
+
}), K = (e) => (e.client ?? t).delete({
|
|
555
574
|
security: [
|
|
556
575
|
{
|
|
557
576
|
key: "HTTPBearer",
|
|
@@ -561,7 +580,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
561
580
|
],
|
|
562
581
|
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}",
|
|
563
582
|
...e
|
|
564
|
-
}),
|
|
583
|
+
}), F = (e) => (e.client ?? t).patch({
|
|
565
584
|
security: [
|
|
566
585
|
{
|
|
567
586
|
key: "HTTPBearer",
|
|
@@ -575,7 +594,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
575
594
|
"Content-Type": "application/json",
|
|
576
595
|
...e.headers
|
|
577
596
|
}
|
|
578
|
-
}),
|
|
597
|
+
}), N = (e) => (e.client ?? t).post({
|
|
579
598
|
security: [
|
|
580
599
|
{
|
|
581
600
|
key: "HTTPBearer",
|
|
@@ -585,7 +604,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
585
604
|
],
|
|
586
605
|
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}/make-default",
|
|
587
606
|
...e
|
|
588
|
-
}),
|
|
607
|
+
}), O = (e) => (e?.client ?? t).get({
|
|
589
608
|
security: [
|
|
590
609
|
{
|
|
591
610
|
key: "HTTPBearer",
|
|
@@ -595,7 +614,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
595
614
|
],
|
|
596
615
|
url: "/finops/v1/entities/me",
|
|
597
616
|
...e
|
|
598
|
-
}),
|
|
617
|
+
}), Q = (e) => (e.client ?? t).get({
|
|
599
618
|
security: [
|
|
600
619
|
{
|
|
601
620
|
key: "HTTPBearer",
|
|
@@ -605,7 +624,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
605
624
|
],
|
|
606
625
|
url: "/finops/v1/entities/{entity_id}/settings",
|
|
607
626
|
...e
|
|
608
|
-
}),
|
|
627
|
+
}), X = (e) => (e.client ?? t).patch({
|
|
609
628
|
security: [
|
|
610
629
|
{
|
|
611
630
|
key: "HTTPBearer",
|
|
@@ -619,7 +638,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
619
638
|
"Content-Type": "application/json",
|
|
620
639
|
...e.headers
|
|
621
640
|
}
|
|
622
|
-
}),
|
|
641
|
+
}), Z = (e) => (e.client ?? t).get({
|
|
623
642
|
security: [
|
|
624
643
|
{
|
|
625
644
|
key: "HTTPBearer",
|
|
@@ -629,7 +648,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
629
648
|
],
|
|
630
649
|
url: "/finops/v1/entity-users",
|
|
631
650
|
...e
|
|
632
|
-
}),
|
|
651
|
+
}), z = (e) => (e?.client ?? t).get({
|
|
633
652
|
security: [
|
|
634
653
|
{
|
|
635
654
|
key: "HTTPBearer",
|
|
@@ -639,7 +658,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
639
658
|
],
|
|
640
659
|
url: "/finops/v1/entity-users/me",
|
|
641
660
|
...e
|
|
642
|
-
}),
|
|
661
|
+
}), J = (e) => (e?.client ?? t).get({
|
|
643
662
|
security: [
|
|
644
663
|
{
|
|
645
664
|
key: "HTTPBearer",
|
|
@@ -649,7 +668,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
649
668
|
],
|
|
650
669
|
url: "/finops/v1/entity-users/my-entity",
|
|
651
670
|
...e
|
|
652
|
-
}),
|
|
671
|
+
}), Y = (e) => (e.client ?? t).get({
|
|
653
672
|
security: [
|
|
654
673
|
{
|
|
655
674
|
key: "HTTPBearer",
|
|
@@ -659,7 +678,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
659
678
|
],
|
|
660
679
|
url: "/finops/v1/ledger-accounts",
|
|
661
680
|
...e
|
|
662
|
-
}),
|
|
681
|
+
}), $ = (e) => (e.client ?? t).get({
|
|
663
682
|
security: [
|
|
664
683
|
{
|
|
665
684
|
key: "HTTPBearer",
|
|
@@ -669,7 +688,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
669
688
|
],
|
|
670
689
|
url: "/finops/v1/measure-units",
|
|
671
690
|
...e
|
|
672
|
-
}),
|
|
691
|
+
}), ee = (e) => (e.client ?? t).post({
|
|
673
692
|
security: [
|
|
674
693
|
{
|
|
675
694
|
key: "HTTPBearer",
|
|
@@ -683,7 +702,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
683
702
|
"Content-Type": "application/json",
|
|
684
703
|
...e.headers
|
|
685
704
|
}
|
|
686
|
-
}),
|
|
705
|
+
}), te = (e) => (e.client ?? t).delete({
|
|
687
706
|
security: [
|
|
688
707
|
{
|
|
689
708
|
key: "HTTPBearer",
|
|
@@ -693,7 +712,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
693
712
|
],
|
|
694
713
|
url: "/finops/v1/measure-units/{unit_id}",
|
|
695
714
|
...e
|
|
696
|
-
}),
|
|
715
|
+
}), re = (e) => (e.client ?? t).patch({
|
|
697
716
|
security: [
|
|
698
717
|
{
|
|
699
718
|
key: "HTTPBearer",
|
|
@@ -707,7 +726,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
707
726
|
"Content-Type": "application/json",
|
|
708
727
|
...e.headers
|
|
709
728
|
}
|
|
710
|
-
}),
|
|
729
|
+
}), ae = (e) => (e.client ?? t).get({
|
|
711
730
|
security: [
|
|
712
731
|
{
|
|
713
732
|
key: "HTTPBearer",
|
|
@@ -717,7 +736,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
717
736
|
],
|
|
718
737
|
url: "/finops/v1/payables",
|
|
719
738
|
...e
|
|
720
|
-
}),
|
|
739
|
+
}), se = (e) => (e.client ?? t).get({
|
|
721
740
|
security: [
|
|
722
741
|
{
|
|
723
742
|
key: "HTTPBearer",
|
|
@@ -727,7 +746,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
727
746
|
],
|
|
728
747
|
url: "/finops/v1/payment-terms",
|
|
729
748
|
...e
|
|
730
|
-
}),
|
|
749
|
+
}), ne = (e) => (e.client ?? t).get({
|
|
731
750
|
security: [
|
|
732
751
|
{
|
|
733
752
|
key: "HTTPBearer",
|
|
@@ -737,7 +756,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
737
756
|
],
|
|
738
757
|
url: "/finops/v1/products",
|
|
739
758
|
...e
|
|
740
|
-
}),
|
|
759
|
+
}), ce = (e) => (e.client ?? t).post({
|
|
741
760
|
security: [
|
|
742
761
|
{
|
|
743
762
|
key: "HTTPBearer",
|
|
@@ -761,7 +780,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
761
780
|
],
|
|
762
781
|
url: "/finops/v1/products/{product_id}",
|
|
763
782
|
...e
|
|
764
|
-
}),
|
|
783
|
+
}), ie = (e) => (e.client ?? t).get({
|
|
765
784
|
security: [
|
|
766
785
|
{
|
|
767
786
|
key: "HTTPBearer",
|
|
@@ -771,7 +790,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
771
790
|
],
|
|
772
791
|
url: "/finops/v1/products/{product_id}",
|
|
773
792
|
...e
|
|
774
|
-
}),
|
|
793
|
+
}), oe = (e) => (e.client ?? t).patch({
|
|
775
794
|
security: [
|
|
776
795
|
{
|
|
777
796
|
key: "HTTPBearer",
|
|
@@ -785,7 +804,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
785
804
|
"Content-Type": "application/json",
|
|
786
805
|
...e.headers
|
|
787
806
|
}
|
|
788
|
-
}),
|
|
807
|
+
}), ye = (e) => (e.client ?? t).get({
|
|
789
808
|
security: [
|
|
790
809
|
{
|
|
791
810
|
key: "HTTPBearer",
|
|
@@ -795,7 +814,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
795
814
|
],
|
|
796
815
|
url: "/finops/v1/receipts",
|
|
797
816
|
...e
|
|
798
|
-
}),
|
|
817
|
+
}), le = (e) => (e.client ?? t).delete({
|
|
799
818
|
security: [
|
|
800
819
|
{
|
|
801
820
|
key: "HTTPBearer",
|
|
@@ -805,7 +824,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
805
824
|
],
|
|
806
825
|
url: "/finops/v1/receipts/{receipt_id}",
|
|
807
826
|
...e
|
|
808
|
-
}),
|
|
827
|
+
}), he = (e) => (e.client ?? t).patch({
|
|
809
828
|
security: [
|
|
810
829
|
{
|
|
811
830
|
key: "HTTPBearer",
|
|
@@ -819,7 +838,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
819
838
|
"Content-Type": "application/json",
|
|
820
839
|
...e.headers
|
|
821
840
|
}
|
|
822
|
-
}),
|
|
841
|
+
}), de = (e) => (e.client ?? t).get({
|
|
823
842
|
security: [
|
|
824
843
|
{
|
|
825
844
|
key: "HTTPBearer",
|
|
@@ -829,7 +848,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
829
848
|
],
|
|
830
849
|
url: "/finops/v1/receivables",
|
|
831
850
|
...e
|
|
832
|
-
}),
|
|
851
|
+
}), ue = (e) => (e.client ?? t).post({
|
|
833
852
|
security: [
|
|
834
853
|
{
|
|
835
854
|
key: "HTTPBearer",
|
|
@@ -843,7 +862,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
843
862
|
"Content-Type": "application/json",
|
|
844
863
|
...e.headers
|
|
845
864
|
}
|
|
846
|
-
}),
|
|
865
|
+
}), ke = (e) => (e.client ?? t).delete({
|
|
847
866
|
security: [
|
|
848
867
|
{
|
|
849
868
|
key: "HTTPBearer",
|
|
@@ -853,7 +872,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
853
872
|
],
|
|
854
873
|
url: "/finops/v1/receivables/{receivable_id}",
|
|
855
874
|
...e
|
|
856
|
-
}),
|
|
875
|
+
}), be = (e) => (e.client ?? t).get({
|
|
857
876
|
security: [
|
|
858
877
|
{
|
|
859
878
|
key: "HTTPBearer",
|
|
@@ -863,7 +882,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
863
882
|
],
|
|
864
883
|
url: "/finops/v1/receivables/{receivable_id}",
|
|
865
884
|
...e
|
|
866
|
-
}),
|
|
885
|
+
}), Te = (e) => (e.client ?? t).patch({
|
|
867
886
|
security: [
|
|
868
887
|
{
|
|
869
888
|
key: "HTTPBearer",
|
|
@@ -877,7 +896,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
877
896
|
"Content-Type": "application/json",
|
|
878
897
|
...e.headers
|
|
879
898
|
}
|
|
880
|
-
}),
|
|
899
|
+
}), me = (e) => (e.client ?? t).post({
|
|
881
900
|
security: [
|
|
882
901
|
{
|
|
883
902
|
key: "HTTPBearer",
|
|
@@ -891,7 +910,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
891
910
|
"Content-Type": "application/json",
|
|
892
911
|
...e.headers
|
|
893
912
|
}
|
|
894
|
-
}),
|
|
913
|
+
}), ve = (e) => (e.client ?? t).post({
|
|
895
914
|
security: [
|
|
896
915
|
{
|
|
897
916
|
key: "HTTPBearer",
|
|
@@ -901,7 +920,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
901
920
|
],
|
|
902
921
|
url: "/finops/v1/receivables/{receivable_id}/cancel",
|
|
903
922
|
...e
|
|
904
|
-
}),
|
|
923
|
+
}), Pe = (e) => (e.client ?? t).post({
|
|
905
924
|
security: [
|
|
906
925
|
{
|
|
907
926
|
key: "HTTPBearer",
|
|
@@ -911,7 +930,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
911
930
|
],
|
|
912
931
|
url: "/finops/v1/receivables/{receivable_id}/clone",
|
|
913
932
|
...e
|
|
914
|
-
}),
|
|
933
|
+
}), ge = (e) => (e.client ?? t).post({
|
|
915
934
|
security: [
|
|
916
935
|
{
|
|
917
936
|
key: "HTTPBearer",
|
|
@@ -925,7 +944,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
925
944
|
"Content-Type": "application/json",
|
|
926
945
|
...e.headers
|
|
927
946
|
}
|
|
928
|
-
}),
|
|
947
|
+
}), Be = (e) => (e.client ?? t).get({
|
|
929
948
|
security: [
|
|
930
949
|
{
|
|
931
950
|
key: "HTTPBearer",
|
|
@@ -935,7 +954,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
935
954
|
],
|
|
936
955
|
url: "/finops/v1/receivables/{receivable_id}/history",
|
|
937
956
|
...e
|
|
938
|
-
}),
|
|
957
|
+
}), Ae = (e) => (e.client ?? t).post({
|
|
939
958
|
security: [
|
|
940
959
|
{
|
|
941
960
|
key: "HTTPBearer",
|
|
@@ -945,7 +964,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
945
964
|
],
|
|
946
965
|
url: "/finops/v1/receivables/{receivable_id}/issue",
|
|
947
966
|
...e
|
|
948
|
-
}),
|
|
967
|
+
}), fe = (e) => (e.client ?? t).put({
|
|
949
968
|
security: [
|
|
950
969
|
{
|
|
951
970
|
key: "HTTPBearer",
|
|
@@ -959,7 +978,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
959
978
|
"Content-Type": "application/json",
|
|
960
979
|
...e.headers
|
|
961
980
|
}
|
|
962
|
-
}),
|
|
981
|
+
}), He = (e) => (e.client ?? t).get({
|
|
963
982
|
security: [
|
|
964
983
|
{
|
|
965
984
|
key: "HTTPBearer",
|
|
@@ -969,7 +988,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
969
988
|
],
|
|
970
989
|
url: "/finops/v1/receivables/{receivable_id}/mails",
|
|
971
990
|
...e
|
|
972
|
-
}),
|
|
991
|
+
}), Ce = (e) => (e.client ?? t).post({
|
|
973
992
|
security: [
|
|
974
993
|
{
|
|
975
994
|
key: "HTTPBearer",
|
|
@@ -983,7 +1002,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
983
1002
|
"Content-Type": "application/json",
|
|
984
1003
|
...e.headers
|
|
985
1004
|
}
|
|
986
|
-
}),
|
|
1005
|
+
}), Re = (e) => (e.client ?? t).post({
|
|
987
1006
|
security: [
|
|
988
1007
|
{
|
|
989
1008
|
key: "HTTPBearer",
|
|
@@ -997,7 +1016,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
997
1016
|
"Content-Type": "application/json",
|
|
998
1017
|
...e.headers
|
|
999
1018
|
}
|
|
1000
|
-
}),
|
|
1019
|
+
}), Ie = (e) => (e.client ?? t).post({
|
|
1001
1020
|
security: [
|
|
1002
1021
|
{
|
|
1003
1022
|
key: "HTTPBearer",
|
|
@@ -1011,7 +1030,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1011
1030
|
"Content-Type": "application/json",
|
|
1012
1031
|
...e.headers
|
|
1013
1032
|
}
|
|
1014
|
-
}),
|
|
1033
|
+
}), Ue = (e) => (e.client ?? t).get({
|
|
1015
1034
|
security: [
|
|
1016
1035
|
{
|
|
1017
1036
|
key: "HTTPBearer",
|
|
@@ -1021,7 +1040,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1021
1040
|
],
|
|
1022
1041
|
url: "/finops/v1/receivables/{receivable_id}/pdf-link",
|
|
1023
1042
|
...e
|
|
1024
|
-
}),
|
|
1043
|
+
}), Ee = (e) => (e.client ?? t).post({
|
|
1025
1044
|
security: [
|
|
1026
1045
|
{
|
|
1027
1046
|
key: "HTTPBearer",
|
|
@@ -1035,7 +1054,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1035
1054
|
"Content-Type": "application/json",
|
|
1036
1055
|
...e.headers
|
|
1037
1056
|
}
|
|
1038
|
-
}),
|
|
1057
|
+
}), _e = (e) => (e.client ?? t).get(
|
|
1039
1058
|
{
|
|
1040
1059
|
security: [
|
|
1041
1060
|
{
|
|
@@ -1047,7 +1066,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1047
1066
|
url: "/finops/v1/tags",
|
|
1048
1067
|
...e
|
|
1049
1068
|
}
|
|
1050
|
-
),
|
|
1069
|
+
), je = (e) => (e.client ?? t).post({
|
|
1051
1070
|
security: [
|
|
1052
1071
|
{
|
|
1053
1072
|
key: "HTTPBearer",
|
|
@@ -1061,7 +1080,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1061
1080
|
"Content-Type": "application/json",
|
|
1062
1081
|
...e.headers
|
|
1063
1082
|
}
|
|
1064
|
-
}),
|
|
1083
|
+
}), Se = (e) => (e.client ?? t).delete({
|
|
1065
1084
|
security: [
|
|
1066
1085
|
{
|
|
1067
1086
|
key: "HTTPBearer",
|
|
@@ -1071,7 +1090,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1071
1090
|
],
|
|
1072
1091
|
url: "/finops/v1/tags/{tag_id}",
|
|
1073
1092
|
...e
|
|
1074
|
-
}),
|
|
1093
|
+
}), xe = (e) => (e.client ?? t).patch({
|
|
1075
1094
|
security: [
|
|
1076
1095
|
{
|
|
1077
1096
|
key: "HTTPBearer",
|
|
@@ -1085,7 +1104,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1085
1104
|
"Content-Type": "application/json",
|
|
1086
1105
|
...e.headers
|
|
1087
1106
|
}
|
|
1088
|
-
}),
|
|
1107
|
+
}), Me = (e) => (e.client ?? t).get({
|
|
1089
1108
|
security: [
|
|
1090
1109
|
{
|
|
1091
1110
|
key: "HTTPBearer",
|
|
@@ -1095,7 +1114,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1095
1114
|
],
|
|
1096
1115
|
url: "/finops/v1/transactions",
|
|
1097
1116
|
...e
|
|
1098
|
-
}),
|
|
1117
|
+
}), De = (e) => (e.client ?? t).get({
|
|
1099
1118
|
security: [
|
|
1100
1119
|
{
|
|
1101
1120
|
key: "HTTPBearer",
|
|
@@ -1105,7 +1124,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1105
1124
|
],
|
|
1106
1125
|
url: "/finops/v1/transactions/validations",
|
|
1107
1126
|
...e
|
|
1108
|
-
}),
|
|
1127
|
+
}), Le = (e) => (e.client ?? t).put({
|
|
1109
1128
|
security: [
|
|
1110
1129
|
{
|
|
1111
1130
|
key: "HTTPBearer",
|
|
@@ -1119,7 +1138,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1119
1138
|
"Content-Type": "application/json",
|
|
1120
1139
|
...e.headers
|
|
1121
1140
|
}
|
|
1122
|
-
}),
|
|
1141
|
+
}), we = (e) => (e?.client ?? t).get({
|
|
1123
1142
|
security: [
|
|
1124
1143
|
{
|
|
1125
1144
|
key: "APPToken",
|
|
@@ -1134,7 +1153,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1134
1153
|
],
|
|
1135
1154
|
url: "/identity/v1/departments",
|
|
1136
1155
|
...e
|
|
1137
|
-
}),
|
|
1156
|
+
}), Ve = (e) => (e.client ?? t).post({
|
|
1138
1157
|
security: [
|
|
1139
1158
|
{
|
|
1140
1159
|
key: "APPToken",
|
|
@@ -1153,7 +1172,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1153
1172
|
"Content-Type": "application/json",
|
|
1154
1173
|
...e.headers
|
|
1155
1174
|
}
|
|
1156
|
-
}),
|
|
1175
|
+
}), We = (e) => (e.client ?? t).delete({
|
|
1157
1176
|
security: [
|
|
1158
1177
|
{
|
|
1159
1178
|
key: "APPToken",
|
|
@@ -1168,7 +1187,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1168
1187
|
],
|
|
1169
1188
|
url: "/identity/v1/departments/{departmentId}",
|
|
1170
1189
|
...e
|
|
1171
|
-
}),
|
|
1190
|
+
}), qe = (e) => (e.client ?? t).get({
|
|
1172
1191
|
security: [
|
|
1173
1192
|
{
|
|
1174
1193
|
key: "APPToken",
|
|
@@ -1183,7 +1202,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1183
1202
|
],
|
|
1184
1203
|
url: "/identity/v1/departments/{departmentId}",
|
|
1185
1204
|
...e
|
|
1186
|
-
}),
|
|
1205
|
+
}), Ge = (e) => (e.client ?? t).put({
|
|
1187
1206
|
security: [
|
|
1188
1207
|
{
|
|
1189
1208
|
key: "APPToken",
|
|
@@ -1202,7 +1221,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1202
1221
|
"Content-Type": "application/json",
|
|
1203
1222
|
...e.headers
|
|
1204
1223
|
}
|
|
1205
|
-
}),
|
|
1224
|
+
}), Ke = (e) => (e.client ?? t).post({
|
|
1206
1225
|
security: [
|
|
1207
1226
|
{
|
|
1208
1227
|
key: "APPToken",
|
|
@@ -1221,7 +1240,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1221
1240
|
"Content-Type": "application/json",
|
|
1222
1241
|
...e.headers
|
|
1223
1242
|
}
|
|
1224
|
-
}),
|
|
1243
|
+
}), Fe = (e) => (e?.client ?? t).get({
|
|
1225
1244
|
security: [
|
|
1226
1245
|
{
|
|
1227
1246
|
key: "APPToken",
|
|
@@ -1236,7 +1255,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1236
1255
|
],
|
|
1237
1256
|
url: "/identity/v1/locations",
|
|
1238
1257
|
...e
|
|
1239
|
-
}),
|
|
1258
|
+
}), Ne = (e) => (e.client ?? t).post({
|
|
1240
1259
|
security: [
|
|
1241
1260
|
{
|
|
1242
1261
|
key: "APPToken",
|
|
@@ -1255,7 +1274,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1255
1274
|
"Content-Type": "application/json",
|
|
1256
1275
|
...e.headers
|
|
1257
1276
|
}
|
|
1258
|
-
}),
|
|
1277
|
+
}), Oe = (e) => (e.client ?? t).delete({
|
|
1259
1278
|
security: [
|
|
1260
1279
|
{
|
|
1261
1280
|
key: "APPToken",
|
|
@@ -1270,7 +1289,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1270
1289
|
],
|
|
1271
1290
|
url: "/identity/v1/locations/{locationId}",
|
|
1272
1291
|
...e
|
|
1273
|
-
}),
|
|
1292
|
+
}), Qe = (e) => (e.client ?? t).get({
|
|
1274
1293
|
security: [
|
|
1275
1294
|
{
|
|
1276
1295
|
key: "APPToken",
|
|
@@ -1285,7 +1304,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1285
1304
|
],
|
|
1286
1305
|
url: "/identity/v1/locations/{locationId}",
|
|
1287
1306
|
...e
|
|
1288
|
-
}),
|
|
1307
|
+
}), Xe = (e) => (e.client ?? t).put({
|
|
1289
1308
|
security: [
|
|
1290
1309
|
{
|
|
1291
1310
|
key: "APPToken",
|
|
@@ -1304,7 +1323,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1304
1323
|
"Content-Type": "application/json",
|
|
1305
1324
|
...e.headers
|
|
1306
1325
|
}
|
|
1307
|
-
}),
|
|
1326
|
+
}), Ze = (e) => (e.client ?? t).post({
|
|
1308
1327
|
security: [
|
|
1309
1328
|
{
|
|
1310
1329
|
key: "APPToken",
|
|
@@ -1323,7 +1342,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1323
1342
|
"Content-Type": "application/json",
|
|
1324
1343
|
...e.headers
|
|
1325
1344
|
}
|
|
1326
|
-
}),
|
|
1345
|
+
}), ze = (e) => (e?.client ?? t).get({
|
|
1327
1346
|
security: [
|
|
1328
1347
|
{
|
|
1329
1348
|
key: "APPToken",
|
|
@@ -1338,7 +1357,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1338
1357
|
],
|
|
1339
1358
|
url: "/identity/v1/roles",
|
|
1340
1359
|
...e
|
|
1341
|
-
}),
|
|
1360
|
+
}), Je = (e) => (e.client ?? t).post({
|
|
1342
1361
|
security: [
|
|
1343
1362
|
{
|
|
1344
1363
|
key: "APPToken",
|
|
@@ -1357,7 +1376,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1357
1376
|
"Content-Type": "application/json",
|
|
1358
1377
|
...e.headers
|
|
1359
1378
|
}
|
|
1360
|
-
}),
|
|
1379
|
+
}), Ye = (e) => (e.client ?? t).get({
|
|
1361
1380
|
security: [
|
|
1362
1381
|
{
|
|
1363
1382
|
key: "HTTPBearer",
|
|
@@ -1367,7 +1386,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1367
1386
|
],
|
|
1368
1387
|
url: "/identity/v1/user-data/{key}",
|
|
1369
1388
|
...e
|
|
1370
|
-
}),
|
|
1389
|
+
}), $e = (e) => (e.client ?? t).put({
|
|
1371
1390
|
security: [
|
|
1372
1391
|
{
|
|
1373
1392
|
key: "HTTPBearer",
|
|
@@ -1381,7 +1400,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1381
1400
|
"Content-Type": "application/json",
|
|
1382
1401
|
...e.headers
|
|
1383
1402
|
}
|
|
1384
|
-
}),
|
|
1403
|
+
}), et = (e) => (e?.client ?? t).get({
|
|
1385
1404
|
security: [
|
|
1386
1405
|
{
|
|
1387
1406
|
key: "APPToken",
|
|
@@ -1396,7 +1415,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1396
1415
|
],
|
|
1397
1416
|
url: "/identity/v1/users",
|
|
1398
1417
|
...e
|
|
1399
|
-
}),
|
|
1418
|
+
}), tt = (e) => (e.client ?? t).post({
|
|
1400
1419
|
security: [
|
|
1401
1420
|
{
|
|
1402
1421
|
key: "APPToken",
|
|
@@ -1415,7 +1434,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1415
1434
|
"Content-Type": "application/json",
|
|
1416
1435
|
...e.headers
|
|
1417
1436
|
}
|
|
1418
|
-
}),
|
|
1437
|
+
}), rt = (e) => (e.client ?? t).patch({
|
|
1419
1438
|
security: [
|
|
1420
1439
|
{
|
|
1421
1440
|
key: "APPToken",
|
|
@@ -1434,7 +1453,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1434
1453
|
"Content-Type": "application/json",
|
|
1435
1454
|
...e.headers
|
|
1436
1455
|
}
|
|
1437
|
-
}),
|
|
1456
|
+
}), at = (e) => (e.client ?? t).post({
|
|
1438
1457
|
security: [
|
|
1439
1458
|
{
|
|
1440
1459
|
key: "APPToken",
|
|
@@ -1451,112 +1470,113 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1451
1470
|
...e
|
|
1452
1471
|
});
|
|
1453
1472
|
export {
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1473
|
+
Ke as bulkUpdateDepartmentMembers,
|
|
1474
|
+
Ze as bulkUpdateLocationMembers,
|
|
1475
|
+
Je as bulkUpdateRoleMembers,
|
|
1476
|
+
m as connectExternalBankAccount,
|
|
1477
|
+
H as createAchMoneyMovement,
|
|
1459
1478
|
n as createApplication,
|
|
1460
1479
|
o as createBankAccount,
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1480
|
+
C as createBookTransfer,
|
|
1481
|
+
Ve as createDepartment,
|
|
1482
|
+
Ne as createLocation,
|
|
1483
|
+
tt as createUser,
|
|
1484
|
+
We as deactivateDepartment,
|
|
1485
|
+
Oe as deactivateLocation,
|
|
1486
|
+
_ as deleteApprovalPoliciesId,
|
|
1487
|
+
M as deleteCounterpartsId,
|
|
1488
|
+
K as deleteCounterpartsIdBankAccountsId,
|
|
1489
|
+
te as deleteMeasureUnitsId,
|
|
1471
1490
|
pe as deleteProductsId,
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1491
|
+
le as deleteReceiptsId,
|
|
1492
|
+
ke as deleteReceivablesId,
|
|
1493
|
+
Se as deleteTagsId,
|
|
1494
|
+
at as disableUser,
|
|
1495
|
+
R as getAnalyticsPayables,
|
|
1496
|
+
I as getAnalyticsReceivables,
|
|
1478
1497
|
a as getApiWidgetGatewayInit,
|
|
1479
1498
|
s as getApplicationStatus,
|
|
1480
|
-
|
|
1499
|
+
U as getApprovalPolicies,
|
|
1481
1500
|
l as getBankAccount,
|
|
1482
1501
|
d as getBankAccountAccess,
|
|
1483
|
-
|
|
1484
|
-
|
|
1502
|
+
k as getBankAccountTransactions,
|
|
1503
|
+
b as getBankAccountTransfers,
|
|
1485
1504
|
i as getBankAccounts,
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
B as
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1505
|
+
S as getCounterparts,
|
|
1506
|
+
D as getCounterpartsId,
|
|
1507
|
+
w as getCounterpartsIdAddresses,
|
|
1508
|
+
q as getCounterpartsIdBankAccounts,
|
|
1509
|
+
qe as getDepartment,
|
|
1510
|
+
Q as getEntitiesIdSettings,
|
|
1511
|
+
O as getEntitiesMe,
|
|
1512
|
+
Z as getEntityUsers,
|
|
1513
|
+
z as getEntityUsersMe,
|
|
1514
|
+
J as getEntityUsersMyEntity,
|
|
1515
|
+
g as getExternalBankAccountAccess,
|
|
1516
|
+
T as getExternalBankAccounts,
|
|
1517
|
+
Y as getLedgerAccounts,
|
|
1518
|
+
Qe as getLocation,
|
|
1519
|
+
$ as getMeasureUnits,
|
|
1520
|
+
ae as getPayables,
|
|
1521
|
+
se as getPaymentTerms,
|
|
1522
|
+
ne as getProducts,
|
|
1523
|
+
ie as getProductsId,
|
|
1524
|
+
ye as getReceipts,
|
|
1525
|
+
de as getReceivables,
|
|
1526
|
+
be as getReceivablesId,
|
|
1527
|
+
Be as getReceivablesIdHistory,
|
|
1528
|
+
He as getReceivablesIdMails,
|
|
1529
|
+
Ue as getReceivablesIdPdfLink,
|
|
1530
|
+
_e as getTags,
|
|
1531
|
+
Me as getTransactions,
|
|
1532
|
+
De as getTransactionsValidations,
|
|
1533
|
+
Ye as getUserData,
|
|
1534
|
+
et as getUsers,
|
|
1535
|
+
u as grantBankAccountAccess,
|
|
1536
|
+
B as grantExternalBankAccountAccess,
|
|
1537
|
+
A as linkExternalBankAccount,
|
|
1538
|
+
we as listDepartments,
|
|
1539
|
+
Fe as listLocations,
|
|
1540
|
+
ze as listRoles,
|
|
1521
1541
|
y as manageBankAccountAccess,
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1542
|
+
j as patchApprovalPoliciesId,
|
|
1543
|
+
L as patchCounterpartsId,
|
|
1544
|
+
W as patchCounterpartsIdAddressesId,
|
|
1545
|
+
F as patchCounterpartsIdBankAccountsId,
|
|
1546
|
+
X as patchEntitiesIdSettings,
|
|
1547
|
+
re as patchMeasureUnitsId,
|
|
1548
|
+
oe as patchProductsId,
|
|
1549
|
+
he as patchReceiptsId,
|
|
1550
|
+
Te as patchReceivablesId,
|
|
1551
|
+
xe as patchTagsId,
|
|
1552
|
+
E as postApprovalPolicies,
|
|
1553
|
+
x as postCounterparts,
|
|
1554
|
+
V as postCounterpartsIdAddresses,
|
|
1555
|
+
G as postCounterpartsIdBankAccounts,
|
|
1556
|
+
N as postCounterpartsIdBankAccountsIdMakeDefault,
|
|
1557
|
+
ee as postMeasureUnits,
|
|
1558
|
+
ce as postProducts,
|
|
1559
|
+
ue as postReceivables,
|
|
1560
|
+
me as postReceivablesIdAccept,
|
|
1561
|
+
ve as postReceivablesIdCancel,
|
|
1562
|
+
Pe as postReceivablesIdClone,
|
|
1563
|
+
ge as postReceivablesIdDecline,
|
|
1564
|
+
Ae as postReceivablesIdIssue,
|
|
1565
|
+
Ce as postReceivablesIdMarkAsPaid,
|
|
1566
|
+
Re as postReceivablesIdMarkAsPartiallyPaid,
|
|
1567
|
+
Ie as postReceivablesIdMarkAsUncollectible,
|
|
1568
|
+
Ee as postReceivablesIdSend,
|
|
1569
|
+
je as postTags,
|
|
1570
|
+
fe as putReceivablesIdLineItems,
|
|
1571
|
+
Le as putTransactionsValidations,
|
|
1572
|
+
p as submitApplication,
|
|
1573
|
+
v as unlinkExternalBankAccount,
|
|
1574
|
+
c as updateApplication,
|
|
1555
1575
|
h as updateBankAccount,
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1576
|
+
Ge as updateDepartment,
|
|
1577
|
+
P as updateExternalBankAccount,
|
|
1578
|
+
Xe as updateLocation,
|
|
1579
|
+
rt as updateUser,
|
|
1580
|
+
$e as upsertUserData,
|
|
1581
|
+
f as validateExternalBankAccount
|
|
1562
1582
|
};
|