@sassoftware/vi-api 1.40.2 → 1.40.3
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/component/index.d.ts +2 -2
- package/config/config-api.d.ts +3 -3
- package/control/control-api.d.ts +5 -5
- package/event/event-api.d.ts +1 -1
- package/index.d.ts +1 -1
- package/metadata/admin/admin-metadata-api.d.ts +1 -1
- package/metadata/metadata-api.d.ts +3 -3
- package/object/object-api.d.ts +2 -2
- package/package.json +1 -1
- package/page-admin/page-admin-api.d.ts +1 -1
- package/page-template/page-template-api.d.ts +7 -7
- package/property/property-api.d.ts +4 -4
- package/property/property-api.js +1 -1
- package/resource/resource-api.d.ts +1 -1
- package/score-reps/index.d.ts +1 -1
- package/score-reps/package.json +1 -1
- package/search/client/client-search-api.d.ts +2 -2
- package/search/search-api.d.ts +3 -3
- package/sheet/sheet-api.d.ts +1 -1
- package/shell-tabs/shell-tabs-api.d.ts +31 -31
- package/svi-datahub/index.d.ts +229 -219
- package/svi-datahub/package.json +1 -1
- package/svi-sand/index.d.ts +1 -1
- package/svi-sand/package.json +1 -1
package/svi-datahub/package.json
CHANGED
package/svi-sand/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* tslint:disable */
|
|
2
2
|
/* eslint-disable */
|
|
3
|
-
// Generated using typescript-generator version 2.15.527 on 2024-
|
|
3
|
+
// Generated using typescript-generator version 2.15.527 on 2024-04-29 09:50:57.
|
|
4
4
|
|
|
5
5
|
export interface ApplicationSetting extends ResponsesErrorResponse {
|
|
6
6
|
name?: string;
|
package/svi-sand/package.json
CHANGED