@unified-api/typescript-sdk 2.83.10 → 2.83.11
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/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/sdk/models/operations/createaccountingjournal.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingjournal.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/createaccountingjournal.js +1 -0
- package/dist/commonjs/sdk/models/operations/createaccountingjournal.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/getaccountingjournal.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingjournal.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/getaccountingjournal.js +1 -0
- package/dist/commonjs/sdk/models/operations/getaccountingjournal.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/listaccountingjournals.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingjournals.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/listaccountingjournals.js +1 -0
- package/dist/commonjs/sdk/models/operations/listaccountingjournals.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchaccountingjournal.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingjournal.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/patchaccountingjournal.js +1 -0
- package/dist/commonjs/sdk/models/operations/patchaccountingjournal.js.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateaccountingjournal.d.ts +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingjournal.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/operations/updateaccountingjournal.js +1 -0
- package/dist/commonjs/sdk/models/operations/updateaccountingjournal.js.map +1 -1
- package/dist/commonjs/sdk/models/shared/accountingjournal.d.ts +2 -0
- package/dist/commonjs/sdk/models/shared/accountingjournal.d.ts.map +1 -1
- package/dist/commonjs/sdk/models/shared/accountingjournal.js +2 -0
- package/dist/commonjs/sdk/models/shared/accountingjournal.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/sdk/models/operations/createaccountingjournal.d.ts +1 -0
- package/dist/esm/sdk/models/operations/createaccountingjournal.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/createaccountingjournal.js +1 -0
- package/dist/esm/sdk/models/operations/createaccountingjournal.js.map +1 -1
- package/dist/esm/sdk/models/operations/getaccountingjournal.d.ts +1 -0
- package/dist/esm/sdk/models/operations/getaccountingjournal.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/getaccountingjournal.js +1 -0
- package/dist/esm/sdk/models/operations/getaccountingjournal.js.map +1 -1
- package/dist/esm/sdk/models/operations/listaccountingjournals.d.ts +1 -0
- package/dist/esm/sdk/models/operations/listaccountingjournals.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/listaccountingjournals.js +1 -0
- package/dist/esm/sdk/models/operations/listaccountingjournals.js.map +1 -1
- package/dist/esm/sdk/models/operations/patchaccountingjournal.d.ts +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingjournal.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/patchaccountingjournal.js +1 -0
- package/dist/esm/sdk/models/operations/patchaccountingjournal.js.map +1 -1
- package/dist/esm/sdk/models/operations/updateaccountingjournal.d.ts +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingjournal.d.ts.map +1 -1
- package/dist/esm/sdk/models/operations/updateaccountingjournal.js +1 -0
- package/dist/esm/sdk/models/operations/updateaccountingjournal.js.map +1 -1
- package/dist/esm/sdk/models/shared/accountingjournal.d.ts +2 -0
- package/dist/esm/sdk/models/shared/accountingjournal.d.ts.map +1 -1
- package/dist/esm/sdk/models/shared/accountingjournal.js +2 -0
- package/dist/esm/sdk/models/shared/accountingjournal.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/sdk/models/operations/createaccountingjournal.ts +1 -0
- package/src/sdk/models/operations/getaccountingjournal.ts +1 -0
- package/src/sdk/models/operations/listaccountingjournals.ts +1 -0
- package/src/sdk/models/operations/patchaccountingjournal.ts +1 -0
- package/src/sdk/models/operations/updateaccountingjournal.ts +1 -0
- package/src/sdk/models/shared/accountingjournal.ts +4 -0
- package/_speakeasy/.github/action-inputs-config.json +0 -53
- package/_speakeasy/.github/action-security-config.json +0 -88
- package/examples/package-lock.json +0 -611
- package/examples/package.json +0 -18
- package/tsconfig.json +0 -40
|
@@ -26,6 +26,7 @@ export type AccountingJournal = {
|
|
|
26
26
|
postedAt?: Date | undefined;
|
|
27
27
|
raw?: { [k: string]: any } | undefined;
|
|
28
28
|
reference?: string | undefined;
|
|
29
|
+
source?: string | undefined;
|
|
29
30
|
taxAmount?: number | undefined;
|
|
30
31
|
taxrateId?: string | undefined;
|
|
31
32
|
updatedAt?: Date | undefined;
|
|
@@ -47,6 +48,7 @@ export const AccountingJournal$inboundSchema: z.ZodType<
|
|
|
47
48
|
.optional(),
|
|
48
49
|
raw: z.record(z.any()).optional(),
|
|
49
50
|
reference: z.string().optional(),
|
|
51
|
+
source: z.string().optional(),
|
|
50
52
|
tax_amount: z.number().optional(),
|
|
51
53
|
taxrate_id: z.string().optional(),
|
|
52
54
|
updated_at: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
@@ -70,6 +72,7 @@ export type AccountingJournal$Outbound = {
|
|
|
70
72
|
posted_at?: string | undefined;
|
|
71
73
|
raw?: { [k: string]: any } | undefined;
|
|
72
74
|
reference?: string | undefined;
|
|
75
|
+
source?: string | undefined;
|
|
73
76
|
tax_amount?: number | undefined;
|
|
74
77
|
taxrate_id?: string | undefined;
|
|
75
78
|
updated_at?: string | undefined;
|
|
@@ -89,6 +92,7 @@ export const AccountingJournal$outboundSchema: z.ZodType<
|
|
|
89
92
|
postedAt: z.date().transform(v => v.toISOString()).optional(),
|
|
90
93
|
raw: z.record(z.any()).optional(),
|
|
91
94
|
reference: z.string().optional(),
|
|
95
|
+
source: z.string().optional(),
|
|
92
96
|
taxAmount: z.number().optional(),
|
|
93
97
|
taxrateId: z.string().optional(),
|
|
94
98
|
updatedAt: z.date().transform(v => v.toISOString()).optional(),
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"name": "mode",
|
|
4
|
-
"validation_regex": "/^(direct|pr)$/.source",
|
|
5
|
-
"validation_message": "Must be `direct` or `pr`"
|
|
6
|
-
},
|
|
7
|
-
{
|
|
8
|
-
"name": "speakeasy_version",
|
|
9
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
10
|
-
"validation_message": "Letters, numbers, or .-_ only"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"name": "openapi_doc_location",
|
|
14
|
-
"validation_regex": "/^((https?):\\/\\/([\\w\\-]+\\.)+\\w+(\\/.*)?|[\\w.\\-\\/]+)$/i.source",
|
|
15
|
-
"validation_message": "Must be a valid server URL or file path containing letters, numbers, or .-_/ only"
|
|
16
|
-
},
|
|
17
|
-
{
|
|
18
|
-
"name": "openapi_doc_auth_header",
|
|
19
|
-
"validation_regex": "/^[A-Za-z\\-]+$/.source",
|
|
20
|
-
"validation_message": "Letters or - only"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "create_release"
|
|
24
|
-
},
|
|
25
|
-
{
|
|
26
|
-
"name": "publish_python",
|
|
27
|
-
"language": "python"
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"name": "publish_typescript",
|
|
31
|
-
"language": "typescript"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"name": "publish_java",
|
|
35
|
-
"language": "java"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "publish_php",
|
|
39
|
-
"language": "php"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"name": "publish_ruby",
|
|
43
|
-
"language": "ruby"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"name": "publish_csharp",
|
|
47
|
-
"language": "csharp"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"name": "publish_terraform",
|
|
51
|
-
"language": "terraform"
|
|
52
|
-
}
|
|
53
|
-
]
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"name": "pypi_token",
|
|
4
|
-
"secret_name": "PYPI_TOKEN",
|
|
5
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
6
|
-
"validation_message": "Letters, numbers, or .-_ only",
|
|
7
|
-
"language": "python"
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
"name": "npm_token",
|
|
11
|
-
"secret_name": "NPM_TOKEN",
|
|
12
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
13
|
-
"validation_message": "Letters, numbers, or .-_ only",
|
|
14
|
-
"language": "typescript"
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"name": "packagist_username",
|
|
18
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
19
|
-
"validation_message": "Letters, numbers, or .-_ only",
|
|
20
|
-
"language": "php"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"name": "packagist_token",
|
|
24
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
25
|
-
"validation_message": "Letters, numbers, or .-_ only",
|
|
26
|
-
"language": "php"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"name": "openapi_doc_auth_token",
|
|
30
|
-
"secret_name": "SPEC_TOKEN",
|
|
31
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
32
|
-
"validation_message": "Letters, numbers, or .-_ only"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"name": "speakeasy_api_key",
|
|
36
|
-
"secret_name": "SPEAKEASY_API_KEY",
|
|
37
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
38
|
-
"validation_message": "Letters, numbers, or .-_ only"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"name": "ossrh_username",
|
|
42
|
-
"secret_name": "MAVEN_USERNAME",
|
|
43
|
-
"validation_regex": "/^[\\w.\\-]+$/.source",
|
|
44
|
-
"validation_message": "Letters, numbers, or .-_ only",
|
|
45
|
-
"language": "java"
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"name": "ossrh_password",
|
|
49
|
-
"secret_name": "MAVEN_PASSWORD",
|
|
50
|
-
"language": "java"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"name": "java_gpg_secret_key",
|
|
54
|
-
"validation_regex": "/^[\\w.\\-\\t \\r\\n]+$/.source",
|
|
55
|
-
"validation_message": "Letters, numbers, tabs, spaces, newlines, or .-_ only",
|
|
56
|
-
"language": "java"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"name": "java_gpg_passphrase",
|
|
60
|
-
"language": "java"
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"name": "terraform_gpg_secret_key",
|
|
64
|
-
"secret_name": "TERRAFORM_GPG_SECRET_KEY",
|
|
65
|
-
"validation_regex": "/^[\\w.\\-\\t \\r\\n]+$/.source",
|
|
66
|
-
"validation_message": "Letters, numbers, tabs, spaces, newlines, or .-_ only",
|
|
67
|
-
"language": "terraform"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"name": "terraform_gpg_passphrase",
|
|
71
|
-
"secret_name": "TERRAFORM_GPG_PASSPHRASE",
|
|
72
|
-
"language": "terraform"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"name": "rubygems_auth_token",
|
|
76
|
-
"secret_name": "RUBYGEMS_AUTH_TOKEN",
|
|
77
|
-
"language": "ruby"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"name": "nuget_api_key",
|
|
81
|
-
"secret_name": "NUGET_API_KEY",
|
|
82
|
-
"language": "csharp"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"name": "slack_webhook_url",
|
|
86
|
-
"secret_name": "SLACK_WEBHOOK_URL"
|
|
87
|
-
}
|
|
88
|
-
]
|