@apideck/unify 0.11.5 → 0.12.0

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.
Files changed (119) hide show
  1. package/README.md +27 -15
  2. package/docs/sdks/agedcreditors/README.md +113 -0
  3. package/docs/sdks/ageddebtors/README.md +113 -0
  4. package/funcs/accountingAgedCreditorsGet.d.ts +16 -0
  5. package/funcs/accountingAgedCreditorsGet.d.ts.map +1 -0
  6. package/funcs/accountingAgedCreditorsGet.js +121 -0
  7. package/funcs/accountingAgedCreditorsGet.js.map +1 -0
  8. package/funcs/accountingAgedDebtorsGet.d.ts +16 -0
  9. package/funcs/accountingAgedDebtorsGet.d.ts.map +1 -0
  10. package/funcs/accountingAgedDebtorsGet.js +121 -0
  11. package/funcs/accountingAgedDebtorsGet.js.map +1 -0
  12. package/funcs/accountingAttachmentsDownload.d.ts +1 -1
  13. package/funcs/accountingAttachmentsDownload.d.ts.map +1 -1
  14. package/funcs/accountingAttachmentsDownload.js +1 -1
  15. package/funcs/accountingAttachmentsDownload.js.map +1 -1
  16. package/funcs/fileStorageFilesDownload.d.ts +1 -1
  17. package/funcs/fileStorageFilesDownload.d.ts.map +1 -1
  18. package/funcs/fileStorageFilesDownload.js +1 -1
  19. package/funcs/fileStorageFilesDownload.js.map +1 -1
  20. package/funcs/fileStorageFilesExport.d.ts +1 -1
  21. package/funcs/fileStorageFilesExport.d.ts.map +1 -1
  22. package/funcs/fileStorageFilesExport.js +1 -1
  23. package/funcs/fileStorageFilesExport.js.map +1 -1
  24. package/hooks/hooks.d.ts.map +1 -1
  25. package/hooks/hooks.js +18 -0
  26. package/hooks/hooks.js.map +1 -1
  27. package/hooks/types.d.ts +1 -0
  28. package/hooks/types.d.ts.map +1 -1
  29. package/lib/config.d.ts +4 -4
  30. package/lib/config.js +4 -4
  31. package/models/components/agedcreditors.d.ts +51 -0
  32. package/models/components/agedcreditors.d.ts.map +1 -0
  33. package/models/components/agedcreditors.js +86 -0
  34. package/models/components/agedcreditors.js.map +1 -0
  35. package/models/components/ageddebtors.d.ts +51 -0
  36. package/models/components/ageddebtors.d.ts.map +1 -0
  37. package/models/components/ageddebtors.js +86 -0
  38. package/models/components/ageddebtors.js.map +1 -0
  39. package/models/components/agedreportfilter.d.ts +47 -0
  40. package/models/components/agedreportfilter.d.ts.map +1 -0
  41. package/models/components/agedreportfilter.js +80 -0
  42. package/models/components/agedreportfilter.js.map +1 -0
  43. package/models/components/balancebyperiod.d.ts +46 -0
  44. package/models/components/balancebyperiod.d.ts.map +1 -0
  45. package/models/components/balancebyperiod.js +84 -0
  46. package/models/components/balancebyperiod.js.map +1 -0
  47. package/models/components/balancebytransaction.d.ts +99 -0
  48. package/models/components/balancebytransaction.d.ts.map +1 -0
  49. package/models/components/balancebytransaction.js +115 -0
  50. package/models/components/balancebytransaction.js.map +1 -0
  51. package/models/components/getagedcreditorsresponse.d.ts +58 -0
  52. package/models/components/getagedcreditorsresponse.d.ts.map +1 -0
  53. package/models/components/getagedcreditorsresponse.js +79 -0
  54. package/models/components/getagedcreditorsresponse.js.map +1 -0
  55. package/models/components/getageddebtorsresponse.d.ts +58 -0
  56. package/models/components/getageddebtorsresponse.d.ts.map +1 -0
  57. package/models/components/getageddebtorsresponse.js +79 -0
  58. package/models/components/getageddebtorsresponse.js.map +1 -0
  59. package/models/components/index.d.ts +9 -0
  60. package/models/components/index.d.ts.map +1 -1
  61. package/models/components/index.js +9 -0
  62. package/models/components/index.js.map +1 -1
  63. package/models/components/outstandingbalance.d.ts +40 -0
  64. package/models/components/outstandingbalance.d.ts.map +1 -0
  65. package/models/components/outstandingbalance.js +77 -0
  66. package/models/components/outstandingbalance.js.map +1 -0
  67. package/models/components/outstandingbalancebycurrency.d.ts +36 -0
  68. package/models/components/outstandingbalancebycurrency.d.ts.map +1 -0
  69. package/models/components/outstandingbalancebycurrency.js +72 -0
  70. package/models/components/outstandingbalancebycurrency.js.map +1 -0
  71. package/models/operations/accountingagedcreditorsone.d.ts +125 -0
  72. package/models/operations/accountingagedcreditorsone.d.ts.map +1 -0
  73. package/models/operations/accountingagedcreditorsone.js +153 -0
  74. package/models/operations/accountingagedcreditorsone.js.map +1 -0
  75. package/models/operations/accountingageddebtorsone.d.ts +125 -0
  76. package/models/operations/accountingageddebtorsone.d.ts.map +1 -0
  77. package/models/operations/accountingageddebtorsone.js +153 -0
  78. package/models/operations/accountingageddebtorsone.js.map +1 -0
  79. package/models/operations/index.d.ts +2 -0
  80. package/models/operations/index.d.ts.map +1 -1
  81. package/models/operations/index.js +2 -0
  82. package/models/operations/index.js.map +1 -1
  83. package/package.json +1 -3
  84. package/sdk/accounting.d.ts +6 -0
  85. package/sdk/accounting.d.ts.map +1 -1
  86. package/sdk/accounting.js +10 -0
  87. package/sdk/accounting.js.map +1 -1
  88. package/sdk/agedcreditors.d.ts +12 -0
  89. package/sdk/agedcreditors.d.ts.map +1 -0
  90. package/sdk/agedcreditors.js +22 -0
  91. package/sdk/agedcreditors.js.map +1 -0
  92. package/sdk/ageddebtors.d.ts +12 -0
  93. package/sdk/ageddebtors.d.ts.map +1 -0
  94. package/sdk/ageddebtors.js +22 -0
  95. package/sdk/ageddebtors.js.map +1 -0
  96. package/src/funcs/accountingAgedCreditorsGet.ts +192 -0
  97. package/src/funcs/accountingAgedDebtorsGet.ts +192 -0
  98. package/src/funcs/accountingAttachmentsDownload.ts +1 -1
  99. package/src/funcs/fileStorageFilesDownload.ts +1 -1
  100. package/src/funcs/fileStorageFilesExport.ts +1 -1
  101. package/src/hooks/hooks.ts +20 -0
  102. package/src/hooks/types.ts +7 -0
  103. package/src/lib/config.ts +4 -4
  104. package/src/models/components/agedcreditors.ts +116 -0
  105. package/src/models/components/ageddebtors.ts +116 -0
  106. package/src/models/components/agedreportfilter.ts +105 -0
  107. package/src/models/components/balancebyperiod.ts +109 -0
  108. package/src/models/components/balancebytransaction.ts +162 -0
  109. package/src/models/components/getagedcreditorsresponse.ts +119 -0
  110. package/src/models/components/getageddebtorsresponse.ts +119 -0
  111. package/src/models/components/index.ts +9 -0
  112. package/src/models/components/outstandingbalance.ts +107 -0
  113. package/src/models/components/outstandingbalancebycurrency.ts +95 -0
  114. package/src/models/operations/accountingagedcreditorsone.ts +277 -0
  115. package/src/models/operations/accountingageddebtorsone.ts +273 -0
  116. package/src/models/operations/index.ts +2 -0
  117. package/src/sdk/accounting.ts +12 -0
  118. package/src/sdk/agedcreditors.ts +27 -0
  119. package/src/sdk/ageddebtors.ts +27 -0
