@keystrokehq/ramp 0.0.1
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 +149 -0
- package/dist/_official/index.d.mts +3 -0
- package/dist/_official/index.mjs +3 -0
- package/dist/_runtime/index.d.mts +1 -0
- package/dist/_runtime/index.mjs +1 -0
- package/dist/accounting-fields.d.mts +116 -0
- package/dist/accounting-fields.mjs +108 -0
- package/dist/accounting-gl-accounts.d.mts +63 -0
- package/dist/accounting-gl-accounts.mjs +49 -0
- package/dist/accounting-i6txC-MI.mjs +116 -0
- package/dist/accounting-subsidiaries.d.mts +59 -0
- package/dist/accounting-subsidiaries.mjs +49 -0
- package/dist/accounting-sync.d.mts +57 -0
- package/dist/accounting-sync.mjs +51 -0
- package/dist/accounting-tracking-categories.d.mts +36 -0
- package/dist/accounting-tracking-categories.mjs +34 -0
- package/dist/accounting-vendors.d.mts +62 -0
- package/dist/accounting-vendors.mjs +49 -0
- package/dist/applications.d.mts +59 -0
- package/dist/applications.mjs +35 -0
- package/dist/bills-B8W9et3K.mjs +86 -0
- package/dist/bills.d.mts +381 -0
- package/dist/bills.mjs +134 -0
- package/dist/business-CztnWUvt.mjs +83 -0
- package/dist/business.d.mts +28 -0
- package/dist/business.mjs +20 -0
- package/dist/card-programs.d.mts +90 -0
- package/dist/card-programs.mjs +50 -0
- package/dist/cards-BfgPcR38.mjs +153 -0
- package/dist/cards.d.mts +287 -0
- package/dist/cards.mjs +166 -0
- package/dist/cashbacks.d.mts +46 -0
- package/dist/cashbacks.mjs +34 -0
- package/dist/client.d.mts +79 -0
- package/dist/client.mjs +248 -0
- package/dist/common-CUpmNYXw.mjs +64 -0
- package/dist/connection.d.mts +2 -0
- package/dist/connection.mjs +3 -0
- package/dist/departments.d.mts +63 -0
- package/dist/departments.mjs +79 -0
- package/dist/entities.d.mts +38 -0
- package/dist/entities.mjs +34 -0
- package/dist/errors-Sm92tugz.d.mts +42 -0
- package/dist/events.d.mts +30 -0
- package/dist/events.mjs +39 -0
- package/dist/factory-Da6YVHdL.mjs +15 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.mjs +1 -0
- package/dist/integration-BGliAxAS.mjs +124 -0
- package/dist/integration-Dd6tOtSy.d.mts +47 -0
- package/dist/limits.d.mts +179 -0
- package/dist/limits.mjs +84 -0
- package/dist/locations.d.mts +69 -0
- package/dist/locations.mjs +80 -0
- package/dist/memos.d.mts +42 -0
- package/dist/memos.mjs +36 -0
- package/dist/messaging.d.mts +1 -0
- package/dist/messaging.mjs +1 -0
- package/dist/new-resources-BBJsJEjT.mjs +77 -0
- package/dist/organization-BSaEpvBn.mjs +103 -0
- package/dist/provider-app-JO525h-N.d.mts +45 -0
- package/dist/purchase-orders.d.mts +75 -0
- package/dist/purchase-orders.mjs +36 -0
- package/dist/receipt-integrations.d.mts +31 -0
- package/dist/receipt-integrations.mjs +38 -0
- package/dist/receipts-STq41c2M.mjs +53 -0
- package/dist/receipts.d.mts +62 -0
- package/dist/receipts.mjs +61 -0
- package/dist/reimbursements-OknrZUMF.mjs +37 -0
- package/dist/reimbursements.d.mts +89 -0
- package/dist/reimbursements.mjs +39 -0
- package/dist/schemas/index.d.mts +887 -0
- package/dist/schemas/index.mjs +56 -0
- package/dist/shared-CTTtP5gv.mjs +24 -0
- package/dist/spend-programs.d.mts +48 -0
- package/dist/spend-programs.mjs +34 -0
- package/dist/spend-requests.d.mts +95 -0
- package/dist/spend-requests.mjs +53 -0
- package/dist/statements.d.mts +41 -0
- package/dist/statements.mjs +37 -0
- package/dist/transactions-Djd0oIGK.mjs +53 -0
- package/dist/transactions.d.mts +181 -0
- package/dist/transactions.mjs +81 -0
- package/dist/transfers-WBQZVdGP.mjs +40 -0
- package/dist/transfers.d.mts +72 -0
- package/dist/transfers.mjs +36 -0
- package/dist/triggers/index.d.mts +81 -0
- package/dist/triggers/index.mjs +199 -0
- package/dist/unified-requests.d.mts +67 -0
- package/dist/unified-requests.mjs +37 -0
- package/dist/users-ufcXrfNK.mjs +74 -0
- package/dist/users.d.mts +204 -0
- package/dist/users.mjs +101 -0
- package/dist/vendor-bank-accounts.d.mts +110 -0
- package/dist/vendor-bank-accounts.mjs +83 -0
- package/dist/vendors-B7DQrlAn.d.mts +1116 -0
- package/dist/vendors-Bx1cgXwC.mjs +83 -0
- package/dist/vendors.d.mts +116 -0
- package/dist/vendors.mjs +84 -0
- package/dist/verification.d.mts +22 -0
- package/dist/verification.mjs +38 -0
- package/dist/webhook-CsbvcgrC.mjs +61 -0
- package/dist/webhook-sde3Ui2N.d.mts +68 -0
- package/dist/webhooks-mgmt-d1xgVpWx.mjs +35 -0
- package/dist/webhooks.d.mts +83 -0
- package/dist/webhooks.mjs +81 -0
- package/package.json +222 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import * as zod from "zod";
|
|
2
|
+
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
3
|
+
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
|
+
import * as zod_v4_core0 from "zod/v4/core";
|
|
5
|
+
|
|
6
|
+
//#region src/accounting-subsidiaries.d.ts
|
|
7
|
+
declare const listAccountingSubsidiaries: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
8
|
+
pageSize: zod.ZodOptional<zod.ZodNumber>;
|
|
9
|
+
cursor: zod.ZodOptional<zod.ZodString>;
|
|
10
|
+
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
11
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
12
|
+
id: zod.ZodString;
|
|
13
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
14
|
+
external_id: zod.ZodOptional<zod.ZodString>;
|
|
15
|
+
entity_id: zod.ZodOptional<zod.ZodString>;
|
|
16
|
+
}, zod_v4_core0.$loose>>;
|
|
17
|
+
page: zod.ZodOptional<zod.ZodObject<{
|
|
18
|
+
next: zod.ZodOptional<zod.ZodString>;
|
|
19
|
+
}, zod_v4_core0.$strip>>;
|
|
20
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
21
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
22
|
+
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
23
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
24
|
+
}, zod_v4_core0.$strip>>[] | undefined>], undefined>;
|
|
25
|
+
declare const getAccountingSubsidiary: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
26
|
+
subsidiaryId: zod.ZodString;
|
|
27
|
+
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
28
|
+
id: zod.ZodString;
|
|
29
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
30
|
+
external_id: zod.ZodOptional<zod.ZodString>;
|
|
31
|
+
entity_id: zod.ZodOptional<zod.ZodString>;
|
|
32
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
33
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
34
|
+
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
35
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
36
|
+
}, zod_v4_core0.$strip>>[] | undefined>], undefined>;
|
|
37
|
+
declare const uploadAccountingSubsidiaries: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
38
|
+
subsidiaries: zod.ZodArray<zod.ZodObject<{
|
|
39
|
+
name: zod.ZodString;
|
|
40
|
+
external_id: zod.ZodOptional<zod.ZodString>;
|
|
41
|
+
entity_id: zod.ZodOptional<zod.ZodString>;
|
|
42
|
+
}, zod_v4_core0.$strip>>;
|
|
43
|
+
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
44
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
45
|
+
id: zod.ZodString;
|
|
46
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
47
|
+
external_id: zod.ZodOptional<zod.ZodString>;
|
|
48
|
+
entity_id: zod.ZodOptional<zod.ZodString>;
|
|
49
|
+
}, zod_v4_core0.$loose>>;
|
|
50
|
+
page: zod.ZodOptional<zod.ZodObject<{
|
|
51
|
+
next: zod.ZodOptional<zod.ZodString>;
|
|
52
|
+
}, zod_v4_core0.$strip>>;
|
|
53
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
54
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
55
|
+
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
56
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
57
|
+
}, zod_v4_core0.$strip>>[] | undefined>], undefined>;
|
|
58
|
+
//#endregion
|
|
59
|
+
export { getAccountingSubsidiary, listAccountingSubsidiaries, uploadAccountingSubsidiaries };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { createRampClient } from "./client.mjs";
|
|
2
|
+
import { f as rampAccountingSubsidiaryGetInputSchema, g as rampAccountingSubsidiaryUploadInputSchema, h as rampAccountingSubsidiarySchema, m as rampAccountingSubsidiaryListSchema, p as rampAccountingSubsidiaryListInputSchema } from "./accounting-i6txC-MI.mjs";
|
|
3
|
+
import { t as rampOperation } from "./factory-Da6YVHdL.mjs";
|
|
4
|
+
import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
|
+
|
|
6
|
+
//#region src/accounting-subsidiaries.ts
|
|
7
|
+
const listAccountingSubsidiaries = rampOperation({
|
|
8
|
+
id: "list_accounting_subsidiaries",
|
|
9
|
+
name: "List Accounting Subsidiaries",
|
|
10
|
+
description: "List subsidiaries synced from the connected accounting system.",
|
|
11
|
+
input: rampAccountingSubsidiaryListInputSchema,
|
|
12
|
+
output: rampAccountingSubsidiaryListSchema,
|
|
13
|
+
run: async (input, credentials) => {
|
|
14
|
+
const client = createRampClient(credentials);
|
|
15
|
+
return rampAccountingSubsidiaryListSchema.parse(await client.request("/accounting/subsidiaries", { query: omitUndefined({
|
|
16
|
+
page_size: input.pageSize,
|
|
17
|
+
start: input.cursor
|
|
18
|
+
}) }));
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
const getAccountingSubsidiary = rampOperation({
|
|
22
|
+
id: "get_accounting_subsidiary",
|
|
23
|
+
name: "Get Accounting Subsidiary",
|
|
24
|
+
description: "Fetch a subsidiary by id.",
|
|
25
|
+
input: rampAccountingSubsidiaryGetInputSchema,
|
|
26
|
+
output: rampAccountingSubsidiarySchema,
|
|
27
|
+
run: async (input, credentials) => {
|
|
28
|
+
const client = createRampClient(credentials);
|
|
29
|
+
return rampAccountingSubsidiarySchema.parse(await client.request(`/accounting/subsidiaries/${encodeURIComponent(input.subsidiaryId)}`));
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
const uploadAccountingSubsidiaries = rampOperation({
|
|
33
|
+
id: "upload_accounting_subsidiaries",
|
|
34
|
+
name: "Upload Accounting Subsidiaries",
|
|
35
|
+
description: "Bulk-upload subsidiaries from the connected accounting system.",
|
|
36
|
+
input: rampAccountingSubsidiaryUploadInputSchema,
|
|
37
|
+
output: rampAccountingSubsidiaryListSchema,
|
|
38
|
+
needsApproval: true,
|
|
39
|
+
run: async (input, credentials) => {
|
|
40
|
+
const client = createRampClient(credentials);
|
|
41
|
+
return rampAccountingSubsidiaryListSchema.parse(await client.request("/accounting/subsidiaries", {
|
|
42
|
+
method: "POST",
|
|
43
|
+
body: input
|
|
44
|
+
}));
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
//#endregion
|
|
49
|
+
export { getAccountingSubsidiary, listAccountingSubsidiaries, uploadAccountingSubsidiaries };
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import * as zod from "zod";
|
|
2
|
+
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
3
|
+
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
|
+
import * as zod_v4_core0 from "zod/v4/core";
|
|
5
|
+
|
|
6
|
+
//#region src/accounting-sync.d.ts
|
|
7
|
+
declare const listAccountingSyncs: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
8
|
+
pageSize: zod.ZodOptional<zod.ZodNumber>;
|
|
9
|
+
cursor: zod.ZodOptional<zod.ZodString>;
|
|
10
|
+
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
11
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
12
|
+
id: zod.ZodString;
|
|
13
|
+
status: zod.ZodOptional<zod.ZodString>;
|
|
14
|
+
created_at: zod.ZodOptional<zod.ZodString>;
|
|
15
|
+
completed_at: zod.ZodOptional<zod.ZodString>;
|
|
16
|
+
}, zod_v4_core0.$loose>>;
|
|
17
|
+
page: zod.ZodOptional<zod.ZodObject<{
|
|
18
|
+
next: zod.ZodOptional<zod.ZodString>;
|
|
19
|
+
}, zod_v4_core0.$strip>>;
|
|
20
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
21
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
22
|
+
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
23
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
24
|
+
}, zod_v4_core0.$strip>>[] | undefined>], undefined>;
|
|
25
|
+
declare const getAccountingSync: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
26
|
+
syncId: zod.ZodString;
|
|
27
|
+
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
28
|
+
id: zod.ZodString;
|
|
29
|
+
status: zod.ZodOptional<zod.ZodString>;
|
|
30
|
+
created_at: zod.ZodOptional<zod.ZodString>;
|
|
31
|
+
completed_at: zod.ZodOptional<zod.ZodString>;
|
|
32
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
33
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
34
|
+
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
35
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
36
|
+
}, zod_v4_core0.$strip>>[] | undefined>], undefined>;
|
|
37
|
+
declare const createAccountingSync: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
38
|
+
sync_type: zod.ZodEnum<{
|
|
39
|
+
BILL: "BILL";
|
|
40
|
+
CARD_TRANSACTION: "CARD_TRANSACTION";
|
|
41
|
+
REIMBURSEMENT: "REIMBURSEMENT";
|
|
42
|
+
TRANSFER: "TRANSFER";
|
|
43
|
+
STATEMENT_CREDIT: "STATEMENT_CREDIT";
|
|
44
|
+
}>;
|
|
45
|
+
idempotency_key: zod.ZodOptional<zod.ZodString>;
|
|
46
|
+
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
47
|
+
id: zod.ZodString;
|
|
48
|
+
status: zod.ZodOptional<zod.ZodString>;
|
|
49
|
+
created_at: zod.ZodOptional<zod.ZodString>;
|
|
50
|
+
completed_at: zod.ZodOptional<zod.ZodString>;
|
|
51
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
52
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
53
|
+
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
54
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
55
|
+
}, zod_v4_core0.$strip>>[] | undefined>], undefined>;
|
|
56
|
+
//#endregion
|
|
57
|
+
export { createAccountingSync, getAccountingSync, listAccountingSyncs };
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { createRampClient } from "./client.mjs";
|
|
2
|
+
import { _ as rampAccountingSyncCreateInputSchema, b as rampAccountingSyncListSchema, v as rampAccountingSyncGetInputSchema, x as rampAccountingSyncSchema, y as rampAccountingSyncListInputSchema } from "./accounting-i6txC-MI.mjs";
|
|
3
|
+
import { t as rampOperation } from "./factory-Da6YVHdL.mjs";
|
|
4
|
+
import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
|
+
|
|
6
|
+
//#region src/accounting-sync.ts
|
|
7
|
+
const listAccountingSyncs = rampOperation({
|
|
8
|
+
id: "list_accounting_syncs",
|
|
9
|
+
name: "List Accounting Syncs",
|
|
10
|
+
description: "List recent accounting sync attempts.",
|
|
11
|
+
input: rampAccountingSyncListInputSchema,
|
|
12
|
+
output: rampAccountingSyncListSchema,
|
|
13
|
+
run: async (input, credentials) => {
|
|
14
|
+
const client = createRampClient(credentials);
|
|
15
|
+
return rampAccountingSyncListSchema.parse(await client.request("/accounting/syncs", { query: omitUndefined({
|
|
16
|
+
page_size: input.pageSize,
|
|
17
|
+
start: input.cursor
|
|
18
|
+
}) }));
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
const getAccountingSync = rampOperation({
|
|
22
|
+
id: "get_accounting_sync",
|
|
23
|
+
name: "Get Accounting Sync",
|
|
24
|
+
description: "Fetch an accounting sync record by id.",
|
|
25
|
+
input: rampAccountingSyncGetInputSchema,
|
|
26
|
+
output: rampAccountingSyncSchema,
|
|
27
|
+
run: async (input, credentials) => {
|
|
28
|
+
const client = createRampClient(credentials);
|
|
29
|
+
return rampAccountingSyncSchema.parse(await client.request(`/accounting/syncs/${encodeURIComponent(input.syncId)}`));
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
const createAccountingSync = rampOperation({
|
|
33
|
+
id: "create_accounting_sync",
|
|
34
|
+
name: "Create Accounting Sync",
|
|
35
|
+
description: "Kick off a new accounting sync for a given sync type (BILL, CARD_TRANSACTION, REIMBURSEMENT, TRANSFER, STATEMENT_CREDIT).",
|
|
36
|
+
input: rampAccountingSyncCreateInputSchema,
|
|
37
|
+
output: rampAccountingSyncSchema,
|
|
38
|
+
needsApproval: true,
|
|
39
|
+
run: async (input, credentials) => {
|
|
40
|
+
const client = createRampClient(credentials);
|
|
41
|
+
const { idempotency_key, ...body } = input;
|
|
42
|
+
return rampAccountingSyncSchema.parse(await client.request("/accounting/syncs", {
|
|
43
|
+
method: "POST",
|
|
44
|
+
body,
|
|
45
|
+
...idempotency_key !== void 0 ? { idempotencyKey: idempotency_key } : {}
|
|
46
|
+
}));
|
|
47
|
+
}
|
|
48
|
+
});
|
|
49
|
+
|
|
50
|
+
//#endregion
|
|
51
|
+
export { createAccountingSync, getAccountingSync, listAccountingSyncs };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as zod from "zod";
|
|
2
|
+
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
3
|
+
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
|
+
import * as zod_v4_core0 from "zod/v4/core";
|
|
5
|
+
|
|
6
|
+
//#region src/accounting-tracking-categories.d.ts
|
|
7
|
+
declare const listAccountingTrackingCategories: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
8
|
+
pageSize: zod.ZodOptional<zod.ZodNumber>;
|
|
9
|
+
cursor: zod.ZodOptional<zod.ZodString>;
|
|
10
|
+
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
11
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
12
|
+
id: zod.ZodString;
|
|
13
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
14
|
+
ramp_id: zod.ZodOptional<zod.ZodString>;
|
|
15
|
+
}, zod_v4_core0.$loose>>;
|
|
16
|
+
page: zod.ZodOptional<zod.ZodObject<{
|
|
17
|
+
next: zod.ZodOptional<zod.ZodString>;
|
|
18
|
+
}, zod_v4_core0.$strip>>;
|
|
19
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
20
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
21
|
+
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
22
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
23
|
+
}, zod_v4_core0.$strip>>[] | undefined>], undefined>;
|
|
24
|
+
declare const getAccountingTrackingCategory: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
25
|
+
trackingCategoryId: zod.ZodString;
|
|
26
|
+
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
27
|
+
id: zod.ZodString;
|
|
28
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
29
|
+
ramp_id: zod.ZodOptional<zod.ZodString>;
|
|
30
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
31
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
32
|
+
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
33
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
34
|
+
}, zod_v4_core0.$strip>>[] | undefined>], undefined>;
|
|
35
|
+
//#endregion
|
|
36
|
+
export { getAccountingTrackingCategory, listAccountingTrackingCategories };
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { createRampClient } from "./client.mjs";
|
|
2
|
+
import { C as rampAccountingTrackingCategoryListInputSchema, S as rampAccountingTrackingCategoryGetInputSchema, T as rampAccountingTrackingCategorySchema, w as rampAccountingTrackingCategoryListSchema } from "./accounting-i6txC-MI.mjs";
|
|
3
|
+
import { t as rampOperation } from "./factory-Da6YVHdL.mjs";
|
|
4
|
+
import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
|
+
|
|
6
|
+
//#region src/accounting-tracking-categories.ts
|
|
7
|
+
const listAccountingTrackingCategories = rampOperation({
|
|
8
|
+
id: "list_accounting_tracking_categories",
|
|
9
|
+
name: "List Accounting Tracking Categories",
|
|
10
|
+
description: "List tracking categories synced from the connected accounting system (e.g. QuickBooks classes).",
|
|
11
|
+
input: rampAccountingTrackingCategoryListInputSchema,
|
|
12
|
+
output: rampAccountingTrackingCategoryListSchema,
|
|
13
|
+
run: async (input, credentials) => {
|
|
14
|
+
const client = createRampClient(credentials);
|
|
15
|
+
return rampAccountingTrackingCategoryListSchema.parse(await client.request("/accounting/tracking-categories", { query: omitUndefined({
|
|
16
|
+
page_size: input.pageSize,
|
|
17
|
+
start: input.cursor
|
|
18
|
+
}) }));
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
const getAccountingTrackingCategory = rampOperation({
|
|
22
|
+
id: "get_accounting_tracking_category",
|
|
23
|
+
name: "Get Accounting Tracking Category",
|
|
24
|
+
description: "Fetch a tracking category by id.",
|
|
25
|
+
input: rampAccountingTrackingCategoryGetInputSchema,
|
|
26
|
+
output: rampAccountingTrackingCategorySchema,
|
|
27
|
+
run: async (input, credentials) => {
|
|
28
|
+
const client = createRampClient(credentials);
|
|
29
|
+
return rampAccountingTrackingCategorySchema.parse(await client.request(`/accounting/tracking-categories/${encodeURIComponent(input.trackingCategoryId)}`));
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
|
|
33
|
+
//#endregion
|
|
34
|
+
export { getAccountingTrackingCategory, listAccountingTrackingCategories };
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import * as zod from "zod";
|
|
2
|
+
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
3
|
+
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
|
+
import * as zod_v4_core0 from "zod/v4/core";
|
|
5
|
+
|
|
6
|
+
//#region src/accounting-vendors.d.ts
|
|
7
|
+
declare const listAccountingVendors: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
8
|
+
pageSize: zod.ZodOptional<zod.ZodNumber>;
|
|
9
|
+
cursor: zod.ZodOptional<zod.ZodString>;
|
|
10
|
+
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
11
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
12
|
+
id: zod.ZodString;
|
|
13
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
14
|
+
external_id: zod.ZodOptional<zod.ZodString>;
|
|
15
|
+
ramp_vendor_id: zod.ZodOptional<zod.ZodString>;
|
|
16
|
+
active: zod.ZodOptional<zod.ZodBoolean>;
|
|
17
|
+
}, zod_v4_core0.$loose>>;
|
|
18
|
+
page: zod.ZodOptional<zod.ZodObject<{
|
|
19
|
+
next: zod.ZodOptional<zod.ZodString>;
|
|
20
|
+
}, zod_v4_core0.$strip>>;
|
|
21
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
22
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
23
|
+
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
24
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
25
|
+
}, zod_v4_core0.$strip>>[] | undefined>], undefined>;
|
|
26
|
+
declare const getAccountingVendor: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
27
|
+
accountingVendorId: zod.ZodString;
|
|
28
|
+
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
29
|
+
id: zod.ZodString;
|
|
30
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
31
|
+
external_id: zod.ZodOptional<zod.ZodString>;
|
|
32
|
+
ramp_vendor_id: zod.ZodOptional<zod.ZodString>;
|
|
33
|
+
active: zod.ZodOptional<zod.ZodBoolean>;
|
|
34
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
35
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
36
|
+
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
37
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
38
|
+
}, zod_v4_core0.$strip>>[] | undefined>], undefined>;
|
|
39
|
+
declare const uploadAccountingVendors: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
40
|
+
vendors: zod.ZodArray<zod.ZodObject<{
|
|
41
|
+
name: zod.ZodString;
|
|
42
|
+
external_id: zod.ZodOptional<zod.ZodString>;
|
|
43
|
+
ramp_vendor_id: zod.ZodOptional<zod.ZodString>;
|
|
44
|
+
}, zod_v4_core0.$strip>>;
|
|
45
|
+
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
46
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
47
|
+
id: zod.ZodString;
|
|
48
|
+
name: zod.ZodOptional<zod.ZodString>;
|
|
49
|
+
external_id: zod.ZodOptional<zod.ZodString>;
|
|
50
|
+
ramp_vendor_id: zod.ZodOptional<zod.ZodString>;
|
|
51
|
+
active: zod.ZodOptional<zod.ZodBoolean>;
|
|
52
|
+
}, zod_v4_core0.$loose>>;
|
|
53
|
+
page: zod.ZodOptional<zod.ZodObject<{
|
|
54
|
+
next: zod.ZodOptional<zod.ZodString>;
|
|
55
|
+
}, zod_v4_core0.$strip>>;
|
|
56
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
57
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
58
|
+
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
59
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
60
|
+
}, zod_v4_core0.$strip>>[] | undefined>], undefined>;
|
|
61
|
+
//#endregion
|
|
62
|
+
export { getAccountingVendor, listAccountingVendors, uploadAccountingVendors };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { createRampClient } from "./client.mjs";
|
|
2
|
+
import { A as rampAccountingVendorUploadInputSchema, D as rampAccountingVendorListInputSchema, E as rampAccountingVendorGetInputSchema, O as rampAccountingVendorListSchema, k as rampAccountingVendorSchema } from "./accounting-i6txC-MI.mjs";
|
|
3
|
+
import { t as rampOperation } from "./factory-Da6YVHdL.mjs";
|
|
4
|
+
import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
|
+
|
|
6
|
+
//#region src/accounting-vendors.ts
|
|
7
|
+
const listAccountingVendors = rampOperation({
|
|
8
|
+
id: "list_accounting_vendors",
|
|
9
|
+
name: "List Accounting Vendors",
|
|
10
|
+
description: "List vendors synced from the connected accounting system.",
|
|
11
|
+
input: rampAccountingVendorListInputSchema,
|
|
12
|
+
output: rampAccountingVendorListSchema,
|
|
13
|
+
run: async (input, credentials) => {
|
|
14
|
+
const client = createRampClient(credentials);
|
|
15
|
+
return rampAccountingVendorListSchema.parse(await client.request("/accounting/vendors", { query: omitUndefined({
|
|
16
|
+
page_size: input.pageSize,
|
|
17
|
+
start: input.cursor
|
|
18
|
+
}) }));
|
|
19
|
+
}
|
|
20
|
+
});
|
|
21
|
+
const getAccountingVendor = rampOperation({
|
|
22
|
+
id: "get_accounting_vendor",
|
|
23
|
+
name: "Get Accounting Vendor",
|
|
24
|
+
description: "Fetch an accounting-system vendor by id.",
|
|
25
|
+
input: rampAccountingVendorGetInputSchema,
|
|
26
|
+
output: rampAccountingVendorSchema,
|
|
27
|
+
run: async (input, credentials) => {
|
|
28
|
+
const client = createRampClient(credentials);
|
|
29
|
+
return rampAccountingVendorSchema.parse(await client.request(`/accounting/vendors/${encodeURIComponent(input.accountingVendorId)}`));
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
const uploadAccountingVendors = rampOperation({
|
|
33
|
+
id: "upload_accounting_vendors",
|
|
34
|
+
name: "Upload Accounting Vendors",
|
|
35
|
+
description: "Bulk-upload vendors from the connected accounting system.",
|
|
36
|
+
input: rampAccountingVendorUploadInputSchema,
|
|
37
|
+
output: rampAccountingVendorListSchema,
|
|
38
|
+
needsApproval: true,
|
|
39
|
+
run: async (input, credentials) => {
|
|
40
|
+
const client = createRampClient(credentials);
|
|
41
|
+
return rampAccountingVendorListSchema.parse(await client.request("/accounting/vendors", {
|
|
42
|
+
method: "POST",
|
|
43
|
+
body: input
|
|
44
|
+
}));
|
|
45
|
+
}
|
|
46
|
+
});
|
|
47
|
+
|
|
48
|
+
//#endregion
|
|
49
|
+
export { getAccountingVendor, listAccountingVendors, uploadAccountingVendors };
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import * as zod from "zod";
|
|
2
|
+
import * as _keystrokehq_core0 from "@keystrokehq/core";
|
|
3
|
+
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
4
|
+
import * as zod_v4_core0 from "zod/v4/core";
|
|
5
|
+
|
|
6
|
+
//#region src/applications.d.ts
|
|
7
|
+
declare const listApplications: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
8
|
+
status: zod.ZodOptional<zod.ZodEnum<{
|
|
9
|
+
DRAFT: "DRAFT";
|
|
10
|
+
PENDING: "PENDING";
|
|
11
|
+
APPROVED: "APPROVED";
|
|
12
|
+
CANCELED: "CANCELED";
|
|
13
|
+
DENIED: "DENIED";
|
|
14
|
+
}>>;
|
|
15
|
+
pageSize: zod.ZodOptional<zod.ZodNumber>;
|
|
16
|
+
cursor: zod.ZodOptional<zod.ZodString>;
|
|
17
|
+
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
18
|
+
data: zod.ZodArray<zod.ZodObject<{
|
|
19
|
+
id: zod.ZodString;
|
|
20
|
+
applicant_user_id: zod.ZodOptional<zod.ZodString>;
|
|
21
|
+
status: zod.ZodOptional<zod.ZodEnum<{
|
|
22
|
+
DRAFT: "DRAFT";
|
|
23
|
+
PENDING: "PENDING";
|
|
24
|
+
APPROVED: "APPROVED";
|
|
25
|
+
CANCELED: "CANCELED";
|
|
26
|
+
DENIED: "DENIED";
|
|
27
|
+
}>>;
|
|
28
|
+
created_at: zod.ZodOptional<zod.ZodString>;
|
|
29
|
+
application_type: zod.ZodOptional<zod.ZodString>;
|
|
30
|
+
}, zod_v4_core0.$loose>>;
|
|
31
|
+
page: zod.ZodOptional<zod.ZodObject<{
|
|
32
|
+
next: zod.ZodOptional<zod.ZodString>;
|
|
33
|
+
}, zod_v4_core0.$strip>>;
|
|
34
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
35
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
36
|
+
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
37
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
38
|
+
}, zod_v4_core0.$strip>>[] | undefined>], undefined>;
|
|
39
|
+
declare const getApplication: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
40
|
+
applicationId: zod.ZodString;
|
|
41
|
+
}, zod_v4_core0.$strip>, zod.ZodObject<{
|
|
42
|
+
id: zod.ZodString;
|
|
43
|
+
applicant_user_id: zod.ZodOptional<zod.ZodString>;
|
|
44
|
+
status: zod.ZodOptional<zod.ZodEnum<{
|
|
45
|
+
DRAFT: "DRAFT";
|
|
46
|
+
PENDING: "PENDING";
|
|
47
|
+
APPROVED: "APPROVED";
|
|
48
|
+
CANCELED: "CANCELED";
|
|
49
|
+
DENIED: "DENIED";
|
|
50
|
+
}>>;
|
|
51
|
+
created_at: zod.ZodOptional<zod.ZodString>;
|
|
52
|
+
application_type: zod.ZodOptional<zod.ZodString>;
|
|
53
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
54
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
55
|
+
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
56
|
+
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
57
|
+
}, zod_v4_core0.$strip>>[] | undefined>], undefined>;
|
|
58
|
+
//#endregion
|
|
59
|
+
export { getApplication, listApplications };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { createRampClient } from "./client.mjs";
|
|
2
|
+
import { i as rampApplicationSchema, n as rampApplicationListInputSchema, r as rampApplicationListSchema, t as rampApplicationGetInputSchema } from "./new-resources-BBJsJEjT.mjs";
|
|
3
|
+
import { t as rampOperation } from "./factory-Da6YVHdL.mjs";
|
|
4
|
+
import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
|
+
|
|
6
|
+
//#region src/applications.ts
|
|
7
|
+
const listApplications = rampOperation({
|
|
8
|
+
id: "list_applications",
|
|
9
|
+
name: "List Applications",
|
|
10
|
+
description: "List Ramp user applications (access/role requests). Supports status filter.",
|
|
11
|
+
input: rampApplicationListInputSchema,
|
|
12
|
+
output: rampApplicationListSchema,
|
|
13
|
+
run: async (input, credentials) => {
|
|
14
|
+
const client = createRampClient(credentials);
|
|
15
|
+
return rampApplicationListSchema.parse(await client.request("/applications", { query: omitUndefined({
|
|
16
|
+
status: input.status,
|
|
17
|
+
page_size: input.pageSize,
|
|
18
|
+
start: input.cursor
|
|
19
|
+
}) }));
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
const getApplication = rampOperation({
|
|
23
|
+
id: "get_application",
|
|
24
|
+
name: "Get Application",
|
|
25
|
+
description: "Fetch an application by id.",
|
|
26
|
+
input: rampApplicationGetInputSchema,
|
|
27
|
+
output: rampApplicationSchema,
|
|
28
|
+
run: async (input, credentials) => {
|
|
29
|
+
const client = createRampClient(credentials);
|
|
30
|
+
return rampApplicationSchema.parse(await client.request(`/applications/${encodeURIComponent(input.applicationId)}`));
|
|
31
|
+
}
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
//#endregion
|
|
35
|
+
export { getApplication, listApplications };
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { a as rampListPaginationInputSchema, c as rampMoneySchema, f as rampTimestampSchema, i as rampIdSchema, o as rampListResponseSchema, r as rampDateRangeInputSchema } from "./common-CUpmNYXw.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
|
|
4
|
+
//#region src/schemas/bills.ts
|
|
5
|
+
const rampBillStatusSchema = z.enum([
|
|
6
|
+
"OPEN",
|
|
7
|
+
"DRAFT",
|
|
8
|
+
"PENDING",
|
|
9
|
+
"APPROVED",
|
|
10
|
+
"REJECTED",
|
|
11
|
+
"PAID",
|
|
12
|
+
"CANCELED",
|
|
13
|
+
"FAILED",
|
|
14
|
+
"SCHEDULED"
|
|
15
|
+
]);
|
|
16
|
+
const rampBillLineItemSchema = z.object({
|
|
17
|
+
id: rampIdSchema.optional(),
|
|
18
|
+
description: z.string().optional(),
|
|
19
|
+
amount: rampMoneySchema.optional(),
|
|
20
|
+
accounting_category_id: rampIdSchema.optional(),
|
|
21
|
+
tax_amount: rampMoneySchema.optional()
|
|
22
|
+
}).passthrough();
|
|
23
|
+
const rampBillSchema = z.object({
|
|
24
|
+
id: rampIdSchema,
|
|
25
|
+
vendor_id: rampIdSchema.optional(),
|
|
26
|
+
invoice_number: z.string().optional(),
|
|
27
|
+
invoice_date: rampTimestampSchema.optional(),
|
|
28
|
+
due_date: rampTimestampSchema.optional(),
|
|
29
|
+
scheduled_payment_date: rampTimestampSchema.optional(),
|
|
30
|
+
memo: z.string().optional(),
|
|
31
|
+
status: rampBillStatusSchema.optional(),
|
|
32
|
+
amount: rampMoneySchema.optional(),
|
|
33
|
+
line_items: z.array(rampBillLineItemSchema).optional(),
|
|
34
|
+
entity_id: rampIdSchema.optional(),
|
|
35
|
+
payment_method: z.string().optional(),
|
|
36
|
+
created_by: rampIdSchema.optional(),
|
|
37
|
+
created_at: rampTimestampSchema.optional()
|
|
38
|
+
}).passthrough();
|
|
39
|
+
const rampBillListInputSchema = z.object({
|
|
40
|
+
vendor_id: rampIdSchema.optional(),
|
|
41
|
+
status: rampBillStatusSchema.optional(),
|
|
42
|
+
entity_id: rampIdSchema.optional()
|
|
43
|
+
}).merge(rampListPaginationInputSchema).merge(rampDateRangeInputSchema);
|
|
44
|
+
const rampBillListSchema = rampListResponseSchema(rampBillSchema);
|
|
45
|
+
const rampBillGetInputSchema = z.object({ billId: rampIdSchema });
|
|
46
|
+
const rampBillCreateInputSchema = z.object({
|
|
47
|
+
vendor_id: rampIdSchema,
|
|
48
|
+
invoice_number: z.string().optional(),
|
|
49
|
+
invoice_date: rampTimestampSchema.optional(),
|
|
50
|
+
due_date: rampTimestampSchema.optional(),
|
|
51
|
+
memo: z.string().optional(),
|
|
52
|
+
amount: z.object({
|
|
53
|
+
amountCents: z.number().int(),
|
|
54
|
+
currency: z.string().trim().length(3)
|
|
55
|
+
}).optional(),
|
|
56
|
+
line_items: z.array(z.object({
|
|
57
|
+
description: z.string(),
|
|
58
|
+
amountCents: z.number().int(),
|
|
59
|
+
currency: z.string().trim().length(3),
|
|
60
|
+
accounting_category_id: rampIdSchema.optional()
|
|
61
|
+
})).optional(),
|
|
62
|
+
entity_id: rampIdSchema.optional(),
|
|
63
|
+
idempotency_key: z.string().trim().min(1).optional()
|
|
64
|
+
});
|
|
65
|
+
const rampBillApproveInputSchema = z.object({
|
|
66
|
+
billId: rampIdSchema,
|
|
67
|
+
memo: z.string().optional()
|
|
68
|
+
});
|
|
69
|
+
const rampBillRejectInputSchema = z.object({
|
|
70
|
+
billId: rampIdSchema,
|
|
71
|
+
memo: z.string().optional()
|
|
72
|
+
});
|
|
73
|
+
const rampBillCancelInputSchema = z.object({
|
|
74
|
+
billId: rampIdSchema,
|
|
75
|
+
memo: z.string().optional()
|
|
76
|
+
});
|
|
77
|
+
const rampBillUpdateInputSchema = z.object({
|
|
78
|
+
billId: rampIdSchema,
|
|
79
|
+
memo: z.string().optional(),
|
|
80
|
+
due_date: rampTimestampSchema.optional(),
|
|
81
|
+
invoice_date: rampTimestampSchema.optional(),
|
|
82
|
+
invoice_number: z.string().optional()
|
|
83
|
+
});
|
|
84
|
+
|
|
85
|
+
//#endregion
|
|
86
|
+
export { rampBillLineItemSchema as a, rampBillRejectInputSchema as c, rampBillUpdateInputSchema as d, rampBillGetInputSchema as i, rampBillSchema as l, rampBillCancelInputSchema as n, rampBillListInputSchema as o, rampBillCreateInputSchema as r, rampBillListSchema as s, rampBillApproveInputSchema as t, rampBillStatusSchema as u };
|