@tesouro/embedded-components-react 0.2.205 → 0.2.208
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -0
- package/dist/index.d.ts +455 -310
- package/dist/index.js +111 -107
- package/dist/lib/CardDetailsWidget.d.ts +750 -0
- package/dist/lib/CardDetailsWidget.js +20 -0
- package/dist/lib/CardsWidget.d.ts +1006 -0
- package/dist/lib/CardsWidget.js +20 -0
- package/dist/lib/ReceivablesWidget.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/bill-pay-widget/feature/dist/index4.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index3.js +31 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index4.js +31 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/data-access/dist/index5.js +18 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index2.js +141 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index3.js +53 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index4.js +20 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index5.js +82 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/feature/dist/index6.js +18 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardDetailsHeader.js +56 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardDetailsPanel.js +156 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/CardFace.js +49 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/DetailCopyRow.js +38 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/labels.js +43 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/statusBadge.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/card-details-widget/ui/dist/lib/CardDetailsPanel/testIds.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/data-access/dist/index2.js +27 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/data-access/dist/index3.js +27 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index2.js +117 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index3.js +42 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index4.js +46 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index5.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index6.js +260 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index7.js +34 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/feature/dist/index8.js +91 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardFaceSwatch.js +15 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsList.js +138 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsListDetailsSheet.js +43 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/CardsListRow.js +60 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/labels.js +77 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/statusBadge.js +12 -0
- package/dist/libs/tesouro-embedded-components-react/cards-widget/ui/dist/lib/CardsList/types.js +10 -0
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index10.js +6 -17
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index6.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index7.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/insights-widget/feature/dist/index9.js +17 -6
- package/dist/libs/tesouro-embedded-components-react/invoicing-widget/feature/dist/index2.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index10.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index107.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index108.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index11.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index111.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index113.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index117.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index12.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index120.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index124.js +32 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index125.js +35 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index126.js +4 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index127.js +2 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index128.js +23 -1269
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index129.js +1270 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index13.js +14 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index130.js +79 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index131.js +6 -398
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index132.js +9 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index133.js +33 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index134.js +31 -406
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index135.js +8 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index136.js +11 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index137.js +26 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index138.js +14 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index139.js +10 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index14.js +12 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index140.js +121 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index141.js +8 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index142.js +216 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index143.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index144.js +7 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index145.js +46 -118
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index146.js +48 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index147.js +13 -217
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index148.js +44 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index149.js +15 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index15.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index150.js +10 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index151.js +147 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index152.js +25 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index153.js +54 -43
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index154.js +71 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index155.js +29 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index156.js +3 -152
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index157.js +61 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index158.js +37 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index159.js +79 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index160.js +5 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index161.js +99 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index162.js +57 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index163.js +9 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index164.js +44 -80
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index165.js +75 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index166.js +55 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index167.js +14 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index168.js +24 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index169.js +75 -91
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index170.js +27 -99
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index171.js +39 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index172.js +7 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index173.js +226 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index174.js +470 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index175.js +105 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index176.js +537 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index177.js +23 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index178.js +27 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index179.js +10 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index180.js +17 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index181.js +21 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index182.js +2 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index183.js +12 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index184.js +21 -227
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index185.js +18 -466
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index186.js +27 -110
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index187.js +104 -526
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index188.js +67 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index189.js +12 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index19.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index190.js +12 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index191.js +24 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index192.js +94 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index193.js +101 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index194.js +16 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index195.js +12 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index196.js +10 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index197.js +60 -27
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index198.js +397 -116
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index199.js +68 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index2.js +21 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index200.js +2 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index201.js +407 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index202.js +7 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index203.js +35 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index204.js +100 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index205.js +25 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index206.js +4 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index207.js +12 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index208.js +7 -214
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index209.js +10 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index210.js +214 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index211.js +9 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index212.js +12 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index213.js +12 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index215.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index216.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index220.js +37 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index221.js +52 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index222.js +29 -44
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index223.js +5 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index224.js +74 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index225.js +32 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index226.js +18 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index227.js +36 -63
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index228.js +51 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index229.js +81 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index230.js +33 -87
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index231.js +66 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index232.js +360 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index233.js +2 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index234.js +117 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index235.js +6 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index236.js +18 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index237.js +13 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index238.js +13 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index239.js +14 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index240.js +14 -82
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index241.js +21 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index242.js +22 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index243.js +54 -359
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index244.js +27 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index245.js +37 -117
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index246.js +37 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index247.js +15 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index248.js +27 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index249.js +17 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index250.js +107 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index251.js +12 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index252.js +19 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index253.js +23 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index254.js +33 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index255.js +57 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index256.js +50 -35
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index257.js +30 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index258.js +97 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index259.js +42 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index260.js +147 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index261.js +105 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index262.js +63 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index263.js +28 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index264.js +127 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index265.js +44 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index266.js +71 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index267.js +18 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index268.js +30 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index269.js +39 -95
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index270.js +58 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index271.js +89 -140
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index272.js +104 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index273.js +88 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index274.js +36 -486
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index275.js +337 -158
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index276.js +300 -39
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index277.js +99 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index278.js +160 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index279.js +266 -118
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index280.js +24 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index281.js +18 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index282.js +5 -57
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index283.js +37 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index284.js +55 -340
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index285.js +29 -301
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index286.js +117 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index287.js +22 -161
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index288.js +41 -264
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index289.js +55 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index290.js +2 -20
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index291.js +96 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index292.js +94 -77
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index293.js +209 -73
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index294.js +20 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index295.js +16 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index296.js +17 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index297.js +171 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index298.js +131 -93
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index299.js +161 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index3.js +3 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index300.js +12 -213
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index301.js +19 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index302.js +59 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index303.js +67 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index304.js +54 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index305.js +6 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index306.js +10 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index307.js +59 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index308.js +23 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index309.js +61 -169
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index310.js +14 -134
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index311.js +149 -162
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index312.js +10 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index313.js +19 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index314.js +6 -61
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index315.js +157 -65
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index316.js +28 -60
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index317.js +28 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index318.js +78 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index319.js +25 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index320.js +125 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index321.js +44 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index322.js +119 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index323.js +106 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index324.js +50 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index325.js +191 -114
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index326.js +68 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index327.js +21 -116
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index328.js +29 -106
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index329.js +29 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index330.js +4 -205
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index331.js +19 -69
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index332.js +30 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index333.js +21 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index334.js +34 -149
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index335.js +31 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index336.js +13 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index337.js +65 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index338.js +14 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index339.js +75 -26
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index340.js +76 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index341.js +42 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index342.js +489 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index343.js +166 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index344.js +22 -160
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index345.js +57 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index346.js +28 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index347.js +58 -76
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index348.js +19 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index349.js +18 -25
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index350.js +42 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index354.js +15 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index355.js +22 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index356.js +48 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index357.js +11 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index358.js +9 -31
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index359.js +33 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index36.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index360.js +16 -126
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index361.js +44 -90
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index362.js +8 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index363.js +45 -30
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index364.js +45 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index365.js +31 -119
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index366.js +28 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index367.js +43 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index368.js +25 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index369.js +74 -16
- 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 +97 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index371.js +35 -72
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index372.js +10 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index373.js +11 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index374.js +54 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index375.js +36 -3
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index376.js +26 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index377.js +6 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index378.js +19 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index379.js +64 -9
- 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 +17 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index381.js +20 -45
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index382.js +13 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index383.js +16 -23
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index384.js +12 -41
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index385.js +66 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index386.js +21 -74
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index387.js +110 -89
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index388.js +79 -34
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index389.js +2 -22
- 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 +8 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index391.js +8 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index392.js +93 -18
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index393.js +34 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index394.js +28 -14
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index395.js +120 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index396.js +18 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index397.js +16 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index398.js +16 -118
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index399.js +15 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index4.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index40.js +4 -4
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index400.js +16 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index401.js +72 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index402.js +16 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index403.js +16 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index404.js +16 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index405.js +3 -7
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index406.js +11 -54
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index407.js +31 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index408.js +4 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index409.js +125 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index41.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index410.js +20 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index411.js +28 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index412.js +35 -66
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index413.js +5 -47
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index414.js +81 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index415.js +17 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index416.js +80 -79
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index417.js +269 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index418.js +34 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index419.js +59 -263
- 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 +42 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index421.js +22 -62
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index422.js +140 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index423.js +92 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index424.js +10 -140
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index425.js +2 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index426.js +283 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index427.js +49 -2
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index428.js +15 -285
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index429.js +65 -45
- 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 +47 -15
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index431.js +28 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index432.js +8 -10
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index433.js +7 -28
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index434.js +49 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index435.js +16 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index436.js +17 -71
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index437.js +29 -86
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index438.js +64 -50
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index439.js +52 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index44.js +5 -5
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index440.js +37 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index441.js +42 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index442.js +35 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index443.js +13 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index444.js +18 -46
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index445.js +49 -55
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index446.js +55 -68
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index447.js +33 -21
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index448.js +49 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index449.js +33 -42
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index45.js +11 -11
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index450.js +15 -36
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index451.js +93 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index452.js +16 -96
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index453.js +75 -16
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index454.js +22 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index455.js +9 -22
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index456.js +57 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index457.js +70 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index458.js +21 -51
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index459.js +38 -58
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index46.js +9 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index460.js +30 -29
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index461.js +12 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index462.js +28 -53
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index463.js +22 -81
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index464.js +39 -8
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index465.js +51 -37
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index466.js +38 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index467.js +46 -40
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index468.js +80 -17
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index469.js +71 -13
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index47.js +6 -6
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index470.js +85 -32
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index471.js +55 -85
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index472.js +54 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index473.js +51 -101
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index474.js +32 -111
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index475.js +85 -75
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index476.js +23 -67
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index477.js +99 -33
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index478.js +112 -12
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index479.js +70 -24
- 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 +68 -24
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index481.js +38 -38
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index482.js +64 -9
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index483.js +9 -64
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index484.js +1 -1
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index486.js +51 -19
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index487.js +53 -49
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index488.js +35 -48
- package/dist/libs/tesouro-embedded-components-react/monite-sdk/dist/index489.js +17 -40
- 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/index6.js +10 -10
- 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/settings-widget/feature/dist/index2.js +23 -23
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/@tanstack/react-query.gen.js +338 -286
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/rest/sdk.gen.js +266 -202
- package/dist/libs/tesouro-embedded-components-react/shared/data-access/dist/lib/scopes.js +6 -0
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/analytics/build-info.js +2 -2
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/card/cardPresentation.js +19 -0
- package/dist/libs/tesouro-embedded-components-react/shared/feature/dist/lib/card/cardProgram.js +7 -0
- package/dist/libs/tesouro-embedded-components-react/shared/monite-wrapper/feature/dist/lib/MoniteWrapper.js +24 -24
- package/dist/pending-feature-style-sources.d.ts +1 -3
- package/package.json +1 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { queryOptions as s } from "@tanstack/react-query";
|
|
2
|
-
import { client as
|
|
3
|
-
import {
|
|
2
|
+
import { client as o } from "../client.gen.js";
|
|
3
|
+
import { getCreditCardById as u, getDebitCardById as y, listRoles as c, getLedgerAccounts as g, getEntityUsersMyEntity as l, getUsers as d, getBankAccountTransfers as p, acceptDisclosures as w, getBankAccounts as q, createApplication as K, updateApplication as O, submitApplication as E, getApplicationStatus as A, getBankAccount as h, getBankAccountTransactions as F, getCreditCards as m, getDebitCards as I, getAnalyticsReceivables as B, getAnalyticsPayables as k, getReceivables as M, getPayables as b, getApprovalPolicies as Q, postApprovalPolicies as P, patchApprovalPoliciesId as R, deleteApprovalPoliciesId as C, getTransactionsValidations as v, putTransactionsValidations as U, getExternalBankAccounts as T, getMeasureUnits as D, getProducts as x, getEntityUsersMe as L, listDepartments as f, listLocations as S, createBookTransfer as V, createAchMoneyMovement as $, createBankAccount as H, grantBankAccountAccess as G, updateBankAccount as X, getCounterparts as _, getCounterpartsIdAddresses as z, getCounterpartsId as W, getCounterpartsIdBankAccounts as j, getUserData as Y, upsertUserData as J, connectExternalBankAccount as N, grantExternalBankAccountAccess as Z, updateExternalBankAccount as ee, unlinkExternalBankAccount as te, linkExternalBankAccount as ae, validateExternalBankAccount as re, getProductsId as ne, getReceipts as se, getTransactions as ie, patchReceiptsId as oe, deleteReceiptsId as ue, getReceivablesId as ye, getReceivablesIdHistory as ce, getReceivablesIdMails as ge, getReceivablesIdPdfLink as le, getPaymentTerms as de, getEntitiesMe as pe, getEntitiesIdSettings as we, getEntityUsers as qe, getTags as Ke, patchEntitiesIdSettings as Oe, disableUser as Ee, listRolePermissions as Ae, getDepartment as he, getLocation as Fe } from "../sdk.gen.js";
|
|
4
4
|
const n = (e, t, a, r) => {
|
|
5
|
-
const
|
|
5
|
+
const i = {
|
|
6
6
|
_id: e,
|
|
7
|
-
baseUrl: t?.baseUrl || (t?.client ??
|
|
7
|
+
baseUrl: t?.baseUrl || (t?.client ?? o).getConfig().baseUrl
|
|
8
8
|
};
|
|
9
|
-
return t?.body && (
|
|
10
|
-
},
|
|
9
|
+
return t?.body && (i.body = t.body), t?.headers && (i.headers = t.headers), t?.path && (i.path = t.path), t?.query && (i.query = t.query), [i];
|
|
10
|
+
}, me = (e) => n("getApplicationStatus", e), Kt = (e) => s({
|
|
11
11
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
12
|
-
const { data: r } = await
|
|
12
|
+
const { data: r } = await A({
|
|
13
13
|
...e,
|
|
14
14
|
...t[0],
|
|
15
15
|
signal: a,
|
|
@@ -17,37 +17,37 @@ const n = (e, t, a, r) => {
|
|
|
17
17
|
});
|
|
18
18
|
return r;
|
|
19
19
|
},
|
|
20
|
-
queryKey:
|
|
21
|
-
}),
|
|
20
|
+
queryKey: me(e)
|
|
21
|
+
}), Ot = (e) => ({
|
|
22
22
|
mutationFn: async (t) => {
|
|
23
|
-
const { data: a } = await
|
|
23
|
+
const { data: a } = await K({
|
|
24
24
|
...e,
|
|
25
25
|
...t,
|
|
26
26
|
throwOnError: !0
|
|
27
27
|
});
|
|
28
28
|
return a;
|
|
29
29
|
}
|
|
30
|
-
}),
|
|
30
|
+
}), Et = (e) => ({
|
|
31
31
|
mutationFn: async (t) => {
|
|
32
|
-
const { data: a } = await
|
|
32
|
+
const { data: a } = await O({
|
|
33
33
|
...e,
|
|
34
34
|
...t,
|
|
35
35
|
throwOnError: !0
|
|
36
36
|
});
|
|
37
37
|
return a;
|
|
38
38
|
}
|
|
39
|
-
}),
|
|
39
|
+
}), At = (e) => ({
|
|
40
40
|
mutationFn: async (t) => {
|
|
41
|
-
const { data: a } = await
|
|
41
|
+
const { data: a } = await E({
|
|
42
42
|
...e,
|
|
43
43
|
...t,
|
|
44
44
|
throwOnError: !0
|
|
45
45
|
});
|
|
46
46
|
return a;
|
|
47
47
|
}
|
|
48
|
-
}),
|
|
48
|
+
}), Ie = (e) => n("getBankAccounts", e), ht = (e) => s({
|
|
49
49
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
50
|
-
const { data: r } = await
|
|
50
|
+
const { data: r } = await q({
|
|
51
51
|
...e,
|
|
52
52
|
...t[0],
|
|
53
53
|
signal: a,
|
|
@@ -55,19 +55,19 @@ const n = (e, t, a, r) => {
|
|
|
55
55
|
});
|
|
56
56
|
return r;
|
|
57
57
|
},
|
|
58
|
-
queryKey:
|
|
59
|
-
}),
|
|
58
|
+
queryKey: Ie(e)
|
|
59
|
+
}), Ft = (e) => ({
|
|
60
60
|
mutationFn: async (t) => {
|
|
61
|
-
const { data: a } = await
|
|
61
|
+
const { data: a } = await H({
|
|
62
62
|
...e,
|
|
63
63
|
...t,
|
|
64
64
|
throwOnError: !0
|
|
65
65
|
});
|
|
66
66
|
return a;
|
|
67
67
|
}
|
|
68
|
-
}),
|
|
68
|
+
}), Be = (e) => n("getBankAccount", e), mt = (e) => s({
|
|
69
69
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
70
|
-
const { data: r } = await
|
|
70
|
+
const { data: r } = await h({
|
|
71
71
|
...e,
|
|
72
72
|
...t[0],
|
|
73
73
|
signal: a,
|
|
@@ -75,28 +75,28 @@ const n = (e, t, a, r) => {
|
|
|
75
75
|
});
|
|
76
76
|
return r;
|
|
77
77
|
},
|
|
78
|
-
queryKey:
|
|
79
|
-
}),
|
|
78
|
+
queryKey: Be(e)
|
|
79
|
+
}), It = (e) => ({
|
|
80
80
|
mutationFn: async (t) => {
|
|
81
|
-
const { data: a } = await
|
|
81
|
+
const { data: a } = await X({
|
|
82
82
|
...e,
|
|
83
83
|
...t,
|
|
84
84
|
throwOnError: !0
|
|
85
85
|
});
|
|
86
86
|
return a;
|
|
87
87
|
}
|
|
88
|
-
}),
|
|
88
|
+
}), Bt = (e) => n("getBankAccountAccess", e), kt = (e) => ({
|
|
89
89
|
mutationFn: async (t) => {
|
|
90
|
-
const { data: a } = await
|
|
90
|
+
const { data: a } = await G({
|
|
91
91
|
...e,
|
|
92
92
|
...t,
|
|
93
93
|
throwOnError: !0
|
|
94
94
|
});
|
|
95
95
|
return a;
|
|
96
96
|
}
|
|
97
|
-
}),
|
|
97
|
+
}), ke = (e) => n("getBankAccountTransactions", e), Mt = (e) => s({
|
|
98
98
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
99
|
-
const { data: r } = await
|
|
99
|
+
const { data: r } = await F({
|
|
100
100
|
...e,
|
|
101
101
|
...t[0],
|
|
102
102
|
signal: a,
|
|
@@ -104,10 +104,10 @@ const n = (e, t, a, r) => {
|
|
|
104
104
|
});
|
|
105
105
|
return r;
|
|
106
106
|
},
|
|
107
|
-
queryKey:
|
|
108
|
-
}),
|
|
107
|
+
queryKey: ke(e)
|
|
108
|
+
}), Me = (e) => n("getBankAccountTransfers", e), bt = (e) => s({
|
|
109
109
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
110
|
-
const { data: r } = await
|
|
110
|
+
const { data: r } = await p({
|
|
111
111
|
...e,
|
|
112
112
|
...t[0],
|
|
113
113
|
signal: a,
|
|
@@ -115,19 +115,63 @@ const n = (e, t, a, r) => {
|
|
|
115
115
|
});
|
|
116
116
|
return r;
|
|
117
117
|
},
|
|
118
|
-
queryKey:
|
|
119
|
-
}),
|
|
118
|
+
queryKey: Me(e)
|
|
119
|
+
}), be = (e) => n("getCreditCards", e), Qt = (e) => s({
|
|
120
|
+
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
121
|
+
const { data: r } = await m({
|
|
122
|
+
...e,
|
|
123
|
+
...t[0],
|
|
124
|
+
signal: a,
|
|
125
|
+
throwOnError: !0
|
|
126
|
+
});
|
|
127
|
+
return r;
|
|
128
|
+
},
|
|
129
|
+
queryKey: be(e)
|
|
130
|
+
}), Qe = (e) => n("getCreditCardById", e), Pt = (e) => s({
|
|
131
|
+
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
132
|
+
const { data: r } = await u({
|
|
133
|
+
...e,
|
|
134
|
+
...t[0],
|
|
135
|
+
signal: a,
|
|
136
|
+
throwOnError: !0
|
|
137
|
+
});
|
|
138
|
+
return r;
|
|
139
|
+
},
|
|
140
|
+
queryKey: Qe(e)
|
|
141
|
+
}), Pe = (e) => n("getDebitCards", e), Rt = (e) => s({
|
|
142
|
+
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
143
|
+
const { data: r } = await I({
|
|
144
|
+
...e,
|
|
145
|
+
...t[0],
|
|
146
|
+
signal: a,
|
|
147
|
+
throwOnError: !0
|
|
148
|
+
});
|
|
149
|
+
return r;
|
|
150
|
+
},
|
|
151
|
+
queryKey: Pe(e)
|
|
152
|
+
}), Re = (e) => n("getDebitCardById", e), Ct = (e) => s({
|
|
153
|
+
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
154
|
+
const { data: r } = await y({
|
|
155
|
+
...e,
|
|
156
|
+
...t[0],
|
|
157
|
+
signal: a,
|
|
158
|
+
throwOnError: !0
|
|
159
|
+
});
|
|
160
|
+
return r;
|
|
161
|
+
},
|
|
162
|
+
queryKey: Re(e)
|
|
163
|
+
}), vt = (e) => ({
|
|
120
164
|
mutationFn: async (t) => {
|
|
121
|
-
const { data: a } = await
|
|
165
|
+
const { data: a } = await w({
|
|
122
166
|
...e,
|
|
123
167
|
...t,
|
|
124
168
|
throwOnError: !0
|
|
125
169
|
});
|
|
126
170
|
return a;
|
|
127
171
|
}
|
|
128
|
-
}),
|
|
172
|
+
}), Ce = (e) => n("getExternalBankAccounts", e), Ut = (e) => s({
|
|
129
173
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
130
|
-
const { data: r } = await
|
|
174
|
+
const { data: r } = await T({
|
|
131
175
|
...e,
|
|
132
176
|
...t[0],
|
|
133
177
|
signal: a,
|
|
@@ -135,82 +179,82 @@ const n = (e, t, a, r) => {
|
|
|
135
179
|
});
|
|
136
180
|
return r;
|
|
137
181
|
},
|
|
138
|
-
queryKey:
|
|
139
|
-
}),
|
|
182
|
+
queryKey: Ce(e)
|
|
183
|
+
}), Tt = (e) => ({
|
|
140
184
|
mutationFn: async (t) => {
|
|
141
|
-
const { data: a } = await
|
|
185
|
+
const { data: a } = await N({
|
|
142
186
|
...e,
|
|
143
187
|
...t,
|
|
144
188
|
throwOnError: !0
|
|
145
189
|
});
|
|
146
190
|
return a;
|
|
147
191
|
}
|
|
148
|
-
}),
|
|
192
|
+
}), Dt = (e) => ({
|
|
149
193
|
mutationFn: async (t) => {
|
|
150
|
-
const { data: a } = await
|
|
194
|
+
const { data: a } = await te({
|
|
151
195
|
...e,
|
|
152
196
|
...t,
|
|
153
197
|
throwOnError: !0
|
|
154
198
|
});
|
|
155
199
|
return a;
|
|
156
200
|
}
|
|
157
|
-
}),
|
|
201
|
+
}), xt = (e) => ({
|
|
158
202
|
mutationFn: async (t) => {
|
|
159
|
-
const { data: a } = await
|
|
203
|
+
const { data: a } = await ee({
|
|
160
204
|
...e,
|
|
161
205
|
...t,
|
|
162
206
|
throwOnError: !0
|
|
163
207
|
});
|
|
164
208
|
return a;
|
|
165
209
|
}
|
|
166
|
-
}),
|
|
210
|
+
}), Lt = (e) => n("getExternalBankAccountAccess", e), ft = (e) => ({
|
|
167
211
|
mutationFn: async (t) => {
|
|
168
|
-
const { data: a } = await
|
|
212
|
+
const { data: a } = await Z({
|
|
169
213
|
...e,
|
|
170
214
|
...t,
|
|
171
215
|
throwOnError: !0
|
|
172
216
|
});
|
|
173
217
|
return a;
|
|
174
218
|
}
|
|
175
|
-
}),
|
|
219
|
+
}), St = (e) => ({
|
|
176
220
|
mutationFn: async (t) => {
|
|
177
|
-
const { data: a } = await
|
|
221
|
+
const { data: a } = await ae({
|
|
178
222
|
...e,
|
|
179
223
|
...t,
|
|
180
224
|
throwOnError: !0
|
|
181
225
|
});
|
|
182
226
|
return a;
|
|
183
227
|
}
|
|
184
|
-
}),
|
|
228
|
+
}), Vt = (e) => ({
|
|
185
229
|
mutationFn: async (t) => {
|
|
186
|
-
const { data: a } = await
|
|
230
|
+
const { data: a } = await re({
|
|
187
231
|
...e,
|
|
188
232
|
...t,
|
|
189
233
|
throwOnError: !0
|
|
190
234
|
});
|
|
191
235
|
return a;
|
|
192
236
|
}
|
|
193
|
-
}),
|
|
237
|
+
}), $t = (e) => ({
|
|
194
238
|
mutationFn: async (t) => {
|
|
195
|
-
const { data: a } = await
|
|
239
|
+
const { data: a } = await $({
|
|
196
240
|
...e,
|
|
197
241
|
...t,
|
|
198
242
|
throwOnError: !0
|
|
199
243
|
});
|
|
200
244
|
return a;
|
|
201
245
|
}
|
|
202
|
-
}),
|
|
246
|
+
}), Ht = (e) => ({
|
|
203
247
|
mutationFn: async (t) => {
|
|
204
|
-
const { data: a } = await
|
|
248
|
+
const { data: a } = await V({
|
|
205
249
|
...e,
|
|
206
250
|
...t,
|
|
207
251
|
throwOnError: !0
|
|
208
252
|
});
|
|
209
253
|
return a;
|
|
210
254
|
}
|
|
211
|
-
}),
|
|
255
|
+
}), ve = (e) => n("getAnalyticsPayables", e), Gt = (e) => s({
|
|
212
256
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
213
|
-
const { data: r } = await
|
|
257
|
+
const { data: r } = await k({
|
|
214
258
|
...e,
|
|
215
259
|
...t[0],
|
|
216
260
|
signal: a,
|
|
@@ -218,10 +262,10 @@ const n = (e, t, a, r) => {
|
|
|
218
262
|
});
|
|
219
263
|
return r;
|
|
220
264
|
},
|
|
221
|
-
queryKey:
|
|
222
|
-
}),
|
|
265
|
+
queryKey: ve(e)
|
|
266
|
+
}), Ue = (e) => n("getAnalyticsReceivables", e), Xt = (e) => s({
|
|
223
267
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
224
|
-
const { data: r } = await
|
|
268
|
+
const { data: r } = await B({
|
|
225
269
|
...e,
|
|
226
270
|
...t[0],
|
|
227
271
|
signal: a,
|
|
@@ -229,10 +273,10 @@ const n = (e, t, a, r) => {
|
|
|
229
273
|
});
|
|
230
274
|
return r;
|
|
231
275
|
},
|
|
232
|
-
queryKey:
|
|
233
|
-
}),
|
|
276
|
+
queryKey: Ue(e)
|
|
277
|
+
}), Te = (e) => n("getApprovalPolicies", e), _t = (e) => s({
|
|
234
278
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
235
|
-
const { data: r } = await
|
|
279
|
+
const { data: r } = await Q({
|
|
236
280
|
...e,
|
|
237
281
|
...t[0],
|
|
238
282
|
signal: a,
|
|
@@ -240,37 +284,37 @@ const n = (e, t, a, r) => {
|
|
|
240
284
|
});
|
|
241
285
|
return r;
|
|
242
286
|
},
|
|
243
|
-
queryKey:
|
|
244
|
-
}),
|
|
287
|
+
queryKey: Te(e)
|
|
288
|
+
}), zt = (e) => ({
|
|
245
289
|
mutationFn: async (t) => {
|
|
246
|
-
const { data: a } = await
|
|
290
|
+
const { data: a } = await P({
|
|
247
291
|
...e,
|
|
248
292
|
...t,
|
|
249
293
|
throwOnError: !0
|
|
250
294
|
});
|
|
251
295
|
return a;
|
|
252
296
|
}
|
|
253
|
-
}),
|
|
297
|
+
}), Wt = (e) => ({
|
|
254
298
|
mutationFn: async (t) => {
|
|
255
|
-
const { data: a } = await
|
|
299
|
+
const { data: a } = await C({
|
|
256
300
|
...e,
|
|
257
301
|
...t,
|
|
258
302
|
throwOnError: !0
|
|
259
303
|
});
|
|
260
304
|
return a;
|
|
261
305
|
}
|
|
262
|
-
}),
|
|
306
|
+
}), jt = (e) => ({
|
|
263
307
|
mutationFn: async (t) => {
|
|
264
|
-
const { data: a } = await
|
|
308
|
+
const { data: a } = await R({
|
|
265
309
|
...e,
|
|
266
310
|
...t,
|
|
267
311
|
throwOnError: !0
|
|
268
312
|
});
|
|
269
313
|
return a;
|
|
270
314
|
}
|
|
271
|
-
}),
|
|
315
|
+
}), De = (e) => n("getCounterparts", e), Yt = (e) => s({
|
|
272
316
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
273
|
-
const { data: r } = await
|
|
317
|
+
const { data: r } = await _({
|
|
274
318
|
...e,
|
|
275
319
|
...t[0],
|
|
276
320
|
signal: a,
|
|
@@ -278,10 +322,10 @@ const n = (e, t, a, r) => {
|
|
|
278
322
|
});
|
|
279
323
|
return r;
|
|
280
324
|
},
|
|
281
|
-
queryKey:
|
|
282
|
-
}),
|
|
325
|
+
queryKey: De(e)
|
|
326
|
+
}), xe = (e) => n("getCounterpartsId", e), Jt = (e) => s({
|
|
283
327
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
284
|
-
const { data: r } = await
|
|
328
|
+
const { data: r } = await W({
|
|
285
329
|
...e,
|
|
286
330
|
...t[0],
|
|
287
331
|
signal: a,
|
|
@@ -289,10 +333,10 @@ const n = (e, t, a, r) => {
|
|
|
289
333
|
});
|
|
290
334
|
return r;
|
|
291
335
|
},
|
|
292
|
-
queryKey:
|
|
293
|
-
}),
|
|
336
|
+
queryKey: xe(e)
|
|
337
|
+
}), Le = (e) => n("getCounterpartsIdAddresses", e), Nt = (e) => s({
|
|
294
338
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
295
|
-
const { data: r } = await
|
|
339
|
+
const { data: r } = await z({
|
|
296
340
|
...e,
|
|
297
341
|
...t[0],
|
|
298
342
|
signal: a,
|
|
@@ -300,10 +344,10 @@ const n = (e, t, a, r) => {
|
|
|
300
344
|
});
|
|
301
345
|
return r;
|
|
302
346
|
},
|
|
303
|
-
queryKey:
|
|
304
|
-
}),
|
|
347
|
+
queryKey: Le(e)
|
|
348
|
+
}), fe = (e) => n("getCounterpartsIdBankAccounts", e), Zt = (e) => s({
|
|
305
349
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
306
|
-
const { data: r } = await
|
|
350
|
+
const { data: r } = await j({
|
|
307
351
|
...e,
|
|
308
352
|
...t[0],
|
|
309
353
|
signal: a,
|
|
@@ -311,10 +355,10 @@ const n = (e, t, a, r) => {
|
|
|
311
355
|
});
|
|
312
356
|
return r;
|
|
313
357
|
},
|
|
314
|
-
queryKey:
|
|
315
|
-
}),
|
|
358
|
+
queryKey: fe(e)
|
|
359
|
+
}), Se = (e) => n("getEntitiesMe", e), ea = (e) => s({
|
|
316
360
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
317
|
-
const { data: r } = await
|
|
361
|
+
const { data: r } = await pe({
|
|
318
362
|
...e,
|
|
319
363
|
...t[0],
|
|
320
364
|
signal: a,
|
|
@@ -322,10 +366,10 @@ const n = (e, t, a, r) => {
|
|
|
322
366
|
});
|
|
323
367
|
return r;
|
|
324
368
|
},
|
|
325
|
-
queryKey:
|
|
326
|
-
}),
|
|
369
|
+
queryKey: Se(e)
|
|
370
|
+
}), Ve = (e) => n("getEntitiesIdSettings", e), ta = (e) => s({
|
|
327
371
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
328
|
-
const { data: r } = await
|
|
372
|
+
const { data: r } = await we({
|
|
329
373
|
...e,
|
|
330
374
|
...t[0],
|
|
331
375
|
signal: a,
|
|
@@ -333,19 +377,19 @@ const n = (e, t, a, r) => {
|
|
|
333
377
|
});
|
|
334
378
|
return r;
|
|
335
379
|
},
|
|
336
|
-
queryKey:
|
|
337
|
-
}),
|
|
380
|
+
queryKey: Ve(e)
|
|
381
|
+
}), aa = (e) => ({
|
|
338
382
|
mutationFn: async (t) => {
|
|
339
|
-
const { data: a } = await
|
|
383
|
+
const { data: a } = await Oe({
|
|
340
384
|
...e,
|
|
341
385
|
...t,
|
|
342
386
|
throwOnError: !0
|
|
343
387
|
});
|
|
344
388
|
return a;
|
|
345
389
|
}
|
|
346
|
-
}),
|
|
390
|
+
}), $e = (e) => n("getEntityUsers", e), ra = (e) => s({
|
|
347
391
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
348
|
-
const { data: r } = await
|
|
392
|
+
const { data: r } = await qe({
|
|
349
393
|
...e,
|
|
350
394
|
...t[0],
|
|
351
395
|
signal: a,
|
|
@@ -353,10 +397,10 @@ const n = (e, t, a, r) => {
|
|
|
353
397
|
});
|
|
354
398
|
return r;
|
|
355
399
|
},
|
|
356
|
-
queryKey:
|
|
357
|
-
}),
|
|
400
|
+
queryKey: $e(e)
|
|
401
|
+
}), He = (e) => n("getEntityUsersMe", e), na = (e) => s({
|
|
358
402
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
359
|
-
const { data: r } = await
|
|
403
|
+
const { data: r } = await L({
|
|
360
404
|
...e,
|
|
361
405
|
...t[0],
|
|
362
406
|
signal: a,
|
|
@@ -364,10 +408,10 @@ const n = (e, t, a, r) => {
|
|
|
364
408
|
});
|
|
365
409
|
return r;
|
|
366
410
|
},
|
|
367
|
-
queryKey:
|
|
368
|
-
}),
|
|
411
|
+
queryKey: He(e)
|
|
412
|
+
}), Ge = (e) => n("getEntityUsersMyEntity", e), sa = (e) => s({
|
|
369
413
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
370
|
-
const { data: r } = await
|
|
414
|
+
const { data: r } = await l({
|
|
371
415
|
...e,
|
|
372
416
|
...t[0],
|
|
373
417
|
signal: a,
|
|
@@ -375,10 +419,10 @@ const n = (e, t, a, r) => {
|
|
|
375
419
|
});
|
|
376
420
|
return r;
|
|
377
421
|
},
|
|
378
|
-
queryKey:
|
|
379
|
-
}),
|
|
422
|
+
queryKey: Ge(e)
|
|
423
|
+
}), Xe = (e) => n("getLedgerAccounts", e), ia = (e) => s({
|
|
380
424
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
381
|
-
const { data: r } = await
|
|
425
|
+
const { data: r } = await g({
|
|
382
426
|
...e,
|
|
383
427
|
...t[0],
|
|
384
428
|
signal: a,
|
|
@@ -386,10 +430,10 @@ const n = (e, t, a, r) => {
|
|
|
386
430
|
});
|
|
387
431
|
return r;
|
|
388
432
|
},
|
|
389
|
-
queryKey:
|
|
390
|
-
}),
|
|
433
|
+
queryKey: Xe(e)
|
|
434
|
+
}), _e = (e) => n("getMeasureUnits", e), oa = (e) => s({
|
|
391
435
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
392
|
-
const { data: r } = await
|
|
436
|
+
const { data: r } = await D({
|
|
393
437
|
...e,
|
|
394
438
|
...t[0],
|
|
395
439
|
signal: a,
|
|
@@ -397,10 +441,10 @@ const n = (e, t, a, r) => {
|
|
|
397
441
|
});
|
|
398
442
|
return r;
|
|
399
443
|
},
|
|
400
|
-
queryKey:
|
|
401
|
-
}),
|
|
444
|
+
queryKey: _e(e)
|
|
445
|
+
}), ze = (e) => n("getPayables", e), ua = (e) => s({
|
|
402
446
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
403
|
-
const { data: r } = await
|
|
447
|
+
const { data: r } = await b({
|
|
404
448
|
...e,
|
|
405
449
|
...t[0],
|
|
406
450
|
signal: a,
|
|
@@ -408,10 +452,10 @@ const n = (e, t, a, r) => {
|
|
|
408
452
|
});
|
|
409
453
|
return r;
|
|
410
454
|
},
|
|
411
|
-
queryKey:
|
|
412
|
-
}),
|
|
455
|
+
queryKey: ze(e)
|
|
456
|
+
}), We = (e) => n("getPaymentTerms", e), ya = (e) => s({
|
|
413
457
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
414
|
-
const { data: r } = await
|
|
458
|
+
const { data: r } = await de({
|
|
415
459
|
...e,
|
|
416
460
|
...t[0],
|
|
417
461
|
signal: a,
|
|
@@ -419,10 +463,10 @@ const n = (e, t, a, r) => {
|
|
|
419
463
|
});
|
|
420
464
|
return r;
|
|
421
465
|
},
|
|
422
|
-
queryKey:
|
|
423
|
-
}),
|
|
466
|
+
queryKey: We(e)
|
|
467
|
+
}), je = (e) => n("getProducts", e), ca = (e) => s({
|
|
424
468
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
425
|
-
const { data: r } = await
|
|
469
|
+
const { data: r } = await x({
|
|
426
470
|
...e,
|
|
427
471
|
...t[0],
|
|
428
472
|
signal: a,
|
|
@@ -430,10 +474,10 @@ const n = (e, t, a, r) => {
|
|
|
430
474
|
});
|
|
431
475
|
return r;
|
|
432
476
|
},
|
|
433
|
-
queryKey:
|
|
434
|
-
}),
|
|
477
|
+
queryKey: je(e)
|
|
478
|
+
}), Ye = (e) => n("getProductsId", e), ga = (e) => s({
|
|
435
479
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
436
|
-
const { data: r } = await
|
|
480
|
+
const { data: r } = await ne({
|
|
437
481
|
...e,
|
|
438
482
|
...t[0],
|
|
439
483
|
signal: a,
|
|
@@ -441,10 +485,10 @@ const n = (e, t, a, r) => {
|
|
|
441
485
|
});
|
|
442
486
|
return r;
|
|
443
487
|
},
|
|
444
|
-
queryKey:
|
|
445
|
-
}),
|
|
488
|
+
queryKey: Ye(e)
|
|
489
|
+
}), Je = (e) => n("getReceipts", e), la = (e) => s({
|
|
446
490
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
447
|
-
const { data: r } = await
|
|
491
|
+
const { data: r } = await se({
|
|
448
492
|
...e,
|
|
449
493
|
...t[0],
|
|
450
494
|
signal: a,
|
|
@@ -452,28 +496,28 @@ const n = (e, t, a, r) => {
|
|
|
452
496
|
});
|
|
453
497
|
return r;
|
|
454
498
|
},
|
|
455
|
-
queryKey:
|
|
456
|
-
}),
|
|
499
|
+
queryKey: Je(e)
|
|
500
|
+
}), da = (e) => ({
|
|
457
501
|
mutationFn: async (t) => {
|
|
458
|
-
const { data: a } = await
|
|
502
|
+
const { data: a } = await ue({
|
|
459
503
|
...e,
|
|
460
504
|
...t,
|
|
461
505
|
throwOnError: !0
|
|
462
506
|
});
|
|
463
507
|
return a;
|
|
464
508
|
}
|
|
465
|
-
}),
|
|
509
|
+
}), pa = (e) => n("getReceiptsId", e), wa = (e) => ({
|
|
466
510
|
mutationFn: async (t) => {
|
|
467
|
-
const { data: a } = await
|
|
511
|
+
const { data: a } = await oe({
|
|
468
512
|
...e,
|
|
469
513
|
...t,
|
|
470
514
|
throwOnError: !0
|
|
471
515
|
});
|
|
472
516
|
return a;
|
|
473
517
|
}
|
|
474
|
-
}),
|
|
518
|
+
}), Ne = (e) => n("getReceivables", e), qa = (e) => s({
|
|
475
519
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
476
|
-
const { data: r } = await
|
|
520
|
+
const { data: r } = await M({
|
|
477
521
|
...e,
|
|
478
522
|
...t[0],
|
|
479
523
|
signal: a,
|
|
@@ -481,10 +525,10 @@ const n = (e, t, a, r) => {
|
|
|
481
525
|
});
|
|
482
526
|
return r;
|
|
483
527
|
},
|
|
484
|
-
queryKey:
|
|
485
|
-
}),
|
|
528
|
+
queryKey: Ne(e)
|
|
529
|
+
}), Ze = (e) => n("getReceivablesId", e), Ka = (e) => s({
|
|
486
530
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
487
|
-
const { data: r } = await
|
|
531
|
+
const { data: r } = await ye({
|
|
488
532
|
...e,
|
|
489
533
|
...t[0],
|
|
490
534
|
signal: a,
|
|
@@ -492,10 +536,10 @@ const n = (e, t, a, r) => {
|
|
|
492
536
|
});
|
|
493
537
|
return r;
|
|
494
538
|
},
|
|
495
|
-
queryKey:
|
|
496
|
-
}),
|
|
539
|
+
queryKey: Ze(e)
|
|
540
|
+
}), et = (e) => n("getReceivablesIdHistory", e), Oa = (e) => s({
|
|
497
541
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
498
|
-
const { data: r } = await
|
|
542
|
+
const { data: r } = await ce({
|
|
499
543
|
...e,
|
|
500
544
|
...t[0],
|
|
501
545
|
signal: a,
|
|
@@ -503,10 +547,10 @@ const n = (e, t, a, r) => {
|
|
|
503
547
|
});
|
|
504
548
|
return r;
|
|
505
549
|
},
|
|
506
|
-
queryKey:
|
|
507
|
-
}),
|
|
550
|
+
queryKey: et(e)
|
|
551
|
+
}), tt = (e) => n("getReceivablesIdMails", e), Ea = (e) => s({
|
|
508
552
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
509
|
-
const { data: r } = await
|
|
553
|
+
const { data: r } = await ge({
|
|
510
554
|
...e,
|
|
511
555
|
...t[0],
|
|
512
556
|
signal: a,
|
|
@@ -514,10 +558,10 @@ const n = (e, t, a, r) => {
|
|
|
514
558
|
});
|
|
515
559
|
return r;
|
|
516
560
|
},
|
|
517
|
-
queryKey:
|
|
518
|
-
}),
|
|
561
|
+
queryKey: tt(e)
|
|
562
|
+
}), at = (e) => n("getReceivablesIdPdfLink", e), Aa = (e) => s({
|
|
519
563
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
520
|
-
const { data: r } = await
|
|
564
|
+
const { data: r } = await le({
|
|
521
565
|
...e,
|
|
522
566
|
...t[0],
|
|
523
567
|
signal: a,
|
|
@@ -525,10 +569,10 @@ const n = (e, t, a, r) => {
|
|
|
525
569
|
});
|
|
526
570
|
return r;
|
|
527
571
|
},
|
|
528
|
-
queryKey:
|
|
529
|
-
}),
|
|
572
|
+
queryKey: at(e)
|
|
573
|
+
}), rt = (e) => n("getTags", e), ha = (e) => s({
|
|
530
574
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
531
|
-
const { data: r } = await
|
|
575
|
+
const { data: r } = await Ke({
|
|
532
576
|
...e,
|
|
533
577
|
...t[0],
|
|
534
578
|
signal: a,
|
|
@@ -536,10 +580,10 @@ const n = (e, t, a, r) => {
|
|
|
536
580
|
});
|
|
537
581
|
return r;
|
|
538
582
|
},
|
|
539
|
-
queryKey:
|
|
540
|
-
}),
|
|
583
|
+
queryKey: rt(e)
|
|
584
|
+
}), nt = (e) => n("getTransactions", e), Fa = (e) => s({
|
|
541
585
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
542
|
-
const { data: r } = await
|
|
586
|
+
const { data: r } = await ie({
|
|
543
587
|
...e,
|
|
544
588
|
...t[0],
|
|
545
589
|
signal: a,
|
|
@@ -547,10 +591,10 @@ const n = (e, t, a, r) => {
|
|
|
547
591
|
});
|
|
548
592
|
return r;
|
|
549
593
|
},
|
|
550
|
-
queryKey:
|
|
551
|
-
}),
|
|
594
|
+
queryKey: nt(e)
|
|
595
|
+
}), st = (e) => n("getTransactionsValidations", e), ma = (e) => s({
|
|
552
596
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
553
|
-
const { data: r } = await
|
|
597
|
+
const { data: r } = await v({
|
|
554
598
|
...e,
|
|
555
599
|
...t[0],
|
|
556
600
|
signal: a,
|
|
@@ -558,19 +602,19 @@ const n = (e, t, a, r) => {
|
|
|
558
602
|
});
|
|
559
603
|
return r;
|
|
560
604
|
},
|
|
561
|
-
queryKey:
|
|
562
|
-
}),
|
|
605
|
+
queryKey: st(e)
|
|
606
|
+
}), Ia = (e) => ({
|
|
563
607
|
mutationFn: async (t) => {
|
|
564
|
-
const { data: a } = await
|
|
608
|
+
const { data: a } = await U({
|
|
565
609
|
...e,
|
|
566
610
|
...t,
|
|
567
611
|
throwOnError: !0
|
|
568
612
|
});
|
|
569
613
|
return a;
|
|
570
614
|
}
|
|
571
|
-
}),
|
|
615
|
+
}), Ba = (e) => n("getTransactionsId", e), it = (e) => n("listDepartments", e), ka = (e) => s({
|
|
572
616
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
573
|
-
const { data: r } = await
|
|
617
|
+
const { data: r } = await f({
|
|
574
618
|
...e,
|
|
575
619
|
...t[0],
|
|
576
620
|
signal: a,
|
|
@@ -578,10 +622,10 @@ const n = (e, t, a, r) => {
|
|
|
578
622
|
});
|
|
579
623
|
return r;
|
|
580
624
|
},
|
|
581
|
-
queryKey:
|
|
582
|
-
}),
|
|
625
|
+
queryKey: it(e)
|
|
626
|
+
}), ot = (e) => n("getDepartment", e), Ma = (e) => s({
|
|
583
627
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
584
|
-
const { data: r } = await
|
|
628
|
+
const { data: r } = await he({
|
|
585
629
|
...e,
|
|
586
630
|
...t[0],
|
|
587
631
|
signal: a,
|
|
@@ -589,10 +633,10 @@ const n = (e, t, a, r) => {
|
|
|
589
633
|
});
|
|
590
634
|
return r;
|
|
591
635
|
},
|
|
592
|
-
queryKey:
|
|
593
|
-
}),
|
|
636
|
+
queryKey: ot(e)
|
|
637
|
+
}), ut = (e) => n("listLocations", e), ba = (e) => s({
|
|
594
638
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
595
|
-
const { data: r } = await
|
|
639
|
+
const { data: r } = await S({
|
|
596
640
|
...e,
|
|
597
641
|
...t[0],
|
|
598
642
|
signal: a,
|
|
@@ -600,10 +644,10 @@ const n = (e, t, a, r) => {
|
|
|
600
644
|
});
|
|
601
645
|
return r;
|
|
602
646
|
},
|
|
603
|
-
queryKey:
|
|
604
|
-
}),
|
|
647
|
+
queryKey: ut(e)
|
|
648
|
+
}), yt = (e) => n("getLocation", e), Qa = (e) => s({
|
|
605
649
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
606
|
-
const { data: r } = await
|
|
650
|
+
const { data: r } = await Fe({
|
|
607
651
|
...e,
|
|
608
652
|
...t[0],
|
|
609
653
|
signal: a,
|
|
@@ -611,10 +655,10 @@ const n = (e, t, a, r) => {
|
|
|
611
655
|
});
|
|
612
656
|
return r;
|
|
613
657
|
},
|
|
614
|
-
queryKey:
|
|
615
|
-
}),
|
|
658
|
+
queryKey: yt(e)
|
|
659
|
+
}), ct = (e) => n("listRoles", e), Pa = (e) => s({
|
|
616
660
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
617
|
-
const { data: r } = await
|
|
661
|
+
const { data: r } = await c({
|
|
618
662
|
...e,
|
|
619
663
|
...t[0],
|
|
620
664
|
signal: a,
|
|
@@ -622,10 +666,10 @@ const n = (e, t, a, r) => {
|
|
|
622
666
|
});
|
|
623
667
|
return r;
|
|
624
668
|
},
|
|
625
|
-
queryKey:
|
|
626
|
-
}),
|
|
669
|
+
queryKey: ct(e)
|
|
670
|
+
}), gt = (e) => n("listRolePermissions", e), Ra = (e) => s({
|
|
627
671
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
628
|
-
const { data: r } = await
|
|
672
|
+
const { data: r } = await Ae({
|
|
629
673
|
...e,
|
|
630
674
|
...t[0],
|
|
631
675
|
signal: a,
|
|
@@ -633,10 +677,10 @@ const n = (e, t, a, r) => {
|
|
|
633
677
|
});
|
|
634
678
|
return r;
|
|
635
679
|
},
|
|
636
|
-
queryKey:
|
|
637
|
-
}),
|
|
680
|
+
queryKey: gt(e)
|
|
681
|
+
}), lt = (e) => n("getUserData", e), Ca = (e) => s({
|
|
638
682
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
639
|
-
const { data: r } = await
|
|
683
|
+
const { data: r } = await Y({
|
|
640
684
|
...e,
|
|
641
685
|
...t[0],
|
|
642
686
|
signal: a,
|
|
@@ -644,19 +688,19 @@ const n = (e, t, a, r) => {
|
|
|
644
688
|
});
|
|
645
689
|
return r;
|
|
646
690
|
},
|
|
647
|
-
queryKey:
|
|
648
|
-
}),
|
|
691
|
+
queryKey: lt(e)
|
|
692
|
+
}), va = (e) => ({
|
|
649
693
|
mutationFn: async (t) => {
|
|
650
|
-
const { data: a } = await
|
|
694
|
+
const { data: a } = await J({
|
|
651
695
|
...e,
|
|
652
696
|
...t,
|
|
653
697
|
throwOnError: !0
|
|
654
698
|
});
|
|
655
699
|
return a;
|
|
656
700
|
}
|
|
657
|
-
}),
|
|
701
|
+
}), dt = (e) => n("getUsers", e), Ua = (e) => s({
|
|
658
702
|
queryFn: async ({ queryKey: t, signal: a }) => {
|
|
659
|
-
const { data: r } = await
|
|
703
|
+
const { data: r } = await d({
|
|
660
704
|
...e,
|
|
661
705
|
...t[0],
|
|
662
706
|
signal: a,
|
|
@@ -664,10 +708,10 @@ const n = (e, t, a, r) => {
|
|
|
664
708
|
});
|
|
665
709
|
return r;
|
|
666
710
|
},
|
|
667
|
-
queryKey:
|
|
668
|
-
}),
|
|
711
|
+
queryKey: dt(e)
|
|
712
|
+
}), Ta = (e) => ({
|
|
669
713
|
mutationFn: async (t) => {
|
|
670
|
-
const { data: a } = await
|
|
714
|
+
const { data: a } = await Ee({
|
|
671
715
|
...e,
|
|
672
716
|
...t,
|
|
673
717
|
throwOnError: !0
|
|
@@ -676,114 +720,122 @@ const n = (e, t, a, r) => {
|
|
|
676
720
|
}
|
|
677
721
|
});
|
|
678
722
|
export {
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
Ce as
|
|
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
|
-
|
|
723
|
+
vt as acceptDisclosuresMutation,
|
|
724
|
+
Tt as connectExternalBankAccountMutation,
|
|
725
|
+
$t as createAchMoneyMovementMutation,
|
|
726
|
+
Ot as createApplicationMutation,
|
|
727
|
+
Ft as createBankAccountMutation,
|
|
728
|
+
Ht as createBookTransferMutation,
|
|
729
|
+
Wt as deleteApprovalPoliciesIdMutation,
|
|
730
|
+
da as deleteReceiptsIdMutation,
|
|
731
|
+
Ta as disableUserMutation,
|
|
732
|
+
Gt as getAnalyticsPayablesOptions,
|
|
733
|
+
ve as getAnalyticsPayablesQueryKey,
|
|
734
|
+
Xt as getAnalyticsReceivablesOptions,
|
|
735
|
+
Ue as getAnalyticsReceivablesQueryKey,
|
|
736
|
+
Kt as getApplicationStatusOptions,
|
|
737
|
+
me as getApplicationStatusQueryKey,
|
|
738
|
+
_t as getApprovalPoliciesOptions,
|
|
739
|
+
Te as getApprovalPoliciesQueryKey,
|
|
740
|
+
Bt as getBankAccountAccessQueryKey,
|
|
741
|
+
mt as getBankAccountOptions,
|
|
742
|
+
Be as getBankAccountQueryKey,
|
|
743
|
+
Mt as getBankAccountTransactionsOptions,
|
|
744
|
+
ke as getBankAccountTransactionsQueryKey,
|
|
745
|
+
bt as getBankAccountTransfersOptions,
|
|
746
|
+
Me as getBankAccountTransfersQueryKey,
|
|
747
|
+
ht as getBankAccountsOptions,
|
|
748
|
+
Ie as getBankAccountsQueryKey,
|
|
749
|
+
Nt as getCounterpartsIdAddressesOptions,
|
|
750
|
+
Le as getCounterpartsIdAddressesQueryKey,
|
|
751
|
+
Zt as getCounterpartsIdBankAccountsOptions,
|
|
752
|
+
fe as getCounterpartsIdBankAccountsQueryKey,
|
|
753
|
+
Jt as getCounterpartsIdOptions,
|
|
754
|
+
xe as getCounterpartsIdQueryKey,
|
|
755
|
+
Yt as getCounterpartsOptions,
|
|
756
|
+
De as getCounterpartsQueryKey,
|
|
757
|
+
Pt as getCreditCardByIdOptions,
|
|
758
|
+
Qe as getCreditCardByIdQueryKey,
|
|
759
|
+
Qt as getCreditCardsOptions,
|
|
760
|
+
be as getCreditCardsQueryKey,
|
|
761
|
+
Ct as getDebitCardByIdOptions,
|
|
762
|
+
Re as getDebitCardByIdQueryKey,
|
|
763
|
+
Rt as getDebitCardsOptions,
|
|
764
|
+
Pe as getDebitCardsQueryKey,
|
|
765
|
+
Ma as getDepartmentOptions,
|
|
766
|
+
ot as getDepartmentQueryKey,
|
|
767
|
+
ta as getEntitiesIdSettingsOptions,
|
|
768
|
+
Ve as getEntitiesIdSettingsQueryKey,
|
|
769
|
+
ea as getEntitiesMeOptions,
|
|
770
|
+
Se as getEntitiesMeQueryKey,
|
|
771
|
+
na as getEntityUsersMeOptions,
|
|
772
|
+
He as getEntityUsersMeQueryKey,
|
|
773
|
+
sa as getEntityUsersMyEntityOptions,
|
|
774
|
+
Ge as getEntityUsersMyEntityQueryKey,
|
|
775
|
+
ra as getEntityUsersOptions,
|
|
776
|
+
$e as getEntityUsersQueryKey,
|
|
777
|
+
Lt as getExternalBankAccountAccessQueryKey,
|
|
778
|
+
Ut as getExternalBankAccountsOptions,
|
|
779
|
+
Ce as getExternalBankAccountsQueryKey,
|
|
780
|
+
ia as getLedgerAccountsOptions,
|
|
781
|
+
Xe as getLedgerAccountsQueryKey,
|
|
782
|
+
Qa as getLocationOptions,
|
|
783
|
+
yt as getLocationQueryKey,
|
|
784
|
+
oa as getMeasureUnitsOptions,
|
|
785
|
+
_e as getMeasureUnitsQueryKey,
|
|
786
|
+
ua as getPayablesOptions,
|
|
787
|
+
ze as getPayablesQueryKey,
|
|
788
|
+
ya as getPaymentTermsOptions,
|
|
789
|
+
We as getPaymentTermsQueryKey,
|
|
790
|
+
ga as getProductsIdOptions,
|
|
791
|
+
Ye as getProductsIdQueryKey,
|
|
792
|
+
ca as getProductsOptions,
|
|
793
|
+
je as getProductsQueryKey,
|
|
794
|
+
pa as getReceiptsIdQueryKey,
|
|
795
|
+
la as getReceiptsOptions,
|
|
796
|
+
Je as getReceiptsQueryKey,
|
|
797
|
+
Oa as getReceivablesIdHistoryOptions,
|
|
798
|
+
et as getReceivablesIdHistoryQueryKey,
|
|
799
|
+
Ea as getReceivablesIdMailsOptions,
|
|
800
|
+
tt as getReceivablesIdMailsQueryKey,
|
|
801
|
+
Ka as getReceivablesIdOptions,
|
|
802
|
+
Aa as getReceivablesIdPdfLinkOptions,
|
|
803
|
+
at as getReceivablesIdPdfLinkQueryKey,
|
|
804
|
+
Ze as getReceivablesIdQueryKey,
|
|
805
|
+
qa as getReceivablesOptions,
|
|
806
|
+
Ne as getReceivablesQueryKey,
|
|
807
|
+
ha as getTagsOptions,
|
|
808
|
+
rt as getTagsQueryKey,
|
|
809
|
+
Ba as getTransactionsIdQueryKey,
|
|
810
|
+
Fa as getTransactionsOptions,
|
|
811
|
+
nt as getTransactionsQueryKey,
|
|
812
|
+
ma as getTransactionsValidationsOptions,
|
|
813
|
+
st as getTransactionsValidationsQueryKey,
|
|
814
|
+
Ca as getUserDataOptions,
|
|
815
|
+
lt as getUserDataQueryKey,
|
|
816
|
+
Ua as getUsersOptions,
|
|
817
|
+
dt as getUsersQueryKey,
|
|
818
|
+
kt as grantBankAccountAccessMutation,
|
|
819
|
+
ft as grantExternalBankAccountAccessMutation,
|
|
820
|
+
St as linkExternalBankAccountMutation,
|
|
821
|
+
ka as listDepartmentsOptions,
|
|
822
|
+
it as listDepartmentsQueryKey,
|
|
823
|
+
ba as listLocationsOptions,
|
|
824
|
+
ut as listLocationsQueryKey,
|
|
825
|
+
Ra as listRolePermissionsOptions,
|
|
826
|
+
gt as listRolePermissionsQueryKey,
|
|
827
|
+
Pa as listRolesOptions,
|
|
828
|
+
ct as listRolesQueryKey,
|
|
829
|
+
jt as patchApprovalPoliciesIdMutation,
|
|
830
|
+
aa as patchEntitiesIdSettingsMutation,
|
|
831
|
+
wa as patchReceiptsIdMutation,
|
|
832
|
+
zt as postApprovalPoliciesMutation,
|
|
833
|
+
Ia as putTransactionsValidationsMutation,
|
|
834
|
+
At as submitApplicationMutation,
|
|
835
|
+
Dt as unlinkExternalBankAccountMutation,
|
|
836
|
+
Et as updateApplicationMutation,
|
|
837
|
+
It as updateBankAccountMutation,
|
|
838
|
+
xt as updateExternalBankAccountMutation,
|
|
839
|
+
va as upsertUserDataMutation,
|
|
840
|
+
Vt as validateExternalBankAccountMutation
|
|
789
841
|
};
|