@keystrokehq/ramp 0.0.1 → 0.0.5
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/LICENSE +21 -0
- package/dist/_official/index.d.mts +45 -2
- package/dist/_official/index.mjs +1 -1
- package/dist/accounting-fields.d.mts +7 -7
- package/dist/accounting-fields.mjs +1 -1
- package/dist/accounting-gl-accounts.d.mts +3 -3
- package/dist/accounting-gl-accounts.mjs +1 -1
- package/dist/accounting-subsidiaries.d.mts +3 -3
- package/dist/accounting-subsidiaries.mjs +1 -1
- package/dist/accounting-sync.d.mts +3 -3
- package/dist/accounting-sync.mjs +1 -1
- package/dist/accounting-tracking-categories.d.mts +2 -2
- package/dist/accounting-tracking-categories.mjs +1 -1
- package/dist/accounting-vendors.d.mts +3 -3
- package/dist/accounting-vendors.mjs +1 -1
- package/dist/applications.d.mts +5 -5
- package/dist/applications.mjs +1 -1
- package/dist/bills.d.mts +15 -15
- package/dist/bills.mjs +1 -1
- package/dist/business.d.mts +1 -1
- package/dist/business.mjs +1 -1
- package/dist/card-programs.d.mts +3 -3
- package/dist/card-programs.mjs +1 -1
- package/dist/cards.d.mts +9 -9
- package/dist/cards.mjs +1 -1
- package/dist/cashbacks.d.mts +2 -2
- package/dist/cashbacks.mjs +1 -1
- package/dist/client.d.mts +2 -2
- package/dist/client.mjs +1 -1
- package/dist/connection.d.mts +1 -1
- package/dist/connection.mjs +1 -1
- package/dist/departments.d.mts +5 -5
- package/dist/departments.mjs +1 -1
- package/dist/entities.d.mts +2 -2
- package/dist/entities.mjs +1 -1
- package/dist/events.d.mts +1 -1
- package/dist/{factory-Da6YVHdL.mjs → factory-sHitXBO_.mjs} +1 -1
- package/dist/{integration-Dd6tOtSy.d.mts → integration-D6jpX1pZ.d.mts} +1 -1
- package/dist/{integration-BGliAxAS.mjs → integration-DG56PIa4.mjs} +2 -2
- package/dist/limits.d.mts +11 -11
- package/dist/limits.mjs +1 -1
- package/dist/locations.d.mts +5 -5
- package/dist/locations.mjs +1 -1
- package/dist/memos.d.mts +2 -2
- package/dist/memos.mjs +1 -1
- package/dist/purchase-orders.d.mts +5 -5
- package/dist/purchase-orders.mjs +1 -1
- package/dist/receipt-integrations.d.mts +2 -2
- package/dist/receipt-integrations.mjs +1 -1
- package/dist/receipts.d.mts +3 -3
- package/dist/receipts.mjs +1 -1
- package/dist/reimbursements.d.mts +5 -5
- package/dist/reimbursements.mjs +1 -1
- package/dist/schemas/index.d.mts +8 -8
- package/dist/spend-programs.d.mts +2 -2
- package/dist/spend-programs.mjs +1 -1
- package/dist/spend-requests.d.mts +3 -3
- package/dist/spend-requests.mjs +1 -1
- package/dist/statements.d.mts +2 -2
- package/dist/statements.mjs +1 -1
- package/dist/transactions.d.mts +13 -13
- package/dist/transactions.mjs +1 -1
- package/dist/transfers.d.mts +5 -5
- package/dist/transfers.mjs +1 -1
- package/dist/triggers/index.d.mts +5 -63
- package/dist/triggers/index.mjs +14 -93
- package/dist/unified-requests.d.mts +2 -2
- package/dist/unified-requests.mjs +1 -1
- package/dist/users.d.mts +6 -6
- package/dist/users.mjs +1 -1
- package/dist/vendor-bank-accounts.d.mts +5 -5
- package/dist/vendor-bank-accounts.mjs +1 -1
- package/dist/{vendors-B7DQrlAn.d.mts → vendors-gH-w9b_R.d.mts} +28 -28
- package/dist/vendors.d.mts +5 -5
- package/dist/vendors.mjs +1 -1
- package/dist/webhooks.d.mts +5 -5
- package/dist/webhooks.mjs +1 -1
- package/package.json +21 -19
- package/dist/provider-app-JO525h-N.d.mts +0 -45
- /package/dist/{errors-Sm92tugz.d.mts → errors-Dm2DruuS.d.mts} +0 -0
- /package/dist/{webhook-sde3Ui2N.d.mts → webhook-Bp38YQE9.d.mts} +0 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Buster
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -1,3 +1,46 @@
|
|
|
1
|
-
import { a as rampBundle, i as ramp, o as rampOfficialIntegration } from "../integration-
|
|
2
|
-
import {
|
|
1
|
+
import { a as rampBundle, i as ramp, o as rampOfficialIntegration } from "../integration-D6jpX1pZ.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
import { CredentialSet } from "@keystrokehq/core";
|
|
4
|
+
import * as _keystrokehq_core_credential_set0 from "@keystrokehq/core/credential-set";
|
|
5
|
+
|
|
6
|
+
//#region src/_official/provider-app.d.ts
|
|
7
|
+
/**
|
|
8
|
+
* Internal credential set for the Keystroke-owned Ramp OAuth application.
|
|
9
|
+
*
|
|
10
|
+
* Mirrors the `zoomAppCredentialSet` pattern: stores the client id/secret that
|
|
11
|
+
* Keystroke uses to speak to Ramp's token endpoint, and optionally the webhook
|
|
12
|
+
* signing secret used to verify inbound `X-Ramp-Signature` headers.
|
|
13
|
+
*
|
|
14
|
+
* This is never exposed directly to end users — the public OAuth flow injects
|
|
15
|
+
* access tokens into {@link ramp} (defined in `integration.ts`).
|
|
16
|
+
*/
|
|
17
|
+
declare const rampAppCredentialSet: CredentialSet<"keystroke:ramp-app", z.ZodObject<{
|
|
18
|
+
clientId: z.ZodString;
|
|
19
|
+
clientSecret: z.ZodString;
|
|
20
|
+
webhookSecret: z.ZodOptional<z.ZodString>;
|
|
21
|
+
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
22
|
+
clientId: z.ZodString;
|
|
23
|
+
clientSecret: z.ZodString;
|
|
24
|
+
webhookSecret: z.ZodOptional<z.ZodString>;
|
|
25
|
+
}, z.core.$strip>>[] | undefined>;
|
|
26
|
+
declare const rampPlatformProviderSeed: {
|
|
27
|
+
readonly provider: "ramp";
|
|
28
|
+
readonly appRef: "ramp-platform";
|
|
29
|
+
readonly displayName: "Ramp Platform";
|
|
30
|
+
readonly credentialSetName: "Keystroke Ramp Platform App";
|
|
31
|
+
readonly envShape: {
|
|
32
|
+
readonly KEYSTROKE_PLATFORM_RAMP_CLIENT_ID: z.ZodOptional<z.ZodString>;
|
|
33
|
+
readonly KEYSTROKE_PLATFORM_RAMP_CLIENT_SECRET: z.ZodOptional<z.ZodString>;
|
|
34
|
+
readonly KEYSTROKE_PLATFORM_RAMP_WEBHOOK_SECRET: z.ZodOptional<z.ZodString>;
|
|
35
|
+
};
|
|
36
|
+
readonly requiredEnvKeys: readonly ["KEYSTROKE_PLATFORM_RAMP_CLIENT_ID", "KEYSTROKE_PLATFORM_RAMP_CLIENT_SECRET"];
|
|
37
|
+
readonly externalAppIdEnvKey: "KEYSTROKE_PLATFORM_RAMP_CLIENT_ID";
|
|
38
|
+
readonly buildCredentials: (env: Record<string, string | undefined>) => {
|
|
39
|
+
webhookSecret?: string | undefined;
|
|
40
|
+
clientId: string | undefined;
|
|
41
|
+
clientSecret: string | undefined;
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
type RampAppCredentials = z.infer<typeof rampAppCredentialSet.auth>;
|
|
45
|
+
//#endregion
|
|
3
46
|
export { RampAppCredentials, ramp, rampAppCredentialSet, rampBundle, rampOfficialIntegration, rampPlatformProviderSeed };
|
package/dist/_official/index.mjs
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as rampAppCredentialSet, i as rampOfficialIntegration, n as ramp, o as rampPlatformProviderSeed, r as rampBundle } from "../integration-
|
|
1
|
+
import { a as rampAppCredentialSet, i as rampOfficialIntegration, n as ramp, o as rampPlatformProviderSeed, r as rampBundle } from "../integration-DG56PIa4.mjs";
|
|
2
2
|
|
|
3
3
|
export { ramp, rampAppCredentialSet, rampBundle, rampOfficialIntegration, rampPlatformProviderSeed };
|
|
@@ -16,7 +16,7 @@ declare const listAccountingFields: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
16
16
|
page: z.ZodOptional<z.ZodObject<{
|
|
17
17
|
next: z.ZodOptional<z.ZodString>;
|
|
18
18
|
}, z.core.$strip>>;
|
|
19
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", z.ZodObject<{
|
|
19
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", z.ZodObject<{
|
|
20
20
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
21
21
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
22
22
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
@@ -28,7 +28,7 @@ declare const getAccountingField: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
28
28
|
name: z.ZodOptional<z.ZodString>;
|
|
29
29
|
field_type: z.ZodOptional<z.ZodString>;
|
|
30
30
|
is_splittable: z.ZodOptional<z.ZodBoolean>;
|
|
31
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", z.ZodObject<{
|
|
31
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", z.ZodObject<{
|
|
32
32
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
33
33
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
34
34
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
@@ -43,7 +43,7 @@ declare const createAccountingField: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
43
43
|
name: z.ZodOptional<z.ZodString>;
|
|
44
44
|
field_type: z.ZodOptional<z.ZodString>;
|
|
45
45
|
is_splittable: z.ZodOptional<z.ZodBoolean>;
|
|
46
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", z.ZodObject<{
|
|
46
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", z.ZodObject<{
|
|
47
47
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
48
48
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
49
49
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
@@ -57,7 +57,7 @@ declare const updateAccountingField: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
57
57
|
name: z.ZodOptional<z.ZodString>;
|
|
58
58
|
field_type: z.ZodOptional<z.ZodString>;
|
|
59
59
|
is_splittable: z.ZodOptional<z.ZodBoolean>;
|
|
60
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", z.ZodObject<{
|
|
60
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", z.ZodObject<{
|
|
61
61
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
62
62
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
63
63
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
@@ -66,7 +66,7 @@ declare const deleteAccountingField: _keystrokehq_core0.Operation<z.ZodObject<{
|
|
|
66
66
|
fieldId: z.ZodString;
|
|
67
67
|
}, z.core.$strip>, z.ZodObject<{
|
|
68
68
|
success: z.ZodBoolean;
|
|
69
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", z.ZodObject<{
|
|
69
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", z.ZodObject<{
|
|
70
70
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
71
71
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
72
72
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
@@ -85,7 +85,7 @@ declare const listAccountingFieldOptions: _keystrokehq_core0.Operation<z.ZodObje
|
|
|
85
85
|
page: z.ZodOptional<z.ZodObject<{
|
|
86
86
|
next: z.ZodOptional<z.ZodString>;
|
|
87
87
|
}, z.core.$strip>>;
|
|
88
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", z.ZodObject<{
|
|
88
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", z.ZodObject<{
|
|
89
89
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
90
90
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
91
91
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
@@ -107,7 +107,7 @@ declare const uploadAccountingFieldOptions: _keystrokehq_core0.Operation<z.ZodOb
|
|
|
107
107
|
page: z.ZodOptional<z.ZodObject<{
|
|
108
108
|
next: z.ZodOptional<z.ZodString>;
|
|
109
109
|
}, z.core.$strip>>;
|
|
110
|
-
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", z.ZodObject<{
|
|
110
|
+
}, z.core.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", z.ZodObject<{
|
|
111
111
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
112
112
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
113
113
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRampClient } from "./client.mjs";
|
|
2
2
|
import { a as rampAccountingFieldListSchema, d as rampAccountingFieldUpdateInputSchema, i as rampAccountingFieldListInputSchema, l as rampAccountingFieldOptionUploadInputSchema, n as rampAccountingFieldDeleteInputSchema, o as rampAccountingFieldOptionListInputSchema, r as rampAccountingFieldGetInputSchema, s as rampAccountingFieldOptionListSchema, t as rampAccountingFieldCreateInputSchema, u as rampAccountingFieldSchema } from "./accounting-i6txC-MI.mjs";
|
|
3
|
-
import { t as rampOperation } from "./factory-
|
|
3
|
+
import { t as rampOperation } from "./factory-sHitXBO_.mjs";
|
|
4
4
|
import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
5
|
import { z } from "zod";
|
|
6
6
|
|
|
@@ -18,7 +18,7 @@ declare const listGlAccounts: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
18
18
|
page: zod.ZodOptional<zod.ZodObject<{
|
|
19
19
|
next: zod.ZodOptional<zod.ZodString>;
|
|
20
20
|
}, zod_v4_core0.$strip>>;
|
|
21
|
-
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
21
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
22
22
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
23
23
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
24
24
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -31,7 +31,7 @@ declare const getGlAccount: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
31
31
|
code: zod.ZodOptional<zod.ZodString>;
|
|
32
32
|
classification: zod.ZodOptional<zod.ZodString>;
|
|
33
33
|
active: zod.ZodOptional<zod.ZodBoolean>;
|
|
34
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
34
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
35
35
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
36
36
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
37
37
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -54,7 +54,7 @@ declare const uploadGlAccounts: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
54
54
|
page: zod.ZodOptional<zod.ZodObject<{
|
|
55
55
|
next: zod.ZodOptional<zod.ZodString>;
|
|
56
56
|
}, zod_v4_core0.$strip>>;
|
|
57
|
-
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
57
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
58
58
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
59
59
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
60
60
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRampClient } from "./client.mjs";
|
|
2
2
|
import { F as rampGlAccountUploadInputSchema, M as rampGlAccountListInputSchema, N as rampGlAccountListSchema, P as rampGlAccountSchema, j as rampGlAccountGetInputSchema } from "./accounting-i6txC-MI.mjs";
|
|
3
|
-
import { t as rampOperation } from "./factory-
|
|
3
|
+
import { t as rampOperation } from "./factory-sHitXBO_.mjs";
|
|
4
4
|
import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/accounting-gl-accounts.ts
|
|
@@ -17,7 +17,7 @@ declare const listAccountingSubsidiaries: _keystrokehq_core0.Operation<zod.ZodOb
|
|
|
17
17
|
page: zod.ZodOptional<zod.ZodObject<{
|
|
18
18
|
next: zod.ZodOptional<zod.ZodString>;
|
|
19
19
|
}, zod_v4_core0.$strip>>;
|
|
20
|
-
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
20
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
21
21
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
22
22
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
23
23
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -29,7 +29,7 @@ declare const getAccountingSubsidiary: _keystrokehq_core0.Operation<zod.ZodObjec
|
|
|
29
29
|
name: zod.ZodOptional<zod.ZodString>;
|
|
30
30
|
external_id: zod.ZodOptional<zod.ZodString>;
|
|
31
31
|
entity_id: zod.ZodOptional<zod.ZodString>;
|
|
32
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
32
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
33
33
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
34
34
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
35
35
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -50,7 +50,7 @@ declare const uploadAccountingSubsidiaries: _keystrokehq_core0.Operation<zod.Zod
|
|
|
50
50
|
page: zod.ZodOptional<zod.ZodObject<{
|
|
51
51
|
next: zod.ZodOptional<zod.ZodString>;
|
|
52
52
|
}, zod_v4_core0.$strip>>;
|
|
53
|
-
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
53
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
54
54
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
55
55
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
56
56
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRampClient } from "./client.mjs";
|
|
2
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-
|
|
3
|
+
import { t as rampOperation } from "./factory-sHitXBO_.mjs";
|
|
4
4
|
import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/accounting-subsidiaries.ts
|
|
@@ -17,7 +17,7 @@ declare const listAccountingSyncs: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
17
17
|
page: zod.ZodOptional<zod.ZodObject<{
|
|
18
18
|
next: zod.ZodOptional<zod.ZodString>;
|
|
19
19
|
}, zod_v4_core0.$strip>>;
|
|
20
|
-
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
20
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
21
21
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
22
22
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
23
23
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -29,7 +29,7 @@ declare const getAccountingSync: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
29
29
|
status: zod.ZodOptional<zod.ZodString>;
|
|
30
30
|
created_at: zod.ZodOptional<zod.ZodString>;
|
|
31
31
|
completed_at: zod.ZodOptional<zod.ZodString>;
|
|
32
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
32
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
33
33
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
34
34
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
35
35
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -48,7 +48,7 @@ declare const createAccountingSync: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
48
48
|
status: zod.ZodOptional<zod.ZodString>;
|
|
49
49
|
created_at: zod.ZodOptional<zod.ZodString>;
|
|
50
50
|
completed_at: zod.ZodOptional<zod.ZodString>;
|
|
51
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
51
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
52
52
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
53
53
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
54
54
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
package/dist/accounting-sync.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRampClient } from "./client.mjs";
|
|
2
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-
|
|
3
|
+
import { t as rampOperation } from "./factory-sHitXBO_.mjs";
|
|
4
4
|
import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/accounting-sync.ts
|
|
@@ -16,7 +16,7 @@ declare const listAccountingTrackingCategories: _keystrokehq_core0.Operation<zod
|
|
|
16
16
|
page: zod.ZodOptional<zod.ZodObject<{
|
|
17
17
|
next: zod.ZodOptional<zod.ZodString>;
|
|
18
18
|
}, zod_v4_core0.$strip>>;
|
|
19
|
-
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
19
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
20
20
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
21
21
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
22
22
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -27,7 +27,7 @@ declare const getAccountingTrackingCategory: _keystrokehq_core0.Operation<zod.Zo
|
|
|
27
27
|
id: zod.ZodString;
|
|
28
28
|
name: zod.ZodOptional<zod.ZodString>;
|
|
29
29
|
ramp_id: zod.ZodOptional<zod.ZodString>;
|
|
30
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
30
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
31
31
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
32
32
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
33
33
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRampClient } from "./client.mjs";
|
|
2
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-
|
|
3
|
+
import { t as rampOperation } from "./factory-sHitXBO_.mjs";
|
|
4
4
|
import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/accounting-tracking-categories.ts
|
|
@@ -18,7 +18,7 @@ declare const listAccountingVendors: _keystrokehq_core0.Operation<zod.ZodObject<
|
|
|
18
18
|
page: zod.ZodOptional<zod.ZodObject<{
|
|
19
19
|
next: zod.ZodOptional<zod.ZodString>;
|
|
20
20
|
}, zod_v4_core0.$strip>>;
|
|
21
|
-
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
21
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
22
22
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
23
23
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
24
24
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -31,7 +31,7 @@ declare const getAccountingVendor: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
31
31
|
external_id: zod.ZodOptional<zod.ZodString>;
|
|
32
32
|
ramp_vendor_id: zod.ZodOptional<zod.ZodString>;
|
|
33
33
|
active: zod.ZodOptional<zod.ZodBoolean>;
|
|
34
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
34
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
35
35
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
36
36
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
37
37
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -53,7 +53,7 @@ declare const uploadAccountingVendors: _keystrokehq_core0.Operation<zod.ZodObjec
|
|
|
53
53
|
page: zod.ZodOptional<zod.ZodObject<{
|
|
54
54
|
next: zod.ZodOptional<zod.ZodString>;
|
|
55
55
|
}, zod_v4_core0.$strip>>;
|
|
56
|
-
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
56
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
57
57
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
58
58
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
59
59
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRampClient } from "./client.mjs";
|
|
2
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-
|
|
3
|
+
import { t as rampOperation } from "./factory-sHitXBO_.mjs";
|
|
4
4
|
import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/accounting-vendors.ts
|
package/dist/applications.d.mts
CHANGED
|
@@ -6,8 +6,8 @@ import * as zod_v4_core0 from "zod/v4/core";
|
|
|
6
6
|
//#region src/applications.d.ts
|
|
7
7
|
declare const listApplications: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
8
8
|
status: zod.ZodOptional<zod.ZodEnum<{
|
|
9
|
-
DRAFT: "DRAFT";
|
|
10
9
|
PENDING: "PENDING";
|
|
10
|
+
DRAFT: "DRAFT";
|
|
11
11
|
APPROVED: "APPROVED";
|
|
12
12
|
CANCELED: "CANCELED";
|
|
13
13
|
DENIED: "DENIED";
|
|
@@ -19,8 +19,8 @@ declare const listApplications: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
19
19
|
id: zod.ZodString;
|
|
20
20
|
applicant_user_id: zod.ZodOptional<zod.ZodString>;
|
|
21
21
|
status: zod.ZodOptional<zod.ZodEnum<{
|
|
22
|
-
DRAFT: "DRAFT";
|
|
23
22
|
PENDING: "PENDING";
|
|
23
|
+
DRAFT: "DRAFT";
|
|
24
24
|
APPROVED: "APPROVED";
|
|
25
25
|
CANCELED: "CANCELED";
|
|
26
26
|
DENIED: "DENIED";
|
|
@@ -31,7 +31,7 @@ declare const listApplications: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
31
31
|
page: zod.ZodOptional<zod.ZodObject<{
|
|
32
32
|
next: zod.ZodOptional<zod.ZodString>;
|
|
33
33
|
}, zod_v4_core0.$strip>>;
|
|
34
|
-
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
34
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
35
35
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
36
36
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
37
37
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -42,15 +42,15 @@ declare const getApplication: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
42
42
|
id: zod.ZodString;
|
|
43
43
|
applicant_user_id: zod.ZodOptional<zod.ZodString>;
|
|
44
44
|
status: zod.ZodOptional<zod.ZodEnum<{
|
|
45
|
-
DRAFT: "DRAFT";
|
|
46
45
|
PENDING: "PENDING";
|
|
46
|
+
DRAFT: "DRAFT";
|
|
47
47
|
APPROVED: "APPROVED";
|
|
48
48
|
CANCELED: "CANCELED";
|
|
49
49
|
DENIED: "DENIED";
|
|
50
50
|
}>>;
|
|
51
51
|
created_at: zod.ZodOptional<zod.ZodString>;
|
|
52
52
|
application_type: zod.ZodOptional<zod.ZodString>;
|
|
53
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
53
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
54
54
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
55
55
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
56
56
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
package/dist/applications.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRampClient } from "./client.mjs";
|
|
2
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-
|
|
3
|
+
import { t as rampOperation } from "./factory-sHitXBO_.mjs";
|
|
4
4
|
import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/applications.ts
|
package/dist/bills.d.mts
CHANGED
|
@@ -7,9 +7,9 @@ import * as zod_v4_core0 from "zod/v4/core";
|
|
|
7
7
|
declare const listBills: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
8
8
|
vendor_id: zod.ZodOptional<zod.ZodString>;
|
|
9
9
|
status: zod.ZodOptional<zod.ZodEnum<{
|
|
10
|
+
PENDING: "PENDING";
|
|
10
11
|
OPEN: "OPEN";
|
|
11
12
|
DRAFT: "DRAFT";
|
|
12
|
-
PENDING: "PENDING";
|
|
13
13
|
APPROVED: "APPROVED";
|
|
14
14
|
REJECTED: "REJECTED";
|
|
15
15
|
PAID: "PAID";
|
|
@@ -32,9 +32,9 @@ declare const listBills: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
32
32
|
scheduled_payment_date: zod.ZodOptional<zod.ZodString>;
|
|
33
33
|
memo: zod.ZodOptional<zod.ZodString>;
|
|
34
34
|
status: zod.ZodOptional<zod.ZodEnum<{
|
|
35
|
+
PENDING: "PENDING";
|
|
35
36
|
OPEN: "OPEN";
|
|
36
37
|
DRAFT: "DRAFT";
|
|
37
|
-
PENDING: "PENDING";
|
|
38
38
|
APPROVED: "APPROVED";
|
|
39
39
|
REJECTED: "REJECTED";
|
|
40
40
|
PAID: "PAID";
|
|
@@ -67,7 +67,7 @@ declare const listBills: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
67
67
|
page: zod.ZodOptional<zod.ZodObject<{
|
|
68
68
|
next: zod.ZodOptional<zod.ZodString>;
|
|
69
69
|
}, zod_v4_core0.$strip>>;
|
|
70
|
-
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
70
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
71
71
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
72
72
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
73
73
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -83,9 +83,9 @@ declare const getBill: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
83
83
|
scheduled_payment_date: zod.ZodOptional<zod.ZodString>;
|
|
84
84
|
memo: zod.ZodOptional<zod.ZodString>;
|
|
85
85
|
status: zod.ZodOptional<zod.ZodEnum<{
|
|
86
|
+
PENDING: "PENDING";
|
|
86
87
|
OPEN: "OPEN";
|
|
87
88
|
DRAFT: "DRAFT";
|
|
88
|
-
PENDING: "PENDING";
|
|
89
89
|
APPROVED: "APPROVED";
|
|
90
90
|
REJECTED: "REJECTED";
|
|
91
91
|
PAID: "PAID";
|
|
@@ -114,7 +114,7 @@ declare const getBill: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
114
114
|
payment_method: zod.ZodOptional<zod.ZodString>;
|
|
115
115
|
created_by: zod.ZodOptional<zod.ZodString>;
|
|
116
116
|
created_at: zod.ZodOptional<zod.ZodString>;
|
|
117
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
117
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
118
118
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
119
119
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
120
120
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -146,9 +146,9 @@ declare const createBill: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
146
146
|
scheduled_payment_date: zod.ZodOptional<zod.ZodString>;
|
|
147
147
|
memo: zod.ZodOptional<zod.ZodString>;
|
|
148
148
|
status: zod.ZodOptional<zod.ZodEnum<{
|
|
149
|
+
PENDING: "PENDING";
|
|
149
150
|
OPEN: "OPEN";
|
|
150
151
|
DRAFT: "DRAFT";
|
|
151
|
-
PENDING: "PENDING";
|
|
152
152
|
APPROVED: "APPROVED";
|
|
153
153
|
REJECTED: "REJECTED";
|
|
154
154
|
PAID: "PAID";
|
|
@@ -177,7 +177,7 @@ declare const createBill: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
177
177
|
payment_method: zod.ZodOptional<zod.ZodString>;
|
|
178
178
|
created_by: zod.ZodOptional<zod.ZodString>;
|
|
179
179
|
created_at: zod.ZodOptional<zod.ZodString>;
|
|
180
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
180
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
181
181
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
182
182
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
183
183
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -197,9 +197,9 @@ declare const updateBill: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
197
197
|
scheduled_payment_date: zod.ZodOptional<zod.ZodString>;
|
|
198
198
|
memo: zod.ZodOptional<zod.ZodString>;
|
|
199
199
|
status: zod.ZodOptional<zod.ZodEnum<{
|
|
200
|
+
PENDING: "PENDING";
|
|
200
201
|
OPEN: "OPEN";
|
|
201
202
|
DRAFT: "DRAFT";
|
|
202
|
-
PENDING: "PENDING";
|
|
203
203
|
APPROVED: "APPROVED";
|
|
204
204
|
REJECTED: "REJECTED";
|
|
205
205
|
PAID: "PAID";
|
|
@@ -228,7 +228,7 @@ declare const updateBill: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
228
228
|
payment_method: zod.ZodOptional<zod.ZodString>;
|
|
229
229
|
created_by: zod.ZodOptional<zod.ZodString>;
|
|
230
230
|
created_at: zod.ZodOptional<zod.ZodString>;
|
|
231
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
231
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
232
232
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
233
233
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
234
234
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -245,9 +245,9 @@ declare const approveBill: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
245
245
|
scheduled_payment_date: zod.ZodOptional<zod.ZodString>;
|
|
246
246
|
memo: zod.ZodOptional<zod.ZodString>;
|
|
247
247
|
status: zod.ZodOptional<zod.ZodEnum<{
|
|
248
|
+
PENDING: "PENDING";
|
|
248
249
|
OPEN: "OPEN";
|
|
249
250
|
DRAFT: "DRAFT";
|
|
250
|
-
PENDING: "PENDING";
|
|
251
251
|
APPROVED: "APPROVED";
|
|
252
252
|
REJECTED: "REJECTED";
|
|
253
253
|
PAID: "PAID";
|
|
@@ -276,7 +276,7 @@ declare const approveBill: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
276
276
|
payment_method: zod.ZodOptional<zod.ZodString>;
|
|
277
277
|
created_by: zod.ZodOptional<zod.ZodString>;
|
|
278
278
|
created_at: zod.ZodOptional<zod.ZodString>;
|
|
279
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
279
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
280
280
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
281
281
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
282
282
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -293,9 +293,9 @@ declare const rejectBill: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
293
293
|
scheduled_payment_date: zod.ZodOptional<zod.ZodString>;
|
|
294
294
|
memo: zod.ZodOptional<zod.ZodString>;
|
|
295
295
|
status: zod.ZodOptional<zod.ZodEnum<{
|
|
296
|
+
PENDING: "PENDING";
|
|
296
297
|
OPEN: "OPEN";
|
|
297
298
|
DRAFT: "DRAFT";
|
|
298
|
-
PENDING: "PENDING";
|
|
299
299
|
APPROVED: "APPROVED";
|
|
300
300
|
REJECTED: "REJECTED";
|
|
301
301
|
PAID: "PAID";
|
|
@@ -324,7 +324,7 @@ declare const rejectBill: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
324
324
|
payment_method: zod.ZodOptional<zod.ZodString>;
|
|
325
325
|
created_by: zod.ZodOptional<zod.ZodString>;
|
|
326
326
|
created_at: zod.ZodOptional<zod.ZodString>;
|
|
327
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
327
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
328
328
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
329
329
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
330
330
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -341,9 +341,9 @@ declare const cancelBill: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
341
341
|
scheduled_payment_date: zod.ZodOptional<zod.ZodString>;
|
|
342
342
|
memo: zod.ZodOptional<zod.ZodString>;
|
|
343
343
|
status: zod.ZodOptional<zod.ZodEnum<{
|
|
344
|
+
PENDING: "PENDING";
|
|
344
345
|
OPEN: "OPEN";
|
|
345
346
|
DRAFT: "DRAFT";
|
|
346
|
-
PENDING: "PENDING";
|
|
347
347
|
APPROVED: "APPROVED";
|
|
348
348
|
REJECTED: "REJECTED";
|
|
349
349
|
PAID: "PAID";
|
|
@@ -372,7 +372,7 @@ declare const cancelBill: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
372
372
|
payment_method: zod.ZodOptional<zod.ZodString>;
|
|
373
373
|
created_by: zod.ZodOptional<zod.ZodString>;
|
|
374
374
|
created_at: zod.ZodOptional<zod.ZodString>;
|
|
375
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
375
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
376
376
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
377
377
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
378
378
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
package/dist/bills.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRampClient } from "./client.mjs";
|
|
2
2
|
import { c as rampBillRejectInputSchema, d as rampBillUpdateInputSchema, i as rampBillGetInputSchema, l as rampBillSchema, n as rampBillCancelInputSchema, o as rampBillListInputSchema, r as rampBillCreateInputSchema, s as rampBillListSchema, t as rampBillApproveInputSchema } from "./bills-B8W9et3K.mjs";
|
|
3
|
-
import { t as rampOperation } from "./factory-
|
|
3
|
+
import { t as rampOperation } from "./factory-sHitXBO_.mjs";
|
|
4
4
|
import { n as unmapRampMoney, t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/bills.ts
|
package/dist/business.d.mts
CHANGED
|
@@ -19,7 +19,7 @@ declare const getBusiness: _keystrokehq_core0.Operation<z.ZodObject<{}, z.core.$
|
|
|
19
19
|
amountCents: z.ZodNumber;
|
|
20
20
|
currency: z.ZodString;
|
|
21
21
|
}, z.core.$strip>>;
|
|
22
|
-
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", z.ZodObject<{
|
|
22
|
+
}, z.core.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", z.ZodObject<{
|
|
23
23
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
|
24
24
|
}, z.core.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<z.ZodObject<{
|
|
25
25
|
RAMP_ACCESS_TOKEN: z.ZodString;
|
package/dist/business.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRampClient } from "./client.mjs";
|
|
2
2
|
import { t as rampBusinessSchema } from "./business-CztnWUvt.mjs";
|
|
3
|
-
import { t as rampOperation } from "./factory-
|
|
3
|
+
import { t as rampOperation } from "./factory-sHitXBO_.mjs";
|
|
4
4
|
import { z } from "zod";
|
|
5
5
|
|
|
6
6
|
//#region src/business.ts
|
package/dist/card-programs.d.mts
CHANGED
|
@@ -25,7 +25,7 @@ declare const listCardPrograms: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
25
25
|
page: zod.ZodOptional<zod.ZodObject<{
|
|
26
26
|
next: zod.ZodOptional<zod.ZodString>;
|
|
27
27
|
}, zod_v4_core0.$strip>>;
|
|
28
|
-
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
28
|
+
}, zod_v4_core0.$strip>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
29
29
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
30
30
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
31
31
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -45,7 +45,7 @@ declare const getCardProgram: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
45
45
|
interval: zod.ZodOptional<zod.ZodString>;
|
|
46
46
|
currency: zod.ZodOptional<zod.ZodString>;
|
|
47
47
|
}, zod_v4_core0.$loose>>;
|
|
48
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
48
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
49
49
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
50
50
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
51
51
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
@@ -81,7 +81,7 @@ declare const createCardProgram: _keystrokehq_core0.Operation<zod.ZodObject<{
|
|
|
81
81
|
interval: zod.ZodOptional<zod.ZodString>;
|
|
82
82
|
currency: zod.ZodOptional<zod.ZodString>;
|
|
83
83
|
}, zod_v4_core0.$loose>>;
|
|
84
|
-
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"ramp", zod.ZodObject<{
|
|
84
|
+
}, zod_v4_core0.$loose>, readonly [_keystrokehq_core0.CredentialSet<"keystroke:ramp", zod.ZodObject<{
|
|
85
85
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
|
86
86
|
}, zod_v4_core0.$strip>, readonly _keystrokehq_core_credential_set0.CredentialConnection<zod.ZodObject<{
|
|
87
87
|
RAMP_ACCESS_TOKEN: zod.ZodString;
|
package/dist/card-programs.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { createRampClient } from "./client.mjs";
|
|
2
2
|
import { c as rampCardProgramListInputSchema, l as rampCardProgramListSchema, o as rampCardProgramCreateInputSchema, s as rampCardProgramGetInputSchema, u as rampCardProgramSchema } from "./cards-BfgPcR38.mjs";
|
|
3
|
-
import { t as rampOperation } from "./factory-
|
|
3
|
+
import { t as rampOperation } from "./factory-sHitXBO_.mjs";
|
|
4
4
|
import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
|
|
5
5
|
|
|
6
6
|
//#region src/card-programs.ts
|