-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename generators * add changeset
- Loading branch information
Showing
15 changed files
with
43 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"@osdk/foundry-sdk-generator": patch | ||
"@osdk/cli.cmd.typescript": patch | ||
"@osdk/legacy-client": patch | ||
"@osdk/shared.test": patch | ||
"@osdk/generator": patch | ||
"@osdk/client": patch | ||
--- | ||
|
||
Modify name passed to TS user agent |
4 changes: 2 additions & 2 deletions
4
examples-extra/basic/sdk/src/generatedNoCheck/OntologyMetadata.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
import { OntologyMetadata as OM } from '@osdk/api'; | ||
|
||
export type $ExpectedClientVersion = '0.16.0'; | ||
export const $osdkMetadata = { extraUserAgent: 'typescript-sdk/dev osdk-cli/dev' }; | ||
export const $osdkMetadata = { extraUserAgent: 'typescript-osdk/dev osdk-cli/dev' }; | ||
|
||
export interface OntologyMetadata extends OM<$ExpectedClientVersion> {} | ||
|
||
export const OntologyMetadata: OntologyMetadata = { | ||
expectsClientVersion: '0.16.0', | ||
ontologyRid: 'ri.ontology.main.ontology.a35bb7f9-2c57-4199-a1cd-af461d88bd6e', | ||
ontologyApiName: 'default', | ||
userAgent: 'typescript-sdk/dev osdk-cli/dev', | ||
userAgent: 'typescript-osdk/dev osdk-cli/dev', | ||
}; |
4 changes: 2 additions & 2 deletions
4
examples-extra/docs_example/src/generatedNoCheck/OntologyMetadata.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
import { OntologyMetadata as OM } from '@osdk/api'; | ||
|
||
export type $ExpectedClientVersion = '0.16.0'; | ||
export const $osdkMetadata = { extraUserAgent: 'typescript-sdk/dev osdk-cli/dev' }; | ||
export const $osdkMetadata = { extraUserAgent: 'typescript-osdk/dev osdk-cli/dev' }; | ||
|
||
export interface OntologyMetadata extends OM<$ExpectedClientVersion> {} | ||
|
||
export const OntologyMetadata: OntologyMetadata = { | ||
expectsClientVersion: '0.16.0', | ||
ontologyRid: 'ri.ontology.main.ontology.a35bb7f9-2c57-4199-a1cd-af461d88bd6e', | ||
ontologyApiName: 'ontology-d097f725-ab77-46cf-83c0-e3cb9186bff1', | ||
userAgent: 'typescript-sdk/dev osdk-cli/dev', | ||
userAgent: 'typescript-osdk/dev osdk-cli/dev', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
examples-extra/todoapp/src/generatedNoCheck2/OntologyMetadata.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
import { OntologyMetadata as OM } from '@osdk/api'; | ||
|
||
export type $ExpectedClientVersion = '0.16.0'; | ||
export const $osdkMetadata = { extraUserAgent: 'typescript-sdk/dev osdk-cli/dev' }; | ||
export const $osdkMetadata = { extraUserAgent: 'typescript-osdk/dev osdk-cli/dev' }; | ||
|
||
export interface OntologyMetadata extends OM<$ExpectedClientVersion> {} | ||
|
||
export const OntologyMetadata: OntologyMetadata = { | ||
expectsClientVersion: '0.16.0', | ||
ontologyRid: 'ri.ontology.main.ontology.a35bb7f9-2c57-4199-a1cd-af461d88bd6e', | ||
ontologyApiName: 'ontology-d097f725-ab77-46cf-83c0-e3cb9186bff1', | ||
userAgent: 'typescript-sdk/dev osdk-cli/dev', | ||
userAgent: 'typescript-osdk/dev osdk-cli/dev', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters