@tesouro/embedded-components-react 0.2.222 → 0.2.223
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 +15 -11
- package/dist/index.css +6 -6
- package/dist/index.d.ts +276 -35
- package/dist/index.js +96 -87
- package/dist/lib/{GlCodeTableWidget.d.ts → ChartOfAccountsWidget.d.ts} +276 -35
- package/dist/lib/ChartOfAccountsWidget.js +16 -0
- package/dist/lib/ReceivablesWidget.js +26 -26
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index10.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index12.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index13.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index16.js +13 -3
- package/dist/libs/tesouro-embedded-components-react/bank-account-onboarding-widget/feature/dist/index17.js +3 -13
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +26 -26
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/data-access/dist/index3.js +58 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/data-access/dist/index4.js +18 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index2.js +153 -76
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index3.js +15 -4
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index4.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index5.js +21 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index6.js +176 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index7.js +16 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/feature/dist/index8.js +21 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index2.js +174 -160
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index3.js +206 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index4.js +46 -0
- package/dist/libs/tesouro-embedded-components-react/gl-code-table-widget/ui/dist/index5.js +48 -0
- 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/index101.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index103.js +1 -1
- 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/index109.js +1 -1
- 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/index115.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +12 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index118.js +10 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index119.js +9 -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 +22 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index122.js +2 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index123.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +33 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +34 -1270
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +4 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +2 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +24 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +1270 -8
- 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 +60 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +397 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +69 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +2 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +407 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +7 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +25 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +75 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +5 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +9 -26
- 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 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +30 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +12 -121
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +12 -218
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +23 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +9 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +10 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +116 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +217 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +10 -44
- 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 +12 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +48 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +44 -147
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +12 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +45 -70
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +15 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +11 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +144 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +55 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +68 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +29 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +3 -99
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +64 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +36 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +81 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +5 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +96 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +57 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +9 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +43 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +75 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +58 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +14 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +22 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +78 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +29 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +42 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +7 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +227 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +467 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +110 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +535 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +23 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +24 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +94 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +101 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +17 -227
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +12 -468
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +12 -108
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +23 -535
- 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 +10 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +18 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +19 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +2 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +10 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +20 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +18 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +27 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +115 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +69 -397
- 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 +13 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +12 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +7 -407
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +34 -100
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +99 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +25 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +5 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +11 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +7 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +7 -211
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +214 -10
- 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 +11 -11
- 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 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +85 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index217.js +24 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index218.js +183 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index219.js +26 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +36 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +48 -488
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +81 -167
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +34 -146
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +66 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +359 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +2 -183
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +117 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +6 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +18 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +10 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +9 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +12 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +12 -94
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +19 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +19 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +54 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +24 -59
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +36 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +36 -118
- 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 +15 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +27 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +17 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +105 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +12 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +18 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +22 -343
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +33 -296
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +53 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +49 -159
- 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 +28 -265
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +97 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +45 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +147 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +103 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +35 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +49 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +27 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +5 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +74 -93
- 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 +32 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +17 -210
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +22 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +56 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +29 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +60 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +20 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +5 -82
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +491 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +168 -66
- 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 +72 -360
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +44 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +20 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +30 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +37 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +61 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +94 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +110 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +86 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +38 -18
- 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 +343 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +294 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +98 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +158 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +264 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +25 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +18 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +63 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +25 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +127 -11
- 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 +48 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +115 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +102 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +46 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +197 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +70 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +10 -98
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +25 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +125 -145
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +149 -109
- 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 +31 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +4 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +20 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +34 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +31 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +32 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +32 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +13 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +19 -22
- 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 +159 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +28 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +27 -169
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +76 -132
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +63 -158
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +21 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +17 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +18 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +168 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +122 -48
- 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 +160 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +9 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +18 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +59 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +62 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +59 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +6 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +6 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +59 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +22 -158
- 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 +63 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +14 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +13 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +77 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +76 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +44 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +38 -124
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +59 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +29 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +118 -110
- 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 +22 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +40 -201
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +55 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +2 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +96 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +96 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +211 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +15 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +29 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +19 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +41 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index353.js +16 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +49 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +10 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +46 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +45 -122
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +35 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +28 -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 +43 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +25 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +74 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +94 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +37 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +10 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +11 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +16 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +24 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +48 -94
- 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 +11 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +32 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +5 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +9 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +32 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +121 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +18 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +16 -127
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +16 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +16 -12
- 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 +16 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +79 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +17 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +83 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +267 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +37 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +63 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +44 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +22 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +137 -20
- 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 +115 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +79 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +93 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +10 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +11 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +10 -116
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +6 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +282 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +46 -8
- 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 +15 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +72 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +16 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +16 -97
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +3 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +19 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +26 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +36 -26
- 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 +66 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +46 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +28 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +23 -82
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +32 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +4 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +124 -266
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +53 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +33 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +96 -44
- 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 +36 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +29 -136
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +19 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +66 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +19 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +18 -282
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +14 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +21 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +10 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +66 -23
- 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 +20 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +2 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +7 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +49 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +17 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +29 -83
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +66 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +56 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +41 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +19 -21
- 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 +8 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +13 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +31 -70
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +85 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +23 -52
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +100 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +108 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +72 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +66 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +36 -83
- 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 +12 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +28 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +23 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +38 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +38 -56
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +29 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +81 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +50 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +37 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +43 -50
- 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 +96 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +11 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +75 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +20 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +9 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +53 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +70 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +21 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +34 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +18 -28
- 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 +50 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +58 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +30 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +73 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +86 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +55 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +50 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +50 -107
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +39 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +35 -66
- 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 +13 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +52 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index485.js +51 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +53 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +35 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index488.js +17 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index489.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 +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 +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/index78.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index79.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 +52 -52
- package/dist/libs/tesouro-embedded-components-react/settings-widget/feature/dist/index3.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +321 -291
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +191 -150
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +26 -26
- package/dist/packages/shared-ui-shadcn/dist/index.js +1111 -1109
- package/package.json +1 -1
- package/dist/lib/GlCodeTableWidget.js +0 -7
package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js
CHANGED
|
@@ -125,7 +125,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
125
125
|
],
|
|
126
126
|
url: "/embedded-banking/v1/bank-accounts/{id}",
|
|
127
127
|
...e
|
|
128
|
-
}),
|
|
128
|
+
}), d = (e) => (e.client ?? t).patch({
|
|
129
129
|
security: [
|
|
130
130
|
{
|
|
131
131
|
key: "APPToken",
|
|
@@ -144,7 +144,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
144
144
|
"Content-Type": "application/json",
|
|
145
145
|
...e.headers
|
|
146
146
|
}
|
|
147
|
-
}),
|
|
147
|
+
}), h = (e) => (e.client ?? t).get({
|
|
148
148
|
security: [
|
|
149
149
|
{
|
|
150
150
|
key: "APPToken",
|
|
@@ -429,7 +429,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
429
429
|
"Content-Type": "application/json",
|
|
430
430
|
...e.headers
|
|
431
431
|
}
|
|
432
|
-
}),
|
|
432
|
+
}), _ = (e) => (e.client ?? t).post({
|
|
433
433
|
security: [
|
|
434
434
|
{
|
|
435
435
|
key: "APPToken",
|
|
@@ -448,7 +448,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
448
448
|
"Content-Type": "application/json",
|
|
449
449
|
...e.headers
|
|
450
450
|
}
|
|
451
|
-
}),
|
|
451
|
+
}), j = (e) => (e.client ?? t).post({
|
|
452
452
|
security: [
|
|
453
453
|
{
|
|
454
454
|
key: "APPToken",
|
|
@@ -579,7 +579,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
579
579
|
],
|
|
580
580
|
url: "/finops/v1/counterparts/{counterpart_id}",
|
|
581
581
|
...e
|
|
582
|
-
}),
|
|
582
|
+
}), F = (e) => (e.client ?? t).patch({
|
|
583
583
|
security: [
|
|
584
584
|
{
|
|
585
585
|
key: "HTTPBearer",
|
|
@@ -593,7 +593,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
593
593
|
"Content-Type": "application/json",
|
|
594
594
|
...e.headers
|
|
595
595
|
}
|
|
596
|
-
}),
|
|
596
|
+
}), G = (e) => (e.client ?? t).get({
|
|
597
597
|
security: [
|
|
598
598
|
{
|
|
599
599
|
key: "HTTPBearer",
|
|
@@ -603,7 +603,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
603
603
|
],
|
|
604
604
|
url: "/finops/v1/counterparts/{counterpart_id}/addresses",
|
|
605
605
|
...e
|
|
606
|
-
}),
|
|
606
|
+
}), N = (e) => (e.client ?? t).post({
|
|
607
607
|
security: [
|
|
608
608
|
{
|
|
609
609
|
key: "HTTPBearer",
|
|
@@ -617,7 +617,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
617
617
|
"Content-Type": "application/json",
|
|
618
618
|
...e.headers
|
|
619
619
|
}
|
|
620
|
-
}),
|
|
620
|
+
}), O = (e) => (e.client ?? t).patch({
|
|
621
621
|
security: [
|
|
622
622
|
{
|
|
623
623
|
key: "HTTPBearer",
|
|
@@ -631,7 +631,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
631
631
|
"Content-Type": "application/json",
|
|
632
632
|
...e.headers
|
|
633
633
|
}
|
|
634
|
-
}),
|
|
634
|
+
}), Q = (e) => (e.client ?? t).get({
|
|
635
635
|
security: [
|
|
636
636
|
{
|
|
637
637
|
key: "HTTPBearer",
|
|
@@ -641,7 +641,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
641
641
|
],
|
|
642
642
|
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts",
|
|
643
643
|
...e
|
|
644
|
-
}),
|
|
644
|
+
}), Y = (e) => (e.client ?? t).post({
|
|
645
645
|
security: [
|
|
646
646
|
{
|
|
647
647
|
key: "HTTPBearer",
|
|
@@ -655,7 +655,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
655
655
|
"Content-Type": "application/json",
|
|
656
656
|
...e.headers
|
|
657
657
|
}
|
|
658
|
-
}),
|
|
658
|
+
}), q = (e) => (e.client ?? t).delete({
|
|
659
659
|
security: [
|
|
660
660
|
{
|
|
661
661
|
key: "HTTPBearer",
|
|
@@ -665,7 +665,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
665
665
|
],
|
|
666
666
|
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}",
|
|
667
667
|
...e
|
|
668
|
-
}),
|
|
668
|
+
}), K = (e) => (e.client ?? t).patch({
|
|
669
669
|
security: [
|
|
670
670
|
{
|
|
671
671
|
key: "HTTPBearer",
|
|
@@ -679,7 +679,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
679
679
|
"Content-Type": "application/json",
|
|
680
680
|
...e.headers
|
|
681
681
|
}
|
|
682
|
-
}),
|
|
682
|
+
}), W = (e) => (e.client ?? t).post({
|
|
683
683
|
security: [
|
|
684
684
|
{
|
|
685
685
|
key: "HTTPBearer",
|
|
@@ -689,7 +689,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
689
689
|
],
|
|
690
690
|
url: "/finops/v1/counterparts/{counterpart_id}/bank-accounts/{bank_account_id}/make-default",
|
|
691
691
|
...e
|
|
692
|
-
}),
|
|
692
|
+
}), X = (e) => (e?.client ?? t).get({
|
|
693
693
|
security: [
|
|
694
694
|
{
|
|
695
695
|
key: "HTTPBearer",
|
|
@@ -699,7 +699,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
699
699
|
],
|
|
700
700
|
url: "/finops/v1/entities/me",
|
|
701
701
|
...e
|
|
702
|
-
}),
|
|
702
|
+
}), $ = (e) => (e.client ?? t).get({
|
|
703
703
|
security: [
|
|
704
704
|
{
|
|
705
705
|
key: "HTTPBearer",
|
|
@@ -763,7 +763,45 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
763
763
|
],
|
|
764
764
|
url: "/finops/v1/ledger-accounts",
|
|
765
765
|
...e
|
|
766
|
-
}), ne = (e) => (e.client ?? t).
|
|
766
|
+
}), ne = (e) => (e.client ?? t).post({
|
|
767
|
+
security: [
|
|
768
|
+
{
|
|
769
|
+
key: "HTTPBearer",
|
|
770
|
+
scheme: "bearer",
|
|
771
|
+
type: "http"
|
|
772
|
+
}
|
|
773
|
+
],
|
|
774
|
+
url: "/finops/v1/ledger-accounts",
|
|
775
|
+
...e,
|
|
776
|
+
headers: {
|
|
777
|
+
"Content-Type": "application/json",
|
|
778
|
+
...e.headers
|
|
779
|
+
}
|
|
780
|
+
}), ce = (e) => (e.client ?? t).delete({
|
|
781
|
+
security: [
|
|
782
|
+
{
|
|
783
|
+
key: "HTTPBearer",
|
|
784
|
+
scheme: "bearer",
|
|
785
|
+
type: "http"
|
|
786
|
+
}
|
|
787
|
+
],
|
|
788
|
+
url: "/finops/v1/ledger-accounts/{ledger_account_id}",
|
|
789
|
+
...e
|
|
790
|
+
}), pe = (e) => (e.client ?? t).patch({
|
|
791
|
+
security: [
|
|
792
|
+
{
|
|
793
|
+
key: "HTTPBearer",
|
|
794
|
+
scheme: "bearer",
|
|
795
|
+
type: "http"
|
|
796
|
+
}
|
|
797
|
+
],
|
|
798
|
+
url: "/finops/v1/ledger-accounts/{ledger_account_id}",
|
|
799
|
+
...e,
|
|
800
|
+
headers: {
|
|
801
|
+
"Content-Type": "application/json",
|
|
802
|
+
...e.headers
|
|
803
|
+
}
|
|
804
|
+
}), ie = (e) => (e.client ?? t).get({
|
|
767
805
|
security: [
|
|
768
806
|
{
|
|
769
807
|
key: "HTTPBearer",
|
|
@@ -773,7 +811,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
773
811
|
],
|
|
774
812
|
url: "/finops/v1/measure-units",
|
|
775
813
|
...e
|
|
776
|
-
}),
|
|
814
|
+
}), oe = (e) => (e.client ?? t).post({
|
|
777
815
|
security: [
|
|
778
816
|
{
|
|
779
817
|
key: "HTTPBearer",
|
|
@@ -787,7 +825,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
787
825
|
"Content-Type": "application/json",
|
|
788
826
|
...e.headers
|
|
789
827
|
}
|
|
790
|
-
}),
|
|
828
|
+
}), ye = (e) => (e.client ?? t).delete({
|
|
791
829
|
security: [
|
|
792
830
|
{
|
|
793
831
|
key: "HTTPBearer",
|
|
@@ -797,7 +835,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
797
835
|
],
|
|
798
836
|
url: "/finops/v1/measure-units/{unit_id}",
|
|
799
837
|
...e
|
|
800
|
-
}),
|
|
838
|
+
}), le = (e) => (e.client ?? t).patch({
|
|
801
839
|
security: [
|
|
802
840
|
{
|
|
803
841
|
key: "HTTPBearer",
|
|
@@ -811,7 +849,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
811
849
|
"Content-Type": "application/json",
|
|
812
850
|
...e.headers
|
|
813
851
|
}
|
|
814
|
-
}),
|
|
852
|
+
}), de = (e) => (e.client ?? t).get({
|
|
815
853
|
security: [
|
|
816
854
|
{
|
|
817
855
|
key: "HTTPBearer",
|
|
@@ -821,7 +859,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
821
859
|
],
|
|
822
860
|
url: "/finops/v1/payables",
|
|
823
861
|
...e
|
|
824
|
-
}),
|
|
862
|
+
}), he = (e) => (e.client ?? t).get({
|
|
825
863
|
security: [
|
|
826
864
|
{
|
|
827
865
|
key: "HTTPBearer",
|
|
@@ -831,7 +869,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
831
869
|
],
|
|
832
870
|
url: "/finops/v1/payment-terms",
|
|
833
871
|
...e
|
|
834
|
-
}),
|
|
872
|
+
}), ue = (e) => (e.client ?? t).get({
|
|
835
873
|
security: [
|
|
836
874
|
{
|
|
837
875
|
key: "HTTPBearer",
|
|
@@ -841,7 +879,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
841
879
|
],
|
|
842
880
|
url: "/finops/v1/products",
|
|
843
881
|
...e
|
|
844
|
-
}),
|
|
882
|
+
}), ke = (e) => (e.client ?? t).post({
|
|
845
883
|
security: [
|
|
846
884
|
{
|
|
847
885
|
key: "HTTPBearer",
|
|
@@ -855,7 +893,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
855
893
|
"Content-Type": "application/json",
|
|
856
894
|
...e.headers
|
|
857
895
|
}
|
|
858
|
-
}),
|
|
896
|
+
}), be = (e) => (e.client ?? t).delete({
|
|
859
897
|
security: [
|
|
860
898
|
{
|
|
861
899
|
key: "HTTPBearer",
|
|
@@ -865,7 +903,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
865
903
|
],
|
|
866
904
|
url: "/finops/v1/products/{product_id}",
|
|
867
905
|
...e
|
|
868
|
-
}),
|
|
906
|
+
}), Te = (e) => (e.client ?? t).get({
|
|
869
907
|
security: [
|
|
870
908
|
{
|
|
871
909
|
key: "HTTPBearer",
|
|
@@ -875,7 +913,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
875
913
|
],
|
|
876
914
|
url: "/finops/v1/products/{product_id}",
|
|
877
915
|
...e
|
|
878
|
-
}),
|
|
916
|
+
}), me = (e) => (e.client ?? t).patch({
|
|
879
917
|
security: [
|
|
880
918
|
{
|
|
881
919
|
key: "HTTPBearer",
|
|
@@ -889,7 +927,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
889
927
|
"Content-Type": "application/json",
|
|
890
928
|
...e.headers
|
|
891
929
|
}
|
|
892
|
-
}),
|
|
930
|
+
}), ve = (e) => (e.client ?? t).get({
|
|
893
931
|
security: [
|
|
894
932
|
{
|
|
895
933
|
key: "HTTPBearer",
|
|
@@ -899,7 +937,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
899
937
|
],
|
|
900
938
|
url: "/finops/v1/receipts",
|
|
901
939
|
...e
|
|
902
|
-
}),
|
|
940
|
+
}), Pe = (e) => (e.client ?? t).delete({
|
|
903
941
|
security: [
|
|
904
942
|
{
|
|
905
943
|
key: "HTTPBearer",
|
|
@@ -909,7 +947,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
909
947
|
],
|
|
910
948
|
url: "/finops/v1/receipts/{receipt_id}",
|
|
911
949
|
...e
|
|
912
|
-
}),
|
|
950
|
+
}), ge = (e) => (e.client ?? t).patch({
|
|
913
951
|
security: [
|
|
914
952
|
{
|
|
915
953
|
key: "HTTPBearer",
|
|
@@ -923,7 +961,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
923
961
|
"Content-Type": "application/json",
|
|
924
962
|
...e.headers
|
|
925
963
|
}
|
|
926
|
-
}),
|
|
964
|
+
}), Ae = (e) => (e.client ?? t).get({
|
|
927
965
|
security: [
|
|
928
966
|
{
|
|
929
967
|
key: "HTTPBearer",
|
|
@@ -933,7 +971,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
933
971
|
],
|
|
934
972
|
url: "/finops/v1/receivables",
|
|
935
973
|
...e
|
|
936
|
-
}),
|
|
974
|
+
}), Be = (e) => (e.client ?? t).post({
|
|
937
975
|
security: [
|
|
938
976
|
{
|
|
939
977
|
key: "HTTPBearer",
|
|
@@ -947,7 +985,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
947
985
|
"Content-Type": "application/json",
|
|
948
986
|
...e.headers
|
|
949
987
|
}
|
|
950
|
-
}),
|
|
988
|
+
}), fe = (e) => (e.client ?? t).delete({
|
|
951
989
|
security: [
|
|
952
990
|
{
|
|
953
991
|
key: "HTTPBearer",
|
|
@@ -957,7 +995,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
957
995
|
],
|
|
958
996
|
url: "/finops/v1/receivables/{receivable_id}",
|
|
959
997
|
...e
|
|
960
|
-
}),
|
|
998
|
+
}), He = (e) => (e.client ?? t).get({
|
|
961
999
|
security: [
|
|
962
1000
|
{
|
|
963
1001
|
key: "HTTPBearer",
|
|
@@ -967,7 +1005,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
967
1005
|
],
|
|
968
1006
|
url: "/finops/v1/receivables/{receivable_id}",
|
|
969
1007
|
...e
|
|
970
|
-
}),
|
|
1008
|
+
}), Ce = (e) => (e.client ?? t).patch({
|
|
971
1009
|
security: [
|
|
972
1010
|
{
|
|
973
1011
|
key: "HTTPBearer",
|
|
@@ -981,7 +1019,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
981
1019
|
"Content-Type": "application/json",
|
|
982
1020
|
...e.headers
|
|
983
1021
|
}
|
|
984
|
-
}),
|
|
1022
|
+
}), Re = (e) => (e.client ?? t).post({
|
|
985
1023
|
security: [
|
|
986
1024
|
{
|
|
987
1025
|
key: "HTTPBearer",
|
|
@@ -995,7 +1033,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
995
1033
|
"Content-Type": "application/json",
|
|
996
1034
|
...e.headers
|
|
997
1035
|
}
|
|
998
|
-
}),
|
|
1036
|
+
}), Ie = (e) => (e.client ?? t).post({
|
|
999
1037
|
security: [
|
|
1000
1038
|
{
|
|
1001
1039
|
key: "HTTPBearer",
|
|
@@ -1005,7 +1043,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1005
1043
|
],
|
|
1006
1044
|
url: "/finops/v1/receivables/{receivable_id}/cancel",
|
|
1007
1045
|
...e
|
|
1008
|
-
}),
|
|
1046
|
+
}), Ue = (e) => (e.client ?? t).post({
|
|
1009
1047
|
security: [
|
|
1010
1048
|
{
|
|
1011
1049
|
key: "HTTPBearer",
|
|
@@ -1015,7 +1053,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1015
1053
|
],
|
|
1016
1054
|
url: "/finops/v1/receivables/{receivable_id}/clone",
|
|
1017
1055
|
...e
|
|
1018
|
-
}),
|
|
1056
|
+
}), Ee = (e) => (e.client ?? t).post({
|
|
1019
1057
|
security: [
|
|
1020
1058
|
{
|
|
1021
1059
|
key: "HTTPBearer",
|
|
@@ -1029,7 +1067,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1029
1067
|
"Content-Type": "application/json",
|
|
1030
1068
|
...e.headers
|
|
1031
1069
|
}
|
|
1032
|
-
}),
|
|
1070
|
+
}), _e = (e) => (e.client ?? t).get({
|
|
1033
1071
|
security: [
|
|
1034
1072
|
{
|
|
1035
1073
|
key: "HTTPBearer",
|
|
@@ -1039,7 +1077,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1039
1077
|
],
|
|
1040
1078
|
url: "/finops/v1/receivables/{receivable_id}/history",
|
|
1041
1079
|
...e
|
|
1042
|
-
}),
|
|
1080
|
+
}), je = (e) => (e.client ?? t).post({
|
|
1043
1081
|
security: [
|
|
1044
1082
|
{
|
|
1045
1083
|
key: "HTTPBearer",
|
|
@@ -1049,7 +1087,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1049
1087
|
],
|
|
1050
1088
|
url: "/finops/v1/receivables/{receivable_id}/issue",
|
|
1051
1089
|
...e
|
|
1052
|
-
}),
|
|
1090
|
+
}), Se = (e) => (e.client ?? t).put({
|
|
1053
1091
|
security: [
|
|
1054
1092
|
{
|
|
1055
1093
|
key: "HTTPBearer",
|
|
@@ -1063,7 +1101,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1063
1101
|
"Content-Type": "application/json",
|
|
1064
1102
|
...e.headers
|
|
1065
1103
|
}
|
|
1066
|
-
}),
|
|
1104
|
+
}), Me = (e) => (e.client ?? t).get({
|
|
1067
1105
|
security: [
|
|
1068
1106
|
{
|
|
1069
1107
|
key: "HTTPBearer",
|
|
@@ -1073,7 +1111,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1073
1111
|
],
|
|
1074
1112
|
url: "/finops/v1/receivables/{receivable_id}/mails",
|
|
1075
1113
|
...e
|
|
1076
|
-
}),
|
|
1114
|
+
}), xe = (e) => (e.client ?? t).post({
|
|
1077
1115
|
security: [
|
|
1078
1116
|
{
|
|
1079
1117
|
key: "HTTPBearer",
|
|
@@ -1087,7 +1125,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1087
1125
|
"Content-Type": "application/json",
|
|
1088
1126
|
...e.headers
|
|
1089
1127
|
}
|
|
1090
|
-
}),
|
|
1128
|
+
}), De = (e) => (e.client ?? t).post({
|
|
1091
1129
|
security: [
|
|
1092
1130
|
{
|
|
1093
1131
|
key: "HTTPBearer",
|
|
@@ -1101,7 +1139,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1101
1139
|
"Content-Type": "application/json",
|
|
1102
1140
|
...e.headers
|
|
1103
1141
|
}
|
|
1104
|
-
}),
|
|
1142
|
+
}), Le = (e) => (e.client ?? t).post({
|
|
1105
1143
|
security: [
|
|
1106
1144
|
{
|
|
1107
1145
|
key: "HTTPBearer",
|
|
@@ -1115,7 +1153,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1115
1153
|
"Content-Type": "application/json",
|
|
1116
1154
|
...e.headers
|
|
1117
1155
|
}
|
|
1118
|
-
}),
|
|
1156
|
+
}), we = (e) => (e.client ?? t).get({
|
|
1119
1157
|
security: [
|
|
1120
1158
|
{
|
|
1121
1159
|
key: "HTTPBearer",
|
|
@@ -1125,7 +1163,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1125
1163
|
],
|
|
1126
1164
|
url: "/finops/v1/receivables/{receivable_id}/pdf-link",
|
|
1127
1165
|
...e
|
|
1128
|
-
}),
|
|
1166
|
+
}), ze = (e) => (e.client ?? t).post({
|
|
1129
1167
|
security: [
|
|
1130
1168
|
{
|
|
1131
1169
|
key: "HTTPBearer",
|
|
@@ -1139,7 +1177,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1139
1177
|
"Content-Type": "application/json",
|
|
1140
1178
|
...e.headers
|
|
1141
1179
|
}
|
|
1142
|
-
}),
|
|
1180
|
+
}), Je = (e) => (e.client ?? t).get(
|
|
1143
1181
|
{
|
|
1144
1182
|
security: [
|
|
1145
1183
|
{
|
|
@@ -1151,7 +1189,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1151
1189
|
url: "/finops/v1/tags",
|
|
1152
1190
|
...e
|
|
1153
1191
|
}
|
|
1154
|
-
),
|
|
1192
|
+
), Ve = (e) => (e.client ?? t).post({
|
|
1155
1193
|
security: [
|
|
1156
1194
|
{
|
|
1157
1195
|
key: "HTTPBearer",
|
|
@@ -1165,7 +1203,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1165
1203
|
"Content-Type": "application/json",
|
|
1166
1204
|
...e.headers
|
|
1167
1205
|
}
|
|
1168
|
-
}),
|
|
1206
|
+
}), Ze = (e) => (e.client ?? t).delete({
|
|
1169
1207
|
security: [
|
|
1170
1208
|
{
|
|
1171
1209
|
key: "HTTPBearer",
|
|
@@ -1175,7 +1213,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1175
1213
|
],
|
|
1176
1214
|
url: "/finops/v1/tags/{tag_id}",
|
|
1177
1215
|
...e
|
|
1178
|
-
}),
|
|
1216
|
+
}), Fe = (e) => (e.client ?? t).patch({
|
|
1179
1217
|
security: [
|
|
1180
1218
|
{
|
|
1181
1219
|
key: "HTTPBearer",
|
|
@@ -1189,7 +1227,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1189
1227
|
"Content-Type": "application/json",
|
|
1190
1228
|
...e.headers
|
|
1191
1229
|
}
|
|
1192
|
-
}),
|
|
1230
|
+
}), Ge = (e) => (e.client ?? t).get({
|
|
1193
1231
|
security: [
|
|
1194
1232
|
{
|
|
1195
1233
|
key: "HTTPBearer",
|
|
@@ -1199,7 +1237,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1199
1237
|
],
|
|
1200
1238
|
url: "/finops/v1/transactions",
|
|
1201
1239
|
...e
|
|
1202
|
-
}),
|
|
1240
|
+
}), Ne = (e) => (e.client ?? t).get({
|
|
1203
1241
|
security: [
|
|
1204
1242
|
{
|
|
1205
1243
|
key: "HTTPBearer",
|
|
@@ -1209,7 +1247,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1209
1247
|
],
|
|
1210
1248
|
url: "/finops/v1/transactions/validations",
|
|
1211
1249
|
...e
|
|
1212
|
-
}),
|
|
1250
|
+
}), Oe = (e) => (e.client ?? t).put({
|
|
1213
1251
|
security: [
|
|
1214
1252
|
{
|
|
1215
1253
|
key: "HTTPBearer",
|
|
@@ -1223,7 +1261,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1223
1261
|
"Content-Type": "application/json",
|
|
1224
1262
|
...e.headers
|
|
1225
1263
|
}
|
|
1226
|
-
}),
|
|
1264
|
+
}), Qe = (e) => (e?.client ?? t).get({
|
|
1227
1265
|
security: [
|
|
1228
1266
|
{
|
|
1229
1267
|
key: "APPToken",
|
|
@@ -1238,7 +1276,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1238
1276
|
],
|
|
1239
1277
|
url: "/identity/v1/departments",
|
|
1240
1278
|
...e
|
|
1241
|
-
}),
|
|
1279
|
+
}), Ye = (e) => (e.client ?? t).post({
|
|
1242
1280
|
security: [
|
|
1243
1281
|
{
|
|
1244
1282
|
key: "APPToken",
|
|
@@ -1257,7 +1295,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1257
1295
|
"Content-Type": "application/json",
|
|
1258
1296
|
...e.headers
|
|
1259
1297
|
}
|
|
1260
|
-
}),
|
|
1298
|
+
}), qe = (e) => (e.client ?? t).delete({
|
|
1261
1299
|
security: [
|
|
1262
1300
|
{
|
|
1263
1301
|
key: "APPToken",
|
|
@@ -1272,7 +1310,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1272
1310
|
],
|
|
1273
1311
|
url: "/identity/v1/departments/{departmentId}",
|
|
1274
1312
|
...e
|
|
1275
|
-
}),
|
|
1313
|
+
}), Ke = (e) => (e.client ?? t).get({
|
|
1276
1314
|
security: [
|
|
1277
1315
|
{
|
|
1278
1316
|
key: "APPToken",
|
|
@@ -1287,7 +1325,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1287
1325
|
],
|
|
1288
1326
|
url: "/identity/v1/departments/{departmentId}",
|
|
1289
1327
|
...e
|
|
1290
|
-
}),
|
|
1328
|
+
}), We = (e) => (e.client ?? t).put({
|
|
1291
1329
|
security: [
|
|
1292
1330
|
{
|
|
1293
1331
|
key: "APPToken",
|
|
@@ -1306,7 +1344,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1306
1344
|
"Content-Type": "application/json",
|
|
1307
1345
|
...e.headers
|
|
1308
1346
|
}
|
|
1309
|
-
}),
|
|
1347
|
+
}), Xe = (e) => (e.client ?? t).post({
|
|
1310
1348
|
security: [
|
|
1311
1349
|
{
|
|
1312
1350
|
key: "APPToken",
|
|
@@ -1325,7 +1363,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1325
1363
|
"Content-Type": "application/json",
|
|
1326
1364
|
...e.headers
|
|
1327
1365
|
}
|
|
1328
|
-
}),
|
|
1366
|
+
}), $e = (e) => (e?.client ?? t).get({
|
|
1329
1367
|
security: [
|
|
1330
1368
|
{
|
|
1331
1369
|
key: "APPToken",
|
|
@@ -1340,7 +1378,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1340
1378
|
],
|
|
1341
1379
|
url: "/identity/v1/locations",
|
|
1342
1380
|
...e
|
|
1343
|
-
}),
|
|
1381
|
+
}), et = (e) => (e.client ?? t).post({
|
|
1344
1382
|
security: [
|
|
1345
1383
|
{
|
|
1346
1384
|
key: "APPToken",
|
|
@@ -1359,7 +1397,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1359
1397
|
"Content-Type": "application/json",
|
|
1360
1398
|
...e.headers
|
|
1361
1399
|
}
|
|
1362
|
-
}),
|
|
1400
|
+
}), tt = (e) => (e.client ?? t).delete({
|
|
1363
1401
|
security: [
|
|
1364
1402
|
{
|
|
1365
1403
|
key: "APPToken",
|
|
@@ -1374,7 +1412,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1374
1412
|
],
|
|
1375
1413
|
url: "/identity/v1/locations/{locationId}",
|
|
1376
1414
|
...e
|
|
1377
|
-
}),
|
|
1415
|
+
}), rt = (e) => (e.client ?? t).get({
|
|
1378
1416
|
security: [
|
|
1379
1417
|
{
|
|
1380
1418
|
key: "APPToken",
|
|
@@ -1389,7 +1427,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1389
1427
|
],
|
|
1390
1428
|
url: "/identity/v1/locations/{locationId}",
|
|
1391
1429
|
...e
|
|
1392
|
-
}),
|
|
1430
|
+
}), at = (e) => (e.client ?? t).put({
|
|
1393
1431
|
security: [
|
|
1394
1432
|
{
|
|
1395
1433
|
key: "APPToken",
|
|
@@ -1408,7 +1446,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1408
1446
|
"Content-Type": "application/json",
|
|
1409
1447
|
...e.headers
|
|
1410
1448
|
}
|
|
1411
|
-
}),
|
|
1449
|
+
}), st = (e) => (e.client ?? t).post({
|
|
1412
1450
|
security: [
|
|
1413
1451
|
{
|
|
1414
1452
|
key: "APPToken",
|
|
@@ -1427,7 +1465,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1427
1465
|
"Content-Type": "application/json",
|
|
1428
1466
|
...e.headers
|
|
1429
1467
|
}
|
|
1430
|
-
}),
|
|
1468
|
+
}), nt = (e) => (e?.client ?? t).get({
|
|
1431
1469
|
security: [
|
|
1432
1470
|
{
|
|
1433
1471
|
key: "APPToken",
|
|
@@ -1442,7 +1480,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1442
1480
|
],
|
|
1443
1481
|
url: "/identity/v1/roles",
|
|
1444
1482
|
...e
|
|
1445
|
-
}),
|
|
1483
|
+
}), ct = (e) => (e.client ?? t).post({
|
|
1446
1484
|
security: [
|
|
1447
1485
|
{
|
|
1448
1486
|
key: "APPToken",
|
|
@@ -1461,7 +1499,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1461
1499
|
"Content-Type": "application/json",
|
|
1462
1500
|
...e.headers
|
|
1463
1501
|
}
|
|
1464
|
-
}),
|
|
1502
|
+
}), pt = (e) => (e.client ?? t).get({
|
|
1465
1503
|
security: [
|
|
1466
1504
|
{
|
|
1467
1505
|
key: "APPToken",
|
|
@@ -1476,7 +1514,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1476
1514
|
],
|
|
1477
1515
|
url: "/identity/v1/roles/{roleId}/permissions",
|
|
1478
1516
|
...e
|
|
1479
|
-
}),
|
|
1517
|
+
}), it = (e) => (e.client ?? t).get({
|
|
1480
1518
|
security: [
|
|
1481
1519
|
{
|
|
1482
1520
|
key: "HTTPBearer",
|
|
@@ -1486,7 +1524,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1486
1524
|
],
|
|
1487
1525
|
url: "/identity/v1/user-data/{key}",
|
|
1488
1526
|
...e
|
|
1489
|
-
}),
|
|
1527
|
+
}), ot = (e) => (e.client ?? t).put({
|
|
1490
1528
|
security: [
|
|
1491
1529
|
{
|
|
1492
1530
|
key: "HTTPBearer",
|
|
@@ -1500,7 +1538,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1500
1538
|
"Content-Type": "application/json",
|
|
1501
1539
|
...e.headers
|
|
1502
1540
|
}
|
|
1503
|
-
}),
|
|
1541
|
+
}), yt = (e) => (e?.client ?? t).get({
|
|
1504
1542
|
security: [
|
|
1505
1543
|
{
|
|
1506
1544
|
key: "APPToken",
|
|
@@ -1515,7 +1553,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1515
1553
|
],
|
|
1516
1554
|
url: "/identity/v1/users",
|
|
1517
1555
|
...e
|
|
1518
|
-
}),
|
|
1556
|
+
}), lt = (e) => (e.client ?? t).post({
|
|
1519
1557
|
security: [
|
|
1520
1558
|
{
|
|
1521
1559
|
key: "APPToken",
|
|
@@ -1534,7 +1572,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1534
1572
|
"Content-Type": "application/json",
|
|
1535
1573
|
...e.headers
|
|
1536
1574
|
}
|
|
1537
|
-
}),
|
|
1575
|
+
}), dt = (e) => (e.client ?? t).patch({
|
|
1538
1576
|
security: [
|
|
1539
1577
|
{
|
|
1540
1578
|
key: "APPToken",
|
|
@@ -1553,7 +1591,7 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1553
1591
|
"Content-Type": "application/json",
|
|
1554
1592
|
...e.headers
|
|
1555
1593
|
}
|
|
1556
|
-
}),
|
|
1594
|
+
}), ht = (e) => (e.client ?? t).post({
|
|
1557
1595
|
security: [
|
|
1558
1596
|
{
|
|
1559
1597
|
key: "APPToken",
|
|
@@ -1571,28 +1609,29 @@ const a = (e) => (e?.client ?? t).get({
|
|
|
1571
1609
|
});
|
|
1572
1610
|
export {
|
|
1573
1611
|
A as acceptDisclosures,
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1612
|
+
Xe as bulkUpdateDepartmentMembers,
|
|
1613
|
+
st as bulkUpdateLocationMembers,
|
|
1614
|
+
ct as bulkUpdateRoleMembers,
|
|
1577
1615
|
f as connectExternalBankAccount,
|
|
1578
|
-
|
|
1616
|
+
_ as createAchMoneyMovement,
|
|
1579
1617
|
n as createApplication,
|
|
1580
1618
|
o as createBankAccount,
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1619
|
+
j as createBookTransfer,
|
|
1620
|
+
Ye as createDepartment,
|
|
1621
|
+
et as createLocation,
|
|
1622
|
+
lt as createUser,
|
|
1623
|
+
qe as deactivateDepartment,
|
|
1624
|
+
tt as deactivateLocation,
|
|
1587
1625
|
L as deleteApprovalPoliciesId,
|
|
1588
1626
|
V as deleteCounterpartsId,
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1627
|
+
q as deleteCounterpartsIdBankAccountsId,
|
|
1628
|
+
ce as deleteLedgerAccountsId,
|
|
1629
|
+
ye as deleteMeasureUnitsId,
|
|
1630
|
+
be as deleteProductsId,
|
|
1631
|
+
Pe as deleteReceiptsId,
|
|
1632
|
+
fe as deleteReceivablesId,
|
|
1633
|
+
Ze as deleteTagsId,
|
|
1634
|
+
ht as disableUser,
|
|
1596
1635
|
b as downloadBankAccountTransactions,
|
|
1597
1636
|
S as getAnalyticsPayables,
|
|
1598
1637
|
M as getAnalyticsReceivables,
|
|
@@ -1600,90 +1639,92 @@ export {
|
|
|
1600
1639
|
s as getApplicationStatus,
|
|
1601
1640
|
x as getApprovalPolicies,
|
|
1602
1641
|
l as getBankAccount,
|
|
1603
|
-
|
|
1642
|
+
h as getBankAccountAccess,
|
|
1604
1643
|
k as getBankAccountTransactions,
|
|
1605
1644
|
T as getBankAccountTransfers,
|
|
1606
1645
|
i as getBankAccounts,
|
|
1607
1646
|
z as getCounterparts,
|
|
1608
1647
|
Z as getCounterpartsId,
|
|
1609
|
-
|
|
1610
|
-
|
|
1648
|
+
G as getCounterpartsIdAddresses,
|
|
1649
|
+
Q as getCounterpartsIdBankAccounts,
|
|
1611
1650
|
v as getCreditCardById,
|
|
1612
1651
|
m as getCreditCards,
|
|
1613
1652
|
g as getDebitCardById,
|
|
1614
1653
|
P as getDebitCards,
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1654
|
+
Ke as getDepartment,
|
|
1655
|
+
$ as getEntitiesIdSettings,
|
|
1656
|
+
X as getEntitiesMe,
|
|
1618
1657
|
te as getEntityUsers,
|
|
1619
1658
|
re as getEntityUsersMe,
|
|
1620
1659
|
ae as getEntityUsersMyEntity,
|
|
1621
1660
|
R as getExternalBankAccountAccess,
|
|
1622
1661
|
B as getExternalBankAccounts,
|
|
1623
1662
|
se as getLedgerAccounts,
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1663
|
+
rt as getLocation,
|
|
1664
|
+
ie as getMeasureUnits,
|
|
1665
|
+
de as getPayables,
|
|
1666
|
+
he as getPaymentTerms,
|
|
1667
|
+
ue as getProducts,
|
|
1668
|
+
Te as getProductsId,
|
|
1669
|
+
ve as getReceipts,
|
|
1670
|
+
Ae as getReceivables,
|
|
1671
|
+
He as getReceivablesId,
|
|
1672
|
+
_e as getReceivablesIdHistory,
|
|
1673
|
+
Me as getReceivablesIdMails,
|
|
1674
|
+
we as getReceivablesIdPdfLink,
|
|
1675
|
+
Je as getTags,
|
|
1676
|
+
Ge as getTransactions,
|
|
1677
|
+
Ne as getTransactionsValidations,
|
|
1678
|
+
it as getUserData,
|
|
1679
|
+
yt as getUsers,
|
|
1641
1680
|
u as grantBankAccountAccess,
|
|
1642
1681
|
I as grantExternalBankAccountAccess,
|
|
1643
1682
|
U as linkExternalBankAccount,
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1683
|
+
Qe as listDepartments,
|
|
1684
|
+
$e as listLocations,
|
|
1685
|
+
pt as listRolePermissions,
|
|
1686
|
+
nt as listRoles,
|
|
1648
1687
|
y as manageBankAccountAccess,
|
|
1649
1688
|
w as patchApprovalPoliciesId,
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1689
|
+
F as patchCounterpartsId,
|
|
1690
|
+
O as patchCounterpartsIdAddressesId,
|
|
1691
|
+
K as patchCounterpartsIdBankAccountsId,
|
|
1653
1692
|
ee as patchEntitiesIdSettings,
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
me as
|
|
1657
|
-
|
|
1658
|
-
|
|
1693
|
+
pe as patchLedgerAccountsId,
|
|
1694
|
+
le as patchMeasureUnitsId,
|
|
1695
|
+
me as patchProductsId,
|
|
1696
|
+
ge as patchReceiptsId,
|
|
1697
|
+
Ce as patchReceivablesId,
|
|
1698
|
+
Fe as patchTagsId,
|
|
1659
1699
|
D as postApprovalPolicies,
|
|
1660
1700
|
J as postCounterparts,
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1701
|
+
N as postCounterpartsIdAddresses,
|
|
1702
|
+
Y as postCounterpartsIdBankAccounts,
|
|
1703
|
+
W as postCounterpartsIdBankAccountsIdMakeDefault,
|
|
1704
|
+
ne as postLedgerAccounts,
|
|
1705
|
+
oe as postMeasureUnits,
|
|
1706
|
+
ke as postProducts,
|
|
1707
|
+
Be as postReceivables,
|
|
1708
|
+
Re as postReceivablesIdAccept,
|
|
1709
|
+
Ie as postReceivablesIdCancel,
|
|
1710
|
+
Ue as postReceivablesIdClone,
|
|
1711
|
+
Ee as postReceivablesIdDecline,
|
|
1712
|
+
je as postReceivablesIdIssue,
|
|
1713
|
+
xe as postReceivablesIdMarkAsPaid,
|
|
1714
|
+
De as postReceivablesIdMarkAsPartiallyPaid,
|
|
1715
|
+
Le as postReceivablesIdMarkAsUncollectible,
|
|
1716
|
+
ze as postReceivablesIdSend,
|
|
1717
|
+
Ve as postTags,
|
|
1718
|
+
Se as putReceivablesIdLineItems,
|
|
1719
|
+
Oe as putTransactionsValidations,
|
|
1679
1720
|
p as submitApplication,
|
|
1680
1721
|
H as unlinkExternalBankAccount,
|
|
1681
1722
|
c as updateApplication,
|
|
1682
|
-
|
|
1683
|
-
|
|
1723
|
+
d as updateBankAccount,
|
|
1724
|
+
We as updateDepartment,
|
|
1684
1725
|
C as updateExternalBankAccount,
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1726
|
+
at as updateLocation,
|
|
1727
|
+
dt as updateUser,
|
|
1728
|
+
ot as upsertUserData,
|
|
1688
1729
|
E as validateExternalBankAccount
|
|
1689
1730
|
};
|