@eide/foir-proto-ts 0.93.0 → 0.95.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/package.json +1 -1
- package/src/deploy/v1/deploy_connect.d.ts +292 -0
- package/src/deploy/v1/deploy_connect.js +292 -0
- package/src/deploy/v1/deploy_pb.d.ts +2307 -0
- package/src/deploy/v1/deploy_pb.js +475 -0
- package/src/identity/v1/identity_connect.d.ts +30 -1
- package/src/identity/v1/identity_connect.js +30 -1
- package/src/identity/v1/identity_pb.d.ts +223 -0
- package/src/identity/v1/identity_pb.js +121 -72
- package/src/settings/v1/settings_connect.d.ts +59 -1
- package/src/settings/v1/settings_connect.js +59 -1
- package/src/settings/v1/settings_pb.d.ts +444 -0
- package/src/settings/v1/settings_pb.js +117 -19
- package/src/storage/v1/storage_pb.d.ts +10 -0
- package/src/storage/v1/storage_pb.js +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { AcceptShareRequest, AcceptShareResponse, BulkSetSettingsRequest, BulkSetSettingsResponse, CancelScheduledContextDimensionPublishRequest, CancelScheduledContextDimensionPublishResponse, CancelScheduledDesignTokensPublishRequest, CancelScheduledDesignTokensPublishResponse, CancelScheduledProfileSchemaPublishRequest, CancelScheduledProfileSchemaPublishResponse, ClearRecentlyOpenedRequest, ClearRecentlyOpenedResponse, CountDesignTokenReferencesRequest, CountDesignTokenReferencesResponse, CreateContextDimensionRequest, CreateContextDimensionResponse, CreateCustomerProfileRequest, CreateCustomerProfileResponse, CreateLocaleRequest, CreateLocaleResponse, CreateNoteRequest, CreateNoteResponse, CreateShareRequest, CreateShareResponse, CreateVariantCatalogEntryRequest, CreateVariantCatalogEntryResponse, DeclineShareRequest, DeclineShareResponse, DeleteContextDimensionRequest, DeleteContextDimensionResponse, DeleteCustomerProfileRequest, DeleteCustomerProfileResponse, DeleteLocaleRequest, DeleteLocaleResponse, DeleteNoteRequest, DeleteNoteResponse, DeleteSettingRequest, DeleteSettingResponse, DeleteSettingsByCategoryRequest, DeleteSettingsByCategoryResponse, DeleteVariantCatalogEntryRequest, DeleteVariantCatalogEntryResponse, EnsureDefaultVariantCatalogEntryRequest, EnsureDefaultVariantCatalogEntryResponse, GetContextDimensionByKeyRequest, GetContextDimensionByKeyResponse, GetContextDimensionPublishStatusRequest, GetContextDimensionPublishStatusResponse, GetContextDimensionRequest, GetContextDimensionResponse, GetContextDimensionValuesRequest, GetContextDimensionValuesResponse, GetCustomerProfileRequest, GetCustomerProfileResponse, GetCustomerProfileSchemaRequest, GetCustomerProfileSchemaResponse, GetCustomerResolutionAttributesRequest, GetCustomerResolutionAttributesResponse, GetDefaultLocaleRequest, GetDefaultLocaleResponse, GetDefaultVariantCatalogEntryRequest, GetDefaultVariantCatalogEntryResponse, GetDesignTokensPublishStatusRequest, GetDesignTokensPublishStatusResponse, GetDesignTokensRequest, GetDesignTokensResponse, GetEditorConfigsRequest, GetEditorConfigsResponse, GetLocaleByCodeRequest, GetLocaleByCodeResponse, GetLocaleRequest, GetLocaleResponse, GetNavPreferencesRequest, GetNavPreferencesResponse, GetNoteRequest, GetNoteResponse, GetProfileSchemaPublishStatusRequest, GetProfileSchemaPublishStatusResponse, GetProjectPublishStatusRequest, GetProjectPublishStatusResponse, GetProjectSchemaRequest, GetProjectSchemaResponse, GetSettingsRequest, GetSettingsResponse, GetShareRequest, GetShareResponse, GetVariantCatalogEntryRequest, GetVariantCatalogEntryResponse, ListAuditLogsRequest, ListAuditLogsResponse, ListContextDimensionsRequest, ListContextDimensionsResponse, ListLocalesRequest, ListLocalesResponse, ListMyMentionsRequest, ListMyMentionsResponse, ListNotesRequest, ListNotesResponse, ListRecentlyOpenedRequest, ListRecentlyOpenedResponse, ListSharesRequest, ListSharesResponse, ListVariantCatalogRequest, ListVariantCatalogResponse, MarkMentionsSeenRequest, MarkMentionsSeenResponse, PublishContextDimensionRequest, PublishContextDimensionResponse, PublishDesignTokensRequest, PublishDesignTokensResponse, PublishProfileSchemaRequest, PublishProfileSchemaResponse, PublishProjectSchemaRequest, PublishProjectSchemaResponse, RemoveRecentlyOpenedRequest, RemoveRecentlyOpenedResponse, ResolveNoteRequest, ResolveNoteResponse, RevokeShareRequest, RevokeShareResponse, ScheduleContextDimensionPublishRequest, ScheduleContextDimensionPublishResponse, ScheduleDesignTokensPublishRequest, ScheduleDesignTokensPublishResponse, ScheduleProfileSchemaPublishRequest, ScheduleProfileSchemaPublishResponse, SearchCustomerProfilesRequest, SearchCustomerProfilesResponse, SearchNotesRequest, SearchNotesResponse, TrackRecentlyOpenedRequest, TrackRecentlyOpenedResponse, UnpublishContextDimensionRequest, UnpublishContextDimensionResponse, UnpublishDesignTokensRequest, UnpublishDesignTokensResponse, UnpublishProfileSchemaRequest, UnpublishProfileSchemaResponse, UnresolveNoteRequest, UnresolveNoteResponse, UpdateContextDimensionRequest, UpdateContextDimensionResponse, UpdateCustomerProfileRequest, UpdateCustomerProfileResponse, UpdateCustomerProfileSchemaRequest, UpdateCustomerProfileSchemaResponse, UpdateDesignTokensRequest, UpdateDesignTokensResponse, UpdateLocaleRequest, UpdateLocaleResponse, UpdateMentionStatusRequest, UpdateMentionStatusResponse, UpdateNavPreferencesRequest, UpdateNavPreferencesResponse, UpdateNoteRequest, UpdateNoteResponse, UpdateSettingRequest, UpdateSettingResponse, UpdateShareRequest, UpdateShareResponse, UpdateVariantCatalogEntryRequest, UpdateVariantCatalogEntryResponse } from "./settings_pbjs";
|
|
6
|
+
import { AcceptShareRequest, AcceptShareResponse, BulkSetSettingsRequest, BulkSetSettingsResponse, CancelScheduledContextDimensionPublishRequest, CancelScheduledContextDimensionPublishResponse, CancelScheduledDesignTokensPublishRequest, CancelScheduledDesignTokensPublishResponse, CancelScheduledProfileSchemaPublishRequest, CancelScheduledProfileSchemaPublishResponse, ClearRecentlyOpenedRequest, ClearRecentlyOpenedResponse, CountDesignTokenReferencesRequest, CountDesignTokenReferencesResponse, CreateContextDimensionRequest, CreateContextDimensionResponse, CreateCustomerProfileRequest, CreateCustomerProfileResponse, CreateLocaleRequest, CreateLocaleResponse, CreateNoteRequest, CreateNoteResponse, CreateShareRequest, CreateShareResponse, CreateVariantCatalogEntryRequest, CreateVariantCatalogEntryResponse, DeclineShareRequest, DeclineShareResponse, DeleteContextDimensionRequest, DeleteContextDimensionResponse, DeleteCustomerProfileRequest, DeleteCustomerProfileResponse, DeleteLocaleRequest, DeleteLocaleResponse, DeleteNoteRequest, DeleteNoteResponse, DeleteSettingRequest, DeleteSettingResponse, DeleteSettingsByCategoryRequest, DeleteSettingsByCategoryResponse, DeleteVariantCatalogEntryRequest, DeleteVariantCatalogEntryResponse, EnsureDefaultVariantCatalogEntryRequest, EnsureDefaultVariantCatalogEntryResponse, GetContextDimensionByKeyRequest, GetContextDimensionByKeyResponse, GetContextDimensionPublishStatusRequest, GetContextDimensionPublishStatusResponse, GetContextDimensionRequest, GetContextDimensionResponse, GetContextDimensionValuesRequest, GetContextDimensionValuesResponse, GetContextDimensionVersionRequest, GetContextDimensionVersionResponse, GetCustomerProfileRequest, GetCustomerProfileResponse, GetCustomerProfileSchemaRequest, GetCustomerProfileSchemaResponse, GetCustomerResolutionAttributesRequest, GetCustomerResolutionAttributesResponse, GetDefaultLocaleRequest, GetDefaultLocaleResponse, GetDefaultVariantCatalogEntryRequest, GetDefaultVariantCatalogEntryResponse, GetDesignTokensPublishStatusRequest, GetDesignTokensPublishStatusResponse, GetDesignTokensRequest, GetDesignTokensResponse, GetEditorConfigsRequest, GetEditorConfigsResponse, GetLocaleByCodeRequest, GetLocaleByCodeResponse, GetLocaleRequest, GetLocaleResponse, GetNavPreferencesRequest, GetNavPreferencesResponse, GetNoteRequest, GetNoteResponse, GetProfileSchemaPublishStatusRequest, GetProfileSchemaPublishStatusResponse, GetProfileSchemaVersionRequest, GetProfileSchemaVersionResponse, GetProjectPublishStatusRequest, GetProjectPublishStatusResponse, GetProjectSchemaRequest, GetProjectSchemaResponse, GetSettingsRequest, GetSettingsResponse, GetShareRequest, GetShareResponse, GetVariantCatalogEntryRequest, GetVariantCatalogEntryResponse, ListAuditLogsRequest, ListAuditLogsResponse, ListContextDimensionsRequest, ListContextDimensionsResponse, ListContextDimensionVersionsRequest, ListContextDimensionVersionsResponse, ListLocalesRequest, ListLocalesResponse, ListMyMentionsRequest, ListMyMentionsResponse, ListNotesRequest, ListNotesResponse, ListProfileSchemaVersionsRequest, ListProfileSchemaVersionsResponse, ListRecentlyOpenedRequest, ListRecentlyOpenedResponse, ListSharesRequest, ListSharesResponse, ListVariantCatalogRequest, ListVariantCatalogResponse, MarkMentionsSeenRequest, MarkMentionsSeenResponse, PublishContextDimensionRequest, PublishContextDimensionResponse, PublishDesignTokensRequest, PublishDesignTokensResponse, PublishProfileSchemaRequest, PublishProfileSchemaResponse, PublishProjectSchemaRequest, PublishProjectSchemaResponse, RemoveRecentlyOpenedRequest, RemoveRecentlyOpenedResponse, ResolveNoteRequest, ResolveNoteResponse, RestoreContextDimensionVersionRequest, RestoreContextDimensionVersionResponse, RestoreProfileSchemaVersionRequest, RestoreProfileSchemaVersionResponse, RevokeShareRequest, RevokeShareResponse, ScheduleContextDimensionPublishRequest, ScheduleContextDimensionPublishResponse, ScheduleDesignTokensPublishRequest, ScheduleDesignTokensPublishResponse, ScheduleProfileSchemaPublishRequest, ScheduleProfileSchemaPublishResponse, SearchCustomerProfilesRequest, SearchCustomerProfilesResponse, SearchNotesRequest, SearchNotesResponse, TrackRecentlyOpenedRequest, TrackRecentlyOpenedResponse, UnpublishContextDimensionRequest, UnpublishContextDimensionResponse, UnpublishDesignTokensRequest, UnpublishDesignTokensResponse, UnpublishProfileSchemaRequest, UnpublishProfileSchemaResponse, UnresolveNoteRequest, UnresolveNoteResponse, UpdateContextDimensionRequest, UpdateContextDimensionResponse, UpdateCustomerProfileRequest, UpdateCustomerProfileResponse, UpdateCustomerProfileSchemaRequest, UpdateCustomerProfileSchemaResponse, UpdateDesignTokensRequest, UpdateDesignTokensResponse, UpdateLocaleRequest, UpdateLocaleResponse, UpdateMentionStatusRequest, UpdateMentionStatusResponse, UpdateNavPreferencesRequest, UpdateNavPreferencesResponse, UpdateNoteRequest, UpdateNoteResponse, UpdateSettingRequest, UpdateSettingResponse, UpdateShareRequest, UpdateShareResponse, UpdateVariantCatalogEntryRequest, UpdateVariantCatalogEntryResponse } from "./settings_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -640,6 +640,64 @@ export declare const SettingsService: {
|
|
|
640
640
|
readonly O: typeof CancelScheduledContextDimensionPublishResponse,
|
|
641
641
|
readonly kind: MethodKind.Unary,
|
|
642
642
|
},
|
|
643
|
+
/**
|
|
644
|
+
* Context dimension version history (mirrors OperationsService versioning).
|
|
645
|
+
*
|
|
646
|
+
* @generated from rpc settings.v1.SettingsService.GetContextDimensionVersion
|
|
647
|
+
*/
|
|
648
|
+
readonly getContextDimensionVersion: {
|
|
649
|
+
readonly name: "GetContextDimensionVersion",
|
|
650
|
+
readonly I: typeof GetContextDimensionVersionRequest,
|
|
651
|
+
readonly O: typeof GetContextDimensionVersionResponse,
|
|
652
|
+
readonly kind: MethodKind.Unary,
|
|
653
|
+
},
|
|
654
|
+
/**
|
|
655
|
+
* @generated from rpc settings.v1.SettingsService.ListContextDimensionVersions
|
|
656
|
+
*/
|
|
657
|
+
readonly listContextDimensionVersions: {
|
|
658
|
+
readonly name: "ListContextDimensionVersions",
|
|
659
|
+
readonly I: typeof ListContextDimensionVersionsRequest,
|
|
660
|
+
readonly O: typeof ListContextDimensionVersionsResponse,
|
|
661
|
+
readonly kind: MethodKind.Unary,
|
|
662
|
+
},
|
|
663
|
+
/**
|
|
664
|
+
* @generated from rpc settings.v1.SettingsService.RestoreContextDimensionVersion
|
|
665
|
+
*/
|
|
666
|
+
readonly restoreContextDimensionVersion: {
|
|
667
|
+
readonly name: "RestoreContextDimensionVersion",
|
|
668
|
+
readonly I: typeof RestoreContextDimensionVersionRequest,
|
|
669
|
+
readonly O: typeof RestoreContextDimensionVersionResponse,
|
|
670
|
+
readonly kind: MethodKind.Unary,
|
|
671
|
+
},
|
|
672
|
+
/**
|
|
673
|
+
* Profile schema version history (per-project; resolves from session).
|
|
674
|
+
*
|
|
675
|
+
* @generated from rpc settings.v1.SettingsService.GetProfileSchemaVersion
|
|
676
|
+
*/
|
|
677
|
+
readonly getProfileSchemaVersion: {
|
|
678
|
+
readonly name: "GetProfileSchemaVersion",
|
|
679
|
+
readonly I: typeof GetProfileSchemaVersionRequest,
|
|
680
|
+
readonly O: typeof GetProfileSchemaVersionResponse,
|
|
681
|
+
readonly kind: MethodKind.Unary,
|
|
682
|
+
},
|
|
683
|
+
/**
|
|
684
|
+
* @generated from rpc settings.v1.SettingsService.ListProfileSchemaVersions
|
|
685
|
+
*/
|
|
686
|
+
readonly listProfileSchemaVersions: {
|
|
687
|
+
readonly name: "ListProfileSchemaVersions",
|
|
688
|
+
readonly I: typeof ListProfileSchemaVersionsRequest,
|
|
689
|
+
readonly O: typeof ListProfileSchemaVersionsResponse,
|
|
690
|
+
readonly kind: MethodKind.Unary,
|
|
691
|
+
},
|
|
692
|
+
/**
|
|
693
|
+
* @generated from rpc settings.v1.SettingsService.RestoreProfileSchemaVersion
|
|
694
|
+
*/
|
|
695
|
+
readonly restoreProfileSchemaVersion: {
|
|
696
|
+
readonly name: "RestoreProfileSchemaVersion",
|
|
697
|
+
readonly I: typeof RestoreProfileSchemaVersionRequest,
|
|
698
|
+
readonly O: typeof RestoreProfileSchemaVersionResponse,
|
|
699
|
+
readonly kind: MethodKind.Unary,
|
|
700
|
+
},
|
|
643
701
|
/**
|
|
644
702
|
* @generated from rpc settings.v1.SettingsService.PublishProfileSchema
|
|
645
703
|
*/
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
// @ts-nocheck
|
|
5
5
|
|
|
6
|
-
import { AcceptShareRequest, AcceptShareResponse, BulkSetSettingsRequest, BulkSetSettingsResponse, CancelScheduledContextDimensionPublishRequest, CancelScheduledContextDimensionPublishResponse, CancelScheduledDesignTokensPublishRequest, CancelScheduledDesignTokensPublishResponse, CancelScheduledProfileSchemaPublishRequest, CancelScheduledProfileSchemaPublishResponse, ClearRecentlyOpenedRequest, ClearRecentlyOpenedResponse, CountDesignTokenReferencesRequest, CountDesignTokenReferencesResponse, CreateContextDimensionRequest, CreateContextDimensionResponse, CreateCustomerProfileRequest, CreateCustomerProfileResponse, CreateLocaleRequest, CreateLocaleResponse, CreateNoteRequest, CreateNoteResponse, CreateShareRequest, CreateShareResponse, CreateVariantCatalogEntryRequest, CreateVariantCatalogEntryResponse, DeclineShareRequest, DeclineShareResponse, DeleteContextDimensionRequest, DeleteContextDimensionResponse, DeleteCustomerProfileRequest, DeleteCustomerProfileResponse, DeleteLocaleRequest, DeleteLocaleResponse, DeleteNoteRequest, DeleteNoteResponse, DeleteSettingRequest, DeleteSettingResponse, DeleteSettingsByCategoryRequest, DeleteSettingsByCategoryResponse, DeleteVariantCatalogEntryRequest, DeleteVariantCatalogEntryResponse, EnsureDefaultVariantCatalogEntryRequest, EnsureDefaultVariantCatalogEntryResponse, GetContextDimensionByKeyRequest, GetContextDimensionByKeyResponse, GetContextDimensionPublishStatusRequest, GetContextDimensionPublishStatusResponse, GetContextDimensionRequest, GetContextDimensionResponse, GetContextDimensionValuesRequest, GetContextDimensionValuesResponse, GetCustomerProfileRequest, GetCustomerProfileResponse, GetCustomerProfileSchemaRequest, GetCustomerProfileSchemaResponse, GetCustomerResolutionAttributesRequest, GetCustomerResolutionAttributesResponse, GetDefaultLocaleRequest, GetDefaultLocaleResponse, GetDefaultVariantCatalogEntryRequest, GetDefaultVariantCatalogEntryResponse, GetDesignTokensPublishStatusRequest, GetDesignTokensPublishStatusResponse, GetDesignTokensRequest, GetDesignTokensResponse, GetEditorConfigsRequest, GetEditorConfigsResponse, GetLocaleByCodeRequest, GetLocaleByCodeResponse, GetLocaleRequest, GetLocaleResponse, GetNavPreferencesRequest, GetNavPreferencesResponse, GetNoteRequest, GetNoteResponse, GetProfileSchemaPublishStatusRequest, GetProfileSchemaPublishStatusResponse, GetProjectPublishStatusRequest, GetProjectPublishStatusResponse, GetProjectSchemaRequest, GetProjectSchemaResponse, GetSettingsRequest, GetSettingsResponse, GetShareRequest, GetShareResponse, GetVariantCatalogEntryRequest, GetVariantCatalogEntryResponse, ListAuditLogsRequest, ListAuditLogsResponse, ListContextDimensionsRequest, ListContextDimensionsResponse, ListLocalesRequest, ListLocalesResponse, ListMyMentionsRequest, ListMyMentionsResponse, ListNotesRequest, ListNotesResponse, ListRecentlyOpenedRequest, ListRecentlyOpenedResponse, ListSharesRequest, ListSharesResponse, ListVariantCatalogRequest, ListVariantCatalogResponse, MarkMentionsSeenRequest, MarkMentionsSeenResponse, PublishContextDimensionRequest, PublishContextDimensionResponse, PublishDesignTokensRequest, PublishDesignTokensResponse, PublishProfileSchemaRequest, PublishProfileSchemaResponse, PublishProjectSchemaRequest, PublishProjectSchemaResponse, RemoveRecentlyOpenedRequest, RemoveRecentlyOpenedResponse, ResolveNoteRequest, ResolveNoteResponse, RevokeShareRequest, RevokeShareResponse, ScheduleContextDimensionPublishRequest, ScheduleContextDimensionPublishResponse, ScheduleDesignTokensPublishRequest, ScheduleDesignTokensPublishResponse, ScheduleProfileSchemaPublishRequest, ScheduleProfileSchemaPublishResponse, SearchCustomerProfilesRequest, SearchCustomerProfilesResponse, SearchNotesRequest, SearchNotesResponse, TrackRecentlyOpenedRequest, TrackRecentlyOpenedResponse, UnpublishContextDimensionRequest, UnpublishContextDimensionResponse, UnpublishDesignTokensRequest, UnpublishDesignTokensResponse, UnpublishProfileSchemaRequest, UnpublishProfileSchemaResponse, UnresolveNoteRequest, UnresolveNoteResponse, UpdateContextDimensionRequest, UpdateContextDimensionResponse, UpdateCustomerProfileRequest, UpdateCustomerProfileResponse, UpdateCustomerProfileSchemaRequest, UpdateCustomerProfileSchemaResponse, UpdateDesignTokensRequest, UpdateDesignTokensResponse, UpdateLocaleRequest, UpdateLocaleResponse, UpdateMentionStatusRequest, UpdateMentionStatusResponse, UpdateNavPreferencesRequest, UpdateNavPreferencesResponse, UpdateNoteRequest, UpdateNoteResponse, UpdateSettingRequest, UpdateSettingResponse, UpdateShareRequest, UpdateShareResponse, UpdateVariantCatalogEntryRequest, UpdateVariantCatalogEntryResponse } from "./settings_pbjs";
|
|
6
|
+
import { AcceptShareRequest, AcceptShareResponse, BulkSetSettingsRequest, BulkSetSettingsResponse, CancelScheduledContextDimensionPublishRequest, CancelScheduledContextDimensionPublishResponse, CancelScheduledDesignTokensPublishRequest, CancelScheduledDesignTokensPublishResponse, CancelScheduledProfileSchemaPublishRequest, CancelScheduledProfileSchemaPublishResponse, ClearRecentlyOpenedRequest, ClearRecentlyOpenedResponse, CountDesignTokenReferencesRequest, CountDesignTokenReferencesResponse, CreateContextDimensionRequest, CreateContextDimensionResponse, CreateCustomerProfileRequest, CreateCustomerProfileResponse, CreateLocaleRequest, CreateLocaleResponse, CreateNoteRequest, CreateNoteResponse, CreateShareRequest, CreateShareResponse, CreateVariantCatalogEntryRequest, CreateVariantCatalogEntryResponse, DeclineShareRequest, DeclineShareResponse, DeleteContextDimensionRequest, DeleteContextDimensionResponse, DeleteCustomerProfileRequest, DeleteCustomerProfileResponse, DeleteLocaleRequest, DeleteLocaleResponse, DeleteNoteRequest, DeleteNoteResponse, DeleteSettingRequest, DeleteSettingResponse, DeleteSettingsByCategoryRequest, DeleteSettingsByCategoryResponse, DeleteVariantCatalogEntryRequest, DeleteVariantCatalogEntryResponse, EnsureDefaultVariantCatalogEntryRequest, EnsureDefaultVariantCatalogEntryResponse, GetContextDimensionByKeyRequest, GetContextDimensionByKeyResponse, GetContextDimensionPublishStatusRequest, GetContextDimensionPublishStatusResponse, GetContextDimensionRequest, GetContextDimensionResponse, GetContextDimensionValuesRequest, GetContextDimensionValuesResponse, GetContextDimensionVersionRequest, GetContextDimensionVersionResponse, GetCustomerProfileRequest, GetCustomerProfileResponse, GetCustomerProfileSchemaRequest, GetCustomerProfileSchemaResponse, GetCustomerResolutionAttributesRequest, GetCustomerResolutionAttributesResponse, GetDefaultLocaleRequest, GetDefaultLocaleResponse, GetDefaultVariantCatalogEntryRequest, GetDefaultVariantCatalogEntryResponse, GetDesignTokensPublishStatusRequest, GetDesignTokensPublishStatusResponse, GetDesignTokensRequest, GetDesignTokensResponse, GetEditorConfigsRequest, GetEditorConfigsResponse, GetLocaleByCodeRequest, GetLocaleByCodeResponse, GetLocaleRequest, GetLocaleResponse, GetNavPreferencesRequest, GetNavPreferencesResponse, GetNoteRequest, GetNoteResponse, GetProfileSchemaPublishStatusRequest, GetProfileSchemaPublishStatusResponse, GetProfileSchemaVersionRequest, GetProfileSchemaVersionResponse, GetProjectPublishStatusRequest, GetProjectPublishStatusResponse, GetProjectSchemaRequest, GetProjectSchemaResponse, GetSettingsRequest, GetSettingsResponse, GetShareRequest, GetShareResponse, GetVariantCatalogEntryRequest, GetVariantCatalogEntryResponse, ListAuditLogsRequest, ListAuditLogsResponse, ListContextDimensionsRequest, ListContextDimensionsResponse, ListContextDimensionVersionsRequest, ListContextDimensionVersionsResponse, ListLocalesRequest, ListLocalesResponse, ListMyMentionsRequest, ListMyMentionsResponse, ListNotesRequest, ListNotesResponse, ListProfileSchemaVersionsRequest, ListProfileSchemaVersionsResponse, ListRecentlyOpenedRequest, ListRecentlyOpenedResponse, ListSharesRequest, ListSharesResponse, ListVariantCatalogRequest, ListVariantCatalogResponse, MarkMentionsSeenRequest, MarkMentionsSeenResponse, PublishContextDimensionRequest, PublishContextDimensionResponse, PublishDesignTokensRequest, PublishDesignTokensResponse, PublishProfileSchemaRequest, PublishProfileSchemaResponse, PublishProjectSchemaRequest, PublishProjectSchemaResponse, RemoveRecentlyOpenedRequest, RemoveRecentlyOpenedResponse, ResolveNoteRequest, ResolveNoteResponse, RestoreContextDimensionVersionRequest, RestoreContextDimensionVersionResponse, RestoreProfileSchemaVersionRequest, RestoreProfileSchemaVersionResponse, RevokeShareRequest, RevokeShareResponse, ScheduleContextDimensionPublishRequest, ScheduleContextDimensionPublishResponse, ScheduleDesignTokensPublishRequest, ScheduleDesignTokensPublishResponse, ScheduleProfileSchemaPublishRequest, ScheduleProfileSchemaPublishResponse, SearchCustomerProfilesRequest, SearchCustomerProfilesResponse, SearchNotesRequest, SearchNotesResponse, TrackRecentlyOpenedRequest, TrackRecentlyOpenedResponse, UnpublishContextDimensionRequest, UnpublishContextDimensionResponse, UnpublishDesignTokensRequest, UnpublishDesignTokensResponse, UnpublishProfileSchemaRequest, UnpublishProfileSchemaResponse, UnresolveNoteRequest, UnresolveNoteResponse, UpdateContextDimensionRequest, UpdateContextDimensionResponse, UpdateCustomerProfileRequest, UpdateCustomerProfileResponse, UpdateCustomerProfileSchemaRequest, UpdateCustomerProfileSchemaResponse, UpdateDesignTokensRequest, UpdateDesignTokensResponse, UpdateLocaleRequest, UpdateLocaleResponse, UpdateMentionStatusRequest, UpdateMentionStatusResponse, UpdateNavPreferencesRequest, UpdateNavPreferencesResponse, UpdateNoteRequest, UpdateNoteResponse, UpdateSettingRequest, UpdateSettingResponse, UpdateShareRequest, UpdateShareResponse, UpdateVariantCatalogEntryRequest, UpdateVariantCatalogEntryResponse } from "./settings_pbjs";
|
|
7
7
|
import { MethodKind } from "@bufbuild/protobuf";
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -640,6 +640,64 @@ export const SettingsService = {
|
|
|
640
640
|
O: CancelScheduledContextDimensionPublishResponse,
|
|
641
641
|
kind: MethodKind.Unary,
|
|
642
642
|
},
|
|
643
|
+
/**
|
|
644
|
+
* Context dimension version history (mirrors OperationsService versioning).
|
|
645
|
+
*
|
|
646
|
+
* @generated from rpc settings.v1.SettingsService.GetContextDimensionVersion
|
|
647
|
+
*/
|
|
648
|
+
getContextDimensionVersion: {
|
|
649
|
+
name: "GetContextDimensionVersion",
|
|
650
|
+
I: GetContextDimensionVersionRequest,
|
|
651
|
+
O: GetContextDimensionVersionResponse,
|
|
652
|
+
kind: MethodKind.Unary,
|
|
653
|
+
},
|
|
654
|
+
/**
|
|
655
|
+
* @generated from rpc settings.v1.SettingsService.ListContextDimensionVersions
|
|
656
|
+
*/
|
|
657
|
+
listContextDimensionVersions: {
|
|
658
|
+
name: "ListContextDimensionVersions",
|
|
659
|
+
I: ListContextDimensionVersionsRequest,
|
|
660
|
+
O: ListContextDimensionVersionsResponse,
|
|
661
|
+
kind: MethodKind.Unary,
|
|
662
|
+
},
|
|
663
|
+
/**
|
|
664
|
+
* @generated from rpc settings.v1.SettingsService.RestoreContextDimensionVersion
|
|
665
|
+
*/
|
|
666
|
+
restoreContextDimensionVersion: {
|
|
667
|
+
name: "RestoreContextDimensionVersion",
|
|
668
|
+
I: RestoreContextDimensionVersionRequest,
|
|
669
|
+
O: RestoreContextDimensionVersionResponse,
|
|
670
|
+
kind: MethodKind.Unary,
|
|
671
|
+
},
|
|
672
|
+
/**
|
|
673
|
+
* Profile schema version history (per-project; resolves from session).
|
|
674
|
+
*
|
|
675
|
+
* @generated from rpc settings.v1.SettingsService.GetProfileSchemaVersion
|
|
676
|
+
*/
|
|
677
|
+
getProfileSchemaVersion: {
|
|
678
|
+
name: "GetProfileSchemaVersion",
|
|
679
|
+
I: GetProfileSchemaVersionRequest,
|
|
680
|
+
O: GetProfileSchemaVersionResponse,
|
|
681
|
+
kind: MethodKind.Unary,
|
|
682
|
+
},
|
|
683
|
+
/**
|
|
684
|
+
* @generated from rpc settings.v1.SettingsService.ListProfileSchemaVersions
|
|
685
|
+
*/
|
|
686
|
+
listProfileSchemaVersions: {
|
|
687
|
+
name: "ListProfileSchemaVersions",
|
|
688
|
+
I: ListProfileSchemaVersionsRequest,
|
|
689
|
+
O: ListProfileSchemaVersionsResponse,
|
|
690
|
+
kind: MethodKind.Unary,
|
|
691
|
+
},
|
|
692
|
+
/**
|
|
693
|
+
* @generated from rpc settings.v1.SettingsService.RestoreProfileSchemaVersion
|
|
694
|
+
*/
|
|
695
|
+
restoreProfileSchemaVersion: {
|
|
696
|
+
name: "RestoreProfileSchemaVersion",
|
|
697
|
+
I: RestoreProfileSchemaVersionRequest,
|
|
698
|
+
O: RestoreProfileSchemaVersionResponse,
|
|
699
|
+
kind: MethodKind.Unary,
|
|
700
|
+
},
|
|
643
701
|
/**
|
|
644
702
|
* @generated from rpc settings.v1.SettingsService.PublishProfileSchema
|
|
645
703
|
*/
|
|
@@ -5025,6 +5025,206 @@ export declare type GetContextDimensionPublishStatusResponse = Message<"settings
|
|
|
5025
5025
|
*/
|
|
5026
5026
|
export declare const GetContextDimensionPublishStatusResponseSchema: GenMessage<GetContextDimensionPublishStatusResponse>;
|
|
5027
5027
|
|
|
5028
|
+
/**
|
|
5029
|
+
* @generated from message settings.v1.ContextDimensionVersion
|
|
5030
|
+
*/
|
|
5031
|
+
export declare type ContextDimensionVersion = Message<"settings.v1.ContextDimensionVersion"> & {
|
|
5032
|
+
/**
|
|
5033
|
+
* @generated from field: string id = 1;
|
|
5034
|
+
*/
|
|
5035
|
+
id: string;
|
|
5036
|
+
|
|
5037
|
+
/**
|
|
5038
|
+
* @generated from field: string context_dimension_id = 2;
|
|
5039
|
+
*/
|
|
5040
|
+
contextDimensionId: string;
|
|
5041
|
+
|
|
5042
|
+
/**
|
|
5043
|
+
* @generated from field: int32 version_number = 3;
|
|
5044
|
+
*/
|
|
5045
|
+
versionNumber: number;
|
|
5046
|
+
|
|
5047
|
+
/**
|
|
5048
|
+
* Full snapshot of the dimension's definition fields, decoded back onto the
|
|
5049
|
+
* live row on restore.
|
|
5050
|
+
*
|
|
5051
|
+
* @generated from field: google.protobuf.Struct snapshot = 4;
|
|
5052
|
+
*/
|
|
5053
|
+
snapshot?: JsonObject | undefined;
|
|
5054
|
+
|
|
5055
|
+
/**
|
|
5056
|
+
* @generated from field: string content_hash = 5;
|
|
5057
|
+
*/
|
|
5058
|
+
contentHash: string;
|
|
5059
|
+
|
|
5060
|
+
/**
|
|
5061
|
+
* @generated from field: optional string source_version_id = 6;
|
|
5062
|
+
*/
|
|
5063
|
+
sourceVersionId?: string | undefined;
|
|
5064
|
+
|
|
5065
|
+
/**
|
|
5066
|
+
* @generated from field: optional string change_description = 7;
|
|
5067
|
+
*/
|
|
5068
|
+
changeDescription?: string | undefined;
|
|
5069
|
+
|
|
5070
|
+
/**
|
|
5071
|
+
* @generated from field: google.protobuf.Timestamp created_at = 8;
|
|
5072
|
+
*/
|
|
5073
|
+
createdAt?: Timestamp | undefined;
|
|
5074
|
+
|
|
5075
|
+
/**
|
|
5076
|
+
* @generated from field: optional string created_by = 9;
|
|
5077
|
+
*/
|
|
5078
|
+
createdBy?: string | undefined;
|
|
5079
|
+
};
|
|
5080
|
+
|
|
5081
|
+
/**
|
|
5082
|
+
* Describes the message settings.v1.ContextDimensionVersion.
|
|
5083
|
+
* Use `create(ContextDimensionVersionSchema)` to create a new message.
|
|
5084
|
+
*/
|
|
5085
|
+
export declare const ContextDimensionVersionSchema: GenMessage<ContextDimensionVersion>;
|
|
5086
|
+
|
|
5087
|
+
/**
|
|
5088
|
+
* @generated from message settings.v1.GetContextDimensionVersionRequest
|
|
5089
|
+
*/
|
|
5090
|
+
export declare type GetContextDimensionVersionRequest = Message<"settings.v1.GetContextDimensionVersionRequest"> & {
|
|
5091
|
+
/**
|
|
5092
|
+
* @generated from field: string id = 1;
|
|
5093
|
+
*/
|
|
5094
|
+
id: string;
|
|
5095
|
+
};
|
|
5096
|
+
|
|
5097
|
+
/**
|
|
5098
|
+
* Describes the message settings.v1.GetContextDimensionVersionRequest.
|
|
5099
|
+
* Use `create(GetContextDimensionVersionRequestSchema)` to create a new message.
|
|
5100
|
+
*/
|
|
5101
|
+
export declare const GetContextDimensionVersionRequestSchema: GenMessage<GetContextDimensionVersionRequest>;
|
|
5102
|
+
|
|
5103
|
+
/**
|
|
5104
|
+
* @generated from message settings.v1.GetContextDimensionVersionResponse
|
|
5105
|
+
*/
|
|
5106
|
+
export declare type GetContextDimensionVersionResponse = Message<"settings.v1.GetContextDimensionVersionResponse"> & {
|
|
5107
|
+
/**
|
|
5108
|
+
* @generated from field: settings.v1.ContextDimensionVersion version = 1;
|
|
5109
|
+
*/
|
|
5110
|
+
version?: ContextDimensionVersion | undefined;
|
|
5111
|
+
};
|
|
5112
|
+
|
|
5113
|
+
/**
|
|
5114
|
+
* Describes the message settings.v1.GetContextDimensionVersionResponse.
|
|
5115
|
+
* Use `create(GetContextDimensionVersionResponseSchema)` to create a new message.
|
|
5116
|
+
*/
|
|
5117
|
+
export declare const GetContextDimensionVersionResponseSchema: GenMessage<GetContextDimensionVersionResponse>;
|
|
5118
|
+
|
|
5119
|
+
/**
|
|
5120
|
+
* @generated from message settings.v1.ListContextDimensionVersionsRequest
|
|
5121
|
+
*/
|
|
5122
|
+
export declare type ListContextDimensionVersionsRequest = Message<"settings.v1.ListContextDimensionVersionsRequest"> & {
|
|
5123
|
+
/**
|
|
5124
|
+
* @generated from field: string context_dimension_id = 1;
|
|
5125
|
+
*/
|
|
5126
|
+
contextDimensionId: string;
|
|
5127
|
+
|
|
5128
|
+
/**
|
|
5129
|
+
* @generated from field: optional string after = 2;
|
|
5130
|
+
*/
|
|
5131
|
+
after?: string | undefined;
|
|
5132
|
+
|
|
5133
|
+
/**
|
|
5134
|
+
* @generated from field: optional string before = 3;
|
|
5135
|
+
*/
|
|
5136
|
+
before?: string | undefined;
|
|
5137
|
+
|
|
5138
|
+
/**
|
|
5139
|
+
* @generated from field: optional int32 first = 4;
|
|
5140
|
+
*/
|
|
5141
|
+
first?: number | undefined;
|
|
5142
|
+
|
|
5143
|
+
/**
|
|
5144
|
+
* @generated from field: optional int32 last = 5;
|
|
5145
|
+
*/
|
|
5146
|
+
last?: number | undefined;
|
|
5147
|
+
};
|
|
5148
|
+
|
|
5149
|
+
/**
|
|
5150
|
+
* Describes the message settings.v1.ListContextDimensionVersionsRequest.
|
|
5151
|
+
* Use `create(ListContextDimensionVersionsRequestSchema)` to create a new message.
|
|
5152
|
+
*/
|
|
5153
|
+
export declare const ListContextDimensionVersionsRequestSchema: GenMessage<ListContextDimensionVersionsRequest>;
|
|
5154
|
+
|
|
5155
|
+
/**
|
|
5156
|
+
* @generated from message settings.v1.ListContextDimensionVersionsResponse
|
|
5157
|
+
*/
|
|
5158
|
+
export declare type ListContextDimensionVersionsResponse = Message<"settings.v1.ListContextDimensionVersionsResponse"> & {
|
|
5159
|
+
/**
|
|
5160
|
+
* @generated from field: repeated settings.v1.ContextDimensionVersion versions = 1;
|
|
5161
|
+
*/
|
|
5162
|
+
versions: ContextDimensionVersion[];
|
|
5163
|
+
|
|
5164
|
+
/**
|
|
5165
|
+
* @generated from field: int32 total = 2;
|
|
5166
|
+
*/
|
|
5167
|
+
total: number;
|
|
5168
|
+
|
|
5169
|
+
/**
|
|
5170
|
+
* @generated from field: optional common.v1.PageInfo page_info = 3;
|
|
5171
|
+
*/
|
|
5172
|
+
pageInfo?: PageInfo | undefined;
|
|
5173
|
+
|
|
5174
|
+
/**
|
|
5175
|
+
* @generated from field: repeated string cursors = 4;
|
|
5176
|
+
*/
|
|
5177
|
+
cursors: string[];
|
|
5178
|
+
};
|
|
5179
|
+
|
|
5180
|
+
/**
|
|
5181
|
+
* Describes the message settings.v1.ListContextDimensionVersionsResponse.
|
|
5182
|
+
* Use `create(ListContextDimensionVersionsResponseSchema)` to create a new message.
|
|
5183
|
+
*/
|
|
5184
|
+
export declare const ListContextDimensionVersionsResponseSchema: GenMessage<ListContextDimensionVersionsResponse>;
|
|
5185
|
+
|
|
5186
|
+
/**
|
|
5187
|
+
* @generated from message settings.v1.RestoreContextDimensionVersionRequest
|
|
5188
|
+
*/
|
|
5189
|
+
export declare type RestoreContextDimensionVersionRequest = Message<"settings.v1.RestoreContextDimensionVersionRequest"> & {
|
|
5190
|
+
/**
|
|
5191
|
+
* @generated from field: string version_id = 1;
|
|
5192
|
+
*/
|
|
5193
|
+
versionId: string;
|
|
5194
|
+
|
|
5195
|
+
/**
|
|
5196
|
+
* @generated from field: optional string change_description = 2;
|
|
5197
|
+
*/
|
|
5198
|
+
changeDescription?: string | undefined;
|
|
5199
|
+
};
|
|
5200
|
+
|
|
5201
|
+
/**
|
|
5202
|
+
* Describes the message settings.v1.RestoreContextDimensionVersionRequest.
|
|
5203
|
+
* Use `create(RestoreContextDimensionVersionRequestSchema)` to create a new message.
|
|
5204
|
+
*/
|
|
5205
|
+
export declare const RestoreContextDimensionVersionRequestSchema: GenMessage<RestoreContextDimensionVersionRequest>;
|
|
5206
|
+
|
|
5207
|
+
/**
|
|
5208
|
+
* @generated from message settings.v1.RestoreContextDimensionVersionResponse
|
|
5209
|
+
*/
|
|
5210
|
+
export declare type RestoreContextDimensionVersionResponse = Message<"settings.v1.RestoreContextDimensionVersionResponse"> & {
|
|
5211
|
+
/**
|
|
5212
|
+
* @generated from field: settings.v1.ContextDimension dimension = 1;
|
|
5213
|
+
*/
|
|
5214
|
+
dimension?: ContextDimension | undefined;
|
|
5215
|
+
|
|
5216
|
+
/**
|
|
5217
|
+
* @generated from field: settings.v1.ContextDimensionVersion new_version = 2;
|
|
5218
|
+
*/
|
|
5219
|
+
newVersion?: ContextDimensionVersion | undefined;
|
|
5220
|
+
};
|
|
5221
|
+
|
|
5222
|
+
/**
|
|
5223
|
+
* Describes the message settings.v1.RestoreContextDimensionVersionResponse.
|
|
5224
|
+
* Use `create(RestoreContextDimensionVersionResponseSchema)` to create a new message.
|
|
5225
|
+
*/
|
|
5226
|
+
export declare const RestoreContextDimensionVersionResponseSchema: GenMessage<RestoreContextDimensionVersionResponse>;
|
|
5227
|
+
|
|
5028
5228
|
/**
|
|
5029
5229
|
* @generated from message settings.v1.PublishProfileSchemaRequest
|
|
5030
5230
|
*/
|
|
@@ -5114,6 +5314,198 @@ export declare type GetProfileSchemaPublishStatusResponse = Message<"settings.v1
|
|
|
5114
5314
|
*/
|
|
5115
5315
|
export declare const GetProfileSchemaPublishStatusResponseSchema: GenMessage<GetProfileSchemaPublishStatusResponse>;
|
|
5116
5316
|
|
|
5317
|
+
/**
|
|
5318
|
+
* @generated from message settings.v1.ProfileSchemaVersion
|
|
5319
|
+
*/
|
|
5320
|
+
export declare type ProfileSchemaVersion = Message<"settings.v1.ProfileSchemaVersion"> & {
|
|
5321
|
+
/**
|
|
5322
|
+
* @generated from field: string id = 1;
|
|
5323
|
+
*/
|
|
5324
|
+
id: string;
|
|
5325
|
+
|
|
5326
|
+
/**
|
|
5327
|
+
* @generated from field: string profile_schema_id = 2;
|
|
5328
|
+
*/
|
|
5329
|
+
profileSchemaId: string;
|
|
5330
|
+
|
|
5331
|
+
/**
|
|
5332
|
+
* @generated from field: int32 version_number = 3;
|
|
5333
|
+
*/
|
|
5334
|
+
versionNumber: number;
|
|
5335
|
+
|
|
5336
|
+
/**
|
|
5337
|
+
* @generated from field: google.protobuf.Struct snapshot = 4;
|
|
5338
|
+
*/
|
|
5339
|
+
snapshot?: JsonObject | undefined;
|
|
5340
|
+
|
|
5341
|
+
/**
|
|
5342
|
+
* @generated from field: string content_hash = 5;
|
|
5343
|
+
*/
|
|
5344
|
+
contentHash: string;
|
|
5345
|
+
|
|
5346
|
+
/**
|
|
5347
|
+
* @generated from field: optional string source_version_id = 6;
|
|
5348
|
+
*/
|
|
5349
|
+
sourceVersionId?: string | undefined;
|
|
5350
|
+
|
|
5351
|
+
/**
|
|
5352
|
+
* @generated from field: optional string change_description = 7;
|
|
5353
|
+
*/
|
|
5354
|
+
changeDescription?: string | undefined;
|
|
5355
|
+
|
|
5356
|
+
/**
|
|
5357
|
+
* @generated from field: google.protobuf.Timestamp created_at = 8;
|
|
5358
|
+
*/
|
|
5359
|
+
createdAt?: Timestamp | undefined;
|
|
5360
|
+
|
|
5361
|
+
/**
|
|
5362
|
+
* @generated from field: optional string created_by = 9;
|
|
5363
|
+
*/
|
|
5364
|
+
createdBy?: string | undefined;
|
|
5365
|
+
};
|
|
5366
|
+
|
|
5367
|
+
/**
|
|
5368
|
+
* Describes the message settings.v1.ProfileSchemaVersion.
|
|
5369
|
+
* Use `create(ProfileSchemaVersionSchema)` to create a new message.
|
|
5370
|
+
*/
|
|
5371
|
+
export declare const ProfileSchemaVersionSchema: GenMessage<ProfileSchemaVersion>;
|
|
5372
|
+
|
|
5373
|
+
/**
|
|
5374
|
+
* @generated from message settings.v1.GetProfileSchemaVersionRequest
|
|
5375
|
+
*/
|
|
5376
|
+
export declare type GetProfileSchemaVersionRequest = Message<"settings.v1.GetProfileSchemaVersionRequest"> & {
|
|
5377
|
+
/**
|
|
5378
|
+
* @generated from field: string id = 1;
|
|
5379
|
+
*/
|
|
5380
|
+
id: string;
|
|
5381
|
+
};
|
|
5382
|
+
|
|
5383
|
+
/**
|
|
5384
|
+
* Describes the message settings.v1.GetProfileSchemaVersionRequest.
|
|
5385
|
+
* Use `create(GetProfileSchemaVersionRequestSchema)` to create a new message.
|
|
5386
|
+
*/
|
|
5387
|
+
export declare const GetProfileSchemaVersionRequestSchema: GenMessage<GetProfileSchemaVersionRequest>;
|
|
5388
|
+
|
|
5389
|
+
/**
|
|
5390
|
+
* @generated from message settings.v1.GetProfileSchemaVersionResponse
|
|
5391
|
+
*/
|
|
5392
|
+
export declare type GetProfileSchemaVersionResponse = Message<"settings.v1.GetProfileSchemaVersionResponse"> & {
|
|
5393
|
+
/**
|
|
5394
|
+
* @generated from field: settings.v1.ProfileSchemaVersion version = 1;
|
|
5395
|
+
*/
|
|
5396
|
+
version?: ProfileSchemaVersion | undefined;
|
|
5397
|
+
};
|
|
5398
|
+
|
|
5399
|
+
/**
|
|
5400
|
+
* Describes the message settings.v1.GetProfileSchemaVersionResponse.
|
|
5401
|
+
* Use `create(GetProfileSchemaVersionResponseSchema)` to create a new message.
|
|
5402
|
+
*/
|
|
5403
|
+
export declare const GetProfileSchemaVersionResponseSchema: GenMessage<GetProfileSchemaVersionResponse>;
|
|
5404
|
+
|
|
5405
|
+
/**
|
|
5406
|
+
* @generated from message settings.v1.ListProfileSchemaVersionsRequest
|
|
5407
|
+
*/
|
|
5408
|
+
export declare type ListProfileSchemaVersionsRequest = Message<"settings.v1.ListProfileSchemaVersionsRequest"> & {
|
|
5409
|
+
/**
|
|
5410
|
+
* @generated from field: optional string after = 1;
|
|
5411
|
+
*/
|
|
5412
|
+
after?: string | undefined;
|
|
5413
|
+
|
|
5414
|
+
/**
|
|
5415
|
+
* @generated from field: optional string before = 2;
|
|
5416
|
+
*/
|
|
5417
|
+
before?: string | undefined;
|
|
5418
|
+
|
|
5419
|
+
/**
|
|
5420
|
+
* @generated from field: optional int32 first = 3;
|
|
5421
|
+
*/
|
|
5422
|
+
first?: number | undefined;
|
|
5423
|
+
|
|
5424
|
+
/**
|
|
5425
|
+
* @generated from field: optional int32 last = 4;
|
|
5426
|
+
*/
|
|
5427
|
+
last?: number | undefined;
|
|
5428
|
+
};
|
|
5429
|
+
|
|
5430
|
+
/**
|
|
5431
|
+
* Describes the message settings.v1.ListProfileSchemaVersionsRequest.
|
|
5432
|
+
* Use `create(ListProfileSchemaVersionsRequestSchema)` to create a new message.
|
|
5433
|
+
*/
|
|
5434
|
+
export declare const ListProfileSchemaVersionsRequestSchema: GenMessage<ListProfileSchemaVersionsRequest>;
|
|
5435
|
+
|
|
5436
|
+
/**
|
|
5437
|
+
* @generated from message settings.v1.ListProfileSchemaVersionsResponse
|
|
5438
|
+
*/
|
|
5439
|
+
export declare type ListProfileSchemaVersionsResponse = Message<"settings.v1.ListProfileSchemaVersionsResponse"> & {
|
|
5440
|
+
/**
|
|
5441
|
+
* @generated from field: repeated settings.v1.ProfileSchemaVersion versions = 1;
|
|
5442
|
+
*/
|
|
5443
|
+
versions: ProfileSchemaVersion[];
|
|
5444
|
+
|
|
5445
|
+
/**
|
|
5446
|
+
* @generated from field: int32 total = 2;
|
|
5447
|
+
*/
|
|
5448
|
+
total: number;
|
|
5449
|
+
|
|
5450
|
+
/**
|
|
5451
|
+
* @generated from field: optional common.v1.PageInfo page_info = 3;
|
|
5452
|
+
*/
|
|
5453
|
+
pageInfo?: PageInfo | undefined;
|
|
5454
|
+
|
|
5455
|
+
/**
|
|
5456
|
+
* @generated from field: repeated string cursors = 4;
|
|
5457
|
+
*/
|
|
5458
|
+
cursors: string[];
|
|
5459
|
+
};
|
|
5460
|
+
|
|
5461
|
+
/**
|
|
5462
|
+
* Describes the message settings.v1.ListProfileSchemaVersionsResponse.
|
|
5463
|
+
* Use `create(ListProfileSchemaVersionsResponseSchema)` to create a new message.
|
|
5464
|
+
*/
|
|
5465
|
+
export declare const ListProfileSchemaVersionsResponseSchema: GenMessage<ListProfileSchemaVersionsResponse>;
|
|
5466
|
+
|
|
5467
|
+
/**
|
|
5468
|
+
* @generated from message settings.v1.RestoreProfileSchemaVersionRequest
|
|
5469
|
+
*/
|
|
5470
|
+
export declare type RestoreProfileSchemaVersionRequest = Message<"settings.v1.RestoreProfileSchemaVersionRequest"> & {
|
|
5471
|
+
/**
|
|
5472
|
+
* @generated from field: string version_id = 1;
|
|
5473
|
+
*/
|
|
5474
|
+
versionId: string;
|
|
5475
|
+
|
|
5476
|
+
/**
|
|
5477
|
+
* @generated from field: optional string change_description = 2;
|
|
5478
|
+
*/
|
|
5479
|
+
changeDescription?: string | undefined;
|
|
5480
|
+
};
|
|
5481
|
+
|
|
5482
|
+
/**
|
|
5483
|
+
* Describes the message settings.v1.RestoreProfileSchemaVersionRequest.
|
|
5484
|
+
* Use `create(RestoreProfileSchemaVersionRequestSchema)` to create a new message.
|
|
5485
|
+
*/
|
|
5486
|
+
export declare const RestoreProfileSchemaVersionRequestSchema: GenMessage<RestoreProfileSchemaVersionRequest>;
|
|
5487
|
+
|
|
5488
|
+
/**
|
|
5489
|
+
* @generated from message settings.v1.RestoreProfileSchemaVersionResponse
|
|
5490
|
+
*/
|
|
5491
|
+
export declare type RestoreProfileSchemaVersionResponse = Message<"settings.v1.RestoreProfileSchemaVersionResponse"> & {
|
|
5492
|
+
/**
|
|
5493
|
+
* @generated from field: settings.v1.CustomerProfileSchema schema = 1;
|
|
5494
|
+
*/
|
|
5495
|
+
schema?: CustomerProfileSchema | undefined;
|
|
5496
|
+
|
|
5497
|
+
/**
|
|
5498
|
+
* @generated from field: settings.v1.ProfileSchemaVersion new_version = 2;
|
|
5499
|
+
*/
|
|
5500
|
+
newVersion?: ProfileSchemaVersion | undefined;
|
|
5501
|
+
};
|
|
5502
|
+
|
|
5503
|
+
/**
|
|
5504
|
+
* Describes the message settings.v1.RestoreProfileSchemaVersionResponse.
|
|
5505
|
+
* Use `create(RestoreProfileSchemaVersionResponseSchema)` to create a new message.
|
|
5506
|
+
*/
|
|
5507
|
+
export declare const RestoreProfileSchemaVersionResponseSchema: GenMessage<RestoreProfileSchemaVersionResponse>;
|
|
5508
|
+
|
|
5117
5509
|
/**
|
|
5118
5510
|
* PublishProjectSchema atomically promotes every entity with pending
|
|
5119
5511
|
* changes in one transaction and fires a single Redis invalidation. Used
|
|
@@ -5998,6 +6390,58 @@ export declare const SettingsService: GenService<{
|
|
|
5998
6390
|
input: typeof CancelScheduledContextDimensionPublishRequestSchema;
|
|
5999
6391
|
output: typeof CancelScheduledContextDimensionPublishResponseSchema;
|
|
6000
6392
|
},
|
|
6393
|
+
/**
|
|
6394
|
+
* Context dimension version history (mirrors OperationsService versioning).
|
|
6395
|
+
*
|
|
6396
|
+
* @generated from rpc settings.v1.SettingsService.GetContextDimensionVersion
|
|
6397
|
+
*/
|
|
6398
|
+
getContextDimensionVersion: {
|
|
6399
|
+
methodKind: "unary";
|
|
6400
|
+
input: typeof GetContextDimensionVersionRequestSchema;
|
|
6401
|
+
output: typeof GetContextDimensionVersionResponseSchema;
|
|
6402
|
+
},
|
|
6403
|
+
/**
|
|
6404
|
+
* @generated from rpc settings.v1.SettingsService.ListContextDimensionVersions
|
|
6405
|
+
*/
|
|
6406
|
+
listContextDimensionVersions: {
|
|
6407
|
+
methodKind: "unary";
|
|
6408
|
+
input: typeof ListContextDimensionVersionsRequestSchema;
|
|
6409
|
+
output: typeof ListContextDimensionVersionsResponseSchema;
|
|
6410
|
+
},
|
|
6411
|
+
/**
|
|
6412
|
+
* @generated from rpc settings.v1.SettingsService.RestoreContextDimensionVersion
|
|
6413
|
+
*/
|
|
6414
|
+
restoreContextDimensionVersion: {
|
|
6415
|
+
methodKind: "unary";
|
|
6416
|
+
input: typeof RestoreContextDimensionVersionRequestSchema;
|
|
6417
|
+
output: typeof RestoreContextDimensionVersionResponseSchema;
|
|
6418
|
+
},
|
|
6419
|
+
/**
|
|
6420
|
+
* Profile schema version history (per-project; resolves from session).
|
|
6421
|
+
*
|
|
6422
|
+
* @generated from rpc settings.v1.SettingsService.GetProfileSchemaVersion
|
|
6423
|
+
*/
|
|
6424
|
+
getProfileSchemaVersion: {
|
|
6425
|
+
methodKind: "unary";
|
|
6426
|
+
input: typeof GetProfileSchemaVersionRequestSchema;
|
|
6427
|
+
output: typeof GetProfileSchemaVersionResponseSchema;
|
|
6428
|
+
},
|
|
6429
|
+
/**
|
|
6430
|
+
* @generated from rpc settings.v1.SettingsService.ListProfileSchemaVersions
|
|
6431
|
+
*/
|
|
6432
|
+
listProfileSchemaVersions: {
|
|
6433
|
+
methodKind: "unary";
|
|
6434
|
+
input: typeof ListProfileSchemaVersionsRequestSchema;
|
|
6435
|
+
output: typeof ListProfileSchemaVersionsResponseSchema;
|
|
6436
|
+
},
|
|
6437
|
+
/**
|
|
6438
|
+
* @generated from rpc settings.v1.SettingsService.RestoreProfileSchemaVersion
|
|
6439
|
+
*/
|
|
6440
|
+
restoreProfileSchemaVersion: {
|
|
6441
|
+
methodKind: "unary";
|
|
6442
|
+
input: typeof RestoreProfileSchemaVersionRequestSchema;
|
|
6443
|
+
output: typeof RestoreProfileSchemaVersionResponseSchema;
|
|
6444
|
+
},
|
|
6001
6445
|
/**
|
|
6002
6446
|
* @generated from rpc settings.v1.SettingsService.PublishProfileSchema
|
|
6003
6447
|
*/
|