Skip to content

Commit 84aa8f1

Browse files
committed
New spec, new code
1 parent b0fb081 commit 84aa8f1

449 files changed

Lines changed: 8824 additions & 4917 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ If there is no CDN uri provided, construct the uri as the [sample code](./sample
144144

145145
### WebSocket
146146

147-
Please refer to the [RingCentral WebSocket SDK for Java](https://github.com/ringcentral/ringcentral-websocket-java) project.
147+
Please refer to the [RingCentral WebSocket SDK for Java](https://github.com/ringcentral/ringcentral-websocket-java)
148+
project.
148149

149150
### (Deprecated) PubNub
150151

code-generator/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010
"change-case": "^4.1.2",
1111
"js-yaml": "^4.1.0",
1212
"lower-case-first": "^2.0.2",
13-
"openapi-types": "^12.1.0",
13+
"openapi-types": "^12.1.3",
1414
"ramda": "^0.29.0",
15-
"ringcentral-open-api-parser": "^0.11.5"
15+
"ringcentral-open-api-parser": "^0.12.2"
1616
},
1717
"devDependencies": {
1818
"@types/js-yaml": "^4.0.5",
19-
"@types/node": "^20.1.7",
20-
"@types/ramda": "^0.29.1",
19+
"@types/node": "^20.6.0",
20+
"@types/ramda": "^0.29.4",
2121
"dotenv-override-true": "^6.2.2",
22-
"gts": "^3.1.1",
22+
"gts": "^5.0.1",
2323
"ts-node": "^10.9.1",
24-
"typescript": "^5.0.4",
24+
"typescript": "^5.2.2",
2525
"yarn-upgrade-all": "^0.7.2"
2626
}
2727
}

code-generator/yarn.lock

Lines changed: 553 additions & 384 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)