@keystrokehq/ramp 0.0.5 → 0.0.6-rename-t1.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.
Files changed (39) hide show
  1. package/dist/_official/index.d.mts +7 -7
  2. package/dist/_official/index.mjs +2 -2
  3. package/dist/accounting-fields.mjs +1 -1
  4. package/dist/accounting-gl-accounts.mjs +1 -1
  5. package/dist/accounting-subsidiaries.mjs +1 -1
  6. package/dist/accounting-sync.mjs +1 -1
  7. package/dist/accounting-tracking-categories.mjs +1 -1
  8. package/dist/accounting-vendors.mjs +1 -1
  9. package/dist/applications.mjs +1 -1
  10. package/dist/bills.mjs +1 -1
  11. package/dist/business.mjs +1 -1
  12. package/dist/card-programs.mjs +1 -1
  13. package/dist/cards.mjs +1 -1
  14. package/dist/cashbacks.mjs +1 -1
  15. package/dist/client.mjs +1 -1
  16. package/dist/connection.mjs +1 -1
  17. package/dist/departments.mjs +1 -1
  18. package/dist/entities.mjs +1 -1
  19. package/dist/{factory-sHitXBO_.mjs → factory-pbmCYnqr.mjs} +1 -1
  20. package/dist/{integration-DG56PIa4.mjs → integration-8czEQ_pK.mjs} +10 -10
  21. package/dist/limits.mjs +1 -1
  22. package/dist/locations.mjs +1 -1
  23. package/dist/memos.mjs +1 -1
  24. package/dist/purchase-orders.mjs +1 -1
  25. package/dist/receipt-integrations.mjs +1 -1
  26. package/dist/receipts.mjs +1 -1
  27. package/dist/reimbursements.mjs +1 -1
  28. package/dist/spend-programs.mjs +1 -1
  29. package/dist/spend-requests.mjs +1 -1
  30. package/dist/statements.mjs +1 -1
  31. package/dist/transactions.mjs +1 -1
  32. package/dist/transfers.mjs +1 -1
  33. package/dist/triggers/index.mjs +1 -1
  34. package/dist/unified-requests.mjs +1 -1
  35. package/dist/users.mjs +1 -1
  36. package/dist/vendor-bank-accounts.mjs +1 -1
  37. package/dist/vendors.mjs +1 -1
  38. package/dist/webhooks.mjs +1 -1
  39. package/package.json +2 -2
@@ -23,18 +23,18 @@ declare const rampAppCredentialSet: CredentialSet<"keystroke:ramp-app", z.ZodObj
23
23
  clientSecret: z.ZodString;
24
24
  webhookSecret: z.ZodOptional<z.ZodString>;
25
25
  }, z.core.$strip>>[] | undefined>;
