twenty-sdk 2.13.0 → 2.14.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 +17 -0
- package/dist/{AllIcons-BwIoyggb-DpmEuQAR.mjs → AllIcons-BwIoyggb-BCMFgulw.mjs} +1 -1
- package/dist/{AllIcons-BwIoyggb-Ck9DmOFs.js → AllIcons-BwIoyggb-Pq3paugc.js} +1 -1
- package/dist/{catalog-sync-BfaTQFam.mjs → catalog-sync-CXDxoJ8O.mjs} +1 -1
- package/dist/{catalog-sync-MvJJHh7v.js → catalog-sync-sANH0f3Y.js} +1 -1
- package/dist/cli.cjs +3 -3
- package/dist/cli.mjs +4 -4
- package/dist/define/index.cjs +2 -2
- package/dist/define/index.cjs.map +1 -1
- package/dist/define/index.d.ts +9 -3
- package/dist/define/index.mjs +133 -140
- package/dist/define/index.mjs.map +1 -1
- package/dist/{display-Co0K-nTB-CPdyKmin.js → display-Co0K-nTB-CGtaWbMi.js} +15 -15
- package/dist/{display-Co0K-nTB-DIalVNdw.mjs → display-Co0K-nTB-DAirZFT6.mjs} +3776 -3796
- package/dist/front-component/index.cjs +1 -1
- package/dist/front-component/index.cjs.map +1 -1
- package/dist/front-component/index.d.ts +5 -1
- package/dist/front-component/index.mjs +5 -5
- package/dist/front-component/index.mjs.map +1 -1
- package/dist/front-component-renderer.cjs +1 -1
- package/dist/{get-function-input-schema-NI9y_bIk-LH_O2OgF.mjs → get-function-input-schema-NI9y_bIk-Cdh2RIb9.mjs} +1 -1
- package/dist/{get-function-input-schema-NI9y_bIk-BZ2G7LIj.js → get-function-input-schema-NI9y_bIk-CqUY25sG.js} +1 -1
- package/dist/{login-oauth-DN2eTP67.js → login-oauth-0T8eWvyh.js} +10 -10
- package/dist/{login-oauth-BMTHndmD.mjs → login-oauth-BRpqOH2x.mjs} +393 -395
- package/dist/operations.cjs +1 -1
- package/dist/operations.mjs +1 -1
- package/dist/ui/index.cjs +1 -1
- package/dist/ui/index.mjs +1 -1
- package/package.json +2 -2
package/dist/define/index.d.ts
CHANGED
|
@@ -1896,9 +1896,6 @@ declare const STANDARD_OBJECTS: {
|
|
|
1896
1896
|
readonly calendarEventParticipants: {
|
|
1897
1897
|
readonly universalIdentifier: "20202020-e07e-4ccb-88f5-6f3d00458eec";
|
|
1898
1898
|
};
|
|
1899
|
-
readonly recordingPreference: {
|
|
1900
|
-
readonly universalIdentifier: "1d231e7e-9bbe-410b-8007-ea7678a83e58";
|
|
1901
|
-
};
|
|
1902
1899
|
readonly callRecordings: {
|
|
1903
1900
|
readonly universalIdentifier: "48d6d151-18e2-4111-b405-d85fb9d860d8";
|
|
1904
1901
|
};
|
|
@@ -1969,6 +1966,9 @@ declare const STANDARD_OBJECTS: {
|
|
|
1969
1966
|
readonly status: {
|
|
1970
1967
|
readonly universalIdentifier: "3e617680-d93e-4309-a54f-90f69528bfd7";
|
|
1971
1968
|
};
|
|
1969
|
+
readonly recordingRequestStatus: {
|
|
1970
|
+
readonly universalIdentifier: "7fd681c9-244c-4e98-8939-7b175d472638";
|
|
1971
|
+
};
|
|
1972
1972
|
readonly applicationId: {
|
|
1973
1973
|
readonly universalIdentifier: "24ec1239-1240-42cb-8a2d-302632378e09";
|
|
1974
1974
|
};
|
|
@@ -2024,6 +2024,9 @@ declare const STANDARD_OBJECTS: {
|
|
|
2024
2024
|
readonly status: {
|
|
2025
2025
|
readonly universalIdentifier: "6c4a81a2-d9c1-4f82-984c-f97e083ca710";
|
|
2026
2026
|
};
|
|
2027
|
+
readonly recordingRequestStatus: {
|
|
2028
|
+
readonly universalIdentifier: "3bdedacd-0fd5-4175-8d28-2fe41bb5aa77";
|
|
2029
|
+
};
|
|
2027
2030
|
readonly title: {
|
|
2028
2031
|
readonly universalIdentifier: "b1d5051b-071d-4514-93cf-704724cdc8f6";
|
|
2029
2032
|
};
|
|
@@ -2046,6 +2049,9 @@ declare const STANDARD_OBJECTS: {
|
|
|
2046
2049
|
readonly status: {
|
|
2047
2050
|
readonly universalIdentifier: "93483569-fcd2-46cf-b576-9f0318ad2b3b";
|
|
2048
2051
|
};
|
|
2052
|
+
readonly recordingRequestStatus: {
|
|
2053
|
+
readonly universalIdentifier: "364a90b1-e9aa-4606-996b-46e579ebeb28";
|
|
2054
|
+
};
|
|
2049
2055
|
readonly startedAt: {
|
|
2050
2056
|
readonly universalIdentifier: "3fd00fbb-c153-45e3-b6e6-43d18d34052a";
|
|
2051
2057
|
};
|