@apideck/unify 0.13.1 → 0.13.3
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 +0 -13
- package/docs/sdks/ageddebtors/README.md +2 -0
- package/docs/sdks/pipelines/README.md +0 -542
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/ageddebtors.d.ts +3 -3
- package/models/components/ageddebtors.d.ts.map +1 -1
- package/models/components/ageddebtors.js +5 -3
- package/models/components/ageddebtors.js.map +1 -1
- package/models/components/agedreportfilter.d.ts +5 -0
- package/models/components/agedreportfilter.d.ts.map +1 -1
- package/models/components/agedreportfilter.js +4 -0
- package/models/components/agedreportfilter.js.map +1 -1
- package/models/components/balancebyperiod.d.ts +6 -6
- package/models/components/balancebyperiod.d.ts.map +1 -1
- package/models/components/balancebyperiod.js +6 -4
- package/models/components/balancebyperiod.js.map +1 -1
- package/models/components/balancebytransaction.d.ts +8 -3
- package/models/components/balancebytransaction.d.ts.map +1 -1
- package/models/components/balancebytransaction.js +5 -1
- package/models/components/balancebytransaction.js.map +1 -1
- package/models/components/bill.d.ts +5 -0
- package/models/components/bill.d.ts.map +1 -1
- package/models/components/bill.js +9 -0
- package/models/components/bill.js.map +1 -1
- package/models/components/index.d.ts +1 -8
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +1 -8
- package/models/components/index.js.map +1 -1
- package/models/components/ledgeraccount.d.ts +5 -0
- package/models/components/ledgeraccount.d.ts.map +1 -1
- package/models/components/ledgeraccount.js +9 -0
- package/models/components/ledgeraccount.js.map +1 -1
- package/models/components/outstandingbalancebycurrency.d.ts +5 -0
- package/models/components/outstandingbalancebycurrency.d.ts.map +1 -1
- package/models/components/outstandingbalancebycurrency.js +4 -0
- package/models/components/outstandingbalancebycurrency.js.map +1 -1
- package/models/components/outstandingbalancebycustomer.d.ts +40 -0
- package/models/components/outstandingbalancebycustomer.d.ts.map +1 -0
- package/models/components/{outstandingbalance.js → outstandingbalancebycustomer.js} +17 -17
- package/models/components/outstandingbalancebycustomer.js.map +1 -0
- package/models/components/supplier.d.ts +5 -0
- package/models/components/supplier.d.ts.map +1 -1
- package/models/components/supplier.js +9 -0
- package/models/components/supplier.js.map +1 -1
- package/models/operations/index.d.ts +0 -5
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +0 -5
- package/models/operations/index.js.map +1 -1
- package/package.json +1 -1
- package/sdk/accounting.d.ts +0 -3
- package/sdk/accounting.d.ts.map +1 -1
- package/sdk/accounting.js +0 -4
- package/sdk/accounting.js.map +1 -1
- package/sdk/pipelines.d.ts +0 -28
- package/sdk/pipelines.d.ts.map +1 -1
- package/sdk/pipelines.js +0 -41
- package/sdk/pipelines.js.map +1 -1
- package/src/lib/config.ts +2 -2
- package/src/models/components/ageddebtors.ts +13 -9
- package/src/models/components/agedreportfilter.ts +9 -0
- package/src/models/components/balancebyperiod.ts +12 -10
- package/src/models/components/balancebytransaction.ts +10 -1
- package/src/models/components/bill.ts +18 -0
- package/src/models/components/index.ts +1 -8
- package/src/models/components/ledgeraccount.ts +18 -0
- package/src/models/components/outstandingbalancebycurrency.ts +9 -0
- package/src/models/components/{outstandingbalance.ts → outstandingbalancebycustomer.ts} +25 -23
- package/src/models/components/supplier.ts +18 -0
- package/src/models/operations/index.ts +0 -5
- package/src/sdk/accounting.ts +0 -6
- package/src/sdk/pipelines.ts +0 -73
- package/docs/sdks/agedcreditors/README.md +0 -113
- package/funcs/accountingAgedCreditorsGet.d.ts +0 -16
- package/funcs/accountingAgedCreditorsGet.d.ts.map +0 -1
- package/funcs/accountingAgedCreditorsGet.js +0 -122
- package/funcs/accountingAgedCreditorsGet.js.map +0 -1
- package/funcs/crmPipelinesCreate.d.ts +0 -16
- package/funcs/crmPipelinesCreate.d.ts.map +0 -1
- package/funcs/crmPipelinesCreate.js +0 -121
- package/funcs/crmPipelinesCreate.js.map +0 -1
- package/funcs/crmPipelinesDelete.d.ts +0 -16
- package/funcs/crmPipelinesDelete.d.ts.map +0 -1
- package/funcs/crmPipelinesDelete.js +0 -126
- package/funcs/crmPipelinesDelete.js.map +0 -1
- package/funcs/crmPipelinesGet.d.ts +0 -16
- package/funcs/crmPipelinesGet.d.ts.map +0 -1
- package/funcs/crmPipelinesGet.js +0 -127
- package/funcs/crmPipelinesGet.js.map +0 -1
- package/funcs/crmPipelinesUpdate.d.ts +0 -16
- package/funcs/crmPipelinesUpdate.d.ts.map +0 -1
- package/funcs/crmPipelinesUpdate.js +0 -127
- package/funcs/crmPipelinesUpdate.js.map +0 -1
- package/models/components/agedcreditors.d.ts +0 -51
- package/models/components/agedcreditors.d.ts.map +0 -1
- package/models/components/agedcreditors.js +0 -86
- package/models/components/agedcreditors.js.map +0 -1
- package/models/components/createpipelineresponse.d.ts +0 -58
- package/models/components/createpipelineresponse.d.ts.map +0 -1
- package/models/components/createpipelineresponse.js +0 -79
- package/models/components/createpipelineresponse.js.map +0 -1
- package/models/components/deletepipelineresponse.d.ts +0 -58
- package/models/components/deletepipelineresponse.d.ts.map +0 -1
- package/models/components/deletepipelineresponse.js +0 -79
- package/models/components/deletepipelineresponse.js.map +0 -1
- package/models/components/getagedcreditorsresponse.d.ts +0 -58
- package/models/components/getagedcreditorsresponse.d.ts.map +0 -1
- package/models/components/getagedcreditorsresponse.js +0 -79
- package/models/components/getagedcreditorsresponse.js.map +0 -1
- package/models/components/getpipelineresponse.d.ts +0 -58
- package/models/components/getpipelineresponse.d.ts.map +0 -1
- package/models/components/getpipelineresponse.js +0 -79
- package/models/components/getpipelineresponse.js.map +0 -1
- package/models/components/outstandingbalance.d.ts +0 -40
- package/models/components/outstandingbalance.d.ts.map +0 -1
- package/models/components/outstandingbalance.js.map +0 -1
- package/models/components/pipelineinput.d.ts +0 -117
- package/models/components/pipelineinput.d.ts.map +0 -1
- package/models/components/pipelineinput.js +0 -133
- package/models/components/pipelineinput.js.map +0 -1
- package/models/components/updatepipelineresponse.d.ts +0 -58
- package/models/components/updatepipelineresponse.d.ts.map +0 -1
- package/models/components/updatepipelineresponse.js +0 -79
- package/models/components/updatepipelineresponse.js.map +0 -1
- package/models/operations/accountingagedcreditorsone.d.ts +0 -125
- package/models/operations/accountingagedcreditorsone.d.ts.map +0 -1
- package/models/operations/accountingagedcreditorsone.js +0 -153
- package/models/operations/accountingagedcreditorsone.js.map +0 -1
- package/models/operations/crmpipelinesadd.d.ts +0 -108
- package/models/operations/crmpipelinesadd.d.ts.map +0 -1
- package/models/operations/crmpipelinesadd.js +0 -149
- package/models/operations/crmpipelinesadd.js.map +0 -1
- package/models/operations/crmpipelinesdelete.d.ts +0 -111
- package/models/operations/crmpipelinesdelete.d.ts.map +0 -1
- package/models/operations/crmpipelinesdelete.js +0 -141
- package/models/operations/crmpipelinesdelete.js.map +0 -1
- package/models/operations/crmpipelinesone.d.ts +0 -116
- package/models/operations/crmpipelinesone.d.ts.map +0 -1
- package/models/operations/crmpipelinesone.js +0 -141
- package/models/operations/crmpipelinesone.js.map +0 -1
- package/models/operations/crmpipelinesupdate.d.ts +0 -113
- package/models/operations/crmpipelinesupdate.d.ts.map +0 -1
- package/models/operations/crmpipelinesupdate.js +0 -151
- package/models/operations/crmpipelinesupdate.js.map +0 -1
- package/sdk/agedcreditors.d.ts +0 -12
- package/sdk/agedcreditors.d.ts.map +0 -1
- package/sdk/agedcreditors.js +0 -22
- package/sdk/agedcreditors.js.map +0 -1
- package/src/funcs/accountingAgedCreditorsGet.ts +0 -193
- package/src/funcs/crmPipelinesCreate.ts +0 -179
- package/src/funcs/crmPipelinesDelete.ts +0 -185
- package/src/funcs/crmPipelinesGet.ts +0 -186
- package/src/funcs/crmPipelinesUpdate.ts +0 -186
- package/src/models/components/agedcreditors.ts +0 -116
- package/src/models/components/createpipelineresponse.ts +0 -119
- package/src/models/components/deletepipelineresponse.ts +0 -119
- package/src/models/components/getagedcreditorsresponse.ts +0 -119
- package/src/models/components/getpipelineresponse.ts +0 -119
- package/src/models/components/pipelineinput.ts +0 -233
- package/src/models/components/updatepipelineresponse.ts +0 -119
- package/src/models/operations/accountingagedcreditorsone.ts +0 -277
- package/src/models/operations/crmpipelinesadd.ts +0 -250
- package/src/models/operations/crmpipelinesdelete.ts +0 -245
- package/src/models/operations/crmpipelinesone.ts +0 -248
- package/src/models/operations/crmpipelinesupdate.ts +0 -257
- package/src/sdk/agedcreditors.ts +0 -27
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
import { Currency } from "./currency.js";
|
|
5
|
-
import { PassThroughBody, PassThroughBody$Outbound } from "./passthroughbody.js";
|
|
6
|
-
export type PipelineStages = {
|
|
7
|
-
/**
|
|
8
|
-
* The name of the Pipeline Stage.
|
|
9
|
-
*/
|
|
10
|
-
name?: string | null | undefined;
|
|
11
|
-
/**
|
|
12
|
-
* The value of the Pipeline Stage.
|
|
13
|
-
*/
|
|
14
|
-
value?: string | null | undefined;
|
|
15
|
-
/**
|
|
16
|
-
* The expected probability of winning an Opportunity in this Pipeline Stage. Valid values are [0-100].
|
|
17
|
-
*/
|
|
18
|
-
winProbability?: number | null | undefined;
|
|
19
|
-
/**
|
|
20
|
-
* The order in which the Pipeline Stage is displayed in the UI.
|
|
21
|
-
*/
|
|
22
|
-
displayOrder?: number | null | undefined;
|
|
23
|
-
};
|
|
24
|
-
export type PipelineInput = {
|
|
25
|
-
/**
|
|
26
|
-
* The unique identifier of the Pipeline.
|
|
27
|
-
*/
|
|
28
|
-
id?: string | undefined;
|
|
29
|
-
/**
|
|
30
|
-
* The name of the Pipeline.
|
|
31
|
-
*/
|
|
32
|
-
name: string;
|
|
33
|
-
/**
|
|
34
|
-
* Indicates the associated currency for an amount of money. Values correspond to [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217).
|
|
35
|
-
*/
|
|
36
|
-
currency?: Currency | null | undefined;
|
|
37
|
-
/**
|
|
38
|
-
* Whether the Pipeline is archived or not.
|
|
39
|
-
*/
|
|
40
|
-
archived?: boolean | undefined;
|
|
41
|
-
/**
|
|
42
|
-
* Whether the Pipeline is active or not.
|
|
43
|
-
*/
|
|
44
|
-
active?: boolean | undefined;
|
|
45
|
-
/**
|
|
46
|
-
* The order in which the Pipeline is displayed in the UI.
|
|
47
|
-
*/
|
|
48
|
-
displayOrder?: number | null | undefined;
|
|
49
|
-
/**
|
|
50
|
-
* Whether the Pipeline has win probability enabled or not.
|
|
51
|
-
*/
|
|
52
|
-
winProbabilityEnabled?: boolean | undefined;
|
|
53
|
-
/**
|
|
54
|
-
* The Pipeline Stages.
|
|
55
|
-
*/
|
|
56
|
-
stages?: Array<PipelineStages> | undefined;
|
|
57
|
-
/**
|
|
58
|
-
* The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.
|
|
59
|
-
*/
|
|
60
|
-
passThrough?: Array<PassThroughBody> | undefined;
|
|
61
|
-
};
|
|
62
|
-
/** @internal */
|
|
63
|
-
export declare const PipelineStages$inboundSchema: z.ZodType<PipelineStages, z.ZodTypeDef, unknown>;
|
|
64
|
-
/** @internal */
|
|
65
|
-
export type PipelineStages$Outbound = {
|
|
66
|
-
name?: string | null | undefined;
|
|
67
|
-
value?: string | null | undefined;
|
|
68
|
-
win_probability?: number | null | undefined;
|
|
69
|
-
display_order?: number | null | undefined;
|
|
70
|
-
};
|
|
71
|
-
/** @internal */
|
|
72
|
-
export declare const PipelineStages$outboundSchema: z.ZodType<PipelineStages$Outbound, z.ZodTypeDef, PipelineStages>;
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
76
|
-
*/
|
|
77
|
-
export declare namespace PipelineStages$ {
|
|
78
|
-
/** @deprecated use `PipelineStages$inboundSchema` instead. */
|
|
79
|
-
const inboundSchema: z.ZodType<PipelineStages, z.ZodTypeDef, unknown>;
|
|
80
|
-
/** @deprecated use `PipelineStages$outboundSchema` instead. */
|
|
81
|
-
const outboundSchema: z.ZodType<PipelineStages$Outbound, z.ZodTypeDef, PipelineStages>;
|
|
82
|
-
/** @deprecated use `PipelineStages$Outbound` instead. */
|
|
83
|
-
type Outbound = PipelineStages$Outbound;
|
|
84
|
-
}
|
|
85
|
-
export declare function pipelineStagesToJSON(pipelineStages: PipelineStages): string;
|
|
86
|
-
export declare function pipelineStagesFromJSON(jsonString: string): SafeParseResult<PipelineStages, SDKValidationError>;
|
|
87
|
-
/** @internal */
|
|
88
|
-
export declare const PipelineInput$inboundSchema: z.ZodType<PipelineInput, z.ZodTypeDef, unknown>;
|
|
89
|
-
/** @internal */
|
|
90
|
-
export type PipelineInput$Outbound = {
|
|
91
|
-
id?: string | undefined;
|
|
92
|
-
name: string;
|
|
93
|
-
currency?: string | null | undefined;
|
|
94
|
-
archived?: boolean | undefined;
|
|
95
|
-
active?: boolean | undefined;
|
|
96
|
-
display_order?: number | null | undefined;
|
|
97
|
-
win_probability_enabled?: boolean | undefined;
|
|
98
|
-
stages?: Array<PipelineStages$Outbound> | undefined;
|
|
99
|
-
pass_through?: Array<PassThroughBody$Outbound> | undefined;
|
|
100
|
-
};
|
|
101
|
-
/** @internal */
|
|
102
|
-
export declare const PipelineInput$outboundSchema: z.ZodType<PipelineInput$Outbound, z.ZodTypeDef, PipelineInput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
106
|
-
*/
|
|
107
|
-
export declare namespace PipelineInput$ {
|
|
108
|
-
/** @deprecated use `PipelineInput$inboundSchema` instead. */
|
|
109
|
-
const inboundSchema: z.ZodType<PipelineInput, z.ZodTypeDef, unknown>;
|
|
110
|
-
/** @deprecated use `PipelineInput$outboundSchema` instead. */
|
|
111
|
-
const outboundSchema: z.ZodType<PipelineInput$Outbound, z.ZodTypeDef, PipelineInput>;
|
|
112
|
-
/** @deprecated use `PipelineInput$Outbound` instead. */
|
|
113
|
-
type Outbound = PipelineInput$Outbound;
|
|
114
|
-
}
|
|
115
|
-
export declare function pipelineInputToJSON(pipelineInput: PipelineInput): string;
|
|
116
|
-
export declare function pipelineInputFromJSON(jsonString: string): SafeParseResult<PipelineInput, SDKValidationError>;
|
|
117
|
-
//# sourceMappingURL=pipelineinput.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipelineinput.d.ts","sourceRoot":"","sources":["../../src/models/components/pipelineinput.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,133 +0,0 @@
|
|
|
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.PipelineInput$ = exports.PipelineInput$outboundSchema = exports.PipelineInput$inboundSchema = exports.PipelineStages$ = exports.PipelineStages$outboundSchema = exports.PipelineStages$inboundSchema = void 0;
|
|
30
|
-
exports.pipelineStagesToJSON = pipelineStagesToJSON;
|
|
31
|
-
exports.pipelineStagesFromJSON = pipelineStagesFromJSON;
|
|
32
|
-
exports.pipelineInputToJSON = pipelineInputToJSON;
|
|
33
|
-
exports.pipelineInputFromJSON = pipelineInputFromJSON;
|
|
34
|
-
const z = __importStar(require("zod"));
|
|
35
|
-
const primitives_js_1 = require("../../lib/primitives.js");
|
|
36
|
-
const schemas_js_1 = require("../../lib/schemas.js");
|
|
37
|
-
const currency_js_1 = require("./currency.js");
|
|
38
|
-
const passthroughbody_js_1 = require("./passthroughbody.js");
|
|
39
|
-
/** @internal */
|
|
40
|
-
exports.PipelineStages$inboundSchema = z.object({
|
|
41
|
-
name: z.nullable(z.string()).optional(),
|
|
42
|
-
value: z.nullable(z.string()).optional(),
|
|
43
|
-
win_probability: z.nullable(z.number().int()).optional(),
|
|
44
|
-
display_order: z.nullable(z.number().int()).optional(),
|
|
45
|
-
}).transform((v) => {
|
|
46
|
-
return (0, primitives_js_1.remap)(v, {
|
|
47
|
-
"win_probability": "winProbability",
|
|
48
|
-
"display_order": "displayOrder",
|
|
49
|
-
});
|
|
50
|
-
});
|
|
51
|
-
/** @internal */
|
|
52
|
-
exports.PipelineStages$outboundSchema = z.object({
|
|
53
|
-
name: z.nullable(z.string()).optional(),
|
|
54
|
-
value: z.nullable(z.string()).optional(),
|
|
55
|
-
winProbability: z.nullable(z.number().int()).optional(),
|
|
56
|
-
displayOrder: z.nullable(z.number().int()).optional(),
|
|
57
|
-
}).transform((v) => {
|
|
58
|
-
return (0, primitives_js_1.remap)(v, {
|
|
59
|
-
winProbability: "win_probability",
|
|
60
|
-
displayOrder: "display_order",
|
|
61
|
-
});
|
|
62
|
-
});
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
66
|
-
*/
|
|
67
|
-
var PipelineStages$;
|
|
68
|
-
(function (PipelineStages$) {
|
|
69
|
-
/** @deprecated use `PipelineStages$inboundSchema` instead. */
|
|
70
|
-
PipelineStages$.inboundSchema = exports.PipelineStages$inboundSchema;
|
|
71
|
-
/** @deprecated use `PipelineStages$outboundSchema` instead. */
|
|
72
|
-
PipelineStages$.outboundSchema = exports.PipelineStages$outboundSchema;
|
|
73
|
-
})(PipelineStages$ || (exports.PipelineStages$ = PipelineStages$ = {}));
|
|
74
|
-
function pipelineStagesToJSON(pipelineStages) {
|
|
75
|
-
return JSON.stringify(exports.PipelineStages$outboundSchema.parse(pipelineStages));
|
|
76
|
-
}
|
|
77
|
-
function pipelineStagesFromJSON(jsonString) {
|
|
78
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PipelineStages$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PipelineStages' from JSON`);
|
|
79
|
-
}
|
|
80
|
-
/** @internal */
|
|
81
|
-
exports.PipelineInput$inboundSchema = z.object({
|
|
82
|
-
id: z.string().optional(),
|
|
83
|
-
name: z.string(),
|
|
84
|
-
currency: z.nullable(currency_js_1.Currency$inboundSchema).optional(),
|
|
85
|
-
archived: z.boolean().optional(),
|
|
86
|
-
active: z.boolean().optional(),
|
|
87
|
-
display_order: z.nullable(z.number().int()).optional(),
|
|
88
|
-
win_probability_enabled: z.boolean().optional(),
|
|
89
|
-
stages: z.array(z.lazy(() => exports.PipelineStages$inboundSchema)).optional(),
|
|
90
|
-
pass_through: z.array(passthroughbody_js_1.PassThroughBody$inboundSchema).optional(),
|
|
91
|
-
}).transform((v) => {
|
|
92
|
-
return (0, primitives_js_1.remap)(v, {
|
|
93
|
-
"display_order": "displayOrder",
|
|
94
|
-
"win_probability_enabled": "winProbabilityEnabled",
|
|
95
|
-
"pass_through": "passThrough",
|
|
96
|
-
});
|
|
97
|
-
});
|
|
98
|
-
/** @internal */
|
|
99
|
-
exports.PipelineInput$outboundSchema = z.object({
|
|
100
|
-
id: z.string().optional(),
|
|
101
|
-
name: z.string(),
|
|
102
|
-
currency: z.nullable(currency_js_1.Currency$outboundSchema).optional(),
|
|
103
|
-
archived: z.boolean().optional(),
|
|
104
|
-
active: z.boolean().optional(),
|
|
105
|
-
displayOrder: z.nullable(z.number().int()).optional(),
|
|
106
|
-
winProbabilityEnabled: z.boolean().optional(),
|
|
107
|
-
stages: z.array(z.lazy(() => exports.PipelineStages$outboundSchema)).optional(),
|
|
108
|
-
passThrough: z.array(passthroughbody_js_1.PassThroughBody$outboundSchema).optional(),
|
|
109
|
-
}).transform((v) => {
|
|
110
|
-
return (0, primitives_js_1.remap)(v, {
|
|
111
|
-
displayOrder: "display_order",
|
|
112
|
-
winProbabilityEnabled: "win_probability_enabled",
|
|
113
|
-
passThrough: "pass_through",
|
|
114
|
-
});
|
|
115
|
-
});
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
119
|
-
*/
|
|
120
|
-
var PipelineInput$;
|
|
121
|
-
(function (PipelineInput$) {
|
|
122
|
-
/** @deprecated use `PipelineInput$inboundSchema` instead. */
|
|
123
|
-
PipelineInput$.inboundSchema = exports.PipelineInput$inboundSchema;
|
|
124
|
-
/** @deprecated use `PipelineInput$outboundSchema` instead. */
|
|
125
|
-
PipelineInput$.outboundSchema = exports.PipelineInput$outboundSchema;
|
|
126
|
-
})(PipelineInput$ || (exports.PipelineInput$ = PipelineInput$ = {}));
|
|
127
|
-
function pipelineInputToJSON(pipelineInput) {
|
|
128
|
-
return JSON.stringify(exports.PipelineInput$outboundSchema.parse(pipelineInput));
|
|
129
|
-
}
|
|
130
|
-
function pipelineInputFromJSON(jsonString) {
|
|
131
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.PipelineInput$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'PipelineInput' from JSON`);
|
|
132
|
-
}
|
|
133
|
-
//# sourceMappingURL=pipelineinput.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pipelineinput.js","sourceRoot":"","sources":["../../src/models/components/pipelineinput.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import * as z from "zod";
|
|
2
|
-
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
3
|
-
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
4
|
-
import { UnifiedId, UnifiedId$Outbound } from "./unifiedid.js";
|
|
5
|
-
/**
|
|
6
|
-
* Pipeline updated
|
|
7
|
-
*/
|
|
8
|
-
export type UpdatePipelineResponse = {
|
|
9
|
-
/**
|
|
10
|
-
* HTTP Response Status Code
|
|
11
|
-
*/
|
|
12
|
-
statusCode: number;
|
|
13
|
-
/**
|
|
14
|
-
* HTTP Response Status
|
|
15
|
-
*/
|
|
16
|
-
status: string;
|
|
17
|
-
/**
|
|
18
|
-
* Apideck ID of service provider
|
|
19
|
-
*/
|
|
20
|
-
service: string;
|
|
21
|
-
/**
|
|
22
|
-
* Unified API resource name
|
|
23
|
-
*/
|
|
24
|
-
resource: string;
|
|
25
|
-
/**
|
|
26
|
-
* Operation performed
|
|
27
|
-
*/
|
|
28
|
-
operation: string;
|
|
29
|
-
data: UnifiedId;
|
|
30
|
-
};
|
|
31
|
-
/** @internal */
|
|
32
|
-
export declare const UpdatePipelineResponse$inboundSchema: z.ZodType<UpdatePipelineResponse, z.ZodTypeDef, unknown>;
|
|
33
|
-
/** @internal */
|
|
34
|
-
export type UpdatePipelineResponse$Outbound = {
|
|
35
|
-
status_code: number;
|
|
36
|
-
status: string;
|
|
37
|
-
service: string;
|
|
38
|
-
resource: string;
|
|
39
|
-
operation: string;
|
|
40
|
-
data: UnifiedId$Outbound;
|
|
41
|
-
};
|
|
42
|
-
/** @internal */
|
|
43
|
-
export declare const UpdatePipelineResponse$outboundSchema: z.ZodType<UpdatePipelineResponse$Outbound, z.ZodTypeDef, UpdatePipelineResponse>;
|
|
44
|
-
/**
|
|
45
|
-
* @internal
|
|
46
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
47
|
-
*/
|
|
48
|
-
export declare namespace UpdatePipelineResponse$ {
|
|
49
|
-
/** @deprecated use `UpdatePipelineResponse$inboundSchema` instead. */
|
|
50
|
-
const inboundSchema: z.ZodType<UpdatePipelineResponse, z.ZodTypeDef, unknown>;
|
|
51
|
-
/** @deprecated use `UpdatePipelineResponse$outboundSchema` instead. */
|
|
52
|
-
const outboundSchema: z.ZodType<UpdatePipelineResponse$Outbound, z.ZodTypeDef, UpdatePipelineResponse>;
|
|
53
|
-
/** @deprecated use `UpdatePipelineResponse$Outbound` instead. */
|
|
54
|
-
type Outbound = UpdatePipelineResponse$Outbound;
|
|
55
|
-
}
|
|
56
|
-
export declare function updatePipelineResponseToJSON(updatePipelineResponse: UpdatePipelineResponse): string;
|
|
57
|
-
export declare function updatePipelineResponseFromJSON(jsonString: string): SafeParseResult<UpdatePipelineResponse, SDKValidationError>;
|
|
58
|
-
//# sourceMappingURL=updatepipelineresponse.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updatepipelineresponse.d.ts","sourceRoot":"","sources":["../../src/models/components/updatepipelineresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AACrE,OAAO,EACL,SAAS,EAET,kBAAkB,EAEnB,MAAM,gBAAgB,CAAC;AAExB;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,SAAS,CAAC;CACjB,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,oCAAoC,EAAE,CAAC,CAAC,OAAO,CAC1D,sBAAsB,EACtB,CAAC,CAAC,UAAU,EACZ,OAAO,CAYP,CAAC;AAEH,gBAAgB;AAChB,MAAM,MAAM,+BAA+B,GAAG;IAC5C,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,kBAAkB,CAAC;CAC1B,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,+BAA+B,EAC/B,CAAC,CAAC,UAAU,EACZ,sBAAsB,CAYtB,CAAC;AAEH;;;GAGG;AACH,yBAAiB,uBAAuB,CAAC;IACvC,sEAAsE;IAC/D,MAAM,aAAa,0DAAuC,CAAC;IAClE,uEAAuE;IAChE,MAAM,cAAc,kFAAwC,CAAC;IACpE,iEAAiE;IACjE,KAAY,QAAQ,GAAG,+BAA+B,CAAC;CACxD;AAED,wBAAgB,4BAA4B,CAC1C,sBAAsB,EAAE,sBAAsB,GAC7C,MAAM,CAIR;AAED,wBAAgB,8BAA8B,CAC5C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,sBAAsB,EAAE,kBAAkB,CAAC,CAM7D"}
|
|
@@ -1,79 +0,0 @@
|
|
|
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.UpdatePipelineResponse$ = exports.UpdatePipelineResponse$outboundSchema = exports.UpdatePipelineResponse$inboundSchema = void 0;
|
|
30
|
-
exports.updatePipelineResponseToJSON = updatePipelineResponseToJSON;
|
|
31
|
-
exports.updatePipelineResponseFromJSON = updatePipelineResponseFromJSON;
|
|
32
|
-
const z = __importStar(require("zod"));
|
|
33
|
-
const primitives_js_1 = require("../../lib/primitives.js");
|
|
34
|
-
const schemas_js_1 = require("../../lib/schemas.js");
|
|
35
|
-
const unifiedid_js_1 = require("./unifiedid.js");
|
|
36
|
-
/** @internal */
|
|
37
|
-
exports.UpdatePipelineResponse$inboundSchema = z.object({
|
|
38
|
-
status_code: z.number().int(),
|
|
39
|
-
status: z.string(),
|
|
40
|
-
service: z.string(),
|
|
41
|
-
resource: z.string(),
|
|
42
|
-
operation: z.string(),
|
|
43
|
-
data: unifiedid_js_1.UnifiedId$inboundSchema,
|
|
44
|
-
}).transform((v) => {
|
|
45
|
-
return (0, primitives_js_1.remap)(v, {
|
|
46
|
-
"status_code": "statusCode",
|
|
47
|
-
});
|
|
48
|
-
});
|
|
49
|
-
/** @internal */
|
|
50
|
-
exports.UpdatePipelineResponse$outboundSchema = z.object({
|
|
51
|
-
statusCode: z.number().int(),
|
|
52
|
-
status: z.string(),
|
|
53
|
-
service: z.string(),
|
|
54
|
-
resource: z.string(),
|
|
55
|
-
operation: z.string(),
|
|
56
|
-
data: unifiedid_js_1.UnifiedId$outboundSchema,
|
|
57
|
-
}).transform((v) => {
|
|
58
|
-
return (0, primitives_js_1.remap)(v, {
|
|
59
|
-
statusCode: "status_code",
|
|
60
|
-
});
|
|
61
|
-
});
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
65
|
-
*/
|
|
66
|
-
var UpdatePipelineResponse$;
|
|
67
|
-
(function (UpdatePipelineResponse$) {
|
|
68
|
-
/** @deprecated use `UpdatePipelineResponse$inboundSchema` instead. */
|
|
69
|
-
UpdatePipelineResponse$.inboundSchema = exports.UpdatePipelineResponse$inboundSchema;
|
|
70
|
-
/** @deprecated use `UpdatePipelineResponse$outboundSchema` instead. */
|
|
71
|
-
UpdatePipelineResponse$.outboundSchema = exports.UpdatePipelineResponse$outboundSchema;
|
|
72
|
-
})(UpdatePipelineResponse$ || (exports.UpdatePipelineResponse$ = UpdatePipelineResponse$ = {}));
|
|
73
|
-
function updatePipelineResponseToJSON(updatePipelineResponse) {
|
|
74
|
-
return JSON.stringify(exports.UpdatePipelineResponse$outboundSchema.parse(updatePipelineResponse));
|
|
75
|
-
}
|
|
76
|
-
function updatePipelineResponseFromJSON(jsonString) {
|
|
77
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.UpdatePipelineResponse$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'UpdatePipelineResponse' from JSON`);
|
|
78
|
-
}
|
|
79
|
-
//# sourceMappingURL=updatepipelineresponse.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"updatepipelineresponse.js","sourceRoot":"","sources":["../../src/models/components/updatepipelineresponse.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAoGH,oEAMC;AAED,wEAQC;AAlHD,uCAAyB;AACzB,2DAA0D;AAC1D,qDAAiD;AAGjD,iDAKwB;AA6BxB,gBAAgB;AACH,QAAA,oCAAoC,GAI7C,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC7B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,IAAI,EAAE,sCAAuB;CAC9B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,aAAa,EAAE,YAAY;KAC5B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAYH,gBAAgB;AACH,QAAA,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IAC5B,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE;IAClB,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;IACrB,IAAI,EAAE,uCAAwB;CAC/B,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,UAAU,EAAE,aAAa;KAC1B,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH;;;GAGG;AACH,IAAiB,uBAAuB,CAOvC;AAPD,WAAiB,uBAAuB;IACtC,sEAAsE;IACzD,qCAAa,GAAG,4CAAoC,CAAC;IAClE,uEAAuE;IAC1D,sCAAc,GAAG,6CAAqC,CAAC;AAGtE,CAAC,EAPgB,uBAAuB,uCAAvB,uBAAuB,QAOvC;AAED,SAAgB,4BAA4B,CAC1C,sBAA8C;IAE9C,OAAO,IAAI,CAAC,SAAS,CACnB,6CAAqC,CAAC,KAAK,CAAC,sBAAsB,CAAC,CACpE,CAAC;AACJ,CAAC;AAED,SAAgB,8BAA8B,CAC5C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,4CAAoC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAChE,oDAAoD,CACrD,CAAC;AACJ,CAAC"}
|
|
@@ -1,125 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"accountingagedcreditorsone.d.ts","sourceRoot":"","sources":["../../src/models/operations/accountingagedcreditorsone.ts"],"names":[],"mappings":"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"}
|