26
- declare const rampPlatformProviderSeed: {
26
+ declare const rampOfficialProviderSeed: {
27
27
  readonly provider: "ramp";
28
28
  readonly appRef: "ramp-platform";
29
29
  readonly displayName: "Ramp Platform";
30
30
  readonly credentialSetName: "Keystroke Ramp Platform App";
31
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>;
32
+ readonly KEYSTROKE_OFFICIAL_RAMP_CLIENT_ID: z.ZodOptional<z.ZodString>;
33
+ readonly KEYSTROKE_OFFICIAL_RAMP_CLIENT_SECRET: z.ZodOptional<z.ZodString>;
34
+ readonly KEYSTROKE_OFFICIAL_RAMP_WEBHOOK_SECRET: z.ZodOptional<z.ZodString>;
35
35
  };
36
- readonly requiredEnvKeys: readonly ["KEYSTROKE_PLATFORM_RAMP_CLIENT_ID", "KEYSTROKE_PLATFORM_RAMP_CLIENT_SECRET"];
37
- readonly externalAppIdEnvKey: "KEYSTROKE_PLATFORM_RAMP_CLIENT_ID";
36
+ readonly requiredEnvKeys: readonly ["KEYSTROKE_OFFICIAL_RAMP_CLIENT_ID", "KEYSTROKE_OFFICIAL_RAMP_CLIENT_SECRET"];
37
+ readonly externalAppIdEnvKey: "KEYSTROKE_OFFICIAL_RAMP_CLIENT_ID";
38
38
  readonly buildCredentials: (env: Record<string, string | undefined>) => {
39
39
  webhookSecret?: string | undefined;
40
40
  clientId: string | undefined;
@@ -43,4 +43,4 @@ declare const rampPlatformProviderSeed: {
43
43
  };
44
44
  type RampAppCredentials = z.infer<typeof rampAppCredentialSet.auth>;
45
45
  //#endregion
46
- export { RampAppCredentials, ramp, rampAppCredentialSet, rampBundle, rampOfficialIntegration, rampPlatformProviderSeed };
46
+ export { RampAppCredentials, ramp, rampAppCredentialSet, rampBundle, rampOfficialIntegration, rampOfficialProviderSeed };
@@ -1,3 +1,3 @@
1
- import { a as rampAppCredentialSet, i as rampOfficialIntegration, n as ramp, o as rampPlatformProviderSeed, r as rampBundle } from "../integration-DG56PIa4.mjs";
1
+ import { a as rampAppCredentialSet, i as rampOfficialIntegration, n as ramp, o as rampOfficialProviderSeed, r as rampBundle } from "../integration-8czEQ_pK.mjs";
2
2
 
3
- export { ramp, rampAppCredentialSet, rampBundle, rampOfficialIntegration, rampPlatformProviderSeed };
3
+ export { ramp, rampAppCredentialSet, rampBundle, rampOfficialIntegration, rampOfficialProviderSeed };
@@ -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-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
  import { z } from "zod";
6
6
 
@@ -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-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/accounting-gl-accounts.ts
@@ -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-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/accounting-subsidiaries.ts
@@ -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-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/accounting-sync.ts
@@ -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-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/accounting-tracking-categories.ts
@@ -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-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/accounting-vendors.ts
@@ -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-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/applications.ts
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-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.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.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-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { z } from "zod";
5
5
 
6
6
  //#region src/business.ts
@@ -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-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/card-programs.ts
package/dist/cards.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { _ as rampTerminateCardInputSchema, a as rampCardListSchema, d as rampCardSchema, g as rampSuspendCardInputSchema, h as rampCreateVirtualCardInputSchema, i as rampCardListInputSchema, m as rampCreatePhysicalCardInputSchema, n as rampCardFundTransferSchema, p as rampCardUpdateInputSchema, r as rampCardGetInputSchema, v as rampUnsuspendCardInputSchema } from "./cards-BfgPcR38.mjs";
3
3
  import { t as rampDeferredTaskSchema } from "./users-ufcXrfNK.mjs";
4
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
4
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
5
5
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
6
6
  import { z } from "zod";
7
7
 
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { i as rampCashbackSchema, n as rampCashbackListInputSchema, r as rampCashbackListSchema, t as rampCashbackGetInputSchema } from "./transfers-WBQZVdGP.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/cashbacks.ts
package/dist/client.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { n as ramp } from "./integration-DG56PIa4.mjs";
1
+ import { n as ramp } from "./integration-8czEQ_pK.mjs";
2
2
  import { CredentialRevokedError } from "@keystrokehq/core/errors";
3
3
  import { createErrorNormalizingProxy } from "@keystrokehq/integration-authoring";
4
4
 
@@ -1,3 +1,3 @@
1
- import { i as rampOfficialIntegration, n as ramp, r as rampBundle, t as RAMP_OAUTH_SCOPES } from "./integration-DG56PIa4.mjs";
1
+ import { i as rampOfficialIntegration, n as ramp, r as rampBundle, t as RAMP_OAUTH_SCOPES } from "./integration-8czEQ_pK.mjs";
2
2
 
3
3
  export { RAMP_OAUTH_SCOPES, ramp, rampBundle, rampOfficialIntegration };
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { a as rampDepartmentListSchema, i as rampDepartmentListInputSchema, n as rampDepartmentDeleteInputSchema, o as rampDepartmentSchema, r as rampDepartmentGetInputSchema, s as rampDepartmentUpdateInputSchema, t as rampDepartmentCreateInputSchema } from "./organization-BSaEpvBn.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
  import { z } from "zod";
6
6
 
package/dist/entities.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { a as rampEntitySchema, i as rampEntityListSchema, n as rampEntityGetInputSchema, r as rampEntityListInputSchema } from "./business-CztnWUvt.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/entities.ts
@@ -1,4 +1,4 @@
1
- import { n as ramp } from "./integration-DG56PIa4.mjs";
1
+ import { n as ramp } from "./integration-8czEQ_pK.mjs";
2
2
  import { createOfficialOperationFactory } from "@keystrokehq/integration-authoring/official";
3
3
 
4
4
  //#region src/factory.ts
@@ -23,22 +23,22 @@ const rampAppCredentialSet = new CredentialSet({
23
23
  webhookSecret: z.string().min(1).optional()
24
24
  })
25
25
  });
