@kanda-libs/ks-schema 1.0.803 → 1.0.805
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/components/schemas/DeleteDeviceRegistrationRequest.d.ts +8 -0
- package/dist/components/schemas/DeleteDeviceRegistrationRequest.d.ts.map +1 -0
- package/dist/components/schemas/DeleteDeviceRegistrationRequest.js +30 -0
- package/dist/components/schemas/InfoEntity.d.ts +1 -0
- package/dist/components/schemas/InfoEntity.d.ts.map +1 -1
- package/dist/components/schemas/InfoSearch.d.ts +1 -0
- package/dist/components/schemas/InfoSearch.d.ts.map +1 -1
- package/dist/components/schemas/Job.d.ts +1 -0
- package/dist/components/schemas/Job.d.ts.map +1 -1
- package/dist/components/schemas/{UserProfile.d.ts → Profile.d.ts} +3 -3
- package/dist/components/schemas/Profile.d.ts.map +1 -0
- package/dist/components/schemas/{UserProfile.js → Profile.js} +2 -2
- package/dist/components/schemas/SatNote.d.ts +2 -0
- package/dist/components/schemas/SatNote.d.ts.map +1 -1
- package/dist/components/schemas/SatNote.js +1 -0
- package/dist/components/schemas/SearchHits.d.ts +1 -0
- package/dist/components/schemas/SearchHits.d.ts.map +1 -1
- package/dist/components/schemas/index.d.ts +2 -1
- package/dist/components/schemas/index.d.ts.map +1 -1
- package/dist/components/schemas/index.js +2 -1
- package/dist/operations/applyJob.d.ts +1 -0
- package/dist/operations/applyJob.d.ts.map +1 -1
- package/dist/operations/approveJobSatNote.d.ts +1 -0
- package/dist/operations/approveJobSatNote.d.ts.map +1 -1
- package/dist/operations/archiveJob.d.ts +1 -0
- package/dist/operations/archiveJob.d.ts.map +1 -1
- package/dist/operations/completeJob.d.ts +1 -0
- package/dist/operations/completeJob.d.ts.map +1 -1
- package/dist/operations/delayJobSatNote.d.ts +1 -0
- package/dist/operations/delayJobSatNote.d.ts.map +1 -1
- package/dist/operations/deleteJob.d.ts +1 -0
- package/dist/operations/deleteJob.d.ts.map +1 -1
- package/dist/operations/deleteProfileDeviceRegistration.d.ts +2 -2
- package/dist/operations/deleteProfileDeviceRegistration.d.ts.map +1 -1
- package/dist/operations/deleteProfileDeviceRegistration.js +1 -1
- package/dist/operations/getInfoEntity.d.ts +1 -0
- package/dist/operations/getInfoEntity.d.ts.map +1 -1
- package/dist/operations/getJob.d.ts +1 -0
- package/dist/operations/getJob.d.ts.map +1 -1
- package/dist/operations/getJobs.d.ts +1 -0
- package/dist/operations/getJobs.d.ts.map +1 -1
- package/dist/operations/getUserProfile.d.ts +1 -1
- package/dist/operations/getUserProfile.d.ts.map +1 -1
- package/dist/operations/getUserProfile.js +1 -1
- package/dist/operations/infoExampleJob.d.ts +1 -0
- package/dist/operations/infoExampleJob.d.ts.map +1 -1
- package/dist/operations/infoSearch.d.ts +1 -0
- package/dist/operations/infoSearch.d.ts.map +1 -1
- package/dist/operations/jobSwitchDeposit.d.ts +1 -0
- package/dist/operations/jobSwitchDeposit.d.ts.map +1 -1
- package/dist/operations/lenderReviewJobSatNote.d.ts +1 -0
- package/dist/operations/lenderReviewJobSatNote.d.ts.map +1 -1
- package/dist/operations/overrideJob.d.ts +1 -0
- package/dist/operations/overrideJob.d.ts.map +1 -1
- package/dist/operations/payJob.d.ts +1 -0
- package/dist/operations/payJob.d.ts.map +1 -1
- package/dist/operations/payoutJob.d.ts +1 -0
- package/dist/operations/payoutJob.d.ts.map +1 -1
- package/dist/operations/postJob.d.ts +1 -0
- package/dist/operations/postJob.d.ts.map +1 -1
- package/dist/operations/postProfileDeviceRegistration.d.ts +1 -1
- package/dist/operations/postProfileDeviceRegistration.d.ts.map +1 -1
- package/dist/operations/postProfileDeviceRegistration.js +1 -1
- package/dist/operations/putJob.d.ts +1 -0
- package/dist/operations/putJob.d.ts.map +1 -1
- package/dist/operations/putProfileDeviceRegistration.d.ts +1 -1
- package/dist/operations/putProfileDeviceRegistration.d.ts.map +1 -1
- package/dist/operations/putProfileDeviceRegistration.js +1 -1
- package/dist/operations/quoteJob.d.ts +1 -0
- package/dist/operations/quoteJob.d.ts.map +1 -1
- package/dist/operations/reapplyJob.d.ts +1 -0
- package/dist/operations/reapplyJob.d.ts.map +1 -1
- package/dist/operations/sendJob.d.ts +1 -0
- package/dist/operations/sendJob.d.ts.map +1 -1
- package/dist/operations/signJobSatNote.d.ts +1 -0
- package/dist/operations/signJobSatNote.d.ts.map +1 -1
- package/dist/operations/tradeQuoteApprovalLead.d.ts +1 -0
- package/dist/operations/tradeQuoteApprovalLead.d.ts.map +1 -1
- package/dist/operations/unarchiveJob.d.ts +1 -0
- package/dist/operations/unarchiveJob.d.ts.map +1 -1
- package/dist/operations/viewJobSatNote.d.ts +1 -0
- package/dist/operations/viewJobSatNote.d.ts.map +1 -1
- package/dist/schema.json +1 -1
- package/dist/widget/index.d.ts +15122 -15106
- package/dist/widget/index.d.ts.map +1 -1
- package/dist/widget/index.js +35626 -35601
- package/package.json +1 -1
- package/schema.yaml +20 -6
- package/dist/components/schemas/UserProfile.d.ts.map +0 -1
package/package.json
CHANGED
package/schema.yaml
CHANGED
|
@@ -96,7 +96,7 @@ paths:
|
|
|
96
96
|
content:
|
|
97
97
|
application/json:
|
|
98
98
|
schema:
|
|
99
|
-
$ref: "#/components/schemas/
|
|
99
|
+
$ref: "#/components/schemas/Profile"
|
|
100
100
|
default:
|
|
101
101
|
description: unexpected error
|
|
102
102
|
content:
|
|
@@ -123,7 +123,7 @@ paths:
|
|
|
123
123
|
content:
|
|
124
124
|
application/json:
|
|
125
125
|
schema:
|
|
126
|
-
$ref: "#/components/schemas/
|
|
126
|
+
$ref: "#/components/schemas/Profile"
|
|
127
127
|
default:
|
|
128
128
|
description: unexpected error
|
|
129
129
|
content:
|
|
@@ -149,7 +149,7 @@ paths:
|
|
|
149
149
|
content:
|
|
150
150
|
application/json:
|
|
151
151
|
schema:
|
|
152
|
-
$ref: "#/components/schemas/
|
|
152
|
+
$ref: "#/components/schemas/Profile"
|
|
153
153
|
default:
|
|
154
154
|
description: unexpected error
|
|
155
155
|
content:
|
|
@@ -168,14 +168,14 @@ paths:
|
|
|
168
168
|
content:
|
|
169
169
|
application/json:
|
|
170
170
|
schema:
|
|
171
|
-
|
|
171
|
+
$ref: "#/components/schemas/DeleteDeviceRegistrationRequest"
|
|
172
172
|
responses:
|
|
173
173
|
200:
|
|
174
174
|
description: deleted info device registration from user profile
|
|
175
175
|
content:
|
|
176
176
|
application/json:
|
|
177
177
|
schema:
|
|
178
|
-
$ref: "#/components/schemas/
|
|
178
|
+
$ref: "#/components/schemas/Profile"
|
|
179
179
|
default:
|
|
180
180
|
description: unexpected error
|
|
181
181
|
content:
|
|
@@ -7046,7 +7046,7 @@ components:
|
|
|
7046
7046
|
title: authorisation url
|
|
7047
7047
|
readOnly: true
|
|
7048
7048
|
|
|
7049
|
-
|
|
7049
|
+
Profile:
|
|
7050
7050
|
allOf:
|
|
7051
7051
|
- $ref: "#/components/schemas/BaseId"
|
|
7052
7052
|
- type: object
|
|
@@ -7120,6 +7120,17 @@ components:
|
|
|
7120
7120
|
title: device registration token
|
|
7121
7121
|
minLength: 1
|
|
7122
7122
|
|
|
7123
|
+
DeleteDeviceRegistrationRequest:
|
|
7124
|
+
type: object
|
|
7125
|
+
title: delete device registration request
|
|
7126
|
+
required:
|
|
7127
|
+
- id
|
|
7128
|
+
properties:
|
|
7129
|
+
id:
|
|
7130
|
+
type: string
|
|
7131
|
+
title: device registration id
|
|
7132
|
+
minLength: 1
|
|
7133
|
+
|
|
7123
7134
|
EnterpriseUserRole:
|
|
7124
7135
|
type: object
|
|
7125
7136
|
required:
|
|
@@ -9981,6 +9992,9 @@ components:
|
|
|
9981
9992
|
type: object
|
|
9982
9993
|
title: sat note generated document with e-signature
|
|
9983
9994
|
$ref: "#/components/schemas/Document"
|
|
9995
|
+
remark:
|
|
9996
|
+
type: string
|
|
9997
|
+
title: sat note remark
|
|
9984
9998
|
|
|
9985
9999
|
JobItem:
|
|
9986
10000
|
type: object
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"UserProfile.d.ts","sourceRoot":"","sources":["../../../frontend/generated/components/schemas/UserProfile.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AAE1D,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;IAKtB,CAAC;AAEH,oBAAY,WAAW,GAAG,MAAM,GAAG;IACjC,oBAAoB,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;CACjD,CAAC"}
|