@@ -0,0 +1,125 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import * as components from "../components/index.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type AccountingAgedCreditorsOneGlobals = {
6
+ /**
7
+ * ID of the consumer which you want to get or push data from
8
+ */
9
+ consumerId?: string | undefined;
10
+ /**
11
+ * The ID of your Unify application
12
+ */
13
+ appId?: string | undefined;
14
+ };
15
+ export type AccountingAgedCreditorsOneRequest = {
16
+ /**
17
+ * Include raw response. Mostly used for debugging purposes
18
+ */
19
+ raw?: boolean | undefined;
20
+ /**
21
+ * Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.
22
+ */
23
+ serviceId?: string | undefined;
24
+ /**
25
+ * Apply filters
26
+ */
27
+ filter?: components.AgedReportFilter | undefined;
28
+ /**
29
+ * Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads
30
+ */
31
+ passThrough?: {
32
+ [k: string]: any;
33
+ } | undefined;
34
+ /**
35
+ * The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded.
36
+ */
37
+ fields?: string | null | undefined;
38
+ };
39
+ export type AccountingAgedCreditorsOneResponse = {
40
+ httpMeta: components.HTTPMetadata;
41
+ /**
42
+ * Aged Creditors
43
+ */
44
+ getAgedCreditorsResponse?: components.GetAgedCreditorsResponse | undefined;
45
+ /**
46
+ * Unexpected error
47
+ */
48
+ unexpectedErrorResponse?: components.UnexpectedErrorResponse | undefined;
49
+ };
50
+ /** @internal */
51
+ export declare const AccountingAgedCreditorsOneGlobals$inboundSchema: z.ZodType<AccountingAgedCreditorsOneGlobals, z.ZodTypeDef, unknown>;
52
+ /** @internal */
53
+ export type AccountingAgedCreditorsOneGlobals$Outbound = {
54
+ consumerId?: string | undefined;
55
+ appId?: string | undefined;
56
+ };
57
+ /** @internal */
58
+ export declare const AccountingAgedCreditorsOneGlobals$outboundSchema: z.ZodType<AccountingAgedCreditorsOneGlobals$Outbound, z.ZodTypeDef, AccountingAgedCreditorsOneGlobals>;
59
+ /**
60
+ * @internal
61
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
62
+ */
63
+ export declare namespace AccountingAgedCreditorsOneGlobals$ {
64
+ /** @deprecated use `AccountingAgedCreditorsOneGlobals$inboundSchema` instead. */
65
+ const inboundSchema: z.ZodType<AccountingAgedCreditorsOneGlobals, z.ZodTypeDef, unknown>;
66
+ /** @deprecated use `AccountingAgedCreditorsOneGlobals$outboundSchema` instead. */
67
+ const outboundSchema: z.ZodType<AccountingAgedCreditorsOneGlobals$Outbound, z.ZodTypeDef, AccountingAgedCreditorsOneGlobals>;
68
+ /** @deprecated use `AccountingAgedCreditorsOneGlobals$Outbound` instead. */
69
+ type Outbound = AccountingAgedCreditorsOneGlobals$Outbound;
70
+ }
71
+ export declare function accountingAgedCreditorsOneGlobalsToJSON(accountingAgedCreditorsOneGlobals: AccountingAgedCreditorsOneGlobals): string;
72
+ export declare function accountingAgedCreditorsOneGlobalsFromJSON(jsonString: string): SafeParseResult<AccountingAgedCreditorsOneGlobals, SDKValidationError>;
73
+ /** @internal */
74
+ export declare const AccountingAgedCreditorsOneRequest$inboundSchema: z.ZodType<AccountingAgedCreditorsOneRequest, z.ZodTypeDef, unknown>;
75
+ /** @internal */
76
+ export type AccountingAgedCreditorsOneRequest$Outbound = {
77
+ raw: boolean;
78
+ serviceId?: string | undefined;
79
+ filter?: components.AgedReportFilter$Outbound | undefined;
80
+ pass_through?: {
81
+ [k: string]: any;
82
+ } | undefined;
83
+ fields?: string | null | undefined;
84
+ };
85
+ /** @internal */
86
+ export declare const AccountingAgedCreditorsOneRequest$outboundSchema: z.ZodType<AccountingAgedCreditorsOneRequest$Outbound, z.ZodTypeDef, AccountingAgedCreditorsOneRequest>;
87
+ /**
88
+ * @internal
89
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
90
+ */
91
+ export declare namespace AccountingAgedCreditorsOneRequest$ {
92
+ /** @deprecated use `AccountingAgedCreditorsOneRequest$inboundSchema` instead. */
93
+ const inboundSchema: z.ZodType<AccountingAgedCreditorsOneRequest, z.ZodTypeDef, unknown>;
94
+ /** @deprecated use `AccountingAgedCreditorsOneRequest$outboundSchema` instead. */
95
+ const outboundSchema: z.ZodType<AccountingAgedCreditorsOneRequest$Outbound, z.ZodTypeDef, AccountingAgedCreditorsOneRequest>;
96
+ /** @deprecated use `AccountingAgedCreditorsOneRequest$Outbound` instead. */
97
+ type Outbound = AccountingAgedCreditorsOneRequest$Outbound;
98
+ }
99
+ export declare function accountingAgedCreditorsOneRequestToJSON(accountingAgedCreditorsOneRequest: AccountingAgedCreditorsOneRequest): string;
100
+ export declare function accountingAgedCreditorsOneRequestFromJSON(jsonString: string): SafeParseResult<AccountingAgedCreditorsOneRequest, SDKValidationError>;
101
+ /** @internal */
102
+ export declare const AccountingAgedCreditorsOneResponse$inboundSchema: z.ZodType<AccountingAgedCreditorsOneResponse, z.ZodTypeDef, unknown>;
103
+ /** @internal */
104
+ export type AccountingAgedCreditorsOneResponse$Outbound = {
105
+ HttpMeta: components.HTTPMetadata$Outbound;
106
+ GetAgedCreditorsResponse?: components.GetAgedCreditorsResponse$Outbound | undefined;
107
+ UnexpectedErrorResponse?: components.UnexpectedErrorResponse$Outbound | undefined;
108
+ };
109
+ /** @internal */
110
+ export declare const AccountingAgedCreditorsOneResponse$outboundSchema: z.ZodType<AccountingAgedCreditorsOneResponse$Outbound, z.ZodTypeDef, AccountingAgedCreditorsOneResponse>;
111
+ /**
112
+ * @internal
113
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
114
+ */
115
+ export declare namespace AccountingAgedCreditorsOneResponse$ {
116
+ /** @deprecated use `AccountingAgedCreditorsOneResponse$inboundSchema` instead. */
117
+ const inboundSchema: z.ZodType<AccountingAgedCreditorsOneResponse, z.ZodTypeDef, unknown>;
118
+ /** @deprecated use `AccountingAgedCreditorsOneResponse$outboundSchema` instead. */
119
+ const outboundSchema: z.ZodType<AccountingAgedCreditorsOneResponse$Outbound, z.ZodTypeDef, AccountingAgedCreditorsOneResponse>;
120
+ /** @deprecated use `AccountingAgedCreditorsOneResponse$Outbound` instead. */
121
+ type Outbound = AccountingAgedCreditorsOneResponse$Outbound;
122
+ }
123
+ export declare function accountingAgedCreditorsOneResponseToJSON(accountingAgedCreditorsOneResponse: AccountingAgedCreditorsOneResponse): string;
124
+ export declare function accountingAgedCreditorsOneResponseFromJSON(jsonString: string): SafeParseResult<AccountingAgedCreditorsOneResponse, SDKValidationError>;
125
+ //# sourceMappingURL=accountingagedcreditorsone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingagedcreditorsone.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountingagedcreditorsone.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,iCAAiC,GAAG;IAC9C;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C;;OAEG;IACH,GAAG,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC1B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B;;OAEG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC,gBAAgB,GAAG,SAAS,CAAC;IACjD;;OAEG;IACH,WAAW,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;IAC/C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACpC,CAAC;AAEF,MAAM,MAAM,kCAAkC,GAAG;IAC/C,QAAQ,EAAE,UAAU,CAAC,YAAY,CAAC;IAClC;;OAEG;IACH,wBAAwB,CAAC,EAAE,UAAU,CAAC,wBAAwB,GAAG,SAAS,CAAC;IAC3E;;OAEG;IACH,uBAAuB,CAAC,EAAE,UAAU,CAAC,uBAAuB,GAAG,SAAS,CAAC;CAC1E,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,OAAO,CAIP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAIjC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kCAAkC,CAAC;IAClD,iFAAiF;IAC1E,MAAM,aAAa,qEAAkD,CAAC;IAC7E,kFAAkF;IAC3E,MAAM,cAAc,wGACuB,CAAC;IACnD,4EAA4E;IAC5E,KAAY,QAAQ,GAAG,0CAA0C,CAAC;CACnE;AAED,wBAAgB,uCAAuC,CACrD,iCAAiC,EAAE,iCAAiC,GACnE,MAAM,CAMR;AAED,wBAAgB,yCAAyC,CACvD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iCAAiC,EAAE,kBAAkB,CAAC,CAMxE;AAED,gBAAgB;AAChB,eAAO,MAAM,+CAA+C,EAAE,CAAC,CAAC,OAAO,CACrE,iCAAiC,EACjC,CAAC,CAAC,UAAU,EACZ,OAAO,CAWP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,0CAA0C,GAAG;IACvD,GAAG,EAAE,OAAO,CAAC;IACb,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,MAAM,CAAC,EAAE,UAAU,CAAC,yBAAyB,GAAG,SAAS,CAAC;IAC1D,YAAY,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;IAChD,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CACpC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,0CAA0C,EAC1C,CAAC,CAAC,UAAU,EACZ,iCAAiC,CAWjC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,kCAAkC,CAAC;IAClD,iFAAiF;IAC1E,MAAM,aAAa,qEAAkD,CAAC;IAC7E,kFAAkF;IAC3E,MAAM,cAAc,wGACuB,CAAC;IACnD,4EAA4E;IAC5E,KAAY,QAAQ,GAAG,0CAA0C,CAAC;CACnE;AAED,wBAAgB,uCAAuC,CACrD,iCAAiC,EAAE,iCAAiC,GACnE,MAAM,CAMR;AAED,wBAAgB,yCAAyC,CACvD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,iCAAiC,EAAE,kBAAkB,CAAC,CAMxE;AAED,gBAAgB;AAChB,eAAO,MAAM,gDAAgD,EAAE,CAAC,CAAC,OAAO,CACtE,kCAAkC,EAClC,CAAC,CAAC,UAAU,EACZ,OAAO,CAaP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,2CAA2C,GAAG;IACxD,QAAQ,EAAE,UAAU,CAAC,qBAAqB,CAAC;IAC3C,wBAAwB,CAAC,EACrB,UAAU,CAAC,iCAAiC,GAC5C,SAAS,CAAC;IACd,uBAAuB,CAAC,EACpB,UAAU,CAAC,gCAAgC,GAC3C,SAAS,CAAC;CACf,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,iDAAiD,EAAE,CAAC,CAAC,OAAO,CACvE,2CAA2C,EAC3C,CAAC,CAAC,UAAU,EACZ,kCAAkC,CAalC,CAAC;AAEH;;;GAGG;AACH,yBAAiB,mCAAmC,CAAC;IACnD,kFAAkF;IAC3E,MAAM,aAAa,sEAAmD,CAAC;IAC9E,mFAAmF;IAC5E,MAAM,cAAc,0GACwB,CAAC;IACpD,6EAA6E;IAC7E,KAAY,QAAQ,GAAG,2CAA2C,CAAC;CACpE;AAED,wBAAgB,wCAAwC,CACtD,kCAAkC,EAAE,kCAAkC,GACrE,MAAM,CAMR;AAED,wBAAgB,0CAA0C,CACxD,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kCAAkC,EAAE,kBAAkB,CAAC,CAOzE"}
@@ -0,0 +1,153 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.AccountingAgedCreditorsOneResponse$ = exports.AccountingAgedCreditorsOneResponse$outboundSchema = exports.AccountingAgedCreditorsOneResponse$inboundSchema = exports.AccountingAgedCreditorsOneRequest$ = exports.AccountingAgedCreditorsOneRequest$outboundSchema = exports.AccountingAgedCreditorsOneRequest$inboundSchema = exports.AccountingAgedCreditorsOneGlobals$ = exports.AccountingAgedCreditorsOneGlobals$outboundSchema = exports.AccountingAgedCreditorsOneGlobals$inboundSchema = void 0;
30
+ exports.accountingAgedCreditorsOneGlobalsToJSON = accountingAgedCreditorsOneGlobalsToJSON;
31
+ exports.accountingAgedCreditorsOneGlobalsFromJSON = accountingAgedCreditorsOneGlobalsFromJSON;
32
+ exports.accountingAgedCreditorsOneRequestToJSON = accountingAgedCreditorsOneRequestToJSON;
33
+ exports.accountingAgedCreditorsOneRequestFromJSON = accountingAgedCreditorsOneRequestFromJSON;
34
+ exports.accountingAgedCreditorsOneResponseToJSON = accountingAgedCreditorsOneResponseToJSON;
35
+ exports.accountingAgedCreditorsOneResponseFromJSON = accountingAgedCreditorsOneResponseFromJSON;
36
+ const z = __importStar(require("zod"));
37
+ const primitives_js_1 = require("../../lib/primitives.js");
38
+ const schemas_js_1 = require("../../lib/schemas.js");
39
+ const components = __importStar(require("../components/index.js"));
40
+ /** @internal */
41
+ exports.AccountingAgedCreditorsOneGlobals$inboundSchema = z.object({
42
+ consumerId: z.string().optional(),
43
+ appId: z.string().optional(),
44
+ });
45
+ /** @internal */
46
+ exports.AccountingAgedCreditorsOneGlobals$outboundSchema = z.object({
47
+ consumerId: z.string().optional(),
48
+ appId: z.string().optional(),
49
+ });
50
+ /**
51
+ * @internal
52
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
53
+ */
54
+ var AccountingAgedCreditorsOneGlobals$;
55
+ (function (AccountingAgedCreditorsOneGlobals$) {
56
+ /** @deprecated use `AccountingAgedCreditorsOneGlobals$inboundSchema` instead. */
57
+ AccountingAgedCreditorsOneGlobals$.inboundSchema = exports.AccountingAgedCreditorsOneGlobals$inboundSchema;
58
+ /** @deprecated use `AccountingAgedCreditorsOneGlobals$outboundSchema` instead. */
59
+ AccountingAgedCreditorsOneGlobals$.outboundSchema = exports.AccountingAgedCreditorsOneGlobals$outboundSchema;
60
+ })(AccountingAgedCreditorsOneGlobals$ || (exports.AccountingAgedCreditorsOneGlobals$ = AccountingAgedCreditorsOneGlobals$ = {}));
61
+ function accountingAgedCreditorsOneGlobalsToJSON(accountingAgedCreditorsOneGlobals) {
62
+ return JSON.stringify(exports.AccountingAgedCreditorsOneGlobals$outboundSchema.parse(accountingAgedCreditorsOneGlobals));
63
+ }
64
+ function accountingAgedCreditorsOneGlobalsFromJSON(jsonString) {
65
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingAgedCreditorsOneGlobals$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingAgedCreditorsOneGlobals' from JSON`);
66
+ }
67
+ /** @internal */
68
+ exports.AccountingAgedCreditorsOneRequest$inboundSchema = z.object({
69
+ raw: z.boolean().default(false),
70
+ serviceId: z.string().optional(),
71
+ filter: components.AgedReportFilter$inboundSchema.optional(),
72
+ pass_through: z.record(z.any()).optional(),
73
+ fields: z.nullable(z.string()).optional(),
74
+ }).transform((v) => {
75
+ return (0, primitives_js_1.remap)(v, {
76
+ "pass_through": "passThrough",
77
+ });
78
+ });
79
+ /** @internal */
80
+ exports.AccountingAgedCreditorsOneRequest$outboundSchema = z.object({
81
+ raw: z.boolean().default(false),
82
+ serviceId: z.string().optional(),
83
+ filter: components.AgedReportFilter$outboundSchema.optional(),
84
+ passThrough: z.record(z.any()).optional(),
85
+ fields: z.nullable(z.string()).optional(),
86
+ }).transform((v) => {
87
+ return (0, primitives_js_1.remap)(v, {
88
+ passThrough: "pass_through",
89
+ });
90
+ });
91
+ /**
92
+ * @internal
93
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
94
+ */
95
+ var AccountingAgedCreditorsOneRequest$;
96
+ (function (AccountingAgedCreditorsOneRequest$) {
97
+ /** @deprecated use `AccountingAgedCreditorsOneRequest$inboundSchema` instead. */
98
+ AccountingAgedCreditorsOneRequest$.inboundSchema = exports.AccountingAgedCreditorsOneRequest$inboundSchema;
99
+ /** @deprecated use `AccountingAgedCreditorsOneRequest$outboundSchema` instead. */
100
+ AccountingAgedCreditorsOneRequest$.outboundSchema = exports.AccountingAgedCreditorsOneRequest$outboundSchema;
101
+ })(AccountingAgedCreditorsOneRequest$ || (exports.AccountingAgedCreditorsOneRequest$ = AccountingAgedCreditorsOneRequest$ = {}));
102
+ function accountingAgedCreditorsOneRequestToJSON(accountingAgedCreditorsOneRequest) {
103
+ return JSON.stringify(exports.AccountingAgedCreditorsOneRequest$outboundSchema.parse(accountingAgedCreditorsOneRequest));
104
+ }
105
+ function accountingAgedCreditorsOneRequestFromJSON(jsonString) {
106
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingAgedCreditorsOneRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingAgedCreditorsOneRequest' from JSON`);
107
+ }
108
+ /** @internal */
109
+ exports.AccountingAgedCreditorsOneResponse$inboundSchema = z.object({
110
+ HttpMeta: components.HTTPMetadata$inboundSchema,
111
+ GetAgedCreditorsResponse: components.GetAgedCreditorsResponse$inboundSchema
112
+ .optional(),
113
+ UnexpectedErrorResponse: components.UnexpectedErrorResponse$inboundSchema
114
+ .optional(),
115
+ }).transform((v) => {
116
+ return (0, primitives_js_1.remap)(v, {
117
+ "HttpMeta": "httpMeta",
118
+ "GetAgedCreditorsResponse": "getAgedCreditorsResponse",
119
+ "UnexpectedErrorResponse": "unexpectedErrorResponse",
120
+ });
121
+ });
122
+ /** @internal */
123
+ exports.AccountingAgedCreditorsOneResponse$outboundSchema = z.object({
124
+ httpMeta: components.HTTPMetadata$outboundSchema,
125
+ getAgedCreditorsResponse: components.GetAgedCreditorsResponse$outboundSchema
126
+ .optional(),
127
+ unexpectedErrorResponse: components.UnexpectedErrorResponse$outboundSchema
128
+ .optional(),
129
+ }).transform((v) => {
130
+ return (0, primitives_js_1.remap)(v, {
131
+ httpMeta: "HttpMeta",
132
+ getAgedCreditorsResponse: "GetAgedCreditorsResponse",
133
+ unexpectedErrorResponse: "UnexpectedErrorResponse",
134
+ });
135
+ });
136
+ /**
137
+ * @internal
138
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
139
+ */
140
+ var AccountingAgedCreditorsOneResponse$;
141
+ (function (AccountingAgedCreditorsOneResponse$) {
142
+ /** @deprecated use `AccountingAgedCreditorsOneResponse$inboundSchema` instead. */
143
+ AccountingAgedCreditorsOneResponse$.inboundSchema = exports.AccountingAgedCreditorsOneResponse$inboundSchema;
144
+ /** @deprecated use `AccountingAgedCreditorsOneResponse$outboundSchema` instead. */
145
+ AccountingAgedCreditorsOneResponse$.outboundSchema = exports.AccountingAgedCreditorsOneResponse$outboundSchema;
146
+ })(AccountingAgedCreditorsOneResponse$ || (exports.AccountingAgedCreditorsOneResponse$ = AccountingAgedCreditorsOneResponse$ = {}));
147
+ function accountingAgedCreditorsOneResponseToJSON(accountingAgedCreditorsOneResponse) {
148
+ return JSON.stringify(exports.AccountingAgedCreditorsOneResponse$outboundSchema.parse(accountingAgedCreditorsOneResponse));
149
+ }
150
+ function accountingAgedCreditorsOneResponseFromJSON(jsonString) {
151
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingAgedCreditorsOneResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingAgedCreditorsOneResponse' from JSON`);
152
+ }
153
+ //# sourceMappingURL=accountingagedcreditorsone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingagedcreditorsone.js","sourceRoot":"","sources":["../../src/models/operations/accountingagedcreditorsone.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,125 @@
1
+ import * as z from "zod";
2
+ import { Result as SafeParseResult } from "../../types/fp.js";
3
+ import * as components from "../components/index.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type AccountingAgedDebtorsOneGlobals = {
6
+ /**
7
+ * ID of the consumer which you want to get or push data from
8
+ */
9
+ consumerId?: string | undefined;
10
+ /**
11
+ * The ID of your Unify application
12
+ */
13
+ appId?: string | undefined;
14
+ };
15
+ export type AccountingAgedDebtorsOneRequest = {
16
+ /**
17
+ * Include raw response. Mostly used for debugging purposes
18
+ */
19
+ raw?: boolean | undefined;
20
+ /**
21
+ * Provide the service id you want to call (e.g., pipedrive). Only needed when a consumer has activated multiple integrations for a Unified API.
22
+ */
23
+ serviceId?: string | undefined;
24
+ /**
25
+ * Apply filters
26
+ */
27
+ filter?: components.AgedReportFilter | undefined;
28
+ /**
29
+ * Optional unmapped key/values that will be passed through to downstream as query parameters. Ie: ?pass_through[search]=leads becomes ?search=leads
30
+ */
31
+ passThrough?: {
32
+ [k: string]: any;
33
+ } | undefined;
34
+ /**
35
+ * The 'fields' parameter allows API users to specify the fields they want to include in the API response. If this parameter is not present, the API will return all available fields. If this parameter is present, only the fields specified in the comma-separated string will be included in the response. Nested properties can also be requested by using a dot notation. <br /><br />Example: `fields=name,email,addresses.city`<br /><br />In the example above, the response will only include the fields "name", "email" and "addresses.city". If any other fields are available, they will be excluded.
36
+ */
37
+ fields?: string | null | undefined;
38
+ };
39
+ export type AccountingAgedDebtorsOneResponse = {
40
+ httpMeta: components.HTTPMetadata;
41
+ /**
42
+ * Aged Debtors
43
+ */
44
+ getAgedDebtorsResponse?: components.GetAgedDebtorsResponse | undefined;
45
+ /**
46
+ * Unexpected error
47
+ */
48
+ unexpectedErrorResponse?: components.UnexpectedErrorResponse | undefined;
49
+ };
50
+ /** @internal */
51
+ export declare const AccountingAgedDebtorsOneGlobals$inboundSchema: z.ZodType<AccountingAgedDebtorsOneGlobals, z.ZodTypeDef, unknown>;
52
+ /** @internal */
53
+ export type AccountingAgedDebtorsOneGlobals$Outbound = {
54
+ consumerId?: string | undefined;
55
+ appId?: string | undefined;
56
+ };
57
+ /** @internal */
58
+ export declare const AccountingAgedDebtorsOneGlobals$outboundSchema: z.ZodType<AccountingAgedDebtorsOneGlobals$Outbound, z.ZodTypeDef, AccountingAgedDebtorsOneGlobals>;
59
+ /**
60
+ * @internal
61
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
62
+ */
63
+ export declare namespace AccountingAgedDebtorsOneGlobals$ {
64
+ /** @deprecated use `AccountingAgedDebtorsOneGlobals$inboundSchema` instead. */
65
+ const inboundSchema: z.ZodType<AccountingAgedDebtorsOneGlobals, z.ZodTypeDef, unknown>;
66
+ /** @deprecated use `AccountingAgedDebtorsOneGlobals$outboundSchema` instead. */
67
+ const outboundSchema: z.ZodType<AccountingAgedDebtorsOneGlobals$Outbound, z.ZodTypeDef, AccountingAgedDebtorsOneGlobals>;
68
+ /** @deprecated use `AccountingAgedDebtorsOneGlobals$Outbound` instead. */
69
+ type Outbound = AccountingAgedDebtorsOneGlobals$Outbound;
70
+ }
71
+ export declare function accountingAgedDebtorsOneGlobalsToJSON(accountingAgedDebtorsOneGlobals: AccountingAgedDebtorsOneGlobals): string;
72
+ export declare function accountingAgedDebtorsOneGlobalsFromJSON(jsonString: string): SafeParseResult<AccountingAgedDebtorsOneGlobals, SDKValidationError>;
73
+ /** @internal */
74
+ export declare const AccountingAgedDebtorsOneRequest$inboundSchema: z.ZodType<AccountingAgedDebtorsOneRequest, z.ZodTypeDef, unknown>;
75
+ /** @internal */
76
+ export type AccountingAgedDebtorsOneRequest$Outbound = {
77
+ raw: boolean;
78
+ serviceId?: string | undefined;
79
+ filter?: components.AgedReportFilter$Outbound | undefined;
80
+ pass_through?: {
81
+ [k: string]: any;
82
+ } | undefined;
83
+ fields?: string | null | undefined;
84
+ };
85
+ /** @internal */
86
+ export declare const AccountingAgedDebtorsOneRequest$outboundSchema: z.ZodType<AccountingAgedDebtorsOneRequest$Outbound, z.ZodTypeDef, AccountingAgedDebtorsOneRequest>;
87
+ /**
88
+ * @internal
89
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
90
+ */
91
+ export declare namespace AccountingAgedDebtorsOneRequest$ {
92
+ /** @deprecated use `AccountingAgedDebtorsOneRequest$inboundSchema` instead. */
93
+ const inboundSchema: z.ZodType<AccountingAgedDebtorsOneRequest, z.ZodTypeDef, unknown>;
94
+ /** @deprecated use `AccountingAgedDebtorsOneRequest$outboundSchema` instead. */
95
+ const outboundSchema: z.ZodType<AccountingAgedDebtorsOneRequest$Outbound, z.ZodTypeDef, AccountingAgedDebtorsOneRequest>;
96
+ /** @deprecated use `AccountingAgedDebtorsOneRequest$Outbound` instead. */
97
+ type Outbound = AccountingAgedDebtorsOneRequest$Outbound;
98
+ }
99
+ export declare function accountingAgedDebtorsOneRequestToJSON(accountingAgedDebtorsOneRequest: AccountingAgedDebtorsOneRequest): string;
100
+ export declare function accountingAgedDebtorsOneRequestFromJSON(jsonString: string): SafeParseResult<AccountingAgedDebtorsOneRequest, SDKValidationError>;
101
+ /** @internal */
102
+ export declare const AccountingAgedDebtorsOneResponse$inboundSchema: z.ZodType<AccountingAgedDebtorsOneResponse, z.ZodTypeDef, unknown>;
103
+ /** @internal */
104
+ export type AccountingAgedDebtorsOneResponse$Outbound = {
105
+ HttpMeta: components.HTTPMetadata$Outbound;
106
+ GetAgedDebtorsResponse?: components.GetAgedDebtorsResponse$Outbound | undefined;
107
+ UnexpectedErrorResponse?: components.UnexpectedErrorResponse$Outbound | undefined;
108
+ };
109
+ /** @internal */
110
+ export declare const AccountingAgedDebtorsOneResponse$outboundSchema: z.ZodType<AccountingAgedDebtorsOneResponse$Outbound, z.ZodTypeDef, AccountingAgedDebtorsOneResponse>;
111
+ /**
112
+ * @internal
113
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
114
+ */
115
+ export declare namespace AccountingAgedDebtorsOneResponse$ {
116
+ /** @deprecated use `AccountingAgedDebtorsOneResponse$inboundSchema` instead. */
117
+ const inboundSchema: z.ZodType<AccountingAgedDebtorsOneResponse, z.ZodTypeDef, unknown>;
118
+ /** @deprecated use `AccountingAgedDebtorsOneResponse$outboundSchema` instead. */
119
+ const outboundSchema: z.ZodType<AccountingAgedDebtorsOneResponse$Outbound, z.ZodTypeDef, AccountingAgedDebtorsOneResponse>;
120
+ /** @deprecated use `AccountingAgedDebtorsOneResponse$Outbound` instead. */
121
+ type Outbound = AccountingAgedDebtorsOneResponse$Outbound;
122
+ }
123
+ export declare function accountingAgedDebtorsOneResponseToJSON(accountingAgedDebtorsOneResponse: AccountingAgedDebtorsOneResponse): string;
124
+ export declare function accountingAgedDebtorsOneResponseFromJSON(jsonString: string): SafeParseResult<AccountingAgedDebtorsOneResponse, SDKValidationError>;
125
+ //# sourceMappingURL=accountingageddebtorsone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingageddebtorsone.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountingageddebtorsone.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,153 @@
1
+ "use strict";
2
+ /*
3
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
4
+ */
5
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
+ if (k2 === undefined) k2 = k;
7
+ var desc = Object.getOwnPropertyDescriptor(m, k);
8
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
9
+ desc = { enumerable: true, get: function() { return m[k]; } };
10
+ }
11
+ Object.defineProperty(o, k2, desc);
12
+ }) : (function(o, m, k, k2) {
13
+ if (k2 === undefined) k2 = k;
14
+ o[k2] = m[k];
15
+ }));
16
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
18
+ }) : function(o, v) {
19
+ o["default"] = v;
20
+ });
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.AccountingAgedDebtorsOneResponse$ = exports.AccountingAgedDebtorsOneResponse$outboundSchema = exports.AccountingAgedDebtorsOneResponse$inboundSchema = exports.AccountingAgedDebtorsOneRequest$ = exports.AccountingAgedDebtorsOneRequest$outboundSchema = exports.AccountingAgedDebtorsOneRequest$inboundSchema = exports.AccountingAgedDebtorsOneGlobals$ = exports.AccountingAgedDebtorsOneGlobals$outboundSchema = exports.AccountingAgedDebtorsOneGlobals$inboundSchema = void 0;
30
+ exports.accountingAgedDebtorsOneGlobalsToJSON = accountingAgedDebtorsOneGlobalsToJSON;
31
+ exports.accountingAgedDebtorsOneGlobalsFromJSON = accountingAgedDebtorsOneGlobalsFromJSON;
32
+ exports.accountingAgedDebtorsOneRequestToJSON = accountingAgedDebtorsOneRequestToJSON;
33
+ exports.accountingAgedDebtorsOneRequestFromJSON = accountingAgedDebtorsOneRequestFromJSON;
34
+ exports.accountingAgedDebtorsOneResponseToJSON = accountingAgedDebtorsOneResponseToJSON;
35
+ exports.accountingAgedDebtorsOneResponseFromJSON = accountingAgedDebtorsOneResponseFromJSON;
36
+ const z = __importStar(require("zod"));
37
+ const primitives_js_1 = require("../../lib/primitives.js");
38
+ const schemas_js_1 = require("../../lib/schemas.js");
39
+ const components = __importStar(require("../components/index.js"));
40
+ /** @internal */
41
+ exports.AccountingAgedDebtorsOneGlobals$inboundSchema = z.object({
42
+ consumerId: z.string().optional(),
43
+ appId: z.string().optional(),
44
+ });
45
+ /** @internal */
46
+ exports.AccountingAgedDebtorsOneGlobals$outboundSchema = z.object({
47
+ consumerId: z.string().optional(),
48
+ appId: z.string().optional(),
49
+ });
50
+ /**
51
+ * @internal
52
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
53
+ */
54
+ var AccountingAgedDebtorsOneGlobals$;
55
+ (function (AccountingAgedDebtorsOneGlobals$) {
56
+ /** @deprecated use `AccountingAgedDebtorsOneGlobals$inboundSchema` instead. */
57
+ AccountingAgedDebtorsOneGlobals$.inboundSchema = exports.AccountingAgedDebtorsOneGlobals$inboundSchema;
58
+ /** @deprecated use `AccountingAgedDebtorsOneGlobals$outboundSchema` instead. */
59
+ AccountingAgedDebtorsOneGlobals$.outboundSchema = exports.AccountingAgedDebtorsOneGlobals$outboundSchema;
60
+ })(AccountingAgedDebtorsOneGlobals$ || (exports.AccountingAgedDebtorsOneGlobals$ = AccountingAgedDebtorsOneGlobals$ = {}));
61
+ function accountingAgedDebtorsOneGlobalsToJSON(accountingAgedDebtorsOneGlobals) {
62
+ return JSON.stringify(exports.AccountingAgedDebtorsOneGlobals$outboundSchema.parse(accountingAgedDebtorsOneGlobals));
63
+ }
64
+ function accountingAgedDebtorsOneGlobalsFromJSON(jsonString) {
65
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingAgedDebtorsOneGlobals$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingAgedDebtorsOneGlobals' from JSON`);
66
+ }
67
+ /** @internal */
68
+ exports.AccountingAgedDebtorsOneRequest$inboundSchema = z.object({
69
+ raw: z.boolean().default(false),
70
+ serviceId: z.string().optional(),
71
+ filter: components.AgedReportFilter$inboundSchema.optional(),
72
+ pass_through: z.record(z.any()).optional(),
73
+ fields: z.nullable(z.string()).optional(),
74
+ }).transform((v) => {
75
+ return (0, primitives_js_1.remap)(v, {
76
+ "pass_through": "passThrough",
77
+ });
78
+ });
79
+ /** @internal */
80
+ exports.AccountingAgedDebtorsOneRequest$outboundSchema = z.object({
81
+ raw: z.boolean().default(false),
82
+ serviceId: z.string().optional(),
83
+ filter: components.AgedReportFilter$outboundSchema.optional(),
84
+ passThrough: z.record(z.any()).optional(),
85
+ fields: z.nullable(z.string()).optional(),
86
+ }).transform((v) => {
87
+ return (0, primitives_js_1.remap)(v, {
88
+ passThrough: "pass_through",
89
+ });
90
+ });
91
+ /**
92
+ * @internal
93
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
94
+ */
95
+ var AccountingAgedDebtorsOneRequest$;
96
+ (function (AccountingAgedDebtorsOneRequest$) {
97
+ /** @deprecated use `AccountingAgedDebtorsOneRequest$inboundSchema` instead. */
98
+ AccountingAgedDebtorsOneRequest$.inboundSchema = exports.AccountingAgedDebtorsOneRequest$inboundSchema;
99
+ /** @deprecated use `AccountingAgedDebtorsOneRequest$outboundSchema` instead. */
100
+ AccountingAgedDebtorsOneRequest$.outboundSchema = exports.AccountingAgedDebtorsOneRequest$outboundSchema;
101
+ })(AccountingAgedDebtorsOneRequest$ || (exports.AccountingAgedDebtorsOneRequest$ = AccountingAgedDebtorsOneRequest$ = {}));
102
+ function accountingAgedDebtorsOneRequestToJSON(accountingAgedDebtorsOneRequest) {
103
+ return JSON.stringify(exports.AccountingAgedDebtorsOneRequest$outboundSchema.parse(accountingAgedDebtorsOneRequest));
104
+ }
105
+ function accountingAgedDebtorsOneRequestFromJSON(jsonString) {
106
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingAgedDebtorsOneRequest$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingAgedDebtorsOneRequest' from JSON`);
107
+ }
108
+ /** @internal */
109
+ exports.AccountingAgedDebtorsOneResponse$inboundSchema = z.object({
110
+ HttpMeta: components.HTTPMetadata$inboundSchema,
111
+ GetAgedDebtorsResponse: components.GetAgedDebtorsResponse$inboundSchema
112
+ .optional(),
113
+ UnexpectedErrorResponse: components.UnexpectedErrorResponse$inboundSchema
114
+ .optional(),
115
+ }).transform((v) => {
116
+ return (0, primitives_js_1.remap)(v, {
117
+ "HttpMeta": "httpMeta",
118
+ "GetAgedDebtorsResponse": "getAgedDebtorsResponse",
119
+ "UnexpectedErrorResponse": "unexpectedErrorResponse",
120
+ });
121
+ });
122
+ /** @internal */
123
+ exports.AccountingAgedDebtorsOneResponse$outboundSchema = z.object({
124
+ httpMeta: components.HTTPMetadata$outboundSchema,
125
+ getAgedDebtorsResponse: components.GetAgedDebtorsResponse$outboundSchema
126
+ .optional(),
127
+ unexpectedErrorResponse: components.UnexpectedErrorResponse$outboundSchema
128
+ .optional(),
129
+ }).transform((v) => {
130
+ return (0, primitives_js_1.remap)(v, {
131
+ httpMeta: "HttpMeta",
132
+ getAgedDebtorsResponse: "GetAgedDebtorsResponse",
133
+ unexpectedErrorResponse: "UnexpectedErrorResponse",
134
+ });
135
+ });
136
+ /**
137
+ * @internal
138
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
139
+ */
140
+ var AccountingAgedDebtorsOneResponse$;
141
+ (function (AccountingAgedDebtorsOneResponse$) {
142
+ /** @deprecated use `AccountingAgedDebtorsOneResponse$inboundSchema` instead. */
143
+ AccountingAgedDebtorsOneResponse$.inboundSchema = exports.AccountingAgedDebtorsOneResponse$inboundSchema;
144
+ /** @deprecated use `AccountingAgedDebtorsOneResponse$outboundSchema` instead. */
145
+ AccountingAgedDebtorsOneResponse$.outboundSchema = exports.AccountingAgedDebtorsOneResponse$outboundSchema;
146
+ })(AccountingAgedDebtorsOneResponse$ || (exports.AccountingAgedDebtorsOneResponse$ = AccountingAgedDebtorsOneResponse$ = {}));
147
+ function accountingAgedDebtorsOneResponseToJSON(accountingAgedDebtorsOneResponse) {
148
+ return JSON.stringify(exports.AccountingAgedDebtorsOneResponse$outboundSchema.parse(accountingAgedDebtorsOneResponse));
149
+ }
150
+ function accountingAgedDebtorsOneResponseFromJSON(jsonString) {
151
+ return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.AccountingAgedDebtorsOneResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'AccountingAgedDebtorsOneResponse' from JSON`);
152
+ }
153
+ //# sourceMappingURL=accountingageddebtorsone.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accountingageddebtorsone.js","sourceRoot":"","sources":["../../src/models/operations/accountingageddebtorsone.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,5 @@
1
+ export * from "./accountingagedcreditorsone.js";
2
+ export * from "./accountingageddebtorsone.js";
1
3
  export * from "./accountingattachmentsall.js";
2
4
  export * from "./accountingattachmentsdelete.js";
3
5
  export * from "./accountingattachmentsdownload.js";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/operations/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/models/operations/index.ts"],"names":[],"mappings":"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"}