@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
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { queryOptions as s } from "@tanstack/react-query";
|
|
2
|
-
import { client as
|
|
3
|
-
import { getCreditCardById as u, getDebitCardById as y,
|
|
2
|
+
import { client as i } from "../client.gen.js";
|
|
3
|
+
import { getCreditCardById as u, getDebitCardById as y, getLedgerAccounts as c, listRoles as g, getEntityUsersMyEntity as l, getUsers as d, getBankAccountTransfers as p, acceptDisclosures as w, getBankAccounts as q, createApplication as O, updateApplication as K, submitApplication as E, getApplicationStatus as A, getBankAccount as h, getBankAccountTransactions as F, getCreditCards as m, getDebitCards as I, postLedgerAccounts as k, patchLedgerAccountsId as M, deleteLedgerAccountsId as B, getAnalyticsReceivables as Q, getAnalyticsPayables as b, getReceivables as P, getPayables as R, getApprovalPolicies as C, postApprovalPolicies as v, patchApprovalPoliciesId as U, deleteApprovalPoliciesId as T, getTransactionsValidations as D, putTransactionsValidations as x, getExternalBankAccounts as L, getMeasureUnits as f, getProducts as S, getEntityUsersMe as z, listDepartments as H, listLocations as V, createBookTransfer as G, createAchMoneyMovement as J, createBankAccount as N, grantBankAccountAccess as Z, updateBankAccount as $, getCounterparts as _, getCounterpartsIdAddresses as Y, getCounterpartsId as W, getCounterpartsIdBankAccounts as X, getUserData as j, upsertUserData as ee, connectExternalBankAccount as te, grantExternalBankAccountAccess as ae, updateExternalBankAccount as re, unlinkExternalBankAccount as ne, linkExternalBankAccount as se, validateExternalBankAccount as oe, getProductsId as ie, getReceipts as ue, getTransactions as ye, patchReceiptsId as ce, deleteReceiptsId as ge, getReceivablesId as le, getReceivablesIdHistory as de, getReceivablesIdMails as pe, getReceivablesIdPdfLink as we, getPaymentTerms as qe, getEntitiesMe as Oe, getEntitiesIdSettings as Ke, getEntityUsers as Ee, getTags as Ae, patchEntitiesIdSettings as he, disableUser as Fe, listRolePermissions as me, getDepartment as Ie, getLocation as ke } from "../sdk.gen.js";
|
|
4
4
|
const n = (e, t, a, r) => {
|
|
5
|
-
const
|
|
5
|
+
const o = {
|
|
6
6
|
_id: e,
|
|
7
|
-
baseUrl: t?.baseUrl || (t?.client ??
|
|
7
|
+
baseUrl: t?.baseUrl || (t?.client ?? i).getConfig().baseUrl
|
|
8
8
|
};
|
|
9
|
-
return t?.body && (
|
|
10
|
-
},
|
|
9
|
+
return t?.body && (o.body = t.body), t?.headers && (o.headers = t.headers), t?.path && (o.path = t.path), t?.query && (o.query = t.query), [o];
|
|
10
|
+
}, Me = (e) => n("getApplicationStatus", e), At = (e) => s({
|
|
11
11
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
12
12
|
const { data: r } = await A({
|
|
13
13
|
...e,
|
|
@@ -17,8 +17,8 @@ const n = (e, t, a, r) => {
|
|
|
17
17
|
});
|
|
18
18
|
return r;
|
|
19
19
|
},
|
|
20
|
-
queryKey:
|
|
21
|
-
}),
|
|
20
|
+
queryKey: Me(e)
|
|
21
|
+
}), ht = (e) => ({
|
|
22
22
|
mutationFn: async (t) => {
|
|
23
23
|
const { data: a } = await O({
|
|
24
24
|
...e,
|
|
@@ -27,7 +27,7 @@ const n = (e, t, a, r) => {
|
|
|
27
27
|
});
|
|
28
28
|
return a;
|
|
29
29
|
}
|
|
30
|
-
}),
|
|
30
|
+
}), Ft = (e) => ({
|
|
31
31
|
mutationFn: async (t) => {
|
|
32
32
|
const { data: a } = await K({
|
|
33
33
|
...e,
|
|
@@ -36,7 +36,7 @@ const n = (e, t, a, r) => {
|
|
|
36
36
|
});
|
|
37
37
|
return a;
|
|
38
38
|
}
|
|
39
|
-
}),
|
|
39
|
+
}), mt = (e) => ({
|
|
40
40
|
mutationFn: async (t) => {
|
|
41
41
|
const { data: a } = await E({
|
|
42
42
|
...e,
|
|
@@ -45,7 +45,7 @@ const n = (e, t, a, r) => {
|
|
|
45
45
|
});
|
|
46
46
|
return a;
|
|
47
47
|
}
|
|
48
|
-
}),
|
|
48
|
+
}), Be = (e) => n("getBankAccounts", e), It = (e) => s({
|
|
49
49
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
50
50
|
const { data: r } = await q({
|
|
51
51
|
...e,
|
|
@@ -55,17 +55,17 @@ const n = (e, t, a, r) => {
|
|
|
55
55
|
});
|
|
56
56
|
return r;
|
|
57
57
|
},
|
|
58
|
-
queryKey:
|
|
59
|
-
}),
|
|
58
|
+
queryKey: Be(e)
|
|
59
|
+
}), kt = (e) => ({
|
|
60
60
|
mutationFn: async (t) => {
|
|
61
|
-
const { data: a } = await
|
|
61
|
+
const { data: a } = await N({
|
|
62
62
|
...e,
|
|
63
63
|
...t,
|
|
64
64
|
throwOnError: !0
|
|
65
65
|
});
|
|
66
66
|
return a;
|
|
67
67
|
}
|
|
68
|
-
}),
|
|
68
|
+
}), Qe = (e) => n("getBankAccount", e), Mt = (e) => s({
|
|
69
69
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
70
70
|
const { data: r } = await h({
|
|
71
71
|
...e,
|
|
@@ -75,26 +75,26 @@ const n = (e, t, a, r) => {
|
|
|
75
75
|
});
|
|
76
76
|
return r;
|
|
77
77
|
},
|
|
78
|
-
queryKey:
|
|
79
|
-
}),
|
|
78
|
+
queryKey: Qe(e)
|
|
79
|
+
}), Bt = (e) => ({
|
|
80
80
|
mutationFn: async (t) => {
|
|
81
|
-
const { data: a } = await
|
|
81
|
+
const { data: a } = await $({
|
|
82
82
|
...e,
|
|
83
83
|
...t,
|
|
84
84
|
throwOnError: !0
|
|
85
85
|
});
|
|
86
86
|
return a;
|
|
87
87
|
}
|
|
88
|
-
}),
|
|
88
|
+
}), Qt = (e) => n("getBankAccountAccess", e), bt = (e) => ({
|
|
89
89
|
mutationFn: async (t) => {
|
|
90
|
-
const { data: a } = await
|
|
90
|
+
const { data: a } = await Z({
|
|
91
91
|
...e,
|
|
92
92
|
...t,
|
|
93
93
|
throwOnError: !0
|
|
94
94
|
});
|
|
95
95
|
return a;
|
|
96
96
|
}
|
|
97
|
-
}),
|
|
97
|
+
}), be = (e) => n("getBankAccountTransactions", e), Pt = (e) => s({
|
|
98
98
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
99
99
|
const { data: r } = await F({
|
|
100
100
|
...e,
|
|
@@ -104,8 +104,8 @@ const n = (e, t, a, r) => {
|
|
|
104
104
|
});
|
|
105
105
|
return r;
|
|
106
106
|
},
|
|
107
|
-
queryKey:
|
|
108
|
-
}),
|
|
107
|
+
queryKey: be(e)
|
|
108
|
+
}), Pe = (e) => n("getBankAccountTransfers", e), Rt = (e) => s({
|
|
109
109
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
110
110
|
const { data: r } = await p({
|
|
111
111
|
...e,
|
|
@@ -115,8 +115,8 @@ const n = (e, t, a, r) => {
|
|
|
115
115
|
});
|
|
116
116
|
return r;
|
|
117
117
|
},
|
|
118
|
-
queryKey:
|
|
119
|
-
}),
|
|
118
|
+
queryKey: Pe(e)
|
|
119
|
+
}), Re = (e) => n("getCreditCards", e), Ct = (e) => s({
|
|
120
120
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
121
121
|
const { data: r } = await m({
|
|
122
122
|
...e,
|
|
@@ -126,8 +126,8 @@ const n = (e, t, a, r) => {
|
|
|
126
126
|
});
|
|
127
127
|
return r;
|
|
128
128
|
},
|
|
129
|
-
queryKey:
|
|
130
|
-
}),
|
|
129
|
+
queryKey: Re(e)
|
|
130
|
+
}), Ce = (e) => n("getCreditCardById", e), vt = (e) => s({
|
|
131
131
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
132
132
|
const { data: r } = await u({
|
|
133
133
|
...e,
|
|
@@ -137,8 +137,8 @@ const n = (e, t, a, r) => {
|
|
|
137
137
|
});
|
|
138
138
|
return r;
|
|
139
139
|
},
|
|
140
|
-
queryKey:
|
|
141
|
-
}),
|
|
140
|
+
queryKey: Ce(e)
|
|
141
|
+
}), ve = (e) => n("getDebitCards", e), Ut = (e) => s({
|
|
142
142
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
143
143
|
const { data: r } = await I({
|
|
144
144
|
...e,
|
|
@@ -148,8 +148,8 @@ const n = (e, t, a, r) => {
|
|
|
148
148
|
});
|
|
149
149
|
return r;
|
|
150
150
|
},
|
|
151
|
-
queryKey:
|
|
152
|
-
}),
|
|
151
|
+
queryKey: ve(e)
|
|
152
|
+
}), Ue = (e) => n("getDebitCardById", e), Tt = (e) => s({
|
|
153
153
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
154
154
|
const { data: r } = await y({
|
|
155
155
|
...e,
|
|
@@ -159,8 +159,8 @@ const n = (e, t, a, r) => {
|
|
|
159
159
|
});
|
|
160
160
|
return r;
|
|
161
161
|
},
|
|
162
|
-
queryKey:
|
|
163
|
-
}),
|
|
162
|
+
queryKey: Ue(e)
|
|
163
|
+
}), Dt = (e) => ({
|
|
164
164
|
mutationFn: async (t) => {
|
|
165
165
|
const { data: a } = await w({
|
|
166
166
|
...e,
|
|
@@ -169,9 +169,9 @@ const n = (e, t, a, r) => {
|
|
|
169
169
|
});
|
|
170
170
|
return a;
|
|
171
171
|
}
|
|
172
|
-
}),
|
|
172
|
+
}), Te = (e) => n("getExternalBankAccounts", e), xt = (e) => s({
|
|
173
173
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
174
|
-
const { data: r } = await
|
|
174
|
+
const { data: r } = await L({
|
|
175
175
|
...e,
|
|
176
176
|
...t[0],
|
|
177
177
|
signal: a,
|
|
@@ -179,82 +179,82 @@ const n = (e, t, a, r) => {
|
|
|
179
179
|
});
|
|
180
180
|
return r;
|
|
181
181
|
},
|
|
182
|
-
queryKey:
|
|
183
|
-
}),
|
|
182
|
+
queryKey: Te(e)
|
|
183
|
+
}), Lt = (e) => ({
|
|
184
184
|
mutationFn: async (t) => {
|
|
185
|
-
const { data: a } = await
|
|
185
|
+
const { data: a } = await te({
|
|
186
186
|
...e,
|
|
187
187
|
...t,
|
|
188
188
|
throwOnError: !0
|
|
189
189
|
});
|
|
190
190
|
return a;
|
|
191
191
|
}
|
|
192
|
-
}),
|
|
192
|
+
}), ft = (e) => ({
|
|
193
193
|
mutationFn: async (t) => {
|
|
194
|
-
const { data: a } = await
|
|
194
|
+
const { data: a } = await ne({
|
|
195
195
|
...e,
|
|
196
196
|
...t,
|
|
197
197
|
throwOnError: !0
|
|
198
198
|
});
|
|
199
199
|
return a;
|
|
200
200
|
}
|
|
201
|
-
}),
|
|
201
|
+
}), St = (e) => ({
|
|
202
202
|
mutationFn: async (t) => {
|
|
203
|
-
const { data: a } = await
|
|
203
|
+
const { data: a } = await re({
|
|
204
204
|
...e,
|
|
205
205
|
...t,
|
|
206
206
|
throwOnError: !0
|
|
207
207
|
});
|
|
208
208
|
return a;
|
|
209
209
|
}
|
|
210
|
-
}),
|
|
210
|
+
}), zt = (e) => n("getExternalBankAccountAccess", e), Ht = (e) => ({
|
|
211
211
|
mutationFn: async (t) => {
|
|
212
|
-
const { data: a } = await
|
|
212
|
+
const { data: a } = await ae({
|
|
213
213
|
...e,
|
|
214
214
|
...t,
|
|
215
215
|
throwOnError: !0
|
|
216
216
|
});
|
|
217
217
|
return a;
|
|
218
218
|
}
|
|
219
|
-
}),
|
|
219
|
+
}), Vt = (e) => ({
|
|
220
220
|
mutationFn: async (t) => {
|
|
221
|
-
const { data: a } = await
|
|
221
|
+
const { data: a } = await se({
|
|
222
222
|
...e,
|
|
223
223
|
...t,
|
|
224
224
|
throwOnError: !0
|
|
225
225
|
});
|
|
226
226
|
return a;
|
|
227
227
|
}
|
|
228
|
-
}),
|
|
228
|
+
}), Gt = (e) => ({
|
|
229
229
|
mutationFn: async (t) => {
|
|
230
|
-
const { data: a } = await
|
|
230
|
+
const { data: a } = await oe({
|
|
231
231
|
...e,
|
|
232
232
|
...t,
|
|
233
233
|
throwOnError: !0
|
|
234
234
|
});
|
|
235
235
|
return a;
|
|
236
236
|
}
|
|
237
|
-
}),
|
|
237
|
+
}), Jt = (e) => ({
|
|
238
238
|
mutationFn: async (t) => {
|
|
239
|
-
const { data: a } = await
|
|
239
|
+
const { data: a } = await J({
|
|
240
240
|
...e,
|
|
241
241
|
...t,
|
|
242
242
|
throwOnError: !0
|
|
243
243
|
});
|
|
244
244
|
return a;
|
|
245
245
|
}
|
|
246
|
-
}),
|
|
246
|
+
}), Nt = (e) => ({
|
|
247
247
|
mutationFn: async (t) => {
|
|
248
|
-
const { data: a } = await
|
|
248
|
+
const { data: a } = await G({
|
|
249
249
|
...e,
|
|
250
250
|
...t,
|
|
251
251
|
throwOnError: !0
|
|
252
252
|
});
|
|
253
253
|
return a;
|
|
254
254
|
}
|
|
255
|
-
}),
|
|
255
|
+
}), De = (e) => n("getAnalyticsPayables", e), Zt = (e) => s({
|
|
256
256
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
257
|
-
const { data: r } = await
|
|
257
|
+
const { data: r } = await b({
|
|
258
258
|
...e,
|
|
259
259
|
...t[0],
|
|
260
260
|
signal: a,
|
|
@@ -262,10 +262,10 @@ const n = (e, t, a, r) => {
|
|
|
262
262
|
});
|
|
263
263
|
return r;
|
|
264
264
|
},
|
|
265
|
-
queryKey:
|
|
266
|
-
}),
|
|
265
|
+
queryKey: De(e)
|
|
266
|
+
}), xe = (e) => n("getAnalyticsReceivables", e), $t = (e) => s({
|
|
267
267
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
268
|
-
const { data: r } = await
|
|
268
|
+
const { data: r } = await Q({
|
|
269
269
|
...e,
|
|
270
270
|
...t[0],
|
|
271
271
|
signal: a,
|
|
@@ -273,10 +273,10 @@ const n = (e, t, a, r) => {
|
|
|
273
273
|
});
|
|
274
274
|
return r;
|
|
275
275
|
},
|
|
276
|
-
queryKey:
|
|
277
|
-
}),
|
|
276
|
+
queryKey: xe(e)
|
|
277
|
+
}), Le = (e) => n("getApprovalPolicies", e), _t = (e) => s({
|
|
278
278
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
279
|
-
const { data: r } = await
|
|
279
|
+
const { data: r } = await C({
|
|
280
280
|
...e,
|
|
281
281
|
...t[0],
|
|
282
282
|
signal: a,
|
|
@@ -284,37 +284,37 @@ const n = (e, t, a, r) => {
|
|
|
284
284
|
});
|
|
285
285
|
return r;
|
|
286
286
|
},
|
|
287
|
-
queryKey:
|
|
288
|
-
}),
|
|
287
|
+
queryKey: Le(e)
|
|
288
|
+
}), Yt = (e) => ({
|
|
289
289
|
mutationFn: async (t) => {
|
|
290
|
-
const { data: a } = await
|
|
290
|
+
const { data: a } = await v({
|
|
291
291
|
...e,
|
|
292
292
|
...t,
|
|
293
293
|
throwOnError: !0
|
|
294
294
|
});
|
|
295
295
|
return a;
|
|
296
296
|
}
|
|
297
|
-
}),
|
|
297
|
+
}), Wt = (e) => ({
|
|
298
298
|
mutationFn: async (t) => {
|
|
299
|
-
const { data: a } = await
|
|
299
|
+
const { data: a } = await T({
|
|
300
300
|
...e,
|
|
301
301
|
...t,
|
|
302
302
|
throwOnError: !0
|
|
303
303
|
});
|
|
304
304
|
return a;
|
|
305
305
|
}
|
|
306
|
-
}),
|
|
306
|
+
}), Xt = (e) => ({
|
|
307
307
|
mutationFn: async (t) => {
|
|
308
|
-
const { data: a } = await
|
|
308
|
+
const { data: a } = await U({
|
|
309
309
|
...e,
|
|
310
310
|
...t,
|
|
311
311
|
throwOnError: !0
|
|
312
312
|
});
|
|
313
313
|
return a;
|
|
314
314
|
}
|
|
315
|
-
}),
|
|
315
|
+
}), fe = (e) => n("getCounterparts", e), jt = (e) => s({
|
|
316
316
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
317
|
-
const { data: r } = await
|
|
317
|
+
const { data: r } = await _({
|
|
318
318
|
...e,
|
|
319
319
|
...t[0],
|
|
320
320
|
signal: a,
|
|
@@ -322,10 +322,10 @@ const n = (e, t, a, r) => {
|
|
|
322
322
|
});
|
|
323
323
|
return r;
|
|
324
324
|
},
|
|
325
|
-
queryKey:
|
|
326
|
-
}),
|
|
325
|
+
queryKey: fe(e)
|
|
326
|
+
}), Se = (e) => n("getCounterpartsId", e), ea = (e) => s({
|
|
327
327
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
328
|
-
const { data: r } = await
|
|
328
|
+
const { data: r } = await W({
|
|
329
329
|
...e,
|
|
330
330
|
...t[0],
|
|
331
331
|
signal: a,
|
|
@@ -333,10 +333,10 @@ const n = (e, t, a, r) => {
|
|
|
333
333
|
});
|
|
334
334
|
return r;
|
|
335
335
|
},
|
|
336
|
-
queryKey:
|
|
337
|
-
}),
|
|
336
|
+
queryKey: Se(e)
|
|
337
|
+
}), ze = (e) => n("getCounterpartsIdAddresses", e), ta = (e) => s({
|
|
338
338
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
339
|
-
const { data: r } = await
|
|
339
|
+
const { data: r } = await Y({
|
|
340
340
|
...e,
|
|
341
341
|
...t[0],
|
|
342
342
|
signal: a,
|
|
@@ -344,10 +344,10 @@ const n = (e, t, a, r) => {
|
|
|
344
344
|
});
|
|
345
345
|
return r;
|
|
346
346
|
},
|
|
347
|
-
queryKey:
|
|
348
|
-
}),
|
|
347
|
+
queryKey: ze(e)
|
|
348
|
+
}), He = (e) => n("getCounterpartsIdBankAccounts", e), aa = (e) => s({
|
|
349
349
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
350
|
-
const { data: r } = await
|
|
350
|
+
const { data: r } = await X({
|
|
351
351
|
...e,
|
|
352
352
|
...t[0],
|
|
353
353
|
signal: a,
|
|
@@ -355,10 +355,10 @@ const n = (e, t, a, r) => {
|
|
|
355
355
|
});
|
|
356
356
|
return r;
|
|
357
357
|
},
|
|
358
|
-
queryKey:
|
|
359
|
-
}),
|
|
358
|
+
queryKey: He(e)
|
|
359
|
+
}), Ve = (e) => n("getEntitiesMe", e), ra = (e) => s({
|
|
360
360
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
361
|
-
const { data: r } = await
|
|
361
|
+
const { data: r } = await Oe({
|
|
362
362
|
...e,
|
|
363
363
|
...t[0],
|
|
364
364
|
signal: a,
|
|
@@ -366,10 +366,10 @@ const n = (e, t, a, r) => {
|
|
|
366
366
|
});
|
|
367
367
|
return r;
|
|
368
368
|
},
|
|
369
|
-
queryKey:
|
|
370
|
-
}),
|
|
369
|
+
queryKey: Ve(e)
|
|
370
|
+
}), Ge = (e) => n("getEntitiesIdSettings", e), na = (e) => s({
|
|
371
371
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
372
|
-
const { data: r } = await
|
|
372
|
+
const { data: r } = await Ke({
|
|
373
373
|
...e,
|
|
374
374
|
...t[0],
|
|
375
375
|
signal: a,
|
|
@@ -377,19 +377,19 @@ const n = (e, t, a, r) => {
|
|
|
377
377
|
});
|
|
378
378
|
return r;
|
|
379
379
|
},
|
|
380
|
-
queryKey:
|
|
381
|
-
}),
|
|
380
|
+
queryKey: Ge(e)
|
|
381
|
+
}), sa = (e) => ({
|
|
382
382
|
mutationFn: async (t) => {
|
|
383
|
-
const { data: a } = await
|
|
383
|
+
const { data: a } = await he({
|
|
384
384
|
...e,
|
|
385
385
|
...t,
|
|
386
386
|
throwOnError: !0
|
|
387
387
|
});
|
|
388
388
|
return a;
|
|
389
389
|
}
|
|
390
|
-
}),
|
|
390
|
+
}), Je = (e) => n("getEntityUsers", e), oa = (e) => s({
|
|
391
391
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
392
|
-
const { data: r } = await
|
|
392
|
+
const { data: r } = await Ee({
|
|
393
393
|
...e,
|
|
394
394
|
...t[0],
|
|
395
395
|
signal: a,
|
|
@@ -397,10 +397,10 @@ const n = (e, t, a, r) => {
|
|
|
397
397
|
});
|
|
398
398
|
return r;
|
|
399
399
|
},
|
|
400
|
-
queryKey:
|
|
401
|
-
}),
|
|
400
|
+
queryKey: Je(e)
|
|
401
|
+
}), Ne = (e) => n("getEntityUsersMe", e), ia = (e) => s({
|
|
402
402
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
403
|
-
const { data: r } = await
|
|
403
|
+
const { data: r } = await z({
|
|
404
404
|
...e,
|
|
405
405
|
...t[0],
|
|
406
406
|
signal: a,
|
|
@@ -408,8 +408,8 @@ const n = (e, t, a, r) => {
|
|
|
408
408
|
});
|
|
409
409
|
return r;
|
|
410
410
|
},
|
|
411
|
-
queryKey:
|
|
412
|
-
}),
|
|
411
|
+
queryKey: Ne(e)
|
|
412
|
+
}), Ze = (e) => n("getEntityUsersMyEntity", e), ua = (e) => s({
|
|
413
413
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
414
414
|
const { data: r } = await l({
|
|
415
415
|
...e,
|
|
@@ -419,10 +419,10 @@ const n = (e, t, a, r) => {
|
|
|
419
419
|
});
|
|
420
420
|
return r;
|
|
421
421
|
},
|
|
422
|
-
queryKey:
|
|
423
|
-
}),
|
|
422
|
+
queryKey: Ze(e)
|
|
423
|
+
}), $e = (e) => n("getLedgerAccounts", e), ya = (e) => s({
|
|
424
424
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
425
|
-
const { data: r } = await
|
|
425
|
+
const { data: r } = await c({
|
|
426
426
|
...e,
|
|
427
427
|
...t[0],
|
|
428
428
|
signal: a,
|
|
@@ -430,10 +430,37 @@ const n = (e, t, a, r) => {
|
|
|
430
430
|
});
|
|
431
431
|
return r;
|
|
432
432
|
},
|
|
433
|
-
queryKey:
|
|
434
|
-
}),
|
|
433
|
+
queryKey: $e(e)
|
|
434
|
+
}), ca = (e) => ({
|
|
435
|
+
mutationFn: async (t) => {
|
|
436
|
+
const { data: a } = await k({
|
|
437
|
+
...e,
|
|
438
|
+
...t,
|
|
439
|
+
throwOnError: !0
|
|
440
|
+
});
|
|
441
|
+
return a;
|
|
442
|
+
}
|
|
443
|
+
}), ga = (e) => ({
|
|
444
|
+
mutationFn: async (t) => {
|
|
445
|
+
const { data: a } = await B({
|
|
446
|
+
...e,
|
|
447
|
+
...t,
|
|
448
|
+
throwOnError: !0
|
|
449
|
+
});
|
|
450
|
+
return a;
|
|
451
|
+
}
|
|
452
|
+
}), la = (e) => ({
|
|
453
|
+
mutationFn: async (t) => {
|
|
454
|
+
const { data: a } = await M({
|
|
455
|
+
...e,
|
|
456
|
+
...t,
|
|
457
|
+
throwOnError: !0
|
|
458
|
+
});
|
|
459
|
+
return a;
|
|
460
|
+
}
|
|
461
|
+
}), _e = (e) => n("getMeasureUnits", e), da = (e) => s({
|
|
435
462
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
436
|
-
const { data: r } = await
|
|
463
|
+
const { data: r } = await f({
|
|
437
464
|
...e,
|
|
438
465
|
...t[0],
|
|
439
466
|
signal: a,
|
|
@@ -441,10 +468,10 @@ const n = (e, t, a, r) => {
|
|
|
441
468
|
});
|
|
442
469
|
return r;
|
|
443
470
|
},
|
|
444
|
-
queryKey:
|
|
445
|
-
}),
|
|
471
|
+
queryKey: _e(e)
|
|
472
|
+
}), Ye = (e) => n("getPayables", e), pa = (e) => s({
|
|
446
473
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
447
|
-
const { data: r } = await
|
|
474
|
+
const { data: r } = await R({
|
|
448
475
|
...e,
|
|
449
476
|
...t[0],
|
|
450
477
|
signal: a,
|
|
@@ -452,10 +479,10 @@ const n = (e, t, a, r) => {
|
|
|
452
479
|
});
|
|
453
480
|
return r;
|
|
454
481
|
},
|
|
455
|
-
queryKey:
|
|
456
|
-
}),
|
|
482
|
+
queryKey: Ye(e)
|
|
483
|
+
}), We = (e) => n("getPaymentTerms", e), wa = (e) => s({
|
|
457
484
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
458
|
-
const { data: r } = await
|
|
485
|
+
const { data: r } = await qe({
|
|
459
486
|
...e,
|
|
460
487
|
...t[0],
|
|
461
488
|
signal: a,
|
|
@@ -463,10 +490,10 @@ const n = (e, t, a, r) => {
|
|
|
463
490
|
});
|
|
464
491
|
return r;
|
|
465
492
|
},
|
|
466
|
-
queryKey:
|
|
467
|
-
}),
|
|
493
|
+
queryKey: We(e)
|
|
494
|
+
}), Xe = (e) => n("getProducts", e), qa = (e) => s({
|
|
468
495
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
469
|
-
const { data: r } = await
|
|
496
|
+
const { data: r } = await S({
|
|
470
497
|
...e,
|
|
471
498
|
...t[0],
|
|
472
499
|
signal: a,
|
|
@@ -474,10 +501,10 @@ const n = (e, t, a, r) => {
|
|
|
474
501
|
});
|
|
475
502
|
return r;
|
|
476
503
|
},
|
|
477
|
-
queryKey:
|
|
478
|
-
}),
|
|
504
|
+
queryKey: Xe(e)
|
|
505
|
+
}), je = (e) => n("getProductsId", e), Oa = (e) => s({
|
|
479
506
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
480
|
-
const { data: r } = await
|
|
507
|
+
const { data: r } = await ie({
|
|
481
508
|
...e,
|
|
482
509
|
...t[0],
|
|
483
510
|
signal: a,
|
|
@@ -485,10 +512,10 @@ const n = (e, t, a, r) => {
|
|
|
485
512
|
});
|
|
486
513
|
return r;
|
|
487
514
|
},
|
|
488
|
-
queryKey:
|
|
489
|
-
}),
|
|
515
|
+
queryKey: je(e)
|
|
516
|
+
}), et = (e) => n("getReceipts", e), Ka = (e) => s({
|
|
490
517
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
491
|
-
const { data: r } = await
|
|
518
|
+
const { data: r } = await ue({
|
|
492
519
|
...e,
|
|
493
520
|
...t[0],
|
|
494
521
|
signal: a,
|
|
@@ -496,28 +523,28 @@ const n = (e, t, a, r) => {
|
|
|
496
523
|
});
|
|
497
524
|
return r;
|
|
498
525
|
},
|
|
499
|
-
queryKey:
|
|
500
|
-
}),
|
|
526
|
+
queryKey: et(e)
|
|
527
|
+
}), Ea = (e) => ({
|
|
501
528
|
mutationFn: async (t) => {
|
|
502
|
-
const { data: a } = await
|
|
529
|
+
const { data: a } = await ge({
|
|
503
530
|
...e,
|
|
504
531
|
...t,
|
|
505
532
|
throwOnError: !0
|
|
506
533
|
});
|
|
507
534
|
return a;
|
|
508
535
|
}
|
|
509
|
-
}),
|
|
536
|
+
}), Aa = (e) => n("getReceiptsId", e), ha = (e) => ({
|
|
510
537
|
mutationFn: async (t) => {
|
|
511
|
-
const { data: a } = await
|
|
538
|
+
const { data: a } = await ce({
|
|
512
539
|
...e,
|
|
513
540
|
...t,
|
|
514
541
|
throwOnError: !0
|
|
515
542
|
});
|
|
516
543
|
return a;
|
|
517
544
|
}
|
|
518
|
-
}),
|
|
545
|
+
}), tt = (e) => n("getReceivables", e), Fa = (e) => s({
|
|
519
546
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
520
|
-
const { data: r } = await
|
|
547
|
+
const { data: r } = await P({
|
|
521
548
|
...e,
|
|
522
549
|
...t[0],
|
|
523
550
|
signal: a,
|
|
@@ -525,10 +552,10 @@ const n = (e, t, a, r) => {
|
|
|
525
552
|
});
|
|
526
553
|
return r;
|
|
527
554
|
},
|
|
528
|
-
queryKey:
|
|
529
|
-
}),
|
|
555
|
+
queryKey: tt(e)
|
|
556
|
+
}), at = (e) => n("getReceivablesId", e), ma = (e) => s({
|
|
530
557
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
531
|
-
const { data: r } = await
|
|
558
|
+
const { data: r } = await le({
|
|
532
559
|
...e,
|
|
533
560
|
...t[0],
|
|
534
561
|
signal: a,
|
|
@@ -536,10 +563,10 @@ const n = (e, t, a, r) => {
|
|
|
536
563
|
});
|
|
537
564
|
return r;
|
|
538
565
|
},
|
|
539
|
-
queryKey:
|
|
540
|
-
}),
|
|
566
|
+
queryKey: at(e)
|
|
567
|
+
}), rt = (e) => n("getReceivablesIdHistory", e), Ia = (e) => s({
|
|
541
568
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
542
|
-
const { data: r } = await
|
|
569
|
+
const { data: r } = await de({
|
|
543
570
|
...e,
|
|
544
571
|
...t[0],
|
|
545
572
|
signal: a,
|
|
@@ -547,10 +574,10 @@ const n = (e, t, a, r) => {
|
|
|
547
574
|
});
|
|
548
575
|
return r;
|
|
549
576
|
},
|
|
550
|
-
queryKey:
|
|
551
|
-
}),
|
|
577
|
+
queryKey: rt(e)
|
|
578
|
+
}), nt = (e) => n("getReceivablesIdMails", e), ka = (e) => s({
|
|
552
579
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
553
|
-
const { data: r } = await
|
|
580
|
+
const { data: r } = await pe({
|
|
554
581
|
...e,
|
|
555
582
|
...t[0],
|
|
556
583
|
signal: a,
|
|
@@ -558,10 +585,10 @@ const n = (e, t, a, r) => {
|
|
|
558
585
|
});
|
|
559
586
|
return r;
|
|
560
587
|
},
|
|
561
|
-
queryKey:
|
|
562
|
-
}),
|
|
588
|
+
queryKey: nt(e)
|
|
589
|
+
}), st = (e) => n("getReceivablesIdPdfLink", e), Ma = (e) => s({
|
|
563
590
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
564
|
-
const { data: r } = await
|
|
591
|
+
const { data: r } = await we({
|
|
565
592
|
...e,
|
|
566
593
|
...t[0],
|
|
567
594
|
signal: a,
|
|
@@ -569,10 +596,10 @@ const n = (e, t, a, r) => {
|
|
|
569
596
|
});
|
|
570
597
|
return r;
|
|
571
598
|
},
|
|
572
|
-
queryKey:
|
|
573
|
-
}),
|
|
599
|
+
queryKey: st(e)
|
|
600
|
+
}), ot = (e) => n("getTags", e), Ba = (e) => s({
|
|
574
601
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
575
|
-
const { data: r } = await
|
|
602
|
+
const { data: r } = await Ae({
|
|
576
603
|
...e,
|
|
577
604
|
...t[0],
|
|
578
605
|
signal: a,
|
|
@@ -580,10 +607,10 @@ const n = (e, t, a, r) => {
|
|
|
580
607
|
});
|
|
581
608
|
return r;
|
|
582
609
|
},
|
|
583
|
-
queryKey:
|
|
584
|
-
}),
|
|
610
|
+
queryKey: ot(e)
|
|
611
|
+
}), it = (e) => n("getTransactions", e), Qa = (e) => s({
|
|
585
612
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
586
|
-
const { data: r } = await
|
|
613
|
+
const { data: r } = await ye({
|
|
587
614
|
...e,
|
|
588
615
|
...t[0],
|
|
589
616
|
signal: a,
|
|
@@ -591,10 +618,10 @@ const n = (e, t, a, r) => {
|
|
|
591
618
|
});
|
|
592
619
|
return r;
|
|
593
620
|
},
|
|
594
|
-
queryKey:
|
|
595
|
-
}),
|
|
621
|
+
queryKey: it(e)
|
|
622
|
+
}), ut = (e) => n("getTransactionsValidations", e), ba = (e) => s({
|
|
596
623
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
597
|
-
const { data: r } = await
|
|
624
|
+
const { data: r } = await D({
|
|
598
625
|
...e,
|
|
599
626
|
...t[0],
|
|
600
627
|
signal: a,
|
|
@@ -602,19 +629,19 @@ const n = (e, t, a, r) => {
|
|
|
602
629
|
});
|
|
603
630
|
return r;
|
|
604
631
|
},
|
|
605
|
-
queryKey:
|
|
606
|
-
}),
|
|
632
|
+
queryKey: ut(e)
|
|
633
|
+
}), Pa = (e) => ({
|
|
607
634
|
mutationFn: async (t) => {
|
|
608
|
-
const { data: a } = await
|
|
635
|
+
const { data: a } = await x({
|
|
609
636
|
...e,
|
|
610
637
|
...t,
|
|
611
638
|
throwOnError: !0
|
|
612
639
|
});
|
|
613
640
|
return a;
|
|
614
641
|
}
|
|
615
|
-
}),
|
|
642
|
+
}), Ra = (e) => n("getTransactionsId", e), yt = (e) => n("listDepartments", e), Ca = (e) => s({
|
|
616
643
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
617
|
-
const { data: r } = await
|
|
644
|
+
const { data: r } = await H({
|
|
618
645
|
...e,
|
|
619
646
|
...t[0],
|
|
620
647
|
signal: a,
|
|
@@ -622,10 +649,10 @@ const n = (e, t, a, r) => {
|
|
|
622
649
|
});
|
|
623
650
|
return r;
|
|
624
651
|
},
|
|
625
|
-
queryKey:
|
|
626
|
-
}),
|
|
652
|
+
queryKey: yt(e)
|
|
653
|
+
}), ct = (e) => n("getDepartment", e), va = (e) => s({
|
|
627
654
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
628
|
-
const { data: r } = await
|
|
655
|
+
const { data: r } = await Ie({
|
|
629
656
|
...e,
|
|
630
657
|
...t[0],
|
|
631
658
|
signal: a,
|
|
@@ -633,10 +660,10 @@ const n = (e, t, a, r) => {
|
|
|
633
660
|
});
|
|
634
661
|
return r;
|
|
635
662
|
},
|
|
636
|
-
queryKey:
|
|
637
|
-
}),
|
|
663
|
+
queryKey: ct(e)
|
|
664
|
+
}), gt = (e) => n("listLocations", e), Ua = (e) => s({
|
|
638
665
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
639
|
-
const { data: r } = await
|
|
666
|
+
const { data: r } = await V({
|
|
640
667
|
...e,
|
|
641
668
|
...t[0],
|
|
642
669
|
signal: a,
|
|
@@ -644,10 +671,10 @@ const n = (e, t, a, r) => {
|
|
|
644
671
|
});
|
|
645
672
|
return r;
|
|
646
673
|
},
|
|
647
|
-
queryKey:
|
|
648
|
-
}),
|
|
674
|
+
queryKey: gt(e)
|
|
675
|
+
}), lt = (e) => n("getLocation", e), Ta = (e) => s({
|
|
649
676
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
650
|
-
const { data: r } = await
|
|
677
|
+
const { data: r } = await ke({
|
|
651
678
|
...e,
|
|
652
679
|
...t[0],
|
|
653
680
|
signal: a,
|
|
@@ -655,10 +682,10 @@ const n = (e, t, a, r) => {
|
|
|
655
682
|
});
|
|
656
683
|
return r;
|
|
657
684
|
},
|
|
658
|
-
queryKey:
|
|
659
|
-
}),
|
|
685
|
+
queryKey: lt(e)
|
|
686
|
+
}), dt = (e) => n("listRoles", e), Da = (e) => s({
|
|
660
687
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
661
|
-
const { data: r } = await
|
|
688
|
+
const { data: r } = await g({
|
|
662
689
|
...e,
|
|
663
690
|
...t[0],
|
|
664
691
|
signal: a,
|
|
@@ -666,10 +693,10 @@ const n = (e, t, a, r) => {
|
|
|
666
693
|
});
|
|
667
694
|
return r;
|
|
668
695
|
},
|
|
669
|
-
queryKey:
|
|
670
|
-
}),
|
|
696
|
+
queryKey: dt(e)
|
|
697
|
+
}), pt = (e) => n("listRolePermissions", e), xa = (e) => s({
|
|
671
698
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
672
|
-
const { data: r } = await
|
|
699
|
+
const { data: r } = await me({
|
|
673
700
|
...e,
|
|
674
701
|
...t[0],
|
|
675
702
|
signal: a,
|
|
@@ -677,10 +704,10 @@ const n = (e, t, a, r) => {
|
|
|
677
704
|
});
|
|
678
705
|
return r;
|
|
679
706
|
},
|
|
680
|
-
queryKey:
|
|
681
|
-
}),
|
|
707
|
+
queryKey: pt(e)
|
|
708
|
+
}), wt = (e) => n("getUserData", e), La = (e) => s({
|
|
682
709
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
683
|
-
const { data: r } = await
|
|
710
|
+
const { data: r } = await j({
|
|
684
711
|
...e,
|
|
685
712
|
...t[0],
|
|
686
713
|
signal: a,
|
|
@@ -688,17 +715,17 @@ const n = (e, t, a, r) => {
|
|
|
688
715
|
});
|
|
689
716
|
return r;
|
|
690
717
|
},
|
|
691
|
-
queryKey:
|
|
692
|
-
}),
|
|
718
|
+
queryKey: wt(e)
|
|
719
|
+
}), fa = (e) => ({
|
|
693
720
|
mutationFn: async (t) => {
|
|
694
|
-
const { data: a } = await
|
|
721
|
+
const { data: a } = await ee({
|
|
695
722
|
...e,
|
|
696
723
|
...t,
|
|
697
724
|
throwOnError: !0
|
|
698
725
|
});
|
|
699
726
|
return a;
|
|
700
727
|
}
|
|
701
|
-
}),
|
|
728
|
+
}), qt = (e) => n("getUsers", e), Sa = (e) => s({
|
|
702
729
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
703
730
|
const { data: r } = await d({
|
|
704
731
|
...e,
|
|
@@ -708,10 +735,10 @@ const n = (e, t, a, r) => {
|
|
|
708
735
|
});
|
|
709
736
|
return r;
|
|
710
737
|
},
|
|
711
|
-
queryKey:
|
|
712
|
-
}),
|
|
738
|
+
queryKey: qt(e)
|
|
739
|
+
}), za = (e) => ({
|
|
713
740
|
mutationFn: async (t) => {
|
|
714
|
-
const { data: a } = await
|
|
741
|
+
const { data: a } = await Fe({
|
|
715
742
|
...e,
|
|
716
743
|
...t,
|
|
717
744
|
throwOnError: !0
|
|
@@ -720,122 +747,125 @@ const n = (e, t, a, r) => {
|
|
|
720
747
|
}
|
|
721
748
|
});
|
|
722
749
|
export {
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
750
|
+
Dt as acceptDisclosuresMutation,
|
|
751
|
+
Lt as connectExternalBankAccountMutation,
|
|
752
|
+
Jt as createAchMoneyMovementMutation,
|
|
753
|
+
ht as createApplicationMutation,
|
|
754
|
+
kt as createBankAccountMutation,
|
|
755
|
+
Nt as createBookTransferMutation,
|
|
756
|
+
Wt as deleteApprovalPoliciesIdMutation,
|
|
757
|
+
ga as deleteLedgerAccountsIdMutation,
|
|
758
|
+
Ea as deleteReceiptsIdMutation,
|
|
759
|
+
za as disableUserMutation,
|
|
760
|
+
Zt as getAnalyticsPayablesOptions,
|
|
761
|
+
De as getAnalyticsPayablesQueryKey,
|
|
762
|
+
$t as getAnalyticsReceivablesOptions,
|
|
763
|
+
xe as getAnalyticsReceivablesQueryKey,
|
|
764
|
+
At as getApplicationStatusOptions,
|
|
765
|
+
Me as getApplicationStatusQueryKey,
|
|
766
|
+
_t as getApprovalPoliciesOptions,
|
|
767
|
+
Le as getApprovalPoliciesQueryKey,
|
|
768
|
+
Qt as getBankAccountAccessQueryKey,
|
|
769
|
+
Mt as getBankAccountOptions,
|
|
770
|
+
Qe as getBankAccountQueryKey,
|
|
771
|
+
Pt as getBankAccountTransactionsOptions,
|
|
772
|
+
be as getBankAccountTransactionsQueryKey,
|
|
773
|
+
Rt as getBankAccountTransfersOptions,
|
|
774
|
+
Pe as getBankAccountTransfersQueryKey,
|
|
775
|
+
It as getBankAccountsOptions,
|
|
776
|
+
Be as getBankAccountsQueryKey,
|
|
777
|
+
ta as getCounterpartsIdAddressesOptions,
|
|
778
|
+
ze as getCounterpartsIdAddressesQueryKey,
|
|
779
|
+
aa as getCounterpartsIdBankAccountsOptions,
|
|
780
|
+
He as getCounterpartsIdBankAccountsQueryKey,
|
|
781
|
+
ea as getCounterpartsIdOptions,
|
|
782
|
+
Se as getCounterpartsIdQueryKey,
|
|
783
|
+
jt as getCounterpartsOptions,
|
|
784
|
+
fe as getCounterpartsQueryKey,
|
|
785
|
+
vt as getCreditCardByIdOptions,
|
|
786
|
+
Ce as getCreditCardByIdQueryKey,
|
|
787
|
+
Ct as getCreditCardsOptions,
|
|
788
|
+
Re as getCreditCardsQueryKey,
|
|
789
|
+
Tt as getDebitCardByIdOptions,
|
|
790
|
+
Ue as getDebitCardByIdQueryKey,
|
|
791
|
+
Ut as getDebitCardsOptions,
|
|
792
|
+
ve as getDebitCardsQueryKey,
|
|
793
|
+
va as getDepartmentOptions,
|
|
794
|
+
ct as getDepartmentQueryKey,
|
|
795
|
+
na as getEntitiesIdSettingsOptions,
|
|
796
|
+
Ge as getEntitiesIdSettingsQueryKey,
|
|
797
|
+
ra as getEntitiesMeOptions,
|
|
798
|
+
Ve as getEntitiesMeQueryKey,
|
|
799
|
+
ia as getEntityUsersMeOptions,
|
|
800
|
+
Ne as getEntityUsersMeQueryKey,
|
|
801
|
+
ua as getEntityUsersMyEntityOptions,
|
|
802
|
+
Ze as getEntityUsersMyEntityQueryKey,
|
|
803
|
+
oa as getEntityUsersOptions,
|
|
804
|
+
Je as getEntityUsersQueryKey,
|
|
805
|
+
zt as getExternalBankAccountAccessQueryKey,
|
|
806
|
+
xt as getExternalBankAccountsOptions,
|
|
807
|
+
Te as getExternalBankAccountsQueryKey,
|
|
808
|
+
ya as getLedgerAccountsOptions,
|
|
809
|
+
$e as getLedgerAccountsQueryKey,
|
|
810
|
+
Ta as getLocationOptions,
|
|
811
|
+
lt as getLocationQueryKey,
|
|
812
|
+
da as getMeasureUnitsOptions,
|
|
813
|
+
_e as getMeasureUnitsQueryKey,
|
|
814
|
+
pa as getPayablesOptions,
|
|
815
|
+
Ye as getPayablesQueryKey,
|
|
816
|
+
wa as getPaymentTermsOptions,
|
|
817
|
+
We as getPaymentTermsQueryKey,
|
|
818
|
+
Oa as getProductsIdOptions,
|
|
819
|
+
je as getProductsIdQueryKey,
|
|
820
|
+
qa as getProductsOptions,
|
|
821
|
+
Xe as getProductsQueryKey,
|
|
822
|
+
Aa as getReceiptsIdQueryKey,
|
|
823
|
+
Ka as getReceiptsOptions,
|
|
824
|
+
et as getReceiptsQueryKey,
|
|
825
|
+
Ia as getReceivablesIdHistoryOptions,
|
|
826
|
+
rt as getReceivablesIdHistoryQueryKey,
|
|
827
|
+
ka as getReceivablesIdMailsOptions,
|
|
828
|
+
nt as getReceivablesIdMailsQueryKey,
|
|
829
|
+
ma as getReceivablesIdOptions,
|
|
830
|
+
Ma as getReceivablesIdPdfLinkOptions,
|
|
831
|
+
st as getReceivablesIdPdfLinkQueryKey,
|
|
832
|
+
at as getReceivablesIdQueryKey,
|
|
833
|
+
Fa as getReceivablesOptions,
|
|
834
|
+
tt as getReceivablesQueryKey,
|
|
835
|
+
Ba as getTagsOptions,
|
|
836
|
+
ot as getTagsQueryKey,
|
|
837
|
+
Ra as getTransactionsIdQueryKey,
|
|
838
|
+
Qa as getTransactionsOptions,
|
|
839
|
+
it as getTransactionsQueryKey,
|
|
840
|
+
ba as getTransactionsValidationsOptions,
|
|
841
|
+
ut as getTransactionsValidationsQueryKey,
|
|
842
|
+
La as getUserDataOptions,
|
|
843
|
+
wt as getUserDataQueryKey,
|
|
844
|
+
Sa as getUsersOptions,
|
|
845
|
+
qt as getUsersQueryKey,
|
|
846
|
+
bt as grantBankAccountAccessMutation,
|
|
847
|
+
Ht as grantExternalBankAccountAccessMutation,
|
|
848
|
+
Vt as linkExternalBankAccountMutation,
|
|
849
|
+
Ca as listDepartmentsOptions,
|
|
850
|
+
yt as listDepartmentsQueryKey,
|
|
851
|
+
Ua as listLocationsOptions,
|
|
852
|
+
gt as listLocationsQueryKey,
|
|
853
|
+
xa as listRolePermissionsOptions,
|
|
854
|
+
pt as listRolePermissionsQueryKey,
|
|
855
|
+
Da as listRolesOptions,
|
|
856
|
+
dt as listRolesQueryKey,
|
|
857
|
+
Xt as patchApprovalPoliciesIdMutation,
|
|
858
|
+
sa as patchEntitiesIdSettingsMutation,
|
|
859
|
+
la as patchLedgerAccountsIdMutation,
|
|
860
|
+
ha as patchReceiptsIdMutation,
|
|
861
|
+
Yt as postApprovalPoliciesMutation,
|
|
862
|
+
ca as postLedgerAccountsMutation,
|
|
863
|
+
Pa as putTransactionsValidationsMutation,
|
|
864
|
+
mt as submitApplicationMutation,
|
|
865
|
+
ft as unlinkExternalBankAccountMutation,
|
|
866
|
+
Ft as updateApplicationMutation,
|
|
867
|
+
Bt as updateBankAccountMutation,
|
|
868
|
+
St as updateExternalBankAccountMutation,
|
|
869
|
+
fa as upsertUserDataMutation,
|
|
870
|
+
Gt as validateExternalBankAccountMutation
|
|
841
871
|
};
|