26
- const rampPlatformProviderSeed = {
26
+ const rampOfficialProviderSeed = {
27
27
  provider: "ramp",
28
28
  appRef: "ramp-platform",
29
29
  displayName: "Ramp Platform",
30
30
  credentialSetName: "Keystroke Ramp Platform App",
31
31
  envShape: {
32
- KEYSTROKE_PLATFORM_RAMP_CLIENT_ID: z.string().optional(),
33
- KEYSTROKE_PLATFORM_RAMP_CLIENT_SECRET: z.string().optional(),
34
- KEYSTROKE_PLATFORM_RAMP_WEBHOOK_SECRET: z.string().optional()
32
+ KEYSTROKE_OFFICIAL_RAMP_CLIENT_ID: z.string().optional(),
33
+ KEYSTROKE_OFFICIAL_RAMP_CLIENT_SECRET: z.string().optional(),
34
+ KEYSTROKE_OFFICIAL_RAMP_WEBHOOK_SECRET: z.string().optional()
35
35
  },
36
- requiredEnvKeys: ["KEYSTROKE_PLATFORM_RAMP_CLIENT_ID", "KEYSTROKE_PLATFORM_RAMP_CLIENT_SECRET"],
37
- externalAppIdEnvKey: "KEYSTROKE_PLATFORM_RAMP_CLIENT_ID",
36
+ requiredEnvKeys: ["KEYSTROKE_OFFICIAL_RAMP_CLIENT_ID", "KEYSTROKE_OFFICIAL_RAMP_CLIENT_SECRET"],
37
+ externalAppIdEnvKey: "KEYSTROKE_OFFICIAL_RAMP_CLIENT_ID",
38
38
  buildCredentials: (env) => ({
39
- clientId: env.KEYSTROKE_PLATFORM_RAMP_CLIENT_ID,
40
- clientSecret: env.KEYSTROKE_PLATFORM_RAMP_CLIENT_SECRET,
41
- ...env.KEYSTROKE_PLATFORM_RAMP_WEBHOOK_SECRET ? { webhookSecret: env.KEYSTROKE_PLATFORM_RAMP_WEBHOOK_SECRET } : {}
39
+ clientId: env.KEYSTROKE_OFFICIAL_RAMP_CLIENT_ID,
40
+ clientSecret: env.KEYSTROKE_OFFICIAL_RAMP_CLIENT_SECRET,
41
+ ...env.KEYSTROKE_OFFICIAL_RAMP_WEBHOOK_SECRET ? { webhookSecret: env.KEYSTROKE_OFFICIAL_RAMP_WEBHOOK_SECRET } : {}
42
42
  })
43
43
  };
44
44
 
@@ -121,4 +121,4 @@ const rampBundle = defineOfficialIntegration({
121
121
  const ramp = rampBundle.credentialSet;
122
122
 
123
123
  //#endregion
124
- export { rampAppCredentialSet as a, rampOfficialIntegration as i, ramp as n, rampPlatformProviderSeed as o, rampBundle as r, RAMP_OAUTH_SCOPES as t };
124
+ export { rampAppCredentialSet as a, rampOfficialIntegration as i, ramp as n, rampOfficialProviderSeed as o, rampBundle as r, RAMP_OAUTH_SCOPES as t };
package/dist/limits.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { c as rampLimitCreateInputSchema, f as rampLimitListInputSchema, h as rampLimitUpdateInputSchema, l as rampLimitDeleteInputSchema, m as rampLimitSchema, p as rampLimitListSchema, u as rampLimitGetInputSchema } from "./organization-BSaEpvBn.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
  import { z } from "zod";
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { S as rampLocationUpdateInputSchema, _ as rampLocationDeleteInputSchema, b as rampLocationListSchema, g as rampLocationCreateInputSchema, v as rampLocationGetInputSchema, x as rampLocationSchema, y as rampLocationListInputSchema } from "./organization-BSaEpvBn.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
  import { z } from "zod";
6
6
 
package/dist/memos.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { C as rampMemoGetInputSchema, E as rampMemoSchema, T as rampMemoListSchema, w as rampMemoListInputSchema } from "./organization-BSaEpvBn.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/memos.ts
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { c as rampPurchaseOrderListSchema, l as rampPurchaseOrderSchema, o as rampPurchaseOrderGetInputSchema, s as rampPurchaseOrderListInputSchema } from "./new-resources-BBJsJEjT.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/purchase-orders.ts
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { i as rampReceiptIntegrationOptedInSchema, n as rampReceiptIntegrationOptInInputSchema, r as rampReceiptIntegrationOptOutInputSchema } from "./receipts-STq41c2M.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
 
5
5
  //#region src/receipt-integrations.ts
6
6
  const optInReceiptIntegration = rampOperation({
package/dist/receipts.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { a as rampReceiptListInputSchema, c as rampReceiptUploadInputSchema, o as rampReceiptListSchema, s as rampReceiptSchema, t as rampReceiptGetInputSchema } from "./receipts-STq41c2M.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/receipts.ts
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { i as rampReimbursementSchema, n as rampReimbursementListInputSchema, r as rampReimbursementListSchema, t as rampReimbursementGetInputSchema } from "./reimbursements-OknrZUMF.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/reimbursements.ts
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { c as rampSpendProgramListSchema, l as rampSpendProgramSchema, o as rampSpendProgramGetInputSchema, s as rampSpendProgramListInputSchema } from "./business-CztnWUvt.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/spend-programs.ts
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { d as rampSpendRequestCommentSchema, f as rampSpendRequestGetInputSchema, h as rampSpendRequestSchema, m as rampSpendRequestListSchema, p as rampSpendRequestListInputSchema, u as rampSpendRequestCommentCreateInputSchema } from "./business-CztnWUvt.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/spend-requests.ts
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { d as rampStatementListSchema, f as rampStatementSchema, l as rampStatementGetInputSchema, u as rampStatementListInputSchema } from "./receipts-STq41c2M.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/statements.ts
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { i as rampTransactionSchema, n as rampTransactionListInputSchema, r as rampTransactionListSchema, t as rampTransactionGetInputSchema } from "./transactions-Djd0oIGK.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
  import { z } from "zod";
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { a as rampTransferGetInputSchema, c as rampTransferSchema, o as rampTransferListInputSchema, s as rampTransferListSchema } from "./transfers-WBQZVdGP.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/transfers.ts
@@ -1,4 +1,4 @@
1
- import { n as ramp } from "../integration-DG56PIa4.mjs";
1
+ import { n as ramp } from "../integration-8czEQ_pK.mjs";
2
2
  import { createRampClient } from "../client.mjs";
3
3
  import { l as rampBillSchema } from "../bills-B8W9et3K.mjs";
4
4
  import { h as rampSpendRequestSchema } from "../business-CztnWUvt.mjs";
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { d as rampUnifiedRequestGetInputSchema, f as rampUnifiedRequestListInputSchema, m as rampUnifiedRequestSchema, p as rampUnifiedRequestListSchema } from "./new-resources-BBJsJEjT.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
 
6
6
  //#region src/unified-requests.ts
package/dist/users.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { a as rampUserListInputSchema, c as rampUserSchema, i as rampUserInviteInputSchema, n as rampUserDeactivateInputSchema, o as rampUserListSchema, r as rampUserGetInputSchema, t as rampDeferredTaskSchema, u as rampUserUpdateInputSchema } from "./users-ufcXrfNK.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
  import { z } from "zod";
6
6
 
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { a as rampVendorBankAccountListSchema, i as rampVendorBankAccountListInputSchema, n as rampVendorBankAccountDeleteInputSchema, o as rampVendorBankAccountSchema, r as rampVendorBankAccountGetInputSchema, s as rampVendorBankAccountUpdateInputSchema, t as rampVendorBankAccountCreateInputSchema } from "./vendors-Bx1cgXwC.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
  import { z } from "zod";
6
6
 
package/dist/vendors.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { c as rampVendorCreateInputSchema, d as rampVendorListInputSchema, f as rampVendorListSchema, l as rampVendorDeleteInputSchema, m as rampVendorUpdateInputSchema, p as rampVendorSchema, u as rampVendorGetInputSchema } from "./vendors-Bx1cgXwC.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
  import { z } from "zod";
6
6
 
package/dist/webhooks.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { createRampClient } from "./client.mjs";
2
2
  import { a as rampWebhookSubscriptionListSchema, i as rampWebhookSubscriptionListInputSchema, n as rampWebhookSubscriptionDeleteInputSchema, o as rampWebhookSubscriptionSchema, r as rampWebhookSubscriptionGetInputSchema, s as rampWebhookSubscriptionUpdateInputSchema, t as rampWebhookSubscriptionCreateInputSchema } from "./webhooks-mgmt-d1xgVpWx.mjs";
3
- import { t as rampOperation } from "./factory-sHitXBO_.mjs";
3
+ import { t as rampOperation } from "./factory-pbmCYnqr.mjs";
4
4
  import { t as omitUndefined } from "./shared-CTTtP5gv.mjs";
5
5
  import { z } from "zod";
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/ramp",
3
- "version": "0.0.5",
3
+ "version": "0.0.6-rename-t1.1",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -176,7 +176,7 @@
176
176
  "LICENSE"
177
177
  ],
178
178
  "dependencies": {
179
- "@keystrokehq/integration-authoring": "^0.0.5",
179
+ "@keystrokehq/integration-authoring": "^0.0.6-rename-t1.0",
180
180
  "zod": "^4.3.6"
181
181
  },
182
182
  "peerDependencies": {