gap-nodejs-sdk 1.0.56 → 1.0.59
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/dist/appointment_api/1.0.0/api/settings.d.ts +1 -0
- package/dist/appointment_api/1.0.0/api/settings.d.ts.map +1 -1
- package/dist/appointment_api/1.0.0/api/settings.js +11 -1
- package/dist/appointment_api/1.0.0/endpoints/settings.d.ts +1 -0
- package/dist/appointment_api/1.0.0/endpoints/settings.d.ts.map +1 -1
- package/dist/appointment_api/1.0.0/endpoints/settings.js +1 -0
- package/dist/appointment_api/1.0.0/models/settings.d.ts +9 -1
- package/dist/appointment_api/1.0.0/models/settings.d.ts.map +1 -1
- package/dist/appointment_api/1.0.0/models/settings.js +16 -5
- package/dist/appointment_api/1.0.0/types/request/settings.d.ts +4 -0
- package/dist/appointment_api/1.0.0/types/request/settings.d.ts.map +1 -1
- package/dist/appointment_api/1.0.0/types/response/settings.d.ts +8 -0
- package/dist/appointment_api/1.0.0/types/response/settings.d.ts.map +1 -1
- package/dist/gap-sdk.js +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +1 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -7,6 +7,6 @@ export * from '../settings_api/1.0.0/types/request';
|
|
|
7
7
|
export * from '../settings_api/1.0.0/types/response';
|
|
8
8
|
export * from '../go_check_in_api/1.0.0/types/request';
|
|
9
9
|
export * from '../go_check_in_api/1.0.0/types/response';
|
|
10
|
-
export * from '../appointment_api/1.0.0/types/
|
|
10
|
+
export * from '../appointment_api/1.0.0/types/request';
|
|
11
11
|
export * from '../appointment_api/1.0.0/types/response';
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,uCAAuC,CAAC;AACtD,cAAc,wCAAwC,CAAC;AACvD,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,yCAAyC,CAAC"}
|
package/dist/types/index.js
CHANGED
|
@@ -7,5 +7,5 @@ export * from '../settings_api/1.0.0/types/request';
|
|
|
7
7
|
export * from '../settings_api/1.0.0/types/response';
|
|
8
8
|
export * from '../go_check_in_api/1.0.0/types/request';
|
|
9
9
|
export * from '../go_check_in_api/1.0.0/types/response';
|
|
10
|
-
export * from '../appointment_api/1.0.0/types/
|
|
10
|
+
export * from '../appointment_api/1.0.0/types/request';
|
|
11
11
|
export * from '../appointment_api/1.0.0/types/response';
|