@unified-api/typescript-sdk 1.0.36 → 1.0.38
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/dist/sdk/accounting.d.ts +24 -24
- package/dist/sdk/accounting.js +91 -91
- package/dist/sdk/journal.d.ts +31 -0
- package/dist/sdk/{transaction.js → journal.js} +44 -44
- package/dist/sdk/models/operations/{createaccountingtransaction.d.ts → createaccountingjournal.d.ts} +4 -4
- package/dist/sdk/models/operations/{createaccountingtransaction.js → createaccountingjournal.js} +19 -19
- package/dist/sdk/models/operations/{getaccountingtransaction.d.ts → getaccountingjournal.d.ts} +4 -4
- package/dist/sdk/models/operations/{getaccountingtransaction.js → getaccountingjournal.js} +19 -19
- package/dist/sdk/models/operations/getunifiedintegrationauth.d.ts +2 -0
- package/dist/sdk/models/operations/getunifiedintegrationauth.js +2 -0
- package/dist/sdk/models/operations/index.d.ts +6 -6
- package/dist/sdk/models/operations/index.js +6 -6
- package/dist/sdk/models/operations/{listaccountingtransactions.d.ts → listaccountingjournals.d.ts} +3 -3
- package/dist/sdk/models/operations/{listaccountingtransactions.js → listaccountingjournals.js} +24 -24
- package/dist/sdk/models/operations/{patchaccountingtransaction.d.ts → patchaccountingjournal.d.ts} +5 -5
- package/dist/sdk/models/operations/{patchaccountingtransaction.js → patchaccountingjournal.js} +20 -20
- package/dist/sdk/models/operations/{removeaccountingtransaction.d.ts → removeaccountingjournal.d.ts} +3 -3
- package/dist/sdk/models/operations/{removeaccountingtransaction.js → removeaccountingjournal.js} +17 -17
- package/dist/sdk/models/operations/{updateaccountingtransaction.d.ts → updateaccountingjournal.d.ts} +5 -5
- package/dist/sdk/models/operations/{updateaccountingtransaction.js → updateaccountingjournal.js} +20 -20
- package/dist/sdk/models/shared/{accountingtransaction.d.ts → accountingjournal.d.ts} +3 -3
- package/dist/sdk/models/shared/{accountingtransaction.js → accountingjournal.js} +19 -19
- package/dist/sdk/models/shared/{accountingtransactionlineitem.d.ts → accountingjournallineitem.d.ts} +1 -1
- package/dist/sdk/models/shared/{accountingtransactionlineitem.js → accountingjournallineitem.js} +14 -14
- package/dist/sdk/models/shared/index.d.ts +2 -2
- package/dist/sdk/models/shared/index.js +2 -2
- package/dist/sdk/models/shared/propertyconnectionpermissions.d.ts +2 -0
- package/dist/sdk/models/shared/propertyconnectionpermissions.js +2 -0
- package/dist/sdk/models/shared/propertycrmeventtask.d.ts +6 -0
- package/dist/sdk/models/shared/propertycrmeventtask.js +12 -1
- package/dist/sdk/models/shared/webhook.d.ts +1 -0
- package/dist/sdk/models/shared/webhook.js +1 -0
- package/dist/sdk/sdk.d.ts +2 -2
- package/dist/sdk/sdk.js +5 -5
- package/docs/sdk/models/operations/createaccountingjournalrequest.md +9 -0
- package/docs/sdk/models/operations/createaccountingjournalresponse.md +11 -0
- package/docs/sdk/models/operations/{getaccountingtransactionrequest.md → getaccountingjournalrequest.md} +2 -2
- package/docs/sdk/models/operations/getaccountingjournalresponse.md +11 -0
- package/docs/sdk/models/operations/{listaccountingtransactionsrequest.md → listaccountingjournalsrequest.md} +1 -1
- package/docs/sdk/models/operations/listaccountingjournalsresponse.md +11 -0
- package/docs/sdk/models/operations/patchaccountingjournalrequest.md +10 -0
- package/docs/sdk/models/operations/patchaccountingjournalresponse.md +11 -0
- package/docs/sdk/models/operations/removeaccountingjournalrequest.md +9 -0
- package/docs/sdk/models/operations/{removeaccountingtransactionresponse.md → removeaccountingjournalresponse.md} +1 -1
- package/docs/sdk/models/operations/scopes.md +2 -0
- package/docs/sdk/models/operations/updateaccountingjournalrequest.md +10 -0
- package/docs/sdk/models/operations/updateaccountingjournalresponse.md +11 -0
- package/docs/sdk/models/shared/accountingjournal.md +17 -0
- package/docs/sdk/models/shared/{accountingtransactionlineitem.md → accountingjournallineitem.md} +1 -1
- package/docs/sdk/models/shared/objecttype.md +1 -0
- package/docs/sdk/models/shared/priority.md +10 -0
- package/docs/sdk/models/shared/propertyconnectionpermissions.md +2 -0
- package/docs/sdk/models/shared/propertycrmeventtask.md +1 -0
- package/package.json +1 -1
- package/dist/sdk/transaction.d.ts +0 -31
- package/docs/sdk/models/operations/createaccountingtransactionrequest.md +0 -9
- package/docs/sdk/models/operations/createaccountingtransactionresponse.md +0 -11
- package/docs/sdk/models/operations/getaccountingtransactionresponse.md +0 -11
- package/docs/sdk/models/operations/listaccountingtransactionsresponse.md +0 -11
- package/docs/sdk/models/operations/patchaccountingtransactionrequest.md +0 -10
- package/docs/sdk/models/operations/patchaccountingtransactionresponse.md +0 -11
- package/docs/sdk/models/operations/removeaccountingtransactionrequest.md +0 -9
- package/docs/sdk/models/operations/updateaccountingtransactionrequest.md +0 -10
- package/docs/sdk/models/operations/updateaccountingtransactionresponse.md +0 -11
- package/docs/sdk/models/shared/accountingtransaction.md +0 -17
package/dist/sdk/accounting.d.ts
CHANGED
|
@@ -17,13 +17,13 @@ export declare class Accounting {
|
|
|
17
17
|
*/
|
|
18
18
|
createAccountingInvoice(req: operations.CreateAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.CreateAccountingInvoiceResponse>;
|
|
19
19
|
/**
|
|
20
|
-
* Create a
|
|
20
|
+
* Create a journal
|
|
21
21
|
*/
|
|
22
|
-
|
|
22
|
+
createAccountingJournal(req: operations.CreateAccountingJournalRequest, config?: AxiosRequestConfig): Promise<operations.CreateAccountingJournalResponse>;
|
|
23
23
|
/**
|
|
24
|
-
* Create a
|
|
24
|
+
* Create a taxrate
|
|
25
25
|
*/
|
|
26
|
-
|
|
26
|
+
createAccountingTaxrate(req: operations.CreateAccountingTaxrateRequest, config?: AxiosRequestConfig): Promise<operations.CreateAccountingTaxrateResponse>;
|
|
27
27
|
/**
|
|
28
28
|
* Retrieve an account
|
|
29
29
|
*/
|
|
@@ -36,6 +36,10 @@ export declare class Accounting {
|
|
|
36
36
|
* Retrieve an invoice
|
|
37
37
|
*/
|
|
38
38
|
getAccountingInvoice(req: operations.GetAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.GetAccountingInvoiceResponse>;
|
|
39
|
+
/**
|
|
40
|
+
* Retrieve a journal
|
|
41
|
+
*/
|
|
42
|
+
getAccountingJournal(req: operations.GetAccountingJournalRequest, config?: AxiosRequestConfig): Promise<operations.GetAccountingJournalResponse>;
|
|
39
43
|
/**
|
|
40
44
|
* Retrieve an organization
|
|
41
45
|
*/
|
|
@@ -44,10 +48,6 @@ export declare class Accounting {
|
|
|
44
48
|
* Retrieve a taxrate
|
|
45
49
|
*/
|
|
46
50
|
getAccountingTaxrate(req: operations.GetAccountingTaxrateRequest, config?: AxiosRequestConfig): Promise<operations.GetAccountingTaxrateResponse>;
|
|
47
|
-
/**
|
|
48
|
-
* Retrieve a transaction
|
|
49
|
-
*/
|
|
50
|
-
getAccountingTransaction(req: operations.GetAccountingTransactionRequest, config?: AxiosRequestConfig): Promise<operations.GetAccountingTransactionResponse>;
|
|
51
51
|
/**
|
|
52
52
|
* List all accounts
|
|
53
53
|
*/
|
|
@@ -60,6 +60,10 @@ export declare class Accounting {
|
|
|
60
60
|
* List all invoices
|
|
61
61
|
*/
|
|
62
62
|
listAccountingInvoices(req: operations.ListAccountingInvoicesRequest, config?: AxiosRequestConfig): Promise<operations.ListAccountingInvoicesResponse>;
|
|
63
|
+
/**
|
|
64
|
+
* List all journals
|
|
65
|
+
*/
|
|
66
|
+
listAccountingJournals(req: operations.ListAccountingJournalsRequest, config?: AxiosRequestConfig): Promise<operations.ListAccountingJournalsResponse>;
|
|
63
67
|
/**
|
|
64
68
|
* List all organizations
|
|
65
69
|
*/
|
|
@@ -68,10 +72,6 @@ export declare class Accounting {
|
|
|
68
72
|
* List all taxrates
|
|
69
73
|
*/
|
|
70
74
|
listAccountingTaxrates(req: operations.ListAccountingTaxratesRequest, config?: AxiosRequestConfig): Promise<operations.ListAccountingTaxratesResponse>;
|
|
71
|
-
/**
|
|
72
|
-
* List all transactions
|
|
73
|
-
*/
|
|
74
|
-
listAccountingTransactions(req: operations.ListAccountingTransactionsRequest, config?: AxiosRequestConfig): Promise<operations.ListAccountingTransactionsResponse>;
|
|
75
75
|
/**
|
|
76
76
|
* Update an account
|
|
77
77
|
*/
|
|
@@ -85,13 +85,13 @@ export declare class Accounting {
|
|
|
85
85
|
*/
|
|
86
86
|
patchAccountingInvoice(req: operations.PatchAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.PatchAccountingInvoiceResponse>;
|
|
87
87
|
/**
|
|
88
|
-
* Update a
|
|
88
|
+
* Update a journal
|
|
89
89
|
*/
|
|
90
|
-
|
|
90
|
+
patchAccountingJournal(req: operations.PatchAccountingJournalRequest, config?: AxiosRequestConfig): Promise<operations.PatchAccountingJournalResponse>;
|
|
91
91
|
/**
|
|
92
|
-
* Update a
|
|
92
|
+
* Update a taxrate
|
|
93
93
|
*/
|
|
94
|
-
|
|
94
|
+
patchAccountingTaxrate(req: operations.PatchAccountingTaxrateRequest, config?: AxiosRequestConfig): Promise<operations.PatchAccountingTaxrateResponse>;
|
|
95
95
|
/**
|
|
96
96
|
* Remove an account
|
|
97
97
|
*/
|
|
@@ -105,13 +105,13 @@ export declare class Accounting {
|
|
|
105
105
|
*/
|
|
106
106
|
removeAccountingInvoice(req: operations.RemoveAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.RemoveAccountingInvoiceResponse>;
|
|
107
107
|
/**
|
|
108
|
-
* Remove a
|
|
108
|
+
* Remove a journal
|
|
109
109
|
*/
|
|
110
|
-
|
|
110
|
+
removeAccountingJournal(req: operations.RemoveAccountingJournalRequest, config?: AxiosRequestConfig): Promise<operations.RemoveAccountingJournalResponse>;
|
|
111
111
|
/**
|
|
112
|
-
* Remove a
|
|
112
|
+
* Remove a taxrate
|
|
113
113
|
*/
|
|
114
|
-
|
|
114
|
+
removeAccountingTaxrate(req: operations.RemoveAccountingTaxrateRequest, config?: AxiosRequestConfig): Promise<operations.RemoveAccountingTaxrateResponse>;
|
|
115
115
|
/**
|
|
116
116
|
* Update an account
|
|
117
117
|
*/
|
|
@@ -125,11 +125,11 @@ export declare class Accounting {
|
|
|
125
125
|
*/
|
|
126
126
|
updateAccountingInvoice(req: operations.UpdateAccountingInvoiceRequest, config?: AxiosRequestConfig): Promise<operations.UpdateAccountingInvoiceResponse>;
|
|
127
127
|
/**
|
|
128
|
-
* Update a
|
|
128
|
+
* Update a journal
|
|
129
129
|
*/
|
|
130
|
-
|
|
130
|
+
updateAccountingJournal(req: operations.UpdateAccountingJournalRequest, config?: AxiosRequestConfig): Promise<operations.UpdateAccountingJournalResponse>;
|
|
131
131
|
/**
|
|
132
|
-
* Update a
|
|
132
|
+
* Update a taxrate
|
|
133
133
|
*/
|
|
134
|
-
|
|
134
|
+
updateAccountingTaxrate(req: operations.UpdateAccountingTaxrateRequest, config?: AxiosRequestConfig): Promise<operations.UpdateAccountingTaxrateResponse>;
|
|
135
135
|
}
|