@lepsto/sdk-app 89.8.0 → 90.0.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/CHANGELOG.md +6 -52
- package/dist/_types/gen/types.gen.d.ts +14 -14
- package/package.json +2 -2
- package/src/gen/types.gen.ts +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -115,58 +115,12 @@ before this point lives in that package.
|
|
|
115
115
|
The publish pipeline appends its machine-rendered block for the release being
|
|
116
116
|
built below this line. It is not committed back to the repo, so in a git
|
|
117
117
|
checkout this section is empty — see the note at the top.
|
|
118
|
-
##
|
|
118
|
+
## 90.0.0 (major)
|
|
119
119
|
|
|
120
120
|
### users
|
|
121
|
-
- `
|
|
122
|
-
- `
|
|
123
|
-
- `
|
|
124
|
-
- `
|
|
125
|
-
- `
|
|
126
|
-
- `users_users_ban`: new optional field `mergedIntoUserId (output)`
|
|
127
|
-
- `users_users_create`: new optional field `kind`
|
|
128
|
-
- `users_users_create`: new optional field `tags`
|
|
129
|
-
- `users_users_create`: new optional field `stage`
|
|
130
|
-
- `users_users_create`: new optional field `kind (output)`
|
|
131
|
-
- `users_users_create`: new optional field `tags (output)`
|
|
132
|
-
- `users_users_create`: new optional field `stage (output)`
|
|
133
|
-
- `users_users_create`: new optional field `mergedIntoUserId (output)`
|
|
134
|
-
- `users_users_create`: description updated
|
|
135
|
-
- `users_users_delete`: new optional field `kind (output)`
|
|
136
|
-
- `users_users_delete`: new optional field `tags (output)`
|
|
137
|
-
- `users_users_delete`: new optional field `stage (output)`
|
|
138
|
-
- `users_users_delete`: new optional field `mergedIntoUserId (output)`
|
|
139
|
-
- `users_users_export`: new optional field `kind`
|
|
140
|
-
- `users_users_export`: new optional field `includeContacts`
|
|
141
|
-
- `users_users_export`: new optional field `users.kind (output)`
|
|
142
|
-
- `users_users_export`: new optional field `users.tags (output)`
|
|
143
|
-
- `users_users_export`: new optional field `users.stage (output)`
|
|
144
|
-
- `users_users_export`: new optional field `users.mergedIntoUserId (output)`
|
|
145
|
-
- `users_users_export`: description updated
|
|
146
|
-
- `users_users_get`: new optional field `kind (output)`
|
|
147
|
-
- `users_users_get`: new optional field `tags (output)`
|
|
148
|
-
- `users_users_get`: new optional field `stage (output)`
|
|
149
|
-
- `users_users_get`: new optional field `mergedIntoUserId (output)`
|
|
150
|
-
- `users_users_import`: new optional field `contacts (output)`
|
|
151
|
-
- `users_users_import`: description updated
|
|
152
|
-
- `users_users_list`: new optional field `tag`
|
|
153
|
-
- `users_users_list`: new optional field `kind`
|
|
154
|
-
- `users_users_list`: new optional field `stage`
|
|
155
|
-
- `users_users_list`: new optional field `includeContacts`
|
|
156
|
-
- `users_users_list`: new optional field `users.kind (output)`
|
|
157
|
-
- `users_users_list`: new optional field `users.tags (output)`
|
|
158
|
-
- `users_users_list`: new optional field `users.stage (output)`
|
|
159
|
-
- `users_users_list`: new optional field `users.mergedIntoUserId (output)`
|
|
160
|
-
- `users_users_list`: description updated
|
|
161
|
-
- `users_users_unban`: new optional field `kind (output)`
|
|
162
|
-
- `users_users_unban`: new optional field `tags (output)`
|
|
163
|
-
- `users_users_unban`: new optional field `stage (output)`
|
|
164
|
-
- `users_users_unban`: new optional field `mergedIntoUserId (output)`
|
|
165
|
-
- `users_users_update`: new optional field `tags`
|
|
166
|
-
- `users_users_update`: new optional field `stage`
|
|
167
|
-
- `users_users_update`: new optional field `kind (output)`
|
|
168
|
-
- `users_users_update`: new optional field `tags (output)`
|
|
169
|
-
- `users_users_update`: new optional field `stage (output)`
|
|
170
|
-
- `users_users_update`: new optional field `mergedIntoUserId (output)`
|
|
171
|
-
- `users_users_update`: description updated
|
|
121
|
+
- `users_apikeys_create`: an accepted value was removed from `type`
|
|
122
|
+
- `users_apikeys_create`: an accepted value was removed from `type (output)`
|
|
123
|
+
- `users_apikeys_create`: description updated
|
|
124
|
+
- `users_apikeys_get`: an accepted value was removed from `type (output)`
|
|
125
|
+
- `users_apikeys_list`: an accepted value was removed from `keys.type (output)`
|
|
172
126
|
|
|
@@ -122435,9 +122435,9 @@ export interface UsersApikeysCreateInput {
|
|
|
122435
122435
|
*/
|
|
122436
122436
|
name: string;
|
|
122437
122437
|
/**
|
|
122438
|
-
* '
|
|
122438
|
+
* 'publishable' mints a non-secret key (upk_…) that identifies this product in browser flows and stays readable. It is the only key type: the secret server key (usk_…) is retired.
|
|
122439
122439
|
*/
|
|
122440
|
-
type:
|
|
122440
|
+
type: "publishable";
|
|
122441
122441
|
}
|
|
122442
122442
|
export interface UsersApikeysCreateOutput {
|
|
122443
122443
|
/**
|
|
@@ -122453,15 +122453,15 @@ export interface UsersApikeysCreateOutput {
|
|
|
122453
122453
|
*/
|
|
122454
122454
|
name: string;
|
|
122455
122455
|
/**
|
|
122456
|
-
* `
|
|
122456
|
+
* `publishable` — a browser-safe key (upk_…). It is the only type.
|
|
122457
122457
|
*/
|
|
122458
|
-
type:
|
|
122458
|
+
type: "publishable";
|
|
122459
122459
|
/**
|
|
122460
|
-
* The full value of
|
|
122460
|
+
* The full value of the key, which is not a secret and stays readable.
|
|
122461
122461
|
*/
|
|
122462
122462
|
value: (string | null);
|
|
122463
122463
|
/**
|
|
122464
|
-
* `
|
|
122464
|
+
* `upk_` plus six characters — enough to recognise a key, never to use one.
|
|
122465
122465
|
*/
|
|
122466
122466
|
prefix: string;
|
|
122467
122467
|
/**
|
|
@@ -122489,15 +122489,15 @@ export interface UsersApikeysGetOutput {
|
|
|
122489
122489
|
*/
|
|
122490
122490
|
name: string;
|
|
122491
122491
|
/**
|
|
122492
|
-
* `
|
|
122492
|
+
* `publishable` — a browser-safe key (upk_…). It is the only type.
|
|
122493
122493
|
*/
|
|
122494
|
-
type:
|
|
122494
|
+
type: "publishable";
|
|
122495
122495
|
/**
|
|
122496
|
-
* The full value of
|
|
122496
|
+
* The full value of the key, which is not a secret and stays readable.
|
|
122497
122497
|
*/
|
|
122498
122498
|
value: (string | null);
|
|
122499
122499
|
/**
|
|
122500
|
-
* `
|
|
122500
|
+
* `upk_` plus six characters — enough to recognise a key, never to use one.
|
|
122501
122501
|
*/
|
|
122502
122502
|
prefix: string;
|
|
122503
122503
|
/**
|
|
@@ -122522,15 +122522,15 @@ export interface UsersApikeysListOutput {
|
|
|
122522
122522
|
*/
|
|
122523
122523
|
name: string;
|
|
122524
122524
|
/**
|
|
122525
|
-
* `
|
|
122525
|
+
* `publishable` — a browser-safe key (upk_…). It is the only type.
|
|
122526
122526
|
*/
|
|
122527
|
-
type:
|
|
122527
|
+
type: "publishable";
|
|
122528
122528
|
/**
|
|
122529
|
-
* The full value of
|
|
122529
|
+
* The full value of the key, which is not a secret and stays readable.
|
|
122530
122530
|
*/
|
|
122531
122531
|
value: (string | null);
|
|
122532
122532
|
/**
|
|
122533
|
-
* `
|
|
122533
|
+
* `upk_` plus six characters — enough to recognise a key, never to use one.
|
|
122534
122534
|
*/
|
|
122535
122535
|
prefix: string;
|
|
122536
122536
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lepsto/sdk-app",
|
|
3
3
|
"description": "The Lepsto SDK for App is a TypeScript SDK that provides runtime bindings and type-safe generated code for interacting with Lepsto Platform APIs and services. This package generates type definitions and client bindings from API catalogs, enabling developers to build applications that consume Lepsto platform services with full type safety and autocompletion.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "90.0.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/lepsto/lepsto-sdk-app.git"
|
|
@@ -220,5 +220,5 @@
|
|
|
220
220
|
}
|
|
221
221
|
}
|
|
222
222
|
},
|
|
223
|
-
"sdkContentHash": "sha256:
|
|
223
|
+
"sdkContentHash": "sha256:681e6a1f4cc516c2a553ab21aa745074f4cfaf3c62617d9739ab6ac2ba0c5a96"
|
|
224
224
|
}
|
package/src/gen/types.gen.ts
CHANGED
|
@@ -115799,9 +115799,9 @@ export interface UsersApikeysCreateInput {
|
|
|
115799
115799
|
*/
|
|
115800
115800
|
name: string
|
|
115801
115801
|
/**
|
|
115802
|
-
* '
|
|
115802
|
+
* 'publishable' mints a non-secret key (upk_…) that identifies this product in browser flows and stays readable. It is the only key type: the secret server key (usk_…) is retired.
|
|
115803
115803
|
*/
|
|
115804
|
-
type:
|
|
115804
|
+
type: "publishable"
|
|
115805
115805
|
}
|
|
115806
115806
|
|
|
115807
115807
|
export interface UsersApikeysCreateOutput {
|
|
@@ -115818,15 +115818,15 @@ key: string
|
|
|
115818
115818
|
*/
|
|
115819
115819
|
name: string
|
|
115820
115820
|
/**
|
|
115821
|
-
* `
|
|
115821
|
+
* `publishable` — a browser-safe key (upk_…). It is the only type.
|
|
115822
115822
|
*/
|
|
115823
|
-
type:
|
|
115823
|
+
type: "publishable"
|
|
115824
115824
|
/**
|
|
115825
|
-
* The full value of
|
|
115825
|
+
* The full value of the key, which is not a secret and stays readable.
|
|
115826
115826
|
*/
|
|
115827
115827
|
value: (string | null)
|
|
115828
115828
|
/**
|
|
115829
|
-
* `
|
|
115829
|
+
* `upk_` plus six characters — enough to recognise a key, never to use one.
|
|
115830
115830
|
*/
|
|
115831
115831
|
prefix: string
|
|
115832
115832
|
/**
|
|
@@ -115856,15 +115856,15 @@ id: string
|
|
|
115856
115856
|
*/
|
|
115857
115857
|
name: string
|
|
115858
115858
|
/**
|
|
115859
|
-
* `
|
|
115859
|
+
* `publishable` — a browser-safe key (upk_…). It is the only type.
|
|
115860
115860
|
*/
|
|
115861
|
-
type:
|
|
115861
|
+
type: "publishable"
|
|
115862
115862
|
/**
|
|
115863
|
-
* The full value of
|
|
115863
|
+
* The full value of the key, which is not a secret and stays readable.
|
|
115864
115864
|
*/
|
|
115865
115865
|
value: (string | null)
|
|
115866
115866
|
/**
|
|
115867
|
-
* `
|
|
115867
|
+
* `upk_` plus six characters — enough to recognise a key, never to use one.
|
|
115868
115868
|
*/
|
|
115869
115869
|
prefix: string
|
|
115870
115870
|
/**
|
|
@@ -115892,15 +115892,15 @@ id: string
|
|
|
115892
115892
|
*/
|
|
115893
115893
|
name: string
|
|
115894
115894
|
/**
|
|
115895
|
-
* `
|
|
115895
|
+
* `publishable` — a browser-safe key (upk_…). It is the only type.
|
|
115896
115896
|
*/
|
|
115897
|
-
type:
|
|
115897
|
+
type: "publishable"
|
|
115898
115898
|
/**
|
|
115899
|
-
* The full value of
|
|
115899
|
+
* The full value of the key, which is not a secret and stays readable.
|
|
115900
115900
|
*/
|
|
115901
115901
|
value: (string | null)
|
|
115902
115902
|
/**
|
|
115903
|
-
* `
|
|
115903
|
+
* `upk_` plus six characters — enough to recognise a key, never to use one.
|
|
115904
115904
|
*/
|
|
115905
115905
|
prefix: string
|
|
115906
115906
|
/**
|