@apideck/unify 0.40.0 → 0.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/jsr.json +1 -1
- package/lib/config.d.ts +4 -4
- package/lib/config.js +4 -4
- package/package.json +6 -2
- package/src/__tests__/activities.test.ts +1141 -0
- package/src/__tests__/agedcreditors.test.ts +280 -0
- package/src/__tests__/ageddebtors.test.ts +280 -0
- package/src/__tests__/apideckcompanies.test.ts +1082 -0
- package/src/__tests__/apideckcustomers.test.ts +364 -0
- package/src/__tests__/apideckdepartments.test.ts +497 -0
- package/src/__tests__/apiresources.test.ts +62 -0
- package/src/__tests__/apis.test.ts +216 -0
- package/src/__tests__/applicants.test.ts +1445 -0
- package/src/__tests__/applications.test.ts +515 -0
- package/src/__tests__/assertions.ts +13 -0
- package/src/__tests__/attachments.test.ts +371 -0
- package/src/__tests__/balancesheet.test.ts +453 -0
- package/src/__tests__/bankaccounts.test.ts +324 -0
- package/src/__tests__/bankfeedaccounts.test.ts +343 -0
- package/src/__tests__/bankfeedstatements.test.ts +408 -0
- package/src/__tests__/billpayments.test.ts +1031 -0
- package/src/__tests__/bills.test.ts +1630 -0
- package/src/__tests__/categories.test.ts +127 -0
- package/src/__tests__/collections.test.ts +120 -0
- package/src/__tests__/collectiontags.test.ts +68 -0
- package/src/__tests__/collectionticketcomments.test.ts +501 -0
- package/src/__tests__/collectiontickets.test.ts +627 -0
- package/src/__tests__/collectionusers.test.ts +126 -0
- package/src/__tests__/companies.test.ts +1642 -0
- package/src/__tests__/companyinfo.test.ts +219 -0
- package/src/__tests__/connectionconsent.test.ts +89 -0
- package/src/__tests__/connectionconsents.test.ts +31 -0
- package/src/__tests__/connectioncustommappings.test.ts +69 -0
- package/src/__tests__/connections.test.ts +2127 -0
- package/src/__tests__/connectionsettings.test.ts +687 -0
- package/src/__tests__/connectordocs.test.ts +29 -0
- package/src/__tests__/connectors.test.ts +753 -0
- package/src/__tests__/consumerrequestcounts.test.ts +42 -0
- package/src/__tests__/consumers.test.ts +523 -0
- package/src/__tests__/contacts.test.ts +1421 -0
- package/src/__tests__/createcallback.test.ts +36 -0
- package/src/__tests__/creditnotes.test.ts +2040 -0
- package/src/__tests__/customers.test.ts +1600 -0
- package/src/__tests__/customfields.test.ts +52 -0
- package/src/__tests__/custommappings.test.ts +65 -0
- package/src/__tests__/customobjects.test.ts +408 -0
- package/src/__tests__/customobjectschemas.test.ts +734 -0
- package/src/__tests__/departments.test.ts +529 -0
- package/src/__tests__/drivegroups.test.ts +496 -0
- package/src/__tests__/drives.test.ts +487 -0
- package/src/__tests__/employeepayrolls.test.ts +491 -0
- package/src/__tests__/employees.test.ts +2968 -0
- package/src/__tests__/employeeschedules.test.ts +457 -0
- package/src/__tests__/eventlogs.test.ts +158 -0
- package/src/__tests__/expensecategories.test.ts +324 -0
- package/src/__tests__/expensereports.test.ts +634 -0
- package/src/__tests__/expenses.test.ts +867 -0
- package/src/__tests__/files.test.ts +506 -0
- package/src/__tests__/files.ts +56 -0
- package/src/__tests__/folders.test.ts +390 -0
- package/src/__tests__/invoiceitems.test.ts +855 -0
- package/src/__tests__/invoices.test.ts +2173 -0
- package/src/__tests__/jobs.test.ts +1150 -0
- package/src/__tests__/journalentries.test.ts +1542 -0
- package/src/__tests__/leads.test.ts +1341 -0
- package/src/__tests__/ledgeraccounts.test.ts +829 -0
- package/src/__tests__/locations.test.ts +856 -0
- package/src/__tests__/logs.test.ts +137 -0
- package/src/__tests__/messages.test.ts +588 -0
- package/src/__tests__/notes.test.ts +523 -0
- package/src/__tests__/opportunities.test.ts +718 -0
- package/src/__tests__/orders.test.ts +854 -0
- package/src/__tests__/payments.test.ts +867 -0
- package/src/__tests__/payrolls.test.ts +485 -0
- package/src/__tests__/pipelines.test.ts +574 -0
- package/src/__tests__/products.test.ts +509 -0
- package/src/__tests__/profitandloss.test.ts +223 -0
- package/src/__tests__/projects.test.ts +480 -0
- package/src/__tests__/proxy.test.ts +41 -0
- package/src/__tests__/purchaseorders.test.ts +2139 -0
- package/src/__tests__/quotes.test.ts +678 -0
- package/src/__tests__/refunds.test.ts +812 -0
- package/src/__tests__/sessions.test.ts +72 -0
- package/src/__tests__/sharedlinks.test.ts +511 -0
- package/src/__tests__/stores.test.ts +41 -0
- package/src/__tests__/subsidiaries.test.ts +496 -0
- package/src/__tests__/suppliers.test.ts +1574 -0
- package/src/__tests__/taxrates.test.ts +701 -0
- package/src/__tests__/testclient.ts +48 -0
- package/src/__tests__/timeoffrequests.test.ts +588 -0
- package/src/__tests__/trackingcategories.test.ts +515 -0
- package/src/__tests__/uploadsessions.test.ts +221 -0
- package/src/__tests__/users.test.ts +1020 -0
- package/src/__tests__/validateconnection.test.ts +34 -0
- package/src/__tests__/webhooks.test.ts +254 -0
- package/src/lib/config.ts +4 -4
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import { assert, it } from "vitest";
|
|
6
|
+
|
|
7
|
+
it.skip("Proxy Proxy Get Proxy", async () => {
|
|
8
|
+
assert.fail(
|
|
9
|
+
"incomplete test found please make sure to address the following errors: [`workflow step proxy.getProxy.test referencing operation proxy.getProxy missing required header parameter serviceId`, `workflow step proxy.getProxy.test referencing operation proxy.getProxy missing required header parameter downstreamUrl`]",
|
|
10
|
+
);
|
|
11
|
+
});
|
|
12
|
+
|
|
13
|
+
it.skip("Proxy Proxy Options Proxy", async () => {
|
|
14
|
+
assert.fail(
|
|
15
|
+
"incomplete test found please make sure to address the following errors: [`workflow step proxy.optionsProxy.test referencing operation proxy.optionsProxy missing required header parameter serviceId`, `workflow step proxy.optionsProxy.test referencing operation proxy.optionsProxy missing required header parameter downstreamUrl`]",
|
|
16
|
+
);
|
|
17
|
+
});
|
|
18
|
+
|
|
19
|
+
it.skip("Proxy Proxy Post Proxy", async () => {
|
|
20
|
+
assert.fail(
|
|
21
|
+
"incomplete test found please make sure to address the following errors: [`workflow step proxy.postProxy.test referencing operation proxy.postProxy missing required header parameter serviceId`, `workflow step proxy.postProxy.test referencing operation proxy.postProxy missing required header parameter downstreamUrl`]",
|
|
22
|
+
);
|
|
23
|
+
});
|
|
24
|
+
|
|
25
|
+
it.skip("Proxy Proxy Put Proxy", async () => {
|
|
26
|
+
assert.fail(
|
|
27
|
+
"incomplete test found please make sure to address the following errors: [`workflow step proxy.putProxy.test referencing operation proxy.putProxy missing required header parameter serviceId`, `workflow step proxy.putProxy.test referencing operation proxy.putProxy missing required header parameter downstreamUrl`]",
|
|
28
|
+
);
|
|
29
|
+
});
|
|
30
|
+
|
|
31
|
+
it.skip("Proxy Proxy Patch Proxy", async () => {
|
|
32
|
+
assert.fail(
|
|
33
|
+
"incomplete test found please make sure to address the following errors: [`workflow step proxy.patchProxy.test referencing operation proxy.patchProxy missing required header parameter serviceId`, `workflow step proxy.patchProxy.test referencing operation proxy.patchProxy missing required header parameter downstreamUrl`]",
|
|
34
|
+
);
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
it.skip("Proxy Proxy Delete Proxy", async () => {
|
|
38
|
+
assert.fail(
|
|
39
|
+
"incomplete test found please make sure to address the following errors: [`workflow step proxy.deleteProxy.test referencing operation proxy.deleteProxy missing required header parameter serviceId`, `workflow step proxy.deleteProxy.test referencing operation proxy.deleteProxy missing required header parameter downstreamUrl`]",
|
|
40
|
+
);
|
|
41
|
+
});
|